aws-sdk 2.1641.0 → 2.1643.0
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/README.md +1 -1
 - package/apis/acm-pca-2017-08-22.min.json +4 -1
 - package/apis/batch-2016-08-10.min.json +4 -1
 - package/apis/codebuild-2016-10-06.min.json +50 -29
 - package/apis/cognito-idp-2016-04-18.min.json +108 -27
 - package/apis/datazone-2018-05-10.min.json +792 -403
 - package/apis/datazone-2018-05-10.paginators.json +6 -0
 - package/apis/ds-2015-04-16.min.json +7 -1
 - package/apis/elasticfilesystem-2015-02-01.min.json +7 -1
 - package/apis/glue-2017-03-31.min.json +294 -142
 - package/apis/glue-2017-03-31.paginators.json +6 -0
 - package/apis/kms-2014-11-01.examples.json +4 -2
 - package/apis/macie2-2020-01-01.min.json +254 -143
 - package/apis/macie2-2020-01-01.paginators.json +6 -0
 - package/apis/mediaconvert-2017-08-29.min.json +208 -131
 - package/apis/mediaconvert-2017-08-29.paginators.json +6 -0
 - package/apis/route53domains-2014-05-15.min.json +7 -1
 - package/apis/waf-2015-08-24.min.json +7 -1
 - package/clients/acmpca.d.ts +2 -2
 - package/clients/codebuild.d.ts +24 -1
 - package/clients/datazone.d.ts +398 -4
 - package/clients/ec2.d.ts +258 -258
 - package/clients/glue.d.ts +206 -4
 - package/clients/macie2.d.ts +149 -44
 - package/clients/mediaconvert.d.ts +77 -6
 - package/clients/secretsmanager.d.ts +2 -2
 - package/dist/aws-sdk-core-react-native.js +1 -1
 - package/dist/aws-sdk-react-native.js +17 -17
 - package/dist/aws-sdk.js +182 -62
 - package/dist/aws-sdk.min.js +92 -92
 - package/lib/core.js +1 -1
 - package/package.json +1 -1
 
| 
         @@ -159,6 +159,39 @@ 
     | 
|
| 
       159 
159 
     | 
    
         
             
                  },
         
     | 
| 
       160 
160 
     | 
    
         
             
                  "idempotent": true
         
     | 
| 
       161 
161 
     | 
    
         
             
                },
         
     | 
| 
      
 162 
     | 
    
         
            +
                "AssociateEnvironmentRole": {
         
     | 
| 
      
 163 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 164 
     | 
    
         
            +
                    "method": "PUT",
         
     | 
| 
      
 165 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}",
         
     | 
| 
      
 166 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 167 
     | 
    
         
            +
                  },
         
     | 
| 
      
 168 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 169 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 170 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 171 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 172 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 173 
     | 
    
         
            +
                      "environmentRoleArn"
         
     | 
| 
      
 174 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 175 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 176 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 177 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 178 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 179 
     | 
    
         
            +
                      },
         
     | 
| 
      
 180 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 181 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 182 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 183 
     | 
    
         
            +
                      },
         
     | 
| 
      
 184 
     | 
    
         
            +
                      "environmentRoleArn": {
         
     | 
| 
      
 185 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 186 
     | 
    
         
            +
                        "locationName": "environmentRoleArn"
         
     | 
| 
      
 187 
     | 
    
         
            +
                      }
         
     | 
| 
      
 188 
     | 
    
         
            +
                    }
         
     | 
| 
      
 189 
     | 
    
         
            +
                  },
         
     | 
| 
      
 190 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 191 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 192 
     | 
    
         
            +
                    "members": {}
         
     | 
| 
      
 193 
     | 
    
         
            +
                  }
         
     | 
| 
      
 194 
     | 
    
         
            +
                },
         
     | 
| 
       162 
195 
     | 
    
         
             
                "CancelMetadataGenerationRun": {
         
     | 
| 
       163 
196 
     | 
    
         
             
                  "http": {
         
     | 
| 
       164 
197 
     | 
    
         
             
                    "requestUri": "/v2/domains/{domainIdentifier}/metadata-generation-runs/{identifier}/cancel",
         
     | 
| 
         @@ -272,20 +305,20 @@ 
     | 
|
| 
       272 
305 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       273 
306 
     | 
    
         
             
                      },
         
     | 
| 
       274 
307 
     | 
    
         
             
                      "externalIdentifier": {
         
     | 
| 
       275 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 308 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
       276 
309 
     | 
    
         
             
                      },
         
     | 
| 
       277 
310 
     | 
    
         
             
                      "formsInput": {
         
     | 
| 
       278 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 311 
     | 
    
         
            +
                        "shape": "S1l"
         
     | 
| 
       279 
312 
     | 
    
         
             
                      },
         
     | 
| 
       280 
313 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       281 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 314 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       282 
315 
     | 
    
         
             
                      },
         
     | 
| 
       283 
316 
     | 
    
         
             
                      "name": {
         
     | 
| 
       284 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 317 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
       285 
318 
     | 
    
         
             
                      },
         
     | 
| 
       286 
319 
     | 
    
         
             
                      "owningProjectIdentifier": {},
         
     | 
| 
       287 
320 
     | 
    
         
             
                      "predictionConfiguration": {
         
     | 
| 
       288 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 321 
     | 
    
         
            +
                        "shape": "S1t"
         
     | 
| 
       289 
322 
     | 
    
         
             
                      },
         
     | 
| 
       290 
323 
     | 
    
         
             
                      "typeIdentifier": {},
         
     | 
| 
       291 
324 
     | 
    
         
             
                      "typeRevision": {}
         
     | 
| 
         @@ -313,34 +346,34 @@ 
     | 
|
| 
       313 
346 
     | 
    
         
             
                      },
         
     | 
| 
       314 
347 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       315 
348 
     | 
    
         
             
                      "externalIdentifier": {
         
     | 
| 
       316 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 349 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
       317 
350 
     | 
    
         
             
                      },
         
     | 
| 
       318 
351 
     | 
    
         
             
                      "firstRevisionCreatedAt": {
         
     | 
| 
       319 
352 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       320 
353 
     | 
    
         
             
                      },
         
     | 
| 
       321 
354 
     | 
    
         
             
                      "firstRevisionCreatedBy": {},
         
     | 
| 
       322 
355 
     | 
    
         
             
                      "formsOutput": {
         
     | 
| 
       323 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 356 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       324 
357 
     | 
    
         
             
                      },
         
     | 
| 
       325 
358 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       326 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 359 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       327 
360 
     | 
    
         
             
                      },
         
     | 
| 
       328 
361 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       329 
362 
     | 
    
         
             
                      "latestTimeSeriesDataPointFormsOutput": {
         
     | 
| 
       330 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 363 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       331 
364 
     | 
    
         
             
                      },
         
     | 
| 
       332 
365 
     | 
    
         
             
                      "listing": {
         
     | 
| 
       333 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 366 
     | 
    
         
            +
                        "shape": "S26"
         
     | 
| 
       334 
367 
     | 
    
         
             
                      },
         
     | 
| 
       335 
368 
     | 
    
         
             
                      "name": {
         
     | 
| 
       336 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 369 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
       337 
370 
     | 
    
         
             
                      },
         
     | 
| 
       338 
371 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       339 
372 
     | 
    
         
             
                      "predictionConfiguration": {
         
     | 
| 
       340 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 373 
     | 
    
         
            +
                        "shape": "S1t"
         
     | 
| 
       341 
374 
     | 
    
         
             
                      },
         
     | 
| 
       342 
375 
     | 
    
         
             
                      "readOnlyFormsOutput": {
         
     | 
| 
       343 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 376 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       344 
377 
     | 
    
         
             
                      },
         
     | 
| 
       345 
378 
     | 
    
         
             
                      "revision": {},
         
     | 
| 
       346 
379 
     | 
    
         
             
                      "typeIdentifier": {},
         
     | 
| 
         @@ -373,20 +406,20 @@ 
     | 
|
| 
       373 
406 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       374 
407 
     | 
    
         
             
                      },
         
     | 
| 
       375 
408 
     | 
    
         
             
                      "formsInput": {
         
     | 
| 
       376 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 409 
     | 
    
         
            +
                        "shape": "S1l"
         
     | 
| 
       377 
410 
     | 
    
         
             
                      },
         
     | 
| 
       378 
411 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       379 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 412 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       380 
413 
     | 
    
         
             
                      },
         
     | 
| 
       381 
414 
     | 
    
         
             
                      "identifier": {
         
     | 
| 
       382 
415 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       383 
416 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
       384 
417 
     | 
    
         
             
                      },
         
     | 
| 
       385 
418 
     | 
    
         
             
                      "name": {
         
     | 
| 
       386 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 419 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
       387 
420 
     | 
    
         
             
                      },
         
     | 
| 
       388 
421 
     | 
    
         
             
                      "predictionConfiguration": {
         
     | 
| 
       389 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 422 
     | 
    
         
            +
                        "shape": "S1t"
         
     | 
| 
       390 
423 
     | 
    
         
             
                      },
         
     | 
| 
       391 
424 
     | 
    
         
             
                      "typeRevision": {}
         
     | 
| 
       392 
425 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -413,34 +446,34 @@ 
     | 
|
| 
       413 
446 
     | 
    
         
             
                      },
         
     | 
| 
       414 
447 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       415 
448 
     | 
    
         
             
                      "externalIdentifier": {
         
     | 
| 
       416 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 449 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
       417 
450 
     | 
    
         
             
                      },
         
     | 
| 
       418 
451 
     | 
    
         
             
                      "firstRevisionCreatedAt": {
         
     | 
| 
       419 
452 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       420 
453 
     | 
    
         
             
                      },
         
     | 
| 
       421 
454 
     | 
    
         
             
                      "firstRevisionCreatedBy": {},
         
     | 
| 
       422 
455 
     | 
    
         
             
                      "formsOutput": {
         
     | 
| 
       423 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 456 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       424 
457 
     | 
    
         
             
                      },
         
     | 
| 
       425 
458 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       426 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 459 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       427 
460 
     | 
    
         
             
                      },
         
     | 
| 
       428 
461 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       429 
462 
     | 
    
         
             
                      "latestTimeSeriesDataPointFormsOutput": {
         
     | 
| 
       430 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 463 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       431 
464 
     | 
    
         
             
                      },
         
     | 
| 
       432 
465 
     | 
    
         
             
                      "listing": {
         
     | 
| 
       433 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 466 
     | 
    
         
            +
                        "shape": "S26"
         
     | 
| 
       434 
467 
     | 
    
         
             
                      },
         
     | 
| 
       435 
468 
     | 
    
         
             
                      "name": {
         
     | 
| 
       436 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 469 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
       437 
470 
     | 
    
         
             
                      },
         
     | 
| 
       438 
471 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       439 
472 
     | 
    
         
             
                      "predictionConfiguration": {
         
     | 
| 
       440 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 473 
     | 
    
         
            +
                        "shape": "S1t"
         
     | 
| 
       441 
474 
     | 
    
         
             
                      },
         
     | 
| 
       442 
475 
     | 
    
         
             
                      "readOnlyFormsOutput": {
         
     | 
| 
       443 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 476 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       444 
477 
     | 
    
         
             
                      },
         
     | 
| 
       445 
478 
     | 
    
         
             
                      "revision": {},
         
     | 
| 
       446 
479 
     | 
    
         
             
                      "typeIdentifier": {},
         
     | 
| 
         @@ -510,7 +543,7 @@ 
     | 
|
| 
       510 
543 
     | 
    
         
             
                      },
         
     | 
| 
       511 
544 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       512 
545 
     | 
    
         
             
                      "formsOutput": {
         
     | 
| 
       513 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 546 
     | 
    
         
            +
                        "shape": "S2e"
         
     | 
| 
       514 
547 
     | 
    
         
             
                      },
         
     | 
| 
       515 
548 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       516 
549 
     | 
    
         
             
                      "originDomainId": {},
         
     | 
| 
         @@ -540,13 +573,13 @@ 
     | 
|
| 
       540 
573 
     | 
    
         
             
                    ],
         
     | 
| 
       541 
574 
     | 
    
         
             
                    "members": {
         
     | 
| 
       542 
575 
     | 
    
         
             
                      "assetFormsInput": {
         
     | 
| 
       543 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 576 
     | 
    
         
            +
                        "shape": "S1l"
         
     | 
| 
       544 
577 
     | 
    
         
             
                      },
         
     | 
| 
       545 
578 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       546 
579 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       547 
580 
     | 
    
         
             
                      },
         
     | 
| 
       548 
581 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       549 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 582 
     | 
    
         
            +
                        "shape": "S2h"
         
     | 
| 
       550 
583 
     | 
    
         
             
                      },
         
     | 
| 
       551 
584 
     | 
    
         
             
                      "description": {
         
     | 
| 
       552 
585 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -558,17 +591,17 @@ 
     | 
|
| 
       558 
591 
     | 
    
         
             
                      "enableSetting": {},
         
     | 
| 
       559 
592 
     | 
    
         
             
                      "environmentIdentifier": {},
         
     | 
| 
       560 
593 
     | 
    
         
             
                      "name": {
         
     | 
| 
       561 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 594 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       562 
595 
     | 
    
         
             
                      },
         
     | 
| 
       563 
596 
     | 
    
         
             
                      "projectIdentifier": {},
         
     | 
| 
       564 
597 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       565 
598 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       566 
599 
     | 
    
         
             
                      },
         
     | 
| 
       567 
600 
     | 
    
         
             
                      "recommendation": {
         
     | 
| 
       568 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 601 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       569 
602 
     | 
    
         
             
                      },
         
     | 
| 
       570 
603 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       571 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 604 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
       572 
605 
     | 
    
         
             
                      },
         
     | 
| 
       573 
606 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       574 
607 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -584,13 +617,13 @@ 
     | 
|
| 
       584 
617 
     | 
    
         
             
                    ],
         
     | 
| 
       585 
618 
     | 
    
         
             
                    "members": {
         
     | 
| 
       586 
619 
     | 
    
         
             
                      "assetFormsOutput": {
         
     | 
| 
       587 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 620 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       588 
621 
     | 
    
         
             
                      },
         
     | 
| 
       589 
622 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       590 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 623 
     | 
    
         
            +
                        "shape": "S39"
         
     | 
| 
       591 
624 
     | 
    
         
             
                      },
         
     | 
| 
       592 
625 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       593 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 626 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       594 
627 
     | 
    
         
             
                      },
         
     | 
| 
       595 
628 
     | 
    
         
             
                      "description": {
         
     | 
| 
       596 
629 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -599,33 +632,33 @@ 
     | 
|
| 
       599 
632 
     | 
    
         
             
                      "enableSetting": {},
         
     | 
| 
       600 
633 
     | 
    
         
             
                      "environmentId": {},
         
     | 
| 
       601 
634 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       602 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 635 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       603 
636 
     | 
    
         
             
                      },
         
     | 
| 
       604 
637 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       605 
638 
     | 
    
         
             
                      "lastRunAt": {
         
     | 
| 
       606 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 639 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       607 
640 
     | 
    
         
             
                      },
         
     | 
| 
       608 
641 
     | 
    
         
             
                      "lastRunErrorMessage": {
         
     | 
| 
       609 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 642 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       610 
643 
     | 
    
         
             
                      },
         
     | 
| 
       611 
644 
     | 
    
         
             
                      "lastRunStatus": {},
         
     | 
| 
       612 
645 
     | 
    
         
             
                      "name": {
         
     | 
| 
       613 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 646 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       614 
647 
     | 
    
         
             
                      },
         
     | 
| 
       615 
648 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       616 
649 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       617 
650 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       618 
651 
     | 
    
         
             
                      },
         
     | 
| 
       619 
652 
     | 
    
         
             
                      "recommendation": {
         
     | 
| 
       620 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 653 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       621 
654 
     | 
    
         
             
                      },
         
     | 
| 
       622 
655 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       623 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 656 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
       624 
657 
     | 
    
         
             
                      },
         
     | 
| 
       625 
658 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       626 
659 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       627 
660 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       628 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 661 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       629 
662 
     | 
    
         
             
                      }
         
     | 
| 
       630 
663 
     | 
    
         
             
                    }
         
     | 
| 
       631 
664 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -651,10 +684,10 @@ 
     | 
|
| 
       651 
684 
     | 
    
         
             
                      "kmsKeyIdentifier": {},
         
     | 
| 
       652 
685 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       653 
686 
     | 
    
         
             
                      "singleSignOn": {
         
     | 
| 
       654 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 687 
     | 
    
         
            +
                        "shape": "S3r"
         
     | 
| 
       655 
688 
     | 
    
         
             
                      },
         
     | 
| 
       656 
689 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       657 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 690 
     | 
    
         
            +
                        "shape": "S3u"
         
     | 
| 
       658 
691 
     | 
    
         
             
                      }
         
     | 
| 
       659 
692 
     | 
    
         
             
                    }
         
     | 
| 
       660 
693 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -672,11 +705,11 @@ 
     | 
|
| 
       672 
705 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       673 
706 
     | 
    
         
             
                      "portalUrl": {},
         
     | 
| 
       674 
707 
     | 
    
         
             
                      "singleSignOn": {
         
     | 
| 
       675 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 708 
     | 
    
         
            +
                        "shape": "S3r"
         
     | 
| 
       676 
709 
     | 
    
         
             
                      },
         
     | 
| 
       677 
710 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       678 
711 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       679 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 712 
     | 
    
         
            +
                        "shape": "S3u"
         
     | 
| 
       680 
713 
     | 
    
         
             
                      }
         
     | 
| 
       681 
714 
     | 
    
         
             
                    }
         
     | 
| 
       682 
715 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -701,14 +734,17 @@ 
     | 
|
| 
       701 
734 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       702 
735 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       703 
736 
     | 
    
         
             
                      },
         
     | 
| 
      
 737 
     | 
    
         
            +
                      "environmentAccountIdentifier": {},
         
     | 
| 
      
 738 
     | 
    
         
            +
                      "environmentAccountRegion": {},
         
     | 
| 
      
 739 
     | 
    
         
            +
                      "environmentBlueprintIdentifier": {},
         
     | 
| 
       704 
740 
     | 
    
         
             
                      "environmentProfileIdentifier": {},
         
     | 
| 
       705 
741 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       706 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 742 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       707 
743 
     | 
    
         
             
                      },
         
     | 
| 
       708 
744 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       709 
745 
     | 
    
         
             
                      "projectIdentifier": {},
         
     | 
| 
       710 
746 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       711 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 747 
     | 
    
         
            +
                        "shape": "S41"
         
     | 
| 
       712 
748 
     | 
    
         
             
                      }
         
     | 
| 
       713 
749 
     | 
    
         
             
                    }
         
     | 
| 
       714 
750 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -717,7 +753,6 @@ 
     | 
|
| 
       717 
753 
     | 
    
         
             
                    "required": [
         
     | 
| 
       718 
754 
     | 
    
         
             
                      "createdBy",
         
     | 
| 
       719 
755 
     | 
    
         
             
                      "domainId",
         
     | 
| 
       720 
     | 
    
         
            -
                      "environmentProfileId",
         
     | 
| 
       721 
756 
     | 
    
         
             
                      "name",
         
     | 
| 
       722 
757 
     | 
    
         
             
                      "projectId",
         
     | 
| 
       723 
758 
     | 
    
         
             
                      "provider"
         
     | 
| 
         @@ -726,45 +761,95 @@ 
     | 
|
| 
       726 
761 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       727 
762 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       728 
763 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       729 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 764 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       730 
765 
     | 
    
         
             
                      },
         
     | 
| 
       731 
766 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       732 
767 
     | 
    
         
             
                      "deploymentProperties": {
         
     | 
| 
       733 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 768 
     | 
    
         
            +
                        "shape": "S47"
         
     | 
| 
       734 
769 
     | 
    
         
             
                      },
         
     | 
| 
       735 
770 
     | 
    
         
             
                      "description": {
         
     | 
| 
       736 
771 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
       737 
772 
     | 
    
         
             
                      },
         
     | 
| 
       738 
773 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       739 
774 
     | 
    
         
             
                      "environmentActions": {
         
     | 
| 
       740 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 775 
     | 
    
         
            +
                        "shape": "S4a"
         
     | 
| 
       741 
776 
     | 
    
         
             
                      },
         
     | 
| 
       742 
777 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       743 
778 
     | 
    
         
             
                      "environmentProfileId": {},
         
     | 
| 
       744 
779 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       745 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 780 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       746 
781 
     | 
    
         
             
                      },
         
     | 
| 
       747 
782 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       748 
783 
     | 
    
         
             
                      "lastDeployment": {
         
     | 
| 
       749 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 784 
     | 
    
         
            +
                        "shape": "S4g"
         
     | 
| 
       750 
785 
     | 
    
         
             
                      },
         
     | 
| 
       751 
786 
     | 
    
         
             
                      "name": {
         
     | 
| 
       752 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 787 
     | 
    
         
            +
                        "shape": "S4m"
         
     | 
| 
       753 
788 
     | 
    
         
             
                      },
         
     | 
| 
       754 
789 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       755 
790 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       756 
791 
     | 
    
         
             
                      "provisionedResources": {
         
     | 
| 
       757 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 792 
     | 
    
         
            +
                        "shape": "S4n"
         
     | 
| 
       758 
793 
     | 
    
         
             
                      },
         
     | 
| 
       759 
794 
     | 
    
         
             
                      "provisioningProperties": {
         
     | 
| 
       760 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 795 
     | 
    
         
            +
                        "shape": "S4p"
         
     | 
| 
       761 
796 
     | 
    
         
             
                      },
         
     | 
| 
       762 
797 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       763 
798 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       764 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 799 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       765 
800 
     | 
    
         
             
                      },
         
     | 
| 
       766 
801 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       767 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 802 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
      
 803 
     | 
    
         
            +
                      }
         
     | 
| 
      
 804 
     | 
    
         
            +
                    }
         
     | 
| 
      
 805 
     | 
    
         
            +
                  }
         
     | 
| 
      
 806 
     | 
    
         
            +
                },
         
     | 
| 
      
 807 
     | 
    
         
            +
                "CreateEnvironmentAction": {
         
     | 
| 
      
 808 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 809 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions",
         
     | 
| 
      
 810 
     | 
    
         
            +
                    "responseCode": 201
         
     | 
| 
      
 811 
     | 
    
         
            +
                  },
         
     | 
| 
      
 812 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 813 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 814 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 815 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 816 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 817 
     | 
    
         
            +
                      "name",
         
     | 
| 
      
 818 
     | 
    
         
            +
                      "parameters"
         
     | 
| 
      
 819 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 820 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 821 
     | 
    
         
            +
                      "description": {},
         
     | 
| 
      
 822 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 823 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 824 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 825 
     | 
    
         
            +
                      },
         
     | 
| 
      
 826 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 827 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 828 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 829 
     | 
    
         
            +
                      },
         
     | 
| 
      
 830 
     | 
    
         
            +
                      "name": {},
         
     | 
| 
      
 831 
     | 
    
         
            +
                      "parameters": {
         
     | 
| 
      
 832 
     | 
    
         
            +
                        "shape": "S4w"
         
     | 
| 
      
 833 
     | 
    
         
            +
                      }
         
     | 
| 
      
 834 
     | 
    
         
            +
                    }
         
     | 
