From 9b1db1a32e5e60d17451a7402d05629ad35e5701 Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Fri, 10 May 2024 10:08:43 -0400 Subject: [PATCH 1/3] Remove Honeycode --- .../aws/sdk/kotlin/codegen/endpoints.json | 5 - .../codegen/EndpointUrlConfigNamesTest.kt | 6 - codegen/sdk/aws-models/honeycode.json | 3710 ----------------- codegen/sdk/packages.json | 6 - 4 files changed, 3727 deletions(-) delete mode 100644 codegen/sdk/aws-models/honeycode.json diff --git a/codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json b/codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json index 3d786039e43..c1768bf1f9e 100644 --- a/codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json +++ b/codegen/aws-sdk-codegen/src/main/resources/aws/sdk/kotlin/codegen/endpoints.json @@ -8945,11 +8945,6 @@ "us-west-2" : { } } }, - "honeycode" : { - "endpoints" : { - "us-west-2" : { } - } - }, "iam" : { "endpoints" : { "aws-global" : { diff --git a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt index 441c55f9801..2562c93cb70 100644 --- a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt +++ b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt @@ -728,11 +728,6 @@ private const val testSuiteJson = """ "services_section_name": "healthlake", "service_envvar_name": "AWS_ENDPOINT_URL_HEALTHLAKE" }, - { - "service_id": "Honeycode", - "services_section_name": "honeycode", - "service_envvar_name": "AWS_ENDPOINT_URL_HONEYCODE" - }, { "service_id": "IAM", "services_section_name": "iam", @@ -1861,7 +1856,6 @@ private const val javaClientNamesJson = """ "IoT Events Data": "IotEventsDataClient", "Storage Gateway": "StorageGatewayClient", "grafana": "GrafanaClient", - "Honeycode": "HoneycodeClient", "rbin": "RbinClient", "S3Outposts": "S3OutpostsClient", "Application Auto Scaling": "ApplicationAutoScalingClient", diff --git a/codegen/sdk/aws-models/honeycode.json b/codegen/sdk/aws-models/honeycode.json deleted file mode 100644 index b1c6d908a55..00000000000 --- a/codegen/sdk/aws-models/honeycode.json +++ /dev/null @@ -1,3710 +0,0 @@ -{ - "smithy": "2.0", - "metadata": { - "suppressions": [ - { - "id": "HttpMethodSemantics", - "namespace": "*" - }, - { - "id": "HttpResponseCodeSemantics", - "namespace": "*" - }, - { - "id": "PaginatedTrait", - "namespace": "*" - }, - { - "id": "HttpHeaderTrait", - "namespace": "*" - }, - { - "id": "HttpUriConflict", - "namespace": "*" - }, - { - "id": "Service", - "namespace": "*" - } - ] - }, - "shapes": { - "com.amazonaws.honeycode#AccessDeniedException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

\n You do not have sufficient access to perform this action. Check that the workbook is owned by you and your\n IAM policy allows access to the resource in the request.\n

", - "smithy.api#error": "client", - "smithy.api#httpError": 403 - } - }, - "com.amazonaws.honeycode#AutomationExecutionException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The automation execution did not end successfully.

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.honeycode#AutomationExecutionTimeoutException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The automation execution timed out.

", - "smithy.api#error": "server", - "smithy.api#httpError": 504 - } - }, - "com.amazonaws.honeycode#AwsUserArn": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 20, - "max": 2048 - } - } - }, - "com.amazonaws.honeycode#BatchCreateTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#BatchCreateTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#BatchCreateTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The BatchCreateTableRows API allows you to create one or more rows at the end of a table in a workbook.\n The API allows you to specify the values to set in some or all of the columns in the new rows.\n

\n

\n If a column is not explicitly set in a specific row, then the column level formula specified in the table\n will be applied to the new row. If there is no column level formula but the last row of the table has a\n formula, then that formula will be copied down to the new row. If there is no column level formula and\n no formula in the last row of the table, then that column will be left blank for the new rows.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchcreate", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#BatchCreateTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook where the new rows are being added.

\n

\n If a workbook with the specified ID could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table where the new rows are being added.

\n

\n If a table with the specified ID could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "rowsToCreate": { - "target": "com.amazonaws.honeycode#CreateRowDataList", - "traits": { - "smithy.api#documentation": "

\n The list of rows to create at the end of the table. Each item in this list needs to have a batch item id\n to uniquely identify the element in the request and the cells to create for that row.\n You need to specify at least one item in this list.\n

\n

\n Note that if one of the column ids in any of the rows in the request does not exist in the table, then the\n request fails and no updates are made to the table.\n

", - "smithy.api#required": {} - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the batch create operation.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will not perform\n the operation again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#BatchCreateTableRowsResult": { - "type": "structure", - "members": { - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

The updated workbook cursor after adding the new rows at the end of the table.

", - "smithy.api#required": {} - } - }, - "createdRows": { - "target": "com.amazonaws.honeycode#CreatedRowsMap", - "traits": { - "smithy.api#documentation": "

The map of batch item id to the row id that was created for that item.

", - "smithy.api#required": {} - } - }, - "failedBatchItems": { - "target": "com.amazonaws.honeycode#FailedBatchItems", - "traits": { - "smithy.api#documentation": "

\n The list of batch items in the request that could not be added to the table. Each element in this list\n contains one item from the request that could not be added to the table along with the reason why\n that item could not be added.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#BatchDeleteTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#BatchDeleteTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#BatchDeleteTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.\n You need to specify the ids of the rows that you want to delete from the table.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchdelete", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#BatchDeleteTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook where the rows are being deleted.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table where the rows are being deleted.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "rowIds": { - "target": "com.amazonaws.honeycode#RowIdList", - "traits": { - "smithy.api#documentation": "

\n The list of row ids to delete from the table. You need to specify at least one row id in this list.\n

\n

\n Note that if one of the row ids provided in the request does not exist in the table, then the request fails\n and no rows are deleted from the table.\n

", - "smithy.api#required": {} - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the delete action.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will not perform\n the action again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#BatchDeleteTableRowsResult": { - "type": "structure", - "members": { - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

The updated workbook cursor after deleting the rows from the table.

", - "smithy.api#required": {} - } - }, - "failedBatchItems": { - "target": "com.amazonaws.honeycode#FailedBatchItems", - "traits": { - "smithy.api#documentation": "

\n The list of row ids in the request that could not be deleted from the table. Each element in this list\n contains one row id from the request that could not be deleted along with the reason why that item could not\n be deleted.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#BatchErrorMessage": { - "type": "string", - "traits": { - "smithy.api#pattern": "^(?!\\s*$).+$" - } - }, - "com.amazonaws.honeycode#BatchItemId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 64 - }, - "smithy.api#pattern": "^(?!\\s*$).+$" - } - }, - "com.amazonaws.honeycode#BatchUpdateTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#BatchUpdateTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#BatchUpdateTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The BatchUpdateTableRows API allows you to update one or more rows in a table in a workbook.\n

\n

\n You can specify the values to set in some or all of the columns in the table for the specified\n rows.\n If a column is not explicitly specified in a particular row, then that column will not be updated\n for that row. To clear out the data in a specific cell, you need to set the value as an empty string\n (\"\").\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchupdate", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#BatchUpdateTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook where the rows are being updated.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table where the rows are being updated.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "rowsToUpdate": { - "target": "com.amazonaws.honeycode#UpdateRowDataList", - "traits": { - "smithy.api#documentation": "

\n The list of rows to update in the table. Each item in this list needs to contain the row id to update\n along with the map of column id to cell values for each column in that row that needs to be updated.\n You need to specify at least one row in this list, and for each row, you need to specify at least one\n column to update.\n

\n

\n Note that if one of the row or column ids in the request does not exist in the table, then the request fails\n and no updates are made to the table.\n

", - "smithy.api#required": {} - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the update action.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will not perform\n the action again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#BatchUpdateTableRowsResult": { - "type": "structure", - "members": { - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

The updated workbook cursor after adding the new rows at the end of the table.

", - "smithy.api#required": {} - } - }, - "failedBatchItems": { - "target": "com.amazonaws.honeycode#FailedBatchItems", - "traits": { - "smithy.api#documentation": "

\n The list of batch items in the request that could not be updated in the table. Each element in this list\n contains one item from the request that could not be updated in the table along with the reason why\n that item could not be updated.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#BatchUpsertTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#BatchUpsertTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#BatchUpsertTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The BatchUpsertTableRows API allows you to upsert one or more rows in a table. The upsert\n operation takes a filter expression as input and evaluates it to find matching rows on the destination\n table. If matching rows are found, it will update the cells in the matching rows to new values specified\n in the request. If no matching rows are found, a new row is added at the end of the table and the cells in\n that row are set to the new values specified in the request.\n

\n

\n You can specify the values to set in some or all of the columns in the table for the\n matching or newly appended rows. If a column is not explicitly specified for a particular row, then that\n column will not be updated for that row. To clear out the data in a specific cell, you need to set the value\n as an empty string (\"\").\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/batchupsert", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#BatchUpsertTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook where the rows are being upserted.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table where the rows are being upserted.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "rowsToUpsert": { - "target": "com.amazonaws.honeycode#UpsertRowDataList", - "traits": { - "smithy.api#documentation": "

\n The list of rows to upsert in the table. Each item in this list needs to have a batch item id to uniquely\n identify the element in the request, a filter expression to find the rows to update for that element\n and the cell values to set for each column in the upserted rows. You need to specify\n at least one item in this list.\n

\n

\n Note that if one of the filter formulas in the request fails to evaluate because of an error or one of the\n column ids in any of the rows does not exist in the table, then the request fails\n and no updates are made to the table.\n

", - "smithy.api#required": {} - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the update action.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will not perform\n the action again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#BatchUpsertTableRowsResult": { - "type": "structure", - "members": { - "rows": { - "target": "com.amazonaws.honeycode#UpsertRowsResultMap", - "traits": { - "smithy.api#documentation": "

\n A map with the batch item id as the key and the result of the upsert operation as the value. The\n result of the upsert operation specifies whether existing rows were updated or a new row was appended, along\n with the list of row ids that were affected.\n

", - "smithy.api#required": {} - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

The updated workbook cursor after updating or appending rows in the table.

", - "smithy.api#required": {} - } - }, - "failedBatchItems": { - "target": "com.amazonaws.honeycode#FailedBatchItems", - "traits": { - "smithy.api#documentation": "

\n The list of batch items in the request that could not be updated or appended in the table. Each element in\n this list contains one item from the request that could not be updated in the table along with the reason\n why that item could not be updated or appended.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#Cell": { - "type": "structure", - "members": { - "formula": { - "target": "com.amazonaws.honeycode#Formula", - "traits": { - "smithy.api#documentation": "

\n The formula contained in the cell. This field is empty if a cell does not have a formula.\n

" - } - }, - "format": { - "target": "com.amazonaws.honeycode#Format", - "traits": { - "smithy.api#documentation": "

The format of the cell. If this field is empty, then the format is either not specified in the\n workbook or the format is set to AUTO.

" - } - }, - "rawValue": { - "target": "com.amazonaws.honeycode#RawValue", - "traits": { - "smithy.api#documentation": "

\n The raw value of the data contained in the cell. The raw value depends on the format of the data in the\n cell. However the attribute in the API return value is always a string containing the raw value.\n

\n

\n Cells with format DATE, DATE_TIME or TIME have the raw value as a floating point\n number where the whole number represents the number of days since 1/1/1900 and the fractional part\n represents the fraction of the day since midnight. For example, a cell with date 11/3/2020 has the raw value\n \"44138\". A cell with the time 9:00 AM has the raw value \"0.375\" and a cell with date/time value of\n 11/3/2020 9:00 AM has the raw value \"44138.375\". Notice that even though the raw value is a number in all\n three cases, it is still represented as a string.\n

\n

\n Cells with format NUMBER, CURRENCY, PERCENTAGE and ACCOUNTING have the raw value of the data as the number\n representing the data being displayed. For example, the number 1.325 with two decimal places in the format\n will have it's raw value as \"1.325\" and formatted value as \"1.33\". A currency value for\n $10 will have the raw value as \"10\" and formatted value as \"$10.00\". A value representing 20% with two\n decimal places in the format will have its raw value as \"0.2\" and the formatted value as \"20.00%\". An\n accounting value of -$25 will have \"-25\" as the raw value and \"$ (25.00)\" as the formatted value.\n

\n

\n Cells with format TEXT will have the raw text as the raw value. For example, a cell with text \"John Smith\"\n will have \"John Smith\" as both the raw value and the formatted value.\n

\n

\n Cells with format CONTACT will have the name of the contact as a formatted value and the email address of\n the contact as the raw value. For example, a contact for John Smith will have \"John Smith\" as the\n formatted value and \"john.smith@example.com\" as the raw value.\n

\n

\n Cells with format ROWLINK (aka picklist) will have the first column of the linked row as the formatted value\n and the row id of the linked row as the raw value. For example, a cell containing a picklist to a table\n that displays task status might have \"Completed\" as the formatted value and\n \"row:dfcefaee-5b37-4355-8f28-40c3e4ff5dd4/ca432b2f-b8eb-431d-9fb5-cbe0342f9f03\" as the raw value.\n

\n

\n Cells with format ROWSET (aka multi-select or multi-record picklist) will by default have the first column\n of each of the linked rows as the formatted value in the list, and the rowset id of the linked rows as the\n raw value. For example, a cell containing a multi-select picklist to a table that contains items might have\n \"Item A\", \"Item B\" in the formatted value list and \"rows:b742c1f4-6cb0-4650-a845-35eb86fcc2bb/\n [fdea123b-8f68-474a-aa8a-5ff87aa333af,6daf41f0-a138-4eee-89da-123086d36ecf]\" as the raw value.\n

\n

\n Cells with format ATTACHMENT will have the name of the attachment as the formatted value and the attachment\n id as the raw value. For example, a cell containing an attachment named \"image.jpeg\" will have\n \"image.jpeg\" as the formatted value and \"attachment:ca432b2f-b8eb-431d-9fb5-cbe0342f9f03\" as the raw value.\n

\n

\n Cells with format AUTO or cells without any format that are auto-detected as one of the formats above will\n contain the raw and formatted values as mentioned above, based on the auto-detected formats. If there is no\n auto-detected format, the raw and formatted values will be the same as the data in the cell.\n

" - } - }, - "formattedValue": { - "target": "com.amazonaws.honeycode#FormattedValue", - "traits": { - "smithy.api#documentation": "

\n The formatted value of the cell. This is the value that you see displayed in the cell in the UI.\n

\n

\n Note that the formatted value of a cell is always represented as a string irrespective of the data that is\n stored in the cell. For example, if a cell contains a date, the formatted value of the cell is the string\n representation of the formatted date being shown in the cell in the UI. See details in the rawValue field\n below for how cells of different formats will have different raw and formatted values.\n

" - } - }, - "formattedValues": { - "target": "com.amazonaws.honeycode#FormattedValuesList", - "traits": { - "smithy.api#documentation": "

\n A list of formatted values of the cell. This field is only returned when the cell is ROWSET format\n (aka multi-select or multi-record picklist). Values in the list are always represented as strings.\n The formattedValue field will be empty if this field is returned.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that represents a single cell in a table.

", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#CellInput": { - "type": "structure", - "members": { - "fact": { - "target": "com.amazonaws.honeycode#Fact", - "traits": { - "smithy.api#documentation": "

\n Fact represents the data that is entered into a cell. This data can be free text or a formula. Formulas need\n to start with the equals (=) sign.\n

" - } - }, - "facts": { - "target": "com.amazonaws.honeycode#FactList", - "traits": { - "smithy.api#documentation": "

\n A list representing the values that are entered into a ROWSET cell. Facts list can have either only values\n or rowIDs, and rowIDs should from the same table.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

\n CellInput object contains the data needed to create or update cells in a table.\n

\n \n

\n CellInput object has only a facts field or a fact field, but not both. A 400 bad request will be\n thrown if both fact and facts field are present.\n

\n
" - } - }, - "com.amazonaws.honeycode#Cells": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#Cell" - } - }, - "com.amazonaws.honeycode#ClientRequestToken": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 32, - "max": 64 - }, - "smithy.api#pattern": "^(?!\\s*$).+$" - } - }, - "com.amazonaws.honeycode#ColumnMetadata": { - "type": "structure", - "members": { - "name": { - "target": "com.amazonaws.honeycode#Name", - "traits": { - "smithy.api#documentation": "

The name of the column.

", - "smithy.api#required": {} - } - }, - "format": { - "target": "com.amazonaws.honeycode#Format", - "traits": { - "smithy.api#documentation": "

The format of the column.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Metadata for column in the table.

" - } - }, - "com.amazonaws.honeycode#CreateRowData": { - "type": "structure", - "members": { - "batchItemId": { - "target": "com.amazonaws.honeycode#BatchItemId", - "traits": { - "smithy.api#documentation": "

\n An external identifier that represents the single row that is being created as part of the\n BatchCreateTableRows request. This can be any string that you can use to identify the row in the request.\n The BatchCreateTableRows API puts the batch item id in the results to allow you to link data in the\n request to data in the results.\n

", - "smithy.api#required": {} - } - }, - "cellsToCreate": { - "target": "com.amazonaws.honeycode#RowDataInput", - "traits": { - "smithy.api#documentation": "

\n A map representing the cells to create in the new row. The key is the column id of the\n cell and the value is the CellInput object that represents the data to set in that cell.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n Data needed to create a single row in a table as part of the BatchCreateTableRows request.\n

" - } - }, - "com.amazonaws.honeycode#CreateRowDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#CreateRowData" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#CreatedRowsMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#BatchItemId" - }, - "value": { - "target": "com.amazonaws.honeycode#RowId" - } - }, - "com.amazonaws.honeycode#DataItem": { - "type": "structure", - "members": { - "overrideFormat": { - "target": "com.amazonaws.honeycode#Format", - "traits": { - "smithy.api#documentation": "

\n The overrideFormat is optional and is specified only if a particular row of data has a different format for\n the data than the default format defined on the screen or the table.\n

" - } - }, - "rawValue": { - "target": "com.amazonaws.honeycode#RawValue", - "traits": { - "smithy.api#documentation": "

The raw value of the data. e.g. jsmith@example.com

" - } - }, - "formattedValue": { - "target": "com.amazonaws.honeycode#FormattedValue", - "traits": { - "smithy.api#documentation": "

The formatted value of the data. e.g. John Smith.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The data in a particular data cell defined on the screen.

", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#DataItems": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#DataItem" - } - }, - "com.amazonaws.honeycode#DelimitedTextDelimiter": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1 - }, - "smithy.api#pattern": "^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]?$" - } - }, - "com.amazonaws.honeycode#DelimitedTextImportOptions": { - "type": "structure", - "members": { - "delimiter": { - "target": "com.amazonaws.honeycode#DelimitedTextDelimiter", - "traits": { - "smithy.api#documentation": "

The delimiter to use for separating columns in a single row of the input.

", - "smithy.api#required": {} - } - }, - "hasHeaderRow": { - "target": "com.amazonaws.honeycode#HasHeaderRow", - "traits": { - "smithy.api#default": false, - "smithy.api#documentation": "

Indicates whether the input file has a header row at the top containing the column names.

" - } - }, - "ignoreEmptyRows": { - "target": "com.amazonaws.honeycode#IgnoreEmptyRows", - "traits": { - "smithy.api#default": false, - "smithy.api#documentation": "

A parameter to indicate whether empty rows should be ignored or be included in the import.

" - } - }, - "dataCharacterEncoding": { - "target": "com.amazonaws.honeycode#ImportDataCharacterEncoding", - "traits": { - "smithy.api#documentation": "

The encoding of the data in the input file.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

\n An object that contains the options relating to parsing delimited text as part of an import request.\n

" - } - }, - "com.amazonaws.honeycode#DescribeTableDataImportJob": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#DescribeTableDataImportJobRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#DescribeTableDataImportJobResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The DescribeTableDataImportJob API allows you to retrieve the status and details of a table data import job.\n

", - "smithy.api#http": { - "method": "GET", - "uri": "/workbooks/{workbookId}/tables/{tableId}/import/{jobId}", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#DescribeTableDataImportJobRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook into which data was imported.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table into which data was imported.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "jobId": { - "target": "com.amazonaws.honeycode#JobId", - "traits": { - "smithy.api#documentation": "

The ID of the job that was returned by the StartTableDataImportJob request.

\n

\n If a job with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#DescribeTableDataImportJobResult": { - "type": "structure", - "members": { - "jobStatus": { - "target": "com.amazonaws.honeycode#TableDataImportJobStatus", - "traits": { - "smithy.api#documentation": "

\n The current status of the import job.\n

", - "smithy.api#required": {} - } - }, - "message": { - "target": "com.amazonaws.honeycode#TableDataImportJobMessage", - "traits": { - "smithy.api#documentation": "

\n A message providing more details about the current status of the import job.\n

", - "smithy.api#required": {} - } - }, - "jobMetadata": { - "target": "com.amazonaws.honeycode#TableDataImportJobMetadata", - "traits": { - "smithy.api#documentation": "

\n The metadata about the job that was submitted for import.\n

", - "smithy.api#required": {} - } - }, - "errorCode": { - "target": "com.amazonaws.honeycode#ErrorCode", - "traits": { - "smithy.api#documentation": "

\n If job status is failed, error code to understand reason for the failure.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#DestinationOptions": { - "type": "structure", - "members": { - "columnMap": { - "target": "com.amazonaws.honeycode#ImportColumnMap", - "traits": { - "smithy.api#documentation": "

A map of the column id to the import properties for each column.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains the options relating to the destination of the import request.

" - } - }, - "com.amazonaws.honeycode#Email": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 3, - "max": 254 - }, - "smithy.api#pattern": "^([a-zA-Z0-9_\\-\\.]+)@([a-zA-Z0-9_\\-\\.]+)\\.([a-zA-Z]{2,5})$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#ErrorCode": { - "type": "enum", - "members": { - "AccessDenied": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCESS_DENIED" - } - }, - "InvalidUrlError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_URL_ERROR" - } - }, - "InvalidImportOptionsError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_IMPORT_OPTIONS_ERROR" - } - }, - "InvalidTableIdError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_TABLE_ID_ERROR" - } - }, - "InvalidTableColumnIdError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_TABLE_COLUMN_ID_ERROR" - } - }, - "TableNotFoundError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "TABLE_NOT_FOUND_ERROR" - } - }, - "FileEmptyError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_EMPTY_ERROR" - } - }, - "InvalidFileTypeError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_FILE_TYPE_ERROR" - } - }, - "FileParsingError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_PARSING_ERROR" - } - }, - "FileSizeLimitError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_SIZE_LIMIT_ERROR" - } - }, - "FileNotFoundError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FILE_NOT_FOUND_ERROR" - } - }, - "UnknownError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UNKNOWN_ERROR" - } - }, - "ResourceNotFoundError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RESOURCE_NOT_FOUND_ERROR" - } - }, - "SystemLimitError": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SYSTEM_LIMIT_ERROR" - } - } - } - }, - "com.amazonaws.honeycode#ErrorMessage": { - "type": "string" - }, - "com.amazonaws.honeycode#Fact": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 8192 - }, - "smithy.api#pattern": "^[\\s\\S]*$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#FactList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#Fact" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 220 - } - } - }, - "com.amazonaws.honeycode#FailedBatchItem": { - "type": "structure", - "members": { - "id": { - "target": "com.amazonaws.honeycode#BatchItemId", - "traits": { - "smithy.api#documentation": "

\n The id of the batch item that failed. This is the batch item id for the BatchCreateTableRows and\n BatchUpsertTableRows operations and the row id for the BatchUpdateTableRows and BatchDeleteTableRows\n operations.\n

", - "smithy.api#required": {} - } - }, - "errorMessage": { - "target": "com.amazonaws.honeycode#BatchErrorMessage", - "traits": { - "smithy.api#documentation": "

\n The error message that indicates why the batch item failed.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n A single item in a batch that failed to perform the intended action because of an error preventing it from\n succeeding.\n

" - } - }, - "com.amazonaws.honeycode#FailedBatchItems": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#FailedBatchItem" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#Filter": { - "type": "structure", - "members": { - "formula": { - "target": "com.amazonaws.honeycode#Formula", - "traits": { - "smithy.api#documentation": "

\n A formula representing a filter function that returns zero or more matching rows from a table. Valid\n formulas in this field return a list of rows from a table. The most common ways of writing a formula to\n return a list of rows are to use the FindRow() or Filter() functions. Any other formula that returns zero or\n more rows is also acceptable. For example, you can use a formula that points to a cell that contains a\n filter function.\n

", - "smithy.api#required": {} - } - }, - "contextRowId": { - "target": "com.amazonaws.honeycode#RowId", - "traits": { - "smithy.api#documentation": "

\n The optional contextRowId attribute can be used to specify the row id of the context row if the filter\n formula contains unqualified references to table columns and needs a context row to evaluate them\n successfully.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

\n An object that represents a filter formula along with the id of the context row under which the filter\n function needs to evaluate.\n

" - } - }, - "com.amazonaws.honeycode#Format": { - "type": "enum", - "members": { - "Auto": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AUTO" - } - }, - "Number": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NUMBER" - } - }, - "Currency": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CURRENCY" - } - }, - "Date": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DATE" - } - }, - "Time": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "TIME" - } - }, - "DateTime": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DATE_TIME" - } - }, - "Percentage": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PERCENTAGE" - } - }, - "Text": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "TEXT" - } - }, - "Accounting": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCOUNTING" - } - }, - "Contact": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CONTACT" - } - }, - "Rowlink": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ROWLINK" - } - }, - "Rowset": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ROWSET" - } - } - } - }, - "com.amazonaws.honeycode#FormattedValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 8192 - }, - "smithy.api#pattern": "^[\\s\\S]*$" - } - }, - "com.amazonaws.honeycode#FormattedValuesList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#FormattedValue" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 220 - } - } - }, - "com.amazonaws.honeycode#Formula": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 8192 - }, - "smithy.api#pattern": "^=", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#GetScreenData": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#GetScreenDataRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#GetScreenDataResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The GetScreenData API allows retrieval of data from a screen in a Honeycode app.\n The API allows setting local variables in the screen to filter, sort or otherwise affect what will be\n displayed on the screen.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/screendata", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#GetScreenDataRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook that contains the screen.

", - "smithy.api#required": {} - } - }, - "appId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the app that contains the screen.

", - "smithy.api#required": {} - } - }, - "screenId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the screen.

", - "smithy.api#required": {} - } - }, - "variables": { - "target": "com.amazonaws.honeycode#VariableValueMap", - "traits": { - "smithy.api#documentation": "

\n Variables are optional and are needed only if the screen requires them to render correctly. Variables are\n specified as a map where the key is the name of the variable as defined on the screen. The value is an\n object which currently has only one property, rawValue, which holds the value of the variable to be passed\n to the screen.\n

" - } - }, - "maxResults": { - "target": "com.amazonaws.honeycode#MaxResults", - "traits": { - "smithy.api#documentation": "

\n The number of results to be returned on a single page.\n Specify a number between 1 and 100. The maximum value is 100.\n

\n

\n This parameter is optional. If you don't specify this parameter, the default page size is 100.\n

" - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If a nextToken is not specified, the API returns the first page of data.\n

\n

\n Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API\n will throw ValidationException.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#GetScreenDataResult": { - "type": "structure", - "members": { - "results": { - "target": "com.amazonaws.honeycode#ResultSetMap", - "traits": { - "smithy.api#documentation": "

A map of all the rows on the screen keyed by block name.

", - "smithy.api#required": {} - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

\n Indicates the cursor of the workbook at which the data returned by this workbook is read. Workbook cursor\n keeps increasing with every update and the increments are not sequential.\n

", - "smithy.api#required": {} - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n Provides the pagination token to load the next page if there are more results matching the request. If a\n pagination token is not present in the response, it means that all data matching the query has been loaded.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#HasHeaderRow": { - "type": "boolean", - "traits": { - "smithy.api#default": false - } - }, - "com.amazonaws.honeycode#IgnoreEmptyRows": { - "type": "boolean", - "traits": { - "smithy.api#default": false - } - }, - "com.amazonaws.honeycode#ImportColumnMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#ResourceId" - }, - "value": { - "target": "com.amazonaws.honeycode#SourceDataColumnProperties" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#ImportDataCharacterEncoding": { - "type": "enum", - "members": { - "UTF_8": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UTF-8" - } - }, - "US_ASCII": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "US-ASCII" - } - }, - "ISO_8859_1": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ISO-8859-1" - } - }, - "UTF_16BE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UTF-16BE" - } - }, - "UTF_16LE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UTF-16LE" - } - }, - "UTF_16": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UTF-16" - } - } - } - }, - "com.amazonaws.honeycode#ImportDataSource": { - "type": "structure", - "members": { - "dataSourceConfig": { - "target": "com.amazonaws.honeycode#ImportDataSourceConfig", - "traits": { - "smithy.api#documentation": "

The configuration parameters for the data source of the import

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that has details about the source of the data that was submitted for import.

" - } - }, - "com.amazonaws.honeycode#ImportDataSourceConfig": { - "type": "structure", - "members": { - "dataSourceUrl": { - "target": "com.amazonaws.honeycode#SecureURL", - "traits": { - "smithy.api#documentation": "

\n The URL from which source data will be downloaded for the import request.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

\n An object that contains the configuration parameters for the data source of an import request.\n

" - } - }, - "com.amazonaws.honeycode#ImportJobSubmitter": { - "type": "structure", - "members": { - "email": { - "target": "com.amazonaws.honeycode#Email", - "traits": { - "smithy.api#documentation": "

The email id of the submitter of the import job, if available.

" - } - }, - "userArn": { - "target": "com.amazonaws.honeycode#AwsUserArn", - "traits": { - "smithy.api#documentation": "

The AWS user ARN of the submitter of the import job, if available.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains the attributes of the submitter of the import job.

" - } - }, - "com.amazonaws.honeycode#ImportOptions": { - "type": "structure", - "members": { - "destinationOptions": { - "target": "com.amazonaws.honeycode#DestinationOptions", - "traits": { - "smithy.api#documentation": "

Options relating to the destination of the import request.

" - } - }, - "delimitedTextOptions": { - "target": "com.amazonaws.honeycode#DelimitedTextImportOptions", - "traits": { - "smithy.api#documentation": "

Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains the options specified by the sumitter of the import request.

" - } - }, - "com.amazonaws.honeycode#ImportSourceDataFormat": { - "type": "enum", - "members": { - "DelimitedText": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DELIMITED_TEXT" - } - } - } - }, - "com.amazonaws.honeycode#InternalServerException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

There were unexpected errors from the server.

", - "smithy.api#error": "server", - "smithy.api#httpError": 500 - } - }, - "com.amazonaws.honeycode#InvokeScreenAutomation": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#InvokeScreenAutomationRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#InvokeScreenAutomationResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#AutomationExecutionException" - }, - { - "target": "com.amazonaws.honeycode#AutomationExecutionTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The InvokeScreenAutomation API allows invoking an action defined in a screen in a Honeycode app.\n The API allows setting local variables, which can then be used in the automation being invoked.\n This allows automating the Honeycode app interactions to write, update or delete data in the workbook.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/apps/{appId}/screens/{screenId}/automations/{screenAutomationId}", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#InvokeScreenAutomationRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook that contains the screen automation.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "appId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the app that contains the screen automation.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "screenId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the screen that contains the screen automation.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "screenAutomationId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the automation action to be performed.

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "variables": { - "target": "com.amazonaws.honeycode#VariableValueMap", - "traits": { - "smithy.api#documentation": "

\n Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an\n object which currently has only one property, rawValue, which holds the value of the variable to be passed\n to the screen. Any variables defined in a screen are required to be passed in the call.\n

" - } - }, - "rowId": { - "target": "com.amazonaws.honeycode#RowId", - "traits": { - "smithy.api#documentation": "

\n The row ID for the automation if the automation is defined inside a block with source or list.\n

" - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the automation action.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will return the\n response of the previous call rather than performing the action again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#InvokeScreenAutomationResult": { - "type": "structure", - "members": { - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

The updated workbook cursor after performing the automation action.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#JobId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$" - } - }, - "com.amazonaws.honeycode#ListTableColumns": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#ListTableColumnsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#ListTableColumnsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The ListTableColumns API allows you to retrieve a list of all the columns in a table in a workbook.\n

", - "smithy.api#http": { - "method": "GET", - "uri": "/workbooks/{workbookId}/tables/{tableId}/columns", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "items": "tableColumns" - } - } - }, - "com.amazonaws.honeycode#ListTableColumnsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook that contains the table whose columns are being retrieved.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table whose columns are being retrieved.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If a nextToken is not specified, the API returns the first page of data.\n

\n

\n Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API\n will throw ValidationException.\n

", - "smithy.api#httpQuery": "nextToken" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#ListTableColumnsResult": { - "type": "structure", - "members": { - "tableColumns": { - "target": "com.amazonaws.honeycode#TableColumns", - "traits": { - "smithy.api#documentation": "

\n The list of columns in the table.\n

", - "smithy.api#required": {} - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n Provides the pagination token to load the next page if there are more results matching the request. If a\n pagination token is not present in the response, it means that all data matching the request has been\n loaded.\n

" - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

\n Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor\n keeps increasing with every update and the increments are not sequential.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#ListTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#ListTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#ListTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The ListTableRows API allows you to retrieve a list of all the rows in a table in a workbook.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/list", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "items": "rows", - "pageSize": "maxResults" - } - } - }, - "com.amazonaws.honeycode#ListTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook that contains the table whose rows are being retrieved.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table whose rows are being retrieved.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "rowIds": { - "target": "com.amazonaws.honeycode#RowIdList", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If one or more row ids are specified in this list, then only the specified\n row ids are returned in the result. If no row ids are specified here, then all the rows in the table are\n returned.\n

" - } - }, - "maxResults": { - "target": "com.amazonaws.honeycode#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of rows to return in each page of the results.

" - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If a nextToken is not specified, the API returns the first page of data.\n

\n

\n Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API\n will throw ValidationException.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#ListTableRowsResult": { - "type": "structure", - "members": { - "columnIds": { - "target": "com.amazonaws.honeycode#ResourceIds", - "traits": { - "smithy.api#documentation": "

\n The list of columns in the table whose row data is returned in the result.\n

", - "smithy.api#required": {} - } - }, - "rows": { - "target": "com.amazonaws.honeycode#TableRows", - "traits": { - "smithy.api#documentation": "

\n The list of rows in the table. Note that this result is paginated, so this list contains a maximum of 100\n rows.\n

", - "smithy.api#required": {} - } - }, - "rowIdsNotFound": { - "target": "com.amazonaws.honeycode#RowIdList", - "traits": { - "smithy.api#documentation": "

\n The list of row ids included in the request that were not found in the table.\n

" - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n Provides the pagination token to load the next page if there are more results matching the request. If a\n pagination token is not present in the response, it means that all data matching the request has been\n loaded.\n

" - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

\n Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor\n keeps increasing with every update and the increments are not sequential.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#ListTables": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#ListTablesRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#ListTablesResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The ListTables API allows you to retrieve a list of all the tables in a workbook.\n

", - "smithy.api#http": { - "method": "GET", - "uri": "/workbooks/{workbookId}/tables", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "items": "tables", - "pageSize": "maxResults" - } - } - }, - "com.amazonaws.honeycode#ListTablesRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook whose tables are being retrieved.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "maxResults": { - "target": "com.amazonaws.honeycode#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of tables to return in each page of the results.

", - "smithy.api#httpQuery": "maxResults" - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If a nextToken is not specified, the API returns the first page of data.\n

\n

\n Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API\n will throw ValidationException.\n

", - "smithy.api#httpQuery": "nextToken" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#ListTablesResult": { - "type": "structure", - "members": { - "tables": { - "target": "com.amazonaws.honeycode#Tables", - "traits": { - "smithy.api#documentation": "

\n The list of tables in the workbook.\n

", - "smithy.api#required": {} - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n Provides the pagination token to load the next page if there are more results matching the request. If a\n pagination token is not present in the response, it means that all data matching the request has been\n loaded.\n

" - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

\n Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor\n keeps increasing with every update and the increments are not sequential.\n

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#ListTagsForResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#ListTagsForResourceRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#ListTagsForResourceResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The ListTagsForResource API allows you to return a resource's tags.\n

", - "smithy.api#http": { - "method": "GET", - "uri": "/tags/{resourceArn}", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#ListTagsForResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.honeycode#ResourceArn", - "traits": { - "smithy.api#documentation": "

The resource's Amazon Resource Name (ARN).

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#ListTagsForResourceResult": { - "type": "structure", - "members": { - "tags": { - "target": "com.amazonaws.honeycode#TagsMap", - "traits": { - "smithy.api#documentation": "

The resource's tags.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#MaxResults": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#Name": { - "type": "string", - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#PaginationToken": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1024 - }, - "smithy.api#pattern": "^(?!\\s*$).+$" - } - }, - "com.amazonaws.honeycode#QueryTableRows": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#QueryTableRowsRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#QueryTableRowsResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The QueryTableRows API allows you to use a filter formula to query for specific rows in a table.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{tableId}/rows/query", - "code": 200 - }, - "smithy.api#paginated": { - "inputToken": "nextToken", - "outputToken": "nextToken", - "items": "rows", - "pageSize": "maxResults" - } - } - }, - "com.amazonaws.honeycode#QueryTableRowsRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook whose table rows are being queried.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table whose rows are being queried.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "filterFormula": { - "target": "com.amazonaws.honeycode#Filter", - "traits": { - "smithy.api#documentation": "

An object that represents a filter formula along with the id of the context row under which the filter\n function needs to evaluate.

", - "smithy.api#required": {} - } - }, - "maxResults": { - "target": "com.amazonaws.honeycode#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of rows to return in each page of the results.

" - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n This parameter is optional. If a nextToken is not specified, the API returns the first page of data.\n

\n

\n Pagination tokens expire after 1 hour. If you use a token that was returned more than an hour back, the API\n will throw ValidationException.\n

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#QueryTableRowsResult": { - "type": "structure", - "members": { - "columnIds": { - "target": "com.amazonaws.honeycode#ResourceIds", - "traits": { - "smithy.api#documentation": "

\n The list of columns in the table whose row data is returned in the result.\n

", - "smithy.api#required": {} - } - }, - "rows": { - "target": "com.amazonaws.honeycode#TableRows", - "traits": { - "smithy.api#documentation": "

\n The list of rows in the table that match the query filter.\n

", - "smithy.api#required": {} - } - }, - "nextToken": { - "target": "com.amazonaws.honeycode#PaginationToken", - "traits": { - "smithy.api#documentation": "

\n Provides the pagination token to load the next page if there are more results matching the request. If a\n pagination token is not present in the response, it means that all data matching the request has been\n loaded.\n

" - } - }, - "workbookCursor": { - "target": "com.amazonaws.honeycode#WorkbookCursor", - "traits": { - "smithy.api#default": 0, - "smithy.api#documentation": "

\n Indicates the cursor of the workbook at which the data returned by this request is read. Workbook cursor\n keeps increasing with every update and the increments are not sequential.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#RawValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 32767 - }, - "smithy.api#pattern": "^[\\s\\S]*$" - } - }, - "com.amazonaws.honeycode#RequestTimeoutException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The request timed out.

", - "smithy.api#error": "server", - "smithy.api#httpError": 504 - } - }, - "com.amazonaws.honeycode#ResourceArn": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 256 - }, - "smithy.api#pattern": "^arn:aws:honeycode:.+:[0-9]{12}:.+:.+$" - } - }, - "com.amazonaws.honeycode#ResourceId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 36, - "max": 36 - }, - "smithy.api#pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" - } - }, - "com.amazonaws.honeycode#ResourceIds": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#ResourceId" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#ResourceNotFoundException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

A Workbook, Table, App, Screen or Screen Automation was not found with the given ID.

", - "smithy.api#error": "client", - "smithy.api#httpError": 404 - } - }, - "com.amazonaws.honeycode#ResultHeader": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#ColumnMetadata" - } - }, - "com.amazonaws.honeycode#ResultRow": { - "type": "structure", - "members": { - "rowId": { - "target": "com.amazonaws.honeycode#RowId", - "traits": { - "smithy.api#documentation": "

The ID for a particular row.

" - } - }, - "dataItems": { - "target": "com.amazonaws.honeycode#DataItems", - "traits": { - "smithy.api#documentation": "

List of all the data cells in a row.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

A single row in the ResultSet.

" - } - }, - "com.amazonaws.honeycode#ResultRows": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#ResultRow" - } - }, - "com.amazonaws.honeycode#ResultSet": { - "type": "structure", - "members": { - "headers": { - "target": "com.amazonaws.honeycode#ResultHeader", - "traits": { - "smithy.api#documentation": "

\n List of headers for all the data cells in the block. The header identifies the name and default format of\n the data cell. Data cells appear in the same order in all rows as defined in the header. The names and\n formats are not repeated in the rows. If a particular row does not have a value for a data cell, a blank\n value is used.\n

\n

\n For example, a task list that displays the task name, due date and assigned person might have headers\n [ { \"name\": \"Task Name\"}, {\"name\": \"Due Date\", \"format\": \"DATE\"}, {\"name\": \"Assigned\", \"format\": \"CONTACT\"} ].\n Every row in the result will have the task name as the first item, due date as the second item and assigned\n person as the third item. If a particular task does not have a due date, that row will still have a blank\n value in the second element and the assigned person will still be in the third element.\n

", - "smithy.api#required": {} - } - }, - "rows": { - "target": "com.amazonaws.honeycode#ResultRows", - "traits": { - "smithy.api#documentation": "

\n List of rows returned by the request. Each row has a row Id and a list of data cells in that row. The data\n cells will be present in the same order as they are defined in the header.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n ResultSet contains the results of the request for a single block or list defined on the screen.\n

" - } - }, - "com.amazonaws.honeycode#ResultSetMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#Name" - }, - "value": { - "target": "com.amazonaws.honeycode#ResultSet" - } - }, - "com.amazonaws.honeycode#RowDataInput": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#ResourceId" - }, - "value": { - "target": "com.amazonaws.honeycode#CellInput" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#RowId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 77, - "max": 77 - }, - "smithy.api#pattern": "^row:[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\\/[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" - } - }, - "com.amazonaws.honeycode#RowIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#RowId" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#SecureURL": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 8000 - }, - "smithy.api#pattern": "^https:\\/\\/[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#ServiceQuotaExceededException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n The request caused service quota to be breached.\n

", - "smithy.api#error": "client", - "smithy.api#httpError": 402 - } - }, - "com.amazonaws.honeycode#ServiceUnavailableException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

Remote service is unreachable.

", - "smithy.api#error": "server", - "smithy.api#httpError": 503 - } - }, - "com.amazonaws.honeycode#SheetsPublicApiService": { - "type": "service", - "version": "2020-03-01", - "operations": [ - { - "target": "com.amazonaws.honeycode#BatchCreateTableRows" - }, - { - "target": "com.amazonaws.honeycode#BatchDeleteTableRows" - }, - { - "target": "com.amazonaws.honeycode#BatchUpdateTableRows" - }, - { - "target": "com.amazonaws.honeycode#BatchUpsertTableRows" - }, - { - "target": "com.amazonaws.honeycode#DescribeTableDataImportJob" - }, - { - "target": "com.amazonaws.honeycode#GetScreenData" - }, - { - "target": "com.amazonaws.honeycode#InvokeScreenAutomation" - }, - { - "target": "com.amazonaws.honeycode#ListTableColumns" - }, - { - "target": "com.amazonaws.honeycode#ListTableRows" - }, - { - "target": "com.amazonaws.honeycode#ListTables" - }, - { - "target": "com.amazonaws.honeycode#ListTagsForResource" - }, - { - "target": "com.amazonaws.honeycode#QueryTableRows" - }, - { - "target": "com.amazonaws.honeycode#StartTableDataImportJob" - }, - { - "target": "com.amazonaws.honeycode#TagResource" - }, - { - "target": "com.amazonaws.honeycode#UntagResource" - } - ], - "traits": { - "aws.api#service": { - "sdkId": "Honeycode", - "arnNamespace": "honeycode", - "cloudFormationName": "Honeycode", - "cloudTrailEventSource": "honeycode.amazonaws.com", - "endpointPrefix": "honeycode" - }, - "aws.auth#sigv4": { - "name": "honeycode" - }, - "aws.protocols#restJson1": {}, - "smithy.api#documentation": "

\n Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without\n programming. Build Honeycode apps for managing almost anything, like projects, customers, operations, approvals,\n resources, and even your team.\n

", - "smithy.api#title": "Amazon Honeycode", - "smithy.rules#endpointRuleSet": { - "version": "1.0", - "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, - "UseFIPS": { - "builtIn": "AWS::UseFIPS", - "required": true, - "default": false, - "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", - "type": "Boolean" - }, - "Endpoint": { - "builtIn": "SDK::Endpoint", - "required": false, - "documentation": "Override the endpoint used to send this request", - "type": "String" - } - }, - "rules": [ - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Endpoint" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Region" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "aws.partition", - "argv": [ - { - "ref": "Region" - } - ], - "assign": "PartitionResult" - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://honeycode-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - }, - true - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://honeycode-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://honeycode.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [], - "endpoint": { - "url": "https://honeycode.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" - } - ] - }, - "smithy.rules#endpointTests": { - "testCases": [ - { - "documentation": "For region us-west-2 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-west-2.amazonaws.com" - } - }, - "params": { - "Region": "us-west-2", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode-fips.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://honeycode.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", - "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", - "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "Missing region", - "expect": { - "error": "Invalid Configuration: Missing Region" - } - } - ], - "version": "1.0" - } - } - }, - "com.amazonaws.honeycode#SourceDataColumnIndex": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1 - } - } - }, - "com.amazonaws.honeycode#SourceDataColumnProperties": { - "type": "structure", - "members": { - "columnIndex": { - "target": "com.amazonaws.honeycode#SourceDataColumnIndex", - "traits": { - "smithy.api#documentation": "

The index of the column in the input file.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains the properties for importing data to a specific column in a table.

" - } - }, - "com.amazonaws.honeycode#StartTableDataImportJob": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#StartTableDataImportJobRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#StartTableDataImportJobResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceQuotaExceededException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The StartTableDataImportJob API allows you to start an import job on a table. This API will only return\n the id of the job that was started. To find out the status of the import request, you need to call the\n DescribeTableDataImportJob API.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/workbooks/{workbookId}/tables/{destinationTableId}/import", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#StartTableDataImportJobRequest": { - "type": "structure", - "members": { - "workbookId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the workbook where the rows are being imported.

\n

\n If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "dataSource": { - "target": "com.amazonaws.honeycode#ImportDataSource", - "traits": { - "smithy.api#documentation": "

\n The source of the data that is being imported. The size of source must be no larger than 100 MB.\n Source must have no more than 100,000 cells and no more than 1,000 rows.\n

", - "smithy.api#required": {} - } - }, - "dataFormat": { - "target": "com.amazonaws.honeycode#ImportSourceDataFormat", - "traits": { - "smithy.api#documentation": "

\n The format of the data that is being imported. Currently the only option supported is \"DELIMITED_TEXT\".\n

", - "smithy.api#required": {} - } - }, - "destinationTableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The ID of the table where the rows are being imported.

\n

\n If a table with the specified id could not be found, this API throws ResourceNotFoundException.\n

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "importOptions": { - "target": "com.amazonaws.honeycode#ImportOptions", - "traits": { - "smithy.api#documentation": "

\n The options for customizing this import request.\n

", - "smithy.api#required": {} - } - }, - "clientRequestToken": { - "target": "com.amazonaws.honeycode#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

\n The request token for performing the update action.\n Request tokens help to identify duplicate requests. If a call times out or fails due to a transient error\n like a failed network connection, you can retry the call with the same request token. The service ensures\n that if the first call using that request token is successfully performed, the second call will not perform\n the action again.\n

\n

\n Note that request tokens are valid only for a few minutes. You cannot use request tokens to dedupe requests\n spanning hours or days.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#StartTableDataImportJobResult": { - "type": "structure", - "members": { - "jobId": { - "target": "com.amazonaws.honeycode#JobId", - "traits": { - "smithy.api#documentation": "

\n The id that is assigned to this import job. Future requests to find out the status of this import job\n need to send this id in the appropriate parameter in the request.\n

", - "smithy.api#required": {} - } - }, - "jobStatus": { - "target": "com.amazonaws.honeycode#TableDataImportJobStatus", - "traits": { - "smithy.api#documentation": "

\n The status of the import job immediately after submitting the request.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#Table": { - "type": "structure", - "members": { - "tableId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The id of the table.

" - } - }, - "tableName": { - "target": "com.amazonaws.honeycode#TableName", - "traits": { - "smithy.api#documentation": "

The name of the table.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object representing the properties of a table in a workbook.

" - } - }, - "com.amazonaws.honeycode#TableColumn": { - "type": "structure", - "members": { - "tableColumnId": { - "target": "com.amazonaws.honeycode#ResourceId", - "traits": { - "smithy.api#documentation": "

The id of the column in the table.

" - } - }, - "tableColumnName": { - "target": "com.amazonaws.honeycode#TableColumnName", - "traits": { - "smithy.api#documentation": "

The name of the column in the table.

" - } - }, - "format": { - "target": "com.amazonaws.honeycode#Format", - "traits": { - "smithy.api#documentation": "

\n The column level format that is applied in the table. An empty value in this field means that the\n column format is the default value 'AUTO'.\n

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains attributes about a single column in a table

" - } - }, - "com.amazonaws.honeycode#TableColumnName": { - "type": "string" - }, - "com.amazonaws.honeycode#TableColumns": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#TableColumn" - } - }, - "com.amazonaws.honeycode#TableDataImportJobMessage": { - "type": "string" - }, - "com.amazonaws.honeycode#TableDataImportJobMetadata": { - "type": "structure", - "members": { - "submitter": { - "target": "com.amazonaws.honeycode#ImportJobSubmitter", - "traits": { - "smithy.api#documentation": "

Details about the submitter of the import request.

", - "smithy.api#required": {} - } - }, - "submitTime": { - "target": "com.amazonaws.honeycode#TimestampInMillis", - "traits": { - "smithy.api#documentation": "

The timestamp when the job was submitted for import.

", - "smithy.api#required": {} - } - }, - "importOptions": { - "target": "com.amazonaws.honeycode#ImportOptions", - "traits": { - "smithy.api#documentation": "

The options that was specified at the time of submitting the import request.

", - "smithy.api#required": {} - } - }, - "dataSource": { - "target": "com.amazonaws.honeycode#ImportDataSource", - "traits": { - "smithy.api#documentation": "

The source of the data that was submitted for import.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The metadata associated with the table data import job that was submitted.

" - } - }, - "com.amazonaws.honeycode#TableDataImportJobStatus": { - "type": "enum", - "members": { - "Submitted": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SUBMITTED" - } - }, - "InProgress": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IN_PROGRESS" - } - }, - "Completed": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "COMPLETED" - } - }, - "Failed": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAILED" - } - } - } - }, - "com.amazonaws.honeycode#TableName": { - "type": "string" - }, - "com.amazonaws.honeycode#TableRow": { - "type": "structure", - "members": { - "rowId": { - "target": "com.amazonaws.honeycode#RowId", - "traits": { - "smithy.api#documentation": "

The id of the row in the table.

", - "smithy.api#required": {} - } - }, - "cells": { - "target": "com.amazonaws.honeycode#Cells", - "traits": { - "smithy.api#documentation": "

A list of cells in the table row. The cells appear in the same order as the columns of the table.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

An object that contains attributes about a single row in a table

" - } - }, - "com.amazonaws.honeycode#TableRows": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#TableRow" - } - }, - "com.amazonaws.honeycode#Tables": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#Table" - } - }, - "com.amazonaws.honeycode#TagKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$" - } - }, - "com.amazonaws.honeycode#TagKeysList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#TagKey" - }, - "traits": { - "smithy.api#documentation": "

A list of tag keys

", - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#TagResourceRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#TagResourceResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The TagResource API allows you to add tags to an ARN-able resource. Resource includes workbook, table,\n screen and screen-automation.\n

", - "smithy.api#http": { - "method": "POST", - "uri": "/tags/{resourceArn}", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#TagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.honeycode#ResourceArn", - "traits": { - "smithy.api#documentation": "

The resource's Amazon Resource Name (ARN).

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tags": { - "target": "com.amazonaws.honeycode#TagsMap", - "traits": { - "smithy.api#documentation": "

A list of tags to apply to the resource.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#TagResourceResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#TagValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[^\\n\\r\\x00\\x08\\x0B\\x0C\\x0E\\x1F]*$" - } - }, - "com.amazonaws.honeycode#TagsMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#TagKey" - }, - "value": { - "target": "com.amazonaws.honeycode#TagValue" - }, - "traits": { - "smithy.api#documentation": "

A string to string map representing tags

", - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#ThrottlingException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

Tps(transactions per second) rate reached.

", - "smithy.api#error": "client", - "smithy.api#httpError": 429 - } - }, - "com.amazonaws.honeycode#TimestampInMillis": { - "type": "timestamp" - }, - "com.amazonaws.honeycode#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.honeycode#UntagResourceRequest" - }, - "output": { - "target": "com.amazonaws.honeycode#UntagResourceResult" - }, - "errors": [ - { - "target": "com.amazonaws.honeycode#AccessDeniedException" - }, - { - "target": "com.amazonaws.honeycode#InternalServerException" - }, - { - "target": "com.amazonaws.honeycode#RequestTimeoutException" - }, - { - "target": "com.amazonaws.honeycode#ResourceNotFoundException" - }, - { - "target": "com.amazonaws.honeycode#ServiceUnavailableException" - }, - { - "target": "com.amazonaws.honeycode#ThrottlingException" - }, - { - "target": "com.amazonaws.honeycode#ValidationException" - } - ], - "traits": { - "smithy.api#documentation": "

\n The UntagResource API allows you to removes tags from an ARN-able resource. Resource includes workbook, table,\n screen and screen-automation.\n

", - "smithy.api#http": { - "method": "DELETE", - "uri": "/tags/{resourceArn}", - "code": 200 - } - } - }, - "com.amazonaws.honeycode#UntagResourceRequest": { - "type": "structure", - "members": { - "resourceArn": { - "target": "com.amazonaws.honeycode#ResourceArn", - "traits": { - "smithy.api#documentation": "

The resource's Amazon Resource Name (ARN).

", - "smithy.api#httpLabel": {}, - "smithy.api#required": {} - } - }, - "tagKeys": { - "target": "com.amazonaws.honeycode#TagKeysList", - "traits": { - "smithy.api#documentation": "

A list of tag keys to remove from the resource.

", - "smithy.api#httpQuery": "tagKeys", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.honeycode#UntagResourceResult": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.honeycode#UpdateRowData": { - "type": "structure", - "members": { - "rowId": { - "target": "com.amazonaws.honeycode#RowId", - "traits": { - "smithy.api#documentation": "

\n The id of the row that needs to be updated.\n

", - "smithy.api#required": {} - } - }, - "cellsToUpdate": { - "target": "com.amazonaws.honeycode#RowDataInput", - "traits": { - "smithy.api#documentation": "

\n A map representing the cells to update in the given row. The key is the column id of the\n cell and the value is the CellInput object that represents the data to set in that cell.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n Data needed to create a single row in a table as part of the BatchCreateTableRows request.\n

" - } - }, - "com.amazonaws.honeycode#UpdateRowDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#UpdateRowData" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.honeycode#UpsertAction": { - "type": "enum", - "members": { - "Updated": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UPDATED" - } - }, - "Appended": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "APPENDED" - } - } - } - }, - "com.amazonaws.honeycode#UpsertRowData": { - "type": "structure", - "members": { - "batchItemId": { - "target": "com.amazonaws.honeycode#BatchItemId", - "traits": { - "smithy.api#documentation": "

\n An external identifier that represents a single item in the request that is being upserted as part of the\n BatchUpsertTableRows request. This can be any string that you can use to identify the item in the request.\n The BatchUpsertTableRows API puts the batch item id in the results to allow you to link data in the\n request to data in the results.\n

", - "smithy.api#required": {} - } - }, - "filter": { - "target": "com.amazonaws.honeycode#Filter", - "traits": { - "smithy.api#documentation": "

\n The filter formula to use to find existing matching rows to update. The formula needs to return zero or more\n rows. If the formula returns 0 rows, then a new row will be appended in the target table. If the formula\n returns one or more rows, then the returned rows will be updated.\n

\n

\n Note that the filter formula needs to return rows from the target table for the upsert operation to succeed.\n If the filter formula has a syntax error or it doesn't evaluate to zero or more rows in the target table\n for any one item in the input list, then the entire BatchUpsertTableRows request fails and no updates are\n made to the table.\n

", - "smithy.api#required": {} - } - }, - "cellsToUpdate": { - "target": "com.amazonaws.honeycode#RowDataInput", - "traits": { - "smithy.api#documentation": "

\n A map representing the cells to update for the matching rows or an appended row. The key is the column id\n of the cell and the value is the CellInput object that represents the data to set in that cell.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n Data needed to upsert rows in a table as part of a single item in the BatchUpsertTableRows request.\n

" - } - }, - "com.amazonaws.honeycode#UpsertRowDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.honeycode#UpsertRowData" - } - }, - "com.amazonaws.honeycode#UpsertRowsResult": { - "type": "structure", - "members": { - "rowIds": { - "target": "com.amazonaws.honeycode#RowIdList", - "traits": { - "smithy.api#documentation": "

\n The list of row ids that were changed as part of an upsert row operation. If the upsert resulted in an\n update, this list could potentially contain multiple rows that matched the filter and hence got updated.\n If the upsert resulted in an append, this list would only have the single row that was appended.\n

", - "smithy.api#required": {} - } - }, - "upsertAction": { - "target": "com.amazonaws.honeycode#UpsertAction", - "traits": { - "smithy.api#documentation": "

\n The result of the upsert action.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n An object that represents the result of a single upsert row request.\n

" - } - }, - "com.amazonaws.honeycode#UpsertRowsResultMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#BatchItemId" - }, - "value": { - "target": "com.amazonaws.honeycode#UpsertRowsResult" - } - }, - "com.amazonaws.honeycode#ValidationException": { - "type": "structure", - "members": { - "message": { - "target": "com.amazonaws.honeycode#ErrorMessage", - "traits": { - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

\n Request is invalid. The message in the response contains details on why the request is invalid.\n

", - "smithy.api#error": "client", - "smithy.api#httpError": 400 - } - }, - "com.amazonaws.honeycode#VariableName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 255 - }, - "smithy.api#pattern": "^(?!\\s*$).+$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#VariableValue": { - "type": "structure", - "members": { - "rawValue": { - "target": "com.amazonaws.honeycode#RawValue", - "traits": { - "smithy.api#documentation": "

Raw value of the variable.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The input variables to the app to be used by the InvokeScreenAutomation action request.

", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#VariableValueMap": { - "type": "map", - "key": { - "target": "com.amazonaws.honeycode#VariableName" - }, - "value": { - "target": "com.amazonaws.honeycode#VariableValue" - }, - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.honeycode#WorkbookCursor": { - "type": "long", - "traits": { - "smithy.api#default": 0 - } - } - } -} diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index d6686a0e8d1..712bf692a27 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -882,12 +882,6 @@ "artifactName": "healthlake", "brazilName": "AwsSdkKotlinHealthlake" }, - { - "sdkId": "Honeycode", - "namespace": "aws.sdk.kotlin.services.honeycode", - "artifactName": "honeycode", - "brazilName": "AwsSdkKotlinHoneycode" - }, { "sdkId": "IAM", "namespace": "aws.sdk.kotlin.services.iam", From e6993e8597ffd5572f331f2fb4ab94fd489f4aca Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Fri, 10 May 2024 10:09:51 -0400 Subject: [PATCH 2/3] Remove Alexa for Business --- .../codegen/EndpointUrlConfigNamesTest.kt | 6 - .../sdk/aws-models/alexa-for-business.json | 10761 ---------------- codegen/sdk/packages.json | 6 - 3 files changed, 10773 deletions(-) delete mode 100644 codegen/sdk/aws-models/alexa-for-business.json diff --git a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt index 2562c93cb70..dd3d8486d28 100644 --- a/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt +++ b/codegen/aws-sdk-codegen/src/test/kotlin/aws/sdk/kotlin/codegen/EndpointUrlConfigNamesTest.kt @@ -73,11 +73,6 @@ private const val testSuiteJson = """ "services_section_name": "acm_pca", "service_envvar_name": "AWS_ENDPOINT_URL_ACM_PCA" }, - { - "service_id": "Alexa For Business", - "services_section_name": "alexa_for_business", - "service_envvar_name": "AWS_ENDPOINT_URL_ALEXA_FOR_BUSINESS" - }, { "service_id": "amp", "services_section_name": "amp", @@ -1713,7 +1708,6 @@ private const val javaClientNamesJson = """ "nimble": "NimbleClient", "Lex Model Building Service": "LexModelBuildingClient", "Medical Imaging": "MedicalImagingClient", - "Alexa For Business": "AlexaForBusinessClient", "Auto Scaling": "AutoScalingClient", "RoboMaker": "RoboMakerClient", "SES": "SesClient", diff --git a/codegen/sdk/aws-models/alexa-for-business.json b/codegen/sdk/aws-models/alexa-for-business.json deleted file mode 100644 index 7558a8db35d..00000000000 --- a/codegen/sdk/aws-models/alexa-for-business.json +++ /dev/null @@ -1,10761 +0,0 @@ -{ - "smithy": "2.0", - "metadata": { - "suppressions": [ - { - "id": "HttpMethodSemantics", - "namespace": "*" - }, - { - "id": "HttpResponseCodeSemantics", - "namespace": "*" - }, - { - "id": "PaginatedTrait", - "namespace": "*" - }, - { - "id": "HttpHeaderTrait", - "namespace": "*" - }, - { - "id": "HttpUriConflict", - "namespace": "*" - }, - { - "id": "Service", - "namespace": "*" - } - ] - }, - "shapes": { - "com.amazonaws.alexaforbusiness#Address": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 500 - } - } - }, - "com.amazonaws.alexaforbusiness#AddressBook": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#AddressBookName", - "traits": { - "smithy.api#documentation": "

The name of the address book.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#AddressBookDescription", - "traits": { - "smithy.api#documentation": "

The description of the address book.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An address book with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#AddressBookData": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#AddressBookName", - "traits": { - "smithy.api#documentation": "

The name of the address book.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#AddressBookDescription", - "traits": { - "smithy.api#documentation": "

The description of the address book.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information related to an address book.

" - } - }, - "com.amazonaws.alexaforbusiness#AddressBookDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#AddressBookData" - } - }, - "com.amazonaws.alexaforbusiness#AddressBookDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 200 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#AddressBookName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#AlexaForBusiness": { - "type": "service", - "version": "2017-11-09", - "operations": [ - { - "target": "com.amazonaws.alexaforbusiness#ApproveSkill" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsers" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportSchedule" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateConferenceProvider" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateContact" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateSkillGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#CreateUser" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportSchedule" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProvider" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteContact" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteDevice" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageData" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameter" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorization" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeleteUser" - }, - { - "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsers" - }, - { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliances" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetConferencePreference" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetConferenceProvider" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetContact" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetDevice" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetGateway" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetGatewayGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetInvitationConfiguration" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetNetworkProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameter" - }, - { - "target": "com.amazonaws.alexaforbusiness#GetSkillGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedules" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListConferenceProviders" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListDeviceEvents" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListGatewayGroups" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListGateways" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListSkills" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategories" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategory" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliances" - }, - { - "target": "com.amazonaws.alexaforbusiness#ListTags" - }, - { - "target": "com.amazonaws.alexaforbusiness#PutConferencePreference" - }, - { - "target": "com.amazonaws.alexaforbusiness#PutInvitationConfiguration" - }, - { - "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameter" - }, - { - "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorization" - }, - { - "target": "com.amazonaws.alexaforbusiness#RegisterAVSDevice" - }, - { - "target": "com.amazonaws.alexaforbusiness#RejectSkill" - }, - { - "target": "com.amazonaws.alexaforbusiness#ResolveRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#RevokeInvitation" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchAddressBooks" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchContacts" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchDevices" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfiles" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchProfiles" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchRooms" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchSkillGroups" - }, - { - "target": "com.amazonaws.alexaforbusiness#SearchUsers" - }, - { - "target": "com.amazonaws.alexaforbusiness#SendAnnouncement" - }, - { - "target": "com.amazonaws.alexaforbusiness#SendInvitation" - }, - { - "target": "com.amazonaws.alexaforbusiness#StartDeviceSync" - }, - { - "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscovery" - }, - { - "target": "com.amazonaws.alexaforbusiness#TagResource" - }, - { - "target": "com.amazonaws.alexaforbusiness#UntagResource" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateAddressBook" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportSchedule" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProvider" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateContact" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateDevice" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateGateway" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroup" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateProfile" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateRoom" - }, - { - "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroup" - } - ], - "traits": { - "aws.api#service": { - "sdkId": "Alexa For Business", - "arnNamespace": "a4b", - "cloudFormationName": "AlexaForBusiness", - "cloudTrailEventSource": "alexaforbusiness.amazonaws.com", - "docId": "alexaforbusiness-2017-11-09", - "endpointPrefix": "a4b" - }, - "aws.auth#sigv4": { - "name": "a4b" - }, - "aws.protocols#awsJson1_1": {}, - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Alexa for Business has been retired and is no longer supported.

", - "smithy.api#title": "Alexa For Business", - "smithy.rules#endpointRuleSet": { - "version": "1.0", - "parameters": { - "Region": { - "builtIn": "AWS::Region", - "required": false, - "documentation": "The AWS region used to dispatch the request.", - "type": "String" - }, - "UseDualStack": { - "builtIn": "AWS::UseDualStack", - "required": true, - "default": false, - "documentation": "When true, use the dual-stack endpoint. If the configured endpoint does not support dual-stack, dispatching the request MAY return an error.", - "type": "Boolean" - }, - "UseFIPS": { - "builtIn": "AWS::UseFIPS", - "required": true, - "default": false, - "documentation": "When true, send this request to the FIPS-compliant regional endpoint. If the configured endpoint does not have a FIPS compliant endpoint, dispatching the request will return an error.", - "type": "Boolean" - }, - "Endpoint": { - "builtIn": "SDK::Endpoint", - "required": false, - "documentation": "Override the endpoint used to send this request", - "type": "String" - } - }, - "rules": [ - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Endpoint" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "error": "Invalid Configuration: FIPS and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported", - "type": "error" - }, - { - "conditions": [], - "endpoint": { - "url": { - "ref": "Endpoint" - }, - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "isSet", - "argv": [ - { - "ref": "Region" - } - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "aws.partition", - "argv": [ - { - "ref": "Region" - } - ], - "assign": "PartitionResult" - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - }, - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - } - ] - }, - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://a4b-fips.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS and DualStack are enabled, but this partition does not support one or both", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseFIPS" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsFIPS" - ] - }, - true - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://a4b-fips.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "FIPS is enabled but this partition does not support FIPS", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - { - "ref": "UseDualStack" - }, - true - ] - } - ], - "rules": [ - { - "conditions": [ - { - "fn": "booleanEquals", - "argv": [ - true, - { - "fn": "getAttr", - "argv": [ - { - "ref": "PartitionResult" - }, - "supportsDualStack" - ] - } - ] - } - ], - "rules": [ - { - "conditions": [], - "endpoint": { - "url": "https://a4b.{Region}.{PartitionResult#dualStackDnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "DualStack is enabled but this partition does not support DualStack", - "type": "error" - } - ], - "type": "tree" - }, - { - "conditions": [], - "endpoint": { - "url": "https://a4b.{Region}.{PartitionResult#dnsSuffix}", - "properties": {}, - "headers": {} - }, - "type": "endpoint" - } - ], - "type": "tree" - } - ], - "type": "tree" - }, - { - "conditions": [], - "error": "Invalid Configuration: Missing Region", - "type": "error" - } - ] - }, - "smithy.rules#endpointTests": { - "testCases": [ - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-east-1.api.aws" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b.cn-north-1.api.amazonwebservices.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region cn-north-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b.cn-north-1.amazonaws.com.cn" - } - }, - "params": { - "Region": "cn-north-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-gov-east-1.api.aws" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-gov-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-gov-east-1.amazonaws.com" - } - }, - "params": { - "Region": "us-gov-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-iso-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-iso-east-1.c2s.ic.gov" - } - }, - "params": { - "Region": "us-iso-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack enabled", - "expect": { - "error": "FIPS and DualStack are enabled, but this partition does not support one or both" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS enabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b-fips.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": true, - "UseDualStack": false - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack enabled", - "expect": { - "error": "DualStack is enabled but this partition does not support DualStack" - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": true - } - }, - { - "documentation": "For region us-isob-east-1 with FIPS disabled and DualStack disabled", - "expect": { - "endpoint": { - "url": "https://a4b.us-isob-east-1.sc2s.sgov.gov" - } - }, - "params": { - "Region": "us-isob-east-1", - "UseFIPS": false, - "UseDualStack": false - } - }, - { - "documentation": "For custom endpoint with region set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with region not set and fips disabled and dualstack disabled", - "expect": { - "endpoint": { - "url": "https://example.com" - } - }, - "params": { - "UseFIPS": false, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips enabled and dualstack disabled", - "expect": { - "error": "Invalid Configuration: FIPS and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": true, - "UseDualStack": false, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "For custom endpoint with fips disabled and dualstack enabled", - "expect": { - "error": "Invalid Configuration: Dualstack and custom endpoint are not supported" - }, - "params": { - "Region": "us-east-1", - "UseFIPS": false, - "UseDualStack": true, - "Endpoint": "https://example.com" - } - }, - { - "documentation": "Missing region", - "expect": { - "error": "Invalid Configuration: Missing Region" - } - } - ], - "version": "1.0" - } - } - }, - "com.amazonaws.alexaforbusiness#AlreadyExistsException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The resource being created already exists.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#AmazonId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9]{1,18}$" - } - }, - "com.amazonaws.alexaforbusiness#ApplianceDescription": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ApplianceFriendlyName": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ApplianceManufacturerName": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ApproveSkill": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ApproveSkillRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ApproveSkillResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a skill with the organization under the customer's AWS account. If a skill\n is private, the user implicitly accepts access to this skill during enablement.

" - } - }, - "com.amazonaws.alexaforbusiness#ApproveSkillRequest": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The unique identifier of the skill.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ApproveSkillResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Arn": { - "type": "string", - "traits": { - "smithy.api#pattern": "^arn:[a-z0-9-\\.]{1,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[a-z0-9-\\.]{0,63}:[^/].{0,1023}$" - } - }, - "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a contact with a given address book.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookRequest": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact to associate with an address book.

", - "smithy.api#required": {} - } - }, - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book with which to associate the contact.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateContactWithAddressBookResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a device with the specified network profile.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The device ARN.

", - "smithy.api#required": {} - } - }, - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile to associate with a device.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithNetworkProfileResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a device with a given room. This applies all the settings from the room\n profile to the device, and all the skills in any skill groups added to that room. This\n operation requires the device to be online, or else a manual sync is required.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device to associate to a room. Required.

" - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room with which to associate the device. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateDeviceWithRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a skill group with a given room. This enables all skills in the associated\n skill group on all devices in the room.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group to associate with a room. Required.

" - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room with which to associate the skill group. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillGroupWithRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - }, - { - "target": "com.amazonaws.alexaforbusiness#SkillNotLinkedException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Associates a skill with a skill group.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group to associate the skill to. Required.

" - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The unique identifier of the skill.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithSkillGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithUsers": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Makes a private skill available for enrolled users to enable on their devices.

" - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersRequest": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The private skill ID you want to make available to enrolled users.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#AssociateSkillWithUsersResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Audio": { - "type": "structure", - "members": { - "Locale": { - "target": "com.amazonaws.alexaforbusiness#Locale", - "traits": { - "smithy.api#documentation": "

The locale of the audio message. Currently, en-US is supported.

", - "smithy.api#required": {} - } - }, - "Location": { - "target": "com.amazonaws.alexaforbusiness#AudioLocation", - "traits": { - "smithy.api#documentation": "

The location of the audio file. Currently, S3 URLs are supported. Only S3 locations\n comprised of safe characters are valid. For more information, see Safe Characters.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The audio message. There is a 1 MB limit on the audio file input and the only supported\n format is MP3. To convert your MP3 audio files to an Alexa-friendly,

\n

required codec version (MPEG version 2) and bit rate (48 kbps), you might use converter\n software. One option for this is a command-line tool, FFmpeg. For more information, see\n FFmpeg. The following command converts the\n provided to an MP3 file that is played in the announcement:

\n

\n ffmpeg -i -ac 2 -codec:a libmp3lame -b:a 48k -ar 16000\n \n

" - } - }, - "com.amazonaws.alexaforbusiness#AudioList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Audio" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#AudioLocation": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1200 - }, - "smithy.api#pattern": "^https://([A-Za-z0-9_.-]+)?(s3-[A-Za-z0-9-]+|s3\\.([A-Za-z0-9-])+|s3|s3.dualstack\\.([A-Za-z0-9-])+)+.amazonaws.com/" - } - }, - "com.amazonaws.alexaforbusiness#AuthorizationResult": { - "type": "map", - "key": { - "target": "com.amazonaws.alexaforbusiness#Key" - }, - "value": { - "target": "com.amazonaws.alexaforbusiness#Value" - }, - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#Boolean": { - "type": "boolean" - }, - "com.amazonaws.alexaforbusiness#Boolean2": { - "type": "boolean", - "traits": { - "smithy.api#default": false - } - }, - "com.amazonaws.alexaforbusiness#BulletPoint": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#BulletPoints": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#BulletPoint" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReport": { - "type": "structure", - "members": { - "Status": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportStatus", - "traits": { - "smithy.api#documentation": "

The status of the report generation execution (RUNNING, SUCCEEDED, or\n FAILED).

" - } - }, - "FailureCode": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportFailureCode", - "traits": { - "smithy.api#documentation": "

The failure code.

" - } - }, - "S3Location": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportS3Location", - "traits": { - "smithy.api#documentation": "

The S3 location of the output reports.

" - } - }, - "DeliveryTime": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportDeliveryTime", - "traits": { - "smithy.api#documentation": "

The time of report delivery.

" - } - }, - "DownloadUrl": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportDownloadUrl", - "traits": { - "smithy.api#documentation": "

The download link where a user can download the report.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Usage report with specified parameters.

" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportContentRange": { - "type": "structure", - "members": { - "Interval": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportInterval", - "traits": { - "smithy.api#documentation": "

The interval of the content range.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The content range of the report.

" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportDeliveryTime": { - "type": "timestamp" - }, - "com.amazonaws.alexaforbusiness#BusinessReportDownloadUrl": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#BusinessReportFailureCode": { - "type": "enum", - "members": { - "ACCESS_DENIED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ACCESS_DENIED" - } - }, - "NO_SUCH_BUCKET": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NO_SUCH_BUCKET" - } - }, - "INTERNAL_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNAL_FAILURE" - } - } - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportFormat": { - "type": "enum", - "members": { - "CSV": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CSV" - } - }, - "CSV_ZIP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CSV_ZIP" - } - } - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportInterval": { - "type": "enum", - "members": { - "ONE_DAY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ONE_DAY" - } - }, - "ONE_WEEK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ONE_WEEK" - } - }, - "THIRTY_DAYS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "THIRTY_DAYS" - } - } - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportRecurrence": { - "type": "structure", - "members": { - "StartDate": { - "target": "com.amazonaws.alexaforbusiness#Date", - "traits": { - "smithy.api#documentation": "

The start date.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The recurrence of the reports.

" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportS3Location": { - "type": "structure", - "members": { - "Path": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportS3Path", - "traits": { - "smithy.api#documentation": "

The path of the business report.

" - } - }, - "BucketName": { - "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName", - "traits": { - "smithy.api#documentation": "

The S3 bucket name of the output reports.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The S3 location of the output reports.

" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportS3Path": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#BusinessReportSchedule": { - "type": "structure", - "members": { - "ScheduleArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the business report schedule.

" - } - }, - "ScheduleName": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName", - "traits": { - "smithy.api#documentation": "

The name identifier of the schedule.

" - } - }, - "S3BucketName": { - "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName", - "traits": { - "smithy.api#documentation": "

The S3 bucket name of the output reports.

" - } - }, - "S3KeyPrefix": { - "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix", - "traits": { - "smithy.api#documentation": "

The S3 key where the report is delivered.

" - } - }, - "Format": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat", - "traits": { - "smithy.api#documentation": "

The format of the generated report (individual CSV files or zipped files of\n individual files).

" - } - }, - "ContentRange": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportContentRange", - "traits": { - "smithy.api#documentation": "

The content range of the reports.

" - } - }, - "Recurrence": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence", - "traits": { - "smithy.api#documentation": "

The recurrence of the reports.

" - } - }, - "LastBusinessReport": { - "target": "com.amazonaws.alexaforbusiness#BusinessReport", - "traits": { - "smithy.api#documentation": "

The details of the last business report delivery for a specified time\n interval.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The schedule of the usage report.

" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportScheduleList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportSchedule" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportScheduleName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 64 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#BusinessReportStatus": { - "type": "enum", - "members": { - "RUNNING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RUNNING" - } - }, - "SUCCEEDED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SUCCEEDED" - } - }, - "FAILED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAILED" - } - } - } - }, - "com.amazonaws.alexaforbusiness#Category": { - "type": "structure", - "members": { - "CategoryId": { - "target": "com.amazonaws.alexaforbusiness#CategoryId", - "traits": { - "smithy.api#documentation": "

The ID of the skill store category.

" - } - }, - "CategoryName": { - "target": "com.amazonaws.alexaforbusiness#CategoryName", - "traits": { - "smithy.api#documentation": "

The name of the skill store category.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The skill store category that is shown. Alexa skills are assigned a specific skill\n category during creation, such as News, Social, and Sports.

" - } - }, - "com.amazonaws.alexaforbusiness#CategoryId": { - "type": "long", - "traits": { - "smithy.api#range": { - "min": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#CategoryList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Category" - } - }, - "com.amazonaws.alexaforbusiness#CategoryName": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#CertificateTime": { - "type": "timestamp" - }, - "com.amazonaws.alexaforbusiness#ClientId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^\\S+{1,256}$" - } - }, - "com.amazonaws.alexaforbusiness#ClientRequestToken": { - "type": "string", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for the request that ensures idempotency.

", - "smithy.api#length": { - "min": 10, - "max": 150 - }, - "smithy.api#pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]*$" - } - }, - "com.amazonaws.alexaforbusiness#CommsProtocol": { - "type": "enum", - "members": { - "SIP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SIP" - } - }, - "SIPS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SIPS" - } - }, - "H323": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "H323" - } - } - } - }, - "com.amazonaws.alexaforbusiness#ConcurrentModificationException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

There is a concurrent modification of resources.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#ConferencePreference": { - "type": "structure", - "members": { - "DefaultConferenceProviderArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the default conference provider.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The default conference provider that is used if no other scheduled meetings are\n detected.

" - } - }, - "com.amazonaws.alexaforbusiness#ConferenceProvider": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created conference provider.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProviderName", - "traits": { - "smithy.api#documentation": "

The name of the conference provider.

" - } - }, - "Type": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType", - "traits": { - "smithy.api#documentation": "

The type of conference providers.

" - } - }, - "IPDialIn": { - "target": "com.amazonaws.alexaforbusiness#IPDialIn", - "traits": { - "smithy.api#documentation": "

The IP endpoint and protocol for calling.

" - } - }, - "PSTNDialIn": { - "target": "com.amazonaws.alexaforbusiness#PSTNDialIn", - "traits": { - "smithy.api#documentation": "

The information for PSTN conferencing.

" - } - }, - "MeetingSetting": { - "target": "com.amazonaws.alexaforbusiness#MeetingSetting", - "traits": { - "smithy.api#documentation": "

The meeting settings for the conference provider.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

An entity that provides a conferencing solution. Alexa for Business acts as the voice interface and mediator that connects users to their preferred conference provider. Examples of conference providers include Amazon Chime, Zoom, Cisco, and Polycom.

" - } - }, - "com.amazonaws.alexaforbusiness#ConferenceProviderName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#ConferenceProviderType": { - "type": "enum", - "members": { - "CHIME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CHIME" - } - }, - "BLUEJEANS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "BLUEJEANS" - } - }, - "FUZE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FUZE" - } - }, - "GOOGLE_HANGOUTS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "GOOGLE_HANGOUTS" - } - }, - "POLYCOM": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "POLYCOM" - } - }, - "RINGCENTRAL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "RINGCENTRAL" - } - }, - "SKYPE_FOR_BUSINESS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SKYPE_FOR_BUSINESS" - } - }, - "WEBEX": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WEBEX" - } - }, - "ZOOM": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ZOOM" - } - }, - "CUSTOM": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CUSTOM" - } - } - } - }, - "com.amazonaws.alexaforbusiness#ConferenceProvidersList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProvider" - } - }, - "com.amazonaws.alexaforbusiness#ConnectionStatus": { - "type": "enum", - "members": { - "ONLINE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ONLINE" - } - }, - "OFFLINE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "OFFLINE" - } - } - } - }, - "com.amazonaws.alexaforbusiness#ConnectionStatusUpdatedTime": { - "type": "timestamp" - }, - "com.amazonaws.alexaforbusiness#Contact": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The name of the contact to display on the console.

" - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The first name of the contact, used to call the contact on the device.

" - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The last name of the contact, used to call the contact on the device.

" - } - }, - "PhoneNumber": { - "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber", - "traits": { - "smithy.api#documentation": "

The phone number of the contact. The phone number type defaults to WORK. You can\n either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which\n lets you specify the phone number type and multiple numbers.

" - } - }, - "PhoneNumbers": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumberList", - "traits": { - "smithy.api#documentation": "

The list of phone numbers for the contact.

" - } - }, - "SipAddresses": { - "target": "com.amazonaws.alexaforbusiness#SipAddressList", - "traits": { - "smithy.api#documentation": "

The list of SIP addresses for the contact.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A contact with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#ContactData": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact.

" - } - }, - "DisplayName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The name of the contact to display on the console.

" - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The first name of the contact, used to call the contact on the device.

" - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The last name of the contact, used to call the contact on the device.

" - } - }, - "PhoneNumber": { - "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber", - "traits": { - "smithy.api#documentation": "

The phone number of the contact. The phone number type defaults to WORK. You can\n specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you\n specify the phone number type and multiple numbers.

" - } - }, - "PhoneNumbers": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumberList", - "traits": { - "smithy.api#documentation": "

The list of phone numbers for the contact.

" - } - }, - "SipAddresses": { - "target": "com.amazonaws.alexaforbusiness#SipAddressList", - "traits": { - "smithy.api#documentation": "

The list of SIP addresses for the contact.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information related to a contact.

" - } - }, - "com.amazonaws.alexaforbusiness#ContactDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#ContactData" - } - }, - "com.amazonaws.alexaforbusiness#ContactName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#Content": { - "type": "structure", - "members": { - "TextList": { - "target": "com.amazonaws.alexaforbusiness#TextList", - "traits": { - "smithy.api#documentation": "

The list of text messages.

" - } - }, - "SsmlList": { - "target": "com.amazonaws.alexaforbusiness#SsmlList", - "traits": { - "smithy.api#documentation": "

The list of SSML messages.

" - } - }, - "AudioList": { - "target": "com.amazonaws.alexaforbusiness#AudioList", - "traits": { - "smithy.api#documentation": "

The list of audio messages.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The content definition. This can contain only one text, SSML, or audio list\n object.

" - } - }, - "com.amazonaws.alexaforbusiness#CountryCode": { - "type": "string", - "traits": { - "smithy.api#pattern": "^\\d{1,3}$" - } - }, - "com.amazonaws.alexaforbusiness#CreateAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateAddressBookResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates an address book with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateAddressBookRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.alexaforbusiness#AddressBookName", - "traits": { - "smithy.api#documentation": "

The name of the address book.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#AddressBookDescription", - "traits": { - "smithy.api#documentation": "

The description of the address book.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for the request that ensures\n idempotency.

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateAddressBookResponse": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created address book.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateBusinessReportSchedule": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a recurring schedule for usage reports to deliver to the specified S3\n location with a specified daily or weekly interval.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleRequest": { - "type": "structure", - "members": { - "ScheduleName": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName", - "traits": { - "smithy.api#documentation": "

The name identifier of the schedule.

" - } - }, - "S3BucketName": { - "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName", - "traits": { - "smithy.api#documentation": "

The S3 bucket name of the output reports. If this isn't specified, the report can be\n retrieved from a download link by calling ListBusinessReportSchedule.

" - } - }, - "S3KeyPrefix": { - "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix", - "traits": { - "smithy.api#documentation": "

The S3 key where the report is delivered.

" - } - }, - "Format": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat", - "traits": { - "smithy.api#documentation": "

The format of the generated report (individual CSV files or zipped files of\n individual files).

", - "smithy.api#required": {} - } - }, - "ContentRange": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportContentRange", - "traits": { - "smithy.api#documentation": "

The content range of the reports.

", - "smithy.api#required": {} - } - }, - "Recurrence": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence", - "traits": { - "smithy.api#documentation": "

The recurrence of the reports. If this isn't specified, the report will only be\n delivered one time when the API is called.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

The client request token.

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags for the business report schedule.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateBusinessReportScheduleResponse": { - "type": "structure", - "members": { - "ScheduleArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the business report schedule.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateConferenceProvider": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateConferenceProviderRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateConferenceProviderResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Adds a new conference provider under the user's AWS account.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateConferenceProviderRequest": { - "type": "structure", - "members": { - "ConferenceProviderName": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProviderName", - "traits": { - "smithy.api#documentation": "

The name of the conference provider.

", - "smithy.api#required": {} - } - }, - "ConferenceProviderType": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType", - "traits": { - "smithy.api#documentation": "

Represents a type within a list of predefined types.

", - "smithy.api#required": {} - } - }, - "IPDialIn": { - "target": "com.amazonaws.alexaforbusiness#IPDialIn", - "traits": { - "smithy.api#documentation": "

The IP endpoint and protocol for calling.

" - } - }, - "PSTNDialIn": { - "target": "com.amazonaws.alexaforbusiness#PSTNDialIn", - "traits": { - "smithy.api#documentation": "

The information for PSTN conferencing.

" - } - }, - "MeetingSetting": { - "target": "com.amazonaws.alexaforbusiness#MeetingSetting", - "traits": { - "smithy.api#documentation": "

The meeting settings for the conference provider.

", - "smithy.api#required": {} - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

The request token of the client.

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateConferenceProviderResponse": { - "type": "structure", - "members": { - "ConferenceProviderArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly-created conference provider.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateContact": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateContactRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateContactResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a contact with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateContactRequest": { - "type": "structure", - "members": { - "DisplayName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The name of the contact to display on the console.

" - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The first name of the contact that is used to call the contact on the\n device.

", - "smithy.api#required": {} - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The last name of the contact that is used to call the contact on the\n device.

" - } - }, - "PhoneNumber": { - "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber", - "traits": { - "smithy.api#documentation": "

The phone number of the contact in E.164 format. The phone number type defaults to\n WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,\n which lets you specify the phone number type and multiple numbers.

" - } - }, - "PhoneNumbers": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumberList", - "traits": { - "smithy.api#documentation": "

The list of phone numbers for the contact.

" - } - }, - "SipAddresses": { - "target": "com.amazonaws.alexaforbusiness#SipAddressList", - "traits": { - "smithy.api#documentation": "

The list of SIP addresses for the contact.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for this request that ensures\n idempotency.

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateContactResponse": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created address book.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateEndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList", - "traits": { - "smithy.api#documentation": "

A range of 3 to 15 minutes that determines when the reminder begins.

", - "smithy.api#required": {} - } - }, - "ReminderType": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType", - "traits": { - "smithy.api#documentation": "

The type of sound that users hear during the end of meeting reminder.

", - "smithy.api#required": {} - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether an end of meeting reminder is enabled or not.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Creates settings for the end of meeting reminder feature that are applied to a room\n profile. The end of meeting reminder enables Alexa to remind users when a meeting is\n ending.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateGatewayGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateGatewayGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a gateway group with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateGatewayGroupRequest": { - "type": "structure", - "members": { - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupName", - "traits": { - "smithy.api#documentation": "

The name of the gateway group.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription", - "traits": { - "smithy.api#documentation": "

The description of the gateway group.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for the request that ensures idempotency.

", - "smithy.api#idempotencyToken": {}, - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateGatewayGroupResponse": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the created gateway group.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateInstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n an available room when a meeting is started with Alexa.

", - "smithy.api#required": {} - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether instant booking is enabled or not.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Creates settings for the instant booking feature that are applied to a room profile.\n When users start their meeting with Alexa, Alexa automatically books the room for the\n configured duration if the room is available.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateMeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether room utilization metrics are enabled or not.

" - } - }, - "EndOfMeetingReminder": { - "target": "com.amazonaws.alexaforbusiness#CreateEndOfMeetingReminder" - }, - "InstantBooking": { - "target": "com.amazonaws.alexaforbusiness#CreateInstantBooking", - "traits": { - "smithy.api#documentation": "

Settings to automatically book a room for a configured duration if it's free when joining a meeting with Alexa.

" - } - }, - "RequireCheckIn": { - "target": "com.amazonaws.alexaforbusiness#CreateRequireCheckIn", - "traits": { - "smithy.api#documentation": "

Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”

" - } - }, - "ProactiveJoin": { - "target": "com.amazonaws.alexaforbusiness#CreateProactiveJoin" - } - }, - "traits": { - "smithy.api#documentation": "

Creates meeting room settings of a room profile.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateNetworkProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateNetworkProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidServiceLinkedRoleStateException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a network profile with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateNetworkProfileRequest": { - "type": "structure", - "members": { - "NetworkProfileName": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileName", - "traits": { - "smithy.api#documentation": "

The name of the network profile associated with a device.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - }, - "Ssid": { - "target": "com.amazonaws.alexaforbusiness#NetworkSsid", - "traits": { - "smithy.api#documentation": "

The SSID of the Wi-Fi network.

", - "smithy.api#required": {} - } - }, - "SecurityType": { - "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType", - "traits": { - "smithy.api#documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n WEP, or OPEN.

", - "smithy.api#required": {} - } - }, - "EapMethod": { - "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod", - "traits": { - "smithy.api#documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n supported.

" - } - }, - "CurrentPassword": { - "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword", - "traits": { - "smithy.api#documentation": "

The current password of the Wi-Fi network.

" - } - }, - "NextPassword": { - "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword", - "traits": { - "smithy.api#documentation": "

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n transmitted to the device and is used when the password of the network changes to\n NextPassword.

" - } - }, - "CertificateAuthorityArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n (ACM). This is used to issue certificates to the devices.

" - } - }, - "TrustAnchors": { - "target": "com.amazonaws.alexaforbusiness#TrustAnchorList", - "traits": { - "smithy.api#documentation": "

The root certificates of your authentication server that is installed on your devices\n and used to trust your authentication server during EAP negotiation.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#idempotencyToken": {}, - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateNetworkProfileResponse": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateProactiveJoin": { - "type": "structure", - "members": { - "EnabledByMotion": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.alexaforbusiness#CreateProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a new room profile with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateProfileRequest": { - "type": "structure", - "members": { - "ProfileName": { - "target": "com.amazonaws.alexaforbusiness#ProfileName", - "traits": { - "smithy.api#documentation": "

The name of a room profile.

", - "smithy.api#required": {} - } - }, - "Timezone": { - "target": "com.amazonaws.alexaforbusiness#Timezone", - "traits": { - "smithy.api#documentation": "

The time zone used by a room profile.

", - "smithy.api#required": {} - } - }, - "Address": { - "target": "com.amazonaws.alexaforbusiness#Address", - "traits": { - "smithy.api#documentation": "

The valid address for the room.

", - "smithy.api#required": {} - } - }, - "DistanceUnit": { - "target": "com.amazonaws.alexaforbusiness#DistanceUnit", - "traits": { - "smithy.api#documentation": "

The distance unit to be used by devices in the profile.

", - "smithy.api#required": {} - } - }, - "TemperatureUnit": { - "target": "com.amazonaws.alexaforbusiness#TemperatureUnit", - "traits": { - "smithy.api#documentation": "

The temperature unit to be used by devices in the profile.

", - "smithy.api#required": {} - } - }, - "WakeWord": { - "target": "com.amazonaws.alexaforbusiness#WakeWord", - "traits": { - "smithy.api#documentation": "

A wake word for Alexa, Echo, Amazon, or a computer.

", - "smithy.api#required": {} - } - }, - "Locale": { - "target": "com.amazonaws.alexaforbusiness#DeviceLocale", - "traits": { - "smithy.api#documentation": "

The locale of the room profile. (This is currently only available to a limited preview audience.)

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

The user-specified token that is used during the creation of a profile.

", - "smithy.api#idempotencyToken": {} - } - }, - "SetupModeDisabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether room profile setup is enabled.

" - } - }, - "MaxVolumeLimit": { - "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit", - "traits": { - "smithy.api#documentation": "

The maximum volume limit for a room profile.

" - } - }, - "PSTNEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether PSTN calling is enabled.

" - } - }, - "DataRetentionOptIn": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether data retention of the profile is enabled.

" - } - }, - "MeetingRoomConfiguration": { - "target": "com.amazonaws.alexaforbusiness#CreateMeetingRoomConfiguration", - "traits": { - "smithy.api#documentation": "

The meeting room settings of a room profile.

" - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags for the profile.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateProfileResponse": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created room profile in the response.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateRequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

", - "smithy.api#required": {} - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether require check in is enabled or not.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

Creates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a room with the specified details.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateRoomRequest": { - "type": "structure", - "members": { - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#RoomName", - "traits": { - "smithy.api#documentation": "

The name for the room.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#RoomDescription", - "traits": { - "smithy.api#documentation": "

The description for the room.

" - } - }, - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The profile ARN for the room. This is required.

" - } - }, - "ProviderCalendarId": { - "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId", - "traits": { - "smithy.api#documentation": "

The calendar ARN for the room.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for this request that ensures idempotency.\n

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags for the room.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateRoomResponse": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created room in the response.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a skill group with a specified name and description.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupName": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupName", - "traits": { - "smithy.api#documentation": "

The name for the skill group.

", - "smithy.api#required": {} - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription", - "traits": { - "smithy.api#documentation": "

The description for the skill group.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for this request that ensures idempotency.\n

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags for the skill group.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateSkillGroupResponse": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created skill group in the response.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#CreateUserRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#CreateUserResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - }, - { - "target": "com.amazonaws.alexaforbusiness#ResourceInUseException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Creates a user.

" - } - }, - "com.amazonaws.alexaforbusiness#CreateUserRequest": { - "type": "structure", - "members": { - "UserId": { - "target": "com.amazonaws.alexaforbusiness#user_UserId", - "traits": { - "smithy.api#documentation": "

The ARN for the user.

", - "smithy.api#required": {} - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#user_FirstName", - "traits": { - "smithy.api#documentation": "

The first name for the user.

" - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#user_LastName", - "traits": { - "smithy.api#documentation": "

The last name for the user.

" - } - }, - "Email": { - "target": "com.amazonaws.alexaforbusiness#Email", - "traits": { - "smithy.api#documentation": "

The email address for the user.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

A unique, user-specified identifier for this request that ensures idempotency.\n

", - "smithy.api#idempotencyToken": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags for the user.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#CreateUserResponse": { - "type": "structure", - "members": { - "UserArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created user in the response.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#CurrentWiFiPassword": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 5, - "max": 128 - }, - "smithy.api#pattern": "^[\\x00-\\x7F]*$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#CustomerS3BucketName": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-z0-9-\\.]{3,63}$" - } - }, - "com.amazonaws.alexaforbusiness#Date": { - "type": "string", - "traits": { - "smithy.api#pattern": "^\\d{4}\\-(0?[1-9]|1[012])\\-(0?[1-9]|[12][0-9]|3[01])$" - } - }, - "com.amazonaws.alexaforbusiness#DeleteAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteAddressBookResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes an address book by the address book ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteAddressBookRequest": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteAddressBookResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteBusinessReportSchedule": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes the recurring report delivery schedule with the specified schedule\n ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleRequest": { - "type": "structure", - "members": { - "ScheduleArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the business report schedule.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteBusinessReportScheduleResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteConferenceProvider": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProviderRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteConferenceProviderResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a conference provider.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteConferenceProviderRequest": { - "type": "structure", - "members": { - "ConferenceProviderArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the conference provider.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteConferenceProviderResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteContact": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteContactRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteContactResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a contact by the contact ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteContactRequest": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteContactResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteDevice": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteDeviceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteDeviceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Removes a device from Alexa For Business.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteDeviceRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device for which to request details.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteDeviceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteDeviceUsageData": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

When this action is called for a specified shared device, it allows authorized users to\n delete the device's entire previous history of voice input data and associated response\n data. This action can be called once every 24 hours for a specific shared device.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device.

", - "smithy.api#required": {} - } - }, - "DeviceUsageType": { - "target": "com.amazonaws.alexaforbusiness#DeviceUsageType", - "traits": { - "smithy.api#documentation": "

The type of usage data to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteDeviceUsageDataResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteGatewayGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteGatewayGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ResourceAssociatedException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a gateway group.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteGatewayGroupRequest": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group to delete.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteGatewayGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteNetworkProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteNetworkProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - }, - { - "target": "com.amazonaws.alexaforbusiness#ResourceInUseException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a network profile by the network profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteNetworkProfileRequest": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteNetworkProfileResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a room profile by the profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room profile to delete. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteProfileResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a room by the room ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room to delete. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameter": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes room skill parameter details by room, skill, and parameter key ID.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room from which to remove the room skill parameter details.

" - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ID of the skill from which to remove the room skill parameter details.

", - "smithy.api#required": {} - } - }, - "ParameterKey": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey", - "traits": { - "smithy.api#documentation": "

The room skill parameter key for which to remove details.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteRoomSkillParameterResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillAuthorization": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Unlinks a third-party account from a skill.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationRequest": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The unique identifier of a skill.

", - "smithy.api#required": {} - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room that the skill is authorized for.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillAuthorizationResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a skill group by skill group ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group to delete. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteSkillGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteUser": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DeleteUserRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DeleteUserResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Deletes a specified user by user ARN and enrollment ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#DeleteUserRequest": { - "type": "structure", - "members": { - "UserArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the user to delete in the organization. Required.

" - } - }, - "EnrollmentId": { - "target": "com.amazonaws.alexaforbusiness#EnrollmentId", - "traits": { - "smithy.api#documentation": "

The ARN of the user's enrollment in the organization. Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DeleteUserResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DeveloperInfo": { - "type": "structure", - "members": { - "DeveloperName": { - "target": "com.amazonaws.alexaforbusiness#DeveloperName", - "traits": { - "smithy.api#documentation": "

The name of the developer.

" - } - }, - "PrivacyPolicy": { - "target": "com.amazonaws.alexaforbusiness#PrivacyPolicy", - "traits": { - "smithy.api#documentation": "

The URL of the privacy policy.

" - } - }, - "Email": { - "target": "com.amazonaws.alexaforbusiness#Email", - "traits": { - "smithy.api#documentation": "

The email of the developer.

" - } - }, - "Url": { - "target": "com.amazonaws.alexaforbusiness#Url", - "traits": { - "smithy.api#documentation": "

The website of the developer.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The details about the developer that published the skill.

" - } - }, - "com.amazonaws.alexaforbusiness#DeveloperName": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Device": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a device.

" - } - }, - "DeviceSerialNumber": { - "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumber", - "traits": { - "smithy.api#documentation": "

The serial number of a device.

" - } - }, - "DeviceType": { - "target": "com.amazonaws.alexaforbusiness#DeviceType", - "traits": { - "smithy.api#documentation": "

The type of a device.

" - } - }, - "DeviceName": { - "target": "com.amazonaws.alexaforbusiness#DeviceName", - "traits": { - "smithy.api#documentation": "

The name of a device.

" - } - }, - "SoftwareVersion": { - "target": "com.amazonaws.alexaforbusiness#SoftwareVersion", - "traits": { - "smithy.api#documentation": "

The software version of a device.

" - } - }, - "MacAddress": { - "target": "com.amazonaws.alexaforbusiness#MacAddress", - "traits": { - "smithy.api#documentation": "

The MAC address of a device.

" - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room ARN of a device.

" - } - }, - "DeviceStatus": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatus", - "traits": { - "smithy.api#documentation": "

The status of a device. If the status is not READY, check the DeviceStatusInfo value\n for details.

" - } - }, - "DeviceStatusInfo": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatusInfo", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's status.

" - } - }, - "NetworkProfileInfo": { - "target": "com.amazonaws.alexaforbusiness#DeviceNetworkProfileInfo", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A device with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceData": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a device.

" - } - }, - "DeviceSerialNumber": { - "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumber", - "traits": { - "smithy.api#documentation": "

The serial number of a device.

" - } - }, - "DeviceType": { - "target": "com.amazonaws.alexaforbusiness#DeviceType", - "traits": { - "smithy.api#documentation": "

The type of a device.

" - } - }, - "DeviceName": { - "target": "com.amazonaws.alexaforbusiness#DeviceName", - "traits": { - "smithy.api#documentation": "

The name of a device.

" - } - }, - "SoftwareVersion": { - "target": "com.amazonaws.alexaforbusiness#SoftwareVersion", - "traits": { - "smithy.api#documentation": "

The software version of a device.

" - } - }, - "MacAddress": { - "target": "com.amazonaws.alexaforbusiness#MacAddress", - "traits": { - "smithy.api#documentation": "

The MAC address of a device.

" - } - }, - "DeviceStatus": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatus", - "traits": { - "smithy.api#documentation": "

The status of a device.

" - } - }, - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

" - } - }, - "NetworkProfileName": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileName", - "traits": { - "smithy.api#documentation": "

The name of the network profile associated with a device.

" - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room ARN associated with a device.

" - } - }, - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#DeviceRoomName", - "traits": { - "smithy.api#documentation": "

The name of the room associated with a device.

" - } - }, - "DeviceStatusInfo": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatusInfo", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's status.

" - } - }, - "CreatedTime": { - "target": "com.amazonaws.alexaforbusiness#DeviceDataCreatedTime", - "traits": { - "smithy.api#documentation": "

The time (in epoch) when the device data was created.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Device attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceDataCreatedTime": { - "type": "timestamp" - }, - "com.amazonaws.alexaforbusiness#DeviceDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#DeviceData" - } - }, - "com.amazonaws.alexaforbusiness#DeviceEvent": { - "type": "structure", - "members": { - "Type": { - "target": "com.amazonaws.alexaforbusiness#DeviceEventType", - "traits": { - "smithy.api#documentation": "

The type of device event.

" - } - }, - "Value": { - "target": "com.amazonaws.alexaforbusiness#DeviceEventValue", - "traits": { - "smithy.api#documentation": "

The value of the event.

" - } - }, - "Timestamp": { - "target": "com.amazonaws.alexaforbusiness#DeviceEventTime", - "traits": { - "smithy.api#documentation": "

The time (in epoch) when the event occurred.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The list of device events.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceEventList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#DeviceEvent" - } - }, - "com.amazonaws.alexaforbusiness#DeviceEventTime": { - "type": "timestamp" - }, - "com.amazonaws.alexaforbusiness#DeviceEventType": { - "type": "enum", - "members": { - "CONNECTION_STATUS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CONNECTION_STATUS" - } - }, - "DEVICE_STATUS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DEVICE_STATUS" - } - } - } - }, - "com.amazonaws.alexaforbusiness#DeviceEventValue": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#DeviceLocale": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 256 - } - } - }, - "com.amazonaws.alexaforbusiness#DeviceName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 2, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#DeviceNetworkProfileInfo": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

" - } - }, - "CertificateArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the certificate associated with a device.

" - } - }, - "CertificateExpirationTime": { - "target": "com.amazonaws.alexaforbusiness#CertificateTime", - "traits": { - "smithy.api#documentation": "

The time (in epoch) when the certificate expires.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The request failed because this device is no longer registered and therefore no longer managed by this account.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#DeviceRoomName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#DeviceSerialNumber": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9]{1,200}$" - } - }, - "com.amazonaws.alexaforbusiness#DeviceSerialNumberForAVS": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9]{1,50}$" - } - }, - "com.amazonaws.alexaforbusiness#DeviceStatus": { - "type": "enum", - "members": { - "READY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "READY" - } - }, - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - }, - "WAS_OFFLINE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WAS_OFFLINE" - } - }, - "DEREGISTERED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DEREGISTERED" - } - }, - "FAILED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAILED" - } - } - } - }, - "com.amazonaws.alexaforbusiness#DeviceStatusDetail": { - "type": "structure", - "members": { - "Feature": { - "target": "com.amazonaws.alexaforbusiness#Feature", - "traits": { - "smithy.api#documentation": "

The list of available features on the device.

" - } - }, - "Code": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetailCode", - "traits": { - "smithy.api#documentation": "

The device status detail code.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Details of a device’s status.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceStatusDetailCode": { - "type": "enum", - "members": { - "DEVICE_SOFTWARE_UPDATE_NEEDED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DEVICE_SOFTWARE_UPDATE_NEEDED" - } - }, - "DEVICE_WAS_OFFLINE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DEVICE_WAS_OFFLINE" - } - }, - "CREDENTIALS_ACCESS_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CREDENTIALS_ACCESS_FAILURE" - } - }, - "TLS_VERSION_MISMATCH": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "TLS_VERSION_MISMATCH" - } - }, - "ASSOCIATION_REJECTION": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ASSOCIATION_REJECTION" - } - }, - "AUTHENTICATION_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AUTHENTICATION_FAILURE" - } - }, - "DHCP_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DHCP_FAILURE" - } - }, - "INTERNET_UNAVAILABLE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INTERNET_UNAVAILABLE" - } - }, - "DNS_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DNS_FAILURE" - } - }, - "UNKNOWN_FAILURE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "UNKNOWN_FAILURE" - } - }, - "CERTIFICATE_ISSUING_LIMIT_EXCEEDED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CERTIFICATE_ISSUING_LIMIT_EXCEEDED" - } - }, - "INVALID_CERTIFICATE_AUTHORITY": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_CERTIFICATE_AUTHORITY" - } - }, - "NETWORK_PROFILE_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NETWORK_PROFILE_NOT_FOUND" - } - }, - "INVALID_PASSWORD_STATE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INVALID_PASSWORD_STATE" - } - }, - "PASSWORD_NOT_FOUND": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PASSWORD_NOT_FOUND" - } - }, - "PASSWORD_MANAGER_ACCESS_DENIED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PASSWORD_MANAGER_ACCESS_DENIED" - } - }, - "CERTIFICATE_AUTHORITY_ACCESS_DENIED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CERTIFICATE_AUTHORITY_ACCESS_DENIED" - } - } - } - }, - "com.amazonaws.alexaforbusiness#DeviceStatusDetails": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetail" - } - }, - "com.amazonaws.alexaforbusiness#DeviceStatusInfo": { - "type": "structure", - "members": { - "DeviceStatusDetails": { - "target": "com.amazonaws.alexaforbusiness#DeviceStatusDetails", - "traits": { - "smithy.api#documentation": "

One or more device status detail descriptions.

" - } - }, - "ConnectionStatus": { - "target": "com.amazonaws.alexaforbusiness#ConnectionStatus", - "traits": { - "smithy.api#documentation": "

The latest available information about the connection status of a device.

" - } - }, - "ConnectionStatusUpdatedTime": { - "target": "com.amazonaws.alexaforbusiness#ConnectionStatusUpdatedTime", - "traits": { - "smithy.api#documentation": "

The time (in epoch) when the device connection status changed.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Detailed information about a device's status.

" - } - }, - "com.amazonaws.alexaforbusiness#DeviceType": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9]{1,200}$" - } - }, - "com.amazonaws.alexaforbusiness#DeviceUsageType": { - "type": "enum", - "members": { - "VOICE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VOICE" - } - } - } - }, - "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Disassociates a contact from a given address book.

" - } - }, - "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookRequest": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact to disassociate from an address book.

", - "smithy.api#required": {} - } - }, - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address from which to disassociate the contact.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateContactFromAddressBookResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Disassociates a device from its current room. The device continues to be connected to\n the Wi-Fi network and is still registered to the account. The device settings and skills\n are removed from the room.

" - } - }, - "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device to disassociate from a room. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateDeviceFromRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Disassociates a skill from a skill group.

" - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The unique identifier of a skill. Required.

" - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of a skill group to associate to a skill.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromSkillGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsers": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Makes a private skill unavailable for enrolled users and prevents them from enabling it\n on their devices.

" - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersRequest": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The private skill ID you want to make unavailable for enrolled users.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillFromUsersResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Disassociates a skill group from a specified room. This disables all skills in the\n skill group on all devices in the room.

" - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group to disassociate from a room. Required.

" - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room from which the skill group is to be disassociated.\n Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#DisassociateSkillGroupFromRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#DistanceUnit": { - "type": "enum", - "members": { - "METRIC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "METRIC" - } - }, - "IMPERIAL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "IMPERIAL" - } - } - } - }, - "com.amazonaws.alexaforbusiness#Email": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^\\w[+-.\\w]*@\\w[\\w\\.\\-]+\\.[0-9a-zA-Z]{2,24}$" - } - }, - "com.amazonaws.alexaforbusiness#EnablementType": { - "type": "enum", - "members": { - "ENABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ENABLED" - } - }, - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - } - } - }, - "com.amazonaws.alexaforbusiness#EnablementTypeFilter": { - "type": "enum", - "members": { - "ENABLED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ENABLED" - } - }, - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - } - } - }, - "com.amazonaws.alexaforbusiness#EndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList", - "traits": { - "smithy.api#documentation": "

A range of 3 to 15 minutes that determines when the reminder begins.

" - } - }, - "ReminderType": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType", - "traits": { - "smithy.api#documentation": "

The type of sound that users hear during the end of meeting reminder.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether an end of meeting reminder is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Settings for the end of meeting reminder feature that are applied to a room profile. The\n end of meeting reminder enables Alexa to remind users when a meeting is ending.

" - } - }, - "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Minutes" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType": { - "type": "enum", - "members": { - "ANNOUNCEMENT_TIME_CHECK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ANNOUNCEMENT_TIME_CHECK" - } - }, - "ANNOUNCEMENT_VARIABLE_TIME_LEFT": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ANNOUNCEMENT_VARIABLE_TIME_LEFT" - } - }, - "CHIME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CHIME" - } - }, - "KNOCK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "KNOCK" - } - } - } - }, - "com.amazonaws.alexaforbusiness#EndUserLicenseAgreement": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Endpoint": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 256 - } - } - }, - "com.amazonaws.alexaforbusiness#EnrollmentId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 128 - } - } - }, - "com.amazonaws.alexaforbusiness#EnrollmentStatus": { - "type": "enum", - "members": { - "INITIALIZED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "INITIALIZED" - } - }, - "PENDING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PENDING" - } - }, - "REGISTERED": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "REGISTERED" - } - }, - "DISASSOCIATING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DISASSOCIATING" - } - }, - "DEREGISTERING": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DEREGISTERING" - } - } - } - }, - "com.amazonaws.alexaforbusiness#ErrorMessage": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Feature": { - "type": "enum", - "members": { - "BLUETOOTH": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "BLUETOOTH" - } - }, - "VOLUME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "VOLUME" - } - }, - "NOTIFICATIONS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NOTIFICATIONS" - } - }, - "LISTS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "LISTS" - } - }, - "SKILLS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SKILLS" - } - }, - "NETWORK_PROFILE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NETWORK_PROFILE" - } - }, - "SETTINGS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "SETTINGS" - } - }, - "ALL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ALL" - } - } - } - }, - "com.amazonaws.alexaforbusiness#Features": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Feature" - } - }, - "com.amazonaws.alexaforbusiness#Filter": { - "type": "structure", - "members": { - "Key": { - "target": "com.amazonaws.alexaforbusiness#FilterKey", - "traits": { - "smithy.api#documentation": "

The key of a filter.

", - "smithy.api#required": {} - } - }, - "Values": { - "target": "com.amazonaws.alexaforbusiness#FilterValueList", - "traits": { - "smithy.api#documentation": "

The values of a filter.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

A filter name and value pair that is used to return a more specific list of results.\n Filters can be used to match a set of resources by various criteria.

" - } - }, - "com.amazonaws.alexaforbusiness#FilterKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 500 - } - } - }, - "com.amazonaws.alexaforbusiness#FilterList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Filter" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 25 - } - } - }, - "com.amazonaws.alexaforbusiness#FilterValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 500 - } - } - }, - "com.amazonaws.alexaforbusiness#FilterValueList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#FilterValue" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 50 - } - } - }, - "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliances": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Forgets smart home appliances associated to a room.

" - } - }, - "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room that the appliances are associated with.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ForgetSmartHomeAppliancesResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Gateway": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayName", - "traits": { - "smithy.api#documentation": "

The name of the gateway.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayDescription", - "traits": { - "smithy.api#documentation": "

The description of the gateway.

" - } - }, - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group that the gateway is associated to.

" - } - }, - "SoftwareVersion": { - "target": "com.amazonaws.alexaforbusiness#GatewayVersion", - "traits": { - "smithy.api#documentation": "

The software version of the gateway. The gateway automatically updates its software\n version during normal operation.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The details of the gateway.

" - } - }, - "com.amazonaws.alexaforbusiness#GatewayDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 200 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#GatewayGroup": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupName", - "traits": { - "smithy.api#documentation": "

The name of the gateway group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription", - "traits": { - "smithy.api#documentation": "

The description of the gateway group.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The details of the gateway group.

" - } - }, - "com.amazonaws.alexaforbusiness#GatewayGroupDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 200 - } - } - }, - "com.amazonaws.alexaforbusiness#GatewayGroupName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#GatewayGroupSummaries": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupSummary" - } - }, - "com.amazonaws.alexaforbusiness#GatewayGroupSummary": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupName", - "traits": { - "smithy.api#documentation": "

The name of the gateway group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription", - "traits": { - "smithy.api#documentation": "

The description of the gateway group.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The summary of a gateway group.

" - } - }, - "com.amazonaws.alexaforbusiness#GatewayName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 253 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#GatewaySummaries": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#GatewaySummary" - } - }, - "com.amazonaws.alexaforbusiness#GatewaySummary": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway.

" - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayName", - "traits": { - "smithy.api#documentation": "

The name of the gateway.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayDescription", - "traits": { - "smithy.api#documentation": "

The description of the gateway.

" - } - }, - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group that the gateway is associated to.

" - } - }, - "SoftwareVersion": { - "target": "com.amazonaws.alexaforbusiness#GatewayVersion", - "traits": { - "smithy.api#documentation": "

The software version of the gateway. The gateway automatically updates its software\n version during normal operation.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The summary of a gateway.

" - } - }, - "com.amazonaws.alexaforbusiness#GatewayVersion": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 50 - } - } - }, - "com.amazonaws.alexaforbusiness#GenericKeyword": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#GenericKeywords": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#GenericKeyword" - } - }, - "com.amazonaws.alexaforbusiness#GetAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetAddressBookResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets address the book details by the address book ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetAddressBookRequest": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book for which to request details.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetAddressBookResponse": { - "type": "structure", - "members": { - "AddressBook": { - "target": "com.amazonaws.alexaforbusiness#AddressBook", - "traits": { - "smithy.api#documentation": "

The details of the requested address book.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetConferencePreference": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetConferencePreferenceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetConferencePreferenceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves the existing conference preferences.

" - } - }, - "com.amazonaws.alexaforbusiness#GetConferencePreferenceRequest": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetConferencePreferenceResponse": { - "type": "structure", - "members": { - "Preference": { - "target": "com.amazonaws.alexaforbusiness#ConferencePreference", - "traits": { - "smithy.api#documentation": "

The conference preference.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetConferenceProvider": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetConferenceProviderRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetConferenceProviderResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets details about a specific conference provider.

" - } - }, - "com.amazonaws.alexaforbusiness#GetConferenceProviderRequest": { - "type": "structure", - "members": { - "ConferenceProviderArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the newly created conference provider.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetConferenceProviderResponse": { - "type": "structure", - "members": { - "ConferenceProvider": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProvider", - "traits": { - "smithy.api#documentation": "

The conference provider.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetContact": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetContactRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetContactResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets the contact details by the contact ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetContactRequest": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact for which to request details.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetContactResponse": { - "type": "structure", - "members": { - "Contact": { - "target": "com.amazonaws.alexaforbusiness#Contact", - "traits": { - "smithy.api#documentation": "

The details of the requested contact.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetDevice": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetDeviceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetDeviceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets the details of a device by device ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetDeviceRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device for which to request details. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetDeviceResponse": { - "type": "structure", - "members": { - "Device": { - "target": "com.amazonaws.alexaforbusiness#Device", - "traits": { - "smithy.api#documentation": "

The details of the device requested. Required.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetGateway": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetGatewayRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetGatewayResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves the details of a gateway.

" - } - }, - "com.amazonaws.alexaforbusiness#GetGatewayGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetGatewayGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetGatewayGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves the details of a gateway group.

" - } - }, - "com.amazonaws.alexaforbusiness#GetGatewayGroupRequest": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group to get.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetGatewayGroupResponse": { - "type": "structure", - "members": { - "GatewayGroup": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroup" - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetGatewayRequest": { - "type": "structure", - "members": { - "GatewayArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway to get.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetGatewayResponse": { - "type": "structure", - "members": { - "Gateway": { - "target": "com.amazonaws.alexaforbusiness#Gateway", - "traits": { - "smithy.api#documentation": "

The details of the gateway.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetInvitationConfiguration": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetInvitationConfigurationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetInvitationConfigurationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves the configured values for the user enrollment invitation email\n template.

" - } - }, - "com.amazonaws.alexaforbusiness#GetInvitationConfigurationRequest": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetInvitationConfigurationResponse": { - "type": "structure", - "members": { - "OrganizationName": { - "target": "com.amazonaws.alexaforbusiness#OrganizationName", - "traits": { - "smithy.api#documentation": "

The name of the organization sending the enrollment invite to a user.

" - } - }, - "ContactEmail": { - "target": "com.amazonaws.alexaforbusiness#Email", - "traits": { - "smithy.api#documentation": "

The email ID of the organization or individual contact that the enrolled user can use.\n

" - } - }, - "PrivateSkillIds": { - "target": "com.amazonaws.alexaforbusiness#ShortSkillIdList", - "traits": { - "smithy.api#documentation": "

The list of private skill IDs that you want to recommend to the user to enable in the\n invitation.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetNetworkProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetNetworkProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetNetworkProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets the network profile details by the network profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetNetworkProfileRequest": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetNetworkProfileResponse": { - "type": "structure", - "members": { - "NetworkProfile": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfile", - "traits": { - "smithy.api#documentation": "

The network profile associated with a device.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets the details of a room profile by profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room profile for which to request details. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetProfileResponse": { - "type": "structure", - "members": { - "Profile": { - "target": "com.amazonaws.alexaforbusiness#Profile", - "traits": { - "smithy.api#documentation": "

The details of the room profile requested. Required.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets room details by room ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room for which to request details. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetRoomResponse": { - "type": "structure", - "members": { - "Room": { - "target": "com.amazonaws.alexaforbusiness#Room", - "traits": { - "smithy.api#documentation": "

The details of the room requested.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetRoomSkillParameter": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameterRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetRoomSkillParameterResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets room skill parameter details by room, skill, and parameter key ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetRoomSkillParameterRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room from which to get the room skill parameter details.

" - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of the skill from which to get the room skill parameter details.\n Required.

", - "smithy.api#required": {} - } - }, - "ParameterKey": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey", - "traits": { - "smithy.api#documentation": "

The room skill parameter key for which to get details. Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetRoomSkillParameterResponse": { - "type": "structure", - "members": { - "RoomSkillParameter": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter", - "traits": { - "smithy.api#documentation": "

The details of the room skill parameter requested. Required.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#GetSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#GetSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#GetSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Gets skill group details by skill group ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#GetSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group for which to get details. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#GetSkillGroupResponse": { - "type": "structure", - "members": { - "SkillGroup": { - "target": "com.amazonaws.alexaforbusiness#SkillGroup", - "traits": { - "smithy.api#documentation": "

The details of the skill group requested. Required.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#IPDialIn": { - "type": "structure", - "members": { - "Endpoint": { - "target": "com.amazonaws.alexaforbusiness#Endpoint", - "traits": { - "smithy.api#documentation": "

The IP address.

", - "smithy.api#required": {} - } - }, - "CommsProtocol": { - "target": "com.amazonaws.alexaforbusiness#CommsProtocol", - "traits": { - "smithy.api#documentation": "

The protocol, including SIP, SIPS, and H323.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The IP endpoint and protocol for calling.

" - } - }, - "com.amazonaws.alexaforbusiness#IconUrl": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#InstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n an available room when a meeting is started with Alexa.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether instant booking is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Settings for the instant booking feature that are applied to a room profile. When users\n start their meeting with Alexa, Alexa automatically books the room for the configured\n duration if the room is available.

" - } - }, - "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The Certificate Authority can't issue or revoke a certificate.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#InvalidDeviceException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The device is in an invalid state.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

A password in SecretsManager is in an invalid state.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#InvalidServiceLinkedRoleStateException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The service linked role is locked for deletion.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#InvalidUserStatusException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The attempt to update a user is invalid due to the user's current status.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#InvocationPhrase": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Key": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#LimitExceededException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

You are performing an action that would put you beyond your account's limits.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#ListBusinessReportSchedules": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists the details of the schedules that a user configured. A download URL of the report associated with each schedule is returned every time this action is called. A new download URL is returned each time, and is valid for 24 hours.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to list the remaining schedules from the previous API call.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of schedules listed in the call.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListBusinessReportSchedulesResponse": { - "type": "structure", - "members": { - "BusinessReportSchedules": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleList", - "traits": { - "smithy.api#documentation": "

The schedule of the reports.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to list the remaining schedules from the previous API call.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListConferenceProviders": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListConferenceProvidersRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListConferenceProvidersResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists conference providers under a specific AWS account.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListConferenceProvidersRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of conference providers to be returned, per paginated\n calls.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListConferenceProvidersResponse": { - "type": "structure", - "members": { - "ConferenceProviders": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProvidersList", - "traits": { - "smithy.api#documentation": "

The conference providers.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListDeviceEvents": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListDeviceEventsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListDeviceEventsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists the device event history, including device connection status, for up to 30\n days.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListDeviceEventsRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a device.

", - "smithy.api#required": {} - } - }, - "EventType": { - "target": "com.amazonaws.alexaforbusiness#DeviceEventType", - "traits": { - "smithy.api#documentation": "

The event type to filter device events. If EventType isn't specified, this returns a\n list of all device events in reverse chronological order. If EventType is specified, this\n returns a list of device events for that EventType in reverse chronological order.\n

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response only includes\n results beyond the token, up to the value specified by MaxResults. When the end of results\n is reached, the response has a value of null.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. The default value is 50. If\n more results exist than the specified MaxResults value, a token is included in the response\n so that the remaining results can be retrieved.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListDeviceEventsResponse": { - "type": "structure", - "members": { - "DeviceEvents": { - "target": "com.amazonaws.alexaforbusiness#DeviceEventList", - "traits": { - "smithy.api#documentation": "

The device events requested for the device ARN.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListGatewayGroups": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListGatewayGroupsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListGatewayGroupsResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves a list of gateway group summaries. Use GetGatewayGroup to retrieve details of\n a specific gateway group.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListGatewayGroupsRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to paginate though multiple pages of gateway group summaries.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of gateway group summaries to return. The default is 50.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListGatewayGroupsResponse": { - "type": "structure", - "members": { - "GatewayGroups": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupSummaries", - "traits": { - "smithy.api#documentation": "

The gateway groups in the list.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to paginate though multiple pages of gateway group summaries.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListGateways": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListGatewaysRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListGatewaysResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Retrieves a list of gateway summaries. Use GetGateway to retrieve details of a specific\n gateway. An optional gateway group ARN can be provided to only retrieve gateway summaries\n of gateways that are associated with that gateway group ARN.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListGatewaysRequest": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The gateway group ARN for which to list gateways.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to paginate though multiple pages of gateway summaries.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of gateway summaries to return. The default is 50.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListGatewaysResponse": { - "type": "structure", - "members": { - "Gateways": { - "target": "com.amazonaws.alexaforbusiness#GatewaySummaries", - "traits": { - "smithy.api#documentation": "

The gateways in the list.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token used to paginate though multiple pages of gateway summaries.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkills": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists all enabled skills in a specific skill group.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group for which to list enabled skills.

" - } - }, - "EnablementType": { - "target": "com.amazonaws.alexaforbusiness#EnablementTypeFilter", - "traits": { - "smithy.api#documentation": "

Whether the skill is enabled under the user's account.

" - } - }, - "SkillType": { - "target": "com.amazonaws.alexaforbusiness#SkillTypeFilter", - "traits": { - "smithy.api#documentation": "

Whether the skill is publicly available or is a private skill.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#SkillListMaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsResponse": { - "type": "structure", - "members": { - "SkillSummaries": { - "target": "com.amazonaws.alexaforbusiness#SkillSummaryList", - "traits": { - "smithy.api#documentation": "

The list of enabled skills requested. Required.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreCategories": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists all categories in the Alexa skill store.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of categories returned, per paginated calls.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreCategoriesResponse": { - "type": "structure", - "members": { - "CategoryList": { - "target": "com.amazonaws.alexaforbusiness#CategoryList", - "traits": { - "smithy.api#documentation": "

The list of categories.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategory": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists all skills in the Alexa skill store by category.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryRequest": { - "type": "structure", - "members": { - "CategoryId": { - "target": "com.amazonaws.alexaforbusiness#CategoryId", - "traits": { - "smithy.api#documentation": "

The category ID for which the skills are being retrieved from the skill\n store.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#SkillListMaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of skills returned per paginated calls.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSkillsStoreSkillsByCategoryResponse": { - "type": "structure", - "members": { - "SkillsStoreSkills": { - "target": "com.amazonaws.alexaforbusiness#SkillsStoreSkillList", - "traits": { - "smithy.api#documentation": "

The skill store skills.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSmartHomeAppliances": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists all of the smart home appliances associated with a room.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room that the appliances are associated with.

", - "smithy.api#required": {} - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of appliances to be returned, per paginated calls.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListSmartHomeAppliancesResponse": { - "type": "structure", - "members": { - "SmartHomeAppliances": { - "target": "com.amazonaws.alexaforbusiness#SmartHomeApplianceList", - "traits": { - "smithy.api#documentation": "

The smart home appliances.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The tokens used for pagination.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ListTags": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ListTagsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ListTagsResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Lists all tags for the specified resource.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#ListTagsRequest": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the specified resource for which to list tags.

", - "smithy.api#required": {} - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ListTagsResponse": { - "type": "structure", - "members": { - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags requested for the specified resource.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Locale": { - "type": "enum", - "members": { - "en_US": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "en-US" - } - } - } - }, - "com.amazonaws.alexaforbusiness#MacAddress": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#MaxResults": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1, - "max": 50 - } - } - }, - "com.amazonaws.alexaforbusiness#MaxVolumeLimit": { - "type": "integer" - }, - "com.amazonaws.alexaforbusiness#MeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether room utilization metrics are enabled or not.

" - } - }, - "EndOfMeetingReminder": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminder", - "traits": { - "smithy.api#documentation": "

Settings for the end of meeting reminder feature that are applied to a room profile. The\n end of meeting reminder enables Alexa to remind users when a meeting is ending.

" - } - }, - "InstantBooking": { - "target": "com.amazonaws.alexaforbusiness#InstantBooking", - "traits": { - "smithy.api#documentation": "

Settings to automatically book the room if available for a configured duration when\n joining a meeting with Alexa.

" - } - }, - "RequireCheckIn": { - "target": "com.amazonaws.alexaforbusiness#RequireCheckIn", - "traits": { - "smithy.api#documentation": "

Settings for requiring a check in when a room is reserved. Alexa can cancel a room\n reservation if it's not checked into. This makes the room available for others. Users can\n check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check\n in.”

" - } - }, - "ProactiveJoin": { - "target": "com.amazonaws.alexaforbusiness#ProactiveJoin" - } - }, - "traits": { - "smithy.api#documentation": "

Meeting room settings of a room profile.

" - } - }, - "com.amazonaws.alexaforbusiness#MeetingSetting": { - "type": "structure", - "members": { - "RequirePin": { - "target": "com.amazonaws.alexaforbusiness#RequirePin", - "traits": { - "smithy.api#documentation": "

The values that indicate whether the pin is always required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The values that indicate whether a pin is always required (YES), never required (NO),\n or OPTIONAL.

\n " - } - }, - "com.amazonaws.alexaforbusiness#Minutes": { - "type": "integer" - }, - "com.amazonaws.alexaforbusiness#NameInUseException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The name sent in the request is already in use.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#NetworkEapMethod": { - "type": "enum", - "members": { - "EAP_TLS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "EAP_TLS" - } - } - } - }, - "com.amazonaws.alexaforbusiness#NetworkProfile": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

" - } - }, - "NetworkProfileName": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileName", - "traits": { - "smithy.api#documentation": "

The name of the network profile associated with a device.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - }, - "Ssid": { - "target": "com.amazonaws.alexaforbusiness#NetworkSsid", - "traits": { - "smithy.api#documentation": "

The SSID of the Wi-Fi network.

" - } - }, - "SecurityType": { - "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType", - "traits": { - "smithy.api#documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n WEP, or OPEN.

" - } - }, - "EapMethod": { - "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod", - "traits": { - "smithy.api#documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n supported.

" - } - }, - "CurrentPassword": { - "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword", - "traits": { - "smithy.api#documentation": "

The current password of the Wi-Fi network.

" - } - }, - "NextPassword": { - "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword", - "traits": { - "smithy.api#documentation": "

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n transmitted to the device and is used when the password of the network changes to\n NextPassword.

" - } - }, - "CertificateAuthorityArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n (ACM). This is used to issue certificates to the devices.

" - } - }, - "TrustAnchors": { - "target": "com.amazonaws.alexaforbusiness#TrustAnchorList", - "traits": { - "smithy.api#documentation": "

The root certificates of your authentication server, which is installed on your devices\n and used to trust your authentication server during EAP negotiation.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The network profile associated with a device.

" - } - }, - "com.amazonaws.alexaforbusiness#NetworkProfileData": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

" - } - }, - "NetworkProfileName": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileName", - "traits": { - "smithy.api#documentation": "

The name of the network profile associated with a device.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - }, - "Ssid": { - "target": "com.amazonaws.alexaforbusiness#NetworkSsid", - "traits": { - "smithy.api#documentation": "

The SSID of the Wi-Fi network.

" - } - }, - "SecurityType": { - "target": "com.amazonaws.alexaforbusiness#NetworkSecurityType", - "traits": { - "smithy.api#documentation": "

The security type of the Wi-Fi network. This can be WPA2_ENTERPRISE, WPA2_PSK, WPA_PSK,\n WEP, or OPEN.

" - } - }, - "EapMethod": { - "target": "com.amazonaws.alexaforbusiness#NetworkEapMethod", - "traits": { - "smithy.api#documentation": "

The authentication standard that is used in the EAP framework. Currently, EAP_TLS is\n supported.

" - } - }, - "CertificateAuthorityArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n (ACM). This is used to issue certificates to the devices.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The data associated with a network profile.

" - } - }, - "com.amazonaws.alexaforbusiness#NetworkProfileDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileData" - } - }, - "com.amazonaws.alexaforbusiness#NetworkProfileDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 200 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#NetworkProfileName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#NetworkSecurityType": { - "type": "enum", - "members": { - "OPEN": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "OPEN" - } - }, - "WEP": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WEP" - } - }, - "WPA_PSK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WPA_PSK" - } - }, - "WPA2_PSK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WPA2_PSK" - } - }, - "WPA2_ENTERPRISE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WPA2_ENTERPRISE" - } - } - } - }, - "com.amazonaws.alexaforbusiness#NetworkSsid": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 32 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#NewInThisVersionBulletPoints": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#BulletPoint" - } - }, - "com.amazonaws.alexaforbusiness#NextToken": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 1100 - } - } - }, - "com.amazonaws.alexaforbusiness#NextWiFiPassword": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 128 - }, - "smithy.api#pattern": "^(^$)|([\\x00-\\x7F]{5,})$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#NotFoundException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The resource is not found.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#OneClickIdDelay": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 2 - } - } - }, - "com.amazonaws.alexaforbusiness#OneClickPinDelay": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 2 - } - } - }, - "com.amazonaws.alexaforbusiness#OrganizationName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#OutboundPhoneNumber": { - "type": "string", - "traits": { - "smithy.api#pattern": "^\\d{10}$" - } - }, - "com.amazonaws.alexaforbusiness#PSTNDialIn": { - "type": "structure", - "members": { - "CountryCode": { - "target": "com.amazonaws.alexaforbusiness#CountryCode", - "traits": { - "smithy.api#documentation": "

The zip code.

", - "smithy.api#required": {} - } - }, - "PhoneNumber": { - "target": "com.amazonaws.alexaforbusiness#OutboundPhoneNumber", - "traits": { - "smithy.api#documentation": "

The phone number to call to join the conference.

", - "smithy.api#required": {} - } - }, - "OneClickIdDelay": { - "target": "com.amazonaws.alexaforbusiness#OneClickIdDelay", - "traits": { - "smithy.api#documentation": "

The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.

", - "smithy.api#required": {} - } - }, - "OneClickPinDelay": { - "target": "com.amazonaws.alexaforbusiness#OneClickPinDelay", - "traits": { - "smithy.api#documentation": "

The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The information for public switched telephone network (PSTN) conferencing.

" - } - }, - "com.amazonaws.alexaforbusiness#PhoneNumber": { - "type": "structure", - "members": { - "Number": { - "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber", - "traits": { - "smithy.api#documentation": "

The raw value of the phone number.

", - "smithy.api#required": {} - } - }, - "Type": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumberType", - "traits": { - "smithy.api#documentation": "

The type of the phone number.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The phone number for the contact containing the raw number and phone number type.

" - } - }, - "com.amazonaws.alexaforbusiness#PhoneNumberList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumber" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 3 - } - } - }, - "com.amazonaws.alexaforbusiness#PhoneNumberType": { - "type": "enum", - "members": { - "MOBILE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "MOBILE" - } - }, - "WORK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WORK" - } - }, - "HOME": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "HOME" - } - } - }, - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#PrivacyPolicy": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ProactiveJoin": { - "type": "structure", - "members": { - "EnabledByMotion": { - "target": "com.amazonaws.alexaforbusiness#Boolean" - } - } - }, - "com.amazonaws.alexaforbusiness#ProductDescription": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ProductId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^[a-zA-Z0-9_]{1,256}$" - } - }, - "com.amazonaws.alexaforbusiness#Profile": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a room profile.

" - } - }, - "ProfileName": { - "target": "com.amazonaws.alexaforbusiness#ProfileName", - "traits": { - "smithy.api#documentation": "

The name of a room profile.

" - } - }, - "IsDefault": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Retrieves if the profile is default or not.

" - } - }, - "Address": { - "target": "com.amazonaws.alexaforbusiness#Address", - "traits": { - "smithy.api#documentation": "

The address of a room profile.

" - } - }, - "Timezone": { - "target": "com.amazonaws.alexaforbusiness#Timezone", - "traits": { - "smithy.api#documentation": "

The time zone of a room profile.

" - } - }, - "DistanceUnit": { - "target": "com.amazonaws.alexaforbusiness#DistanceUnit", - "traits": { - "smithy.api#documentation": "

The distance unit of a room profile.

" - } - }, - "TemperatureUnit": { - "target": "com.amazonaws.alexaforbusiness#TemperatureUnit", - "traits": { - "smithy.api#documentation": "

The temperature unit of a room profile.

" - } - }, - "WakeWord": { - "target": "com.amazonaws.alexaforbusiness#WakeWord", - "traits": { - "smithy.api#documentation": "

The wake word of a room profile.

" - } - }, - "Locale": { - "target": "com.amazonaws.alexaforbusiness#DeviceLocale", - "traits": { - "smithy.api#documentation": "

The locale of a room profile. (This is currently available only to a limited preview\n audience.)

" - } - }, - "SetupModeDisabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

The setup mode of a room profile.

" - } - }, - "MaxVolumeLimit": { - "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit", - "traits": { - "smithy.api#documentation": "

The max volume limit of a room profile.

" - } - }, - "PSTNEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

The PSTN setting of a room profile.

" - } - }, - "DataRetentionOptIn": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether data retention of the profile is enabled.

" - } - }, - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the address book.

" - } - }, - "MeetingRoomConfiguration": { - "target": "com.amazonaws.alexaforbusiness#MeetingRoomConfiguration", - "traits": { - "smithy.api#documentation": "

Meeting room settings of a room profile.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A room profile with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#ProfileData": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a room profile.

" - } - }, - "ProfileName": { - "target": "com.amazonaws.alexaforbusiness#ProfileName", - "traits": { - "smithy.api#documentation": "

The name of a room profile.

" - } - }, - "IsDefault": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Retrieves if the profile data is default or not.

" - } - }, - "Address": { - "target": "com.amazonaws.alexaforbusiness#Address", - "traits": { - "smithy.api#documentation": "

The address of a room profile.

" - } - }, - "Timezone": { - "target": "com.amazonaws.alexaforbusiness#Timezone", - "traits": { - "smithy.api#documentation": "

The time zone of a room profile.

" - } - }, - "DistanceUnit": { - "target": "com.amazonaws.alexaforbusiness#DistanceUnit", - "traits": { - "smithy.api#documentation": "

The distance unit of a room profile.

" - } - }, - "TemperatureUnit": { - "target": "com.amazonaws.alexaforbusiness#TemperatureUnit", - "traits": { - "smithy.api#documentation": "

The temperature unit of a room profile.

" - } - }, - "WakeWord": { - "target": "com.amazonaws.alexaforbusiness#WakeWord", - "traits": { - "smithy.api#documentation": "

The wake word of a room profile.

" - } - }, - "Locale": { - "target": "com.amazonaws.alexaforbusiness#DeviceLocale", - "traits": { - "smithy.api#documentation": "

The locale of a room profile. (This is currently available only to a limited preview\n audience.)

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The data of a room profile.

" - } - }, - "com.amazonaws.alexaforbusiness#ProfileDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#ProfileData" - } - }, - "com.amazonaws.alexaforbusiness#ProfileName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#ProviderCalendarId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - } - } - }, - "com.amazonaws.alexaforbusiness#PutConferencePreference": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#PutConferencePreferenceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#PutConferencePreferenceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Sets the conference preferences on a specific conference provider at the account\n level.

" - } - }, - "com.amazonaws.alexaforbusiness#PutConferencePreferenceRequest": { - "type": "structure", - "members": { - "ConferencePreference": { - "target": "com.amazonaws.alexaforbusiness#ConferencePreference", - "traits": { - "smithy.api#documentation": "

The conference preference of a specific conference provider.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#PutConferencePreferenceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#PutInvitationConfiguration": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#PutInvitationConfigurationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#PutInvitationConfigurationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Configures the email template for the user enrollment invitation with the specified\n attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#PutInvitationConfigurationRequest": { - "type": "structure", - "members": { - "OrganizationName": { - "target": "com.amazonaws.alexaforbusiness#OrganizationName", - "traits": { - "smithy.api#documentation": "

The name of the organization sending the enrollment invite to a user.

", - "smithy.api#required": {} - } - }, - "ContactEmail": { - "target": "com.amazonaws.alexaforbusiness#Email", - "traits": { - "smithy.api#documentation": "

The email ID of the organization or individual contact that the enrolled user can use.\n

" - } - }, - "PrivateSkillIds": { - "target": "com.amazonaws.alexaforbusiness#ShortSkillIdList", - "traits": { - "smithy.api#documentation": "

The list of private skill IDs that you want to recommend to the user to enable in the\n invitation.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#PutInvitationConfigurationResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#PutRoomSkillParameter": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameterRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#PutRoomSkillParameterResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates room skill parameter details by room, skill, and parameter key ID. Not all\n skills have a room skill parameter.

" - } - }, - "com.amazonaws.alexaforbusiness#PutRoomSkillParameterRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room associated with the room skill parameter. Required.

" - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of the skill associated with the room skill parameter. Required.

", - "smithy.api#required": {} - } - }, - "RoomSkillParameter": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter", - "traits": { - "smithy.api#documentation": "

The updated room skill parameter. Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#PutRoomSkillParameterResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#PutSkillAuthorization": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorizationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#PutSkillAuthorizationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#UnauthorizedException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Links a user's account to a third-party skill provider. If this API operation is\n called by an assumed IAM role, the skill being linked must be a private skill. Also, the\n skill must be owned by the AWS account that assumed the IAM role.

" - } - }, - "com.amazonaws.alexaforbusiness#PutSkillAuthorizationRequest": { - "type": "structure", - "members": { - "AuthorizationResult": { - "target": "com.amazonaws.alexaforbusiness#AuthorizationResult", - "traits": { - "smithy.api#documentation": "

The authorization result specific to OAUTH code grant output. \"Code” must be\n populated in the AuthorizationResult map to establish the authorization.

", - "smithy.api#required": {} - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The unique identifier of a skill.

", - "smithy.api#required": {} - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room that the skill is authorized for.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#PutSkillAuthorizationResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#RawPhoneNumber": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 50 - }, - "smithy.api#pattern": "^[\\+0-9\\#\\,\\(][\\+0-9\\-\\.\\/\\(\\)\\,\\#\\s]+$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#RegisterAVSDevice": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#RegisterAVSDeviceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#RegisterAVSDeviceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidDeviceException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Registers an Alexa-enabled device built by an Original Equipment Manufacturer (OEM)\n using Alexa Voice Service (AVS).

" - } - }, - "com.amazonaws.alexaforbusiness#RegisterAVSDeviceRequest": { - "type": "structure", - "members": { - "ClientId": { - "target": "com.amazonaws.alexaforbusiness#ClientId", - "traits": { - "smithy.api#documentation": "

The client ID of the OEM used for code-based linking authorization on an AVS\n device.

", - "smithy.api#required": {} - } - }, - "UserCode": { - "target": "com.amazonaws.alexaforbusiness#UserCode", - "traits": { - "smithy.api#documentation": "

The code that is obtained after your AVS device has made a POST request to LWA as a\n part of the Device Authorization Request component of the OAuth code-based linking\n specification.

", - "smithy.api#required": {} - } - }, - "ProductId": { - "target": "com.amazonaws.alexaforbusiness#ProductId", - "traits": { - "smithy.api#documentation": "

The product ID used to identify your AVS device during authorization.

", - "smithy.api#required": {} - } - }, - "DeviceSerialNumber": { - "target": "com.amazonaws.alexaforbusiness#DeviceSerialNumberForAVS", - "traits": { - "smithy.api#documentation": "

The key generated by the OEM that uniquely identifies a specified instance of your\n AVS device.

" - } - }, - "AmazonId": { - "target": "com.amazonaws.alexaforbusiness#AmazonId", - "traits": { - "smithy.api#documentation": "

The device type ID for your AVS device generated by Amazon when the OEM creates a new\n product on Amazon's Developer Console.

", - "smithy.api#required": {} - } - }, - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The Amazon Resource Name (ARN) of the room with which to associate your AVS device.

" - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#RegisterAVSDeviceResponse": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#RejectSkill": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#RejectSkillRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#RejectSkillResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Disassociates a skill from the organization under a user's AWS account. If the skill\n is a private skill, it moves to an AcceptStatus of PENDING. Any private or public skill\n that is rejected can be added later by calling the ApproveSkill API.

" - } - }, - "com.amazonaws.alexaforbusiness#RejectSkillRequest": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The unique identifier of the skill.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#RejectSkillResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ReleaseDate": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#RequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether require check in is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - } - }, - "com.amazonaws.alexaforbusiness#RequirePin": { - "type": "enum", - "members": { - "YES": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "YES" - } - }, - "NO": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "NO" - } - }, - "OPTIONAL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "OPTIONAL" - } - } - } - }, - "com.amazonaws.alexaforbusiness#ResolveRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#ResolveRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#ResolveRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Determines the details for the room from which a skill request was invoked. This\n operation is used by skill developers.

\n

To query ResolveRoom from an Alexa skill, the skill ID needs to be authorized. When\n the skill is using an AWS Lambda function, the skill is automatically authorized when you\n publish your skill as a private skill to your AWS account. Skills that are hosted using a\n custom web service must be manually authorized. To get your skill authorized, contact AWS\n Support with your AWS account ID that queries the ResolveRoom API and skill ID.

" - } - }, - "com.amazonaws.alexaforbusiness#ResolveRoomRequest": { - "type": "structure", - "members": { - "UserId": { - "target": "com.amazonaws.alexaforbusiness#UserId", - "traits": { - "smithy.api#documentation": "

The ARN of the user. Required.

", - "smithy.api#required": {} - } - }, - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of the skill that was requested. Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#ResolveRoomResponse": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room from which the skill request was invoked.

" - } - }, - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#RoomName", - "traits": { - "smithy.api#documentation": "

The name of the room from which the skill request was invoked.

" - } - }, - "RoomSkillParameters": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameters", - "traits": { - "smithy.api#documentation": "

Response to get the room profile request. Required.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ResourceAssociatedException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

Another resource is associated with the resource in the request.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#ResourceInUseException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken" - } - }, - "traits": { - "smithy.api#documentation": "

The resource in the request is already in use.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#ReviewKey": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ReviewValue": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Reviews": { - "type": "map", - "key": { - "target": "com.amazonaws.alexaforbusiness#ReviewKey" - }, - "value": { - "target": "com.amazonaws.alexaforbusiness#ReviewValue" - } - }, - "com.amazonaws.alexaforbusiness#RevokeInvitation": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#RevokeInvitationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#RevokeInvitationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Revokes an invitation and invalidates the enrollment URL.

" - } - }, - "com.amazonaws.alexaforbusiness#RevokeInvitationRequest": { - "type": "structure", - "members": { - "UserArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the user for whom to revoke an enrollment invitation. Required.

" - } - }, - "EnrollmentId": { - "target": "com.amazonaws.alexaforbusiness#EnrollmentId", - "traits": { - "smithy.api#documentation": "

The ARN of the enrollment invitation to revoke. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#RevokeInvitationResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Room": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a room.

" - } - }, - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#RoomName", - "traits": { - "smithy.api#documentation": "

The name of a room.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#RoomDescription", - "traits": { - "smithy.api#documentation": "

The description of a room.

" - } - }, - "ProviderCalendarId": { - "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId", - "traits": { - "smithy.api#documentation": "

The provider calendar ARN of a room.

" - } - }, - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The profile ARN of a room.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A room with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#RoomData": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a room.

" - } - }, - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#RoomName", - "traits": { - "smithy.api#documentation": "

The name of a room.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#RoomDescription", - "traits": { - "smithy.api#documentation": "

The description of a room.

" - } - }, - "ProviderCalendarId": { - "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId", - "traits": { - "smithy.api#documentation": "

The provider calendar ARN of a room.

" - } - }, - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The profile ARN of a room.

" - } - }, - "ProfileName": { - "target": "com.amazonaws.alexaforbusiness#ProfileName", - "traits": { - "smithy.api#documentation": "

The profile name of a room.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The data of a room.

" - } - }, - "com.amazonaws.alexaforbusiness#RoomDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#RoomData" - } - }, - "com.amazonaws.alexaforbusiness#RoomDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 200 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#RoomName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#RoomSkillParameter": { - "type": "structure", - "members": { - "ParameterKey": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterKey", - "traits": { - "smithy.api#documentation": "

The parameter key of a room skill parameter. ParameterKey is an enumerated type that\n only takes “DEFAULT” or “SCOPE” as valid values.

", - "smithy.api#required": {} - } - }, - "ParameterValue": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameterValue", - "traits": { - "smithy.api#documentation": "

The parameter value of a room skill parameter.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

A skill parameter associated with a room.

" - } - }, - "com.amazonaws.alexaforbusiness#RoomSkillParameterKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 256 - } - } - }, - "com.amazonaws.alexaforbusiness#RoomSkillParameterValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 512 - } - } - }, - "com.amazonaws.alexaforbusiness#RoomSkillParameters": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#RoomSkillParameter" - } - }, - "com.amazonaws.alexaforbusiness#S3KeyPrefix": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 100 - }, - "smithy.api#pattern": "^[A-Za-z0-9!_\\-\\.\\*'()/]*$" - } - }, - "com.amazonaws.alexaforbusiness#SampleUtterances": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Utterance" - } - }, - "com.amazonaws.alexaforbusiness#SearchAddressBooks": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchAddressBooksRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchAddressBooksResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches address books and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchAddressBooksRequest": { - "type": "structure", - "members": { - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of address books. The supported filter key\n is AddressBookName.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of address books. The supported\n sort key is AddressBookName.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response only includes\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that the remaining\n results can be retrieved.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchAddressBooksResponse": { - "type": "structure", - "members": { - "AddressBooks": { - "target": "com.amazonaws.alexaforbusiness#AddressBookDataList", - "traits": { - "smithy.api#documentation": "

The address books that meet the specified set of filter criteria, in sort\n order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of address books returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchContacts": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchContactsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchContactsResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches contacts and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchContactsRequest": { - "type": "structure", - "members": { - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of address books. The supported filter\n keys are DisplayName, FirstName, LastName, and AddressBookArns.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of contacts. The supported sort\n keys are DisplayName, FirstName, and LastName.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response only includes\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that the remaining\n results can be retrieved.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchContactsResponse": { - "type": "structure", - "members": { - "Contacts": { - "target": "com.amazonaws.alexaforbusiness#ContactDataList", - "traits": { - "smithy.api#documentation": "

The contacts that meet the specified set of filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of contacts returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchDevices": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchDevicesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchDevicesResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches devices and lists the ones that meet a set of filter criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchDevicesRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of devices. Supported filter keys are\n DeviceName, DeviceStatus, DeviceStatusDetailCode, RoomName, DeviceType, DeviceSerialNumber,\n UnassociatedOnly, ConnectionStatus (ONLINE and OFFLINE), NetworkProfileName,\n NetworkProfileArn, Feature, and FailureCode.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of devices. Supported sort keys\n are DeviceName, DeviceStatus, RoomName, DeviceType, DeviceSerialNumber, ConnectionStatus,\n NetworkProfileName, NetworkProfileArn, Feature, and FailureCode.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchDevicesResponse": { - "type": "structure", - "members": { - "Devices": { - "target": "com.amazonaws.alexaforbusiness#DeviceDataList", - "traits": { - "smithy.api#documentation": "

The devices that meet the specified set of filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of devices returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchNetworkProfiles": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfilesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchNetworkProfilesResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches network profiles and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchNetworkProfilesRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than the\n specified MaxResults value, a token is included in the response so that the remaining\n results can be retrieved.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of network profiles. Valid filters are\n NetworkProfileName, Ssid, and SecurityType.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use to list the specified set of network profiles. Valid sort criteria\n includes NetworkProfileName, Ssid, and SecurityType.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchNetworkProfilesResponse": { - "type": "structure", - "members": { - "NetworkProfiles": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileDataList", - "traits": { - "smithy.api#documentation": "

The network profiles that meet the specified set of filter criteria, in sort order. It\n is a list of NetworkProfileData objects.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of network profiles returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchProfiles": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchProfilesRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchProfilesResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches room profiles and lists the ones that meet a set of filter\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchProfilesRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of room profiles. Supported filter keys\n are ProfileName and Address. Required.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of room profiles. Supported sort\n keys are ProfileName and Address.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchProfilesResponse": { - "type": "structure", - "members": { - "Profiles": { - "target": "com.amazonaws.alexaforbusiness#ProfileDataList", - "traits": { - "smithy.api#documentation": "

The profiles that meet the specified set of filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of room profiles returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchRooms": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchRoomsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchRoomsResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches rooms and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchRoomsRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of rooms. The supported filter keys are\n RoomName and ProfileName.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of rooms. The supported sort keys\n are RoomName and ProfileName.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchRoomsResponse": { - "type": "structure", - "members": { - "Rooms": { - "target": "com.amazonaws.alexaforbusiness#RoomDataList", - "traits": { - "smithy.api#documentation": "

The rooms that meet the specified set of filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of rooms returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchSkillGroups": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchSkillGroupsRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchSkillGroupsResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches skill groups and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchSkillGroupsRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.\n Required.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to list a specified set of skill groups. The supported filter key\n is SkillGroupName.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the specified set of skill groups. The supported\n sort key is SkillGroupName.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchSkillGroupsResponse": { - "type": "structure", - "members": { - "SkillGroups": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupDataList", - "traits": { - "smithy.api#documentation": "

The skill groups that meet the filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of skill groups returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchUsers": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SearchUsersRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SearchUsersResponse" - }, - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Searches users and lists the ones that meet a set of filter and sort\n criteria.

", - "smithy.api#paginated": { - "inputToken": "NextToken", - "outputToken": "NextToken", - "pageSize": "MaxResults" - } - } - }, - "com.amazonaws.alexaforbusiness#SearchUsersRequest": { - "type": "structure", - "members": { - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

An optional token returned from a prior request. Use this token for pagination of\n results from this action. If this parameter is specified, the response includes only\n results beyond the token, up to the value specified by MaxResults.\n Required.

" - } - }, - "MaxResults": { - "target": "com.amazonaws.alexaforbusiness#MaxResults", - "traits": { - "smithy.api#documentation": "

The maximum number of results to include in the response. If more results exist than\n the specified MaxResults value, a token is included in the response so that\n the remaining results can be retrieved. Required.

" - } - }, - "Filters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use for listing a specific set of users. Required. Supported filter\n keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.

" - } - }, - "SortCriteria": { - "target": "com.amazonaws.alexaforbusiness#SortList", - "traits": { - "smithy.api#documentation": "

The sort order to use in listing the filtered set of users. Required. Supported sort\n keys are UserId, FirstName, LastName, Email, and EnrollmentStatus.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SearchUsersResponse": { - "type": "structure", - "members": { - "Users": { - "target": "com.amazonaws.alexaforbusiness#UserDataList", - "traits": { - "smithy.api#documentation": "

The users that meet the specified set of filter criteria, in sort order.

" - } - }, - "NextToken": { - "target": "com.amazonaws.alexaforbusiness#NextToken", - "traits": { - "smithy.api#documentation": "

The token returned to indicate that there is more data available.

" - } - }, - "TotalCount": { - "target": "com.amazonaws.alexaforbusiness#TotalCount", - "traits": { - "smithy.api#documentation": "

The total number of users returned.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SendAnnouncement": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SendAnnouncementRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SendAnnouncementResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#AlreadyExistsException" - }, - { - "target": "com.amazonaws.alexaforbusiness#LimitExceededException" - } - ], - "traits": { - "smithy.api#documentation": "

Triggers an asynchronous flow to send text, SSML, or audio announcements to rooms that\n are identified by a search or filter.

" - } - }, - "com.amazonaws.alexaforbusiness#SendAnnouncementRequest": { - "type": "structure", - "members": { - "RoomFilters": { - "target": "com.amazonaws.alexaforbusiness#FilterList", - "traits": { - "smithy.api#documentation": "

The filters to use to send an announcement to a specified list of rooms. The supported filter keys are RoomName, ProfileName, RoomArn, and ProfileArn. To send to all rooms, specify an empty RoomFilters list.

", - "smithy.api#required": {} - } - }, - "Content": { - "target": "com.amazonaws.alexaforbusiness#Content", - "traits": { - "smithy.api#documentation": "

The announcement content. This can contain only one of the three possible announcement types (text, SSML or audio).

", - "smithy.api#required": {} - } - }, - "TimeToLiveInSeconds": { - "target": "com.amazonaws.alexaforbusiness#TimeToLiveInSeconds", - "traits": { - "smithy.api#documentation": "

The time to live for an announcement. Default is 300. If delivery doesn't occur within this time, the\n announcement is not delivered.

" - } - }, - "ClientRequestToken": { - "target": "com.amazonaws.alexaforbusiness#ClientRequestToken", - "traits": { - "smithy.api#documentation": "

The unique, user-specified identifier for the request that ensures idempotency.

", - "smithy.api#idempotencyToken": {}, - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SendAnnouncementResponse": { - "type": "structure", - "members": { - "AnnouncementArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The identifier of the announcement.

" - } - } - }, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#SendInvitation": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#SendInvitationRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#SendInvitationResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidUserStatusException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Sends an enrollment invitation email with a URL to a user. The URL is valid for 30\n days or until you call this operation again, whichever comes first.

" - } - }, - "com.amazonaws.alexaforbusiness#SendInvitationRequest": { - "type": "structure", - "members": { - "UserArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the user to whom to send an invitation. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#SendInvitationResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#ShortDescription": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#ShortSkillIdList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SkillId" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 3 - } - } - }, - "com.amazonaws.alexaforbusiness#SipAddress": { - "type": "structure", - "members": { - "Uri": { - "target": "com.amazonaws.alexaforbusiness#SipUri", - "traits": { - "smithy.api#documentation": "

The URI for the SIP address.

", - "smithy.api#required": {} - } - }, - "Type": { - "target": "com.amazonaws.alexaforbusiness#SipType", - "traits": { - "smithy.api#documentation": "

The type of the SIP address.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The SIP address for the contact containing the URI and SIP address type.

" - } - }, - "com.amazonaws.alexaforbusiness#SipAddressList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SipAddress" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#SipType": { - "type": "enum", - "members": { - "WORK": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "WORK" - } - } - }, - "traits": { - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#SipUri": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 256 - }, - "smithy.api#pattern": "^sip[s]?:([^@:]+)\\@([^@]+)$", - "smithy.api#sensitive": {} - } - }, - "com.amazonaws.alexaforbusiness#SkillDetails": { - "type": "structure", - "members": { - "ProductDescription": { - "target": "com.amazonaws.alexaforbusiness#ProductDescription", - "traits": { - "smithy.api#documentation": "

The description of the product.

" - } - }, - "InvocationPhrase": { - "target": "com.amazonaws.alexaforbusiness#InvocationPhrase", - "traits": { - "smithy.api#documentation": "

The phrase used to trigger the skill.

" - } - }, - "ReleaseDate": { - "target": "com.amazonaws.alexaforbusiness#ReleaseDate", - "traits": { - "smithy.api#documentation": "

The date when the skill was released.

" - } - }, - "EndUserLicenseAgreement": { - "target": "com.amazonaws.alexaforbusiness#EndUserLicenseAgreement", - "traits": { - "smithy.api#documentation": "

The URL of the end user license agreement.

" - } - }, - "GenericKeywords": { - "target": "com.amazonaws.alexaforbusiness#GenericKeywords", - "traits": { - "smithy.api#documentation": "

The generic keywords associated with the skill that can be used to find a\n skill.

" - } - }, - "BulletPoints": { - "target": "com.amazonaws.alexaforbusiness#BulletPoints", - "traits": { - "smithy.api#documentation": "

The details about what the skill supports organized as bullet points.

" - } - }, - "NewInThisVersionBulletPoints": { - "target": "com.amazonaws.alexaforbusiness#NewInThisVersionBulletPoints", - "traits": { - "smithy.api#documentation": "

The updates added in bullet points.

" - } - }, - "SkillTypes": { - "target": "com.amazonaws.alexaforbusiness#SkillTypes", - "traits": { - "smithy.api#documentation": "

The types of skills.

" - } - }, - "Reviews": { - "target": "com.amazonaws.alexaforbusiness#Reviews", - "traits": { - "smithy.api#documentation": "

\n This member has been deprecated.\n

\n

The list of reviews for the skill, including Key and Value pair.

" - } - }, - "DeveloperInfo": { - "target": "com.amazonaws.alexaforbusiness#DeveloperInfo", - "traits": { - "smithy.api#documentation": "

The details about the developer that published the skill.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Granular information about the skill.

" - } - }, - "com.amazonaws.alexaforbusiness#SkillGroup": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a skill group.

" - } - }, - "SkillGroupName": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupName", - "traits": { - "smithy.api#documentation": "

The name of a skill group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription", - "traits": { - "smithy.api#documentation": "

The description of a skill group.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A skill group with attributes.

" - } - }, - "com.amazonaws.alexaforbusiness#SkillGroupData": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The skill group ARN of a skill group.

" - } - }, - "SkillGroupName": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupName", - "traits": { - "smithy.api#documentation": "

The skill group name of a skill group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription", - "traits": { - "smithy.api#documentation": "

The description of a skill group.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The attributes of a skill group.

" - } - }, - "com.amazonaws.alexaforbusiness#SkillGroupDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupData" - } - }, - "com.amazonaws.alexaforbusiness#SkillGroupDescription": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 200 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#SkillGroupName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#SkillId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^(^amzn1\\.ask\\.skill\\.[0-9a-f\\-]{1,200})|(^amzn1\\.echo-sdk-ams\\.app\\.[0-9a-f\\-]{1,200})$" - } - }, - "com.amazonaws.alexaforbusiness#SkillListMaxResults": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1, - "max": 10 - } - } - }, - "com.amazonaws.alexaforbusiness#SkillName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#SkillNotLinkedException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The skill must be linked to a third-party account.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#SkillStoreType": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#SkillSummary": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of the skill summary.

" - } - }, - "SkillName": { - "target": "com.amazonaws.alexaforbusiness#SkillName", - "traits": { - "smithy.api#documentation": "

The name of the skill.

" - } - }, - "SupportsLinking": { - "target": "com.amazonaws.alexaforbusiness#Boolean2", - "traits": { - "smithy.api#default": false, - "smithy.api#documentation": "

Linking support for a skill.

" - } - }, - "EnablementType": { - "target": "com.amazonaws.alexaforbusiness#EnablementType", - "traits": { - "smithy.api#documentation": "

Whether the skill is enabled under the user's account, or if it requires linking to be\n used.

" - } - }, - "SkillType": { - "target": "com.amazonaws.alexaforbusiness#SkillType", - "traits": { - "smithy.api#documentation": "

Whether the skill is publicly available or is a private skill.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The summary of skills.

" - } - }, - "com.amazonaws.alexaforbusiness#SkillSummaryList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SkillSummary" - } - }, - "com.amazonaws.alexaforbusiness#SkillType": { - "type": "enum", - "members": { - "PUBLIC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PUBLIC" - } - }, - "PRIVATE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PRIVATE" - } - } - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - }, - "smithy.api#pattern": "^[a-zA-Z0-9][a-zA-Z0-9_-]*$" - } - }, - "com.amazonaws.alexaforbusiness#SkillTypeFilter": { - "type": "enum", - "members": { - "PUBLIC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PUBLIC" - } - }, - "PRIVATE": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "PRIVATE" - } - }, - "ALL": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ALL" - } - } - } - }, - "com.amazonaws.alexaforbusiness#SkillTypes": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SkillStoreType" - } - }, - "com.amazonaws.alexaforbusiness#SkillsStoreSkill": { - "type": "structure", - "members": { - "SkillId": { - "target": "com.amazonaws.alexaforbusiness#SkillId", - "traits": { - "smithy.api#documentation": "

The ARN of the skill.

" - } - }, - "SkillName": { - "target": "com.amazonaws.alexaforbusiness#SkillName", - "traits": { - "smithy.api#documentation": "

The name of the skill.

" - } - }, - "ShortDescription": { - "target": "com.amazonaws.alexaforbusiness#ShortDescription", - "traits": { - "smithy.api#documentation": "

Short description about the skill.

" - } - }, - "IconUrl": { - "target": "com.amazonaws.alexaforbusiness#IconUrl", - "traits": { - "smithy.api#documentation": "

The URL where the skill icon resides.

" - } - }, - "SampleUtterances": { - "target": "com.amazonaws.alexaforbusiness#SampleUtterances", - "traits": { - "smithy.api#documentation": "

Sample utterances that interact with the skill.

" - } - }, - "SkillDetails": { - "target": "com.amazonaws.alexaforbusiness#SkillDetails", - "traits": { - "smithy.api#documentation": "

Information about the skill.

" - } - }, - "SupportsLinking": { - "target": "com.amazonaws.alexaforbusiness#Boolean2", - "traits": { - "smithy.api#default": false, - "smithy.api#documentation": "

Linking support for a skill.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

The detailed information about an Alexa skill.

" - } - }, - "com.amazonaws.alexaforbusiness#SkillsStoreSkillList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SkillsStoreSkill" - } - }, - "com.amazonaws.alexaforbusiness#SmartHomeAppliance": { - "type": "structure", - "members": { - "FriendlyName": { - "target": "com.amazonaws.alexaforbusiness#ApplianceFriendlyName", - "traits": { - "smithy.api#documentation": "

The friendly name of the smart home appliance.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#ApplianceDescription", - "traits": { - "smithy.api#documentation": "

The description of the smart home appliance.

" - } - }, - "ManufacturerName": { - "target": "com.amazonaws.alexaforbusiness#ApplianceManufacturerName", - "traits": { - "smithy.api#documentation": "

The name of the manufacturer of the smart home appliance.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

A smart home appliance that can connect to a central system. Any domestic device can be\n a smart appliance.

" - } - }, - "com.amazonaws.alexaforbusiness#SmartHomeApplianceList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#SmartHomeAppliance" - } - }, - "com.amazonaws.alexaforbusiness#SoftwareVersion": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Sort": { - "type": "structure", - "members": { - "Key": { - "target": "com.amazonaws.alexaforbusiness#SortKey", - "traits": { - "smithy.api#documentation": "

The sort key of a sort object.

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.alexaforbusiness#SortValue", - "traits": { - "smithy.api#documentation": "

The sort value of a sort object.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

An object representing a sort criteria.

" - } - }, - "com.amazonaws.alexaforbusiness#SortKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 500 - } - } - }, - "com.amazonaws.alexaforbusiness#SortList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Sort" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 25 - } - } - }, - "com.amazonaws.alexaforbusiness#SortValue": { - "type": "enum", - "members": { - "ASC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ASC" - } - }, - "DESC": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "DESC" - } - } - } - }, - "com.amazonaws.alexaforbusiness#Ssml": { - "type": "structure", - "members": { - "Locale": { - "target": "com.amazonaws.alexaforbusiness#Locale", - "traits": { - "smithy.api#documentation": "

The locale of the SSML message. Currently, en-US is supported.

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.alexaforbusiness#SsmlValue", - "traits": { - "smithy.api#documentation": "

The value of the SSML message in the correct SSML format. The audio tag is not supported.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The SSML message. For more information, see SSML Reference.

" - } - }, - "com.amazonaws.alexaforbusiness#SsmlList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Ssml" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#SsmlValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 4096 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#StartDeviceSync": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#StartDeviceSyncRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#StartDeviceSyncResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Resets a device and its account to the known default settings. This clears all\n information and settings set by previous users in the following ways:

\n " - } - }, - "com.amazonaws.alexaforbusiness#StartDeviceSyncRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room with which the device to sync is associated. Required.

" - } - }, - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device to sync. Required.

" - } - }, - "Features": { - "target": "com.amazonaws.alexaforbusiness#Features", - "traits": { - "smithy.api#documentation": "

Request structure to start the device sync. Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#StartDeviceSyncResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscovery": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Initiates the discovery of any smart home appliances associated with the\n room.

" - } - }, - "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The room where smart home appliance discovery was initiated.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#StartSmartHomeApplianceDiscoveryResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Tag": { - "type": "structure", - "members": { - "Key": { - "target": "com.amazonaws.alexaforbusiness#TagKey", - "traits": { - "smithy.api#documentation": "

The key of a tag. Tag keys are case-sensitive.

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.alexaforbusiness#TagValue", - "traits": { - "smithy.api#documentation": "

The value of a tag. Tag values are case sensitive and can be null.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

A key-value pair that can be associated with a resource.

" - } - }, - "com.amazonaws.alexaforbusiness#TagKey": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - } - }, - "com.amazonaws.alexaforbusiness#TagKeyList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#TagKey" - } - }, - "com.amazonaws.alexaforbusiness#TagList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Tag" - } - }, - "com.amazonaws.alexaforbusiness#TagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#TagResourceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#TagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Adds metadata tags to a specified resource.

" - } - }, - "com.amazonaws.alexaforbusiness#TagResourceRequest": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the resource to which to add metadata tags. Required.

", - "smithy.api#required": {} - } - }, - "Tags": { - "target": "com.amazonaws.alexaforbusiness#TagList", - "traits": { - "smithy.api#documentation": "

The tags to be added to the specified resource. Do not provide system tags. Required.\n

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#TagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#TagValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 256 - }, - "smithy.api#pattern": "^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" - } - }, - "com.amazonaws.alexaforbusiness#TemperatureUnit": { - "type": "enum", - "members": { - "FAHRENHEIT": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "FAHRENHEIT" - } - }, - "CELSIUS": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "CELSIUS" - } - } - } - }, - "com.amazonaws.alexaforbusiness#Text": { - "type": "structure", - "members": { - "Locale": { - "target": "com.amazonaws.alexaforbusiness#Locale", - "traits": { - "smithy.api#documentation": "

The locale of the text message. Currently, en-US is supported.

", - "smithy.api#required": {} - } - }, - "Value": { - "target": "com.amazonaws.alexaforbusiness#TextValue", - "traits": { - "smithy.api#documentation": "

The value of the text message.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#documentation": "

The text message.

" - } - }, - "com.amazonaws.alexaforbusiness#TextList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#Text" - }, - "traits": { - "smithy.api#length": { - "min": 0, - "max": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#TextValue": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 4096 - }, - "smithy.api#pattern": "^[\\u0009\\u000A\\u000D\\u0020-\\u007E\\u0085\\u00A0-\\uD7FF\\uE000-\\uFFFD\\u10000-\\u10FFFF]*$" - } - }, - "com.amazonaws.alexaforbusiness#TimeToLiveInSeconds": { - "type": "integer", - "traits": { - "smithy.api#range": { - "min": 1, - "max": 3600 - } - } - }, - "com.amazonaws.alexaforbusiness#Timezone": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 100 - } - } - }, - "com.amazonaws.alexaforbusiness#TotalCount": { - "type": "integer" - }, - "com.amazonaws.alexaforbusiness#TrustAnchor": { - "type": "string", - "traits": { - "smithy.api#pattern": "^-{5}BEGIN CERTIFICATE-{5}\\u000D?\\u000A([A-Za-z0-9/+]{64}\\u000D?\\u000A)*[A-Za-z0-9/+]{1,64}={0,2}\\u000D?\\u000A-{5}END CERTIFICATE-{5}(\\u000D?\\u000A)?$" - } - }, - "com.amazonaws.alexaforbusiness#TrustAnchorList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#TrustAnchor" - }, - "traits": { - "smithy.api#length": { - "min": 1, - "max": 5 - } - } - }, - "com.amazonaws.alexaforbusiness#UnauthorizedException": { - "type": "structure", - "members": { - "Message": { - "target": "com.amazonaws.alexaforbusiness#ErrorMessage" - } - }, - "traits": { - "smithy.api#documentation": "

The caller has no permissions to operate on the resource involved in the API call.

", - "smithy.api#error": "client" - } - }, - "com.amazonaws.alexaforbusiness#UntagResource": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UntagResourceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UntagResourceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Removes metadata tags from a specified resource.

" - } - }, - "com.amazonaws.alexaforbusiness#UntagResourceRequest": { - "type": "structure", - "members": { - "Arn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the resource from which to remove metadata tags. Required.

", - "smithy.api#required": {} - } - }, - "TagKeys": { - "target": "com.amazonaws.alexaforbusiness#TagKeyList", - "traits": { - "smithy.api#documentation": "

The tags to be removed from the specified resource. Do not provide system tags.\n Required.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UntagResourceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateAddressBook": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateAddressBookRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateAddressBookResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates address book details by the address book ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateAddressBookRequest": { - "type": "structure", - "members": { - "AddressBookArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room to update.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#AddressBookName", - "traits": { - "smithy.api#documentation": "

The updated name of the room.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#AddressBookDescription", - "traits": { - "smithy.api#documentation": "

The updated description of the room.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateAddressBookResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateBusinessReportSchedule": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates the configuration of the report delivery schedule with the specified schedule\n ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleRequest": { - "type": "structure", - "members": { - "ScheduleArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the business report schedule.

", - "smithy.api#required": {} - } - }, - "S3BucketName": { - "target": "com.amazonaws.alexaforbusiness#CustomerS3BucketName", - "traits": { - "smithy.api#documentation": "

The S3 location of the output reports.

" - } - }, - "S3KeyPrefix": { - "target": "com.amazonaws.alexaforbusiness#S3KeyPrefix", - "traits": { - "smithy.api#documentation": "

The S3 key where the report is delivered.

" - } - }, - "Format": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportFormat", - "traits": { - "smithy.api#documentation": "

The format of the generated report (individual CSV files or zipped files of\n individual files).

" - } - }, - "ScheduleName": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportScheduleName", - "traits": { - "smithy.api#documentation": "

The name identifier of the schedule.

" - } - }, - "Recurrence": { - "target": "com.amazonaws.alexaforbusiness#BusinessReportRecurrence", - "traits": { - "smithy.api#documentation": "

The recurrence of the reports.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateBusinessReportScheduleResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateConferenceProvider": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProviderRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateConferenceProviderResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates an existing conference provider's settings.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateConferenceProviderRequest": { - "type": "structure", - "members": { - "ConferenceProviderArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the conference provider.

", - "smithy.api#required": {} - } - }, - "ConferenceProviderType": { - "target": "com.amazonaws.alexaforbusiness#ConferenceProviderType", - "traits": { - "smithy.api#documentation": "

The type of the conference provider.

", - "smithy.api#required": {} - } - }, - "IPDialIn": { - "target": "com.amazonaws.alexaforbusiness#IPDialIn", - "traits": { - "smithy.api#documentation": "

The IP endpoint and protocol for calling.

" - } - }, - "PSTNDialIn": { - "target": "com.amazonaws.alexaforbusiness#PSTNDialIn", - "traits": { - "smithy.api#documentation": "

The information for PSTN conferencing.

" - } - }, - "MeetingSetting": { - "target": "com.amazonaws.alexaforbusiness#MeetingSetting", - "traits": { - "smithy.api#documentation": "

The meeting settings for the conference provider.

", - "smithy.api#required": {} - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateConferenceProviderResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateContact": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateContactRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateContactResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates the contact details by the contact ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateContactRequest": { - "type": "structure", - "members": { - "ContactArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the contact to update.

", - "smithy.api#required": {} - } - }, - "DisplayName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The updated display name of the contact.

" - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The updated first name of the contact.

" - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#ContactName", - "traits": { - "smithy.api#documentation": "

The updated last name of the contact.

" - } - }, - "PhoneNumber": { - "target": "com.amazonaws.alexaforbusiness#RawPhoneNumber", - "traits": { - "smithy.api#documentation": "

The updated phone number of the contact. The phone number type defaults to WORK. You\n can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers,\n which lets you specify the phone number type and multiple numbers.

" - } - }, - "PhoneNumbers": { - "target": "com.amazonaws.alexaforbusiness#PhoneNumberList", - "traits": { - "smithy.api#documentation": "

The list of phone numbers for the contact.

" - } - }, - "SipAddresses": { - "target": "com.amazonaws.alexaforbusiness#SipAddressList", - "traits": { - "smithy.api#documentation": "

The list of SIP addresses for the contact.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateContactResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateDevice": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateDeviceRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateDeviceResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#DeviceNotRegisteredException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates the device name by device ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateDeviceRequest": { - "type": "structure", - "members": { - "DeviceArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the device to update. Required.

" - } - }, - "DeviceName": { - "target": "com.amazonaws.alexaforbusiness#DeviceName", - "traits": { - "smithy.api#documentation": "

The updated device name. Required.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateDeviceResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateEndOfMeetingReminder": { - "type": "structure", - "members": { - "ReminderAtMinutes": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderMinutesList", - "traits": { - "smithy.api#documentation": "

Updates settings for the end of meeting reminder feature that are applied to a room\n profile. The end of meeting reminder enables Alexa to remind users when a meeting is\n ending.

" - } - }, - "ReminderType": { - "target": "com.amazonaws.alexaforbusiness#EndOfMeetingReminderType", - "traits": { - "smithy.api#documentation": "

The type of sound that users hear during the end of meeting reminder.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether an end of meeting reminder is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Settings for the end of meeting reminder feature that are applied to a room profile. The\n end of meeting reminder enables Alexa to remind users when a meeting is ending.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateGateway": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateGatewayRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateGatewayResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates the details of a gateway. If any optional field is not provided, the existing\n corresponding value is left unmodified.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateGatewayGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateGatewayGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates the details of a gateway group. If any optional field is not provided, the\n existing corresponding value is left unmodified.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateGatewayGroupRequest": { - "type": "structure", - "members": { - "GatewayGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway group to update.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupName", - "traits": { - "smithy.api#documentation": "

The updated name of the gateway group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayGroupDescription", - "traits": { - "smithy.api#documentation": "

The updated description of the gateway group.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateGatewayGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateGatewayRequest": { - "type": "structure", - "members": { - "GatewayArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the gateway to update.

", - "smithy.api#required": {} - } - }, - "Name": { - "target": "com.amazonaws.alexaforbusiness#GatewayName", - "traits": { - "smithy.api#documentation": "

The updated name of the gateway.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#GatewayDescription", - "traits": { - "smithy.api#documentation": "

The updated description of the gateway.

" - } - }, - "SoftwareVersion": { - "target": "com.amazonaws.alexaforbusiness#GatewayVersion", - "traits": { - "smithy.api#documentation": "

The updated software version of the gateway. The gateway automatically updates its\n software version during normal operation.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateGatewayResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateInstantBooking": { - "type": "structure", - "members": { - "DurationInMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 15 and 240 minutes at increments of 15 that determines how long to book\n an available room when a meeting is started with Alexa.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether instant booking is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Updates settings for the instant booking feature that are applied to a room profile. If\n instant booking is enabled, Alexa automatically reserves a room if it is free when a user\n joins a meeting with Alexa.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateMeetingRoomConfiguration": { - "type": "structure", - "members": { - "RoomUtilizationMetricsEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether room utilization metrics are enabled or not.

" - } - }, - "EndOfMeetingReminder": { - "target": "com.amazonaws.alexaforbusiness#UpdateEndOfMeetingReminder", - "traits": { - "smithy.api#documentation": "

Settings for the end of meeting reminder feature that are applied to a room profile. The\n end of meeting reminder enables Alexa to remind users when a meeting is ending.

" - } - }, - "InstantBooking": { - "target": "com.amazonaws.alexaforbusiness#UpdateInstantBooking", - "traits": { - "smithy.api#documentation": "

Settings to automatically book an available room available for a configured duration\n when joining a meeting with Alexa.

" - } - }, - "RequireCheckIn": { - "target": "com.amazonaws.alexaforbusiness#UpdateRequireCheckIn", - "traits": { - "smithy.api#documentation": "

Settings for requiring a check in when a room is reserved. Alexa can cancel a room reservation if it's not checked into to make the room available for others. Users can check in by joining the meeting with Alexa or an AVS device, or by saying “Alexa, check in.”

" - } - }, - "ProactiveJoin": { - "target": "com.amazonaws.alexaforbusiness#UpdateProactiveJoin" - } - }, - "traits": { - "smithy.api#documentation": "

Updates meeting room settings of a room profile.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateNetworkProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateNetworkProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidCertificateAuthorityException" - }, - { - "target": "com.amazonaws.alexaforbusiness#InvalidSecretsManagerResourceException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates a network profile by the network profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateNetworkProfileRequest": { - "type": "structure", - "members": { - "NetworkProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the network profile associated with a device.

", - "smithy.api#required": {} - } - }, - "NetworkProfileName": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileName", - "traits": { - "smithy.api#documentation": "

The name of the network profile associated with a device.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#NetworkProfileDescription", - "traits": { - "smithy.api#documentation": "

Detailed information about a device's network profile.

" - } - }, - "CurrentPassword": { - "target": "com.amazonaws.alexaforbusiness#CurrentWiFiPassword", - "traits": { - "smithy.api#documentation": "

The current password of the Wi-Fi network.

" - } - }, - "NextPassword": { - "target": "com.amazonaws.alexaforbusiness#NextWiFiPassword", - "traits": { - "smithy.api#documentation": "

The next, or subsequent, password of the Wi-Fi network. This password is asynchronously\n transmitted to the device and is used when the password of the network changes to\n NextPassword.

" - } - }, - "CertificateAuthorityArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the Private Certificate Authority (PCA) created in AWS Certificate Manager\n (ACM). This is used to issue certificates to the devices.

" - } - }, - "TrustAnchors": { - "target": "com.amazonaws.alexaforbusiness#TrustAnchorList", - "traits": { - "smithy.api#documentation": "

The root certificate(s) of your authentication server that will be installed on your\n devices and used to trust your authentication server during EAP negotiation.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateNetworkProfileResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateProactiveJoin": { - "type": "structure", - "members": { - "EnabledByMotion": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#required": {} - } - } - } - }, - "com.amazonaws.alexaforbusiness#UpdateProfile": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateProfileRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateProfileResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates an existing room profile by room profile ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateProfileRequest": { - "type": "structure", - "members": { - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room profile to update. Required.

" - } - }, - "ProfileName": { - "target": "com.amazonaws.alexaforbusiness#ProfileName", - "traits": { - "smithy.api#documentation": "

The updated name for the room profile.

" - } - }, - "IsDefault": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Sets the profile as default if selected. If this is missing, no update is done to the\n default status.

" - } - }, - "Timezone": { - "target": "com.amazonaws.alexaforbusiness#Timezone", - "traits": { - "smithy.api#documentation": "

The updated timezone for the room profile.

" - } - }, - "Address": { - "target": "com.amazonaws.alexaforbusiness#Address", - "traits": { - "smithy.api#documentation": "

The updated address for the room profile.

" - } - }, - "DistanceUnit": { - "target": "com.amazonaws.alexaforbusiness#DistanceUnit", - "traits": { - "smithy.api#documentation": "

The updated distance unit for the room profile.

" - } - }, - "TemperatureUnit": { - "target": "com.amazonaws.alexaforbusiness#TemperatureUnit", - "traits": { - "smithy.api#documentation": "

The updated temperature unit for the room profile.

" - } - }, - "WakeWord": { - "target": "com.amazonaws.alexaforbusiness#WakeWord", - "traits": { - "smithy.api#documentation": "

The updated wake word for the room profile.

" - } - }, - "Locale": { - "target": "com.amazonaws.alexaforbusiness#DeviceLocale", - "traits": { - "smithy.api#documentation": "

The updated locale for the room profile. (This is currently only available to a limited preview audience.)

" - } - }, - "SetupModeDisabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the setup mode of the profile is enabled.

" - } - }, - "MaxVolumeLimit": { - "target": "com.amazonaws.alexaforbusiness#MaxVolumeLimit", - "traits": { - "smithy.api#documentation": "

The updated maximum volume limit for the room profile.

" - } - }, - "PSTNEnabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether the PSTN setting of the room profile is enabled.

" - } - }, - "DataRetentionOptIn": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether data retention of the profile is enabled.

" - } - }, - "MeetingRoomConfiguration": { - "target": "com.amazonaws.alexaforbusiness#UpdateMeetingRoomConfiguration", - "traits": { - "smithy.api#documentation": "

The updated meeting room settings of a room profile.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateProfileResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateRequireCheckIn": { - "type": "structure", - "members": { - "ReleaseAfterMinutes": { - "target": "com.amazonaws.alexaforbusiness#Minutes", - "traits": { - "smithy.api#documentation": "

Duration between 5 and 20 minutes to determine when to release the room if it's not checked into.

" - } - }, - "Enabled": { - "target": "com.amazonaws.alexaforbusiness#Boolean", - "traits": { - "smithy.api#documentation": "

Whether require check in is enabled or not.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Updates settings for the require check in feature that are applied to a room profile. Require check in allows a meeting room’s Alexa or AVS device to prompt the user to check in; otherwise, the room will be released.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateRoom": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateRoomRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateRoomResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates room details by room ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateRoomRequest": { - "type": "structure", - "members": { - "RoomArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the room to update.

" - } - }, - "RoomName": { - "target": "com.amazonaws.alexaforbusiness#RoomName", - "traits": { - "smithy.api#documentation": "

The updated name for the room.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#RoomDescription", - "traits": { - "smithy.api#documentation": "

The updated description for the room.

" - } - }, - "ProviderCalendarId": { - "target": "com.amazonaws.alexaforbusiness#ProviderCalendarId", - "traits": { - "smithy.api#documentation": "

The updated provider calendar ARN for the room.

" - } - }, - "ProfileArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The updated profile ARN for the room.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateRoomResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateSkillGroup": { - "type": "operation", - "input": { - "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroupRequest" - }, - "output": { - "target": "com.amazonaws.alexaforbusiness#UpdateSkillGroupResponse" - }, - "errors": [ - { - "target": "com.amazonaws.alexaforbusiness#ConcurrentModificationException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NameInUseException" - }, - { - "target": "com.amazonaws.alexaforbusiness#NotFoundException" - } - ], - "traits": { - "smithy.api#deprecated": { - "message": "Alexa For Business is no longer supported" - }, - "smithy.api#documentation": "

Updates skill group details by skill group ARN.

" - } - }, - "com.amazonaws.alexaforbusiness#UpdateSkillGroupRequest": { - "type": "structure", - "members": { - "SkillGroupArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of the skill group to update.

" - } - }, - "SkillGroupName": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupName", - "traits": { - "smithy.api#documentation": "

The updated name for the skill group.

" - } - }, - "Description": { - "target": "com.amazonaws.alexaforbusiness#SkillGroupDescription", - "traits": { - "smithy.api#documentation": "

The updated description for the skill group.

" - } - } - }, - "traits": { - "smithy.api#input": {} - } - }, - "com.amazonaws.alexaforbusiness#UpdateSkillGroupResponse": { - "type": "structure", - "members": {}, - "traits": { - "smithy.api#output": {} - } - }, - "com.amazonaws.alexaforbusiness#Url": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#UserCode": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - } - } - }, - "com.amazonaws.alexaforbusiness#UserData": { - "type": "structure", - "members": { - "UserArn": { - "target": "com.amazonaws.alexaforbusiness#Arn", - "traits": { - "smithy.api#documentation": "

The ARN of a user.

" - } - }, - "FirstName": { - "target": "com.amazonaws.alexaforbusiness#user_FirstName", - "traits": { - "smithy.api#documentation": "

The first name of a user.

" - } - }, - "LastName": { - "target": "com.amazonaws.alexaforbusiness#user_LastName", - "traits": { - "smithy.api#documentation": "

The last name of a user.

" - } - }, - "Email": { - "target": "com.amazonaws.alexaforbusiness#Email", - "traits": { - "smithy.api#documentation": "

The email of a user.

" - } - }, - "EnrollmentStatus": { - "target": "com.amazonaws.alexaforbusiness#EnrollmentStatus", - "traits": { - "smithy.api#documentation": "

The enrollment status of a user.

" - } - }, - "EnrollmentId": { - "target": "com.amazonaws.alexaforbusiness#EnrollmentId", - "traits": { - "smithy.api#documentation": "

The enrollment ARN of a user.

" - } - } - }, - "traits": { - "smithy.api#documentation": "

Information related to a user.

" - } - }, - "com.amazonaws.alexaforbusiness#UserDataList": { - "type": "list", - "member": { - "target": "com.amazonaws.alexaforbusiness#UserData" - } - }, - "com.amazonaws.alexaforbusiness#UserId": { - "type": "string", - "traits": { - "smithy.api#pattern": "^amzn1\\.[A-Za-z0-9+-\\/=.]{1,300}$" - } - }, - "com.amazonaws.alexaforbusiness#Utterance": { - "type": "string" - }, - "com.amazonaws.alexaforbusiness#Value": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1 - } - } - }, - "com.amazonaws.alexaforbusiness#WakeWord": { - "type": "enum", - "members": { - "ALEXA": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ALEXA" - } - }, - "AMAZON": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "AMAZON" - } - }, - "ECHO": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "ECHO" - } - }, - "COMPUTER": { - "target": "smithy.api#Unit", - "traits": { - "smithy.api#enumValue": "COMPUTER" - } - } - } - }, - "com.amazonaws.alexaforbusiness#user_FirstName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 30 - }, - "smithy.api#pattern": "^([A-Za-z\\-' 0-9._]|\\p{IsLetter})*$" - } - }, - "com.amazonaws.alexaforbusiness#user_LastName": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 0, - "max": 30 - }, - "smithy.api#pattern": "^([A-Za-z\\-' 0-9._]|\\p{IsLetter})*$" - } - }, - "com.amazonaws.alexaforbusiness#user_UserId": { - "type": "string", - "traits": { - "smithy.api#length": { - "min": 1, - "max": 128 - }, - "smithy.api#pattern": "^[a-zA-Z0-9@_+.-]*$" - } - } - } -} diff --git a/codegen/sdk/packages.json b/codegen/sdk/packages.json index 712bf692a27..29324e63ac3 100644 --- a/codegen/sdk/packages.json +++ b/codegen/sdk/packages.json @@ -36,12 +36,6 @@ "artifactName": "account", "brazilName": "AwsSdkKotlinAccount" }, - { - "sdkId": "Alexa For Business", - "namespace": "aws.sdk.kotlin.services.alexaforbusiness", - "artifactName": "alexaforbusiness", - "brazilName": "AwsSdkKotlinAlexaForBusiness" - }, { "sdkId": "Amplify", "namespace": "aws.sdk.kotlin.services.amplify", From 640cf485902e67fb9ded706c0f086c1d83b20a6e Mon Sep 17 00:00:00 2001 From: Matas Lauzadis Date: Fri, 10 May 2024 10:11:48 -0400 Subject: [PATCH 3/3] Changelog --- .changes/ccfb5203-cec0-487e-a938-52376e181558.json | 5 +++++ .changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 .changes/ccfb5203-cec0-487e-a938-52376e181558.json create mode 100644 .changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json diff --git a/.changes/ccfb5203-cec0-487e-a938-52376e181558.json b/.changes/ccfb5203-cec0-487e-a938-52376e181558.json new file mode 100644 index 00000000000..ca85445afb1 --- /dev/null +++ b/.changes/ccfb5203-cec0-487e-a938-52376e181558.json @@ -0,0 +1,5 @@ +{ + "id": "ccfb5203-cec0-487e-a938-52376e181558", + "type": "misc", + "description": "Remove Honeycode service" +} \ No newline at end of file diff --git a/.changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json b/.changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json new file mode 100644 index 00000000000..867e75e8c6a --- /dev/null +++ b/.changes/d6232702-f967-4fac-ba42-c36a08f94eb3.json @@ -0,0 +1,5 @@ +{ + "id": "d6232702-f967-4fac-ba42-c36a08f94eb3", + "type": "misc", + "description": "Remove Alexa for Business service" +} \ No newline at end of file