cdk-lambda-subminute 2.0.431 → 2.0.432
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
 - package/lib/cdk-lambda-subminute.js +3 -3
 - package/node_modules/aws-sdk/README.md +1 -1
 - package/node_modules/aws-sdk/apis/bedrock-agent-2023-06-05.min.json +1 -2
 - package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +56 -55
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +602 -82
 - package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +6 -0
 - package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +23 -3
 - package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +35 -25
 - package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +83 -6
 - package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +131 -8
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +299 -43
 - package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +12 -0
 - package/node_modules/aws-sdk/apis/qbusiness-2023-11-27.min.json +120 -87
 - package/node_modules/aws-sdk/apis/wellarchitected-2020-03-31.min.json +203 -82
 - package/node_modules/aws-sdk/clients/bedrockagent.d.ts +35 -35
 - package/node_modules/aws-sdk/clients/ec2.d.ts +33 -33
 - package/node_modules/aws-sdk/clients/emrserverless.d.ts +5 -0
 - package/node_modules/aws-sdk/clients/entityresolution.d.ts +604 -19
 - package/node_modules/aws-sdk/clients/iotwireless.d.ts +71 -40
 - package/node_modules/aws-sdk/clients/lakeformation.d.ts +18 -2
 - package/node_modules/aws-sdk/clients/m2.d.ts +88 -1
 - package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +154 -0
 - package/node_modules/aws-sdk/clients/outposts.d.ts +263 -4
 - package/node_modules/aws-sdk/clients/qbusiness.d.ts +381 -321
 - package/node_modules/aws-sdk/clients/wellarchitected.d.ts +182 -4
 - package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
 - package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
 - package/node_modules/aws-sdk/dist/aws-sdk.js +7 -3
 - package/node_modules/aws-sdk/dist/aws-sdk.min.js +8 -8
 - package/node_modules/aws-sdk/lib/core.js +1 -1
 - package/node_modules/aws-sdk/lib/region_config_data.json +4 -0
 - package/node_modules/aws-sdk/package.json +1 -1
 - package/package.json +2 -2
 
| 
         @@ -194,8 +194,7 @@ 
     | 
|
| 
       194 
194 
     | 
    
         
             
                  "input": {
         
     | 
| 
       195 
195 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       196 
196 
     | 
    
         
             
                    "required": [
         
     | 
| 
       197 
     | 
    
         
            -
                      "applicationId" 
     | 
| 
       198 
     | 
    
         
            -
                      "userId"
         
     | 
| 
      
 197 
     | 
    
         
            +
                      "applicationId"
         
     | 
| 
       199 
198 
     | 
    
         
             
                    ],
         
     | 
| 
       200 
199 
     | 
    
         
             
                    "members": {
         
     | 
| 
       201 
200 
     | 
    
         
             
                      "actionExecution": {
         
     | 
| 
         @@ -224,13 +223,29 @@ 
     | 
|
| 
       224 
223 
     | 
    
         
             
                      "attributeFilter": {
         
     | 
| 
       225 
224 
     | 
    
         
             
                        "shape": "S1x"
         
     | 
| 
       226 
225 
     | 
    
         
             
                      },
         
     | 
| 
      
 226 
     | 
    
         
            +
                      "chatMode": {},
         
     | 
| 
      
 227 
     | 
    
         
            +
                      "chatModeConfiguration": {
         
     | 
| 
      
 228 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 229 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 230 
     | 
    
         
            +
                          "pluginConfiguration": {
         
     | 
| 
      
 231 
     | 
    
         
            +
                            "type": "structure",
         
     | 
| 
      
 232 
     | 
    
         
            +
                            "required": [
         
     | 
| 
      
 233 
     | 
    
         
            +
                              "pluginId"
         
     | 
| 
      
 234 
     | 
    
         
            +
                            ],
         
     | 
| 
      
 235 
     | 
    
         
            +
                            "members": {
         
     | 
| 
      
 236 
     | 
    
         
            +
                              "pluginId": {}
         
     | 
| 
      
 237 
     | 
    
         
            +
                            }
         
     | 
| 
      
 238 
     | 
    
         
            +
                          }
         
     | 
| 
      
 239 
     | 
    
         
            +
                        },
         
     | 
| 
      
 240 
     | 
    
         
            +
                        "union": true
         
     | 
| 
      
 241 
     | 
    
         
            +
                      },
         
     | 
| 
       227 
242 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       228 
243 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       229 
244 
     | 
    
         
             
                      },
         
     | 
| 
       230 
245 
     | 
    
         
             
                      "conversationId": {},
         
     | 
| 
       231 
246 
     | 
    
         
             
                      "parentMessageId": {},
         
     | 
| 
       232 
247 
     | 
    
         
             
                      "userGroups": {
         
     | 
| 
       233 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 248 
     | 
    
         
            +
                        "shape": "S25",
         
     | 
| 
       234 
249 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       235 
250 
     | 
    
         
             
                        "locationName": "userGroups"
         
     | 
| 
       236 
251 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -245,14 +260,14 @@ 
     | 
|
| 
       245 
260 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       246 
261 
     | 
    
         
             
                    "members": {
         
     | 
| 
       247 
262 
     | 
    
         
             
                      "actionReview": {
         
     | 
| 
       248 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 263 
     | 
    
         
            +
                        "shape": "S28"
         
     | 
| 
       249 
264 
     | 
    
         
             
                      },
         
     | 
| 
       250 
265 
     | 
    
         
             
                      "conversationId": {},
         
     | 
| 
       251 
266 
     | 
    
         
             
                      "failedAttachments": {
         
     | 
| 
       252 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 267 
     | 
    
         
            +
                        "shape": "S2h"
         
     | 
| 
       253 
268 
     | 
    
         
             
                      },
         
     | 
| 
       254 
269 
     | 
    
         
             
                      "sourceAttributions": {
         
     | 
| 
       255 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 270 
     | 
    
         
            +
                        "shape": "S2k"
         
     | 
| 
       256 
271 
     | 
    
         
             
                      },
         
     | 
| 
       257 
272 
     | 
    
         
             
                      "systemMessage": {},
         
     | 
| 
       258 
273 
     | 
    
         
             
                      "systemMessageId": {},
         
     | 
| 
         @@ -273,7 +288,7 @@ 
     | 
|
| 
       273 
288 
     | 
    
         
             
                    ],
         
     | 
| 
       274 
289 
     | 
    
         
             
                    "members": {
         
     | 
| 
       275 
290 
     | 
    
         
             
                      "attachmentsConfiguration": {
         
     | 
| 
       276 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 291 
     | 
    
         
            +
                        "shape": "S2p"
         
     | 
| 
       277 
292 
     | 
    
         
             
                      },
         
     | 
| 
       278 
293 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       279 
294 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
         @@ -281,11 +296,12 @@ 
     | 
|
| 
       281 
296 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       282 
297 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       283 
298 
     | 
    
         
             
                      "encryptionConfiguration": {
         
     | 
| 
       284 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 299 
     | 
    
         
            +
                        "shape": "S2t"
         
     | 
| 
       285 
300 
     | 
    
         
             
                      },
         
     | 
| 
      
 301 
     | 
    
         
            +
                      "identityCenterInstanceArn": {},
         
     | 
| 
       286 
302 
     | 
    
         
             
                      "roleArn": {},
         
     | 
| 
       287 
303 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       288 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 304 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       289 
305 
     | 
    
         
             
                      }
         
     | 
| 
       290 
306 
     | 
    
         
             
                    }
         
     | 
| 
       291 
307 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -320,7 +336,7 @@ 
     | 
|
| 
       320 
336 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       321 
337 
     | 
    
         
             
                      },
         
     | 