| 
      
 835 
     | 
    
         
            +
                  },
         
     | 
| 
      
 836 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 837 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 838 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 839 
     | 
    
         
            +
                      "domainId",
         
     | 
| 
      
 840 
     | 
    
         
            +
                      "environmentId",
         
     | 
| 
      
 841 
     | 
    
         
            +
                      "id",
         
     | 
| 
      
 842 
     | 
    
         
            +
                      "name",
         
     | 
| 
      
 843 
     | 
    
         
            +
                      "parameters"
         
     | 
| 
      
 844 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 845 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 846 
     | 
    
         
            +
                      "description": {},
         
     | 
| 
      
 847 
     | 
    
         
            +
                      "domainId": {},
         
     | 
| 
      
 848 
     | 
    
         
            +
                      "environmentId": {},
         
     | 
| 
      
 849 
     | 
    
         
            +
                      "id": {},
         
     | 
| 
      
 850 
     | 
    
         
            +
                      "name": {},
         
     | 
| 
      
 851 
     | 
    
         
            +
                      "parameters": {
         
     | 
| 
      
 852 
     | 
    
         
            +
                        "shape": "S4w"
         
     | 
| 
       768 
853 
     | 
    
         
             
                      }
         
     | 
| 
       769 
854 
     | 
    
         
             
                    }
         
     | 
| 
       770 
855 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -794,11 +879,11 @@ 
     | 
|
| 
       794 
879 
     | 
    
         
             
                      },
         
     | 
| 
       795 
880 
     | 
    
         
             
                      "environmentBlueprintIdentifier": {},
         
     | 
| 
       796 
881 
     | 
    
         
             
                      "name": {
         
     | 
| 
       797 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 882 
     | 
    
         
            +
                        "shape": "S51"
         
     | 
| 
       798 
883 
     | 
    
         
             
                      },
         
     | 
| 
       799 
884 
     | 
    
         
             
                      "projectIdentifier": {},
         
     | 
| 
       800 
885 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       801 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 886 
     | 
    
         
            +
                        "shape": "S41"
         
     | 
| 
       802 
887 
     | 
    
         
             
                      }
         
     | 
| 
       803 
888 
     | 
    
         
             
                    }
         
     | 
| 
       804 
889 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -815,7 +900,7 @@ 
     | 
|
| 
       815 
900 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       816 
901 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       817 
902 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       818 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 903 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       819 
904 
     | 
    
         
             
                      },
         
     | 
| 
       820 
905 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       821 
906 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -825,14 +910,14 @@ 
     | 
|
| 
       825 
910 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       826 
911 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       827 
912 
     | 
    
         
             
                      "name": {
         
     | 
| 
       828 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 913 
     | 
    
         
            +
                        "shape": "S51"
         
     | 
| 
       829 
914 
     | 
    
         
             
                      },
         
     | 
| 
       830 
915 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       831 
916 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       832 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 917 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       833 
918 
     | 
    
         
             
                      },
         
     | 
| 
       834 
919 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       835 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 920 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
       836 
921 
     | 
    
         
             
                      }
         
     | 
| 
       837 
922 
     | 
    
         
             
                    }
         
     | 
| 
       838 
923 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -859,10 +944,10 @@ 
     | 
|
| 
       859 
944 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       860 
945 
     | 
    
         
             
                      },
         
     | 
| 
       861 
946 
     | 
    
         
             
                      "model": {
         
     | 
| 
       862 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 947 
     | 
    
         
            +
                        "shape": "S54"
         
     | 
| 
       863 
948 
     | 
    
         
             
                      },
         
     | 
| 
       864 
949 
     | 
    
         
             
                      "name": {
         
     | 
| 
       865 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 950 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       866 
951 
     | 
    
         
             
                      },
         
     | 
| 
       867 
952 
     | 
    
         
             
                      "owningProjectIdentifier": {},
         
     | 
| 
       868 
953 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -881,7 +966,7 @@ 
     | 
|
| 
       881 
966 
     | 
    
         
             
                      },
         
     | 
| 
       882 
967 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       883 
968 
     | 
    
         
             
                      "name": {
         
     | 
| 
       884 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 969 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       885 
970 
     | 
    
         
             
                      },
         
     | 
| 
       886 
971 
     | 
    
         
             
                      "originDomainId": {},
         
     | 
| 
       887 
972 
     | 
    
         
             
                      "originProjectId": {},
         
     | 
| 
         @@ -907,14 +992,14 @@ 
     | 
|
| 
       907 
992 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       908 
993 
     | 
    
         
             
                      },
         
     | 
| 
       909 
994 
     | 
    
         
             
                      "description": {
         
     | 
| 
       910 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 995 
     | 
    
         
            +
                        "shape": "S59"
         
     | 
| 
       911 
996 
     | 
    
         
             
                      },
         
     | 
| 
       912 
997 
     | 
    
         
             
                      "domainIdentifier": {
         
     | 
| 
       913 
998 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       914 
999 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       915 
1000 
     | 
    
         
             
                      },
         
     | 
| 
       916 
1001 
     | 
    
         
             
                      "name": {
         
     | 
| 
       917 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1002 
     | 
    
         
            +
                        "shape": "S5a"
         
     | 
| 
       918 
1003 
     | 
    
         
             
                      },
         
     | 
| 
       919 
1004 
     | 
    
         
             
                      "owningProjectIdentifier": {},
         
     | 
| 
       920 
1005 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -930,12 +1015,12 @@ 
     | 
|
| 
       930 
1015 
     | 
    
         
             
                    ],
         
     | 
| 
       931 
1016 
     | 
    
         
             
                    "members": {
         
     | 
| 
       932 
1017 
     | 
    
         
             
                      "description": {
         
     | 
| 
       933 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1018 
     | 
    
         
            +
                        "shape": "S59"
         
     | 
| 
       934 
1019 
     | 
    
         
             
                      },
         
     | 
| 
       935 
1020 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       936 
1021 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       937 
1022 
     | 
    
         
             
                      "name": {
         
     | 
| 
       938 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1023 
     | 
    
         
            +
                        "shape": "S5a"
         
     | 
| 
       939 
1024 
     | 
    
         
             
                      },
         
     | 
| 
       940 
1025 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       941 
1026 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -965,7 +1050,7 @@ 
     | 
|
| 
       965 
1050 
     | 
    
         
             
                      },
         
     | 
| 
       966 
1051 
     | 
    
         
             
                      "glossaryIdentifier": {},
         
     | 
| 
       967 
1052 
     | 
    
         
             
                      "longDescription": {
         
     | 
| 
       968 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1053 
     | 
    
         
            +
                        "shape": "S5f"
         
     | 
| 
       969 
1054 
     | 
    
         
             
                      },
         
     | 
| 
       970 
1055 
     | 
    
         
             
                      "name": {
         
     | 
| 
       971 
1056 
     | 
    
         
             
                        "shape": "Sy"
         
     | 
| 
         @@ -975,7 +1060,7 @@ 
     | 
|
| 
       975 
1060 
     | 
    
         
             
                      },
         
     | 
| 
       976 
1061 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       977 
1062 
     | 
    
         
             
                      "termRelations": {
         
     | 
| 
       978 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1063 
     | 
    
         
            +
                        "shape": "S5h"
         
     | 
| 
       979 
1064 
     | 
    
         
             
                      }
         
     | 
| 
       980 
1065 
     | 
    
         
             
                    }
         
     | 
| 
       981 
1066 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -993,7 +1078,7 @@ 
     | 
|
| 
       993 
1078 
     | 
    
         
             
                      "glossaryId": {},
         
     | 
| 
       994 
1079 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       995 
1080 
     | 
    
         
             
                      "longDescription": {
         
     | 
| 
       996 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1081 
     | 
    
         
            +
                        "shape": "S5f"
         
     | 
| 
       997 
1082 
     | 
    
         
             
                      },
         
     | 
| 
       998 
1083 
     | 
    
         
             
                      "name": {
         
     | 
| 
       999 
1084 
     | 
    
         
             
                        "shape": "Sy"
         
     | 
| 
         @@ -1003,7 +1088,7 @@ 
     | 
|
| 
       1003 
1088 
     | 
    
         
             
                      },
         
     | 
| 
       1004 
1089 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       1005 
1090 
     | 
    
         
             
                      "termRelations": {
         
     | 
| 
       1006 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1091 
     | 
    
         
            +
                        "shape": "S5h"
         
     | 
| 
       1007 
1092 
     | 
    
         
             
                      }
         
     | 
| 
       1008 
1093 
     | 
    
         
             
                    }
         
     | 
| 
       1009 
1094 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1036,7 +1121,7 @@ 
     | 
|
| 
       1036 
1121 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1037 
1122 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       1038 
1123 
     | 
    
         
             
                      "groupName": {
         
     | 
| 
       1039 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1124 
     | 
    
         
            +
                        "shape": "S5o"
         
     | 
| 
       1040 
1125 
     | 
    
         
             
                      },
         
     | 
| 
       1041 
1126 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1042 
1127 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -1105,7 +1190,7 @@ 
     | 
|
| 
       1105 
1190 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       1106 
1191 
     | 
    
         
             
                      },
         
     | 
| 
       1107 
1192 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       1108 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1193 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       1109 
1194 
     | 
    
         
             
                      },
         
     | 
| 
       1110 
1195 
     | 
    
         
             
                      "name": {
         
     | 
| 
       1111 
1196 
     | 
    
         
             
                        "shape": "S15"
         
     | 
| 
         @@ -1122,7 +1207,7 @@ 
     | 
|
| 
       1122 
1207 
     | 
    
         
             
                    ],
         
     | 
| 
       1123 
1208 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1124 
1209 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1125 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1210 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       1126 
1211 
     | 
    
         
             
                      },
         
     | 
| 
       1127 
1212 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       1128 
1213 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -1130,14 +1215,14 @@ 
     | 
|
| 
       1130 
1215 
     | 
    
         
             
                      },
         
     | 
| 
       1131 
1216 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       1132 
1217 
     | 
    
         
             
                      "failureReasons": {
         
     | 
| 
       1133 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1218 
     | 
    
         
            +
                        "shape": "S5y"
         
     | 
| 
       1134 
1219 
     | 
    
         
             
                      },
         
     | 
| 
       1135 
1220 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       1136 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1221 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       1137 
1222 
     | 
    
         
             
                      },
         
     | 
| 
       1138 
1223 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1139 
1224 
     | 
    
         
             
                      "lastUpdatedAt": {
         
     | 
| 
       1140 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1225 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       1141 
1226 
     | 
    
         
             
                      },
         
     | 
| 
       1142 
1227 
     | 
    
         
             
                      "name": {
         
     | 
| 
       1143 
1228 
     | 
    
         
             
                        "shape": "S15"
         
     | 
| 
         @@ -1166,7 +1251,7 @@ 
     | 
|
| 
       1166 
1251 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       1167 
1252 
     | 
    
         
             
                      },
         
     | 
| 
       1168 
1253 
     | 
    
         
             
                      "member": {
         
     | 
| 
       1169 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1254 
     | 
    
         
            +
                        "shape": "S63"
         
     | 
| 
       1170 
1255 
     | 
    
         
             
                      },
         
     | 
| 
       1171 
1256 
     | 
    
         
             
                      "projectIdentifier": {
         
     | 
| 
       1172 
1257 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -1249,7 +1334,7 @@ 
     | 
|
| 
       1249 
1334 
     | 
    
         
             
                    ],
         
     | 
| 
       1250 
1335 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1251 
1336 
     | 
    
         
             
                      "assets": {
         
     | 
| 
       1252 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1337 
     | 
    
         
            +
                        "shape": "S6c"
         
     | 
| 
       1253 
1338 
     | 
    
         
             
                      },
         
     | 
| 
       1254 
1339 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1255 
1340 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1257,7 +1342,7 @@ 
     | 
|
| 
       1257 
1342 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       1258 
1343 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       1259 
1344 
     | 
    
         
             
                      "grantedEntity": {
         
     | 
| 
       1260 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1345 
     | 
    
         
            +
                        "shape": "S6g"
         
     | 
| 
       1261 
1346 
     | 
    
         
             
                      },
         
     | 
| 
       1262 
1347 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1263 
1348 
     | 
    
         
             
                      "status": {},
         
     | 
| 
         @@ -1389,10 +1474,10 @@ 
     | 
|
| 
       1389 
1474 
     | 
    
         
             
                    ],
         
     | 
| 
       1390 
1475 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1391 
1476 
     | 
    
         
             
                      "applicableAssetTypes": {
         
     | 
| 
       1392 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1477 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       1393 
1478 
     | 
    
         
             
                      },
         
     | 
| 
       1394 
1479 
     | 
    
         
             
                      "authorizedPrincipals": {
         
     | 
| 
       1395 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1480 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       1396 
1481 
     | 
    
         
             
                      },
         
     | 
| 
       1397 
1482 
     | 
    
         
             
                      "clientToken": {
         
     | 
| 
       1398 
1483 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
         @@ -1407,11 +1492,11 @@ 
     | 
|
| 
       1407 
1492 
     | 
    
         
             
                      },
         
     | 
| 
       1408 
1493 
     | 
    
         
             
                      "manageAccessRole": {},
         
     | 
| 
       1409 
1494 
     | 
    
         
             
                      "name": {
         
     | 
| 
       1410 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1495 
     | 
    
         
            +
                        "shape": "S6x"
         
     | 
| 
       1411 
1496 
     | 
    
         
             
                      },
         
     | 
| 
       1412 
1497 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       1413 
1498 
     | 
    
         
             
                      "subscriptionTargetConfig": {
         
     | 
| 
       1414 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1499 
     | 
    
         
            +
                        "shape": "S6y"
         
     | 
| 
       1415 
1500 
     | 
    
         
             
                      },
         
     | 
| 
       1416 
1501 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       1417 
1502 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1435,10 +1520,10 @@ 
     | 
|
| 
       1435 
1520 
     | 
    
         
             
                    ],
         
     | 
| 
       1436 
1521 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1437 
1522 
     | 
    
         
             
                      "applicableAssetTypes": {
         
     | 
| 
       1438 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1523 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       1439 
1524 
     | 
    
         
             
                      },
         
     | 
| 
       1440 
1525 
     | 
    
         
             
                      "authorizedPrincipals": {
         
     | 
| 
       1441 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1526 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       1442 
1527 
     | 
    
         
             
                      },
         
     | 
| 
       1443 
1528 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1444 
1529 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1449,12 +1534,12 @@ 
     | 
|
| 
       1449 
1534 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1450 
1535 
     | 
    
         
             
                      "manageAccessRole": {},
         
     | 
| 
       1451 
1536 
     | 
    
         
             
                      "name": {
         
     | 
| 
       1452 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1537 
     | 
    
         
            +
                        "shape": "S6x"
         
     | 
| 
       1453 
1538 
     | 
    
         
             
                      },
         
     | 
| 
       1454 
1539 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       1455 
1540 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       1456 
1541 
     | 
    
         
             
                      "subscriptionTargetConfig": {
         
     | 
| 
       1457 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1542 
     | 
    
         
            +
                        "shape": "S6y"
         
     | 
| 
       1458 
1543 
     | 
    
         
             
                      },
         
     | 
| 
       1459 
1544 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       1460 
1545 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -1491,7 +1576,7 @@ 
     | 
|
| 
       1491 
1576 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1492 
1577 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1493 
1578 
     | 
    
         
             
                      "details": {
         
     | 
| 
       1494 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1579 
     | 
    
         
            +
                        "shape": "S75"
         
     | 
| 
       1495 
1580 
     | 
    
         
             
                      },
         
     | 
| 
       1496 
1581 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       1497 
1582 
     | 
    
         
             
                      "id": {},
         
     | 
| 
         @@ -1583,6 +1668,11 @@ 
     | 
|
| 
       1583 
1668 
     | 
    
         
             
                      "identifier": {
         
     | 
| 
       1584 
1669 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       1585 
1670 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
      
 1671 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1672 
     | 
    
         
            +
                      "retainPermissionsOnRevokeFailure": {
         
     | 
| 
      
 1673 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 1674 
     | 
    
         
            +
                        "locationName": "retainPermissionsOnRevokeFailure",
         
     | 
| 
      
 1675 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
       1586 
1676 
     | 
    
         
             
                      }
         
     | 
| 
       1587 
1677 
     | 
    
         
             
                    }
         
     | 
| 
       1588 
1678 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1597,13 +1687,13 @@ 
     | 
|
| 
       1597 
1687 
     | 
    
         
             
                    ],
         
     | 
| 
       1598 
1688 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1599 
1689 
     | 
    
         
             
                      "assetFormsOutput": {
         
     | 
| 
       1600 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1690 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       1601 
1691 
     | 
    
         
             
                      },
         
     | 
| 
       1602 
1692 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       1603 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1693 
     | 
    
         
            +
                        "shape": "S39"
         
     | 
| 
       1604 
1694 
     | 
    
         
             
                      },
         
     | 
| 
       1605 
1695 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1606 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1696 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       1607 
1697 
     | 
    
         
             
                      },
         
     | 
| 
       1608 
1698 
     | 
    
         
             
                      "description": {
         
     | 
| 
       1609 
1699 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -1612,30 +1702,36 @@ 
     | 
|
| 
       1612 
1702 
     | 
    
         
             
                      "enableSetting": {},
         
     | 
| 
       1613 
1703 
     | 
    
         
             
                      "environmentId": {},
         
     | 
| 
       1614 
1704 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       1615 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1705 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       1616 
1706 
     | 
    
         
             
                      },
         
     | 
| 
       1617 
1707 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1618 
1708 
     | 
    
         
             
                      "lastRunAt": {
         
     | 
| 
       1619 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1709 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       1620 
1710 
     | 
    
         
             
                      },
         
     | 
| 
       1621 
1711 
     | 
    
         
             
                      "lastRunErrorMessage": {
         
     | 
| 
       1622 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1712 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       1623 
1713 
     | 
    
         
             
                      },
         
     | 
| 
       1624 
1714 
     | 
    
         
             
                      "lastRunStatus": {},
         
     | 
| 
       1625 
1715 
     | 
    
         
             
                      "name": {
         
     | 
| 
       1626 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1716 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       1627 
1717 
     | 
    
         
             
                      },
         
     | 
| 
       1628 
1718 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       1629 
1719 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       1630 
1720 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       1631 
1721 
     | 
    
         
             
                      },
         
     | 
| 
      
 1722 
     | 
    
         
            +
                      "retainPermissionsOnRevokeFailure": {
         
     | 
| 
      
 1723 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
      
 1724 
     | 
    
         
            +
                      },
         
     | 
| 
       1632 
1725 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       1633 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1726 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
      
 1727 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1728 
     | 
    
         
            +
                      "selfGrantStatus": {
         
     | 
| 
      
 1729 
     | 
    
         
            +
                        "shape": "S7k"
         
     | 
| 
       1634 
1730 
     | 
    
         
             
                      },
         
     | 
| 
       1635 
1731 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       1636 
1732 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       1637 
1733 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       1638 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1734 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       1639 
1735 
     | 
    
         
             
                      }
         
     | 
| 
       1640 
1736 
     | 
    
         
             
                    }
         
     | 
| 
       1641 
1737 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1705,6 +1801,36 @@ 
     | 
|
| 
       1705 
1801 
     | 
    
         
             
                  },
         
     | 
| 
       1706 
1802 
     | 
    
         
             
                  "idempotent": true
         
     | 
| 
       1707 
1803 
     | 
    
         
             
                },
         
     | 
| 
      
 1804 
     | 
    
         
            +
                "DeleteEnvironmentAction": {
         
     | 
| 
      
 1805 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 1806 
     | 
    
         
            +
                    "method": "DELETE",
         
     | 
| 
      
 1807 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}",
         
     | 
| 
      
 1808 
     | 
    
         
            +
                    "responseCode": 204
         
     | 
| 
      
 1809 
     | 
    
         
            +
                  },
         
     | 
| 
      
 1810 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 1811 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 1812 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 1813 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 1814 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 1815 
     | 
    
         
            +
                      "identifier"
         
     | 
| 
      
 1816 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 1817 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 1818 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 1819 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 1820 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 1821 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1822 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 1823 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 1824 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 1825 
     | 
    
         
            +
                      },
         
     | 
| 
      
 1826 
     | 
    
         
            +
                      "identifier": {
         
     | 
| 
      
 1827 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 1828 
     | 
    
         
            +
                        "locationName": "identifier"
         
     | 
| 
      
 1829 
     | 
    
         
            +
                      }
         
     | 
| 
      
 1830 
     | 
    
         
            +
                    }
         
     | 
| 
      
 1831 
     | 
    
         
            +
                  },
         
     | 
| 
      
 1832 
     | 
    
         
            +
                  "idempotent": true
         
     | 
| 
      
 1833 
     | 
    
         
            +
                },
         
     | 
| 
       1708 
1834 
     | 
    
         
             
                "DeleteEnvironmentBlueprintConfiguration": {
         
     | 
| 
       1709 
1835 
     | 
    
         
             
                  "http": {
         
     | 
| 
       1710 
1836 
     | 
    
         
             
                    "method": "DELETE",
         
     | 
| 
         @@ -1926,7 +2052,7 @@ 
     | 
|
| 
       1926 
2052 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       1927 
2053 
     | 
    
         
             
                      },
         
     | 
| 
       1928 
2054 
     | 
    
         
             
                      "member": {
         
     | 
| 
       1929 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2055 
     | 
    
         
            +
                        "shape": "S63"
         
     | 
| 
       1930 
2056 
     | 
    
         
             
                      },
         
     | 
| 
       1931 
2057 
     | 
    
         
             
                      "projectIdentifier": {
         
     | 
| 
       1932 
2058 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -1977,7 +2103,7 @@ 
     | 
|
| 
       1977 
2103 
     | 
    
         
             
                    ],
         
     | 
| 
       1978 
2104 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1979 
2105 
     | 
    
         
             
                      "assets": {
         
     | 
| 
       1980 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2106 
     | 
    
         
            +
                        "shape": "S6c"
         
     | 
| 
       1981 
2107 
     | 
    
         
             
                      },
         
     | 
| 
       1982 
2108 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       1983 
2109 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -1985,7 +2111,7 @@ 
     | 
|
| 
       1985 
2111 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       1986 
2112 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       1987 
2113 
     | 
    
         
             
                      "grantedEntity": {
         
     | 
| 
       1988 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2114 
     | 
    
         
            +
                        "shape": "S6g"
         
     | 
| 
       1989 
2115 
     | 
    
         
             
                      },
         
     | 
| 
       1990 
2116 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       1991 
2117 
     | 
    
         
             
                      "status": {},
         
     | 
| 
         @@ -2095,6 +2221,39 @@ 
     | 
|
| 
       2095 
2221 
     | 
    
         
             
                  },
         
     | 
| 
       2096 
2222 
     | 
    
         
             
                  "idempotent": true
         
     | 
| 
       2097 
2223 
     | 
    
         
             
                },
         
     | 
| 
      
 2224 
     | 
    
         
            +
                "DisassociateEnvironmentRole": {
         
     | 
| 
      
 2225 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 2226 
     | 
    
         
            +
                    "method": "DELETE",
         
     | 
| 
      
 2227 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}",
         
     | 
