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
 
| 
         @@ -8,7 +8,10 @@ 
     | 
|
| 
       8 
8 
     | 
    
         
             
                "protocol": "rest-json",
         
     | 
| 
       9 
9 
     | 
    
         
             
                "jsonVersion": "1.1",
         
     | 
| 
       10 
10 
     | 
    
         
             
                "uid": "macie2-2020-01-01",
         
     | 
| 
       11 
     | 
    
         
            -
                "signatureVersion": "v4"
         
     | 
| 
      
 11 
     | 
    
         
            +
                "signatureVersion": "v4",
         
     | 
| 
      
 12 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 13 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 14 
     | 
    
         
            +
                ]
         
     | 
| 
       12 
15 
     | 
    
         
             
              },
         
     | 
| 
       13 
16 
     | 
    
         
             
              "operations": {
         
     | 
| 
       14 
17 
     | 
    
         
             
                "AcceptInvitation": {
         
     | 
| 
         @@ -91,6 +94,53 @@ 
     | 
|
| 
       91 
94 
     | 
    
         
             
                    }
         
     | 
| 
       92 
95 
     | 
    
         
             
                  }
         
     | 
| 
       93 
96 
     | 
    
         
             
                },
         
     | 
| 
      
 97 
     | 
    
         
            +
                "BatchUpdateAutomatedDiscoveryAccounts": {
         
     | 
| 
      
 98 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 99 
     | 
    
         
            +
                    "method": "PATCH",
         
     | 
| 
      
 100 
     | 
    
         
            +
                    "requestUri": "/automated-discovery/accounts",
         
     | 
| 
      
 101 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 102 
     | 
    
         
            +
                  },
         
     | 
| 
      
 103 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 104 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 105 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 106 
     | 
    
         
            +
                      "accounts": {
         
     | 
| 
      
 107 
     | 
    
         
            +
                        "locationName": "accounts",
         
     | 
| 
      
 108 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 109 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 110 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 111 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 112 
     | 
    
         
            +
                            "accountId": {
         
     | 
| 
      
 113 
     | 
    
         
            +
                              "locationName": "accountId"
         
     | 
| 
      
 114 
     | 
    
         
            +
                            },
         
     | 
| 
      
 115 
     | 
    
         
            +
                            "status": {
         
     | 
| 
      
 116 
     | 
    
         
            +
                              "locationName": "status"
         
     | 
| 
      
 117 
     | 
    
         
            +
                            }
         
     | 
| 
      
 118 
     | 
    
         
            +
                          }
         
     | 
| 
      
 119 
     | 
    
         
            +
                        }
         
     | 
| 
      
 120 
     | 
    
         
            +
                      }
         
     | 
| 
      
 121 
     | 
    
         
            +
                    }
         
     | 
| 
      
 122 
     | 
    
         
            +
                  },
         
     | 
| 
      
 123 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 124 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 125 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 126 
     | 
    
         
            +
                      "errors": {
         
     | 
| 
      
 127 
     | 
    
         
            +
                        "locationName": "errors",
         
     | 
| 
      
 128 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 129 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 130 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 131 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 132 
     | 
    
         
            +
                            "accountId": {
         
     | 
| 
      
 133 
     | 
    
         
            +
                              "locationName": "accountId"
         
     | 
| 
      
 134 
     | 
    
         
            +
                            },
         
     | 
| 
      
 135 
     | 
    
         
            +
                            "errorCode": {
         
     | 
| 
      
 136 
     | 
    
         
            +
                              "locationName": "errorCode"
         
     | 
| 
      
 137 
     | 
    
         
            +
                            }
         
     | 
| 
      
 138 
     | 
    
         
            +
                          }
         
     | 
| 
      
 139 
     | 
    
         
            +
                        }
         
     | 
| 
      
 140 
     | 
    
         
            +
                      }
         
     | 
| 
      
 141 
     | 
    
         
            +
                    }
         
     | 
| 
      
 142 
     | 
    
         
            +
                  }
         
     | 
| 
      
 143 
     | 
    
         
            +
                },
         
     | 
| 
       94 
144 
     | 
    
         
             
                "CreateAllowList": {
         
     | 
| 
       95 
145 
     | 
    
         
             
                  "http": {
         
     | 
| 
       96 
146 
     | 
    
         
             
                    "requestUri": "/allow-lists",
         
     | 
| 
         @@ -104,7 +154,7 @@ 
     | 
|
| 
       104 
154 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       105 
155 
     | 
    
         
             
                      },
         
     | 
| 
       106 
156 
     | 
    
         
             
                      "criteria": {
         
     | 
| 
       107 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 157 
     | 
    
         
            +
                        "shape": "Sk",
         
     | 
| 
       108 
158 
     | 
    
         
             
                        "locationName": "criteria"
         
     | 
| 
       109 
159 
     | 
    
         
             
                      },
         
     | 
| 
       110 
160 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -114,7 +164,7 @@ 
     | 
|
| 
       114 
164 
     | 
    
         
             
                        "locationName": "name"
         
     | 
| 
       115 
165 
     | 
    
         
             
                      },
         
     | 
| 
       116 
166 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       117 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 167 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       118 
168 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       119 
169 
     | 
    
         
             
                      }
         
     | 
| 
       120 
170 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -177,7 +227,7 @@ 
     | 
|
| 
       177 
227 
     | 
    
         
             
                        "locationName": "name"
         
     | 
| 
       178 
228 
     | 
    
         
             
                      },
         
     | 
| 
       179 
229 
     | 
    
         
             
                      "s3JobDefinition": {
         
     | 
| 
       180 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 230 
     | 
    
         
            +
                        "shape": "Sx",
         
     | 
| 
       181 
231 
     | 
    
         
             
                        "locationName": "s3JobDefinition"
         
     | 
| 
       182 
232 
     | 
    
         
             
                      },
         
     | 
| 
       183 
233 
     | 
    
         
             
                      "samplingPercentage": {
         
     | 
| 
         @@ -185,11 +235,11 @@ 
     | 
|
| 
       185 
235 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       186 
236 
     | 
    
         
             
                      },
         
     | 
| 
       187 
237 
     | 
    
         
             
                      "scheduleFrequency": {
         
     | 
| 
       188 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 238 
     | 
    
         
            +
                        "shape": "S1l",
         
     | 
| 
       189 
239 
     | 
    
         
             
                        "locationName": "scheduleFrequency"
         
     | 
| 
       190 
240 
     | 
    
         
             
                      },
         
     | 
| 
       191 
241 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       192 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 242 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       193 
243 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       194 
244 
     | 
    
         
             
                      }
         
     | 
| 
       195 
245 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -246,11 +296,11 @@ 
     | 
|
| 
       246 
296 
     | 
    
         
             
                        "locationName": "regex"
         
     | 
| 
       247 
297 
     | 
    
         
             
                      },
         
     | 
| 
       248 
298 
     | 
    
         
             
                      "severityLevels": {
         
     | 
| 
       249 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 299 
     | 
    
         
            +
                        "shape": "S1s",
         
     | 
| 
       250 
300 
     | 
    
         
             
                        "locationName": "severityLevels"
         
     | 
| 
       251 
301 
     | 
    
         
             
                      },
         
     | 
| 
       252 
302 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       253 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 303 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       254 
304 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       255 
305 
     | 
    
         
             
                      }
         
     | 
| 
       256 
306 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -287,7 +337,7 @@ 
     | 
|
| 
       287 
337 
     | 
    
         
             
                        "locationName": "description"
         
     | 
| 
       288 
338 
     | 
    
         
             
                      },
         
     | 
| 
       289 
339 
     | 
    
         
             
                      "findingCriteria": {
         
     | 
| 
       290 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 340 
     | 
    
         
            +
                        "shape": "S1z",
         
     | 
| 
       291 
341 
     | 
    
         
             
                        "locationName": "findingCriteria"
         
     | 
| 
       292 
342 
     | 
    
         
             
                      },
         
     | 
| 
       293 
343 
     | 
    
         
             
                      "name": {
         
     | 
| 
         @@ -298,7 +348,7 @@ 
     | 
|
| 
       298 
348 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       299 
349 
     | 
    
         
             
                      },
         
     | 
| 
       300 
350 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       301 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 351 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       302 
352 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       303 
353 
     | 
    
         
             
                      }
         
     | 
| 
       304 
354 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -348,7 +398,7 @@ 
     | 
|
| 
       348 
398 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       349 
399 
     | 
    
         
             
                    "members": {
         
     | 
| 
       350 
400 
     | 
    
         
             
                      "unprocessedAccounts": {
         
     | 
| 
       351 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 401 
     | 
    
         
            +
                        "shape": "S25",
         
     | 
| 
       352 
402 
     | 
    
         
             
                        "locationName": "unprocessedAccounts"
         
     | 
| 
       353 
403 
     | 
    
         
             
                      }
         
     | 
| 
       354 
404 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -379,7 +429,7 @@ 
     | 
|
| 
       379 
429 
     | 
    
         
             
                        ]
         
     | 
| 
       380 
430 
     | 
    
         
             
                      },
         
     | 
| 
       381 
431 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       382 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 432 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       383 
433 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       384 
434 
     | 
    
         
             
                      }
         
     | 
| 
       385 
435 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -437,7 +487,7 @@ 
     | 
|
| 
       437 