| 
       322 
338 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       323 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 339 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       324 
340 
     | 
    
         
             
                      },
         
     | 
| 
       325 
341 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       326 
342 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
         @@ -334,10 +350,10 @@ 
     | 
|
| 
       334 
350 
     | 
    
         
             
                      "roleArn": {},
         
     | 
| 
       335 
351 
     | 
    
         
             
                      "syncSchedule": {},
         
     | 
| 
       336 
352 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       337 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 353 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       338 
354 
     | 
    
         
             
                      },
         
     | 
| 
       339 
355 
     | 
    
         
             
                      "vpcConfiguration": {
         
     | 
| 
       340 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 356 
     | 
    
         
            +
                        "shape": "S36"
         
     | 
| 
       341 
357 
     | 
    
         
             
                      }
         
     | 
| 
       342 
358 
     | 
    
         
             
                    }
         
     | 
| 
       343 
359 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -367,7 +383,7 @@ 
     | 
|
| 
       367 
383 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       368 
384 
     | 
    
         
             
                      },
         
     | 
| 
       369 
385 
     | 
    
         
             
                      "capacityConfiguration": {
         
     | 
| 
       370 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 386 
     | 
    
         
            +
                        "shape": "S3e"
         
     | 
| 
       371 
387 
     | 
    
         
             
                      },
         
     | 
| 
       372 
388 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       373 
389 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
         @@ -375,7 +391,7 @@ 
     | 
|
| 
       375 
391 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       376 
392 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       377 
393 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       378 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 394 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       379 
395 
     | 
    
         
             
                      }
         
     | 
| 
       380 
396 
     | 
    
         
             
                    }
         
     | 
| 
       381 
397 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -407,7 +423,7 @@ 
     | 
|
| 
       407 
423 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       408 
424 
     | 
    
         
             
                      },
         
     | 
| 
       409 
425 
     | 
    
         
             
                      "authConfiguration": {
         
     | 
| 
       410 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 426 
     | 
    
         
            +
                        "shape": "S3k"
         
     | 
| 
       411 
427 
     | 
    
         
             
                      },
         
     | 
| 
       412 
428 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       413 
429 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
         @@ -415,7 +431,7 @@ 
     | 
|
| 
       415 
431 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       416 
432 
     | 
    
         
             
                      "serverUrl": {},
         
     | 
| 
       417 
433 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       418 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 434 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       419 
435 
     | 
    
         
             
                      },
         
     | 
| 
       420 
436 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       421 
437 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -451,12 +467,12 @@ 
     | 
|
| 
       451 
467 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       452 
468 
     | 
    
         
             
                      },
         
     | 
| 
       453 
469 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       454 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 470 
     | 
    
         
            +
                        "shape": "S3t"
         
     | 
| 
       455 
471 
     | 
    
         
             
                      },
         
     | 
| 
       456 
472 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       457 
473 
     | 
    
         
             
                      "roleArn": {},
         
     | 
| 
       458 
474 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       459 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 475 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       460 
476 
     | 
    
         
             
                      },
         
     | 
| 
       461 
477 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       462 
478 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -491,7 +507,7 @@ 
     | 
|
| 
       491 
507 
     | 
    
         
             
                      "userAliases": {
         
     | 
| 
       492 
508 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       493 
509 
     | 
    
         
             
                        "member": {
         
     | 
| 
       494 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 510 
     | 
    
         
            +
                          "shape": "S4f"
         
     | 
| 
       495 
511 
     | 
    
         
             
                        }
         
     | 
| 
       496 
512 
     | 
    
         
             
                      },
         
     | 
| 
       497 
513 
     | 
    
         
             
                      "userId": {}
         
     | 
| 
         @@ -521,10 +537,11 @@ 
     | 
|
| 
       521 
537 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       522 
538 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       523 
539 
     | 
    
         
             
                      },
         
     | 
| 
      
 540 
     | 
    
         
            +
                      "roleArn": {},
         
     | 
| 
       524 
541 
     | 
    
         
             
                      "samplePromptsControlMode": {},
         
     | 