| 
      
 2228 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 2229 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2230 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 2231 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2232 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 2233 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 2234 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 2235 
     | 
    
         
            +
                      "environmentRoleArn"
         
     | 
| 
      
 2236 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 2237 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 2238 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 2239 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2240 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 2241 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2242 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 2243 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2244 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 2245 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2246 
     | 
    
         
            +
                      "environmentRoleArn": {
         
     | 
| 
      
 2247 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2248 
     | 
    
         
            +
                        "locationName": "environmentRoleArn"
         
     | 
| 
      
 2249 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2250 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2251 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2252 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 2253 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2254 
     | 
    
         
            +
                    "members": {}
         
     | 
| 
      
 2255 
     | 
    
         
            +
                  }
         
     | 
| 
      
 2256 
     | 
    
         
            +
                },
         
     | 
| 
       2098 
2257 
     | 
    
         
             
                "GetAsset": {
         
     | 
| 
       2099 
2258 
     | 
    
         
             
                  "http": {
         
     | 
| 
       2100 
2259 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -2144,31 +2303,31 @@ 
     | 
|
| 
       2144 
2303 
     | 
    
         
             
                      },
         
     | 
| 
       2145 
2304 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2146 
2305 
     | 
    
         
             
                      "externalIdentifier": {
         
     | 
| 
       2147 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2306 
     | 
    
         
            +
                        "shape": "S1k"
         
     | 
| 
       2148 
2307 
     | 
    
         
             
                      },
         
     | 
| 
       2149 
2308 
     | 
    
         
             
                      "firstRevisionCreatedAt": {
         
     | 
| 
       2150 
2309 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
       2151 
2310 
     | 
    
         
             
                      },
         
     | 
| 
       2152 
2311 
     | 
    
         
             
                      "firstRevisionCreatedBy": {},
         
     | 
| 
       2153 
2312 
     | 
    
         
             
                      "formsOutput": {
         
     | 
| 
       2154 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2313 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       2155 
2314 
     | 
    
         
             
                      },
         
     | 
| 
       2156 
2315 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       2157 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2316 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       2158 
2317 
     | 
    
         
             
                      },
         
     | 
| 
       2159 
2318 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2160 
2319 
     | 
    
         
             
                      "latestTimeSeriesDataPointFormsOutput": {
         
     | 
| 
       2161 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2320 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       2162 
2321 
     | 
    
         
             
                      },
         
     | 
| 
       2163 
2322 
     | 
    
         
             
                      "listing": {
         
     | 
| 
       2164 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2323 
     | 
    
         
            +
                        "shape": "S26"
         
     | 
| 
       2165 
2324 
     | 
    
         
             
                      },
         
     | 
| 
       2166 
2325 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2167 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2326 
     | 
    
         
            +
                        "shape": "S1s"
         
     | 
| 
       2168 
2327 
     | 
    
         
             
                      },
         
     | 
| 
       2169 
2328 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       2170 
2329 
     | 
    
         
             
                      "readOnlyFormsOutput": {
         
     | 
| 
       2171 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2330 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       2172 
2331 
     | 
    
         
             
                      },
         
     | 
| 
       2173 
2332 
     | 
    
         
             
                      "revision": {},
         
     | 
| 
       2174 
2333 
     | 
    
         
             
                      "typeIdentifier": {},
         
     | 
| 
         @@ -2222,7 +2381,7 @@ 
     | 
|
| 
       2222 
2381 
     | 
    
         
             
                      },
         
     | 
| 
       2223 
2382 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2224 
2383 
     | 
    
         
             
                      "formsOutput": {
         
     | 
| 
       2225 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2384 
     | 
    
         
            +
                        "shape": "S2e"
         
     | 
| 
       2226 
2385 
     | 
    
         
             
                      },
         
     | 
| 
       2227 
2386 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       2228 
2387 
     | 
    
         
             
                      "originDomainId": {},
         
     | 
| 
         @@ -2270,13 +2429,13 @@ 
     | 
|
| 
       2270 
2429 
     | 
    
         
             
                    ],
         
     | 
| 
       2271 
2430 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2272 
2431 
     | 
    
         
             
                      "assetFormsOutput": {
         
     | 
| 
       2273 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2432 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       2274 
2433 
     | 
    
         
             
                      },
         
     | 
| 
       2275 
2434 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       2276 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2435 
     | 
    
         
            +
                        "shape": "S39"
         
     | 
| 
       2277 
2436 
     | 
    
         
             
                      },
         
     | 
| 
       2278 
2437 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2279 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2438 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2280 
2439 
     | 
    
         
             
                      },
         
     | 
| 
       2281 
2440 
     | 
    
         
             
                      "description": {
         
     | 
| 
       2282 
2441 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -2285,36 +2444,39 @@ 
     | 
|
| 
       2285 
2444 
     | 
    
         
             
                      "enableSetting": {},
         
     | 
| 
       2286 
2445 
     | 
    
         
             
                      "environmentId": {},
         
     | 
| 
       2287 
2446 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       2288 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2447 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       2289 
2448 
     | 
    
         
             
                      },
         
     | 
| 
       2290 
2449 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2291 
2450 
     | 
    
         
             
                      "lastRunAssetCount": {
         
     | 
| 
       2292 
2451 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       2293 
2452 
     | 
    
         
             
                      },
         
     | 
| 
       2294 
2453 
     | 
    
         
             
                      "lastRunAt": {
         
     | 
| 
       2295 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2454 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2296 
2455 
     | 
    
         
             
                      },
         
     | 
| 
       2297 
2456 
     | 
    
         
             
                      "lastRunErrorMessage": {
         
     | 
| 
       2298 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2457 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       2299 
2458 
     | 
    
         
             
                      },
         
     | 
| 
       2300 
2459 
     | 
    
         
             
                      "lastRunStatus": {},
         
     | 
| 
       2301 
2460 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2302 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2461 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       2303 
2462 
     | 
    
         
             
                      },
         
     | 
| 
       2304 
2463 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       2305 
2464 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       2306 
2465 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       2307 
2466 
     | 
    
         
             
                      },
         
     | 
| 
       2308 
2467 
     | 
    
         
             
                      "recommendation": {
         
     | 
| 
       2309 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2468 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
       2310 
2469 
     | 
    
         
             
                      },
         
     | 
| 
       2311 
2470 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       2312 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2471 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
      
 2472 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2473 
     | 
    
         
            +
                      "selfGrantStatus": {
         
     | 
| 
      
 2474 
     | 
    
         
            +
                        "shape": "S7k"
         
     | 
| 
       2313 
2475 
     | 
    
         
             
                      },
         
     | 
| 
       2314 
2476 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       2315 
2477 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       2316 
2478 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2317 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2479 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2318 
2480 
     | 
    
         
             
                      }
         
     | 
| 
       2319 
2481 
     | 
    
         
             
                    }
         
     | 
| 
       2320 
2482 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2356,29 +2518,29 @@ 
     | 
|
| 
       2356 
2518 
     | 
    
         
             
                    ],
         
     | 
| 
       2357 
2519 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2358 
2520 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2359 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2521 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2360 
2522 
     | 
    
         
             
                      },
         
     | 
| 
       2361 
2523 
     | 
    
         
             
                      "dataSourceConfigurationSnapshot": {},
         
     | 
| 
       2362 
2524 
     | 
    
         
             
                      "dataSourceId": {},
         
     | 
| 
       2363 
2525 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2364 
2526 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       2365 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2527 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       2366 
2528 
     | 
    
         
             
                      },
         
     | 
| 
       2367 
2529 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2368 
2530 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       2369 
2531 
     | 
    
         
             
                      "runStatisticsForAssets": {
         
     | 
| 
       2370 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2532 
     | 
    
         
            +
                        "shape": "S8t"
         
     | 
| 
       2371 
2533 
     | 
    
         
             
                      },
         
     | 
| 
       2372 
2534 
     | 
    
         
             
                      "startedAt": {
         
     | 
| 
       2373 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2535 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2374 
2536 
     | 
    
         
             
                      },
         
     | 
| 
       2375 
2537 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       2376 
2538 
     | 
    
         
             
                      "stoppedAt": {
         
     | 
| 
       2377 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2539 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2378 
2540 
     | 
    
         
             
                      },
         
     | 
| 
       2379 
2541 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       2380 
2542 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2381 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2543 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       2382 
2544 
     | 
    
         
             
                      }
         
     | 
| 
       2383 
2545 
     | 
    
         
             
                    }
         
     | 
| 
       2384 
2546 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2423,11 +2585,11 @@ 
     | 
|
| 
       2423 
2585 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       2424 
2586 
     | 
    
         
             
                      "portalUrl": {},
         
     | 
| 
       2425 
2587 
     | 
    
         
             
                      "singleSignOn": {
         
     | 
| 
       2426 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2588 
     | 
    
         
            +
                        "shape": "S3r"
         
     | 
| 
       2427 
2589 
     | 
    
         
             
                      },
         
     | 
| 
       2428 
2590 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       2429 
2591 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       2430 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2592 
     | 
    
         
            +
                        "shape": "S3u"
         
     | 
| 
       2431 
2593 
     | 
    
         
             
                      }
         
     | 
| 
       2432 
2594 
     | 
    
         
             
                    }
         
     | 
| 
       2433 
2595 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2460,7 +2622,6 @@ 
     | 
|
| 
       2460 
2622 
     | 
    
         
             
                    "required": [
         
     | 
| 
       2461 
2623 
     | 
    
         
             
                      "createdBy",
         
     | 
| 
       2462 
2624 
     | 
    
         
             
                      "domainId",
         
     | 
| 
       2463 
     | 
    
         
            -
                      "environmentProfileId",
         
     | 
| 
       2464 
2625 
     | 
    
         
             
                      "name",
         
     | 
| 
       2465 
2626 
     | 
    
         
             
                      "projectId",
         
     | 
| 
       2466 
2627 
     | 
    
         
             
                      "provider"
         
     | 
| 
         @@ -2469,45 +2630,94 @@ 
     | 
|
| 
       2469 
2630 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       2470 
2631 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       2471 
2632 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2472 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2633 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2473 
2634 
     | 
    
         
             
                      },
         
     | 
| 
       2474 
2635 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       2475 
2636 
     | 
    
         
             
                      "deploymentProperties": {
         
     | 
| 
       2476 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2637 
     | 
    
         
            +
                        "shape": "S47"
         
     | 
| 
       2477 
2638 
     | 
    
         
             
                      },
         
     | 
| 
       2478 
2639 
     | 
    
         
             
                      "description": {
         
     | 
| 
       2479 
2640 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
       2480 
2641 
     | 
    
         
             
                      },
         
     | 
| 
       2481 
2642 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2482 
2643 
     | 
    
         
             
                      "environmentActions": {
         
     | 
| 
       2483 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2644 
     | 
    
         
            +
                        "shape": "S4a"
         
     | 
| 
       2484 
2645 
     | 
    
         
             
                      },
         
     | 
| 
       2485 
2646 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       2486 
2647 
     | 
    
         
             
                      "environmentProfileId": {},
         
     | 
| 
       2487 
2648 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       2488 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2649 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       2489 
2650 
     | 
    
         
             
                      },
         
     | 
| 
       2490 
2651 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2491 
2652 
     | 
    
         
             
                      "lastDeployment": {
         
     | 
| 
       2492 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2653 
     | 
    
         
            +
                        "shape": "S4g"
         
     | 
| 
       2493 
2654 
     | 
    
         
             
                      },
         
     | 
| 
       2494 
2655 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2495 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2656 
     | 
    
         
            +
                        "shape": "S4m"
         
     | 
| 
       2496 
2657 
     | 
    
         
             
                      },
         
     | 
| 
       2497 
2658 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       2498 
2659 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       2499 
2660 
     | 
    
         
             
                      "provisionedResources": {
         
     | 
| 
       2500 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2661 
     | 
    
         
            +
                        "shape": "S4n"
         
     | 
| 
       2501 
2662 
     | 
    
         
             
                      },
         
     | 
| 
       2502 
2663 
     | 
    
         
             
                      "provisioningProperties": {
         
     | 
| 
       2503 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2664 
     | 
    
         
            +
                        "shape": "S4p"
         
     | 
| 
       2504 
2665 
     | 
    
         
             
                      },
         
     | 
| 
       2505 
2666 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       2506 
2667 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2507 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2668 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2508 
2669 
     | 
    
         
             
                      },
         
     | 
| 
       2509 
2670 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       2510 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2671 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
      
 2672 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2673 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2674 
     | 
    
         
            +
                  }
         
     | 
| 
      
 2675 
     | 
    
         
            +
                },
         
     | 
| 
      
 2676 
     | 
    
         
            +
                "GetEnvironmentAction": {
         
     | 
| 
      
 2677 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 2678 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 2679 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}",
         
     | 
| 
      
 2680 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 2681 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2682 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 2683 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2684 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 2685 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 2686 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 2687 
     | 
    
         
            +
                      "identifier"
         
     | 
| 
      
 2688 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 2689 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 2690 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 2691 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2692 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 2693 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2694 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 2695 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2696 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 2697 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2698 
     | 
    
         
            +
                      "identifier": {
         
     | 
| 
      
 2699 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 2700 
     | 
    
         
            +
                        "locationName": "identifier"
         
     | 
| 
      
 2701 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2702 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2703 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2704 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 2705 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2706 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 2707 
     | 
    
         
            +
                      "domainId",
         
     | 
| 
      
 2708 
     | 
    
         
            +
                      "environmentId",
         
     | 
| 
      
 2709 
     | 
    
         
            +
                      "id",
         
     | 
| 
      
 2710 
     | 
    
         
            +
                      "name",
         
     | 
| 
      
 2711 
     | 
    
         
            +
                      "parameters"
         
     | 
| 
      
 2712 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 2713 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 2714 
     | 
    
         
            +
                      "description": {},
         
     | 
| 
      
 2715 
     | 
    
         
            +
                      "domainId": {},
         
     | 
| 
      
 2716 
     | 
    
         
            +
                      "environmentId": {},
         
     | 
| 
      
 2717 
     | 
    
         
            +
                      "id": {},
         
     | 
| 
      
 2718 
     | 
    
         
            +
                      "name": {},
         
     | 
| 
      
 2719 
     | 
    
         
            +
                      "parameters": {
         
     | 
| 
      
 2720 
     | 
    
         
            +
                        "shape": "S4w"
         
     | 
| 
       2511 
2721 
     | 
    
         
             
                      }
         
     | 
| 
       2512 
2722 
     | 
    
         
             
                    }
         
     | 
| 
       2513 
2723 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2545,28 +2755,28 @@ 
     | 
|
| 
       2545 
2755 
     | 
    
         
             
                    ],
         
     | 
| 
       2546 
2756 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2547 
2757 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2548 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2758 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2549 
2759 
     | 
    
         
             
                      },
         
     | 
| 
       2550 
2760 
     | 
    
         
             
                      "deploymentProperties": {
         
     | 
| 
       2551 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2761 
     | 
    
         
            +
                        "shape": "S47"
         
     | 
| 
       2552 
2762 
     | 
    
         
             
                      },
         
     | 
| 
       2553 
2763 
     | 
    
         
             
                      "description": {
         
     | 
| 
       2554 
2764 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
       2555 
2765 
     | 
    
         
             
                      },
         
     | 
| 
       2556 
2766 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       2557 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2767 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       2558 
2768 
     | 
    
         
             
                      },
         
     | 
| 
       2559 
2769 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2560 
2770 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       2561 
2771 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       2562 
2772 
     | 
    
         
             
                      "provisioningProperties": {
         
     | 
| 
       2563 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2773 
     | 
    
         
            +
                        "shape": "S4p"
         
     | 
| 
       2564 
2774 
     | 
    
         
             
                      },
         
     | 
| 
       2565 
2775 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2566 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2776 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2567 
2777 
     | 
    
         
             
                      },
         
     | 
| 
       2568 
2778 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       2569 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2779 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
       2570 
2780 
     | 
    
         
             
                      }
         
     | 
| 
       2571 
2781 
     | 
    
         
             
                    }
         
     | 
| 
       2572 
2782 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2602,20 +2812,20 @@ 
     | 
|
| 
       2602 
2812 
     | 
    
         
             
                    ],
         
     | 
| 
       2603 
2813 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2604 
2814 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2605 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2815 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2606 
2816 
     | 
    
         
             
                      },
         
     | 
| 
       2607 
2817 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2608 
2818 
     | 
    
         
             
                      "enabledRegions": {
         
     | 
| 
       2609 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2819 
     | 
    
         
            +
                        "shape": "S96"
         
     | 
| 
       2610 
2820 
     | 
    
         
             
                      },
         
     | 
| 
       2611 
2821 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       2612 
2822 
     | 
    
         
             
                      "manageAccessRoleArn": {},
         
     | 
| 
       2613 
2823 
     | 
    
         
             
                      "provisioningRoleArn": {},
         
     | 
| 
       2614 
2824 
     | 
    
         
             
                      "regionalParameters": {
         
     | 
| 
       2615 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2825 
     | 
    
         
            +
                        "shape": "S98"
         
     | 
| 
       2616 
2826 
     | 
    
         
             
                      },
         
     | 
| 
       2617 
2827 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2618 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2828 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2619 
2829 
     | 
    
         
             
                      }
         
     | 
| 
       2620 
2830 
     | 
    
         
             
                    }
         
     | 
| 
       2621 
2831 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2656,7 +2866,7 @@ 
     | 
|
| 
       2656 
2866 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       2657 
2867 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       2658 
2868 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       2659 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2869 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2660 
2870 
     | 
    
         
             
                      },
         
     | 
| 
       2661 
2871 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       2662 
2872 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -2666,14 +2876,14 @@ 
     | 
|
| 
       2666 
2876 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       2667 
2877 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2668 
2878 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2669 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2879 
     | 
    
         
            +
                        "shape": "S51"
         
     | 
| 
       2670 
2880 
     | 
    
         
             
                      },
         
     | 
| 
       2671 
2881 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       2672 
2882 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2673 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2883 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       2674 
2884 
     | 
    
         
             
                      },
         
     | 
| 
       2675 
2885 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       2676 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2886 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
       2677 
2887 
     | 
    
         
             
                      }
         
     | 
| 
       2678 
2888 
     | 
    
         
             
                    }
         
     | 
| 
       2679 
2889 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2723,13 +2933,13 @@ 
     | 
|
| 
       2723 
2933 
     | 
    
         
             
                      },
         
     | 
| 
       2724 
2934 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2725 
2935 
     | 
    
         
             
                      "imports": {
         
     | 
| 
       2726 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2936 
     | 
    
         
            +
                        "shape": "S9e"
         
     | 
| 
       2727 
2937 
     | 
    
         
             
                      },
         
     | 
| 
       2728 
2938 
     | 
    
         
             
                      "model": {
         
     | 
| 
       2729 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2939 
     | 
    
         
            +
                        "shape": "S54"
         
     | 
| 
       2730 
2940 
     | 
    
         
             
                      },
         
     | 
| 
       2731 
2941 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2732 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2942 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       2733 
2943 
     | 
    
         
             
                      },
         
     | 
| 
       2734 
2944 
     | 
    
         
             
                      "originDomainId": {},
         
     | 
| 
       2735 
2945 
     | 
    
         
             
                      "originProjectId": {},
         
     | 
| 
         @@ -2777,12 +2987,12 @@ 
     | 
|
| 
       2777 
2987 
     | 
    
         
             
                      },
         
     | 
| 
       2778 
2988 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       2779 
2989 
     | 
    
         
             
                      "description": {
         
     | 
| 
       2780 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2990 
     | 
    
         
            +
                        "shape": "S59"
         
     | 
| 
       2781 
2991 
     | 
    
         
             
                      },
         
     | 
| 
       2782 
2992 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2783 
2993 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2784 
2994 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2785 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2995 
     | 
    
         
            +
                        "shape": "S5a"
         
     | 
| 
       2786 
2996 
     | 
    
         
             
                      },
         
     | 
| 
       2787 
2997 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       2788 
2998 
     | 
    
         
             
                      "status": {},
         
     | 
| 
         @@ -2834,7 +3044,7 @@ 
     | 
|
| 
       2834 
3044 
     | 
    
         
             
                      "glossaryId": {},
         
     | 
| 
       2835 
3045 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2836 
3046 
     | 
    
         
             
                      "longDescription": {
         
     | 
| 
       2837 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3047 
     | 
    
         
            +
                        "shape": "S5f"
         
     | 
| 
       2838 
3048 
     | 
    
         
             
                      },
         
     | 
| 
       2839 
3049 
     | 
    
         
             
                      "name": {
         
     | 
| 
       2840 
3050 
     | 
    
         
             
                        "shape": "Sy"
         
     | 
| 
         @@ -2844,7 +3054,7 @@ 
     | 
|
| 
       2844 
3054 
     | 
    
         
             
                      },
         
     | 
| 
       2845 
3055 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       2846 
3056 
     | 
    
         
             
                      "termRelations": {
         
     | 
| 
       2847 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3057 
     | 
    
         
            +
                        "shape": "S5h"
         
     | 
| 
       2848 
3058 
     | 
    
         
             
                      },
         
     | 
| 
       2849 
3059 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       2850 
3060 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -2881,7 +3091,7 @@ 
     | 
|
| 
       2881 
3091 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2882 
3092 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       2883 
3093 
     | 
    
         
             
                      "groupName": {
         
     | 
| 
       2884 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3094 
     | 
    
         
            +
                        "shape": "S5o"
         
     | 
| 
       2885 
3095 
     | 
    
         
             
                      },
         
     | 
| 
       2886 
3096 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       2887 
3097 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -2977,7 +3187,7 @@ 
     | 
|
| 
       2977 
3187 
     | 
    
         
             
                                "shape": "Sw"
         
     | 
| 
       2978 
3188 
     | 
    
         
             
                              },
         
     | 
| 
       2979 
3189 
     | 
    
         
             
                              "latestTimeSeriesDataPointForms": {
         
     | 
| 
       2980 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 3190 
     | 
    
         
            +
                                "shape": "S20"
         
     | 
| 
       2981 
3191 
     | 
    
         
             
                              },
         
     | 
| 
       2982 
3192 
     | 
    
         
             
                              "owningProjectId": {}
         
     | 
| 
       2983 
3193 
     | 
    
         
             
                            }
         
     | 
| 
         @@ -3035,7 +3245,7 @@ 
     | 
|
| 
       3035 
3245 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       3036 
3246 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       3037 
3247 
     | 
    
         
             
                      "target": {
         
     | 
| 
       3038 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3248 
     | 
    
         
            +
                        "shape": "S9v"
         
     | 
| 
       3039 
3249 
     | 
    
         
             
                      },
         
     | 
| 
       3040 
3250 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       3041 
3251 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3074,7 +3284,7 @@ 
     | 
|
| 
       3074 
3284 
     | 
    
         
             
                    ],
         
     | 
| 
       3075 
3285 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3076 
3286 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       3077 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3287 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       3078 
3288 
     | 
    
         
             
                      },
         
     | 
| 
       3079 
3289 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       3080 
3290 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -3082,14 +3292,14 @@ 
     | 
|
| 
       3082 
3292 
     | 
    
         
             
                      },
         
     | 
| 
       3083 