487 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       438 
488 
     | 
    
         
             
                    "members": {
         
     | 
| 
       439 
489 
     | 
    
         
             
                      "unprocessedAccounts": {
         
     | 
| 
       440 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 490 
     | 
    
         
            +
                        "shape": "S25",
         
     | 
| 
       441 
491 
     | 
    
         
             
                        "locationName": "unprocessedAccounts"
         
     | 
| 
       442 
492 
     | 
    
         
             
                      }
         
     | 
| 
       443 
493 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -537,7 +587,7 @@ 
     | 
|
| 
       537 
587 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       538 
588 
     | 
    
         
             
                    "members": {
         
     | 
| 
       539 
589 
     | 
    
         
             
                      "unprocessedAccounts": {
         
     | 
| 
       540 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 590 
     | 
    
         
            +
                        "shape": "S25",
         
     | 
| 
       541 
591 
     | 
    
         
             
                        "locationName": "unprocessedAccounts"
         
     | 
| 
       542 
592 
     | 
    
         
             
                      }
         
     | 
| 
       543 
593 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -647,6 +697,9 @@ 
     | 
|
| 
       647 
697 
     | 
    
         
             
                            "allowsUnencryptedObjectUploads": {
         
     | 
| 
       648 
698 
     | 
    
         
             
                              "locationName": "allowsUnencryptedObjectUploads"
         
     | 
| 
       649 
699 
     | 
    
         
             
                            },
         
     | 
| 
      
 700 
     | 
    
         
            +
                            "automatedDiscoveryMonitoringStatus": {
         
     | 
| 
      
 701 
     | 
    
         
            +
                              "locationName": "automatedDiscoveryMonitoringStatus"
         
     | 
| 
      
 702 
     | 
    
         
            +
                            },
         
     | 
| 
       650 
703 
     | 
    
         
             
                            "bucketArn": {
         
     | 
| 
       651 
704 
     | 
    
         
             
                              "locationName": "bucketArn"
         
     | 
| 
       652 
705 
     | 
    
         
             
                            },
         
     | 
| 
         @@ -672,7 +725,7 @@ 
     | 
|
| 
       672 
725 
     | 
    
         
             
                              "locationName": "errorMessage"
         
     | 
| 
       673 
726 
     | 
    
         
             
                            },
         
     | 
| 
       674 
727 
     | 
    
         
             
                            "jobDetails": {
         
     | 
| 
       675 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 728 
     | 
    
         
            +
                              "shape": "S32",
         
     | 
| 
       676 
729 
     | 
    
         
             
                              "locationName": "jobDetails"
         
     | 
| 
       677 
730 
     | 
    
         
             
                            },
         
     | 
| 
       678 
731 
     | 
    
         
             
                            "lastAutomatedDiscoveryTime": {
         
     | 
| 
         @@ -688,11 +741,11 @@ 
     | 
|
| 
       688 
741 
     | 
    
         
             
                              "type": "long"
         
     | 
| 
       689 
742 
     | 
    
         
             
                            },
         
     | 
| 
       690 
743 
     | 
    
         
             
                            "objectCountByEncryptionType": {
         
     | 
| 
       691 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 744 
     | 
    
         
            +
                              "shape": "S35",
         
     | 
| 
       692 
745 
     | 
    
         
             
                              "locationName": "objectCountByEncryptionType"
         
     | 
| 
       693 
746 
     | 
    
         
             
                            },
         
     | 
| 
       694 
747 
     | 
    
         
             
                            "publicAccess": {
         
     | 
| 
       695 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 748 
     | 
    
         
            +
                              "shape": "S36",
         
     | 
| 
       696 
749 
     | 
    
         
             
                              "locationName": "publicAccess"
         
     | 
| 
       697 
750 
     | 
    
         
             
                            },
         
     | 
| 
       698 
751 
     | 
    
         
             
                            "region": {
         
     | 
| 
         @@ -747,15 +800,15 @@ 
     | 
|
| 
       747 
800 
     | 
    
         
             
                              "locationName": "tags",
         
     | 
| 
       748 
801 
     | 
    
         
             
                              "type": "list",
         
     | 
| 
       749 
802 
     | 
    
         
             
                              "member": {
         
     | 
| 
       750 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 803 
     | 
    
         
            +
                                "shape": "S3j"
         
     | 
| 
       751 
804 
     | 
    
         
             
                              }
         
     | 
| 
       752 
805 
     | 
    
         
             
                            },
         
     | 
| 
       753 
806 
     | 
    
         
             
                            "unclassifiableObjectCount": {
         
     | 
| 
       754 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 807 
     | 
    
         
            +
                              "shape": "S3k",
         
     | 
| 
       755 
808 
     | 
    
         
             
                              "locationName": "unclassifiableObjectCount"
         
     | 
| 
       756 
809 
     | 
    
         
             
                            },
         
     | 
| 
       757 
810 
     | 
    
         
             
                            "unclassifiableObjectSizeInBytes": {
         
     | 
| 
       758 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 811 
     | 
    
         
            +
                              "shape": "S3k",
         
     | 
| 
       759 
812 
     | 
    
         
             
                              "locationName": "unclassifiableObjectSizeInBytes"
         
     | 
| 
       760 
813 
     | 
    
         
             
                            },
         
     | 
| 
       761 
814 
     | 
    
         
             
                            "versioning": {
         
     | 
| 
         @@ -828,7 +881,7 @@ 
     | 
|
| 
       828 
881 
     | 
    
         
             
                        "locationName": "jobType"
         
     | 
| 
       829 
882 
     | 
    
         
             
                      },
         
     | 
| 
       830 
883 
     | 
    
         
             
                      "lastRunErrorStatus": {
         
     | 
| 
       831 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 884 
     | 
    
         
            +
                        "shape": "S3o",
         
     | 
| 
       832 
885 
     | 
    
         
             
                        "locationName": "lastRunErrorStatus"
         
     | 
| 
       833 
886 
     | 
    
         
             
                      },
         
     | 
| 
       834 
887 
     | 
    
         
             
                      "lastRunTime": {
         
     | 
| 
         @@ -846,7 +899,7 @@ 
     | 
|
| 
       846 
899 
     | 
    
         
             
                        "locationName": "name"
         
     | 
| 
       847 
900 
     | 
    
         
             
                      },
         
     | 
| 
       848 
901 
     | 
    
         
             
                      "s3JobDefinition": {
         
     | 
| 
       849 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 902 
     | 
    
         
            +
                        "shape": "Sx",
         
     | 
| 
       850 
903 
     | 
    
         
             
                        "locationName": "s3JobDefinition"
         
     | 
| 
       851 
904 
     | 
    
         
             
                      },
         
     | 
| 
       852 
905 
     | 
    
         
             
                      "samplingPercentage": {
         
     | 
| 
         @@ -854,7 +907,7 @@ 
     | 
|
| 
       854 
907 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       855 
908 
     | 
    
         
             
                      },
         
     | 
| 
       856 
909 
     | 
    
         
             
                      "scheduleFrequency": {
         
     | 
| 
       857 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 910 
     | 
    
         
            +
                        "shape": "S1l",
         
     | 
| 
       858 
911 
     | 
    
         
             
                        "locationName": "scheduleFrequency"
         
     | 
| 
       859 
912 
     | 
    
         
             
                      },
         
     | 
| 
       860 
913 
     | 
    
         
             
                      "statistics": {
         
     | 
| 
         @@ -872,11 +925,11 @@ 
     | 
|
| 
       872 
925 
     | 
    
         
             
                        }
         
     | 
| 
       873 
926 
     | 
    
         
             
                      },
         
     | 
| 
       874 
927 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       875 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 928 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       876 
929 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       877 
930 
     | 
    
         
             
                      },
         
     | 
| 
       878 
931 
     | 
    
         
             
                      "userPausedDetails": {
         
     | 
| 
       879 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 932 
     | 
    
         
            +
                        "shape": "S3s",
         
     | 
| 
       880 
933 
     | 
    
         
             
                        "locationName": "userPausedDetails"
         
     | 
| 
       881 
934 
     | 
    
         
             
                      }
         
     | 
| 
       882 
935 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1058,7 +1111,7 @@ 
     | 
|
| 
       1058 
1111 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1059 
1112 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1060 
1113 
     | 
    
         
             
                      "administrator": {
         
     | 
| 
       1061 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1114 
     | 
    
         
            +
                        "shape": "S4d",
         
     | 
| 
       1062 
1115 
     | 
    
         
             
                        "locationName": "administrator"
         
     | 
| 
       1063 
1116 
     | 
    
         
             
                      }
         
     | 
| 
       1064 
1117 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1093,7 +1146,7 @@ 
     | 
|
| 
       1093 
1146 
     | 
    
         
             
                        "locationName": "createdAt"
         
     | 
| 
       1094 
1147 
     | 
    
         
             
                      },
         
     | 
| 
       1095 
1148 
     | 
    
         
             
                      "criteria": {
         
     | 
| 
       1096 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1149 
     | 
    
         
            +
                        "shape": "Sk",
         
     | 
| 
       1097 
1150 
     | 
    
         
             
                        "locationName": "criteria"
         
     | 
| 
       1098 
1151 
     | 
    
         
             
                      },
         
     | 
| 
       1099 
1152 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -1121,7 +1174,7 @@ 
     | 
|
| 
       1121 
1174 
     | 
    
         
             
                        ]
         
     | 
| 
       1122 
1175 
     | 
    
         
             
                      },
         
     | 
| 
       1123 
1176 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       1124 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1177 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       1125 
1178 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       1126 
1179 
     | 
    
         
             
                      },
         
     | 
| 
       1127 
1180 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -1144,19 +1197,22 @@ 
     | 
|
| 
       1144 
1197 
     | 
    
         
             
                  "output": {
         
     | 
| 
       1145 
1198 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1146 
1199 
     | 
    
         
             
                    "members": {
         
     | 
| 
      
 1200 
     | 
    
         
            +
                      "autoEnableOrganizationMembers": {
         
     | 
| 
      
 1201 
     | 
    
         
            +
                        "locationName": "autoEnableOrganizationMembers"
         
     | 
| 
      
 1202 
     | 
    
         
            +
                      },
         
     | 
| 
       1147 
1203 
     | 
    
         
             
                      "classificationScopeId": {
         
     | 
| 
       1148 
1204 
     | 
    
         
             
                        "locationName": "classificationScopeId"
         
     | 
| 
       1149 
1205 
     | 
    
         
             
                      },
         
     | 
| 
       1150 
1206 
     | 
    
         
             
                      "disabledAt": {
         
     | 
| 
       1151 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1207 
     | 
    
         
            +
                        "shape": "S4n",
         
     | 
| 
       1152 
1208 
     | 
    
         
             
                        "locationName": "disabledAt"
         
     | 
| 
       1153 
1209 
     | 
    
         
             
                      },
         
     | 
| 
       1154 
1210 
     | 
    
         
             
                      "firstEnabledAt": {
         
     | 
| 
       1155 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1211 
     | 
    
         
            +
                        "shape": "S4n",
         
     | 
| 
       1156 
1212 
     | 
    
         
             
                        "locationName": "firstEnabledAt"
         
     | 
| 
       1157 
1213 
     | 
    
         
             
                      },
         
     | 
| 
       1158 
1214 
     | 
    
         
             
                      "lastUpdatedAt": {
         
     | 
| 
       1159 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1215 
     | 
    
         
            +
                        "shape": "S4n",
         
     | 
| 
       1160 
1216 
     | 
    
         
             
                        "locationName": "lastUpdatedAt"
         
     | 
| 
       1161 
1217 
     | 
    
         
             
                      },
         
     | 
| 
       1162 
1218 
     | 
    
         
             
                      "sensitivityInspectionTemplateId": {
         
     | 
| 
         @@ -1277,19 +1333,19 @@ 
     | 
|
| 
       1277 
1333 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       1278 
1334 
     | 
    
         
             
                        "members": {
         
     | 
| 
       1279 
1335 
     | 
    
         
             
                          "classificationError": {
         
     | 
| 
       1280 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 1336 
     | 
    
         
            +
                            "shape": "S4x",
         
     | 
| 
       1281 
1337 
     | 
    
         
             
                            "locationName": "classificationError"
         
     | 
| 
       1282 
1338 
     | 
    
         
             
                          },
         
     | 
| 
       1283 
1339 
     | 
    
         
             
                          "notClassified": {
         
     | 
| 
       1284 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 1340 
     | 
    
         
            +
                            "shape": "S4x",
         
     | 
| 
       1285 
1341 
     | 
    
         
             
                            "locationName": "notClassified"
         
     | 
| 
       1286 
1342 
     | 
    
         
             
                          },
         
     | 
| 
       1287 
1343 
     | 
    
         
             
                          "notSensitive": {
         
     | 
| 
       1288 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 1344 
     | 
    
         
            +
                            "shape": "S4x",
         
     | 
| 
       1289 
1345 
     | 
    
         
             
                            "locationName": "notSensitive"
         
     | 
| 
       1290 
1346 
     | 
    
         
             
                          },
         
     | 
| 
       1291 
1347 
     | 
    
         
             
                          "sensitive": {
         
     | 
| 
       1292 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 1348 
     | 
    
         
            +
                            "shape": "S4x",
         
     | 
| 
       1293 
1349 
     | 
    
         
             
                            "locationName": "sensitive"
         
     | 
| 
       1294 
1350 
     | 
    
         
             
                          }
         
     | 
| 
       1295 
1351 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -1319,11 +1375,11 @@ 
     | 
|
| 
       1319 
1375 
     | 
    
         
             
                        "type": "long"
         
     | 
| 
       1320 
1376 
     | 
    
         
             
                      },
         
     | 
| 
       1321 
1377 
     | 
    
         
             
                      "unclassifiableObjectCount": {
         
     | 
| 
       1322 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1378 
     | 
    
         
            +
                        "shape": "S3k",
         
     | 
| 
       1323 
1379 
     | 
    
         
             
                        "locationName": "unclassifiableObjectCount"
         
     | 
| 
       1324 
1380 
     | 
    
         
             
                      },
         
     | 
| 
       1325 
1381 
     | 
    
         
             
                      "unclassifiableObjectSizeInBytes": {
         
     | 
| 
       1326 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1382 
     | 
    
         
            +
                        "shape": "S3k",
         
     | 
| 
       1327 
1383 
     | 
    
         
             
                        "locationName": "unclassifiableObjectSizeInBytes"
         
     | 
| 
       1328 
1384 
     | 
    
         
             
                      }
         
     | 
| 
       1329 
1385 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1343,7 +1399,7 @@ 
     | 
|
| 
       1343 
1399 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1344 
1400 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1345 
1401 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       1346 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1402 
     | 
    
         
            +
                        "shape": "S50",
         
     | 
| 
       1347 
1403 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       1348 
1404 
     | 
    
         
             
                      }
         
     | 
| 
       1349 
1405 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1385,7 +1441,7 @@ 
     | 
|
| 
       1385 
1441 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
       1386 
1442 
     | 
    
         
             
                            "members": {
         
     | 
| 
       1387 
1443 
     | 
    
         
             
                              "bucketNames": {
         
     | 
| 
       1388 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 1444 
     | 
    
         
            +
                                "shape": "S57",
         
     | 
| 
       1389 
1445 
     | 
    
         
             
                                "locationName": "bucketNames"
         
     | 
| 
       1390 
1446 
     | 
    
         
             
                              }
         
     | 
| 
       1391 
1447 
     | 
    
         
             
                            },
         
     | 
| 
         @@ -1458,11 +1514,11 @@ 
     | 
|
| 
       1458 
1514 
     | 
    
         
             
                        "locationName": "regex"
         
     | 
| 
       1459 
1515 
     | 
    
         
             
                      },
         
     | 
| 
       1460 
1516 
     | 
    
         
             
                      "severityLevels": {
         
     | 
| 
       1461 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1517 
     | 
    
         
            +
                        "shape": "S1s",
         
     | 
| 
       1462 
1518 
     | 
    
         
             
                        "locationName": "severityLevels"
         
     | 
| 
       1463 
1519 
     | 
    
         
             
                      },
         
     | 
| 
       1464 
1520 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       1465 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1521 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       1466 
1522 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       1467 
1523 
     | 
    
         
             
                      }
         
     | 