| 
       525 
542 
     | 
    
         
             
                      "subtitle": {},
         
     | 
| 
       526 
543 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       527 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 544 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       528 
545 
     | 
    
         
             
                      },
         
     | 
| 
       529 
546 
     | 
    
         
             
                      "title": {},
         
     | 
| 
       530 
547 
     | 
    
         
             
                      "welcomeMessage": {}
         
     | 
| 
         @@ -596,8 +613,7 @@ 
     | 
|
| 
       596 
613 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       597 
614 
     | 
    
         
             
                    "required": [
         
     | 
| 
       598 
615 
     | 
    
         
             
                      "applicationId",
         
     | 
| 
       599 
     | 
    
         
            -
                      "conversationId" 
     | 
| 
       600 
     | 
    
         
            -
                      "userId"
         
     | 
| 
      
 616 
     | 
    
         
            +
                      "conversationId"
         
     | 
| 
       601 
617 
     | 
    
         
             
                    ],
         
     | 
| 
       602 
618 
     | 
    
         
             
                    "members": {
         
     | 
| 
       603 
619 
     | 
    
         
             
                      "applicationId": {
         
     | 
| 
         @@ -872,11 +888,12 @@ 
     | 
|
| 
       872 
888 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       873 
889 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       874 
890 
     | 
    
         
             
                      "encryptionConfiguration": {
         
     | 
| 
       875 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 891 
     | 
    
         
            +
                        "shape": "S2t"
         
     | 
| 
       876 
892 
     | 
    
         
             
                      },
         
     | 
| 
       877 
893 
     | 
    
         
             
                      "error": {
         
     | 
| 
       878 
894 
     | 
    
         
             
                        "shape": "Sc"
         
     | 
| 
       879 
895 
     | 
    
         
             
                      },
         
     | 
| 
      
 896 
     | 
    
         
            +
                      "identityCenterApplicationArn": {},
         
     | 
| 
       880 
897 
     | 
    
         
             
                      "roleArn": {},
         
     | 
| 
       881 
898 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       882 
899 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -919,15 +936,24 @@ 
     | 
|
| 
       919 
936 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       920 
937 
     | 
    
         
             
                        "members": {
         
     | 
| 
       921 
938 
     | 
    
         
             
                          "blockedPhrases": {
         
     | 
| 
       922 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 939 
     | 
    
         
            +
                            "shape": "S5j"
         
     | 
| 
       923 
940 
     | 
    
         
             
                          },
         
     | 
| 
       924 
941 
     | 
    
         
             
                          "systemMessageOverride": {}
         
     | 
| 
       925 
942 
     | 
    
         
             
                        }
         
     | 
| 
       926 
943 
     | 
    
         
             
                      },
         
     | 
| 
      
 944 
     | 
    
         
            +
                      "creatorModeConfiguration": {
         
     | 
| 
      
 945 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 946 
     | 
    
         
            +
                        "required": [
         
     | 
| 
      
 947 
     | 
    
         
            +
                          "creatorModeControl"
         
     | 
| 
      
 948 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 949 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 950 
     | 
    
         
            +
                          "creatorModeControl": {}
         
     | 
| 
      
 951 
     | 
    
         
            +
                        }
         
     | 
| 
      
 952 
     | 
    
         
            +
                      },
         
     | 
| 
       927 
953 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       928 
954 
     | 
    
         
             
                      "responseScope": {},
         
     | 
| 
       929 
955 
     | 
    
         
             
                      "topicConfigurations": {
         
     | 
| 
       930 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 956 
     | 
    
         
            +
                        "shape": "S5p"
         
     | 
| 
       931 
957 
     | 
    
         
             
                      }
         
     | 
| 
       932 
958 
     | 
    
         
             
                    }
         
     | 
| 
       933 
959 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -965,7 +991,7 @@ 
     | 
|
| 
       965 
991 
     | 
    
         
             
                    "members": {
         
     | 
| 
       966 
992 
     | 
    
         
             
                      "applicationId": {},
         
     | 
| 
       967 
993 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       968 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 994 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       969 
995 
     | 
    
         
             
                      },
         
     | 
| 
       970 
996 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       971 
997 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -989,7 +1015,7 @@ 
     | 
|
| 
       989 
1015 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       990 
1016 
     | 
    
         
             
                      },
         
     | 
| 
       991 
1017 
     | 
    
         
             
                      "vpcConfiguration": {
         
     | 
| 
       992 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1018 
     | 
    
         
            +
                        "shape": "S36"
         
     | 
| 
       993 
1019 
     | 
    
         
             
                      }
         
     | 
| 
       994 
1020 
     | 
    
         
             
                    }
         
     | 
| 
       995 
1021 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1030,12 +1056,12 @@ 
     | 
|
| 
       1030 
1056 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1031 
1057 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1032 
1058 
     | 
    
         
             
                      "status": {
         
     | 
| 
       1033 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1059 
     | 
    
         
            +
                        "shape": "S6a"
         
     | 
| 
       1034 
1060 
     | 
    
         
             
                      },
         
     | 
| 
       1035 
1061 
     | 
    
         
             
                      "statusHistory": {
         
     | 
| 
       1036 
1062 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       1037 
1063 
     | 
    
         
             
                        "member": {
         
     | 
| 
       1038 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 1064 
     | 
    
         
            +
                          "shape": "S6a"
         
     | 
| 
       1039 
1065 
     | 
    
         
             
                        }
         
     | 
| 
       1040 
1066 
     | 
    
         
             
                      }
         
     | 
| 
       1041 
1067 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1069,7 +1095,7 @@ 
     | 
|
| 
       1069 
1095 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1070 
1096 
     | 
    
         
             
                      "applicationId": {},
         
     | 
| 
       1071 
1097 
     | 
    
         
             
                      "capacityConfiguration": {
         
     | 
| 
       1072 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1098 
     | 
    
         
            +
                        "shape": "S3e"
         
     | 
| 
       1073 
1099 
     | 
    
         
             
                      },
         
     | 