3293 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       3084 
3294 
     | 
    
         
             
                      "failureReasons": {
         
     | 
| 
       3085 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3295 
     | 
    
         
            +
                        "shape": "S5y"
         
     | 
| 
       3086 
3296 
     | 
    
         
             
                      },
         
     | 
| 
       3087 
3297 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       3088 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3298 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       3089 
3299 
     | 
    
         
             
                      },
         
     | 
| 
       3090 
3300 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       3091 
3301 
     | 
    
         
             
                      "lastUpdatedAt": {
         
     | 
| 
       3092 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3302 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       3093 
3303 
     | 
    
         
             
                      },
         
     | 
| 
       3094 
3304 
     | 
    
         
             
                      "name": {
         
     | 
| 
       3095 
3305 
     | 
    
         
             
                        "shape": "S15"
         
     | 
| 
         @@ -3195,7 +3405,7 @@ 
     | 
|
| 
       3195 
3405 
     | 
    
         
             
                    ],
         
     | 
| 
       3196 
3406 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3197 
3407 
     | 
    
         
             
                      "assets": {
         
     | 
| 
       3198 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3408 
     | 
    
         
            +
                        "shape": "S6c"
         
     | 
| 
       3199 
3409 
     | 
    
         
             
                      },
         
     | 
| 
       3200 
3410 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       3201 
3411 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -3203,7 +3413,7 @@ 
     | 
|
| 
       3203 
3413 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       3204 
3414 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       3205 
3415 
     | 
    
         
             
                      "grantedEntity": {
         
     | 
| 
       3206 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3416 
     | 
    
         
            +
                        "shape": "S6g"
         
     | 
| 
       3207 
3417 
     | 
    
         
             
                      },
         
     | 
| 
       3208 
3418 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       3209 
3419 
     | 
    
         
             
                      "status": {},
         
     | 
| 
         @@ -3333,10 +3543,10 @@ 
     | 
|
| 
       3333 
3543 
     | 
    
         
             
                    ],
         
     | 
| 
       3334 
3544 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3335 
3545 
     | 
    
         
             
                      "applicableAssetTypes": {
         
     | 
| 
       3336 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3546 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       3337 
3547 
     | 
    
         
             
                      },
         
     | 
| 
       3338 
3548 
     | 
    
         
             
                      "authorizedPrincipals": {
         
     | 
| 
       3339 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3549 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       3340 
3550 
     | 
    
         
             
                      },
         
     | 
| 
       3341 
3551 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       3342 
3552 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -3347,12 +3557,12 @@ 
     | 
|
| 
       3347 
3557 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       3348 
3558 
     | 
    
         
             
                      "manageAccessRole": {},
         
     | 
| 
       3349 
3559 
     | 
    
         
             
                      "name": {
         
     | 
| 
       3350 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3560 
     | 
    
         
            +
                        "shape": "S6x"
         
     | 
| 
       3351 
3561 
     | 
    
         
             
                      },
         
     | 
| 
       3352 
3562 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       3353 
3563 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       3354 
3564 
     | 
    
         
             
                      "subscriptionTargetConfig": {
         
     | 
| 
       3355 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3565 
     | 
    
         
            +
                        "shape": "S6y"
         
     | 
| 
       3356 
3566 
     | 
    
         
             
                      },
         
     | 
| 
       3357 
3567 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       3358 
3568 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -3407,7 +3617,7 @@ 
     | 
|
| 
       3407 
3617 
     | 
    
         
             
                      "entityId": {},
         
     | 
| 
       3408 
3618 
     | 
    
         
             
                      "entityType": {},
         
     | 
| 
       3409 
3619 
     | 
    
         
             
                      "form": {
         
     | 
| 
       3410 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3620 
     | 
    
         
            +
                        "shape": "Sae"
         
     | 
| 
       3411 
3621 
     | 
    
         
             
                      },
         
     | 
| 
       3412 
3622 
     | 
    
         
             
                      "formName": {}
         
     | 
| 
       3413 
3623 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3444,7 +3654,7 @@ 
     | 
|
| 
       3444 
3654 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3445 
3655 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3446 
3656 
     | 
    
         
             
                      "details": {
         
     | 
| 
       3447 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3657 
     | 
    
         
            +
                        "shape": "S75"
         
     | 
| 
       3448 
3658 
     | 
    
         
             
                      },
         
     | 
| 
       3449 
3659 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       3450 
3660 
     | 
    
         
             
                      "id": {},
         
     | 
| 
         @@ -3564,26 +3774,26 @@ 
     | 
|
| 
       3564 
3774 
     | 
    
         
             
                          ],
         
     | 
| 
       3565 
3775 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3566 
3776 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       3567 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3777 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3568 
3778 
     | 
    
         
             
                            },
         
     | 
| 
       3569 
3779 
     | 
    
         
             
                            "dataAssetId": {},
         
     | 
| 
       3570 
3780 
     | 
    
         
             
                            "dataAssetStatus": {},
         
     | 
| 
       3571 
3781 
     | 
    
         
             
                            "dataSourceRunId": {},
         
     | 
| 
       3572 
3782 
     | 
    
         
             
                            "database": {
         
     | 
| 
       3573 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3783 
     | 
    
         
            +
                              "shape": "S32"
         
     | 
| 
       3574 
3784 
     | 
    
         
             
                            },
         
     | 
| 
       3575 
3785 
     | 
    
         
             
                            "errorMessage": {
         
     | 
| 
       3576 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3786 
     | 
    
         
            +
                              "shape": "S3j"
         
     | 
| 
       3577 
3787 
     | 
    
         
             
                            },
         
     | 
| 
       3578 
3788 
     | 
    
         
             
                            "projectId": {},
         
     | 
| 
       3579 
3789 
     | 
    
         
             
                            "technicalDescription": {
         
     | 
| 
       3580 
3790 
     | 
    
         
             
                              "shape": "Sq"
         
     | 
| 
       3581 
3791 
     | 
    
         
             
                            },
         
     | 
| 
       3582 
3792 
     | 
    
         
             
                            "technicalName": {
         
     | 
| 
       3583 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3793 
     | 
    
         
            +
                              "shape": "S32"
         
     | 
| 
       3584 
3794 
     | 
    
         
             
                            },
         
     | 
| 
       3585 
3795 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       3586 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3796 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3587 
3797 
     | 
    
         
             
                            }
         
     | 
| 
       3588 
3798 
     | 
    
         
             
                          }
         
     | 
| 
       3589 
3799 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3649,27 +3859,27 @@ 
     | 
|
| 
       3649 
3859 
     | 
    
         
             
                          ],
         
     | 
| 
       3650 
3860 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3651 
3861 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       3652 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3862 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3653 
3863 
     | 
    
         
             
                            },
         
     | 
| 
       3654 
3864 
     | 
    
         
             
                            "dataSourceId": {},
         
     | 
| 
       3655 
3865 
     | 
    
         
             
                            "errorMessage": {
         
     | 
| 
       3656 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3866 
     | 
    
         
            +
                              "shape": "S3j"
         
     | 
| 
       3657 
3867 
     | 
    
         
             
                            },
         
     | 
| 
       3658 
3868 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       3659 
3869 
     | 
    
         
             
                            "projectId": {},
         
     | 
| 
       3660 
3870 
     | 
    
         
             
                            "runStatisticsForAssets": {
         
     | 
| 
       3661 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3871 
     | 
    
         
            +
                              "shape": "S8t"
         
     | 
| 
       3662 
3872 
     | 
    
         
             
                            },
         
     | 
| 
       3663 
3873 
     | 
    
         
             
                            "startedAt": {
         
     | 
| 
       3664 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3874 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3665 
3875 
     | 
    
         
             
                            },
         
     | 
| 
       3666 
3876 
     | 
    
         
             
                            "status": {},
         
     | 
| 
       3667 
3877 
     | 
    
         
             
                            "stoppedAt": {
         
     | 
| 
       3668 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3878 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3669 
3879 
     | 
    
         
             
                            },
         
     | 
| 
       3670 
3880 
     | 
    
         
             
                            "type": {},
         
     | 
| 
       3671 
3881 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       3672 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3882 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3673 
3883 
     | 
    
         
             
                            }
         
     | 
| 
       3674 
3884 
     | 
    
         
             
                          }
         
     | 
| 
       3675 
3885 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3705,7 +3915,7 @@ 
     | 
|
| 
       3705 
3915 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       3706 
3916 
     | 
    
         
             
                      },
         
     | 
| 
       3707 
3917 
     | 
    
         
             
                      "name": {
         
     | 
| 
       3708 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3918 
     | 
    
         
            +
                        "shape": "S32",
         
     | 
| 
       3709 
3919 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       3710 
3920 
     | 
    
         
             
                        "locationName": "name"
         
     | 
| 
       3711 
3921 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -3747,7 +3957,7 @@ 
     | 
|
| 
       3747 
3957 
     | 
    
         
             
                          ],
         
     | 
| 
       3748 
3958 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3749 
3959 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       3750 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3960 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3751 
3961 
     | 
    
         
             
                            },
         
     | 
| 
       3752 
3962 
     | 
    
         
             
                            "dataSourceId": {},
         
     | 
| 
       3753 
3963 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
         @@ -3757,22 +3967,22 @@ 
     | 
|
| 
       3757 
3967 
     | 
    
         
             
                              "type": "integer"
         
     | 
| 
       3758 
3968 
     | 
    
         
             
                            },
         
     | 
| 
       3759 
3969 
     | 
    
         
             
                            "lastRunAt": {
         
     | 
| 
       3760 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3970 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3761 
3971 
     | 
    
         
             
                            },
         
     | 
| 
       3762 
3972 
     | 
    
         
             
                            "lastRunErrorMessage": {
         
     | 
| 
       3763 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3973 
     | 
    
         
            +
                              "shape": "S3j"
         
     | 
| 
       3764 
3974 
     | 
    
         
             
                            },
         
     | 
| 
       3765 
3975 
     | 
    
         
             
                            "lastRunStatus": {},
         
     | 
| 
       3766 
3976 
     | 
    
         
             
                            "name": {
         
     | 
| 
       3767 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3977 
     | 
    
         
            +
                              "shape": "S32"
         
     | 
| 
       3768 
3978 
     | 
    
         
             
                            },
         
     | 
| 
       3769 
3979 
     | 
    
         
             
                            "schedule": {
         
     | 
| 
       3770 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3980 
     | 
    
         
            +
                              "shape": "S34"
         
     | 
| 
       3771 
3981 
     | 
    
         
             
                            },
         
     | 
| 
       3772 
3982 
     | 
    
         
             
                            "status": {},
         
     | 
| 
       3773 
3983 
     | 
    
         
             
                            "type": {},
         
     | 
| 
       3774 
3984 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       3775 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3985 
     | 
    
         
            +
                              "shape": "S3i"
         
     | 
| 
       3776 
3986 
     | 
    
         
             
                            }
         
     | 
| 
       3777 
3987 
     | 
    
         
             
                          }
         
     | 
| 
       3778 
3988 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3850,6 +4060,68 @@ 
     | 
|
| 
       3850 
4060 
     | 
    
         
             
                    }
         
     | 
| 
       3851 
4061 
     | 
    
         
             
                  }
         
     | 
| 
       3852 
4062 
     | 
    
         
             
                },
         
     | 
| 
      
 4063 
     | 
    
         
            +
                "ListEnvironmentActions": {
         
     | 
| 
      
 4064 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 4065 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 4066 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions",
         
     | 
| 
      
 4067 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 4068 
     | 
    
         
            +
                  },
         
     | 
| 
      
 4069 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 4070 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 4071 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 4072 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 4073 
     | 
    
         
            +
                      "environmentIdentifier"
         
     | 
| 
      
 4074 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 4075 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 4076 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 4077 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 4078 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 4079 
     | 
    
         
            +
                      },
         
     | 
| 
      
 4080 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 4081 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 4082 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 4083 
     | 
    
         
            +
                      },
         
     | 
| 
      
 4084 
     | 
    
         
            +
                      "maxResults": {
         
     | 
| 
      
 4085 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 4086 
     | 
    
         
            +
                        "locationName": "maxResults",
         
     | 
| 
      
 4087 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 4088 
     | 
    
         
            +
                      },
         
     | 
| 
      
 4089 
     | 
    
         
            +
                      "nextToken": {
         
     | 
| 
      
 4090 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 4091 
     | 
    
         
            +
                        "locationName": "nextToken"
         
     | 
| 
      
 4092 
     | 
    
         
            +
                      }
         
     | 
| 
      
 4093 
     | 
    
         
            +
                    }
         
     | 
| 
      
 4094 
     | 
    
         
            +
                  },
         
     | 
| 
      
 4095 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 4096 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 4097 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 4098 
     | 
    
         
            +
                      "items": {
         
     | 
| 
      
 4099 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 4100 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 4101 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 4102 
     | 
    
         
            +
                          "required": [
         
     | 
| 
      
 4103 
     | 
    
         
            +
                            "domainId",
         
     | 
| 
      
 4104 
     | 
    
         
            +
                            "environmentId",
         
     | 
| 
      
 4105 
     | 
    
         
            +
                            "id",
         
     | 
| 
      
 4106 
     | 
    
         
            +
                            "name",
         
     | 
| 
      
 4107 
     | 
    
         
            +
                            "parameters"
         
     | 
| 
      
 4108 
     | 
    
         
            +
                          ],
         
     | 
| 
      
 4109 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 4110 
     | 
    
         
            +
                            "description": {},
         
     | 
| 
      
 4111 
     | 
    
         
            +
                            "domainId": {},
         
     | 
| 
      
 4112 
     | 
    
         
            +
                            "environmentId": {},
         
     | 
| 
      
 4113 
     | 
    
         
            +
                            "id": {},
         
     | 
| 
      
 4114 
     | 
    
         
            +
                            "name": {},
         
     | 
| 
      
 4115 
     | 
    
         
            +
                            "parameters": {
         
     | 
| 
      
 4116 
     | 
    
         
            +
                              "shape": "S4w"
         
     | 
| 
      
 4117 
     | 
    
         
            +
                            }
         
     | 
| 
      
 4118 
     | 
    
         
            +
                          }
         
     | 
| 
      
 4119 
     | 
    
         
            +
                        }
         
     | 
| 
      
 4120 
     | 
    
         
            +
                      },
         
     | 
| 
      
 4121 
     | 
    
         
            +
                      "nextToken": {}
         
     | 
| 
      
 4122 
     | 
    
         
            +
                    }
         
     | 
| 
      
 4123 
     | 
    
         
            +
                  }
         
     | 
| 
      
 4124 
     | 
    
         
            +
                },
         
     | 
| 
       3853 
4125 
     | 
    
         
             
                "ListEnvironmentBlueprintConfigurations": {
         
     | 
| 
       3854 
4126 
     | 
    
         
             
                  "http": {
         
     | 
| 
       3855 
4127 
     | 
    
         
             
                    "method": "GET",
         
     | 
| 
         @@ -3890,20 +4162,20 @@ 
     | 
|
| 
       3890 
4162 
     | 
    
         
             
                          ],
         
     | 
| 
       3891 
4163 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3892 
4164 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       3893 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4165 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       3894 
4166 
     | 
    
         
             
                            },
         
     | 
| 
       3895 
4167 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
       3896 
4168 
     | 
    
         
             
                            "enabledRegions": {
         
     | 
| 
       3897 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4169 
     | 
    
         
            +
                              "shape": "S96"
         
     | 
| 
       3898 
4170 
     | 
    
         
             
                            },
         
     | 
| 
       3899 
4171 
     | 
    
         
             
                            "environmentBlueprintId": {},
         
     | 
| 
       3900 
4172 
     | 
    
         
             
                            "manageAccessRoleArn": {},
         
     | 
| 
       3901 
4173 
     | 
    
         
             
                            "provisioningRoleArn": {},
         
     | 
| 
       3902 
4174 
     | 
    
         
             
                            "regionalParameters": {
         
     | 
| 
       3903 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4175 
     | 
    
         
            +
                              "shape": "S98"
         
     | 
| 
       3904 
4176 
     | 
    
         
             
                            },
         
     | 
| 
       3905 
4177 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       3906 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4178 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       3907 
4179 
     | 
    
         
             
                            }
         
     | 
| 
       3908 
4180 
     | 
    
         
             
                          }
         
     | 
| 
       3909 
4181 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3966,7 +4238,7 @@ 
     | 
|
| 
       3966 
4238 
     | 
    
         
             
                          ],
         
     | 
| 
       3967 
4239 
     | 
    
         
             
                          "members": {
         
     | 
| 
       3968 
4240 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       3969 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4241 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       3970 
4242 
     | 
    
         
             
                            },
         
     | 
| 
       3971 
4243 
     | 
    
         
             
                            "description": {
         
     | 
| 
       3972 
4244 
     | 
    
         
             
                              "shape": "Sq"
         
     | 
| 
         @@ -3975,10 +4247,10 @@ 
     | 
|
| 
       3975 
4247 
     | 
    
         
             
                            "name": {},
         
     | 
| 
       3976 
4248 
     | 
    
         
             
                            "provider": {},
         
     | 
| 
       3977 
4249 
     | 
    
         
             
                            "provisioningProperties": {
         
     | 
| 
       3978 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4250 
     | 
    
         
            +
                              "shape": "S4p"
         
     | 
| 
       3979 
4251 
     | 
    
         
             
                            },
         
     | 
| 
       3980 
4252 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       3981 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4253 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       3982 
4254 
     | 
    
         
             
                            }
         
     | 
| 
       3983 
4255 
     | 
    
         
             
                          }
         
     | 
| 
       3984 
4256 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4021,7 +4293,7 @@ 
     | 
|
| 
       4021 
4293 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       4022 
4294 
     | 
    
         
             
                      },
         
     | 
| 
       4023 
4295 
     | 
    
         
             
                      "name": {
         
     | 
| 
       4024 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4296 
     | 
    
         
            +
                        "shape": "S51",
         
     | 
| 
       4025 
4297 
     | 
    
         
             
                        "location": "querystring",
         
     | 
| 
       4026 
4298 
     | 
    
         
             
                        "locationName": "name"
         
     | 
| 
       4027 
4299 
     | 
    
         
             
                      },
         
     | 
| 
         @@ -4056,7 +4328,7 @@ 
     | 
|
| 
       4056 
4328 
     | 
    
         
             
                            "awsAccountId": {},
         
     | 
| 
       4057 
4329 
     | 
    
         
             
                            "awsAccountRegion": {},
         
     | 
| 
       4058 
4330 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       4059 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4331 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4060 
4332 
     | 
    
         
             
                            },
         
     | 
| 
       4061 
4333 
     | 
    
         
             
                            "createdBy": {},
         
     | 
| 
       4062 
4334 
     | 
    
         
             
                            "description": {
         
     | 
| 
         @@ -4066,11 +4338,11 @@ 
     | 
|
| 
       4066 
4338 
     | 
    
         
             
                            "environmentBlueprintId": {},
         
     | 
| 
       4067 
4339 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       4068 
4340 
     | 
    
         
             
                            "name": {
         
     | 
| 
       4069 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4341 
     | 
    
         
            +
                              "shape": "S51"
         
     | 
| 
       4070 
4342 
     | 
    
         
             
                            },
         
     | 
| 
       4071 
4343 
     | 
    
         
             
                            "projectId": {},
         
     | 
| 
       4072 
4344 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       4073 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4345 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4074 
4346 
     | 
    
         
             
                            }
         
     | 
| 
       4075 
4347 
     | 
    
         
             
                          }
         
     | 
| 
       4076 
4348 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4152,7 +4424,6 @@ 
     | 
|
| 
       4152 
4424 
     | 
    
         
             
                          "required": [
         
     | 
| 
       4153 
4425 
     | 
    
         
             
                            "createdBy",
         
     | 
| 
       4154 
4426 
     | 
    
         
             
                            "domainId",
         
     | 
| 
       4155 
     | 
    
         
            -
                            "environmentProfileId",
         
     | 
| 
       4156 
4427 
     | 
    
         
             
                            "name",
         
     | 
| 
       4157 
4428 
     | 
    
         
             
                            "projectId",
         
     | 
| 
       4158 
4429 
     | 
    
         
             
                            "provider"
         
     | 
| 
         @@ -4161,7 +4432,7 @@ 
     | 
|
| 
       4161 
4432 
     | 
    
         
             
                            "awsAccountId": {},
         
     | 
| 
       4162 
4433 
     | 
    
         
             
                            "awsAccountRegion": {},
         
     | 
| 
       4163 
4434 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       4164 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4435 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4165 
4436 
     | 
    
         
             
                            },
         
     | 
| 
       4166 
4437 
     | 
    
         
             
                            "createdBy": {},
         
     | 
| 
       4167 
4438 
     | 
    
         
             
                            "description": {
         
     | 
| 
         @@ -4171,13 +4442,13 @@ 
     | 
|
| 
       4171 
4442 
     | 
    
         
             
                            "environmentProfileId": {},
         
     | 
| 
       4172 
4443 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       4173 
4444 
     | 
    
         
             
                            "name": {
         
     | 
| 
       4174 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4445 
     | 
    
         
            +
                              "shape": "S4m"
         
     | 
| 
       4175 
4446 
     | 
    
         
             
                            },
         
     | 
| 
       4176 
4447 
     | 
    
         
             
                            "projectId": {},
         
     | 
| 
       4177 
4448 
     | 
    
         
             
                            "provider": {},
         
     | 
| 
       4178 
4449 
     | 
    
         
             
                            "status": {},
         
     | 
| 
       4179 
4450 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       4180 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4451 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4181 
4452 
     | 
    
         
             
                            }
         
     | 
| 
       4182 
4453 
     | 
    
         
             
                          }
         
     | 
| 
       4183 
4454 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4243,7 +4514,7 @@ 
     | 
|
| 
       4243 
4514 
     | 
    
         
             
                            "owningProjectId": {},
         
     | 
| 
       4244 
4515 
     | 
    
         
             
                            "status": {},
         
     | 
| 
       4245 
4516 
     | 
    
         
             
                            "target": {
         
     | 
| 
       4246 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4517 
     | 
    
         
            +
                              "shape": "S9v"
         
     | 
| 
       4247 
4518 
     | 
    
         
             
                            },
         
     | 
| 
       4248 
4519 
     | 
    
         
             
                            "type": {}
         
     | 
| 
       4249 
4520 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -4524,7 +4795,7 @@ 
     | 
|
| 
       4524 
4795 
     | 
    
         
             
                          ],
         
     | 
| 
       4525 
4796 
     | 
    
         
             
                          "members": {
         
     | 
| 
       4526 
4797 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       4527 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4798 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4528 
4799 
     | 
    
         
             
                            },
         
     | 
| 
       4529 
4800 
     | 
    
         
             
                            "createdBy": {},
         
     | 
| 
       4530 
4801 
     | 
    
         
             
                            "description": {
         
     | 
| 
         @@ -4532,7 +4803,7 @@ 
     | 
|
| 
       4532 
4803 
     | 
    
         
             
                            },
         
     | 
| 
       4533 
4804 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
       4534 
4805 
     | 
    
         
             
                            "failureReasons": {
         
     | 
| 
       4535 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4806 
     | 
    
         
            +
                              "shape": "S5y"
         
     | 
| 
       4536 
4807 
     | 
    
         
             
                            },
         
     | 
| 
       4537 