| 
       1468 
1524 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -1477,7 +1533,7 @@ 
     | 
|
| 
       1477 
1533 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1478 
1534 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1479 
1535 
     | 
    
         
             
                      "findingCriteria": {
         
     | 
| 
       1480 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1536 
     | 
    
         
            +
                        "shape": "S1z",
         
     | 
| 
       1481 
1537 
     | 
    
         
             
                        "locationName": "findingCriteria"
         
     | 
| 
       1482 
1538 
     | 
    
         
             
                      },
         
     | 
| 
       1483 
1539 
     | 
    
         
             
                      "groupBy": {
         
     | 
| 
         @@ -1539,7 +1595,7 @@ 
     | 
|
| 
       1539 
1595 
     | 
    
         
             
                        "locationName": "findingIds"
         
     | 
| 
       1540 
1596 
     | 
    
         
             
                      },
         
     | 
| 
       1541 
1597 
     | 
    
         
             
                      "sortCriteria": {
         
     | 
| 
       1542 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1598 
     | 
    
         
            +
                        "shape": "S5j",
         
     | 
| 
       1543 
1599 
     | 
    
         
             
                        "locationName": "sortCriteria"
         
     | 
| 
       1544 
1600 
     | 
    
         
             
                      }
         
     | 
| 
       1545 
1601 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -1611,7 +1667,7 @@ 
     | 
|
| 
       1611 
1667 
     | 
    
         
             
                                                "locationName": "name"
         
     | 
| 
       1612 
1668 
     | 
    
         
             
                                              },
         
     | 
| 
       1613 
1669 
     | 
    
         
             
                                              "occurrences": {
         
     | 
| 
       1614 
     | 
    
         
            -
                                                "shape": " 
     | 
| 
      
 1670 
     | 
    
         
            +
                                                "shape": "S5u",
         
     | 
| 
       1615 
1671 
     | 
    
         
             
                                                "locationName": "occurrences"
         
     | 
| 
       1616 
1672 
     | 
    
         
             
                                              }
         
     | 
| 
       1617 
1673 
     | 
    
         
             
                                            }
         
     | 
| 
         @@ -1646,7 +1702,7 @@ 
     | 
|
| 
       1646 
1702 
     | 
    
         
             
                                                  "type": "long"
         
     | 
| 
       1647 
1703 
     | 
    
         
             
                                                },
         
     | 
| 
       1648 
1704 
     | 
    
         
             
                                                "occurrences": {
         
     | 
| 
       1649 
     | 
    
         
            -
                                                  "shape": " 
     | 
| 
      
 1705 
     | 
    
         
            +
                                                  "shape": "S5u",
         
     | 
| 
       1650 
1706 
     | 
    
         
             
                                                  "locationName": "occurrences"
         
     | 
| 
       1651 
1707 
     | 
    
         
             
                                                },
         
     | 
| 
       1652 
1708 
     | 
    
         
             
                                                "type": {
         
     | 
| 
         @@ -1828,7 +1884,7 @@ 
     | 
|
| 
       1828 
1884 
     | 
    
         
             
                                              "locationName": "principalId"
         
     | 
| 
       1829 
1885 
     | 
    
         
             
                                            },
         
     | 
| 
       1830 
1886 
     | 
    
         
             
                                            "sessionContext": {
         
     | 
| 
       1831 
     | 
    
         
            -
                                              "shape": " 
     | 
| 
      
 1887 
     | 
    
         
            +
                                              "shape": "S6m",
         
     | 
| 
       1832 
1888 
     | 
    
         
             
                                              "locationName": "sessionContext"
         
     | 
| 
       1833 
1889 
     | 
    
         
             
                                            }
         
     | 
| 
       1834 
1890 
     | 
    
         
             
                                          }
         
     | 
| 
         @@ -1871,7 +1927,7 @@ 
     | 
|
| 
       1871 
1927 
     | 
    
         
             
                                              "locationName": "principalId"
         
     | 
| 
       1872 
1928 
     | 
    
         
             
                                            },
         
     | 
| 
       1873 
1929 
     | 
    
         
             
                                            "sessionContext": {
         
     | 
| 
       1874 
     | 
    
         
            -
                                              "shape": " 
     | 
| 
      
 1930 
     | 
    
         
            +
                                              "shape": "S6m",
         
     | 
| 
       1875 
1931 
     | 
    
         
             
                                              "locationName": "sessionContext"
         
     | 
| 
       1876 
1932 
     | 
    
         
             
                                            }
         
     | 
| 
       1877 
1933 
     | 
    
         
             
                                          }
         
     | 
| 
         @@ -1940,7 +1996,7 @@ 
     | 
|
| 
       1940 
1996 
     | 
    
         
             
                                      "locationName": "createdAt"
         
     | 
| 
       1941 
1997 
     | 
    
         
             
                                    },
         
     | 
| 
       1942 
1998 
     | 
    
         
             
                                    "defaultServerSideEncryption": {
         
     | 
| 
       1943 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 1999 
     | 
    
         
            +
                                      "shape": "S6x",
         
     | 
| 
       1944 
2000 
     | 
    
         
             
                                      "locationName": "defaultServerSideEncryption"
         
     | 
| 
       1945 
2001 
     | 
    
         
             
                                    },
         
     | 
| 
       1946 
2002 
     | 
    
         
             
                                    "name": {
         
     | 
| 
         @@ -1959,11 +2015,11 @@ 
     | 
|
| 
       1959 
2015 
     | 
    
         
             
                                      }
         
     | 
| 
       1960 
2016 
     | 
    
         
             
                                    },
         
     | 
| 
       1961 
2017 
     | 
    
         
             
                                    "publicAccess": {
         
     | 
| 
       1962 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 2018 
     | 
    
         
            +
                                      "shape": "S36",
         
     | 
| 
       1963 
2019 
     | 
    
         
             
                                      "locationName": "publicAccess"
         
     | 
| 
       1964 
2020 
     | 
    
         
             
                                    },
         
     | 
| 
       1965 
2021 
     | 
    
         
             
                                    "tags": {
         
     | 
| 
       1966 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 2022 
     | 
    
         
            +
                                      "shape": "S70",
         
     | 
| 
       1967 
2023 
     | 
    
         
             
                                      "locationName": "tags"
         
     | 
| 
       1968 
2024 
     | 
    
         
             
                                    }
         
     | 
| 
       1969 
2025 
     | 
    
         
             
                                  }
         
     | 
| 
         @@ -1996,7 +2052,7 @@ 
     | 
|
| 
       1996 
2052 
     | 
    
         
             
                                      "type": "boolean"
         
     | 
| 
       1997 
2053 
     | 
    
         
             
                                    },
         
     | 
| 
       1998 
2054 
     | 
    
         
             
                                    "serverSideEncryption": {
         
     | 
| 
       1999 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 2055 
     | 
    
         
            +
                                      "shape": "S6x",
         
     | 
| 
       2000 
2056 
     | 
    
         
             
                                      "locationName": "serverSideEncryption"
         
     | 
| 
       2001 
2057 
     | 
    
         
             
                                    },
         
     | 
| 
       2002 
2058 
     | 
    
         
             
                                    "size": {
         
     | 
| 
         @@ -2007,7 +2063,7 @@ 
     | 
|
| 
       2007 
2063 
     | 
    
         
             
                                      "locationName": "storageClass"
         
     | 
| 
       2008 
2064 
     | 
    
         
             
                                    },
         
     | 
| 
       2009 
2065 
     | 
    
         
             
                                    "tags": {
         
     | 
| 
       2010 
     | 
    
         
            -
                                      "shape": " 
     | 
| 
      
 2066 
     | 
    
         
            +
                                      "shape": "S70",
         
     | 
| 
       2011 
2067 
     | 
    
         
             
                                      "locationName": "tags"
         
     | 
| 
       2012 
2068 
     | 
    
         
             
                                    },
         
     | 
| 
       2013 