| 
       1074 
1100 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1075 
1101 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1077,7 +1103,7 @@ 
     | 
|
| 
       1077 
1103 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       1078 
1104 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       1079 
1105 
     | 
    
         
             
                      "documentAttributeConfigurations": {
         
     | 
| 
       1080 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1106 
     | 
    
         
            +
                        "shape": "S6f"
         
     | 
| 
       1081 
1107 
     | 
    
         
             
                      },
         
     | 
| 
       1082 
1108 
     | 
    
         
             
                      "error": {
         
     | 
| 
       1083 
1109 
     | 
    
         
             
                        "shape": "Sc"
         
     | 
| 
         @@ -1135,7 +1161,7 @@ 
     | 
|
| 
       1135 
1161 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1136 
1162 
     | 
    
         
             
                      "applicationId": {},
         
     | 
| 
       1137 
1163 
     | 
    
         
             
                      "authConfiguration": {
         
     | 
| 
       1138 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1164 
     | 
    
         
            +
                        "shape": "S3k"
         
     | 
| 
       1139 
1165 
     | 
    
         
             
                      },
         
     | 
| 
       1140 
1166 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1141 
1167 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1180,7 +1206,7 @@ 
     | 
|
| 
       1180 
1206 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1181 
1207 
     | 
    
         
             
                      "applicationId": {},
         
     | 
| 
       1182 
1208 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       1183 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1209 
     | 
    
         
            +
                        "shape": "S3t"
         
     | 
| 
       1184 
1210 
     | 
    
         
             
                      },
         
     | 
| 
       1185 
1211 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1186 
1212 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1224,7 +1250,7 @@ 
     | 
|
| 
       1224 
1250 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1225 
1251 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1226 
1252 
     | 
    
         
             
                      "userAliases": {
         
     | 
| 
       1227 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1253 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       1228 
1254 
     | 
    
         
             
                      }
         
     | 
| 
       1229 
1255 
     | 
    
         
             
                    }
         
     | 
| 
       1230 
1256 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1257,7 +1283,7 @@ 
     | 
|
| 
       1257 
1283 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1258 
1284 
     | 
    
         
             
                      "applicationId": {},
         
     | 
| 
       1259 
1285 
     | 
    
         
             
                      "authenticationConfiguration": {
         
     | 
| 
       1260 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1286 
     | 
    
         
            +
                        "shape": "S6z"
         
     | 
| 
       1261 
1287 
     | 
    
         
             
                      },
         
     | 
| 
       1262 
1288 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1263 
1289 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1266,6 +1292,7 @@ 
     | 
|
| 
       1266 
1292 
     | 
    
         
             
                      "error": {
         
     | 
| 
       1267 
1293 
     | 
    
         
             
                        "shape": "Sc"
         
     | 
| 
       1268 
1294 
     | 
    
         
             
                      },
         
     | 
| 
      
 1295 
     | 
    
         
            +
                      "roleArn": {},
         
     | 
| 
       1269 
1296 
     | 
    
         
             
                      "samplePromptsControlMode": {},
         
     | 
| 
       1270 
1297 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       1271 
1298 
     | 
    
         
             
                      "subtitle": {},
         
     | 
| 
         @@ -1332,8 +1359,7 @@ 
     | 
|
| 
       1332 
1359 
     | 
    
         
             
                  "input": {
         
     | 
| 
       1333 
1360 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1334 
1361 
     | 
    
         
             
                    "required": [
         
     | 
| 
       1335 
     | 
    
         
            -
                      "applicationId" 
     | 
| 
       1336 
     | 
    
         
            -
                      "userId"
         
     | 
| 
      
 1362 
     | 
    
         
            +
                      "applicationId"
         
     | 
| 
       1337 
1363 
     | 
    
         
             
                    ],
         
     | 
| 
       1338 
1364 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1339 
1365 
     | 
    
         
             
                      "applicationId": {
         
     | 
| 
         @@ -1703,8 +1729,7 @@ 
     | 
|
| 
       1703 
1729 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1704 
1730 
     | 
    
         
             
                    "required": [
         
     | 
| 
       1705 
1731 
     | 
    
         
             
                      "applicationId",
         
     | 
| 
       1706 
     | 
    
         
            -
                      "conversationId" 
     | 
| 
       1707 
     | 
    
         
            -
                      "userId"
         
     | 
| 
      
 1732 
     | 
    
         
            +
                      "conversationId"
         
     | 
| 
       1708 
1733 
     | 
    
         
             
                    ],
         
     | 
| 
       1709 
1734 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1710 
1735 
     | 
    
         
             
                      "applicationId": {
         
     | 
| 
         @@ -1742,15 +1767,15 @@ 
     | 
|
| 
       1742 
1767 
     | 
    
         
             
                              "shape": "S1n"
         
     | 
| 
       1743 
1768 
     | 
    
         
             
                            },
         
     | 
| 
       1744 
1769 
     | 
    
         
             
                            "actionReview": {
         
     | 
| 
       1745 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 1770 
     | 
    
         
            +
                              "shape": "S28"
         
     | 
| 
       1746 
1771 
     | 
    
         
             
                            },
         
     | 
| 
       1747 
1772 
     | 
    
         
             
                            "attachments": {
         
     | 
| 
       1748 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 1773 
     | 
    
         
            +
                              "shape": "S2h"
         
     | 
| 
       1749 
1774 
     | 
    
         
             
                            },
         
     | 
| 
       1750 
1775 
     | 
    
         
             
                            "body": {},
         
     | 
| 
       1751 
1776 
     | 
    
         
             
                            "messageId": {},
         
     | 
| 
       1752 
1777 
     | 
    
         
             
                            "sourceAttribution": {
         
     | 
| 
       1753 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 1778 
     | 
    
         
            +
                              "shape": "S2k"
         
     | 
| 
       1754 
1779 
     | 
    
         
             
                            },
         
     | 
| 
       1755 
1780 
     | 
    
         
             
                            "time": {
         
     | 
| 
       1756 
1781 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
         @@ -1885,7 +1910,7 @@ 
     | 
|
| 
       1885 
1910 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1886 
1911 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1887 
1912 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       1888 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1913 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       1889 
1914 
     | 
    
         
             
                      }
         
     | 
| 
       1890 
1915 
     | 
    
         
             
                    }
         
     | 
| 
       1891 
1916 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1951,8 +1976,7 @@ 
     | 
|
| 
       1951 
1976 
     | 
    
         
             
                    "required": [
         
     | 
| 
       1952 
1977 
     | 
    
         
             
                      "applicationId",
         
     | 
| 
       1953 
1978 
     | 
    
         
             
                      "conversationId",
         
     | 
| 
       1954 
     | 
    
         
            -
                      "messageId" 
     | 
| 
       1955 
     | 
    
         
            -
                      "userId"
         
     | 
| 
      
 1979 
     | 
    
         
            +
                      "messageId"
         
     | 
| 
       1956 
1980 
     | 
    
         
             
                    ],
         
     | 
| 
       1957 
1981 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1958 
1982 
     | 
    
         
             
                      "applicationId": {
         
     | 
| 
         @@ -2141,7 +2165,7 @@ 
     | 
|
| 
       2141 
2165 
     | 
    
         
             
                        "locationName": "resourceARN"
         
     | 
| 
       2142 
2166 
     | 
    
         
             
                      },
         
     | 
| 
       2143 
2167 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       2144 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2168 
     | 
    
         
            +
                        "shape": "S2w"
         
     | 
| 
       2145 
2169 
     | 
    
         
             
                      }
         
     | 