4808 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       4538 
4809 
     | 
    
         
             
                            "name": {
         
     | 
| 
         @@ -4540,7 +4811,7 @@ 
     | 
|
| 
       4540 
4811 
     | 
    
         
             
                            },
         
     | 
| 
       4541 
4812 
     | 
    
         
             
                            "projectStatus": {},
         
     | 
| 
       4542 
4813 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
       4543 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4814 
     | 
    
         
            +
                              "shape": "S46"
         
     | 
| 
       4544 
4815 
     | 
    
         
             
                            }
         
     | 
| 
       4545 
4816 
     | 
    
         
             
                          }
         
     | 
| 
       4546 
4817 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -4622,7 +4893,7 @@ 
     | 
|
| 
       4622 
4893 
     | 
    
         
             
                          ],
         
     | 
| 
       4623 
4894 
     | 
    
         
             
                          "members": {
         
     | 
| 
       4624 
4895 
     | 
    
         
             
                            "assets": {
         
     | 
| 
       4625 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4896 
     | 
    
         
            +
                              "shape": "S6c"
         
     | 
| 
       4626 
4897 
     | 
    
         
             
                            },
         
     | 
| 
       4627 
4898 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       4628 
4899 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
         @@ -4630,7 +4901,7 @@ 
     | 
|
| 
       4630 
4901 
     | 
    
         
             
                            "createdBy": {},
         
     | 
| 
       4631 
4902 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
       4632 
4903 
     | 
    
         
             
                            "grantedEntity": {
         
     | 
| 
       4633 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4904 
     | 
    
         
            +
                              "shape": "S6g"
         
     | 
| 
       4634 
4905 
     | 
    
         
             
                            },
         
     | 
| 
       4635 
4906 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       4636 
4907 
     | 
    
         
             
                            "status": {},
         
     | 
| 
         @@ -4824,10 +5095,10 @@ 
     | 
|
| 
       4824 
5095 
     | 
    
         
             
                          ],
         
     | 
| 
       4825 
5096 
     | 
    
         
             
                          "members": {
         
     | 
| 
       4826 
5097 
     | 
    
         
             
                            "applicableAssetTypes": {
         
     | 
| 
       4827 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 5098 
     | 
    
         
            +
                              "shape": "S6u"
         
     | 
| 
       4828 
5099 
     | 
    
         
             
                            },
         
     | 
| 
       4829 
5100 
     | 
    
         
             
                            "authorizedPrincipals": {
         
     | 
| 
       4830 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 5101 
     | 
    
         
            +
                              "shape": "S6v"
         
     | 
| 
       4831 
5102 
     | 
    
         
             
                            },
         
     | 
| 
       4832 
5103 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
       4833 
5104 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
         @@ -4838,12 +5109,12 @@ 
     | 
|
| 
       4838 
5109 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       4839 
5110 
     | 
    
         
             
                            "manageAccessRole": {},
         
     | 
| 
       4840 
5111 
     | 
    
         
             
                            "name": {
         
     | 
| 
       4841 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 5112 
     | 
    
         
            +
                              "shape": "S6x"
         
     | 
| 
       4842 
5113 
     | 
    
         
             
                            },
         
     | 
| 
       4843 
5114 
     | 
    
         
             
                            "projectId": {},
         
     | 
| 
       4844 
5115 
     | 
    
         
             
                            "provider": {},
         
     | 
| 
       4845 
5116 
     | 
    
         
             
                            "subscriptionTargetConfig": {
         
     | 
| 
       4846 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 5117 
     | 
    
         
            +
                              "shape": "S6y"
         
     | 
| 
       4847 
5118 
     | 
    
         
             
                            },
         
     | 
| 
       4848 
5119 
     | 
    
         
             
                            "type": {},
         
     | 
| 
       4849 
5120 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
         @@ -4983,7 +5254,7 @@ 
     | 
|
| 
       4983 
5254 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       4984 
5255 
     | 
    
         
             
                    "members": {
         
     | 
| 
       4985 
5256 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       4986 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5257 
     | 
    
         
            +
                        "shape": "S3u"
         
     | 
| 
       4987 
5258 
     | 
    
         
             
                      }
         
     | 
| 
       4988 
5259 
     | 
    
         
             
                    }
         
     | 
| 
       4989 
5260 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -5044,7 +5315,7 @@ 
     | 
|
| 
       5044 
5315 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       5045 
5316 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5046 
5317 
     | 
    
         
             
                      "items": {
         
     | 
| 
       5047 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5318 
     | 
    
         
            +
                        "shape": "S20"
         
     | 
| 
       5048 
5319 
     | 
    
         
             
                      },
         
     | 
| 
       5049 
5320 
     | 
    
         
             
                      "nextToken": {}
         
     | 
| 
       5050 
5321 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -5110,7 +5381,7 @@ 
     | 
|
| 
       5110 
5381 
     | 
    
         
             
                      "forms": {
         
     | 
| 
       5111 
5382 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       5112 
5383 
     | 
    
         
             
                        "member": {
         
     | 
| 
       5113 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 5384 
     | 
    
         
            +
                          "shape": "Sae"
         
     | 
| 
       5114 
5385 
     | 
    
         
             
                        }
         
     | 
| 
       5115 
5386 
     | 
    
         
             
                      }
         
     | 
| 
       5116 
5387 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -5136,7 +5407,7 @@ 
     | 
|
| 
       5136 
5407 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       5137 
5408 
     | 
    
         
             
                      },
         
     | 
| 
       5138 
5409 
     | 
    
         
             
                      "enabledRegions": {
         
     | 
| 
       5139 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5410 
     | 
    
         
            +
                        "shape": "S96"
         
     | 
| 
       5140 
5411 
     | 
    
         
             
                      },
         
     | 
| 
       5141 
5412 
     | 
    
         
             
                      "environmentBlueprintIdentifier": {
         
     | 
| 
       5142 
5413 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -5145,7 +5416,7 @@ 
     | 
|
| 
       5145 
5416 
     | 
    
         
             
                      "manageAccessRoleArn": {},
         
     | 
| 
       5146 
5417 
     | 
    
         
             
                      "provisioningRoleArn": {},
         
     | 
| 
       5147 
5418 
     | 
    
         
             
                      "regionalParameters": {
         
     | 
| 
       5148 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5419 
     | 
    
         
            +
                        "shape": "S98"
         
     | 
| 
       5149 
5420 
     | 
    
         
             
                      }
         
     | 
| 
       5150 
5421 
     | 
    
         
             
                    }
         
     | 
| 
       5151 
5422 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5157,20 +5428,20 @@ 
     | 
|
| 
       5157 
5428 
     | 
    
         
             
                    ],
         
     | 
| 
       5158 
5429 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5159 
5430 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       5160 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5431 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       5161 
5432 
     | 
    
         
             
                      },
         
     | 
| 
       5162 
5433 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       5163 
5434 
     | 
    
         
             
                      "enabledRegions": {
         
     | 
| 
       5164 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5435 
     | 
    
         
            +
                        "shape": "S96"
         
     | 
| 
       5165 
5436 
     | 
    
         
             
                      },
         
     | 
| 
       5166 
5437 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       5167 
5438 
     | 
    
         
             
                      "manageAccessRoleArn": {},
         
     | 
| 
       5168 
5439 
     | 
    
         
             
                      "provisioningRoleArn": {},
         
     | 
| 
       5169 
5440 
     | 
    
         
             
                      "regionalParameters": {
         
     | 
| 
       5170 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5441 
     | 
    
         
            +
                        "shape": "S98"
         
     | 
| 
       5171 
5442 
     | 
    
         
             
                      },
         
     | 
| 
       5172 
5443 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       5173 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5444 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       5174 
5445 
     | 
    
         
             
                      }
         
     | 
| 
       5175 
5446 
     | 
    
         
             
                    }
         
     | 
| 
       5176 
5447 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5399,14 +5670,14 @@ 
     | 
|
| 
       5399 
5670 
     | 
    
         
             
                    ],
         
     | 
| 
       5400 
5671 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5401 
5672 
     | 
    
         
             
                      "additionalAttributes": {
         
     | 
| 
       5402 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5673 
     | 
    
         
            +
                        "shape": "Sdy"
         
     | 
| 
       5403 
5674 
     | 
    
         
             
                      },
         
     | 
| 
       5404 
5675 
     | 
    
         
             
                      "domainIdentifier": {
         
     | 
| 
       5405 
5676 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       5406 
5677 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       5407 
5678 
     | 
    
         
             
                      },
         
     | 
| 
       5408 
5679 
     | 
    
         
             
                      "filters": {
         
     | 
| 
       5409 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5680 
     | 
    
         
            +
                        "shape": "Se0"
         
     | 
| 
       5410 
5681 
     | 
    
         
             
                      },
         
     | 
| 
       5411 
5682 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
       5412 
5683 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -5414,12 +5685,12 @@ 
     | 
|
| 
       5414 
5685 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       5415 
5686 
     | 
    
         
             
                      "owningProjectIdentifier": {},
         
     | 
| 
       5416 
5687 
     | 
    
         
             
                      "searchIn": {
         
     | 
| 
       5417 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5688 
     | 
    
         
            +
                        "shape": "Se5"
         
     | 
| 
       5418 
5689 
     | 
    
         
             
                      },
         
     | 
| 
       5419 
5690 
     | 
    
         
             
                      "searchScope": {},
         
     | 
| 
       5420 
5691 
     | 
    
         
             
                      "searchText": {},
         
     | 
| 
       5421 
5692 
     | 
    
         
             
                      "sort": {
         
     | 
| 
       5422 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5693 
     | 
    
         
            +
                        "shape": "Se9"
         
     | 
| 
       5423 
5694 
     | 
    
         
             
                      }
         
     | 
| 
       5424 
5695 
     | 
    
         
             
                    }
         
     | 
| 
       5425 
5696 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5446,13 +5717,13 @@ 
     | 
|
| 
       5446 
5717 
     | 
    
         
             
                                  "type": "structure",
         
     | 
| 
       5447 
5718 
     | 
    
         
             
                                  "members": {
         
     | 
| 
       5448 
5719 
     | 
    
         
             
                                    "formsOutput": {
         
     | 
| 
       5449 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 5720 
     | 
    
         
            +
                                      "shape": "S1x"
         
     | 
| 
       5450 
5721 
     | 
    
         
             
                                    },
         
     | 
| 
       5451 
5722 
     | 
    
         
             
                                    "latestTimeSeriesDataPointFormsOutput": {
         
     | 
| 
       5452 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 5723 
     | 
    
         
            +
                                      "shape": "S20"
         
     | 
| 
       5453 
5724 
     | 
    
         
             
                                    },
         
     | 
| 
       5454 
5725 
     | 
    
         
             
                                    "readOnlyFormsOutput": {
         
     | 
| 
       5455 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 5726 
     | 
    
         
            +
                                      "shape": "S1x"
         
     | 
| 
       5456 
5727 
     | 
    
         
             
                                    }
         
     | 
| 
       5457 
5728 
     | 
    
         
             
                                  }
         
     | 
| 
       5458 
5729 
     | 
    
         
             
                                },
         
     | 
| 
         @@ -5465,18 +5736,18 @@ 
     | 
|
| 
       5465 
5736 
     | 
    
         
             
                                },
         
     | 
| 
       5466 
5737 
     | 
    
         
             
                                "domainId": {},
         
     | 
| 
       5467 
5738 
     | 
    
         
             
                                "externalIdentifier": {
         
     | 
| 
       5468 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5739 
     | 
    
         
            +
                                  "shape": "S1k"
         
     | 
| 
       5469 
5740 
     | 
    
         
             
                                },
         
     | 
| 
       5470 
5741 
     | 
    
         
             
                                "firstRevisionCreatedAt": {
         
     | 
| 
       5471 
5742 
     | 
    
         
             
                                  "type": "timestamp"
         
     | 
| 
       5472 
5743 
     | 
    
         
             
                                },
         
     | 
| 
       5473 
5744 
     | 
    
         
             
                                "firstRevisionCreatedBy": {},
         
     | 
| 
       5474 
5745 
     | 
    
         
             
                                "glossaryTerms": {
         
     | 
| 
       5475 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5746 
     | 
    
         
            +
                                  "shape": "S1q"
         
     | 
| 
       5476 
5747 
     | 
    
         
             
                                },
         
     | 
| 
       5477 
5748 
     | 
    
         
             
                                "identifier": {},
         
     | 
| 
       5478 
5749 
     | 
    
         
             
                                "name": {
         
     | 
| 
       5479 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5750 
     | 
    
         
            +
                                  "shape": "S1s"
         
     | 
| 
       5480 
5751 
     | 
    
         
             
                                },
         
     | 
| 
       5481 
5752 
     | 
    
         
             
                                "owningProjectId": {},
         
     | 
| 
       5482 
5753 
     | 
    
         
             
                                "typeIdentifier": {},
         
     | 
| 
         @@ -5512,7 +5783,7 @@ 
     | 
|
| 
       5512 
5783 
     | 
    
         
             
                                },
         
     | 
| 
       5513 
5784 
     | 
    
         
             
                                "domainId": {},
         
     | 
| 
       5514 
5785 
     | 
    
         
             
                                "glossaryTerms": {
         
     | 
| 
       5515 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5786 
     | 
    
         
            +
                                  "shape": "S1q"
         
     | 
| 
       5516 
5787 
     | 
    
         
             
                                },
         
     | 
| 
       5517 
5788 
     | 
    
         
             
                                "id": {},
         
     | 
| 
       5518 
5789 
     | 
    
         
             
                                "name": {
         
     | 
| 
         @@ -5541,12 +5812,12 @@ 
     | 
|
| 
       5541 
5812 
     | 
    
         
             
                                },
         
     | 
| 
       5542 
5813 
     | 
    
         
             
                                "createdBy": {},
         
     | 
| 
       5543 
5814 
     | 
    
         
             
                                "description": {
         
     | 
| 
       5544 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5815 
     | 
    
         
            +
                                  "shape": "S59"
         
     | 
| 
       5545 
5816 
     | 
    
         
             
                                },
         
     | 
| 
       5546 
5817 
     | 
    
         
             
                                "domainId": {},
         
     | 
| 
       5547 
5818 
     | 
    
         
             
                                "id": {},
         
     | 
| 
       5548 
5819 
     | 
    
         
             
                                "name": {
         
     | 
| 
       5549 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5820 
     | 
    
         
            +
                                  "shape": "S5a"
         
     | 
| 
       5550 
5821 
     | 
    
         
             
                                },
         
     | 
| 
       5551 
5822 
     | 
    
         
             
                                "owningProjectId": {},
         
     | 
| 
       5552 
5823 
     | 
    
         
             
                                "status": {},
         
     | 
| 
         @@ -5574,7 +5845,7 @@ 
     | 
|
| 
       5574 
5845 
     | 
    
         
             
                                "glossaryId": {},
         
     | 
| 
       5575 
5846 
     | 
    
         
             
                                "id": {},
         
     | 
| 
       5576 
5847 
     | 
    
         
             
                                "longDescription": {
         
     | 
| 
       5577 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5848 
     | 
    
         
            +
                                  "shape": "S5f"
         
     | 
| 
       5578 
5849 
     | 
    
         
             
                                },
         
     | 
| 
       5579 
5850 
     | 
    
         
             
                                "name": {
         
     | 
| 
       5580 
5851 
     | 
    
         
             
                                  "shape": "Sy"
         
     | 
| 
         @@ -5584,7 +5855,7 @@ 
     | 
|
| 
       5584 
5855 
     | 
    
         
             
                                },
         
     | 
| 
       5585 
5856 
     | 
    
         
             
                                "status": {},
         
     | 
| 
       5586 
5857 
     | 
    
         
             
                                "termRelations": {
         
     | 
| 
       5587 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5858 
     | 
    
         
            +
                                  "shape": "S5h"
         
     | 
| 
       5588 
5859 
     | 
    
         
             
                                },
         
     | 
| 
       5589 
5860 
     | 
    
         
             
                                "updatedAt": {
         
     | 
| 
       5590 
5861 
     | 
    
         
             
                                  "type": "timestamp"
         
     | 
| 
         @@ -5640,7 +5911,7 @@ 
     | 
|
| 
       5640 
5911 
     | 
    
         
             
                          "members": {
         
     | 
| 
       5641 
5912 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
       5642 
5913 
     | 
    
         
             
                            "groupName": {
         
     | 
| 
       5643 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 5914 
     | 
    
         
            +
                              "shape": "S5o"
         
     | 
| 
       5644 
5915 
     | 
    
         
             
                            },
         
     | 
| 
       5645 
5916 
     | 
    
         
             
                            "id": {},
         
     | 
| 
       5646 
5917 
     | 
    
         
             
                            "status": {}
         
     | 
| 
         @@ -5663,25 +5934,25 @@ 
     | 
|
| 
       5663 
5934 
     | 
    
         
             
                    ],
         
     | 
| 
       5664 
5935 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5665 
5936 
     | 
    
         
             
                      "additionalAttributes": {
         
     | 
| 
       5666 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5937 
     | 
    
         
            +
                        "shape": "Sdy"
         
     | 
| 
       5667 
5938 
     | 
    
         
             
                      },
         
     | 
| 
       5668 
5939 
     | 
    
         
             
                      "domainIdentifier": {
         
     | 
| 
       5669 
5940 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
       5670 
5941 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       5671 
5942 
     | 
    
         
             
                      },
         
     | 
| 
       5672 
5943 
     | 
    
         
             
                      "filters": {
         
     | 
| 
       5673 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5944 
     | 
    
         
            +
                        "shape": "Se0"
         
     | 
| 
       5674 
5945 
     | 
    
         
             
                      },
         
     | 
| 
       5675 
5946 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
       5676 
5947 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       5677 
5948 
     | 
    
         
             
                      },
         
     | 
| 
       5678 
5949 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       5679 
5950 
     | 
    
         
             
                      "searchIn": {
         
     | 
| 
       5680 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5951 
     | 
    
         
            +
                        "shape": "Se5"
         
     | 
| 
       5681 
5952 
     | 
    
         
             
                      },
         
     | 
| 
       5682 
5953 
     | 
    
         
             
                      "searchText": {},
         
     | 
| 
       5683 
5954 
     | 
    
         
             
                      "sort": {
         
     | 
| 
       5684 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 5955 
     | 
    
         
            +
                        "shape": "Se9"
         
     | 
| 
       5685 
5956 
     | 
    
         
             
                      }
         
     | 
| 
       5686 
5957 
     | 
    
         
             
                    }
         
     | 
| 
       5687 
5958 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5701,7 +5972,7 @@ 
     | 
|
| 
       5701 
5972 
     | 
    
         
             
                                  "members": {
         
     | 
| 
       5702 
5973 
     | 
    
         
             
                                    "forms": {},
         
     | 
| 
       5703 
5974 
     | 
    
         
             
                                    "latestTimeSeriesDataPointForms": {
         
     | 
| 
       5704 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 5975 
     | 
    
         
            +
                                      "shape": "S20"
         
     | 
| 
       5705 
5976 
     | 
    
         
             
                                    }
         
     | 
| 
       5706 
5977 
     | 
    
         
             
                                  }
         
     | 
| 
       5707 
5978 
     | 
    
         
             
                                },
         
     | 
| 
         @@ -5722,7 +5993,7 @@ 
     | 
|
| 
       5722 
5993 
     | 
    
         
             
                                "listingRevision": {},
         
     | 
| 
       5723 
5994 
     | 
    
         
             
                                "listingUpdatedBy": {},
         
     | 
| 
       5724 
5995 
     | 
    
         
             
                                "name": {
         
     | 
| 
       5725 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 5996 
     | 
    
         
            +
                                  "shape": "S1s"
         
     | 
| 
       5726 
5997 
     | 
    
         
             
                                },
         
     | 
| 
       5727 
5998 
     | 
    
         
             
                                "owningProjectId": {}
         
     | 
| 
       5728 
5999 
     | 
    
         
             
                              }
         
     | 
| 
         @@ -5756,7 +6027,7 @@ 
     | 
|
| 
       5756 
6027 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       5757 
6028 
     | 
    
         
             
                      },
         
     | 
| 
       5758 
6029 
     | 
    
         
             
                      "filters": {
         
     | 
| 
       5759 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6030 
     | 
    
         
            +
                        "shape": "Se0"
         
     | 
| 
       5760 
6031 
     | 
    
         
             
                      },
         
     | 
| 
       5761 
6032 
     | 
    
         
             
                      "managed": {
         
     | 
| 
       5762 
6033 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
         @@ -5766,12 +6037,12 @@ 
     | 
|
| 
       5766 
6037 
     | 
    
         
             
                      },
         
     | 
| 
       5767 
6038 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       5768 
6039 
     | 
    
         
             
                      "searchIn": {
         
     | 
| 
       5769 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6040 
     | 
    
         
            +
                        "shape": "Se5"
         
     | 
| 
       5770 
6041 
     | 
    
         
             
                      },
         
     | 
| 
       5771 
6042 
     | 
    
         
             
                      "searchScope": {},
         
     | 
| 
       5772 
6043 
     | 
    
         
             
                      "searchText": {},
         
     | 
| 
       5773 
6044 
     | 
    
         
             
                      "sort": {
         
     | 
| 
       5774 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6045 
     | 
    
         
            +
                        "shape": "Se9"
         
     | 
| 
       5775 
6046 
     | 
    
         
             
                      }
         
     | 
| 
       5776 
6047 
     | 
    
         
             
                    }
         
     | 
| 
       5777 
6048 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5802,7 +6073,7 @@ 
     | 
|
| 
       5802 
6073 
     | 
    
         
             
                                },
         
     | 
| 
       5803 
6074 
     | 
    
         
             
                                "domainId": {},
         
     | 
| 
       5804 
6075 
     | 
    
         
             
                                "formsOutput": {
         
     | 
| 
       5805 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 6076 
     | 
    
         
            +
                                  "shape": "S2e"
         
     | 
| 
       5806 
6077 
     | 
    
         
             
                                },
         
     | 
| 
       5807 
6078 
     | 
    
         
             
                                "name": {},
         
     | 
| 
       5808 
6079 
     | 
    
         
             
                                "originDomainId": {},
         
     | 
| 
         @@ -5832,13 +6103,13 @@ 
     | 
|
| 
       5832 
6103 
     | 
    
         
             
                                },
         
     | 
| 
       5833 
6104 
     | 
    
         
             
                                "domainId": {},
         
     | 
| 
       5834 
6105 
     | 
    
         
             
                                "imports": {
         
     | 
| 
       5835 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 6106 
     | 
    
         
            +
                                  "shape": "S9e"
         
     | 
| 
       5836 
6107 
     | 
    
         
             
                                },
         
     | 
| 
       5837 
6108 
     | 
    
         
             
                                "model": {
         
     | 
| 
       5838 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 6109 
     | 
    
         
            +
                                  "shape": "S54"
         
     | 
| 
       5839 
6110 
     | 
    
         
             
                                },
         
     | 
| 
       5840 
6111 
     | 
    
         
             
                                "name": {
         
     | 
| 
       5841 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 6112 
     | 
    
         
            +
                                  "shape": "S1z"
         
     | 
| 
       5842 
6113 
     | 
    
         
             
                                },
         
     | 
| 
       5843 
6114 
     | 
    
         
             
                                "originDomainId": {},
         
     | 
| 
       5844 
