|
2950 | 2950 | "shape":"EnvironmentVariablesMap", |
2951 | 2951 | "documentation":"<p>Environment variables to set in the AgentCore Runtime environment.</p>" |
2952 | 2952 | }, |
| 2953 | + "filesystemConfigurations":{ |
| 2954 | + "shape":"FilesystemConfigurations", |
| 2955 | + "documentation":"<p>The filesystem configurations to mount into the AgentCore Runtime. Use filesystem configurations to provide persistent storage to your AgentCore Runtime sessions.</p>" |
| 2956 | + }, |
2953 | 2957 | "tags":{ |
2954 | 2958 | "shape":"TagsMap", |
2955 | 2959 | "documentation":"<p>A map of tag keys and values to assign to the agent runtime. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment.</p>" |
|
5383 | 5387 | "documentation":"<p>Contains extraction configuration information for a memory strategy.</p>", |
5384 | 5388 | "union":true |
5385 | 5389 | }, |
| 5390 | + "FilesystemConfiguration":{ |
| 5391 | + "type":"structure", |
| 5392 | + "members":{ |
| 5393 | + "sessionStorage":{ |
| 5394 | + "shape":"SessionStorageConfiguration", |
| 5395 | + "documentation":"<p>Configuration for session storage. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.</p>" |
| 5396 | + } |
| 5397 | + }, |
| 5398 | + "documentation":"<p>Configuration for a filesystem that can be mounted into the AgentCore Runtime.</p>", |
| 5399 | + "union":true |
| 5400 | + }, |
| 5401 | + "FilesystemConfigurations":{ |
| 5402 | + "type":"list", |
| 5403 | + "member":{"shape":"FilesystemConfiguration"}, |
| 5404 | + "max":1, |
| 5405 | + "min":0 |
| 5406 | + }, |
5386 | 5407 | "Filter":{ |
5387 | 5408 | "type":"structure", |
5388 | 5409 | "required":[ |
|
5923 | 5944 | "metadataConfiguration":{ |
5924 | 5945 | "shape":"RuntimeMetadataConfiguration", |
5925 | 5946 | "documentation":"<p>Configuration for microVM Metadata Service (MMDS) settings for the AgentCore Runtime.</p>" |
| 5947 | + }, |
| 5948 | + "filesystemConfigurations":{ |
| 5949 | + "shape":"FilesystemConfigurations", |
| 5950 | + "documentation":"<p>The filesystem configurations mounted into the AgentCore Runtime.</p>" |
5926 | 5951 | } |
5927 | 5952 | } |
5928 | 5953 | }, |
|
7438 | 7463 | "documentation":"<p>A token to retrieve the next page of results.</p>", |
7439 | 7464 | "location":"querystring", |
7440 | 7465 | "locationName":"nextToken" |
| 7466 | + }, |
| 7467 | + "name":{ |
| 7468 | + "shape":"BrowserProfileName", |
| 7469 | + "documentation":"<p>The name of the browser profile to filter results by.</p>" |
7441 | 7470 | } |
7442 | 7471 | } |
7443 | 7472 | }, |
|
8567 | 8596 | }, |
8568 | 8597 | "documentation":"<p>Contains information for modifying a strategy configuration.</p>" |
8569 | 8598 | }, |
| 8599 | + "MountPath":{ |
| 8600 | + "type":"string", |
| 8601 | + "max":200, |
| 8602 | + "min":6, |
| 8603 | + "pattern":"/mnt/[a-zA-Z0-9._-]+/?" |
| 8604 | + }, |
8570 | 8605 | "Name":{ |
8571 | 8606 | "type":"string", |
8572 | 8607 | "pattern":"[a-zA-Z][a-zA-Z0-9_]{0,47}" |
|
9983 | 10018 | "max":1440, |
9984 | 10019 | "min":1 |
9985 | 10020 | }, |
| 10021 | + "SessionStorageConfiguration":{ |
| 10022 | + "type":"structure", |
| 10023 | + "required":["mountPath"], |
| 10024 | + "members":{ |
| 10025 | + "mountPath":{ |
| 10026 | + "shape":"MountPath", |
| 10027 | + "documentation":"<p>The mount path for the session storage filesystem inside the AgentCore Runtime. The path must be under <code>/mnt</code> with exactly one subdirectory level (for example, <code>/mnt/data</code>).</p>" |
| 10028 | + } |
| 10029 | + }, |
| 10030 | + "documentation":"<p>Configuration for a session storage filesystem mounted into the AgentCore Runtime. Session storage provides persistent storage that is preserved across AgentCore Runtime session invocations.</p>" |
| 10031 | + }, |
9986 | 10032 | "SetTokenVaultCMKRequest":{ |
9987 | 10033 | "type":"structure", |
9988 | 10034 | "required":["kmsConfiguration"], |
|
10836 | 10882 | "shape":"EnvironmentVariablesMap", |
10837 | 10883 | "documentation":"<p>Updated environment variables to set in the AgentCore Runtime environment.</p>" |
10838 | 10884 | }, |
| 10885 | + "filesystemConfigurations":{ |
| 10886 | + "shape":"FilesystemConfigurations", |
| 10887 | + "documentation":"<p>The updated filesystem configurations to mount into the AgentCore Runtime.</p>" |
| 10888 | + }, |
10839 | 10889 | "clientToken":{ |
10840 | 10890 | "shape":"ClientToken", |
10841 | 10891 | "documentation":"<p>A unique, case-sensitive identifier to ensure idempotency of the request.</p>", |
|
11646 | 11696 | "documentation":"<p>Represents an optional value that is used to update the human-readable description of the resource. If set to null, it will clear the current description of the resource.</p>" |
11647 | 11697 | } |
11648 | 11698 | }, |
11649 | | - "documentation":"<p>Respresents an optional value that can be provided to update the human-readable description of the resource. If the field is omitted from the request, it will leave the current decription value unchanged.</p>" |
| 11699 | + "documentation":"<p>Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue set to null.</p>" |
11650 | 11700 | }, |
11651 | 11701 | "UserPreferenceConsolidationOverride":{ |
11652 | 11702 | "type":"structure", |
|
0 commit comments