| 
       2146 
2170 
     | 
    
         
             
                    }
         
     | 
| 
       2147 
2171 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2199,7 +2223,7 @@ 
     | 
|
| 
       2199 
2223 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2200 
2224 
     | 
    
         
             
                      },
         
     | 
| 
       2201 
2225 
     | 
    
         
             
                      "attachmentsConfiguration": {
         
     | 
| 
       2202 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2226 
     | 
    
         
            +
                        "shape": "S2p"
         
     | 
| 
       2203 
2227 
     | 
    
         
             
                      },
         
     | 
| 
       2204 
2228 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       2205 
2229 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
         @@ -2232,10 +2256,10 @@ 
     | 
|
| 
       2232 
2256 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       2233 
2257 
     | 
    
         
             
                        "members": {
         
     | 
| 
       2234 
2258 
     | 
    
         
             
                          "blockedPhrasesToCreateOrUpdate": {
         
     | 
| 
       2235 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 2259 
     | 
    
         
            +
                            "shape": "S5j"
         
     | 
| 
       2236 
2260 
     | 
    
         
             
                          },
         
     | 
| 
       2237 
2261 
     | 
    
         
             
                          "blockedPhrasesToDelete": {
         
     | 
| 
       2238 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 2262 
     | 
    
         
            +
                            "shape": "S5j"
         
     | 
| 
       2239 
2263 
     | 
    
         
             
                          },
         
     | 
| 
       2240 
2264 
     | 
    
         
             
                          "systemMessageOverride": {}
         
     | 
| 
       2241 
2265 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -2243,12 +2267,21 @@ 
     | 
|
| 
       2243 
2267 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       2244 
2268 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       2245 
2269 
     | 
    
         
             
                      },
         
     | 
| 
      
 2270 
     | 
    
         
            +
                      "creatorModeConfiguration": {
         
     | 
| 
      
 2271 
     | 
    
         
            +
                        "type": "structure",
         
     | 
| 
      
 2272 
     | 
    
         
            +
                        "required": [
         
     | 
| 
      
 2273 
     | 
    
         
            +
                          "creatorModeControl"
         
     | 
| 
      
 2274 
     | 
    
         
            +
                        ],
         
     | 
| 
      
 2275 
     | 
    
         
            +
                        "members": {
         
     | 
| 
      
 2276 
     | 
    
         
            +
                          "creatorModeControl": {}
         
     | 
| 
      
 2277 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2278 
     | 
    
         
            +
                      },
         
     | 
| 
       2246 
2279 
     | 
    
         
             
                      "responseScope": {},
         
     | 
| 
       2247 
2280 
     | 
    
         
             
                      "topicConfigurationsToCreateOrUpdate": {
         
     | 
| 
       2248 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2281 
     | 
    
         
            +
                        "shape": "S5p"
         
     | 
| 
       2249 
2282 
     | 
    
         
             
                      },
         
     | 
| 
       2250 
2283 
     | 
    
         
             
                      "topicConfigurationsToDelete": {
         
     | 
| 
       2251 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2284 
     | 
    
         
            +
                        "shape": "S5p"
         
     | 
| 
       2252 
2285 
     | 
    
         
             
                      }
         
     | 
| 
       2253 
2286 
     | 
    
         
             
                    }
         
     | 
| 
       2254 
2287 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2277,7 +2310,7 @@ 
     | 
|
| 
       2277 
2310 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2278 
2311 
     | 
    
         
             
                      },
         
     | 
| 
       2279 
2312 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       2280 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2313 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       2281 
2314 
     | 
    
         
             
                      },
         
     | 
| 
       2282 
2315 
     | 
    
         
             
                      "dataSourceId": {
         
     | 
| 
       2283 
2316 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -2295,7 +2328,7 @@ 
     | 
|
| 
       2295 
2328 
     | 
    
         
             
                      "roleArn": {},
         
     | 
| 
       2296 
2329 
     | 
    
         
             
                      "syncSchedule": {},
         
     | 
| 
       2297 
2330 
     | 
    
         
             
                      "vpcConfiguration": {
         
     | 
| 
       2298 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2331 
     | 
    
         
            +
                        "shape": "S36"
         
     | 
| 
       2299 
2332 
     | 
    
         
             
                      }
         
     | 
| 
       2300 
2333 
     | 
    
         
             
                    }
         
     | 