6115 
     | 
    
         
             
                                "originProjectId": {},
         
     | 
| 
         @@ -5894,7 +6165,7 @@ 
     | 
|
| 
       5894 
6165 
     | 
    
         
             
                          "type": "structure",
         
     | 
| 
       5895 
6166 
     | 
    
         
             
                          "members": {
         
     | 
| 
       5896 
6167 
     | 
    
         
             
                            "details": {
         
     | 
| 
       5897 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 6168 
     | 
    
         
            +
                              "shape": "S75"
         
     | 
| 
       5898 
6169 
     | 
    
         
             
                            },
         
     | 
| 
       5899 
6170 
     | 
    
         
             
                            "domainId": {},
         
     | 
| 
       5900 
6171 
     | 
    
         
             
                            "id": {},
         
     | 
| 
         @@ -5946,29 +6217,29 @@ 
     | 
|
| 
       5946 
6217 
     | 
    
         
             
                    ],
         
     | 
| 
       5947 
6218 
     | 
    
         
             
                    "members": {
         
     | 
| 
       5948 
6219 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       5949 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6220 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       5950 
6221 
     | 
    
         
             
                      },
         
     | 
| 
       5951 
6222 
     | 
    
         
             
                      "dataSourceConfigurationSnapshot": {},
         
     | 
| 
       5952 
6223 
     | 
    
         
             
                      "dataSourceId": {},
         
     | 
| 
       5953 
6224 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       5954 
6225 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       5955 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6226 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       5956 
6227 
     | 
    
         
             
                      },
         
     | 
| 
       5957 
6228 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       5958 
6229 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       5959 
6230 
     | 
    
         
             
                      "runStatisticsForAssets": {
         
     | 
| 
       5960 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6231 
     | 
    
         
            +
                        "shape": "S8t"
         
     | 
| 
       5961 
6232 
     | 
    
         
             
                      },
         
     | 
| 
       5962 
6233 
     | 
    
         
             
                      "startedAt": {
         
     | 
| 
       5963 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6234 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       5964 
6235 
     | 
    
         
             
                      },
         
     | 
| 
       5965 
6236 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       5966 
6237 
     | 
    
         
             
                      "stoppedAt": {
         
     | 
| 
       5967 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6238 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       5968 
6239 
     | 
    
         
             
                      },
         
     | 
| 
       5969 
6240 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       5970 
6241 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       5971 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6242 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       5972 
6243 
     | 
    
         
             
                      }
         
     | 
| 
       5973 
6244 
     | 
    
         
             
                    }
         
     | 
| 
       5974 
6245 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -5997,7 +6268,7 @@ 
     | 
|
| 
       5997 
6268 
     | 
    
         
             
                      },
         
     | 
| 
       5998 
6269 
     | 
    
         
             
                      "owningProjectIdentifier": {},
         
     | 
| 
       5999 
6270 
     | 
    
         
             
                      "target": {
         
     | 
| 
       6000 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6271 
     | 
    
         
            +
                        "shape": "S9v"
         
     | 
| 
       6001 
6272 
     | 
    
         
             
                      },
         
     | 
| 
       6002 
6273 
     | 
    
         
             
                      "type": {}
         
     | 
| 
       6003 
6274 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -6039,7 +6310,7 @@ 
     | 
|
| 
       6039 
6310 
     | 
    
         
             
                        "locationName": "resourceArn"
         
     | 
| 
       6040 
6311 
     | 
    
         
             
                      },
         
     | 
| 
       6041 
6312 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       6042 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6313 
     | 
    
         
            +
                        "shape": "S3u"
         
     | 
| 
       6043 
6314 
     | 
    
         
             
                      }
         
     | 
| 
       6044 
6315 
     | 
    
         
             
                    }
         
     | 
| 
       6045 
6316 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6093,10 +6364,10 @@ 
     | 
|
| 
       6093 
6364 
     | 
    
         
             
                    ],
         
     | 
| 
       6094 
6365 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6095 
6366 
     | 
    
         
             
                      "assetFormsInput": {
         
     | 
| 
       6096 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6367 
     | 
    
         
            +
                        "shape": "S1l"
         
     | 
| 
       6097 
6368 
     | 
    
         
             
                      },
         
     | 
| 
       6098 
6369 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       6099 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6370 
     | 
    
         
            +
                        "shape": "S2h"
         
     | 
| 
       6100 
6371 
     | 
    
         
             
                      },
         
     | 
| 
       6101 
6372 
     | 
    
         
             
                      "description": {
         
     | 
| 
       6102 
6373 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -6111,16 +6382,19 @@ 
     | 
|
| 
       6111 
6382 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
       6112 
6383 
     | 
    
         
             
                      },
         
     | 
| 
       6113 
6384 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6114 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6385 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       6115 
6386 
     | 
    
         
             
                      },
         
     | 
| 
       6116 
6387 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       6117 
6388 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       6118 
6389 
     | 
    
         
             
                      },
         
     | 
| 
       6119 
6390 
     | 
    
         
             
                      "recommendation": {
         
     | 
| 
       6120 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6391 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
      
 6392 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6393 
     | 
    
         
            +
                      "retainPermissionsOnRevokeFailure": {
         
     | 
| 
      
 6394 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
       6121 
6395 
     | 
    
         
             
                      },
         
     | 
| 
       6122 
6396 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       6123 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6397 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
       6124 
6398 
     | 
    
         
             
                      }
         
     | 
| 
       6125 
6399 
     | 
    
         
             
                    }
         
     | 
| 
       6126 
6400 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6135,13 +6409,13 @@ 
     | 
|
| 
       6135 
6409 
     | 
    
         
             
                    ],
         
     | 
| 
       6136 
6410 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6137 
6411 
     | 
    
         
             
                      "assetFormsOutput": {
         
     | 
| 
       6138 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6412 
     | 
    
         
            +
                        "shape": "S1x"
         
     | 
| 
       6139 
6413 
     | 
    
         
             
                      },
         
     | 
| 
       6140 
6414 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       6141 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6415 
     | 
    
         
            +
                        "shape": "S39"
         
     | 
| 
       6142 
6416 
     | 
    
         
             
                      },
         
     | 
| 
       6143 
6417 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6144 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6418 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       6145 
6419 
     | 
    
         
             
                      },
         
     | 
| 
       6146 
6420 
     | 
    
         
             
                      "description": {
         
     | 
| 
       6147 
6421 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
         @@ -6150,33 +6424,39 @@ 
     | 
|
| 
       6150 
6424 
     | 
    
         
             
                      "enableSetting": {},
         
     | 
| 
       6151 
6425 
     | 
    
         
             
                      "environmentId": {},
         
     | 
| 
       6152 
6426 
     | 
    
         
             
                      "errorMessage": {
         
     | 
| 
       6153 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6427 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       6154 
6428 
     | 
    
         
             
                      },
         
     | 
| 
       6155 
6429 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6156 
6430 
     | 
    
         
             
                      "lastRunAt": {
         
     | 
| 
       6157 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6431 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       6158 
6432 
     | 
    
         
             
                      },
         
     | 
| 
       6159 
6433 
     | 
    
         
             
                      "lastRunErrorMessage": {
         
     | 
| 
       6160 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6434 
     | 
    
         
            +
                        "shape": "S3j"
         
     | 
| 
       6161 
6435 
     | 
    
         
             
                      },
         
     | 
| 
       6162 
6436 
     | 
    
         
             
                      "lastRunStatus": {},
         
     | 
| 
       6163 
6437 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6164 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6438 
     | 
    
         
            +
                        "shape": "S32"
         
     | 
| 
       6165 
6439 
     | 
    
         
             
                      },
         
     | 
| 
       6166 
6440 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       6167 
6441 
     | 
    
         
             
                      "publishOnImport": {
         
     | 
| 
       6168 
6442 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       6169 
6443 
     | 
    
         
             
                      },
         
     | 
| 
       6170 
6444 
     | 
    
         
             
                      "recommendation": {
         
     | 
| 
       6171 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6445 
     | 
    
         
            +
                        "shape": "S33"
         
     | 
| 
      
 6446 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6447 
     | 
    
         
            +
                      "retainPermissionsOnRevokeFailure": {
         
     | 
| 
      
 6448 
     | 
    
         
            +
                        "type": "boolean"
         
     | 
| 
       6172 
6449 
     | 
    
         
             
                      },
         
     | 
| 
       6173 
6450 
     | 
    
         
             
                      "schedule": {
         
     | 
| 
       6174 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6451 
     | 
    
         
            +
                        "shape": "S34"
         
     | 
| 
      
 6452 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6453 
     | 
    
         
            +
                      "selfGrantStatus": {
         
     | 
| 
      
 6454 
     | 
    
         
            +
                        "shape": "S7k"
         
     | 
| 
       6175 
6455 
     | 
    
         
             
                      },
         
     | 
| 
       6176 
6456 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       6177 
6457 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       6178 
6458 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       6179 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6459 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       6180 
6460 
     | 
    
         
             
                      }
         
     | 
| 
       6181 
6461 
     | 
    
         
             
                    }
         
     | 
| 
       6182 
6462 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6207,7 +6487,7 @@ 
     | 
|
| 
       6207 
6487 
     | 
    
         
             
                      },
         
     | 
| 
       6208 
6488 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       6209 
6489 
     | 
    
         
             
                      "singleSignOn": {
         
     | 
| 
       6210 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6490 
     | 
    
         
            +
                        "shape": "S3r"
         
     | 
| 
       6211 
6491 
     | 
    
         
             
                      }
         
     | 
| 
       6212 
6492 
     | 
    
         
             
                    }
         
     | 
| 
       6213 
6493 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6225,7 +6505,7 @@ 
     | 
|
| 
       6225 
6505 
     | 
    
         
             
                      },
         
     | 
| 
       6226 
6506 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       6227 
6507 
     | 
    
         
             
                      "singleSignOn": {
         
     | 
| 
       6228 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6508 
     | 
    
         
            +
                        "shape": "S3r"
         
     | 
| 
       6229 
6509 
     | 
    
         
             
                      }
         
     | 
| 
       6230 
6510 
     | 
    
         
             
                    }
         
     | 
| 
       6231 
6511 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6250,7 +6530,7 @@ 
     | 
|
| 
       6250 
6530 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       6251 
6531 
     | 
    
         
             
                      },
         
     | 
| 
       6252 
6532 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       6253 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6533 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       6254 
6534 
     | 
    
         
             
                      },
         
     | 
| 
       6255 
6535 
     | 
    
         
             
                      "identifier": {
         
     | 
| 
       6256 
6536 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -6264,7 +6544,6 @@ 
     | 
|
| 
       6264 
6544 
     | 
    
         
             
                    "required": [
         
     | 
| 
       6265 
6545 
     | 
    
         
             
                      "createdBy",
         
     | 
| 
       6266 
6546 
     | 
    
         
             
                      "domainId",
         
     | 
| 
       6267 
     | 
    
         
            -
                      "environmentProfileId",
         
     | 
| 
       6268 
6547 
     | 
    
         
             
                      "name",
         
     | 
| 
       6269 
6548 
     | 
    
         
             
                      "projectId",
         
     | 
| 
       6270 
6549 
     | 
    
         
             
                      "provider"
         
     | 
| 
         @@ -6273,45 +6552,99 @@ 
     | 
|
| 
       6273 
6552 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       6274 
6553 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       6275 
6554 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6276 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6555 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6277 
6556 
     | 
    
         
             
                      },
         
     | 
| 
       6278 
6557 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       6279 
6558 
     | 
    
         
             
                      "deploymentProperties": {
         
     | 
| 
       6280 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6559 
     | 
    
         
            +
                        "shape": "S47"
         
     | 
| 
       6281 
6560 
     | 
    
         
             
                      },
         
     | 
| 
       6282 
6561 
     | 
    
         
             
                      "description": {
         
     | 
| 
       6283 
6562 
     | 
    
         
             
                        "shape": "Sq"
         
     | 
| 
       6284 
6563 
     | 
    
         
             
                      },
         
     | 
| 
       6285 
6564 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6286 
6565 
     | 
    
         
             
                      "environmentActions": {
         
     | 
| 
       6287 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6566 
     | 
    
         
            +
                        "shape": "S4a"
         
     | 
| 
       6288 
6567 
     | 
    
         
             
                      },
         
     | 
| 
       6289 
6568 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       6290 
6569 
     | 
    
         
             
                      "environmentProfileId": {},
         
     | 
| 
       6291 
6570 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       6292 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6571 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       6293 
6572 
     | 
    
         
             
                      },
         
     | 
| 
       6294 
6573 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6295 
6574 
     | 
    
         
             
                      "lastDeployment": {
         
     | 
| 
       6296 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6575 
     | 
    
         
            +
                        "shape": "S4g"
         
     | 
| 
       6297 
6576 
     | 
    
         
             
                      },
         
     | 
| 
       6298 
6577 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6299 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6578 
     | 
    
         
            +
                        "shape": "S4m"
         
     | 
| 
       6300 
6579 
     | 
    
         
             
                      },
         
     | 
| 
       6301 
6580 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       6302 
6581 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       6303 
6582 
     | 
    
         
             
                      "provisionedResources": {
         
     | 
| 
       6304 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6583 
     | 
    
         
            +
                        "shape": "S4n"
         
     | 
| 
       6305 
6584 
     | 
    
         
             
                      },
         
     | 
| 
       6306 
6585 
     | 
    
         
             
                      "provisioningProperties": {
         
     | 
| 
       6307 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6586 
     | 
    
         
            +
                        "shape": "S4p"
         
     | 
| 
       6308 
6587 
     | 
    
         
             
                      },
         
     | 
| 
       6309 
6588 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       6310 
6589 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       6311 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6590 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6312 
6591 
     | 
    
         
             
                      },
         
     | 
| 
       6313 
6592 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       6314 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6593 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
      
 6594 
     | 
    
         
            +
                      }
         
     | 
| 
      
 6595 
     | 
    
         
            +
                    }
         
     | 
| 
      
 6596 
     | 
    
         
            +
                  }
         
     | 
| 
      
 6597 
     | 
    
         
            +
                },
         
     | 
| 
      
 6598 
     | 
    
         
            +
                "UpdateEnvironmentAction": {
         
     | 
| 
      
 6599 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 6600 
     | 
    
         
            +
                    "method": "PATCH",
         
     | 
| 
      
 6601 
     | 
    
         
            +
                    "requestUri": "/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}",
         
     | 
| 
      
 6602 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 6603 
     | 
    
         
            +
                  },
         
     | 
| 
      
 6604 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 6605 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 6606 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 6607 
     | 
    
         
            +
                      "domainIdentifier",
         
     | 
| 
      
 6608 
     | 
    
         
            +
                      "environmentIdentifier",
         
     | 
| 
      
 6609 
     | 
    
         
            +
                      "identifier"
         
     | 
| 
      
 6610 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 6611 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 6612 
     | 
    
         
            +
                      "description": {},
         
     | 
| 
      
 6613 
     | 
    
         
            +
                      "domainIdentifier": {
         
     | 
| 
      
 6614 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 6615 
     | 
    
         
            +
                        "locationName": "domainIdentifier"
         
     | 
| 
      
 6616 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6617 
     | 
    
         
            +
                      "environmentIdentifier": {
         
     | 
| 
      
 6618 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 6619 
     | 
    
         
            +
                        "locationName": "environmentIdentifier"
         
     | 
| 
      
 6620 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6621 
     | 
    
         
            +
                      "identifier": {
         
     | 
| 
      
 6622 
     | 
    
         
            +
                        "location": "uri",
         
     | 
| 
      
 6623 
     | 
    
         
            +
                        "locationName": "identifier"
         
     | 
| 
      
 6624 
     | 
    
         
            +
                      },
         
     | 
| 
      
 6625 
     | 
    
         
            +
                      "name": {},
         
     | 
| 
      
 6626 
     | 
    
         
            +
                      "parameters": {
         
     | 
| 
      
 6627 
     | 
    
         
            +
                        "shape": "S4w"
         
     | 
| 
      
 6628 
     | 
    
         
            +
                      }
         
     | 
| 
      
 6629 
     | 
    
         
            +
                    }
         
     | 
| 
      
 6630 
     | 
    
         
            +
                  },
         
     | 
| 
      
 6631 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 6632 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 6633 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 6634 
     | 
    
         
            +
                      "domainId",
         
     | 
| 
      
 6635 
     | 
    
         
            +
                      "environmentId",
         
     | 
| 
      
 6636 
     | 
    
         
            +
                      "id",
         
     | 
| 
      
 6637 
     | 
    
         
            +
                      "name",
         
     | 
| 
      
 6638 
     | 
    
         
            +
                      "parameters"
         
     | 
| 
      
 6639 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 6640 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 6641 
     | 
    
         
            +
                      "description": {},
         
     | 
| 
      
 6642 
     | 
    
         
            +
                      "domainId": {},
         
     | 
| 
      
 6643 
     | 
    
         
            +
                      "environmentId": {},
         
     | 
| 
      
 6644 
     | 
    
         
            +
                      "id": {},
         
     | 
| 
      
 6645 
     | 
    
         
            +
                      "name": {},
         
     | 
| 
      
 6646 
     | 
    
         
            +
                      "parameters": {
         
     | 
| 
      
 6647 
     | 
    
         
            +
                        "shape": "S4w"
         
     | 
| 
       6315 
6648 
     | 
    
         
             
                      }
         
     | 
| 
       6316 
6649 
     | 
    
         
             
                    }
         
     | 
| 
       6317 
6650 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -6341,10 +6674,10 @@ 
     | 
|
| 
       6341 
6674 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
       6342 
6675 
     | 
    
         
             
                      },
         
     | 
| 
       6343 
6676 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6344 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6677 
     | 
    
         
            +
                        "shape": "S51"
         
     | 
| 
       6345 
6678 
     | 
    
         
             
                      },
         
     | 
| 
       6346 
6679 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       6347 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6680 
     | 
    
         
            +
                        "shape": "S41"
         
     | 
| 
       6348 
6681 
     | 
    
         
             
                      }
         
     | 
| 
       6349 
6682 
     | 
    
         
             
                    }
         
     | 
| 
       6350 
6683 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6361,7 +6694,7 @@ 
     | 
|
| 
       6361 
6694 
     | 
    
         
             
                      "awsAccountId": {},
         
     | 
| 
       6362 
6695 
     | 
    
         
             
                      "awsAccountRegion": {},
         
     | 
| 
       6363 
6696 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6364 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6697 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6365 
6698 
     | 
    
         
             
                      },
         
     | 
| 
       6366 
6699 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       6367 
6700 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -6371,14 +6704,14 @@ 
     | 
|
| 
       6371 
6704 
     | 
    
         
             
                      "environmentBlueprintId": {},
         
     | 
| 
       6372 
6705 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6373 
6706 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6374 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6707 
     | 
    
         
            +
                        "shape": "S51"
         
     | 
| 
       6375 
6708 
     | 
    
         
             
                      },
         
     | 
| 
       6376 
6709 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       6377 
6710 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
       6378 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6711 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6379 
6712 
     | 
    
         
             
                      },
         
     | 
| 
       6380 
6713 
     | 
    
         
             
                      "userParameters": {
         
     | 
| 
       6381 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6714 
     | 
    
         
            +
                        "shape": "S4s"
         
     | 
| 
       6382 
6715 
     | 
    
         
             
                      }
         
     | 
| 
       6383 
6716 
     | 
    
         
             
                    }
         
     | 
| 
       6384 
6717 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -6400,7 +6733,7 @@ 
     | 
|
| 
       6400 
6733 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       6401 
6734 
     | 
    
         
             
                      },
         
     | 
| 
       6402 
6735 
     | 
    
         
             
                      "description": {
         
     | 
| 
       6403 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6736 
     | 
    
         
            +
                        "shape": "S59"
         
     | 
| 
       6404 
6737 
     | 
    
         
             
                      },
         
     | 
| 
       6405 
6738 
     | 
    
         
             
                      "domainIdentifier": {
         
     | 
| 
       6406 
6739 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -6411,7 +6744,7 @@ 
     | 
|
| 
       6411 
6744 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
       6412 
6745 
     | 
    
         
             
                      },
         
     | 
| 
       6413 
6746 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6414 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6747 
     | 
    
         
            +
                        "shape": "S5a"
         
     | 
| 
       6415 
6748 
     | 
    
         
             
                      },
         
     | 
| 
       6416 
6749 
     | 
    
         
             
                      "status": {}
         
     | 
| 
       6417 
6750 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -6426,12 +6759,12 @@ 
     | 
|
| 
       6426 
6759 
     | 
    
         
             
                    ],
         
     | 
| 
       6427 
6760 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6428 
6761 
     | 
    
         
             
                      "description": {
         
     | 
| 
       6429 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6762 
     | 
    
         
            +
                        "shape": "S59"
         
     | 
| 
       6430 
6763 
     | 
    
         
             
                      },
         
     | 
| 
       6431 
6764 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6432 
6765 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6433 
6766 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6434 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6767 
     | 
    
         
            +
                        "shape": "S5a"
         
     | 
| 
       6435 
6768 
     | 
    
         
             
                      },
         
     | 
| 
       6436 
6769 
     | 
    
         
             
                      "owningProjectId": {},
         
     | 
| 
       6437 
6770 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -6462,7 +6795,7 @@ 
     | 
|
| 
       6462 
6795 
     | 
    
         
             
                        "locationName": "identifier"
         
     | 
| 
       6463 
6796 
     | 
    
         
             
                      },
         
     | 
| 
       6464 
6797 
     | 
    
         
             
                      "longDescription": {
         
     | 
| 
       6465 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6798 
     | 
    
         
            +
                        "shape": "S5f"
         
     | 
| 
       6466 
6799 
     | 
    
         
             
                      },
         
     | 
| 
       6467 
6800 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6468 
6801 
     | 
    
         
             
                        "shape": "Sy"
         
     | 
| 
         @@ -6472,7 +6805,7 @@ 
     | 
|
| 
       6472 
6805 
     | 
    
         
             
                      },
         
     | 
| 
       6473 
6806 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       6474 
6807 
     | 
    
         
             
                      "termRelations": {
         
     | 
| 
       6475 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6808 
     | 
    
         
            +
                        "shape": "S5h"
         
     | 
| 
       6476 
6809 
     | 
    
         
             
                      }
         
     | 
| 
       6477 
6810 
     | 
    
         
             
                    }
         
     | 
| 
       6478 
6811 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6490,7 +6823,7 @@ 
     | 
|
| 
       6490 
6823 
     | 
    
         
             
                      "glossaryId": {},
         
     | 
| 
       6491 
6824 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6492 
6825 
     | 
    
         
             
                      "longDescription": {
         
     | 
| 
       6493 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6826 
     | 
    
         
            +
                        "shape": "S5f"
         
     | 
| 
       6494 
6827 
     | 
    
         
             
                      },
         
     | 
| 
       6495 
6828 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6496 
6829 
     | 
    
         
             
                        "shape": "Sy"
         
     | 
| 
         @@ -6500,7 +6833,7 @@ 
     | 
|
| 
       6500 
6833 
     | 
    
         
             
                      },
         
     | 
| 
       6501 
6834 
     | 
    
         
             
                      "status": {},
         
     | 
| 
       6502 