2069 
     | 
    
         
             
                                    "versionId": {
         
     | 
| 
         @@ -2084,7 +2140,7 @@ 
     | 
|
| 
       2084 
2140 
     | 
    
         
             
                        "locationName": "description"
         
     | 
| 
       2085 
2141 
     | 
    
         
             
                      },
         
     | 
| 
       2086 
2142 
     | 
    
         
             
                      "findingCriteria": {
         
     | 
| 
       2087 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2143 
     | 
    
         
            +
                        "shape": "S1z",
         
     | 
| 
       2088 
2144 
     | 
    
         
             
                        "locationName": "findingCriteria"
         
     | 
| 
       2089 
2145 
     | 
    
         
             
                      },
         
     | 
| 
       2090 
2146 
     | 
    
         
             
                      "id": {
         
     | 
| 
         @@ -2098,7 +2154,7 @@ 
     | 
|
| 
       2098 
2154 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       2099 
2155 
     | 
    
         
             
                      },
         
     | 
| 
       2100 
2156 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       2101 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2157 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       2102 
2158 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       2103 
2159 
     | 
    
         
             
                      }
         
     | 
| 
       2104 
2160 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2118,7 +2174,7 @@ 
     | 
|
| 
       2118 
2174 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2119 
2175 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2120 
2176 
     | 
    
         
             
                      "securityHubConfiguration": {
         
     | 
| 
       2121 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2177 
     | 
    
         
            +
                        "shape": "S79",
         
     | 
| 
       2122 
2178 
     | 
    
         
             
                        "locationName": "securityHubConfiguration"
         
     | 
| 
       2123 
2179 
     | 
    
         
             
                      }
         
     | 
| 
       2124 
2180 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2191,7 +2247,7 @@ 
     | 
|
| 
       2191 
2247 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2192 
2248 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2193 
2249 
     | 
    
         
             
                      "master": {
         
     | 
| 
       2194 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2250 
     | 
    
         
            +
                        "shape": "S4d",
         
     | 
| 
       2195 
2251 
     | 
    
         
             
                        "locationName": "master"
         
     | 
| 
       2196 
2252 
     | 
    
         
             
                      }
         
     | 
| 
       2197 
2253 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2241,7 +2297,7 @@ 
     | 
|
| 
       2241 
2297 
     | 
    
         
             
                        "locationName": "relationshipStatus"
         
     | 
| 
       2242 
2298 
     | 
    
         
             
                      },
         
     | 
| 
       2243 
2299 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       2244 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2300 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       2245 
2301 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       2246 
2302 
     | 
    
         
             
                      },
         
     | 
| 
       2247 
2303 
     | 
    
         
             
                      "updatedAt": {
         
     | 
| 
         @@ -2343,11 +2399,11 @@ 
     | 
|
| 
       2343 
2399 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2344 
2400 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2345 
2401 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       2346 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2402 
     | 
    
         
            +
                        "shape": "S7n",
         
     | 
| 
       2347 
2403 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       2348 
2404 
     | 
    
         
             
                      },
         
     | 
| 
       2349 
2405 
     | 
    
         
             
                      "retrievalConfiguration": {
         
     | 
| 
       2350 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2406 
     | 
    
         
            +
                        "shape": "S7q",
         
     | 
| 
       2351 
2407 
     | 
    
         
             
                        "locationName": "retrievalConfiguration"
         
     | 
| 
       2352 
2408 
     | 
    
         
             
                      }
         
     | 
| 
       2353 
2409 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2459,11 +2515,11 @@ 
     | 
|
| 
       2459 
2515 
     | 
    
         
             
                        "locationName": "description"
         
     | 
| 
       2460 
2516 
     | 
    
         
             
                      },
         
     | 
| 
       2461 
2517 
     | 
    
         
             
                      "excludes": {
         
     | 
| 
       2462 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2518 
     | 
    
         
            +
                        "shape": "S87",
         
     | 
| 
       2463 
2519 
     | 
    
         
             
                        "locationName": "excludes"
         
     | 
| 
       2464 
2520 
     | 
    
         
             
                      },
         
     | 
| 
       2465 
2521 
     | 
    
         
             
                      "includes": {
         
     | 
| 
       2466 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2522 
     | 
    
         
            +
                        "shape": "S88",
         
     | 
| 
       2467 
2523 
     | 
    
         
             
                        "locationName": "includes"
         
     | 
| 
       2468 
2524 
     | 
    
         
             
                      },
         
     | 
| 
       2469 
2525 
     | 
    
         
             
                      "name": {
         
     | 
| 
         @@ -2693,6 +2749,55 @@ 
     | 
|
| 
       2693 
2749 
     | 
    
         
             
                    }
         
     | 
| 
       2694 
2750 
     | 
    
         
             
                  }
         
     | 
| 
       2695 
2751 
     | 
    
         
             
                },
         
     | 