| 
       2301 
2334 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2323,12 +2356,12 @@ 
     | 
|
| 
       2323 
2356 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2324 
2357 
     | 
    
         
             
                      },
         
     | 
| 
       2325 
2358 
     | 
    
         
             
                      "capacityConfiguration": {
         
     | 
| 
       2326 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2359 
     | 
    
         
            +
                        "shape": "S3e"
         
     | 
| 
       2327 
2360 
     | 
    
         
             
                      },
         
     | 
| 
       2328 
2361 
     | 
    
         
             
                      "description": {},
         
     | 
| 
       2329 
2362 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       2330 
2363 
     | 
    
         
             
                      "documentAttributeConfigurations": {
         
     | 
| 
       2331 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2364 
     | 
    
         
            +
                        "shape": "S6f"
         
     | 
| 
       2332 
2365 
     | 
    
         
             
                      },
         
     | 
| 
       2333 
2366 
     | 
    
         
             
                      "indexId": {
         
     | 
| 
       2334 
2367 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -2360,7 +2393,7 @@ 
     | 
|
| 
       2360 
2393 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2361 
2394 
     | 
    
         
             
                      },
         
     | 
| 
       2362 
2395 
     | 
    
         
             
                      "authConfiguration": {
         
     | 
| 
       2363 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2396 
     | 
    
         
            +
                        "shape": "S3k"
         
     | 
| 
       2364 
2397 
     | 
    
         
             
                      },
         
     | 
| 
       2365 
2398 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       2366 
2399 
     | 
    
         
             
                      "pluginId": {
         
     | 
| 
         @@ -2395,7 +2428,7 @@ 
     | 
|
| 
       2395 
2428 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2396 
2429 
     | 
    
         
             
                      },
         
     | 
| 
       2397 
2430 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       2398 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2431 
     | 
    
         
            +
                        "shape": "S3t"
         
     | 
| 
       2399 
2432 
     | 
    
         
             
                      },
         
     | 
| 
       2400 
2433 
     | 
    
         
             
                      "displayName": {},
         
     | 
| 
       2401 
2434 
     | 
    
         
             
                      "retrieverId": {
         
     | 
| 
         @@ -2429,10 +2462,10 @@ 
     | 
|
| 
       2429 
2462 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2430 
2463 
     | 
    
         
             
                      },
         
     | 
| 
       2431 
2464 
     | 
    
         
             
                      "userAliasesToDelete": {
         
     | 
| 
       2432 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2465 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2433 
2466 
     | 
    
         
             
                      },
         
     | 
| 
       2434 
2467 
     | 
    
         
             
                      "userAliasesToUpdate": {
         
     | 
| 
       2435 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2468 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2436 
2469 
     | 
    
         
             
                      },
         
     | 
| 
       2437 
2470 
     | 
    
         
             
                      "userId": {
         
     | 
| 
       2438 
2471 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -2444,13 +2477,13 @@ 
     | 
|
| 
       2444 
2477 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2445 
2478 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2446 
2479 
     | 
    
         
             
                      "userAliasesAdded": {
         
     | 
| 
       2447 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2480 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2448 
2481 
     | 
    
         
             
                      },
         
     | 
| 
       2449 
2482 
     | 
    
         
             
                      "userAliasesDeleted": {
         
     | 
| 
       2450 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2483 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2451 
2484 
     | 
    
         
             
                      },
         
     | 
| 
       2452 
2485 
     | 
    
         
             
                      "userAliasesUpdated": {
         
     | 
| 
       2453 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2486 
     | 
    
         
            +
                        "shape": "S6w"
         
     | 
| 
       2454 
2487 
     | 
    
         
             
                      }
         
     | 
| 
       2455 
2488 
     | 
    
         
             
                    }
         
     | 
| 
       2456 
2489 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -2474,7 +2507,7 @@ 
     | 
|
| 
       2474 
2507 
     | 
    
         
             
                        "locationName": "applicationId"
         
     | 
| 
       2475 
2508 
     | 
    
         
             
                      },
         
     | 
| 
       2476 
2509 
     | 
    
         
             
                      "authenticationConfiguration": {
         
     | 
| 
       2477 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2510 
     | 
    
         
            +
                        "shape": "S6z"
         
     | 
| 
       2478 
2511 
     | 
    
         
             
                      },
         
     | 
| 
       2479 
2512 
     | 
    
         
             
                      "samplePromptsControlMode": {},
         
     | 
| 
       2480 
2513 
     | 
    
         
             
                      "subtitle": {},
         
     | 
| 
         @@ -2678,11 +2711,11 @@ 
     | 
|
| 
       2678 
2711 
     | 
    
         
             
                    "shape": "S1x"
         
     | 
| 
       2679 
2712 
     | 
    
         
             
                  }
         
     | 
| 
       2680 
2713 
     | 
    
         
             
                },
         
     | 
| 
       2681 
     | 
    
         
            -
                " 
     | 
| 
      
 2714 
     | 
    
         
            +
                "S25": {
         
     | 
| 
       2682 
2715 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2683 
2716 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       2684 
2717 
     | 
    
         
             
                },
         
     | 
| 
       2685 
     | 
    
         
            -
                " 
     | 
| 
      
 2718 
     | 
    
         
            +
                "S28": {
         
     | 
| 
       2686 
2719 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2687 
2720 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2688 
2721 
     | 
    
         
             
                    "payload": {
         
     | 
| 
         @@ -2724,7 +2757,7 @@ 
     | 
|
| 
       2724 
2757 
     | 
    
         
             
                    "pluginType": {}
         
     | 
| 
       2725 
2758 
     | 
    
         
             
                  }
         
     | 
| 
       2726 
2759 
     | 
    
         
             
                },
         
     | 
