HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk_old/node_modules/aws-sdk/apis/wisdom-2020-10-19.min.json
{
  "version": "2.0",
  "metadata": {
    "apiVersion": "2020-10-19",
    "endpointPrefix": "wisdom",
    "jsonVersion": "1.1",
    "protocol": "rest-json",
    "serviceFullName": "Amazon Connect Wisdom Service",
    "serviceId": "Wisdom",
    "signatureVersion": "v4",
    "signingName": "wisdom",
    "uid": "wisdom-2020-10-19"
  },
  "operations": {
    "CreateAssistant": {
      "http": {
        "requestUri": "/assistants",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "name",
          "type"
        ],
        "members": {
          "clientToken": {
            "idempotencyToken": true
          },
          "description": {},
          "name": {},
          "serverSideEncryptionConfiguration": {
            "shape": "S5"
          },
          "tags": {
            "shape": "S7"
          },
          "type": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "assistant": {
            "shape": "Sc"
          }
        }
      },
      "idempotent": true
    },
    "CreateAssistantAssociation": {
      "http": {
        "requestUri": "/assistants/{assistantId}/associations",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "association",
          "associationType"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "association": {
            "type": "structure",
            "members": {
              "knowledgeBaseId": {}
            },
            "union": true
          },
          "associationType": {},
          "clientToken": {
            "idempotencyToken": true
          },
          "tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "assistantAssociation": {
            "shape": "Sl"
          }
        }
      },
      "idempotent": true
    },
    "CreateContent": {
      "http": {
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId",
          "name",
          "uploadId"
        ],
        "members": {
          "clientToken": {
            "idempotencyToken": true
          },
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          },
          "metadata": {
            "shape": "Sp"
          },
          "name": {},
          "overrideLinkOutUri": {},
          "tags": {
            "shape": "S7"
          },
          "title": {},
          "uploadId": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "content": {
            "shape": "Su"
          }
        }
      },
      "idempotent": true
    },
    "CreateKnowledgeBase": {
      "http": {
        "requestUri": "/knowledgeBases",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseType",
          "name"
        ],
        "members": {
          "clientToken": {
            "idempotencyToken": true
          },
          "description": {},
          "knowledgeBaseType": {},
          "name": {},
          "renderingConfiguration": {
            "shape": "S11"
          },
          "serverSideEncryptionConfiguration": {
            "shape": "S5"
          },
          "sourceConfiguration": {
            "shape": "S12"
          },
          "tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "knowledgeBase": {
            "shape": "S17"
          }
        }
      },
      "idempotent": true
    },
    "CreateSession": {
      "http": {
        "requestUri": "/assistants/{assistantId}/sessions",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "name"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "clientToken": {
            "idempotencyToken": true
          },
          "description": {},
          "name": {},
          "tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "session": {
            "shape": "S1b"
          }
        }
      },
      "idempotent": true
    },
    "DeleteAssistant": {
      "http": {
        "method": "DELETE",
        "requestUri": "/assistants/{assistantId}",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "DeleteAssistantAssociation": {
      "http": {
        "method": "DELETE",
        "requestUri": "/assistants/{assistantId}/associations/{assistantAssociationId}",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantAssociationId",
          "assistantId"
        ],
        "members": {
          "assistantAssociationId": {
            "location": "uri",
            "locationName": "assistantAssociationId"
          },
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "DeleteContent": {
      "http": {
        "method": "DELETE",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "required": [
          "contentId",
          "knowledgeBaseId"
        ],
        "members": {
          "contentId": {
            "location": "uri",
            "locationName": "contentId"
          },
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "DeleteKnowledgeBase": {
      "http": {
        "method": "DELETE",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "GetAssistant": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants/{assistantId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "assistant": {
            "shape": "Sc"
          }
        }
      }
    },
    "GetAssistantAssociation": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants/{assistantId}/associations/{assistantAssociationId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantAssociationId",
          "assistantId"
        ],
        "members": {
          "assistantAssociationId": {
            "location": "uri",
            "locationName": "assistantAssociationId"
          },
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "assistantAssociation": {
            "shape": "Sl"
          }
        }
      }
    },
    "GetContent": {
      "http": {
        "method": "GET",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "contentId",
          "knowledgeBaseId"
        ],
        "members": {
          "contentId": {
            "location": "uri",
            "locationName": "contentId"
          },
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "content": {
            "shape": "Su"
          }
        }
      }
    },
    "GetContentSummary": {
      "http": {
        "method": "GET",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}/summary",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "contentId",
          "knowledgeBaseId"
        ],
        "members": {
          "contentId": {
            "location": "uri",
            "locationName": "contentId"
          },
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "contentSummary": {
            "shape": "S1s"
          }
        }
      }
    },
    "GetKnowledgeBase": {
      "http": {
        "method": "GET",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "knowledgeBase": {
            "shape": "S17"
          }
        }
      }
    },
    "GetRecommendations": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants/{assistantId}/sessions/{sessionId}/recommendations",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "sessionId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "sessionId": {
            "location": "uri",
            "locationName": "sessionId"
          },
          "waitTimeSeconds": {
            "location": "querystring",
            "locationName": "waitTimeSeconds",
            "type": "integer"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "recommendations"
        ],
        "members": {
          "recommendations": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "document",
                "recommendationId"
              ],
              "members": {
                "document": {
                  "shape": "S21"
                },
                "recommendationId": {},
                "relevanceLevel": {},
                "relevanceScore": {
                  "type": "double"
                },
                "type": {}
              }
            }
          },
          "triggers": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "data",
                "id",
                "recommendationIds",
                "source",
                "type"
              ],
              "members": {
                "data": {
                  "type": "structure",
                  "members": {
                    "query": {
                      "type": "structure",
                      "members": {
                        "text": {
                          "shape": "S2g"
                        }
                      }
                    }
                  },
                  "union": true
                },
                "id": {},
                "recommendationIds": {
                  "shape": "S2h"
                },
                "source": {},
                "type": {}
              }
            }
          }
        }
      }
    },
    "GetSession": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants/{assistantId}/sessions/{sessionId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "sessionId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "sessionId": {
            "location": "uri",
            "locationName": "sessionId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "session": {
            "shape": "S1b"
          }
        }
      }
    },
    "ListAssistantAssociations": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants/{assistantId}/associations",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "assistantAssociationSummaries"
        ],
        "members": {
          "assistantAssociationSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "assistantArn",
                "assistantAssociationArn",
                "assistantAssociationId",
                "assistantId",
                "associationData",
                "associationType"
              ],
              "members": {
                "assistantArn": {},
                "assistantAssociationArn": {},
                "assistantAssociationId": {},
                "assistantId": {},
                "associationData": {
                  "shape": "Sm"
                },
                "associationType": {},
                "tags": {
                  "shape": "S7"
                }
              }
            }
          },
          "nextToken": {}
        }
      }
    },
    "ListAssistants": {
      "http": {
        "method": "GET",
        "requestUri": "/assistants",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "members": {
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "assistantSummaries"
        ],
        "members": {
          "assistantSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "assistantArn",
                "assistantId",
                "name",
                "status",
                "type"
              ],
              "members": {
                "assistantArn": {},
                "assistantId": {},
                "description": {},
                "name": {},
                "serverSideEncryptionConfiguration": {
                  "shape": "S5"
                },
                "status": {},
                "tags": {
                  "shape": "S7"
                },
                "type": {}
              }
            }
          },
          "nextToken": {}
        }
      }
    },
    "ListContents": {
      "http": {
        "method": "GET",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          },
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "contentSummaries"
        ],
        "members": {
          "contentSummaries": {
            "shape": "S2x"
          },
          "nextToken": {}
        }
      }
    },
    "ListKnowledgeBases": {
      "http": {
        "method": "GET",
        "requestUri": "/knowledgeBases",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "members": {
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "knowledgeBaseSummaries"
        ],
        "members": {
          "knowledgeBaseSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "knowledgeBaseArn",
                "knowledgeBaseId",
                "knowledgeBaseType",
                "name",
                "status"
              ],
              "members": {
                "description": {},
                "knowledgeBaseArn": {},
                "knowledgeBaseId": {},
                "knowledgeBaseType": {},
                "name": {},
                "renderingConfiguration": {
                  "shape": "S11"
                },
                "serverSideEncryptionConfiguration": {
                  "shape": "S5"
                },
                "sourceConfiguration": {
                  "shape": "S12"
                },
                "status": {},
                "tags": {
                  "shape": "S7"
                }
              }
            }
          },
          "nextToken": {}
        }
      }
    },
    "ListTagsForResource": {
      "http": {
        "method": "GET",
        "requestUri": "/tags/{resourceArn}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "resourceArn"
        ],
        "members": {
          "resourceArn": {
            "location": "uri",
            "locationName": "resourceArn"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "tags": {
            "shape": "S7"
          }
        }
      }
    },
    "NotifyRecommendationsReceived": {
      "http": {
        "requestUri": "/assistants/{assistantId}/sessions/{sessionId}/recommendations/notify",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "recommendationIds",
          "sessionId"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "recommendationIds": {
            "shape": "S2h"
          },
          "sessionId": {
            "location": "uri",
            "locationName": "sessionId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "errors": {
            "type": "list",
            "member": {
              "type": "structure",
              "members": {
                "message": {},
                "recommendationId": {}
              }
            }
          },
          "recommendationIds": {
            "shape": "S2h"
          }
        }
      },
      "idempotent": true
    },
    "QueryAssistant": {
      "http": {
        "requestUri": "/assistants/{assistantId}/query",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "queryText"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "maxResults": {
            "type": "integer"
          },
          "nextToken": {},
          "queryText": {
            "shape": "S2g"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "results"
        ],
        "members": {
          "nextToken": {},
          "results": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "document",
                "resultId"
              ],
              "members": {
                "document": {
                  "shape": "S21"
                },
                "relevanceScore": {
                  "type": "double"
                },
                "resultId": {}
              }
            }
          }
        }
      }
    },
    "RemoveKnowledgeBaseTemplateUri": {
      "http": {
        "method": "DELETE",
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/templateUri",
        "responseCode": 204
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      }
    },
    "SearchContent": {
      "http": {
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/search",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId",
          "searchExpression"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          },
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          },
          "searchExpression": {
            "shape": "S3g"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "contentSummaries"
        ],
        "members": {
          "contentSummaries": {
            "shape": "S2x"
          },
          "nextToken": {}
        }
      }
    },
    "SearchSessions": {
      "http": {
        "requestUri": "/assistants/{assistantId}/searchSessions",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "assistantId",
          "searchExpression"
        ],
        "members": {
          "assistantId": {
            "location": "uri",
            "locationName": "assistantId"
          },
          "maxResults": {
            "location": "querystring",
            "locationName": "maxResults",
            "type": "integer"
          },
          "nextToken": {
            "location": "querystring",
            "locationName": "nextToken"
          },
          "searchExpression": {
            "shape": "S3g"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "sessionSummaries"
        ],
        "members": {
          "nextToken": {},
          "sessionSummaries": {
            "type": "list",
            "member": {
              "type": "structure",
              "required": [
                "assistantArn",
                "assistantId",
                "sessionArn",
                "sessionId"
              ],
              "members": {
                "assistantArn": {},
                "assistantId": {},
                "sessionArn": {},
                "sessionId": {}
              }
            }
          }
        }
      }
    },
    "StartContentUpload": {
      "http": {
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/upload",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "contentType",
          "knowledgeBaseId"
        ],
        "members": {
          "contentType": {},
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          }
        }
      },
      "output": {
        "type": "structure",
        "required": [
          "headersToInclude",
          "uploadId",
          "url",
          "urlExpiry"
        ],
        "members": {
          "headersToInclude": {
            "type": "map",
            "key": {},
            "value": {}
          },
          "uploadId": {},
          "url": {
            "shape": "Sx"
          },
          "urlExpiry": {
            "shape": "Sy"
          }
        }
      }
    },
    "TagResource": {
      "http": {
        "requestUri": "/tags/{resourceArn}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "resourceArn",
          "tags"
        ],
        "members": {
          "resourceArn": {
            "location": "uri",
            "locationName": "resourceArn"
          },
          "tags": {
            "shape": "S7"
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "UntagResource": {
      "http": {
        "method": "DELETE",
        "requestUri": "/tags/{resourceArn}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "resourceArn",
          "tagKeys"
        ],
        "members": {
          "resourceArn": {
            "location": "uri",
            "locationName": "resourceArn"
          },
          "tagKeys": {
            "location": "querystring",
            "locationName": "tagKeys",
            "type": "list",
            "member": {}
          }
        }
      },
      "output": {
        "type": "structure",
        "members": {}
      },
      "idempotent": true
    },
    "UpdateContent": {
      "http": {
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/contents/{contentId}",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "contentId",
          "knowledgeBaseId"
        ],
        "members": {
          "contentId": {
            "location": "uri",
            "locationName": "contentId"
          },
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          },
          "metadata": {
            "shape": "Sp"
          },
          "overrideLinkOutUri": {},
          "removeOverrideLinkOutUri": {
            "type": "boolean"
          },
          "revisionId": {},
          "title": {},
          "uploadId": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "content": {
            "shape": "Su"
          }
        }
      }
    },
    "UpdateKnowledgeBaseTemplateUri": {
      "http": {
        "requestUri": "/knowledgeBases/{knowledgeBaseId}/templateUri",
        "responseCode": 200
      },
      "input": {
        "type": "structure",
        "required": [
          "knowledgeBaseId",
          "templateUri"
        ],
        "members": {
          "knowledgeBaseId": {
            "location": "uri",
            "locationName": "knowledgeBaseId"
          },
          "templateUri": {}
        }
      },
      "output": {
        "type": "structure",
        "members": {
          "knowledgeBase": {
            "shape": "S17"
          }
        }
      }
    }
  },
  "shapes": {
    "S5": {
      "type": "structure",
      "members": {
        "kmsKeyId": {}
      }
    },
    "S7": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Sc": {
      "type": "structure",
      "required": [
        "assistantArn",
        "assistantId",
        "name",
        "status",
        "type"
      ],
      "members": {
        "assistantArn": {},
        "assistantId": {},
        "description": {},
        "name": {},
        "serverSideEncryptionConfiguration": {
          "shape": "S5"
        },
        "status": {},
        "tags": {
          "shape": "S7"
        },
        "type": {}
      }
    },
    "Sl": {
      "type": "structure",
      "required": [
        "assistantArn",
        "assistantAssociationArn",
        "assistantAssociationId",
        "assistantId",
        "associationData",
        "associationType"
      ],
      "members": {
        "assistantArn": {},
        "assistantAssociationArn": {},
        "assistantAssociationId": {},
        "assistantId": {},
        "associationData": {
          "shape": "Sm"
        },
        "associationType": {},
        "tags": {
          "shape": "S7"
        }
      }
    },
    "Sm": {
      "type": "structure",
      "members": {
        "knowledgeBaseAssociation": {
          "type": "structure",
          "members": {
            "knowledgeBaseArn": {},
            "knowledgeBaseId": {}
          }
        }
      },
      "union": true
    },
    "Sp": {
      "type": "map",
      "key": {},
      "value": {}
    },
    "Su": {
      "type": "structure",
      "required": [
        "contentArn",
        "contentId",
        "contentType",
        "knowledgeBaseArn",
        "knowledgeBaseId",
        "metadata",
        "name",
        "revisionId",
        "status",
        "title",
        "url",
        "urlExpiry"
      ],
      "members": {
        "contentArn": {},
        "contentId": {},
        "contentType": {},
        "knowledgeBaseArn": {},
        "knowledgeBaseId": {},
        "linkOutUri": {},
        "metadata": {
          "shape": "Sp"
        },
        "name": {},
        "revisionId": {},
        "status": {},
        "tags": {
          "shape": "S7"
        },
        "title": {},
        "url": {
          "shape": "Sx"
        },
        "urlExpiry": {
          "shape": "Sy"
        }
      }
    },
    "Sx": {
      "type": "string",
      "sensitive": true
    },
    "Sy": {
      "type": "timestamp",
      "timestampFormat": "unixTimestamp"
    },
    "S11": {
      "type": "structure",
      "members": {
        "templateUri": {}
      }
    },
    "S12": {
      "type": "structure",
      "members": {
        "appIntegrations": {
          "type": "structure",
          "required": [
            "appIntegrationArn"
          ],
          "members": {
            "appIntegrationArn": {},
            "objectFields": {
              "type": "list",
              "member": {}
            }
          }
        }
      },
      "union": true
    },
    "S17": {
      "type": "structure",
      "required": [
        "knowledgeBaseArn",
        "knowledgeBaseId",
        "knowledgeBaseType",
        "name",
        "status"
      ],
      "members": {
        "description": {},
        "knowledgeBaseArn": {},
        "knowledgeBaseId": {},
        "knowledgeBaseType": {},
        "lastContentModificationTime": {
          "shape": "Sy"
        },
        "name": {},
        "renderingConfiguration": {
          "shape": "S11"
        },
        "serverSideEncryptionConfiguration": {
          "shape": "S5"
        },
        "sourceConfiguration": {
          "shape": "S12"
        },
        "status": {},
        "tags": {
          "shape": "S7"
        }
      }
    },
    "S1b": {
      "type": "structure",
      "required": [
        "name",
        "sessionArn",
        "sessionId"
      ],
      "members": {
        "description": {},
        "name": {},
        "sessionArn": {},
        "sessionId": {},
        "tags": {
          "shape": "S7"
        }
      }
    },
    "S1s": {
      "type": "structure",
      "required": [
        "contentArn",
        "contentId",
        "contentType",
        "knowledgeBaseArn",
        "knowledgeBaseId",
        "metadata",
        "name",
        "revisionId",
        "status",
        "title"
      ],
      "members": {
        "contentArn": {},
        "contentId": {},
        "contentType": {},
        "knowledgeBaseArn": {},
        "knowledgeBaseId": {},
        "metadata": {
          "shape": "Sp"
        },
        "name": {},
        "revisionId": {},
        "status": {},
        "tags": {
          "shape": "S7"
        },
        "title": {}
      }
    },
    "S21": {
      "type": "structure",
      "required": [
        "contentReference"
      ],
      "members": {
        "contentReference": {
          "type": "structure",
          "members": {
            "contentArn": {},
            "contentId": {},
            "knowledgeBaseArn": {},
            "knowledgeBaseId": {}
          }
        },
        "excerpt": {
          "shape": "S23"
        },
        "title": {
          "shape": "S23"
        }
      }
    },
    "S23": {
      "type": "structure",
      "members": {
        "highlights": {
          "type": "list",
          "member": {
            "type": "structure",
            "members": {
              "beginOffsetInclusive": {
                "type": "integer"
              },
              "endOffsetExclusive": {
                "type": "integer"
              }
            }
          }
        },
        "text": {
          "type": "string",
          "sensitive": true
        }
      }
    },
    "S2g": {
      "type": "string",
      "sensitive": true
    },
    "S2h": {
      "type": "list",
      "member": {}
    },
    "S2x": {
      "type": "list",
      "member": {
        "shape": "S1s"
      }
    },
    "S3g": {
      "type": "structure",
      "required": [
        "filters"
      ],
      "members": {
        "filters": {
          "type": "list",
          "member": {
            "type": "structure",
            "required": [
              "field",
              "operator",
              "value"
            ],
            "members": {
              "field": {},
              "operator": {},
              "value": {}
            }
          }
        }
      }
    }
  }
}