| 
      
 2752 
     | 
    
         
            +
                "ListAutomatedDiscoveryAccounts": {
         
     | 
| 
      
 2753 
     | 
    
         
            +
                  "http": {
         
     | 
| 
      
 2754 
     | 
    
         
            +
                    "method": "GET",
         
     | 
| 
      
 2755 
     | 
    
         
            +
                    "requestUri": "/automated-discovery/accounts",
         
     | 
| 
      
 2756 
     | 
    
         
            +
                    "responseCode": 200
         
     | 
| 
      
 2757 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2758 
     | 
    
         
            +
                  "input": {
         
     | 
| 
      
 2759 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2760 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 2761 
     | 
    
         
            +
                      "accountIds": {
         
     | 
| 
      
 2762 
     | 
    
         
            +
                        "shape": "S5",
         
     | 
| 
      
 2763 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 2764 
     | 
    
         
            +
                        "locationName": "accountIds"
         
     | 
| 
      
 2765 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2766 
     | 
    
         
            +
                      "maxResults": {
         
     | 
| 
      
 2767 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 2768 
     | 
    
         
            +
                        "locationName": "maxResults",
         
     | 
| 
      
 2769 
     | 
    
         
            +
                        "type": "integer"
         
     | 
| 
      
 2770 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2771 
     | 
    
         
            +
                      "nextToken": {
         
     | 
| 
      
 2772 
     | 
    
         
            +
                        "location": "querystring",
         
     | 
| 
      
 2773 
     | 
    
         
            +
                        "locationName": "nextToken"
         
     | 
| 
      
 2774 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2775 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2776 
     | 
    
         
            +
                  },
         
     | 
| 
      
 2777 
     | 
    
         
            +
                  "output": {
         
     | 
| 
      
 2778 
     | 
    
         
            +
                    "type": "structure",
         
     | 
| 
      
 2779 
     | 
    
         
            +
                    "members": {
         
     | 
| 
      
 2780 
     | 
    
         
            +
                      "items": {
         
     | 
| 
      
 2781 
     | 
    
         
            +
                        "locationName": "items",
         
     | 
| 
      
 2782 
     | 
    
         
            +
                        "type": "list",
         
     | 
| 
      
 2783 
     | 
    
         
            +
                        "member": {
         
     | 
| 
      
 2784 
     | 
    
         
            +
                          "type": "structure",
         
     | 
| 
      
 2785 
     | 
    
         
            +
                          "members": {
         
     | 
| 
      
 2786 
     | 
    
         
            +
                            "accountId": {
         
     | 
| 
      
 2787 
     | 
    
         
            +
                              "locationName": "accountId"
         
     | 
| 
      
 2788 
     | 
    
         
            +
                            },
         
     | 
| 
      
 2789 
     | 
    
         
            +
                            "status": {
         
     | 
| 
      
 2790 
     | 
    
         
            +
                              "locationName": "status"
         
     | 
| 
      
 2791 
     | 
    
         
            +
                            }
         
     | 
| 
      
 2792 
     | 
    
         
            +
                          }
         
     | 
| 
      
 2793 
     | 
    
         
            +
                        }
         
     | 
| 
      
 2794 
     | 
    
         
            +
                      },
         
     | 
| 
      
 2795 
     | 
    
         
            +
                      "nextToken": {
         
     | 
| 
      
 2796 
     | 
    
         
            +
                        "locationName": "nextToken"
         
     | 
| 
      
 2797 
     | 
    
         
            +
                      }
         
     | 
| 
      
 2798 
     | 
    
         
            +
                    }
         
     | 
| 
      
 2799 
     | 
    
         
            +
                  }
         
     | 
| 
      
 2800 
     | 
    
         
            +
                },
         
     | 
| 
       2696 
2801 
     | 
    
         
             
                "ListClassificationJobs": {
         
     | 
| 
       2697 
2802 
     | 
    
         
             
                  "http": {
         
     | 
| 
       2698 
2803 
     | 
    
         
             
                    "requestUri": "/jobs/list",
         
     | 
| 
         @@ -2706,11 +2811,11 @@ 
     | 
|
| 
       2706 
2811 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       2707 
2812 
     | 
    
         
             
                        "members": {
         
     | 
| 
       2708 
2813 
     | 
    
         
             
                          "excludes": {
         
     | 
| 
       2709 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 2814 
     | 
    
         
            +
                            "shape": "S95",
         
     | 
| 
       2710 
2815 
     | 
    
         
             
                            "locationName": "excludes"
         
     | 
| 
       2711 
2816 
     | 
    
         
             
                          },
         
     | 
| 
       2712 
2817 
     | 
    
         
             
                          "includes": {
         
     | 
| 
       2713 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 2818 
     | 
    
         
            +
                            "shape": "S95",
         
     | 
| 
       2714 
2819 
     | 
    
         
             
                            "locationName": "includes"
         
     | 
| 
       2715 
2820 
     | 
    
         
             
                          }
         
     | 
| 
       2716 
2821 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -2746,11 +2851,11 @@ 
     | 
|
| 
       2746 
2851 
     | 
    
         
             
                          "type": "structure",
         
     | 
| 
       2747 
2852 
     | 
    
         
             
                          "members": {
         
     | 
| 
       2748 
2853 
     | 
    
         
             
                            "bucketCriteria": {
         
     | 
| 
       2749 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 2854 
     | 
    
         
            +
                              "shape": "Sy",
         
     | 
| 
       2750 
2855 
     | 
    
         
             
                              "locationName": "bucketCriteria"
         
     | 
| 
       2751 
2856 
     | 
    
         
             
                            },
         
     | 
| 
       2752 
2857 
     | 
    
         
             
                            "bucketDefinitions": {
         
     | 
| 
       2753 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 2858 
     | 
    
         
            +
                              "shape": "S18",
         
     | 
| 
       2754 
2859 
     | 
    
         
             
                              "locationName": "bucketDefinitions"
         
     | 
| 
       2755 
2860 
     | 
    
         
             
                            },
         
     | 
| 
       2756 
2861 
     | 
    
         
             
                            "createdAt": {
         
     | 
| 
         @@ -2767,14 +2872,14 @@ 
     | 
|
| 
       2767 
2872 
     | 
    
         
             
                              "locationName": "jobType"
         
     | 
| 
       2768 
2873 
     | 
    
         
             
                            },
         
     | 
| 
       2769 
2874 
     | 
    
         
             
                            "lastRunErrorStatus": {
         
     | 
| 
       2770 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 2875 
     | 
    
         
            +
                              "shape": "S3o",
         
     | 
| 
       2771 
2876 
     | 
    
         
             
                              "locationName": "lastRunErrorStatus"
         
     | 
| 
       2772 
2877 
     | 
    
         
             
                            },
         
     | 
| 
       2773 
2878 
     | 
    
         
             
                            "name": {
         
     | 
| 
       2774 
2879 
     | 
    
         
             
                              "locationName": "name"
         
     | 
| 
       2775 
2880 
     | 
    
         
             
                            },
         
     | 
| 
       2776 
2881 
     | 
    
         
             
                            "userPausedDetails": {
         
     | 
| 
       2777 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 2882 
     | 
    
         
            +
                              "shape": "S3s",
         
     | 
| 
       2778 
2883 
     | 
    
         
             
                              "locationName": "userPausedDetails"
         
     | 
| 
       2779 
2884 
     | 
    
         
             
                            }
         
     | 
| 
       2780 
2885 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -2889,7 +2994,7 @@ 
     | 
|
| 
       2889 
2994 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2890 
2995 
     | 
    
         
             
                    "members": {
         
     | 
| 
       2891 
2996 
     | 
    
         
             
                      "findingCriteria": {
         
     | 
| 
       2892 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 2997 
     | 
    
         
            +
                        "shape": "S1z",
         
     | 
| 
       2893 
2998 
     | 
    
         
             
                        "locationName": "findingCriteria"
         
     | 
| 
       2894 
2999 
     | 
    
         
             
                      },
         
     | 
| 
       2895 
3000 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
         @@ -2900,7 +3005,7 @@ 
     | 
|
| 
       2900 
3005 
     | 
    
         
             
                        "locationName": "nextToken"
         
     | 
| 
       2901 
3006 
     | 
    
         
             
                      },
         
     | 
| 
       2902 
3007 
     | 
    
         
             
                      "sortCriteria": {
         
     | 
| 
       2903 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3008 
     | 
    
         
            +
                        "shape": "S5j",
         
     | 
| 
       2904 
3009 
     | 
    
         
             
                        "locationName": "sortCriteria"
         
     | 
| 
       2905 
3010 
     | 
    
         
             
                      }
         
     | 
| 
       2906 
3011 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -2960,7 +3065,7 @@ 
     | 
|
| 
       2960 
3065 
     | 
    
         
             
                              "locationName": "name"
         
     | 
| 
       2961 
3066 
     | 
    
         
             
                            },
         
     | 
| 
       2962 
3067 
     | 
    
         
             
                            "tags": {
         
     | 
| 
       2963 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3068 
     | 
    
         
            +
                              "shape": "Sq",
         
     | 
| 
       2964 
3069 
     | 
    
         
             
                              "locationName": "tags"
         
     | 
| 
       2965 
3070 
     | 
    
         
             
                            }
         
     | 
| 
       2966 
3071 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -2999,7 +3104,7 @@ 
     | 
|
| 
       2999 
3104 
     | 
    
         
             
                        "locationName": "invitations",
         
     | 
| 
       3000 
3105 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       3001 
3106 
     | 
    
         
             
                        "member": {
         
     | 
| 
       3002 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 3107 
     | 
    
         
            +
                          "shape": "S4d"
         
     | 
| 
       3003 
3108 
     | 
    
         
             
                        }
         
     | 
| 
       3004 
3109 
     | 
    
         
             
                      },
         
     | 
| 
       3005 
3110 
     | 
    
         
             
                      "nextToken": {
         
     | 
| 
         @@ -3101,7 +3206,7 @@ 
     | 
|
| 
       3101 
3206 
     | 
    
         
             
                              "locationName": "relationshipStatus"
         
     | 
| 
       3102 
3207 
     | 
    
         
             
                            },
         
     | 
| 
       3103 
3208 
     | 
    
         
             
                            "tags": {
         
     | 
| 
       3104 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 3209 
     | 
    
         
            +
                              "shape": "Sq",
         
     | 
| 
       3105 
3210 
     | 
    
         
             
                              "locationName": "tags"
         
     | 
| 
       3106 
3211 
     | 
    
         
             
                            },
         
     | 
| 
       3107 
3212 
     | 
    
         
             
                            "updatedAt": {
         
     | 
| 
         @@ -3346,7 +3451,7 @@ 
     | 
|
| 
       3346 
3451 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3347 
3452 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3348 
3453 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       3349 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3454 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       3350 
3455 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       3351 
3456 
     | 
    
         
             
                      }
         
     | 
| 
       3352 
3457 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3362,7 +3467,7 @@ 
     | 
|
| 
       3362 
3467 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3363 
3468 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3364 
3469 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       3365 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3470 
     | 
    
         
            +
                        "shape": "S50",
         
     | 
| 
       3366 
3471 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       3367 
3472 
     | 
    
         
             
                      }
         
     | 
| 
       3368 
3473 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3374,7 +3479,7 @@ 
     | 
|
| 
       3374 
3479 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3375 
3480 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3376 
3481 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       3377 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3482 
     | 
    
         
            +
                        "shape": "S50",
         
     | 
| 
       3378 
3483 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       3379 
3484 
     | 
    
         
             
                      }
         
     | 
| 
       3380 
3485 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3394,7 +3499,7 @@ 
     | 
|
| 
       3394 
3499 
     | 
    
         
             
                        "idempotencyToken": true
         
     | 
| 
       3395 
3500 
     | 
    
         
             
                      },
         
     | 
| 
       3396 
3501 
     | 
    
         
             
                      "securityHubConfiguration": {
         
     | 
| 
       3397 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3502 
     | 
    
         
            +
                        "shape": "S79",
         
     | 
| 
       3398 
3503 
     | 
    
         
             
                        "locationName": "securityHubConfiguration"
         
     | 
| 
       3399 
3504 
     | 
    
         
             
                      }
         
     | 
| 
       3400 
3505 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -3417,11 +3522,11 @@ 
     | 
|
| 
       3417 
3522 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       3418 
3523 
     | 
    
         
             
                        "members": {
         
     | 
| 
       3419 
3524 
     | 
    
         
             
                          "excludes": {
         
     | 
| 
       3420 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 3525 
     | 
    
         
            +
                            "shape": "Sat",
         
     | 
| 
       3421 
3526 
     | 
    
         
             
                            "locationName": "excludes"
         
     | 
| 
       3422 
3527 
     | 
    
         
             
                          },
         
     | 
| 
       3423 
3528 
     | 
    
         
             
                          "includes": {
         
     | 
| 
       3424 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 3529 
     | 
    
         
            +
                            "shape": "Sat",
         
     | 
| 
       3425 
3530 
     | 
    
         
             
                            "locationName": "includes"
         
     | 
| 
       3426 
3531 
     | 
    
         
             
                          }
         
     | 
| 
       3427 
3532 
     | 
    
         
             
                        }
         
     | 
| 
         @@ -3463,6 +3568,9 @@ 
     | 
|
| 
       3463 
3568 
     | 
    
         
             
                                "accountId": {
         
     | 
| 
       3464 
3569 
     | 
    
         
             
                                  "locationName": "accountId"
         
     | 
| 
       3465 
3570 
     | 
    
         
             
                                },
         
     | 
| 
      
 3571 
     | 
    
         
            +
                                "automatedDiscoveryMonitoringStatus": {
         
     | 
| 
      
 3572 
     | 
    
         
            +
                                  "locationName": "automatedDiscoveryMonitoringStatus"
         
     | 
| 
      
 3573 
     | 
    
         
            +
                                },
         
     | 
| 
       3466 
3574 
     | 
    
         
             
                                "bucketName": {
         
     | 
| 
       3467 
3575 
     | 
    
         
             
                                  "locationName": "bucketName"
         
     | 
| 
       3468 
3576 
     | 
    
         
             
                                },
         
     | 
| 
         @@ -3481,7 +3589,7 @@ 
     | 
|
| 
       3481 
3589 
     | 
    
         
             
                                  "locationName": "errorMessage"
         
     | 
| 
       3482 
3590 
     | 
    
         
             
                                },
         
     | 
| 
       3483 
3591 
     | 
    
         
             
                                "jobDetails": {
         
     | 
| 
       3484 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 3592 
     | 
    
         
            +
                                  "shape": "S32",
         
     | 
| 
       3485 
3593 
     | 
    
         
             
                                  "locationName": "jobDetails"
         
     | 
| 
       3486 
3594 
     | 
    
         
             
                                },
         
     | 
| 
       3487 
3595 
     | 
    
         
             
                                "lastAutomatedDiscoveryTime": {
         
     | 
| 
         @@ -3493,7 +3601,7 @@ 
     | 
|
| 
       3493 
3601 
     | 
    
         
             
                                  "type": "long"
         
     | 
| 
       3494 
3602 
     | 
    
         
             
                                },
         
     | 
| 
       3495 
3603 
     | 
    
         
             
                                "objectCountByEncryptionType": {
         
     | 
| 
       3496 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 3604 
     | 
    
         
            +
                                  "shape": "S35",
         
     | 
| 
       3497 
3605 
     | 
    
         
             
                                  "locationName": "objectCountByEncryptionType"
         
     | 
| 
       3498 
3606 
     | 
    
         
             
                                },
         
     | 
| 
       3499 
3607 
     | 
    
         
             
                                "sensitivityScore": {
         
     | 
| 
         @@ -3509,11 +3617,11 @@ 
     | 
|
| 
       3509 
3617 
     | 
    
         
             
                                  "type": "long"
         
     | 
| 
       3510 
3618 
     | 
    
         
             
                                },
         
     | 
| 
       3511 
3619 
     | 
    
         
             
                                "unclassifiableObjectCount": {
         
     | 
| 
       3512 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 3620 
     | 
    
         
            +
                                  "shape": "S3k",
         
     | 
| 
       3513 
3621 
     | 
    
         
             
                                  "locationName": "unclassifiableObjectCount"
         
     | 
| 
       3514 
3622 
     | 
    
         
             
                                },
         
     | 
| 
       3515 
3623 
     | 
    
         
             
                                "unclassifiableObjectSizeInBytes": {
         
     | 
| 
       3516 
     | 
    
         
            -
                                  "shape": " 
     | 
| 
      
 3624 
     | 
    
         
            +
                                  "shape": "S3k",
         
     | 
| 
       3517 
3625 
     | 
    
         
             
                                  "locationName": "unclassifiableObjectSizeInBytes"
         
     | 
| 
       3518 
3626 
     | 
    
         
             
                                }
         
     | 
| 
       3519 
3627 
     | 
    
         
             
                              }
         
     | 
| 
         @@ -3540,7 +3648,7 @@ 
     | 
|
| 
       3540 
3648 
     | 
    
         
             
                        "locationName": "resourceArn"
         
     | 
| 
       3541 
3649 
     | 
    
         
             
                      },
         
     | 
| 
       3542 
3650 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       3543 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3651 
     | 
    
         
            +
                        "shape": "Sq",
         
     | 
| 
       3544 
3652 
     | 
    
         
             
                        "locationName": "tags"
         
     | 
| 
       3545 
3653 
     | 
    
         
             
                      }
         
     | 
| 
       3546 