| 
       2727 
     | 
    
         
            -
                " 
     | 
| 
      
 2760 
     | 
    
         
            +
                "S2h": {
         
     | 
| 
       2728 
2761 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2729 
2762 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2730 
2763 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -2737,7 +2770,7 @@ 
     | 
|
| 
       2737 
2770 
     | 
    
         
             
                    }
         
     | 
| 
       2738 
2771 
     | 
    
         
             
                  }
         
     | 
| 
       2739 
2772 
     | 
    
         
             
                },
         
     | 
| 
       2740 
     | 
    
         
            -
                " 
     | 
| 
      
 2773 
     | 
    
         
            +
                "S2k": {
         
     | 
| 
       2741 
2774 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2742 
2775 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2743 
2776 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -2768,7 +2801,7 @@ 
     | 
|
| 
       2768 
2801 
     | 
    
         
             
                    }
         
     | 
| 
       2769 
2802 
     | 
    
         
             
                  }
         
     | 
| 
       2770 
2803 
     | 
    
         
             
                },
         
     | 
| 
       2771 
     | 
    
         
            -
                " 
     | 
| 
      
 2804 
     | 
    
         
            +
                "S2p": {
         
     | 
| 
       2772 
2805 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2773 
2806 
     | 
    
         
             
                  "required": [
         
     | 
| 
       2774 
2807 
     | 
    
         
             
                    "attachmentsControlMode"
         
     | 
| 
         @@ -2777,7 +2810,7 @@ 
     | 
|
| 
       2777 
2810 
     | 
    
         
             
                    "attachmentsControlMode": {}
         
     | 
| 
       2778 
2811 
     | 
    
         
             
                  }
         
     | 
| 
       2779 
2812 
     | 
    
         
             
                },
         
     | 
| 
       2780 
     | 
    
         
            -
                " 
     | 
| 
      
 2813 
     | 
    
         
            +
                "S2t": {
         
     | 
| 
       2781 
2814 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2782 
2815 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2783 
2816 
     | 
    
         
             
                    "kmsKeyId": {
         
     | 
| 
         @@ -2786,7 +2819,7 @@ 
     | 
|
| 
       2786 
2819 
     | 
    
         
             
                    }
         
     | 
| 
       2787 
2820 
     | 
    
         
             
                  }
         
     | 
| 
       2788 
2821 
     | 
    
         
             
                },
         
     | 
| 
       2789 
     | 
    
         
            -
                " 
     | 
| 
      
 2822 
     | 
    
         
            +
                "S2w": {
         
     | 
| 
       2790 
2823 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2791 
2824 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2792 
2825 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -2800,12 +2833,12 @@ 
     | 
|
| 
       2800 
2833 
     | 
    
         
             
                    }
         
     | 
| 
       2801 
2834 
     | 
    
         
             
                  }
         
     | 
| 
       2802 
2835 
     | 
    
         
             
                },
         
     | 
| 
       2803 
     | 
    
         
            -
                " 
     | 
| 
      
 2836 
     | 
    
         
            +
                "S33": {
         
     | 
| 
       2804 
2837 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2805 
2838 
     | 
    
         
             
                  "members": {},
         
     | 
| 
       2806 
2839 
     | 
    
         
             
                  "document": true
         
     | 
| 
       2807 
2840 
     | 
    
         
             
                },
         
     | 
| 
       2808 
     | 
    
         
            -
                " 
     | 
| 
      
 2841 
     | 
    
         
            +
                "S36": {
         
     | 
| 
       2809 
2842 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2810 
2843 
     | 
    
         
             
                  "required": [
         
     | 
| 
       2811 
2844 
     | 
    
         
             
                    "securityGroupIds",
         
     | 
| 
         @@ -2822,7 +2855,7 @@ 
     | 
|
| 
       2822 
2855 
     | 
    
         
             
                    }
         
     | 
| 
       2823 
2856 
     | 
    
         
             
                  }
         
     | 
| 
       2824 
2857 
     | 
    
         
             
                },
         
     | 
| 
       2825 
     | 
    
         
            -
                " 
     | 
| 
      
 2858 
     | 
    
         
            +
                "S3e": {
         
     | 
| 
       2826 
2859 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2827 
2860 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2828 
2861 
     | 
    
         
             
                    "units": {
         
     | 
| 
         @@ -2830,7 +2863,7 @@ 
     | 
|
| 
       2830 
2863 
     | 
    
         
             
                    }
         
     | 
| 
       2831 
2864 
     | 
    
         
             
                  }
         
     | 
| 
       2832 
2865 
     | 
    
         
             
                },
         
     | 
| 
       2833 
     | 
    
         
            -
                " 
     | 
| 
      
 2866 
     | 
    
         
            +
                "S3k": {
         
     | 
| 
       2834 
2867 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2835 
2868 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2836 
2869 
     | 
    
         
             
                    "basicAuthConfiguration": {
         
     | 
| 
         @@ -2858,7 +2891,7 @@ 
     | 
|
| 
       2858 
2891 
     | 
    
         
             
                  },
         
     | 
| 
       2859 
2892 
     | 
    
         
             
                  "union": true
         
     | 
| 
       2860 
2893 
     | 
    
         
             
                },
         
     | 
| 
       2861 
     | 
    
         
            -
                " 
     | 
| 
      
 2894 
     | 
    
         
            +
                "S3t": {
         
     | 
| 
       2862 
2895 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2863 
2896 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2864 
2897 
     | 
    
         
             
                    "kendraIndexConfiguration": {
         
     | 
| 
         @@ -2937,7 +2970,7 @@ 
     | 
|
| 
       2937 
2970 
     | 
    
         
             
                  },
         
     | 
| 
       2938 
2971 
     | 
    
         
             
                  "union": true
         
     | 
| 
       2939 
2972 
     | 
    
         
             
                },
         
     | 
