UNPKG

aws-sdk

Version:
2,001 lines • 80.3 kB
{ "version": "2.0", "metadata": { "apiVersion": "2023-11-27", "auth": [ "aws.auth#sigv4" ], "endpointPrefix": "qbusiness", "protocol": "rest-json", "protocolSettings": { "h2": "eventstream" }, "protocols": [ "rest-json" ], "serviceFullName": "QBusiness", "serviceId": "QBusiness", "signatureVersion": "v4", "signingName": "qbusiness", "uid": "qbusiness-2023-11-27" }, "operations": { "BatchDeleteDocument": { "http": { "requestUri": "/applications/{applicationId}/indices/{indexId}/documents/delete", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "documents" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "documents": { "type": "list", "member": { "type": "structure", "required": [ "documentId" ], "members": { "documentId": {} } } }, "dataSourceSyncId": {} } }, "output": { "type": "structure", "members": { "failedDocuments": { "shape": "S9" } } } }, "BatchPutDocument": { "http": { "requestUri": "/applications/{applicationId}/indices/{indexId}/documents", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "documents" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "documents": { "type": "list", "member": { "type": "structure", "required": [ "id" ], "members": { "id": {}, "attributes": { "type": "list", "member": { "shape": "Sj" } }, "content": { "type": "structure", "members": { "blob": { "type": "blob" }, "s3": { "shape": "St" } }, "union": true }, "contentType": {}, "title": {}, "accessConfiguration": { "type": "structure", "required": [ "accessControls" ], "members": { "accessControls": { "type": "list", "member": { "type": "structure", "required": [ "principals" ], "members": { "principals": { "type": "list", "member": { "type": "structure", "members": { "user": { "type": "structure", "required": [ "access" ], "members": { "id": {}, "access": {}, "membershipType": {} } }, "group": { "type": "structure", "required": [ "access" ], "members": { "name": {}, "access": {}, "membershipType": {} } } }, "union": true } }, "memberRelation": {} } } }, "memberRelation": {} } }, "documentEnrichmentConfiguration": { "shape": "S1a" } } } }, "roleArn": {}, "dataSourceSyncId": {} } }, "output": { "type": "structure", "members": { "failedDocuments": { "shape": "S9" } } } }, "ChatSync": { "http": { "requestUri": "/applications/{applicationId}/conversations?sync", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "querystring", "locationName": "userId" }, "userGroups": { "shape": "S1n", "location": "querystring", "locationName": "userGroups" }, "userMessage": {}, "attachments": { "type": "list", "member": { "type": "structure", "required": [ "name", "data" ], "members": { "name": {}, "data": { "type": "blob" } } } }, "actionExecution": { "shape": "S1s" }, "authChallengeResponse": { "type": "structure", "required": [ "responseMap" ], "members": { "responseMap": { "type": "map", "key": {}, "value": {} } } }, "conversationId": {}, "parentMessageId": {}, "attributeFilter": { "shape": "S25" }, "chatMode": {}, "chatModeConfiguration": { "type": "structure", "members": { "pluginConfiguration": { "type": "structure", "required": [ "pluginId" ], "members": { "pluginId": {} } } }, "union": true }, "clientToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "conversationId": {}, "systemMessage": {}, "systemMessageId": {}, "userMessageId": {}, "actionReview": { "shape": "S2c" }, "authChallengeRequest": { "type": "structure", "required": [ "authorizationUrl" ], "members": { "authorizationUrl": {} } }, "sourceAttributions": { "shape": "S2n" }, "failedAttachments": { "shape": "S2t" } } } }, "CreateApplication": { "http": { "requestUri": "/applications", "responseCode": 200 }, "input": { "type": "structure", "required": [ "displayName" ], "members": { "displayName": {}, "roleArn": {}, "identityType": {}, "iamIdentityProviderArn": {}, "identityCenterInstanceArn": {}, "clientIdsForOIDC": { "shape": "S31" }, "description": {}, "encryptionConfiguration": { "shape": "S34" }, "tags": { "shape": "S36" }, "clientToken": { "idempotencyToken": true }, "attachmentsConfiguration": { "shape": "S3a" }, "qAppsConfiguration": { "shape": "S3c" }, "personalizationConfiguration": { "shape": "S3e" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "applicationArn": {} } }, "idempotent": true }, "CreateDataSource": { "http": { "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "displayName", "configuration" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "displayName": {}, "configuration": { "shape": "S3k" }, "vpcConfiguration": { "shape": "S3l" }, "description": {}, "tags": { "shape": "S36" }, "syncSchedule": {}, "roleArn": {}, "clientToken": { "idempotencyToken": true }, "documentEnrichmentConfiguration": { "shape": "S1a" } } }, "output": { "type": "structure", "members": { "dataSourceId": {}, "dataSourceArn": {} } }, "idempotent": true }, "CreateIndex": { "http": { "requestUri": "/applications/{applicationId}/indices", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "displayName" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "displayName": {}, "type": {}, "description": {}, "tags": { "shape": "S36" }, "capacityConfiguration": { "shape": "S3w" }, "clientToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "indexId": {}, "indexArn": {} } } }, "CreatePlugin": { "http": { "requestUri": "/applications/{applicationId}/plugins", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "displayName", "type", "authConfiguration" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "displayName": {}, "type": {}, "authConfiguration": { "shape": "S42" }, "serverUrl": {}, "customPluginConfiguration": { "shape": "S47" }, "tags": { "shape": "S36" }, "clientToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": { "pluginId": {}, "pluginArn": {}, "buildStatus": {} } }, "idempotent": true }, "CreateRetriever": { "http": { "requestUri": "/applications/{applicationId}/retrievers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "type", "displayName", "configuration" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "type": {}, "displayName": {}, "configuration": { "shape": "S4i" }, "roleArn": {}, "clientToken": { "idempotencyToken": true }, "tags": { "shape": "S36" } } }, "output": { "type": "structure", "members": { "retrieverId": {}, "retrieverArn": {} } } }, "CreateUser": { "http": { "requestUri": "/applications/{applicationId}/users", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "userId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": {}, "userAliases": { "type": "list", "member": { "shape": "S52" } }, "clientToken": { "idempotencyToken": true } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "CreateWebExperience": { "http": { "requestUri": "/applications/{applicationId}/experiences", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "title": {}, "subtitle": {}, "welcomeMessage": {}, "samplePromptsControlMode": {}, "roleArn": {}, "tags": { "shape": "S36" }, "clientToken": { "idempotencyToken": true }, "identityProviderConfiguration": { "shape": "S59" } } }, "output": { "type": "structure", "members": { "webExperienceId": {}, "webExperienceArn": {} } } }, "DeleteApplication": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteChatControlsConfiguration": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/chatcontrols", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteConversation": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/conversations/{conversationId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "conversationId", "applicationId" ], "members": { "conversationId": { "location": "uri", "locationName": "conversationId" }, "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "querystring", "locationName": "userId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteDataSource": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "dataSourceId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "dataSourceId": { "location": "uri", "locationName": "dataSourceId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteGroup": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "groupName" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "groupName": { "location": "uri", "locationName": "groupName" }, "dataSourceId": { "location": "querystring", "locationName": "dataSourceId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteIndex": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/indices/{indexId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeletePlugin": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/plugins/{pluginId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "pluginId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "pluginId": { "location": "uri", "locationName": "pluginId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteRetriever": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/retrievers/{retrieverId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "retrieverId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "retrieverId": { "location": "uri", "locationName": "retrieverId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteUser": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/users/{userId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "userId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "uri", "locationName": "userId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "DeleteWebExperience": { "http": { "method": "DELETE", "requestUri": "/applications/{applicationId}/experiences/{webExperienceId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "webExperienceId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "webExperienceId": { "location": "uri", "locationName": "webExperienceId" } } }, "output": { "type": "structure", "members": {} }, "idempotent": true }, "GetApplication": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" } } }, "output": { "type": "structure", "members": { "displayName": {}, "applicationId": {}, "applicationArn": {}, "identityType": {}, "iamIdentityProviderArn": {}, "identityCenterApplicationArn": {}, "roleArn": {}, "status": {}, "description": {}, "encryptionConfiguration": { "shape": "S34" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "error": { "shape": "Sb" }, "attachmentsConfiguration": { "type": "structure", "members": { "attachmentsControlMode": {} } }, "qAppsConfiguration": { "shape": "S3c" }, "personalizationConfiguration": { "shape": "S3e" }, "autoSubscriptionConfiguration": { "shape": "S65" }, "clientIdsForOIDC": { "shape": "S31" } } } }, "GetChatControlsConfiguration": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/chatcontrols", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "nextToken": { "location": "querystring", "locationName": "nextToken" } } }, "output": { "type": "structure", "members": { "responseScope": {}, "blockedPhrases": { "type": "structure", "members": { "blockedPhrases": { "shape": "S6e" }, "systemMessageOverride": {} } }, "topicConfigurations": { "shape": "S6h" }, "creatorModeConfiguration": { "type": "structure", "required": [ "creatorModeControl" ], "members": { "creatorModeControl": {} } }, "nextToken": {} } } }, "GetDataSource": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "dataSourceId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "dataSourceId": { "location": "uri", "locationName": "dataSourceId" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "indexId": {}, "dataSourceId": {}, "dataSourceArn": {}, "displayName": {}, "type": {}, "configuration": { "shape": "S3k" }, "vpcConfiguration": { "shape": "S3l" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "description": {}, "status": {}, "syncSchedule": {}, "roleArn": {}, "error": { "shape": "Sb" }, "documentEnrichmentConfiguration": { "shape": "S1a" } } } }, "GetGroup": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}/groups/{groupName}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "groupName" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "groupName": { "location": "uri", "locationName": "groupName" }, "dataSourceId": { "location": "querystring", "locationName": "dataSourceId" } } }, "output": { "type": "structure", "members": { "status": { "shape": "S74" }, "statusHistory": { "type": "list", "member": { "shape": "S74" } } } } }, "GetIndex": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "indexId": {}, "displayName": {}, "type": {}, "indexArn": {}, "status": {}, "description": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "capacityConfiguration": { "shape": "S3w" }, "documentAttributeConfigurations": { "shape": "S7a" }, "error": { "shape": "Sb" }, "indexStatistics": { "type": "structure", "members": { "textDocumentStatistics": { "type": "structure", "members": { "indexedTextBytes": { "type": "long" }, "indexedTextDocumentCount": { "type": "integer" } } } } } } } }, "GetPlugin": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/plugins/{pluginId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "pluginId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "pluginId": { "location": "uri", "locationName": "pluginId" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "pluginId": {}, "displayName": {}, "type": {}, "serverUrl": {}, "authConfiguration": { "shape": "S42" }, "customPluginConfiguration": { "shape": "S47" }, "buildStatus": {}, "pluginArn": {}, "state": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" } } } }, "GetRetriever": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/retrievers/{retrieverId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "retrieverId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "retrieverId": { "location": "uri", "locationName": "retrieverId" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "retrieverId": {}, "retrieverArn": {}, "type": {}, "status": {}, "displayName": {}, "configuration": { "shape": "S4i" }, "roleArn": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" } } } }, "GetUser": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/users/{userId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "userId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "uri", "locationName": "userId" } } }, "output": { "type": "structure", "members": { "userAliases": { "shape": "S7r" } } } }, "GetWebExperience": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/experiences/{webExperienceId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "webExperienceId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "webExperienceId": { "location": "uri", "locationName": "webExperienceId" } } }, "output": { "type": "structure", "members": { "applicationId": {}, "webExperienceId": {}, "webExperienceArn": {}, "defaultEndpoint": {}, "status": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "title": {}, "subtitle": {}, "welcomeMessage": {}, "samplePromptsControlMode": {}, "roleArn": {}, "identityProviderConfiguration": { "shape": "S59" }, "authenticationConfiguration": { "shape": "S7v", "deprecated": true, "deprecatedMessage": "Property associated with legacy SAML IdP flow. Deprecated in favor of using AWS IAM Identity Center for user management." }, "error": { "shape": "Sb" } } } }, "ListApplications": { "http": { "method": "GET", "requestUri": "/applications", "responseCode": 200 }, "input": { "type": "structure", "members": { "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "applications": { "type": "list", "member": { "type": "structure", "members": { "displayName": {}, "applicationId": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "status": {}, "identityType": {} } } } } } }, "ListConversations": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/conversations", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "querystring", "locationName": "userId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "conversations": { "type": "list", "member": { "type": "structure", "members": { "conversationId": {}, "title": {}, "startTime": { "type": "timestamp" } } } } } } }, "ListDataSourceSyncJobs": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources/{dataSourceId}/syncjobs", "responseCode": 200 }, "input": { "type": "structure", "required": [ "dataSourceId", "applicationId", "indexId" ], "members": { "dataSourceId": { "location": "uri", "locationName": "dataSourceId" }, "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" }, "startTime": { "location": "querystring", "locationName": "startTime", "type": "timestamp" }, "endTime": { "location": "querystring", "locationName": "endTime", "type": "timestamp" }, "statusFilter": { "location": "querystring", "locationName": "syncStatus" } } }, "output": { "type": "structure", "members": { "history": { "type": "list", "member": { "type": "structure", "members": { "executionId": {}, "startTime": { "type": "timestamp" }, "endTime": { "type": "timestamp" }, "status": {}, "error": { "shape": "Sb" }, "dataSourceErrorCode": {}, "metrics": { "type": "structure", "members": { "documentsAdded": {}, "documentsModified": {}, "documentsDeleted": {}, "documentsFailed": {}, "documentsScanned": {} } } } } }, "nextToken": {} } } }, "ListDataSources": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}/datasources", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "dataSources": { "type": "list", "member": { "type": "structure", "members": { "displayName": {}, "dataSourceId": {}, "type": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "status": {} } } }, "nextToken": {} } } }, "ListDocuments": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/index/{indexId}/documents", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "dataSourceIds": { "location": "querystring", "locationName": "dataSourceIds", "type": "list", "member": {} }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "documentDetailList": { "type": "list", "member": { "type": "structure", "members": { "documentId": {}, "status": {}, "error": { "shape": "Sb" }, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" } } } }, "nextToken": {} } } }, "ListGroups": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices/{indexId}/groups", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId", "indexId", "updatedEarlierThan" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "indexId": { "location": "uri", "locationName": "indexId" }, "updatedEarlierThan": { "location": "querystring", "locationName": "updatedEarlierThan", "type": "timestamp" }, "dataSourceId": { "location": "querystring", "locationName": "dataSourceId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "items": { "type": "list", "member": { "type": "structure", "members": { "groupName": {} } } } } } }, "ListIndices": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/indices", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "indices": { "type": "list", "member": { "type": "structure", "members": { "displayName": {}, "indexId": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" }, "status": {} } } } } } }, "ListMessages": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/conversations/{conversationId}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "conversationId", "applicationId" ], "members": { "conversationId": { "location": "uri", "locationName": "conversationId" }, "applicationId": { "location": "uri", "locationName": "applicationId" }, "userId": { "location": "querystring", "locationName": "userId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "messages": { "type": "list", "member": { "type": "structure", "members": { "messageId": {}, "body": {}, "time": { "type": "timestamp" }, "type": {}, "attachments": { "shape": "S2t" }, "sourceAttribution": { "shape": "S2n" }, "actionReview": { "shape": "S2c" }, "actionExecution": { "shape": "S1s" } } } }, "nextToken": {} } } }, "ListPlugins": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/plugins", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "nextToken": {}, "plugins": { "type": "list", "member": { "type": "structure", "members": { "pluginId": {}, "displayName": {}, "type": {}, "serverUrl": {}, "state": {}, "buildStatus": {}, "createdAt": { "type": "timestamp" }, "updatedAt": { "type": "timestamp" } } } } } } }, "ListRetrievers": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/retrievers", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "nextToken": { "location": "querystring", "locationName": "nextToken" }, "maxResults": { "location": "querystring", "locationName": "maxResults", "type": "integer" } } }, "output": { "type": "structure", "members": { "retrievers": { "type": "list", "member": { "type": "structure", "members": { "applicationId": {}, "retrieverId": {}, "type": {}, "status": {}, "displayName": {} } } }, "nextToken": {} } } }, "ListTagsForResource": { "http": { "method": "GET", "requestUri": "/v1/tags/{resourceARN}", "responseCode": 200 }, "input": { "type": "structure", "required": [ "resourceARN" ], "members": { "resourceARN": { "location": "uri", "locationName": "resourceARN" } } }, "output": { "type": "structure", "members": { "tags": { "shape": "S36" } } } }, "ListWebExperiences": { "http": { "method": "GET", "requestUri": "/applications/{applicationId}/experiences", "responseCode": 200 }, "input": { "type": "structure", "required": [ "applicationId" ], "members": { "applicationId": { "location": "uri", "locationName": "applicationId" }, "nextToken": { "location": "querystring", "locationName": "nextTo