3654 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -3635,7 +3743,7 @@ 
     | 
|
| 
       3635 
3743 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3636 
3744 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3637 
3745 
     | 
    
         
             
                      "criteria": {
         
     | 
| 
       3638 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3746 
     | 
    
         
            +
                        "shape": "Sk",
         
     | 
| 
       3639 
3747 
     | 
    
         
             
                        "locationName": "criteria"
         
     | 
| 
       3640 
3748 
     | 
    
         
             
                      },
         
     | 
| 
       3641 
3749 
     | 
    
         
             
                      "description": {
         
     | 
| 
         @@ -3676,6 +3784,9 @@ 
     | 
|
| 
       3676 
3784 
     | 
    
         
             
                  "input": {
         
     | 
| 
       3677 
3785 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3678 
3786 
     | 
    
         
             
                    "members": {
         
     | 
| 
      
 3787 
     | 
    
         
            +
                      "autoEnableOrganizationMembers": {
         
     | 
| 
      
 3788 
     | 
    
         
            +
                        "locationName": "autoEnableOrganizationMembers"
         
     | 
| 
      
 3789 
     | 
    
         
            +
                      },
         
     | 
| 
       3679 
3790 
     | 
    
         
             
                      "status": {
         
     | 
| 
       3680 
3791 
     | 
    
         
             
                        "locationName": "status"
         
     | 
| 
       3681 
3792 
     | 
    
         
             
                      }
         
     | 
| 
         @@ -3738,7 +3849,7 @@ 
     | 
|
| 
       3738 
3849 
     | 
    
         
             
                            "type": "structure",
         
     | 
| 
       3739 
3850 
     | 
    
         
             
                            "members": {
         
     | 
| 
       3740 
3851 
     | 
    
         
             
                              "bucketNames": {
         
     | 
| 
       3741 
     | 
    
         
            -
                                "shape": " 
     | 
| 
      
 3852 
     | 
    
         
            +
                                "shape": "S57",
         
     | 
| 
       3742 
3853 
     | 
    
         
             
                                "locationName": "bucketNames"
         
     | 
| 
       3743 
3854 
     | 
    
         
             
                              },
         
     | 
| 
       3744 
3855 
     | 
    
         
             
                              "operation": {
         
     | 
| 
         @@ -3785,7 +3896,7 @@ 
     | 
|
| 
       3785 
3896 
     | 
    
         
             
                        "locationName": "description"
         
     | 
| 
       3786 
3897 
     | 
    
         
             
                      },
         
     | 
| 
       3787 
3898 
     | 
    
         
             
                      "findingCriteria": {
         
     | 
| 
       3788 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 3899 
     | 
    
         
            +
                        "shape": "S1z",
         
     | 
| 
       3789 
3900 
     | 
    
         
             
                        "locationName": "findingCriteria"
         
     | 
| 
       3790 
3901 
     | 
    
         
             
                      },
         
     | 
| 
       3791 
3902 
     | 
    
         
             
                      "id": {
         
     | 
| 
         @@ -3963,7 +4074,7 @@ 
     | 
|
| 
       3963 
4074 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3964 
4075 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3965 
4076 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       3966 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4077 
     | 
    
         
            +
                        "shape": "S7n",
         
     | 
| 
       3967 
4078 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       3968 
4079 
     | 
    
         
             
                      },
         
     | 
| 
       3969 
4080 
     | 
    
         
             
                      "retrievalConfiguration": {
         
     | 
| 
         @@ -3990,11 +4101,11 @@ 
     | 
|
| 
       3990 
4101 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       3991 
4102 
     | 
    
         
             
                    "members": {
         
     | 
| 
       3992 
4103 
     | 
    
         
             
                      "configuration": {
         
     | 
| 
       3993 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4104 
     | 
    
         
            +
                        "shape": "S7n",
         
     | 
| 
       3994 
4105 
     | 
    
         
             
                        "locationName": "configuration"
         
     | 
| 
       3995 
4106 
     | 
    
         
             
                      },
         
     | 
| 
       3996 
4107 
     | 
    
         
             
                      "retrievalConfiguration": {
         
     | 
| 
       3997 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4108 
     | 
    
         
            +
                        "shape": "S7q",
         
     | 
| 
       3998 
4109 
     | 
    
         
             
                        "locationName": "retrievalConfiguration"
         
     | 
| 
       3999 
4110 
     | 
    
         
             
                      }
         
     | 
| 
       4000 
4111 
     | 
    
         
             
                    }
         
     | 
| 
         @@ -4013,7 +4124,7 @@ 
     | 
|
| 
       4013 
4124 
     | 
    
         
             
                        "locationName": "description"
         
     | 
| 
       4014 
4125 
     | 
    
         
             
                      },
         
     | 
| 
       4015 
4126 
     | 
    
         
             
                      "excludes": {
         
     | 
| 
       4016 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4127 
     | 
    
         
            +
                        "shape": "S87",
         
     | 
| 
       4017 
4128 
     | 
    
         
             
                        "locationName": "excludes"
         
     | 
| 
       4018 
4129 
     | 
    
         
             
                      },
         
     | 
| 
       4019 
4130 
     | 
    
         
             
                      "id": {
         
     | 
| 
         @@ -4021,7 +4132,7 @@ 
     | 
|
| 
       4021 
4132 
     | 
    
         
             
                        "locationName": "id"
         
     | 
| 
       4022 
4133 
     | 
    
         
             
                      },
         
     | 
| 
       4023 
4134 
     | 
    
         
             
                      "includes": {
         
     | 
| 
       4024 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 4135 
     | 
    
         
            +
                        "shape": "S88",
         
     | 
| 
       4025 
4136 
     | 
    
         
             
                        "locationName": "includes"
         
     | 
| 
       4026 
4137 
     | 
    
         
             
                      }
         
     | 
| 
       4027 
4138 
     | 
    
         
             
                    },
         
     | 
| 
         @@ -4044,7 +4155,7 @@ 
     | 
|
| 
       4044 
4155 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       4045 
4156 
     | 
    
         
             
                  "timestampFormat": "iso8601"
         
     | 
| 
       4046 
4157 
     | 
    
         
             
                },
         
     | 
| 
       4047 
     | 
    
         
            -
                " 
     | 
| 
      
 4158 
     | 
    
         
            +
                "Sk": {
         
     | 
| 
       4048 
4159 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4049 
4160 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4050 
4161 
     | 
    
         
             
                    "regex": {
         
     | 
| 
         @@ -4068,20 +4179,20 @@ 
     | 
|
| 
       4068 
4179 
     | 
    
         
             
                    }
         
     | 
| 
       4069 
4180 
     | 
    
         
             
                  }
         
     | 
| 
       4070 
4181 
     | 
    
         
             
                },
         
     | 
| 
       4071 
     | 
    
         
            -
                " 
     | 
| 
      
 4182 
     | 
    
         
            +
                "Sq": {
         
     | 
| 
       4072 
4183 
     | 
    
         
             
                  "type": "map",
         
     | 
| 
       4073 
4184 
     | 
    
         
             
                  "key": {},
         
     | 
| 
       4074 
4185 
     | 
    
         
             
                  "value": {}
         
     | 
| 
       4075 
4186 
     | 
    
         
             
                },
         
     | 
| 
       4076 
     | 
    
         
            -
                " 
     | 
| 
      
 4187 
     | 
    
         
            +
                "Sx": {
         
     | 
| 
       4077 
4188 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4078 
4189 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4079 
4190 
     | 
    
         
             
                    "bucketCriteria": {
         
     | 
| 
       4080 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4191 
     | 
    
         
            +
                      "shape": "Sy",
         
     | 
| 
       4081 
4192 
     | 
    
         
             
                      "locationName": "bucketCriteria"
         
     | 
| 
       4082 
4193 
     | 
    
         
             
                    },
         
     | 
| 
       4083 
4194 
     | 
    
         
             
                    "bucketDefinitions": {
         
     | 
| 
       4084 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4195 
     | 
    
         
            +
                      "shape": "S18",
         
     | 
| 
       4085 
4196 
     | 
    
         
             
                      "locationName": "bucketDefinitions"
         
     | 
| 
       4086 
4197 
     | 
    
         
             
                    },
         
     | 
| 
       4087 
4198 
     | 
    
         
             
                    "scoping": {
         
     | 
| 
         @@ -4089,31 +4200,31 @@ 
     | 
|
| 
       4089 
4200 
     | 
    
         
             
                      "type": "structure",
         
     | 
| 
       4090 
4201 
     | 
    
         
             
                      "members": {
         
     | 
| 
       4091 
4202 
     | 
    
         
             
                        "excludes": {
         
     | 
| 
       4092 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 4203 
     | 
    
         
            +
                          "shape": "S1b",
         
     | 
| 
       4093 
4204 
     | 
    
         
             
                          "locationName": "excludes"
         
     | 
| 
       4094 
4205 
     | 
    
         
             
                        },
         
     | 
| 
       4095 
4206 
     | 
    
         
             
                        "includes": {
         
     | 
| 
       4096 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 4207 
     | 
    
         
            +
                          "shape": "S1b",
         
     | 
| 
       4097 
4208 
     | 
    
         
             
                          "locationName": "includes"
         
     | 
| 
       4098 
4209 
     | 
    
         
             
                        }
         
     | 
| 
       4099 
4210 
     | 
    
         
             
                      }
         
     | 
| 
       4100 
4211 
     | 
    
         
             
                    }
         
     | 
| 
       4101 
4212 
     | 
    
         
             
                  }
         
     | 
| 
       4102 
4213 
     | 
    
         
             
                },
         
     | 
| 
       4103 
     | 
    
         
            -
                " 
     | 
| 
      
 4214 
     | 
    
         
            +
                "Sy": {
         
     | 
| 
       4104 
4215 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4105 
4216 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4106 
4217 
     | 
    
         
             
                    "excludes": {
         
     | 
| 
       4107 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4218 
     | 
    
         
            +
                      "shape": "Sz",
         
     | 
| 
       4108 
4219 
     | 
    
         
             
                      "locationName": "excludes"
         
     | 
| 
       4109 
4220 
     | 
    
         
             
                    },
         
     | 
| 
       4110 
4221 
     | 
    
         
             
                    "includes": {
         
     | 
| 
       4111 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4222 
     | 
    
         
            +
                      "shape": "Sz",
         
     | 
| 
       4112 
4223 
     | 
    
         
             
                      "locationName": "includes"
         
     | 
| 
       4113 
4224 
     | 
    
         
             
                    }
         
     | 
| 
       4114 
4225 
     | 
    
         
             
                  }
         
     | 
| 
       4115 
4226 
     | 
    
         
             
                },
         
     | 
| 
       4116 
     | 
    
         
            -
                " 
     | 
| 
      
 4227 
     | 
    
         
            +
                "Sz": {
         
     | 
| 
       4117 
4228 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4118 
4229 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4119 
4230 
     | 
    
         
             
                    "and": {
         
     | 
| 
         @@ -4167,7 +4278,7 @@ 
     | 
|
| 
       4167 
4278 
     | 
    
         
             
                    }
         
     | 
| 
       4168 
4279 
     | 
    
         
             
                  }
         
     | 
| 
       4169 