| 
       2940 
     | 
    
         
            -
                " 
     | 
| 
      
 2973 
     | 
    
         
            +
                "S4f": {
         
     | 
| 
       2941 
2974 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2942 
2975 
     | 
    
         
             
                  "required": [
         
     | 
| 
       2943 
2976 
     | 
    
         
             
                    "userId"
         
     | 
| 
         @@ -2948,11 +2981,11 @@ 
     | 
|
| 
       2948 
2981 
     | 
    
         
             
                    "userId": {}
         
     | 
| 
       2949 
2982 
     | 
    
         
             
                  }
         
     | 
| 
       2950 
2983 
     | 
    
         
             
                },
         
     | 
| 
       2951 
     | 
    
         
            -
                " 
     | 
| 
      
 2984 
     | 
    
         
            +
                "S5j": {
         
     | 
| 
       2952 
2985 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2953 
2986 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       2954 
2987 
     | 
    
         
             
                },
         
     | 
| 
       2955 
     | 
    
         
            -
                " 
     | 
| 
      
 2988 
     | 
    
         
            +
                "S5p": {
         
     | 
| 
       2956 
2989 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2957 
2990 
     | 
    
         
             
                  "member": {
         
     | 
| 
       2958 
2991 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -2976,10 +3009,10 @@ 
     | 
|
| 
       2976 
3009 
     | 
    
         
             
                          ],
         
     | 
| 
       2977 
3010 
     | 
    
         
             
                          "members": {
         
     | 
| 
       2978 
3011 
     | 
    
         
             
                            "excludedUsersAndGroups": {
         
     | 
| 
       2979 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3012 
     | 
    
         
            +
                              "shape": "S5x"
         
     | 
| 
       2980 
3013 
     | 
    
         
             
                            },
         
     | 
| 
       2981 
3014 
     | 
    
         
             
                            "includedUsersAndGroups": {
         
     | 
| 
       2982 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3015 
     | 
    
         
            +
                              "shape": "S5x"
         
     | 
| 
       2983 
3016 
     | 
    
         
             
                            },
         
     | 
| 
       2984 
3017 
     | 
    
         
             
                            "ruleConfiguration": {
         
     | 
| 
       2985 
3018 
     | 
    
         
             
                              "type": "structure",
         
     | 
| 
         @@ -3015,11 +3048,11 @@ 
     | 
|
| 
       3015 
3048 
     | 
    
         
             
                    }
         
     | 
| 
       3016 
3049 
     | 
    
         
             
                  }
         
     | 
| 
       3017 
3050 
     | 
    
         
             
                },
         
     | 
| 
       3018 
     | 
    
         
            -
                " 
     | 
| 
      
 3051 
     | 
    
         
            +
                "S5x": {
         
     | 
| 
       3019 
3052 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       3020 
3053 
     | 
    
         
             
                  "members": {
         
     | 
| 
       3021 
3054 
     | 
    
         
             
                    "userGroups": {
         
     | 
| 
       3022 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 3055 
     | 
    
         
            +
                      "shape": "S25"
         
     | 
| 
       3023 
3056 
     | 
    
         
             
                    },
         
     | 
| 
       3024 
3057 
     | 
    
         
             
                    "userIds": {
         
     | 
| 
       3025 
3058 
     | 
    
         
             
                      "type": "list",
         
     | 
| 
         @@ -3027,7 +3060,7 @@ 
     | 
|
| 
       3027 
3060 
     | 
    
         
             
                    }
         
     | 
| 
       3028 
3061 
     | 
    
         
             
                  }
         
     | 
| 
       3029 
3062 
     | 
    
         
             
                },
         
     | 
| 
       3030 
     | 
    
         
            -
                " 
     | 
| 
      
 3063 
     | 
    
         
            +
                "S6a": {
         
     | 
| 
       3031 
3064 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       3032 
3065 
     | 
    
         
             
                  "members": {
         
     | 
| 
       3033 
3066 
     | 
    
         
             
                    "errorDetail": {
         
     | 
| 
         @@ -3039,7 +3072,7 @@ 
     | 
|
| 
       3039 
3072 
     | 
    
         
             
                    "status": {}
         
     | 
| 
       3040 
3073 
     | 
    
         
             
                  }
         
     | 
| 
       3041 
3074 
     | 
    
         
             
                },
         
     | 
| 
       3042 
     | 
    
         
            -
                " 
     | 
| 
      
 3075 
     | 
    
         
            +
                "S6f": {
         
     | 
| 
       3043 
3076 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       3044 
3077 
     | 
    
         
             
                  "member": {
         
     | 
| 
       3045 
3078 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -3050,13 +3083,13 @@ 
     | 
|
| 
       3050 
3083 
     | 
    
         
             
                    }
         
     | 
| 
       3051 
3084 
     | 
    
         
             
                  }
         
     | 
| 
       3052 
3085 
     | 
    
         
             
                },
         
     | 
| 
       3053 
     | 
    
         
            -
                " 
     | 
| 
      
 3086 
     | 
    
         
            +
                "S6w": {
         
     | 
| 
       3054 
3087 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       3055 
3088 
     | 
    
         
             
                  "member": {
         
     | 
| 
       3056 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 3089 
     | 
    
         
            +
                    "shape": "S4f"
         
     | 
| 
       3057 
3090 
     | 
    
         
             
                  }
         
     | 
| 
       3058 
3091 
     | 
    
         
             
                },
         
     | 
| 
       3059 
     | 
    
         
            -
                " 
     | 
| 
      
 3092 
     | 
    
         
            +
                "S6z": {
         
     | 
| 
       3060 
3093 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       3061 
3094 
     | 
    
         
             
                  "members": {
         
     | 
| 
       3062 
3095 
     | 
    
         
             
                    "samlConfiguration": {
         
     |