6835 
     | 
    
         
             
                      "termRelations": {
         
     | 
| 
       6503 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6836 
     | 
    
         
            +
                        "shape": "S5h"
         
     | 
| 
       6504 
6837 
     | 
    
         
             
                      }
         
     | 
| 
       6505 
6838 
     | 
    
         
             
                    }
         
     | 
| 
       6506 
6839 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6536,7 +6869,7 @@ 
     | 
|
| 
       6536 
6869 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6537 
6870 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6538 
6871 
     | 
    
         
             
                      "groupName": {
         
     | 
| 
       6539 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6872 
     | 
    
         
            +
                        "shape": "S5o"
         
     | 
| 
       6540 
6873 
     | 
    
         
             
                      },
         
     | 
| 
       6541 
6874 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6542 
6875 
     | 
    
         
             
                      "status": {}
         
     | 
| 
         @@ -6564,7 +6897,7 @@ 
     | 
|
| 
       6564 
6897 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       6565 
6898 
     | 
    
         
             
                      },
         
     | 
| 
       6566 
6899 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       6567 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6900 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       6568 
6901 
     | 
    
         
             
                      },
         
     | 
| 
       6569 
6902 
     | 
    
         
             
                      "identifier": {
         
     | 
| 
       6570 
6903 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -6585,7 +6918,7 @@ 
     | 
|
| 
       6585 
6918 
     | 
    
         
             
                    ],
         
     | 
| 
       6586 
6919 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6587 
6920 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6588 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6921 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6589 
6922 
     | 
    
         
             
                      },
         
     | 
| 
       6590 
6923 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       6591 
6924 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -6593,14 +6926,14 @@ 
     | 
|
| 
       6593 
6926 
     | 
    
         
             
                      },
         
     | 
| 
       6594 
6927 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6595 
6928 
     | 
    
         
             
                      "failureReasons": {
         
     | 
| 
       6596 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6929 
     | 
    
         
            +
                        "shape": "S5y"
         
     | 
| 
       6597 
6930 
     | 
    
         
             
                      },
         
     | 
| 
       6598 
6931 
     | 
    
         
             
                      "glossaryTerms": {
         
     | 
| 
       6599 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6932 
     | 
    
         
            +
                        "shape": "S1q"
         
     | 
| 
       6600 
6933 
     | 
    
         
             
                      },
         
     | 
| 
       6601 
6934 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6602 
6935 
     | 
    
         
             
                      "lastUpdatedAt": {
         
     | 
| 
       6603 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6936 
     | 
    
         
            +
                        "shape": "S46"
         
     | 
| 
       6604 
6937 
     | 
    
         
             
                      },
         
     | 
| 
       6605 
6938 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6606 
6939 
     | 
    
         
             
                        "shape": "S15"
         
     | 
| 
         @@ -6634,7 +6967,7 @@ 
     | 
|
| 
       6634 
6967 
     | 
    
         
             
                        "locationName": "domainIdentifier"
         
     | 
| 
       6635 
6968 
     | 
    
         
             
                      },
         
     | 
| 
       6636 
6969 
     | 
    
         
             
                      "failureCause": {
         
     | 
| 
       6637 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6970 
     | 
    
         
            +
                        "shape": "S6e"
         
     | 
| 
       6638 
6971 
     | 
    
         
             
                      },
         
     | 
| 
       6639 
6972 
     | 
    
         
             
                      "identifier": {
         
     | 
| 
       6640 
6973 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -6658,7 +6991,7 @@ 
     | 
|
| 
       6658 
6991 
     | 
    
         
             
                    ],
         
     | 
| 
       6659 
6992 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6660 
6993 
     | 
    
         
             
                      "assets": {
         
     | 
| 
       6661 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 6994 
     | 
    
         
            +
                        "shape": "S6c"
         
     | 
| 
       6662 
6995 
     | 
    
         
             
                      },
         
     | 
| 
       6663 
6996 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6664 
6997 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -6666,7 +6999,7 @@ 
     | 
|
| 
       6666 
6999 
     | 
    
         
             
                      "createdBy": {},
         
     | 
| 
       6667 
7000 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6668 
7001 
     | 
    
         
             
                      "grantedEntity": {
         
     | 
| 
       6669 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7002 
     | 
    
         
            +
                        "shape": "S6g"
         
     | 
| 
       6670 
7003 
     | 
    
         
             
                      },
         
     | 
| 
       6671 
7004 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6672 
7005 
     | 
    
         
             
                      "status": {},
         
     | 
| 
         @@ -6770,10 +7103,10 @@ 
     | 
|
| 
       6770 
7103 
     | 
    
         
             
                    ],
         
     | 
| 
       6771 
7104 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6772 
7105 
     | 
    
         
             
                      "applicableAssetTypes": {
         
     | 
| 
       6773 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7106 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       6774 
7107 
     | 
    
         
             
                      },
         
     | 
| 
       6775 
7108 
     | 
    
         
             
                      "authorizedPrincipals": {
         
     | 
| 
       6776 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7109 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       6777 
7110 
     | 
    
         
             
                      },
         
     | 
| 
       6778 
7111 
     | 
    
         
             
                      "domainIdentifier": {
         
     | 
| 
       6779 
7112 
     | 
    
         
             
                        "location": "uri",
         
     | 
| 
         @@ -6789,11 +7122,11 @@ 
     | 
|
| 
       6789 
7122 
     | 
    
         
             
                      },
         
     | 
| 
       6790 
7123 
     | 
    
         
             
                      "manageAccessRole": {},
         
     | 
| 
       6791 
7124 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6792 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7125 
     | 
    
         
            +
                        "shape": "S6x"
         
     | 
| 
       6793 
7126 
     | 
    
         
             
                      },
         
     | 
| 
       6794 
7127 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       6795 
7128 
     | 
    
         
             
                      "subscriptionTargetConfig": {
         
     | 
| 
       6796 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7129 
     | 
    
         
            +
                        "shape": "S6y"
         
     | 
| 
       6797 
7130 
     | 
    
         
             
                      }
         
     | 
| 
       6798 
7131 
     | 
    
         
             
                    }
         
     | 
| 
       6799 
7132 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -6816,10 +7149,10 @@ 
     | 
|
| 
       6816 
7149 
     | 
    
         
             
                    ],
         
     | 
| 
       6817 
7150 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6818 
7151 
     | 
    
         
             
                      "applicableAssetTypes": {
         
     | 
| 
       6819 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7152 
     | 
    
         
            +
                        "shape": "S6u"
         
     | 
| 
       6820 
7153 
     | 
    
         
             
                      },
         
     | 
| 
       6821 
7154 
     | 
    
         
             
                      "authorizedPrincipals": {
         
     | 
| 
       6822 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7155 
     | 
    
         
            +
                        "shape": "S6v"
         
     | 
| 
       6823 
7156 
     | 
    
         
             
                      },
         
     | 
| 
       6824 
7157 
     | 
    
         
             
                      "createdAt": {
         
     | 
| 
       6825 
7158 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -6830,12 +7163,12 @@ 
     | 
|
| 
       6830 
7163 
     | 
    
         
             
                      "id": {},
         
     | 
| 
       6831 
7164 
     | 
    
         
             
                      "manageAccessRole": {},
         
     | 
| 
       6832 
7165 
     | 
    
         
             
                      "name": {
         
     | 
| 
       6833 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7166 
     | 
    
         
            +
                        "shape": "S6x"
         
     | 
| 
       6834 
7167 
     | 
    
         
             
                      },
         
     | 
| 
       6835 
7168 
     | 
    
         
             
                      "projectId": {},
         
     | 
| 
       6836 
7169 
     | 
    
         
             
                      "provider": {},
         
     | 
| 
       6837 
7170 
     | 
    
         
             
                      "subscriptionTargetConfig": {
         
     | 
| 
       6838 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7171 
     | 
    
         
            +
                        "shape": "S6y"
         
     | 
| 
       6839 
7172 
     | 
    
         
             
                      },
         
     | 
| 
       6840 
7173 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       6841 
7174 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -6876,7 +7209,7 @@ 
     | 
|
| 
       6876 
7209 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       6877 
7210 
     | 
    
         
             
                    "members": {
         
     | 
| 
       6878 
7211 
     | 
    
         
             
                      "details": {
         
     | 
| 
       6879 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7212 
     | 
    
         
            +
                        "shape": "S75"
         
     | 
| 
       6880 
7213 
     | 
    
         
             
                      },
         
     | 
| 
       6881 
7214 
     | 
    
         
             
                      "domainId": {},
         
     | 
| 
       6882 
7215 
     | 
    
         
             
                      "id": {},
         
     | 
| 
         @@ -6978,11 +7311,11 @@ 
     | 
|
| 
       6978 
7311 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       6979 
7312 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       6980 
7313 
     | 
    
         
             
                },
         
     | 
| 
       6981 
     | 
    
         
            -
                " 
     | 
| 
      
 7314 
     | 
    
         
            +
                "S1k": {
         
     | 
| 
       6982 
7315 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       6983 
7316 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       6984 
7317 
     | 
    
         
             
                },
         
     | 
| 
       6985 
     | 
    
         
            -
                " 
     | 
| 
      
 7318 
     | 
    
         
            +
                "S1l": {
         
     | 
| 
       6986 
7319 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       6987 
7320 
     | 
    
         
             
                  "member": {
         
     | 
| 
       6988 
7321 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -6999,15 +7332,15 @@ 
     | 
|
| 
       6999 
7332 
     | 
    
         
             
                  },
         
     | 
| 
       7000 
7333 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7001 
7334 
     | 
    
         
             
                },
         
     | 
| 
       7002 
     | 
    
         
            -
                " 
     | 
| 
      
 7335 
     | 
    
         
            +
                "S1q": {
         
     | 
| 
       7003 
7336 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7004 
7337 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7005 
7338 
     | 
    
         
             
                },
         
     | 
| 
       7006 
     | 
    
         
            -
                " 
     | 
| 
      
 7339 
     | 
    
         
            +
                "S1s": {
         
     | 
| 
       7007 
7340 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7008 
7341 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7009 
7342 
     | 
    
         
             
                },
         
     | 
| 
       7010 
     | 
    
         
            -
                " 
     | 
| 
      
 7343 
     | 
    
         
            +
                "S1t": {
         
     | 
| 
       7011 
7344 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7012 
7345 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7013 
7346 
     | 
    
         
             
                    "businessNameGeneration": {
         
     | 
| 
         @@ -7020,7 +7353,7 @@ 
     | 
|
| 
       7020 
7353 
     | 
    
         
             
                    }
         
     | 
| 
       7021 
7354 
     | 
    
         
             
                  }
         
     | 
| 
       7022 
7355 
     | 
    
         
             
                },
         
     | 
| 
       7023 
     | 
    
         
            -
                " 
     | 
| 
      
 7356 
     | 
    
         
            +
                "S1x": {
         
     | 
| 
       7024 
7357 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7025 
7358 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7026 
7359 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7031,17 +7364,17 @@ 
     | 
|
| 
       7031 
7364 
     | 
    
         
             
                      "content": {},
         
     | 
| 
       7032 
7365 
     | 
    
         
             
                      "formName": {},
         
     | 
| 
       7033 
7366 
     | 
    
         
             
                      "typeName": {
         
     | 
| 
       7034 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7367 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       7035 
7368 
     | 
    
         
             
                      },
         
     | 
| 
       7036 
7369 
     | 
    
         
             
                      "typeRevision": {}
         
     | 
| 
       7037 
7370 
     | 
    
         
             
                    }
         
     | 
| 
       7038 
7371 
     | 
    
         
             
                  }
         
     | 
| 
       7039 
7372 
     | 
    
         
             
                },
         
     | 
| 
       7040 
     | 
    
         
            -
                " 
     | 
| 
      
 7373 
     | 
    
         
            +
                "S1z": {
         
     | 
| 
       7041 
7374 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7042 
7375 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7043 
7376 
     | 
    
         
             
                },
         
     | 
| 
       7044 
     | 
    
         
            -
                " 
     | 
| 
      
 7377 
     | 
    
         
            +
                "S20": {
         
     | 
| 
       7045 
7378 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7046 
7379 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7047 
7380 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7062,7 +7395,7 @@ 
     | 
|
| 
       7062 
7395 
     | 
    
         
             
                    }
         
     | 
| 
       7063 
7396 
     | 
    
         
             
                  }
         
     | 
| 
       7064 
7397 
     | 
    
         
             
                },
         
     | 
| 
       7065 
     | 
    
         
            -
                " 
     | 
| 
      
 7398 
     | 
    
         
            +
                "S26": {
         
     | 
| 
       7066 
7399 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7067 
7400 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7068 
7401 
     | 
    
         
             
                    "listingId",
         
     | 
| 
         @@ -7073,7 +7406,7 @@ 
     | 
|
| 
       7073 
7406 
     | 
    
         
             
                    "listingStatus": {}
         
     | 
| 
       7074 
7407 
     | 
    
         
             
                  }
         
     | 
| 
       7075 
7408 
     | 
    
         
             
                },
         
     | 
| 
       7076 
     | 
    
         
            -
                " 
     | 
| 
      
 7409 
     | 
    
         
            +
                "S2e": {
         
     | 
| 
       7077 
7410 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       7078 
7411 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       7079 
7412 
     | 
    
         
             
                  "value": {
         
     | 
| 
         @@ -7087,13 +7420,13 @@ 
     | 
|
| 
       7087 
7420 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
       7088 
7421 
     | 
    
         
             
                      },
         
     | 
| 
       7089 
7422 
     | 
    
         
             
                      "typeName": {
         
     | 
| 
       7090 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7423 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       7091 
7424 
     | 
    
         
             
                      },
         
     | 
| 
       7092 
7425 
     | 
    
         
             
                      "typeRevision": {}
         
     | 
| 
       7093 
7426 
     | 
    
         
             
                    }
         
     | 
| 
       7094 
7427 
     | 
    
         
             
                  }
         
     | 
| 
       7095 
7428 
     | 
    
         
             
                },
         
     | 
| 
       7096 
     | 
    
         
            -
                " 
     | 
| 
      
 7429 
     | 
    
         
            +
                "S2h": {
         
     | 
| 
       7097 
7430 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7098 
7431 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7099 
7432 
     | 
    
         
             
                    "glueRunConfiguration": {
         
     | 
| 
         @@ -7107,7 +7440,7 @@ 
     | 
|
| 
       7107 
7440 
     | 
    
         
             
                        },
         
     | 
| 
       7108 
7441 
     | 
    
         
             
                        "dataAccessRole": {},
         
     | 
| 
       7109 
7442 
     | 
    
         
             
                        "relationalFilterConfigurations": {
         
     | 
| 
       7110 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7443 
     | 
    
         
            +
                          "shape": "S2k"
         
     | 
| 
       7111 
7444 
     | 
    
         
             
                        }
         
     | 
| 
       7112 
7445 
     | 
    
         
             
                      }
         
     | 
| 
       7113 
7446 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -7121,20 +7454,20 @@ 
     | 
|
| 
       7121 
7454 
     | 
    
         
             
                      "members": {
         
     | 
| 
       7122 
7455 
     | 
    
         
             
                        "dataAccessRole": {},
         
     | 
| 
       7123 
7456 
     | 
    
         
             
                        "redshiftCredentialConfiguration": {
         
     | 
| 
       7124 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7457 
     | 
    
         
            +
                          "shape": "S2u"
         
     | 
| 
       7125 
7458 
     | 
    
         
             
                        },
         
     | 
| 
       7126 
7459 
     | 
    
         
             
                        "redshiftStorage": {
         
     | 
| 
       7127 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7460 
     | 
    
         
            +
                          "shape": "S2w"
         
     | 
| 
       7128 
7461 
     | 
    
         
             
                        },
         
     | 
| 
       7129 
7462 
     | 
    
         
             
                        "relationalFilterConfigurations": {
         
     | 
| 
       7130 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7463 
     | 
    
         
            +
                          "shape": "S2k"
         
     | 
| 
       7131 
7464 
     | 
    
         
             
                        }
         
     | 
| 
       7132 
7465 
     | 
    
         
             
                      }
         
     | 
| 
       7133 
7466 
     | 
    
         
             
                    }
         
     | 
| 
       7134 
7467 
     | 
    
         
             
                  },
         
     | 
| 
       7135 
7468 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7136 
7469 
     | 
    
         
             
                },
         
     | 
| 
       7137 
     | 
    
         
            -
                " 
     | 
| 
      
 7470 
     | 
    
         
            +
                "S2k": {
         
     | 
| 
       7138 
7471 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7139 
7472 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7140 
7473 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7161,7 +7494,7 @@ 
     | 
|
| 
       7161 
7494 
     | 
    
         
             
                    }
         
     | 
| 
       7162 
7495 
     | 
    
         
             
                  }
         
     | 
| 
       7163 
7496 
     | 
    
         
             
                },
         
     | 
| 
       7164 
     | 
    
         
            -
                " 
     | 
| 
      
 7497 
     | 
    
         
            +
                "S2u": {
         
     | 
| 
       7165 
7498 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7166 
7499 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7167 
7500 
     | 
    
         
             
                    "secretManagerArn"
         
     | 
| 
         @@ -7170,7 +7503,7 @@ 
     | 
|
| 
       7170 
7503 
     | 
    
         
             
                    "secretManagerArn": {}
         
     | 
| 
       7171 
7504 
     | 
    
         
             
                  }
         
     | 
| 
       7172 
7505 
     | 
    
         
             
                },
         
     | 
| 
       7173 
     | 
    
         
            -
                " 
     | 
| 
      
 7506 
     | 
    
         
            +
                "S2w": {
         
     | 
| 
       7174 
7507 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7175 
7508 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7176 
7509 
     | 
    
         
             
                    "redshiftClusterSource": {
         
     | 
| 
         @@ -7194,11 +7527,11 @@ 
     | 
|
| 
       7194 
7527 
     | 
    
         
             
                  },
         
     | 
| 
       7195 
7528 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7196 
7529 
     | 
    
         
             
                },
         
     | 
| 
       7197 
     | 
    
         
            -
                " 
     | 
| 
      
 7530 
     | 
    
         
            +
                "S32": {
         
     | 
| 
       7198 
7531 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7199 
7532 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7200 
7533 
     | 
    
         
             
                },
         
     | 
| 
       7201 
     | 
    
         
            -
                " 
     | 
| 
      
 7534 
     | 
    
         
            +
                "S33": {
         
     | 
| 
       7202 
7535 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7203 
7536 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7204 
7537 
     | 
    
         
             
                    "enableBusinessNameGeneration": {
         
     | 
| 
         @@ -7206,7 +7539,7 @@ 
     | 
|
| 
       7206 
7539 
     | 
    
         
             
                    }
         
     | 
| 
       7207 
7540 
     | 
    
         
             
                  }
         
     | 
| 
       7208 
7541 
     | 
    
         
             
                },
         
     | 
| 
       7209 
     | 
    
         
            -
                " 
     | 
| 
      
 7542 
     | 
    
         
            +
                "S34": {
         
     | 
| 
       7210 
7543 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7211 
7544 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7212 
7545 
     | 
    
         
             
                    "schedule": {},
         
     | 
| 
         @@ -7214,7 +7547,7 @@ 
     | 
|
| 
       7214 
7547 
     | 
    
         
             
                  },
         
     | 
| 
       7215 
7548 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7216 
7549 
     | 
    
         
             
                },
         
     | 
| 
       7217 
     | 
    
         
            -
                " 
     | 
| 
      
 7550 
     | 
    
         
            +
                "S39": {
         
     | 
| 
       7218 
7551 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7219 
7552 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7220 
7553 
     | 
    
         
             
                    "glueRunConfiguration": {
         
     | 
| 
         @@ -7230,7 +7563,7 @@ 
     | 
|
| 
       7230 
7563 
     | 
    
         
             
                        "dataAccessRole": {},
         
     | 
| 
       7231 
7564 
     | 
    
         
             
                        "region": {},
         
     | 
| 
       7232 
7565 
     | 
    
         
             
                        "relationalFilterConfigurations": {
         
     | 
| 
       7233 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7566 
     | 
    
         
            +
                          "shape": "S2k"
         
     | 
| 
       7234 
7567 
     | 
    
         
             
                        }
         
     | 
| 
       7235 
7568 
     | 
    
         
             
                      }
         
     | 
| 
       7236 
7569 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -7245,25 +7578,25 @@ 
     | 
|
| 
       7245 
7578 
     | 
    
         
             
                        "accountId": {},
         
     | 
| 
       7246 
7579 
     | 
    
         
             
                        "dataAccessRole": {},
         
     | 
| 
       7247 
7580 
     | 
    
         
             
                        "redshiftCredentialConfiguration": {
         
     | 
| 
       7248 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7581 
     | 
    
         
            +
                          "shape": "S2u"
         
     | 
| 
       7249 
7582 
     | 
    
         
             
                        },
         
     | 
| 
       7250 
7583 
     | 
    
         
             
                        "redshiftStorage": {
         
     | 
| 
       7251 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7584 
     | 
    
         
            +
                          "shape": "S2w"
         
     | 
| 
       7252 
7585 
     | 
    
         
             
                        },
         
     | 
| 
       7253 
7586 
     | 
    
         
             
                        "region": {},
         
     | 
| 
       7254 
7587 
     | 
    
         
             
                        "relationalFilterConfigurations": {
         
     | 
| 
       7255 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 7588 
     | 
    
         
            +
                          "shape": "S2k"
         
     | 
| 
       7256 
7589 
     | 
    
         
             
                        }
         
     | 
| 
       7257 
7590 
     | 
    
         
             
                      }
         
     | 
| 
       7258 
7591 
     | 
    
         
             
                    }
         
     | 
| 
       7259 
7592 
     | 
    
         
             
                  },
         
     | 
| 
       7260 
7593 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7261 
7594 
     | 
    
         
             
                },
         
     | 
| 
       7262 
     | 
    
         
            -
                " 
     | 
| 
      
 7595 
     | 
    
         
            +
                "S3i": {
         
     | 
| 
       7263 
7596 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       7264 
7597 
     | 
    
         
             
                  "timestampFormat": "iso8601"
         
     | 
| 
       7265 
7598 
     | 
    
         
             
                },
         
     | 
| 
       7266 
     | 
    
         
            -
                " 
     | 
| 
      
 7599 
     | 
    
         
            +
                "S3j": {
         
     | 
| 
       7267 
7600 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7268 
7601 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7269 
7602 
     | 
    
         
             
                    "errorType"
         
     | 
| 
         @@ -7273,19 +7606,19 @@ 
     | 
|
| 
       7273 
7606 
     | 
    
         
             
                    "errorType": {}
         
     | 
| 
       7274 
7607 
     | 
    
         
             
                  }
         
     | 
| 
       7275 
7608 
     | 
    
         
             
                },
         
     | 
| 
       7276 
     | 
    
         
            -
                " 
     | 
| 
      
 7609 
     | 
    
         
            +
                "S3r": {
         
     | 
| 
       7277 
7610 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7278 
7611 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7279 
7612 
     | 
    
         
             
                    "type": {},
         
     | 
| 
       7280 
7613 
     | 
    
         
             
                    "userAssignment": {}
         
     | 
| 
       7281 
7614 
     | 
    
         
             
                  }
         
     | 
| 
       7282 
7615 
     | 
    
         
             
                },
         
     | 
| 
       7283 
     | 
    
         
            -
                " 
     | 