4280 
     | 
    
         
             
                },
         
     | 
| 
       4170 
     | 
    
         
            -
                " 
     | 
| 
      
 4281 
     | 
    
         
            +
                "S18": {
         
     | 
| 
       4171 
4282 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4172 
4283 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4173 
4284 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -4186,7 +4297,7 @@ 
     | 
|
| 
       4186 
4297 
     | 
    
         
             
                    ]
         
     | 
| 
       4187 
4298 
     | 
    
         
             
                  }
         
     | 
| 
       4188 
4299 
     | 
    
         
             
                },
         
     | 
| 
       4189 
     | 
    
         
            -
                " 
     | 
| 
      
 4300 
     | 
    
         
            +
                "S1b": {
         
     | 
| 
       4190 
4301 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4191 
4302 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4192 
4303 
     | 
    
         
             
                    "and": {
         
     | 
| 
         @@ -4246,7 +4357,7 @@ 
     | 
|
| 
       4246 
4357 
     | 
    
         
             
                    }
         
     | 
| 
       4247 
4358 
     | 
    
         
             
                  }
         
     | 
| 
       4248 
4359 
     | 
    
         
             
                },
         
     | 
| 
       4249 
     | 
    
         
            -
                " 
     | 
| 
      
 4360 
     | 
    
         
            +
                "S1l": {
         
     | 
| 
       4250 
4361 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4251 
4362 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4252 
4363 
     | 
    
         
             
                    "dailySchedule": {
         
     | 
| 
         @@ -4275,7 +4386,7 @@ 
     | 
|
| 
       4275 
4386 
     | 
    
         
             
                    }
         
     | 
| 
       4276 
4387 
     | 
    
         
             
                  }
         
     | 
| 
       4277 
4388 
     | 
    
         
             
                },
         
     | 
| 
       4278 
     | 
    
         
            -
                " 
     | 
| 
      
 4389 
     | 
    
         
            +
                "S1s": {
         
     | 
| 
       4279 
4390 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4280 
4391 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4281 
4392 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -4294,7 +4405,7 @@ 
     | 
|
| 
       4294 
4405 
     | 
    
         
             
                    ]
         
     | 
| 
       4295 
4406 
     | 
    
         
             
                  }
         
     | 
| 
       4296 
4407 
     | 
    
         
             
                },
         
     | 
| 
       4297 
     | 
    
         
            -
                " 
     | 
| 
      
 4408 
     | 
    
         
            +
                "S1z": {
         
     | 
| 
       4298 
4409 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4299 
4410 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4300 
4411 
     | 
    
         
             
                    "criterion": {
         
     | 
| 
         @@ -4337,7 +4448,7 @@ 
     | 
|
| 
       4337 
4448 
     | 
    
         
             
                    }
         
     | 
| 
       4338 
4449 
     | 
    
         
             
                  }
         
     | 
| 
       4339 
4450 
     | 
    
         
             
                },
         
     | 
| 
       4340 
     | 
    
         
            -
                " 
     | 
| 
      
 4451 
     | 
    
         
            +
                "S25": {
         
     | 
| 
       4341 
4452 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4342 
4453 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4343 
4454 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -4354,7 +4465,7 @@ 
     | 
|
| 
       4354 
4465 
     | 
    
         
             
                    }
         
     | 
| 
       4355 
4466 
     | 
    
         
             
                  }
         
     | 
| 
       4356 
4467 
     | 
    
         
             
                },
         
     | 
| 
       4357 
     | 
    
         
            -
                " 
     | 
| 
      
 4468 
     | 
    
         
            +
                "S32": {
         
     | 
| 
       4358 
4469 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4359 
4470 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4360 
4471 
     | 
    
         
             
                    "isDefinedInJob": {
         
     | 
| 
         @@ -4372,7 +4483,7 @@ 
     | 
|
| 
       4372 
4483 
     | 
    
         
             
                    }
         
     | 
| 
       4373 
4484 
     | 
    
         
             
                  }
         
     | 
| 
       4374 
4485 
     | 
    
         
             
                },
         
     | 
| 
       4375 
     | 
    
         
            -
                " 
     | 
| 
      
 4486 
     | 
    
         
            +
                "S35": {
         
     | 
| 
       4376 
4487 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4377 
4488 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4378 
4489 
     | 
    
         
             
                    "customerManaged": {
         
     | 
| 
         @@ -4397,7 +4508,7 @@ 
     | 
|
| 
       4397 
4508 
     | 
    
         
             
                    }
         
     | 
| 
       4398 
4509 
     | 
    
         
             
                  }
         
     | 
| 
       4399 
4510 
     | 
    
         
             
                },
         
     | 
| 
       4400 
     | 
    
         
            -
                " 
     | 
| 
      
 4511 
     | 
    
         
            +
                "S36": {
         
     | 
| 
       4401 
4512 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4402 
4513 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4403 
4514 
     | 
    
         
             
                    "effectivePermission": {
         
     | 
| 
         @@ -4412,7 +4523,7 @@ 
     | 
|
| 
       4412 
4523 
     | 
    
         
             
                          "type": "structure",
         
     | 
| 
       4413 
4524 
     | 
    
         
             
                          "members": {
         
     | 
| 
       4414 
4525 
     | 
    
         
             
                            "blockPublicAccess": {
         
     | 
| 
       4415 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4526 
     | 
    
         
            +
                              "shape": "S3a",
         
     | 
| 
       4416 
4527 
     | 
    
         
             
                              "locationName": "blockPublicAccess"
         
     | 
| 
       4417 
4528 
     | 
    
         
             
                            }
         
     | 
| 
       4418 
4529 
     | 
    
         
             
                          }
         
     | 
| 
         @@ -4436,7 +4547,7 @@ 
     | 
|
| 
       4436 
4547 
     | 
    
         
             
                              }
         
     | 
| 
       4437 
4548 
     | 
    
         
             
                            },
         
     | 
| 
       4438 
4549 
     | 
    
         
             
                            "blockPublicAccess": {
         
     | 
| 
       4439 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 4550 
     | 
    
         
            +
                              "shape": "S3a",
         
     | 
| 
       4440 
4551 
     | 
    
         
             
                              "locationName": "blockPublicAccess"
         
     | 
| 
       4441 
4552 
     | 
    
         
             
                            },
         
     | 
| 
       4442 
4553 
     | 
    
         
             
                            "bucketPolicy": {
         
     | 
| 
         @@ -4459,7 +4570,7 @@ 
     | 
|
| 
       4459 
4570 
     | 
    
         
             
                    }
         
     | 
| 
       4460 
4571 
     | 
    
         
             
                  }
         
     | 
| 
       4461 
4572 
     | 
    
         
             
                },
         
     | 
| 
       4462 
     | 
    
         
            -
                " 
     | 
| 
      
 4573 
     | 
    
         
            +
                "S3a": {
         
     | 
| 
       4463 
4574 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4464 
4575 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4465 
4576 
     | 
    
         
             
                    "blockPublicAcls": {
         
     | 
| 
         @@ -4480,7 +4591,7 @@ 
     | 
|
| 
       4480 
4591 
     | 
    
         
             
                    }
         
     | 
| 
       4481 
4592 
     | 
    
         
             
                  }
         
     | 
| 
       4482 
4593 
     | 
    
         
             
                },
         
     | 
| 
       4483 
     | 
    
         
            -
                " 
     | 
| 
      
 4594 
     | 
    
         
            +
                "S3j": {
         
     | 
| 
       4484 
4595 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4485 
4596 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4486 
4597 
     | 
    
         
             
                    "key": {
         
     | 
| 
         @@ -4491,7 +4602,7 @@ 
     | 
|
| 
       4491 
4602 
     | 
    
         
             
                    }
         
     | 
| 
       4492 
4603 
     | 
    
         
             
                  }
         
     | 
| 
       4493 
4604 
     | 
    
         
             
                },
         
     | 
| 
       4494 
     | 
    
         
            -
                " 
     | 
| 
      
 4605 
     | 
    
         
            +
                "S3k": {
         
     | 
| 
       4495 
4606 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4496 
4607 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4497 
4608 
     | 
    
         
             
                    "fileType": {
         
     | 
| 
         @@ -4508,7 +4619,7 @@ 
     | 
|
| 
       4508 
4619 
     | 
    
         
             
                    }
         
     | 
| 
       4509 
4620 
     | 
    
         
             
                  }
         
     | 
| 
       4510 
4621 
     | 
    
         
             
                },
         
     | 
| 
       4511 
     | 
    
         
            -
                " 
     | 
| 
      
 4622 
     | 
    
         
            +
                "S3o": {
         
     | 
| 
       4512 
4623 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4513 
4624 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4514 
4625 
     | 
    
         
             
                    "code": {
         
     | 
| 
         @@ -4516,7 +4627,7 @@ 
     | 
|
| 
       4516 
4627 
     | 
    
         
             
                    }
         
     | 
| 
       4517 
4628 
     | 
    
         
             
                  }
         
     | 
| 
       4518 
4629 
     | 
    
         
             
                },
         
     | 
| 
       4519 
     | 
    
         
            -
                " 
     | 
| 
      
 4630 
     | 
    
         
            +
                "S3s": {
         
     | 
| 
       4520 
4631 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4521 
4632 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4522 
4633 
     | 
    
         
             
                    "jobExpiresAt": {
         
     | 
| 
         @@ -4532,7 +4643,7 @@ 
     | 
|
| 
       4532 
4643 
     | 
    
         
             
                    }
         
     | 
| 
       4533 
4644 
     | 
    
         
             
                  }
         
     | 
| 
       4534 
4645 
     | 
    
         
             
                },
         
     | 
| 
       4535 
     | 
    
         
            -
                " 
     | 
| 
      
 4646 
     | 
    
         
            +
                "S4d": {
         
     | 
| 
       4536 
4647 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4537 
4648 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4538 
4649 
     | 
    
         
             
                    "accountId": {
         
     | 
| 
         @@ -4550,11 +4661,11 @@ 
     | 
|
| 
       4550 
4661 
     | 
    
         
             
                    }
         
     | 
| 
       4551 
4662 
     | 
    
         
             
                  }
         
     | 
| 
       4552 
4663 
     | 
    
         
             
                },
         
     | 
| 
       4553 
     | 
    
         
            -
                " 
     | 
| 
      
 4664 
     | 
    
         
            +
                "S4n": {
         
     | 
| 
       4554 
4665 
     | 
    
         
             
                  "type": "timestamp",
         
     | 
| 
       4555 
4666 
     | 
    
         
             
                  "timestampFormat": "iso8601"
         
     | 
| 
       4556 
4667 
     | 
    
         
             
                },
         
     | 
| 
       4557 
     | 
    
         
            -
                " 
     | 
| 
      
 4668 
     | 
    
         
            +
                "S4x": {
         
     | 
| 
       4558 
4669 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4559 
4670 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4560 
4671 
     | 
    
         
             
                    "classifiableSizeInBytes": {
         
     | 
| 
         @@ -4575,7 +4686,7 @@ 
     | 
|
| 
       4575 
4686 
     | 
    
         
             
                    }
         
     | 
| 
       4576 
4687 
     | 
    
         
             
                  }
         
     | 
