|
7213 | 7213 | },
|
7214 | 7214 | "documentation":"<p>Details about a malformed input expression in a node.</p>"
|
7215 | 7215 | },
|
| 7216 | + "MaxRecentSessions":{ |
| 7217 | + "type":"integer", |
| 7218 | + "box":true, |
| 7219 | + "min":1 |
| 7220 | + }, |
7216 | 7221 | "MaxResults":{
|
7217 | 7222 | "type":"integer",
|
7218 | 7223 | "box":true,
|
|
7233 | 7238 | "shape":"EnabledMemoryTypes",
|
7234 | 7239 | "documentation":"<p>The type of memory that is stored. </p>"
|
7235 | 7240 | },
|
| 7241 | + "sessionSummaryConfiguration":{ |
| 7242 | + "shape":"SessionSummaryConfiguration", |
| 7243 | + "documentation":"<p>Contains the configuration for SESSION_SUMMARY memory type enabled for the agent. </p>" |
| 7244 | + }, |
7236 | 7245 | "storageDays":{
|
7237 | 7246 | "shape":"StorageDays",
|
7238 | 7247 | "documentation":"<p>The number of days the agent is configured to retain the conversational context.</p>"
|
|
8297 | 8306 | "PRE_PROCESSING",
|
8298 | 8307 | "ORCHESTRATION",
|
8299 | 8308 | "POST_PROCESSING",
|
8300 |
| - "KNOWLEDGE_BASE_RESPONSE_GENERATION" |
| 8309 | + "KNOWLEDGE_BASE_RESPONSE_GENERATION", |
| 8310 | + "MEMORY_SUMMARIZATION" |
8301 | 8311 | ]
|
8302 | 8312 | },
|
8303 | 8313 | "PromptVariant":{
|
|
9099 | 9109 | },
|
9100 | 9110 | "exception":true
|
9101 | 9111 | },
|
| 9112 | + "SessionSummaryConfiguration":{ |
| 9113 | + "type":"structure", |
| 9114 | + "members":{ |
| 9115 | + "maxRecentSessions":{ |
| 9116 | + "shape":"MaxRecentSessions", |
| 9117 | + "documentation":"<p>Maximum number of recent session summaries to include in the agent's prompt context.</p>" |
| 9118 | + } |
| 9119 | + }, |
| 9120 | + "documentation":"<p>Configuration for SESSION_SUMMARY memory type enabled for the agent.</p>" |
| 9121 | + }, |
9102 | 9122 | "SessionTTL":{
|
9103 | 9123 | "type":"integer",
|
9104 | 9124 | "box":true,
|
|
9107 | 9127 | },
|
9108 | 9128 | "SharePointAuthType":{
|
9109 | 9129 | "type":"string",
|
9110 |
| - "enum":["OAUTH2_CLIENT_CREDENTIALS"] |
| 9130 | + "enum":[ |
| 9131 | + "OAUTH2_CLIENT_CREDENTIALS", |
| 9132 | + "OAUTH2_SHAREPOINT_APP_ONLY_CLIENT_CREDENTIALS" |
| 9133 | + ] |
9111 | 9134 | },
|
9112 | 9135 | "SharePointCrawlerConfiguration":{
|
9113 | 9136 | "type":"structure",
|
|
9346 | 9369 | "StorageDays":{
|
9347 | 9370 | "type":"integer",
|
9348 | 9371 | "box":true,
|
9349 |
| - "max":30, |
| 9372 | + "max":365, |
9350 | 9373 | "min":0
|
9351 | 9374 | },
|
9352 | 9375 | "StorageFlowNodeConfiguration":{
|
|
10506 | 10529 | },
|
10507 | 10530 | "documentation":"<p>The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.</p>"
|
10508 | 10531 | },
|
| 10532 | + "UserAgent":{ |
| 10533 | + "type":"string", |
| 10534 | + "max":40, |
| 10535 | + "min":15, |
| 10536 | + "sensitive":true |
| 10537 | + }, |
10509 | 10538 | "ValidateFlowDefinitionRequest":{
|
10510 | 10539 | "type":"structure",
|
10511 | 10540 | "required":["definition"],
|
@@ -10625,20 +10654,33 @@
|
10625 | 10654 | "scope":{
|
10626 | 10655 | "shape":"WebScopeType",
|
10627 | 10656 | "documentation":"<p>The scope of what is crawled for your URLs.</p> <p>You can choose to crawl only web pages that belong to the same host or primary domain. For example, only web pages that contain the seed URL \"https://docs.aws.amazon.com/bedrock/latest/userguide/\" and no other domains. You can choose to include sub domains in addition to the host or primary domain. For example, web pages that contain \"aws.amazon.com\" can also include sub domain \"docs.aws.amazon.com\".</p>"
|
| 10657 | + }, |
| 10658 | + "userAgent":{ |
| 10659 | + "shape":"UserAgent", |
| 10660 | + "documentation":"<p>A string used for identifying the crawler or a bot when it accesses a web server. By default, this is set to <code>bedrockbot_UUID</code> for your crawler. You can optionally append a custom string to <code>bedrockbot_UUID</code> to allowlist a specific user agent permitted to access your source URLs. </p>" |
10628 | 10661 | }
|
10629 | 10662 | },
|
10630 | 10663 | "documentation":"<p>The configuration of web URLs that you want to crawl. You should be authorized to crawl the URLs.</p>"
|
10631 | 10664 | },
|
10632 | 10665 | "WebCrawlerLimits":{
|
10633 | 10666 | "type":"structure",
|
10634 | 10667 | "members":{
|
| 10668 | + "maxPages":{ |
| 10669 | + "shape":"WebCrawlerLimitsMaxPagesInteger", |
| 10670 | + "documentation":"<p> The max number of web pages crawled from your source URLs, up to 25,000 pages. If the web pages exceed this limit, the data source sync will fail and no web pages will be ingested. </p>" |
| 10671 | + }, |
10635 | 10672 | "rateLimit":{
|
10636 | 10673 | "shape":"WebCrawlerLimitsRateLimitInteger",
|
10637 | 10674 | "documentation":"<p>The max rate at which pages are crawled, up to 300 per minute per host.</p>"
|
10638 | 10675 | }
|
10639 | 10676 | },
|
10640 | 10677 | "documentation":"<p>The rate limits for the URLs that you want to crawl. You should be authorized to crawl the URLs.</p>"
|
10641 | 10678 | },
|
| 10679 | + "WebCrawlerLimitsMaxPagesInteger":{ |
| 10680 | + "type":"integer", |
| 10681 | + "box":true, |
| 10682 | + "min":1 |
| 10683 | + }, |
10642 | 10684 | "WebCrawlerLimitsRateLimitInteger":{
|
10643 | 10685 | "type":"integer",
|
10644 | 10686 | "box":true,
|
|
0 commit comments