| 
      
 7616 
     | 
    
         
            +
                "S3u": {
         
     | 
| 
       7284 
7617 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       7285 
7618 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       7286 
7619 
     | 
    
         
             
                  "value": {}
         
     | 
| 
       7287 
7620 
     | 
    
         
             
                },
         
     | 
| 
       7288 
     | 
    
         
            -
                " 
     | 
| 
      
 7621 
     | 
    
         
            +
                "S41": {
         
     | 
| 
       7289 
7622 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7290 
7623 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7291 
7624 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7295,11 +7628,11 @@ 
     | 
|
| 
       7295 
7628 
     | 
    
         
             
                    }
         
     | 
| 
       7296 
7629 
     | 
    
         
             
                  }
         
     | 
| 
       7297 
7630 
     | 
    
         
             
                },
         
     | 
| 
       7298 
     | 
    
         
            -
                " 
     | 
| 
      
 7631 
     | 
    
         
            +
                "S46": {
         
     | 
| 
       7299 
7632 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       7300 
7633 
     | 
    
         
             
                  "timestampFormat": "iso8601"
         
     | 
| 
       7301 
7634 
     | 
    
         
             
                },
         
     | 
| 
       7302 
     | 
    
         
            -
                " 
     | 
| 
      
 7635 
     | 
    
         
            +
                "S47": {
         
     | 
| 
       7303 
7636 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7304 
7637 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7305 
7638 
     | 
    
         
             
                    "endTimeoutMinutes": {
         
     | 
| 
         @@ -7310,7 +7643,7 @@ 
     | 
|
| 
       7310 
7643 
     | 
    
         
             
                    }
         
     | 
| 
       7311 
7644 
     | 
    
         
             
                  }
         
     | 
| 
       7312 
7645 
     | 
    
         
             
                },
         
     | 
| 
       7313 
     | 
    
         
            -
                " 
     | 
| 
      
 7646 
     | 
    
         
            +
                "S4a": {
         
     | 
| 
       7314 
7647 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7315 
7648 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7316 
7649 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7334,7 +7667,7 @@ 
     | 
|
| 
       7334 
7667 
     | 
    
         
             
                    }
         
     | 
| 
       7335 
7668 
     | 
    
         
             
                  }
         
     | 
| 
       7336 
7669 
     | 
    
         
             
                },
         
     | 
| 
       7337 
     | 
    
         
            -
                " 
     | 
| 
      
 7670 
     | 
    
         
            +
                "S4g": {
         
     | 
| 
       7338 
7671 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7339 
7672 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7340 
7673 
     | 
    
         
             
                    "deploymentId": {},
         
     | 
| 
         @@ -7359,11 +7692,11 @@ 
     | 
|
| 
       7359 
7692 
     | 
    
         
             
                    }
         
     | 
| 
       7360 
7693 
     | 
    
         
             
                  }
         
     | 
| 
       7361 
7694 
     | 
    
         
             
                },
         
     | 
| 
       7362 
     | 
    
         
            -
                " 
     | 
| 
      
 7695 
     | 
    
         
            +
                "S4m": {
         
     | 
| 
       7363 
7696 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7364 
7697 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7365 
7698 
     | 
    
         
             
                },
         
     | 
| 
       7366 
     | 
    
         
            -
                " 
     | 
| 
      
 7699 
     | 
    
         
            +
                "S4n": {
         
     | 
| 
       7367 
7700 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7368 
7701 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7369 
7702 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7379,7 +7712,7 @@ 
     | 
|
| 
       7379 
7712 
     | 
    
         
             
                    }
         
     | 
| 
       7380 
7713 
     | 
    
         
             
                  }
         
     | 
| 
       7381 
7714 
     | 
    
         
             
                },
         
     | 
| 
       7382 
     | 
    
         
            -
                " 
     | 
| 
      
 7715 
     | 
    
         
            +
                "S4p": {
         
     | 
| 
       7383 
7716 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7384 
7717 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7385 
7718 
     | 
    
         
             
                    "cloudFormation": {
         
     | 
| 
         @@ -7394,7 +7727,7 @@ 
     | 
|
| 
       7394 
7727 
     | 
    
         
             
                  },
         
     | 
| 
       7395 
7728 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7396 
7729 
     | 
    
         
             
                },
         
     | 
| 
       7397 
     | 
    
         
            -
                " 
     | 
| 
      
 7730 
     | 
    
         
            +
                "S4s": {
         
     | 
| 
       7398 
7731 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7399 
7732 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7400 
7733 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7418,11 +7751,23 @@ 
     | 
|
| 
       7418 
7751 
     | 
    
         
             
                    }
         
     | 
| 
       7419 
7752 
     | 
    
         
             
                  }
         
     | 
| 
       7420 
7753 
     | 
    
         
             
                },
         
     | 
| 
       7421 
     | 
    
         
            -
                " 
     | 
| 
      
 7754 
     | 
    
         
            +
                "S4w": {
         
     | 
| 
      
 7755 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 7756 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 7757 
     | 
    
         
            +
                    "awsConsoleLink": {
         
     | 
| 
      
 7758 
     | 
    
         
            +
                      "type": "structure",
         
     | 
| 
      
 7759 
     | 
    
         
            +
                      "members": {
         
     | 
| 
      
 7760 
     | 
    
         
            +
                        "uri": {}
         
     | 
| 
      
 7761 
     | 
    
         
            +
                      }
         
     | 
| 
      
 7762 
     | 
    
         
            +
                    }
         
     | 
| 
      
 7763 
     | 
    
         
            +
                  },
         
     | 
| 
      
 7764 
     | 
    
         
            +
                  "union": true
         
     | 
| 
      
 7765 
     | 
    
         
            +
                },
         
     | 
| 
      
 7766 
     | 
    
         
            +
                "S51": {
         
     | 
| 
       7422 
7767 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7423 
7768 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7424 
7769 
     | 
    
         
             
                },
         
     | 
| 
       7425 
     | 
    
         
            -
                " 
     | 
| 
      
 7770 
     | 
    
         
            +
                "S54": {
         
     | 
| 
       7426 
7771 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7427 
7772 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7428 
7773 
     | 
    
         
             
                    "smithy": {}
         
     | 
| 
         @@ -7430,19 +7775,19 @@ 
     | 
|
| 
       7430 
7775 
     | 
    
         
             
                  "sensitive": true,
         
     | 
| 
       7431 
7776 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7432 
7777 
     | 
    
         
             
                },
         
     | 
| 
       7433 
     | 
    
         
            -
                " 
     | 
| 
      
 7778 
     | 
    
         
            +
                "S59": {
         
     | 
| 
       7434 
7779 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7435 
7780 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7436 
7781 
     | 
    
         
             
                },
         
     | 
| 
       7437 
     | 
    
         
            -
                " 
     | 
| 
      
 7782 
     | 
    
         
            +
                "S5a": {
         
     | 
| 
       7438 
7783 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7439 
7784 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7440 
7785 
     | 
    
         
             
                },
         
     | 
| 
       7441 
     | 
    
         
            -
                " 
     | 
| 
      
 7786 
     | 
    
         
            +
                "S5f": {
         
     | 
| 
       7442 
7787 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7443 
7788 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7444 
7789 
     | 
    
         
             
                },
         
     | 
| 
       7445 
     | 
    
         
            -
                " 
     | 
| 
      
 7790 
     | 
    
         
            +
                "S5h": {
         
     | 
| 
       7446 
7791 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7447 
7792 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7448 
7793 
     | 
    
         
             
                    "classifies": {
         
     | 
| 
         @@ -7455,11 +7800,11 @@ 
     | 
|
| 
       7455 
7800 
     | 
    
         
             
                    }
         
     | 
| 
       7456 
7801 
     | 
    
         
             
                  }
         
     | 
| 
       7457 
7802 
     | 
    
         
             
                },
         
     | 
| 
       7458 
     | 
    
         
            -
                " 
     | 
| 
      
 7803 
     | 
    
         
            +
                "S5o": {
         
     | 
| 
       7459 
7804 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7460 
7805 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7461 
7806 
     | 
    
         
             
                },
         
     | 
| 
       7462 
     | 
    
         
            -
                " 
     | 
| 
      
 7807 
     | 
    
         
            +
                "S5y": {
         
     | 
| 
       7463 
7808 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7464 
7809 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7465 
7810 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7469,7 +7814,7 @@ 
     | 
|
| 
       7469 
7814 
     | 
    
         
             
                    }
         
     | 
| 
       7470 
7815 
     | 
    
         
             
                  }
         
     | 
| 
       7471 
7816 
     | 
    
         
             
                },
         
     | 
| 
       7472 
     | 
    
         
            -
                " 
     | 
| 
      
 7817 
     | 
    
         
            +
                "S63": {
         
     | 
| 
       7473 
7818 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7474 
7819 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7475 
7820 
     | 
    
         
             
                    "groupIdentifier": {},
         
     | 
| 
         @@ -7477,7 +7822,7 @@ 
     | 
|
| 
       7477 
7822 
     | 
    
         
             
                  },
         
     | 
| 
       7478 
7823 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7479 
7824 
     | 
    
         
             
                },
         
     | 
| 
       7480 
     | 
    
         
            -
                " 
     | 
| 
      
 7825 
     | 
    
         
            +
                "S6c": {
         
     | 
| 
       7481 
7826 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7482 
7827 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7483 
7828 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7490,7 +7835,7 @@ 
     | 
|
| 
       7490 
7835 
     | 
    
         
             
                      "assetId": {},
         
     | 
| 
       7491 
7836 
     | 
    
         
             
                      "assetRevision": {},
         
     | 
| 
       7492 
7837 
     | 
    
         
             
                      "failureCause": {
         
     | 
| 
       7493 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 7838 
     | 
    
         
            +
                        "shape": "S6e"
         
     | 
| 
       7494 
7839 
     | 
    
         
             
                      },
         
     | 
| 
       7495 
7840 
     | 
    
         
             
                      "failureTimestamp": {
         
     | 
| 
       7496 
7841 
     | 
    
         
             
                        "type": "timestamp"
         
     | 
| 
         @@ -7503,13 +7848,13 @@ 
     | 
|
| 
       7503 
7848 
     | 
    
         
             
                    }
         
     | 
| 
       7504 
7849 
     | 
    
         
             
                  }
         
     | 
| 
       7505 
7850 
     | 
    
         
             
                },
         
     | 
| 
       7506 
     | 
    
         
            -
                " 
     | 
| 
      
 7851 
     | 
    
         
            +
                "S6e": {
         
     | 
| 
       7507 
7852 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7508 
7853 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7509 
7854 
     | 
    
         
             
                    "message": {}
         
     | 
| 
       7510 
7855 
     | 
    
         
             
                  }
         
     | 
| 
       7511 
7856 
     | 
    
         
             
                },
         
     | 
| 
       7512 
     | 
    
         
            -
                " 
     | 
| 
      
 7857 
     | 
    
         
            +
                "S6g": {
         
     | 
| 
       7513 
7858 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7514 
7859 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7515 
7860 
     | 
    
         
             
                    "listing": {
         
     | 
| 
         @@ -7526,19 +7871,19 @@ 
     | 
|
| 
       7526 
7871 
     | 
    
         
             
                  },
         
     | 
| 
       7527 
7872 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7528 
7873 
     | 
    
         
             
                },
         
     | 
| 
       7529 
     | 
    
         
            -
                " 
     | 
| 
      
 7874 
     | 
    
         
            +
                "S6u": {
         
     | 
| 
       7530 
7875 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7531 
7876 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7532 
7877 
     | 
    
         
             
                },
         
     | 
| 
       7533 
     | 
    
         
            -
                " 
     | 
| 
      
 7878 
     | 
    
         
            +
                "S6v": {
         
     | 
| 
       7534 
7879 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7535 
7880 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7536 
7881 
     | 
    
         
             
                },
         
     | 
| 
       7537 
     | 
    
         
            -
                " 
     | 
| 
      
 7882 
     | 
    
         
            +
                "S6x": {
         
     | 
| 
       7538 
7883 
     | 
    
         
             
                  "type": "string",
         
     | 
| 
       7539 
7884 
     | 
    
         
             
                  "sensitive": true
         
     | 
| 
       7540 
7885 
     | 
    
         
             
                },
         
     | 
| 
       7541 
     | 
    
         
            -
                " 
     | 
| 
      
 7886 
     | 
    
         
            +
                "S6y": {
         
     | 
| 
       7542 
7887 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7543 
7888 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7544 
7889 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7552,7 +7897,7 @@ 
     | 
|
| 
       7552 
7897 
     | 
    
         
             
                    }
         
     | 
| 
       7553 
7898 
     | 
    
         
             
                  }
         
     | 
| 
       7554 
7899 
     | 
    
         
             
                },
         
     | 
| 
       7555 
     | 
    
         
            -
                " 
     | 
| 
      
 7900 
     | 
    
         
            +
                "S75": {
         
     | 
| 
       7556 
7901 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7557 
7902 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7558 
7903 
     | 
    
         
             
                    "iam": {
         
     | 
| 
         @@ -7581,7 +7926,51 @@ 
     | 
|
| 
       7581 
7926 
     | 
    
         
             
                  },
         
     | 
| 
       7582 
7927 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7583 
7928 
     | 
    
         
             
                },
         
     | 
| 
       7584 
     | 
    
         
            -
                " 
     | 
| 
      
 7929 
     | 
    
         
            +
                "S7k": {
         
     | 
| 
      
 7930 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 7931 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 7932 
     | 
    
         
            +
                    "glueSelfGrantStatus": {
         
     | 
| 
      
 7933 
     | 
    
         
            +
                      "type": "structure",
         
     | 
| 
      
 7934 
     | 
    
         
            +
                      "required": [
         
     | 
| 
      
 7935 
     | 
    
         
            +
                        "selfGrantStatusDetails"
         
     | 
| 
      
 7936 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 7937 
     | 
    
         
            +
                      "members": {
         
     | 
| 
      
 7938 
     | 
    
         
            +
                        "selfGrantStatusDetails": {
         
     | 
| 
      
 7939 
     | 
    
         
            +
                          "shape": "S7m"
         
     | 
| 
      
 7940 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7941 
     | 
    
         
            +
                      }
         
     | 
| 
      
 7942 
     | 
    
         
            +
                    },
         
     | 
| 
      
 7943 
     | 
    
         
            +
                    "redshiftSelfGrantStatus": {
         
     | 
| 
      
 7944 
     | 
    
         
            +
                      "type": "structure",
         
     | 
| 
      
 7945 
     | 
    
         
            +
                      "required": [
         
     | 
| 
      
 7946 
     | 
    
         
            +
                        "selfGrantStatusDetails"
         
     | 
| 
      
 7947 
     | 
    
         
            +
                      ],
         
     | 
| 
      
 7948 
     | 
    
         
            +
                      "members": {
         
     | 
| 
      
 7949 
     | 
    
         
            +
                        "selfGrantStatusDetails": {
         
     | 
| 
      
 7950 
     | 
    
         
            +
                          "shape": "S7m"
         
     | 
| 
      
 7951 
     | 
    
         
            +
                        }
         
     | 
| 
      
 7952 
     | 
    
         
            +
                      }
         
     | 
| 
      
 7953 
     | 
    
         
            +
                    }
         
     | 
| 
      
 7954 
     | 
    
         
            +
                  },
         
     | 
| 
      
 7955 
     | 
    
         
            +
                  "union": true
         
     | 
| 
      
 7956 
     | 
    
         
            +
                },
         
     | 
| 
      
 7957 
     | 
    
         
            +
                "S7m": {
         
     | 
| 
      
 7958 
     | 
    
         
            +
                  "type": "list",
         
     | 
| 
      
 7959 
     | 
    
         
            +
                  "member": {
         
     | 
| 
      
 7960 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 7961 
     | 
    
         
            +
                    "required": [
         
     | 
| 
      
 7962 
     | 
    
         
            +
                      "databaseName",
         
     | 
| 
      
 7963 
     | 
    
         
            +
                      "status"
         
     | 
| 
      
 7964 
     | 
    
         
            +
                    ],
         
     | 
| 
      
 7965 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 7966 
     | 
    
         
            +
                      "databaseName": {},
         
     | 
| 
      
 7967 
     | 
    
         
            +
                      "failureCause": {},
         
     | 
| 
      
 7968 
     | 
    
         
            +
                      "schemaName": {},
         
     | 
| 
      
 7969 
     | 
    
         
            +
                      "status": {}
         
     | 
| 
      
 7970 
     | 
    
         
            +
                    }
         
     | 
| 
      
 7971 
     | 
    
         
            +
                  }
         
     | 
| 
      
 7972 
     | 
    
         
            +
                },
         
     | 
| 
      
 7973 
     | 
    
         
            +
                "S8t": {
         
     | 
| 
       7585 
7974 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7586 
7975 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7587 
7976 
     | 
    
         
             
                    "added": {
         
     | 
| 
         @@ -7601,11 +7990,11 @@ 
     | 
|
| 
       7601 
7990 
     | 
    
         
             
                    }
         
     | 
| 
       7602 
7991 
     | 
    
         
             
                  }
         
     | 
| 
       7603 
7992 
     | 
    
         
             
                },
         
     | 
| 
       7604 
     | 
    
         
            -
                " 
     | 
| 
      
 7993 
     | 
    
         
            +
                "S96": {
         
     | 
| 
       7605 
7994 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7606 
7995 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7607 
7996 
     | 
    
         
             
                },
         
     | 
| 
       7608 
     | 
    
         
            -
                " 
     | 
| 
      
 7997 
     | 
    
         
            +
                "S98": {
         
     | 
| 
       7609 
7998 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       7610 
7999 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       7611 
8000 
     | 
    
         
             
                  "value": {
         
     | 
| 
         @@ -7614,7 +8003,7 @@ 
     | 
|
| 
       7614 
8003 
     | 
    
         
             
                    "value": {}
         
     | 
| 
       7615 
8004 
     | 
    
         
             
                  }
         
     | 
| 
       7616 
8005 
     | 
    
         
             
                },
         
     | 
| 
       7617 
     | 
    
         
            -
                " 
     | 
| 
      
 8006 
     | 
    
         
            +
                "S9e": {
         
     | 
| 
       7618 
8007 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7619 
8008 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7620 
8009 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7624,13 +8013,13 @@ 
     | 
|
| 
       7624 
8013 
     | 
    
         
             
                    ],
         
     | 
| 
       7625 
8014 
     | 
    
         
             
                    "members": {
         
     | 
| 
       7626 
8015 
     | 
    
         
             
                      "name": {
         
     | 
| 
       7627 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 8016 
     | 
    
         
            +
                        "shape": "S1z"
         
     | 
| 
       7628 
8017 
     | 
    
         
             
                      },
         
     | 
| 
       7629 
8018 
     | 
    
         
             
                      "revision": {}
         
     | 
| 
       7630 
8019 
     | 
    
         
             
                    }
         
     | 
| 
       7631 
8020 
     | 
    
         
             
                  }
         
     | 
| 
       7632 
8021 
     | 
    
         
             
                },
         
     | 
| 
       7633 
     | 
    
         
            -
                " 
     | 
| 
      
 8022 
     | 
    
         
            +
                "S9v": {
         
     | 
| 
       7634 
8023 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7635 
8024 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7636 
8025 
     | 
    
         
             
                    "identifier",
         
     | 
| 
         @@ -7642,7 +8031,7 @@ 
     | 
|
| 
       7642 
8031 
     | 
    
         
             
                    "type": {}
         
     | 
| 
       7643 
8032 
     | 
    
         
             
                  }
         
     | 
| 
       7644 
8033 
     | 
    
         
             
                },
         
     | 
| 
       7645 
     | 
    
         
            -
                " 
     | 
| 
      
 8034 
     | 
    
         
            +
                "Sae": {
         
     | 
| 
       7646 
8035 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7647 
8036 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7648 
8037 
     | 
    
         
             
                    "formName",
         
     | 
| 
         @@ -7660,15 +8049,15 @@ 
     | 
|
| 
       7660 
8049 
     | 
    
         
             
                    "typeRevision": {}
         
     | 
| 
       7661 
8050 
     | 
    
         
             
                  }
         
     | 
| 
       7662 
8051 
     | 
    
         
             
                },
         
     | 
| 
       7663 
     | 
    
         
            -
                " 
     | 
| 
      
 8052 
     | 
    
         
            +
                "Sdy": {
         
     | 
| 
       7664 
8053 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7665 
8054 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       7666 
8055 
     | 
    
         
             
                },
         
     | 
| 
       7667 
     | 
    
         
            -
                " 
     | 
| 
      
 8056 
     | 
    
         
            +
                "Se0": {
         
     | 
| 
       7668 
8057 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7669 
8058 
     | 
    
         
             
                  "members": {
         
     | 
| 
       7670 
8059 
     | 
    
         
             
                    "and": {
         
     | 
| 
       7671 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 8060 
     | 
    
         
            +
                      "shape": "Se1"
         
     | 
| 
       7672 
8061 
     | 
    
         
             
                    },
         
     | 
| 
       7673 
8062 
     | 
    
         
             
                    "filter": {
         
     | 
| 
       7674 
8063 
     | 
    
         
             
                      "type": "structure",
         
     | 
| 
         @@ -7682,18 +8071,18 @@ 
     | 
|
| 
       7682 
8071 
     | 
    
         
             
                      }
         
     | 
| 
       7683 
8072 
     | 
    
         
             
                    },
         
     | 
| 
       7684 
8073 
     | 
    
         
             
                    "or": {
         
     | 
| 
       7685 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 8074 
     | 
    
         
            +
                      "shape": "Se1"
         
     | 
| 
       7686 
8075 
     | 
    
         
             
                    }
         
     | 
| 
       7687 
8076 
     | 
    
         
             
                  },
         
     | 
| 
       7688 
8077 
     | 
    
         
             
                  "union": true
         
     | 
| 
       7689 
8078 
     | 
    
         
             
                },
         
     | 
| 
       7690 
     | 
    
         
            -
                " 
     | 
| 
      
 8079 
     | 
    
         
            +
                "Se1": {
         
     | 
| 
       7691 
8080 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7692 
8081 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7693 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 8082 
     | 
    
         
            +
                    "shape": "Se0"
         
     | 
| 
       7694 
8083 
     | 
    
         
             
                  }
         
     | 
| 
       7695 
8084 
     | 
    
         
             
                },
         
     | 
| 
       7696 
     | 
    
         
            -
                " 
     | 
| 
      
 8085 
     | 
    
         
            +
                "Se5": {
         
     | 
| 
       7697 
8086 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       7698 
8087 
     | 
    
         
             
                  "member": {
         
     | 
| 
       7699 
8088 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -7705,7 +8094,7 @@ 
     | 
|
| 
       7705 
8094 
     | 
    
         
             
                    }
         
     | 
| 
       7706 
8095 
     | 
    
         
             
                  }
         
     | 
| 
       7707 
8096 
     | 
    
         
             
                },
         
     | 
| 
       7708 
     | 
    
         
            -
                " 
     | 
| 
      
 8097 
     | 
    
         
            +
                "Se9": {
         
     | 
| 
       7709 
8098 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       7710 
8099 
     | 
    
         
             
                  "required": [
         
     | 
| 
       7711 
8100 
     | 
    
         
             
                    "attribute"
         
     |