| 
       4577 
4688 
     | 
    
         
             
                },
         
     | 
| 
       4578 
     | 
    
         
            -
                " 
     | 
| 
      
 4689 
     | 
    
         
            +
                "S50": {
         
     | 
| 
       4579 
4690 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4580 
4691 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4581 
4692 
     | 
    
         
             
                    "s3Destination": {
         
     | 
| 
         @@ -4599,11 +4710,11 @@ 
     | 
|
| 
       4599 
4710 
     | 
    
         
             
                    }
         
     | 
| 
       4600 
4711 
     | 
    
         
             
                  }
         
     | 
| 
       4601 
4712 
     | 
    
         
             
                },
         
     | 
| 
       4602 
     | 
    
         
            -
                " 
     | 
| 
      
 4713 
     | 
    
         
            +
                "S57": {
         
     | 
| 
       4603 
4714 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4604 
4715 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       4605 
4716 
     | 
    
         
             
                },
         
     | 
| 
       4606 
     | 
    
         
            -
                " 
     | 
| 
      
 4717 
     | 
    
         
            +
                "S5j": {
         
     | 
| 
       4607 
4718 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4608 
4719 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4609 
4720 
     | 
    
         
             
                    "attributeName": {
         
     | 
| 
         @@ -4614,7 +4725,7 @@ 
     | 
|
| 
       4614 
4725 
     | 
    
         
             
                    }
         
     | 
| 
       4615 
4726 
     | 
    
         
             
                  }
         
     | 
| 
       4616 
4727 
     | 
    
         
             
                },
         
     | 
| 
       4617 
     | 
    
         
            -
                " 
     | 
| 
      
 4728 
     | 
    
         
            +
                "S5u": {
         
     | 
| 
       4618 
4729 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4619 
4730 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4620 
4731 
     | 
    
         
             
                    "cells": {
         
     | 
| 
         @@ -4641,11 +4752,11 @@ 
     | 
|
| 
       4641 
4752 
     | 
    
         
             
                      }
         
     | 
| 
       4642 
4753 
     | 
    
         
             
                    },
         
     | 
| 
       4643 
4754 
     | 
    
         
             
                    "lineRanges": {
         
     | 
| 
       4644 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4755 
     | 
    
         
            +
                      "shape": "S5x",
         
     | 
| 
       4645 
4756 
     | 
    
         
             
                      "locationName": "lineRanges"
         
     | 
| 
       4646 
4757 
     | 
    
         
             
                    },
         
     | 
| 
       4647 
4758 
     | 
    
         
             
                    "offsetRanges": {
         
     | 
| 
       4648 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 4759 
     | 
    
         
            +
                      "shape": "S5x",
         
     | 
| 
       4649 
4760 
     | 
    
         
             
                      "locationName": "offsetRanges"
         
     | 
| 
       4650 
4761 
     | 
    
         
             
                    },
         
     | 
| 
       4651 
4762 
     | 
    
         
             
                    "pages": {
         
     | 
| 
         @@ -4655,11 +4766,11 @@ 
     | 
|
| 
       4655 
4766 
     | 
    
         
             
                        "type": "structure",
         
     | 
| 
       4656 
4767 
     | 
    
         
             
                        "members": {
         
     | 
| 
       4657 
4768 
     | 
    
         
             
                          "lineRange": {
         
     | 
| 
       4658 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 4769 
     | 
    
         
            +
                            "shape": "S5y",
         
     | 
| 
       4659 
4770 
     | 
    
         
             
                            "locationName": "lineRange"
         
     | 
| 
       4660 
4771 
     | 
    
         
             
                          },
         
     | 
| 
       4661 
4772 
     | 
    
         
             
                          "offsetRange": {
         
     | 
| 
       4662 
     | 
    
         
            -
                            "shape": " 
     | 
| 
      
 4773 
     | 
    
         
            +
                            "shape": "S5y",
         
     | 
| 
       4663 
4774 
     | 
    
         
             
                            "locationName": "offsetRange"
         
     | 
| 
       4664 
4775 
     | 
    
         
             
                          },
         
     | 
| 
       4665 
4776 
     | 
    
         
             
                          "pageNumber": {
         
     | 
| 
         @@ -4687,13 +4798,13 @@ 
     | 
|
| 
       4687 
4798 
     | 
    
         
             
                    }
         
     | 
| 
       4688 
4799 
     | 
    
         
             
                  }
         
     | 
| 
       4689 
4800 
     | 
    
         
             
                },
         
     | 
| 
       4690 
     | 
    
         
            -
                " 
     | 
| 
      
 4801 
     | 
    
         
            +
                "S5x": {
         
     | 
| 
       4691 
4802 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4692 
4803 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4693 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 4804 
     | 
    
         
            +
                    "shape": "S5y"
         
     | 
| 
       4694 
4805 
     | 
    
         
             
                  }
         
     | 
| 
       4695 
4806 
     | 
    
         
             
                },
         
     | 
| 
       4696 
     | 
    
         
            -
                " 
     | 
| 
      
 4807 
     | 
    
         
            +
                "S5y": {
         
     | 
| 
       4697 
4808 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4698 
4809 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4699 
4810 
     | 
    
         
             
                    "end": {
         
     | 
| 
         @@ -4710,7 +4821,7 @@ 
     | 
|
| 
       4710 
4821 
     | 
    
         
             
                    }
         
     | 
| 
       4711 
4822 
     | 
    
         
             
                  }
         
     | 
| 
       4712 
4823 
     | 
    
         
             
                },
         
     | 
| 
       4713 
     | 
    
         
            -
                " 
     | 
| 
      
 4824 
     | 
    
         
            +
                "S6m": {
         
     | 
| 
       4714 
4825 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4715 
4826 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4716 
4827 
     | 
    
         
             
                    "attributes": {
         
     | 
| 
         @@ -4750,7 +4861,7 @@ 
     | 
|
| 
       4750 
4861 
     | 
    
         
             
                    }
         
     | 
| 
       4751 
4862 
     | 
    
         
             
                  }
         
     | 
| 
       4752 
4863 
     | 
    
         
             
                },
         
     | 
| 
       4753 
     | 
    
         
            -
                " 
     | 
| 
      
 4864 
     | 
    
         
            +
                "S6x": {
         
     | 
| 
       4754 
4865 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4755 
4866 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4756 
4867 
     | 
    
         
             
                    "encryptionType": {
         
     | 
| 
         @@ -4761,13 +4872,13 @@ 
     | 
|
| 
       4761 
4872 
     | 
    
         
             
                    }
         
     | 
| 
       4762 
4873 
     | 
    
         
             
                  }
         
     | 
| 
       4763 
4874 
     | 
    
         
             
                },
         
     | 
| 
       4764 
     | 
    
         
            -
                " 
     | 
| 
      
 4875 
     | 
    
         
            +
                "S70": {
         
     | 
| 
       4765 
4876 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4766 
4877 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4767 
     | 
    
         
            -
                    "shape": " 
     | 
| 
      
 4878 
     | 
    
         
            +
                    "shape": "S3j"
         
     | 
| 
       4768 
4879 
     | 
    
         
             
                  }
         
     | 
| 
       4769 
4880 
     | 
    
         
             
                },
         
     | 
| 
       4770 
     | 
    
         
            -
                " 
     | 
| 
      
 4881 
     | 
    
         
            +
                "S79": {
         
     | 
| 
       4771 
4882 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4772 
4883 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4773 
4884 
     | 
    
         
             
                    "publishClassificationFindings": {
         
     | 
| 
         @@ -4784,7 +4895,7 @@ 
     | 
|
| 
       4784 
4895 
     | 
    
         
             
                    "publishClassificationFindings"
         
     | 
| 
       4785 
4896 
     | 
    
         
             
                  ]
         
     | 
| 
       4786 
4897 
     | 
    
         
             
                },
         
     | 
| 
       4787 
     | 
    
         
            -
                " 
     | 
| 
      
 4898 
     | 
    
         
            +
                "S7n": {
         
     | 
| 
       4788 
4899 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4789 
4900 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4790 
4901 
     | 
    
         
             
                    "kmsKeyId": {
         
     | 
| 
         @@ -4798,7 +4909,7 @@ 
     | 
|
| 
       4798 
4909 
     | 
    
         
             
                    "status"
         
     | 
| 
       4799 
4910 
     | 
    
         
             
                  ]
         
     | 
| 
       4800 
4911 
     | 
    
         
             
                },
         
     | 
| 
       4801 
     | 
    
         
            -
                " 
     | 
| 
      
 4912 
     | 
    
         
            +
                "S7q": {
         
     | 
| 
       4802 
4913 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4803 
4914 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4804 
4915 
     | 
    
         
             
                    "externalId": {
         
     | 
| 
         @@ -4815,7 +4926,7 @@ 
     | 
|
| 
       4815 
4926 
     | 
    
         
             
                    "retrievalMode"
         
     | 
| 
       4816 
4927 
     | 
    
         
             
                  ]
         
     | 
| 
       4817 
4928 
     | 
    
         
             
                },
         
     | 
| 
       4818 
     | 
    
         
            -
                " 
     | 
| 
      
 4929 
     | 
    
         
            +
                "S87": {
         
     | 
| 
       4819 
4930 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4820 
4931 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4821 
4932 
     | 
    
         
             
                    "managedDataIdentifierIds": {
         
     | 
| 
         @@ -4824,7 +4935,7 @@ 
     | 
|
| 
       4824 
4935 
     | 
    
         
             
                    }
         
     | 
| 
       4825 
4936 
     | 
    
         
             
                  }
         
     | 
| 
       4826 
4937 
     | 
    
         
             
                },
         
     | 
| 
       4827 
     | 
    
         
            -
                " 
     | 
| 
      
 4938 
     | 
    
         
            +
                "S88": {
         
     | 
| 
       4828 
4939 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4829 
4940 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4830 
4941 
     | 
    
         
             
                    "allowListIds": {
         
     | 
| 
         @@ -4841,7 +4952,7 @@ 
     | 
|
| 
       4841 
4952 
     | 
    
         
             
                    }
         
     | 
| 
       4842 
4953 
     | 
    
         
             
                  }
         
     | 
| 
       4843 
4954 
     | 
    
         
             
                },
         
     | 
| 
       4844 
     | 
    
         
            -
                " 
     | 
| 
      
 4955 
     | 
    
         
            +
                "S95": {
         
     | 
| 
       4845 
4956 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       4846 
4957 
     | 
    
         
             
                  "member": {
         
     | 
| 
       4847 
4958 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
         @@ -4859,7 +4970,7 @@ 
     | 
|
| 
       4859 
4970 
     | 
    
         
             
                    }
         
     | 
| 
       4860 
4971 
     | 
    
         
             
                  }
         
     | 
| 
       4861 
4972 
     | 
    
         
             
                },
         
     | 
| 
       4862 
     | 
    
         
            -
                " 
     | 
| 
      
 4973 
     | 
    
         
            +
                "Sat": {
         
     | 
| 
       4863 
4974 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       4864 
4975 
     | 
    
         
             
                  "members": {
         
     | 
| 
       4865 
4976 
     | 
    
         
             
                    "and": {
         
     |