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
 
    
        package/README.md
    CHANGED
    
    | 
         @@ -64,7 +64,7 @@ require('aws-sdk/lib/maintenance_mode_message').suppress = true; 
     | 
|
| 
       64 
64 
     | 
    
         
             
            To use the SDK in the browser, simply add the following script tag to your
         
     | 
| 
       65 
65 
     | 
    
         
             
            HTML pages:
         
     | 
| 
       66 
66 
     | 
    
         | 
| 
       67 
     | 
    
         
            -
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2. 
     | 
| 
      
 67 
     | 
    
         
            +
                <script src="https://sdk.amazonaws.com/js/aws-sdk-2.1643.0.min.js"></script>
         
     | 
| 
       68 
68 
     | 
    
         | 
| 
       69 
69 
     | 
    
         
             
            You can also build a custom browser SDK with your specified set of AWS services.
         
     | 
| 
       70 
70 
     | 
    
         
             
            This can allow you to reduce the SDK's size, specify different API versions of
         
     | 
| 
         @@ -12,7 +12,10 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                "serviceId": "CodeBuild",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       14 
14 
     | 
    
         
             
                "targetPrefix": "CodeBuild_20161006",
         
     | 
| 
       15 
     | 
    
         
            -
                "uid": "codebuild-2016-10-06"
         
     | 
| 
      
 15 
     | 
    
         
            +
                "uid": "codebuild-2016-10-06",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 18 
     | 
    
         
            +
                ]
         
     | 
| 
       16 
19 
     | 
    
         
             
              },
         
     | 
| 
       17 
20 
     | 
    
         
             
              "operations": {
         
     | 
| 
       18 
21 
     | 
    
         
             
                "BatchDeleteBuilds": {
         
     | 
| 
         @@ -155,7 +158,7 @@ 
     | 
|
| 
       155 
158 
     | 
    
         
             
                    ],
         
     | 
| 
       156 
159 
     | 
    
         
             
                    "members": {
         
     | 
| 
       157 
160 
     | 
    
         
             
                      "reportGroupArns": {
         
     | 
| 
       158 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 161 
     | 
    
         
            +
                        "shape": "S3n"
         
     | 
| 
       159 
162 
     | 
    
         
             
                      }
         
     | 
| 
       160 
163 
     | 
    
         
             
                    }
         
     | 
| 
       161 
164 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -165,11 +168,11 @@ 
     | 
|
| 
       165 
168 
     | 
    
         
             
                      "reportGroups": {
         
     | 
| 
       166 
169 
     | 
    
         
             
                        "type": "list",
         
     | 
| 
       167 
170 
     | 
    
         
             
                        "member": {
         
     | 
| 
       168 
     | 
    
         
            -
                          "shape": " 
     | 
| 
      
 171 
     | 
    
         
            +
                          "shape": "S3q"
         
     | 
| 
       169 
172 
     | 
    
         
             
                        }
         
     | 
| 
       170 
173 
     | 
    
         
             
                      },
         
     | 
| 
       171 
174 
     | 
    
         
             
                      "reportGroupsNotFound": {
         
     | 
| 
       172 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 175 
     | 
    
         
            +
                        "shape": "S3n"
         
     | 
| 
       173 
176 
     | 
    
         
             
                      }
         
     | 
| 
       174 
177 
     | 
    
         
             
                    }
         
     | 
| 
       175 
178 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -182,7 +185,7 @@ 
     | 
|
| 
       182 
185 
     | 
    
         
             
                    ],
         
     | 
| 
       183 
186 
     | 
    
         
             
                    "members": {
         
     | 
| 
       184 
187 
     | 
    
         
             
                      "reportArns": {
         
     | 
| 
       185 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 188 
     | 
    
         
            +
                        "shape": "S3z"
         
     | 
| 
       186 
189 
     | 
    
         
             
                      }
         
     | 
| 
       187 
190 
     | 
    
         
             
                    }
         
     | 
| 
       188 
191 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -207,7 +210,7 @@ 
     | 
|
| 
       207 
210 
     | 
    
         
             
                              "type": "timestamp"
         
     | 
| 
       208 
211 
     | 
    
         
             
                            },
         
     | 
| 
       209 
212 
     | 
    
         
             
                            "exportConfig": {
         
     | 
| 
       210 
     | 
    
         
            -
                              "shape": " 
     | 
| 
      
 213 
     | 
    
         
            +
                              "shape": "S3t"
         
     | 
| 
       211 
214 
     | 
    
         
             
                            },
         
     | 
| 
       212 
215 
     | 
    
         
             
                            "truncated": {
         
     | 
| 
       213 
216 
     | 
    
         
             
                              "type": "boolean"
         
     | 
| 
         @@ -262,7 +265,7 @@ 
     | 
|
| 
       262 
265 
     | 
    
         
             
                        }
         
     | 
| 
       263 
266 
     | 
    
         
             
                      },
         
     | 
| 
       264 
267 
     | 
    
         
             
                      "reportsNotFound": {
         
     | 
| 
       265 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 268 
     | 
    
         
            +
                        "shape": "S3z"
         
     | 
| 
       266 
269 
     | 
    
         
             
                      }
         
     | 
| 
       267 
270 
     | 
    
         
             
                    }
         
     | 
| 
       268 
271 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -284,7 +287,7 @@ 
     | 
|
| 
       284 
287 
     | 
    
         
             
                      "environmentType": {},
         
     | 
| 
       285 
288 
     | 
    
         
             
                      "computeType": {},
         
     | 
| 
       286 
289 
     | 
    
         
             
                      "scalingConfiguration": {
         
     | 
| 
       287 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 290 
     | 
    
         
            +
                        "shape": "S4a"
         
     | 
| 
       288 
291 
     | 
    
         
             
                      },
         
     | 
| 
       289 
292 
     | 
    
         
             
                      "overflowBehavior": {},
         
     | 
| 
       290 
293 
     | 
    
         
             
                      "vpcConfig": {
         
     | 
| 
         @@ -392,7 +395,7 @@ 
     | 
|
| 
       392 
395 
     | 
    
         
             
                      "name": {},
         
     | 
| 
       393 
396 
     | 
    
         
             
                      "type": {},
         
     | 
| 
       394 
397 
     | 
    
         
             
                      "exportConfig": {
         
     | 
| 
       395 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 398 
     | 
    
         
            +
                        "shape": "S3t"
         
     | 
| 
       396 
399 
     | 
    
         
             
                      },
         
     | 
| 
       397 
400 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       398 
401 
     | 
    
         
             
                        "shape": "S2v"
         
     | 
| 
         @@ -403,7 +406,7 @@ 
     | 
|
| 
       403 
406 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       404 
407 
     | 
    
         
             
                    "members": {
         
     | 
| 
       405 
408 
     | 
    
         
             
                      "reportGroup": {
         
     | 
| 
       406 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 409 
     | 
    
         
            +
                        "shape": "S3q"
         
     | 
| 
       407 
410 
     | 
    
         
             
                      }
         
     | 
| 
       408 
411 
     | 
    
         
             
                    }
         
     | 
| 
       409 
412 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -423,6 +426,9 @@ 
     | 
|
| 
       423 
426 
     | 
    
         
             
                      "buildType": {},
         
     | 
| 
       424 
427 
     | 
    
         
             
                      "manualCreation": {
         
     | 
| 
       425 
428 
     | 
    
         
             
                        "type": "boolean"
         
     | 
| 
      
 429 
     | 
    
         
            +
                      },
         
     | 
| 
      
 430 
     | 
    
         
            +
                      "scopeConfiguration": {
         
     | 
| 
      
 431 
     | 
    
         
            +
                        "shape": "S3i"
         
     | 
| 
       426 
432 
     | 
    
         
             
                      }
         
     | 
| 
       427 
433 
     | 
    
         
             
                    }
         
     | 
| 
       428 
434 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -781,7 +787,7 @@ 
     | 
|
| 
       781 
787 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       782 
788 
     | 
    
         
             
                    "members": {
         
     | 
| 
       783 
789 
     | 
    
         
             
                      "filter": {
         
     | 
| 
       784 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 790 
     | 
    
         
            +
                        "shape": "S5q"
         
     | 
| 
       785 
791 
     | 
    
         
             
                      },
         
     | 
| 
       786 
792 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
       787 
793 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -806,7 +812,7 @@ 
     | 
|
| 
       806 
812 
     | 
    
         
             
                    "members": {
         
     | 
| 
       807 
813 
     | 
    
         
             
                      "projectName": {},
         
     | 
| 
       808 
814 
     | 
    
         
             
                      "filter": {
         
     | 
| 
       809 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 815 
     | 
    
         
            +
                        "shape": "S5q"
         
     | 
| 
       810 
816 
     | 
    
         
             
                      },
         
     | 
| 
       811 
817 
     | 
    
         
             
                      "maxResults": {
         
     | 
| 
       812 
818 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
         @@ -970,7 +976,7 @@ 
     | 
|
| 
       970 
976 
     | 
    
         
             
                    "members": {
         
     | 
| 
       971 
977 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       972 
978 
     | 
    
         
             
                      "reportGroups": {
         
     | 
| 
       973 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 979 
     | 
    
         
            +
                        "shape": "S3n"
         
     | 
| 
       974 
980 
     | 
    
         
             
                      }
         
     | 
| 
       975 
981 
     | 
    
         
             
                    }
         
     | 
| 
       976 
982 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -985,7 +991,7 @@ 
     | 
|
| 
       985 
991 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       986 
992 
     | 
    
         
             
                      },
         
     | 
| 
       987 
993 
     | 
    
         
             
                      "filter": {
         
     | 
| 
       988 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 994 
     | 
    
         
            +
                        "shape": "S6l"
         
     | 
| 
       989 
995 
     | 
    
         
             
                      }
         
     | 
| 
       990 
996 
     | 
    
         
             
                    }
         
     | 
| 
       991 
997 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -994,7 +1000,7 @@ 
     | 
|
| 
       994 
1000 
     | 
    
         
             
                    "members": {
         
     | 
| 
       995 
1001 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       996 
1002 
     | 
    
         
             
                      "reports": {
         
     | 
| 
       997 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1003 
     | 
    
         
            +
                        "shape": "S3z"
         
     | 
| 
       998 
1004 
     | 
    
         
             
                      }
         
     | 
| 
       999 
1005 
     | 
    
         
             
                    }
         
     | 
| 
       1000 
1006 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1013,7 +1019,7 @@ 
     | 
|
| 
       1013 
1019 
     | 
    
         
             
                        "type": "integer"
         
     | 
| 
       1014 
1020 
     | 
    
         
             
                      },
         
     | 
| 
       1015 
1021 
     | 
    
         
             
                      "filter": {
         
     | 
| 
       1016 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1022 
     | 
    
         
            +
                        "shape": "S6l"
         
     | 
| 
       1017 
1023 
     | 
    
         
             
                      }
         
     | 
| 
       1018 
1024 
     | 
    
         
             
                    }
         
     | 
| 
       1019 
1025 
     | 
    
         
             
                  },
         
     | 
| 
         @@ -1022,7 +1028,7 @@ 
     | 
|
| 
       1022 
1028 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1023 
1029 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       1024 
1030 
     | 
    
         
             
                      "reports": {
         
     | 
| 
       1025 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1031 
     | 
    
         
            +
                        "shape": "S3z"
         
     | 
| 
       1026 
1032 
     | 
    
         
             
                      }
         
     | 
| 
       1027 
1033 
     | 
    
         
             
                    }
         
     | 
| 
       1028 
1034 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1067,7 +1073,7 @@ 
     | 
|
| 
       1067 
1073 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1068 
1074 
     | 
    
         
             
                      "nextToken": {},
         
     | 
| 
       1069 
1075 
     | 
    
         
             
                      "reportGroups": {
         
     | 
| 
       1070 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1076 
     | 
    
         
            +
                        "shape": "S3n"
         
     | 
| 
       1071 
1077 
     | 
    
         
             
                      }
         
     | 
| 
       1072 
1078 
     | 
    
         
             
                    }
         
     | 
| 
       1073 
1079 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -1374,7 +1380,7 @@ 
     | 
|
| 
       1374 
1380 
     | 
    
         
             
                      "environmentType": {},
         
     | 
| 
       1375 
1381 
     | 
    
         
             
                      "computeType": {},
         
     | 
| 
       1376 
1382 
     | 
    
         
             
                      "scalingConfiguration": {
         
     | 
| 
       1377 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1383 
     | 
    
         
            +
                        "shape": "S4a"
         
     | 
| 
       1378 
1384 
     | 
    
         
             
                      },
         
     | 
| 
       1379 
1385 
     | 
    
         
             
                      "overflowBehavior": {},
         
     | 
| 
       1380 
1386 
     | 
    
         
             
                      "vpcConfig": {
         
     | 
| 
         @@ -1497,7 +1503,7 @@ 
     | 
|
| 
       1497 
1503 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1498 
1504 
     | 
    
         
             
                      "arn": {},
         
     | 
| 
       1499 
1505 
     | 
    
         
             
                      "exportConfig": {
         
     | 
| 
       1500 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1506 
     | 
    
         
            +
                        "shape": "S3t"
         
     | 
| 
       1501 
1507 
     | 
    
         
             
                      },
         
     | 
| 
       1502 
1508 
     | 
    
         
             
                      "tags": {
         
     | 
| 
       1503 
1509 
     | 
    
         
             
                        "shape": "S2v"
         
     | 
| 
         @@ -1508,7 +1514,7 @@ 
     | 
|
| 
       1508 
1514 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1509 
1515 
     | 
    
         
             
                    "members": {
         
     | 
| 
       1510 
1516 
     | 
    
         
             
                      "reportGroup": {
         
     | 
| 
       1511 
     | 
    
         
            -
                        "shape": " 
     | 
| 
      
 1517 
     | 
    
         
            +
                        "shape": "S3q"
         
     | 
| 
       1512 
1518 
     | 
    
         
             
                      }
         
     | 
| 
       1513 
1519 
     | 
    
         
             
                    }
         
     | 
| 
       1514 
1520 
     | 
    
         
             
                  }
         
     | 
| 
         @@ -2305,6 +2311,9 @@ 
     | 
|
| 
       2305 
2311 
     | 
    
         
             
                    },
         
     | 
| 
       2306 
2312 
     | 
    
         
             
                    "lastModifiedSecret": {
         
     | 
| 
       2307 
2313 
     | 
    
         
             
                      "type": "timestamp"
         
     | 
| 
      
 2314 
     | 
    
         
            +
                    },
         
     | 
| 
      
 2315 
     | 
    
         
            +
                    "scopeConfiguration": {
         
     | 
| 
      
 2316 
     | 
    
         
            +
                      "shape": "S3i"
         
     | 
| 
       2308 
2317 
     | 
    
         
             
                    }
         
     | 
| 
       2309 
2318 
     | 
    
         
             
                  }
         
     | 
| 
       2310 
2319 
     | 
    
         
             
                },
         
     | 
| 
         @@ -2328,18 +2337,30 @@ 
     | 
|
| 
       2328 
2337 
     | 
    
         
             
                    }
         
     | 
| 
       2329 
2338 
     | 
    
         
             
                  }
         
     | 
| 
       2330 
2339 
     | 
    
         
             
                },
         
     | 
| 
       2331 
     | 
    
         
            -
                " 
     | 
| 
      
 2340 
     | 
    
         
            +
                "S3i": {
         
     | 
| 
      
 2341 
     | 
    
         
            +
                  "type": "structure",
         
     | 
| 
      
 2342 
     | 
    
         
            +
                  "required": [
         
     | 
| 
      
 2343 
     | 
    
         
            +
                    "name",
         
     | 
| 
      
 2344 
     | 
    
         
            +
                    "scope"
         
     | 
| 
      
 2345 
     | 
    
         
            +
                  ],
         
     | 
| 
      
 2346 
     | 
    
         
            +
                  "members": {
         
     | 
| 
      
 2347 
     | 
    
         
            +
                    "name": {},
         
     | 
| 
      
 2348 
     | 
    
         
            +
                    "domain": {},
         
     | 
| 
      
 2349 
     | 
    
         
            +
                    "scope": {}
         
     | 
| 
      
 2350 
     | 
    
         
            +
                  }
         
     | 
| 
      
 2351 
     | 
    
         
            +
                },
         
     | 
| 
      
 2352 
     | 
    
         
            +
                "S3n": {
         
     | 
| 
       2332 
2353 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2333 
2354 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       2334 
2355 
     | 
    
         
             
                },
         
     | 
| 
       2335 
     | 
    
         
            -
                " 
     | 
| 
      
 2356 
     | 
    
         
            +
                "S3q": {
         
     | 
| 
       2336 
2357 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2337 
2358 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2338 
2359 
     | 
    
         
             
                    "arn": {},
         
     | 
| 
       2339 
2360 
     | 
    
         
             
                    "name": {},
         
     | 
| 
       2340 
2361 
     | 
    
         
             
                    "type": {},
         
     | 
| 
       2341 
2362 
     | 
    
         
             
                    "exportConfig": {
         
     | 
| 
       2342 
     | 
    
         
            -
                      "shape": " 
     | 
| 
      
 2363 
     | 
    
         
            +
                      "shape": "S3t"
         
     | 
| 
       2343 
2364 
     | 
    
         
             
                    },
         
     | 
| 
       2344 
2365 
     | 
    
         
             
                    "created": {
         
     | 
| 
       2345 
2366 
     | 
    
         
             
                      "type": "timestamp"
         
     | 
| 
         @@ -2353,7 +2374,7 @@ 
     | 
|
| 
       2353 
2374 
     | 
    
         
             
                    "status": {}
         
     | 
| 
       2354 
2375 
     | 
    
         
             
                  }
         
     | 
| 
       2355 
2376 
     | 
    
         
             
                },
         
     | 
| 
       2356 
     | 
    
         
            -
                " 
     | 
| 
      
 2377 
     | 
    
         
            +
                "S3t": {
         
     | 
| 
       2357 
2378 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2358 
2379 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2359 
2380 
     | 
    
         
             
                    "exportConfigType": {},
         
     | 
| 
         @@ -2372,11 +2393,11 @@ 
     | 
|
| 
       2372 
2393 
     | 
    
         
             
                    }
         
     | 
| 
       2373 
2394 
     | 
    
         
             
                  }
         
     | 
| 
       2374 
2395 
     | 
    
         
             
                },
         
     | 
| 
       2375 
     | 
    
         
            -
                " 
     | 
| 
      
 2396 
     | 
    
         
            +
                "S3z": {
         
     | 
| 
       2376 
2397 
     | 
    
         
             
                  "type": "list",
         
     | 
| 
       2377 
2398 
     | 
    
         
             
                  "member": {}
         
     | 
| 
       2378 
2399 
     | 
    
         
             
                },
         
     | 
| 
       2379 
     | 
    
         
            -
                " 
     | 
| 
      
 2400 
     | 
    
         
            +
                "S4a": {
         
     | 
| 
       2380 
2401 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2381 
2402 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2382 
2403 
     | 
    
         
             
                    "scalingType": {},
         
     | 
| 
         @@ -2388,13 +2409,13 @@ 
     | 
|
| 
       2388 
2409 
     | 
    
         
             
                    }
         
     | 
| 
       2389 
2410 
     | 
    
         
             
                  }
         
     | 
| 
       2390 
2411 
     | 
    
         
             
                },
         
     | 
| 
       2391 
     | 
    
         
            -
                " 
     | 
| 
      
 2412 
     | 
    
         
            +
                "S5q": {
         
     | 
| 
       2392 
2413 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2393 
2414 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2394 
2415 
     | 
    
         
             
                    "status": {}
         
     | 
| 
       2395 
2416 
     | 
    
         
             
                  }
         
     | 
| 
       2396 
2417 
     | 
    
         
             
                },
         
     | 
| 
       2397 
     | 
    
         
            -
                " 
     | 
| 
      
 2418 
     | 
    
         
            +
                "S6l": {
         
     | 
| 
       2398 
2419 
     | 
    
         
             
                  "type": "structure",
         
     | 
| 
       2399 
2420 
     | 
    
         
             
                  "members": {
         
     | 
| 
       2400 
2421 
     | 
    
         
             
                    "status": {}
         
     | 
| 
         @@ -12,7 +12,10 @@ 
     | 
|
| 
       12 
12 
     | 
    
         
             
                "serviceId": "Cognito Identity Provider",
         
     | 
| 
       13 
13 
     | 
    
         
             
                "signatureVersion": "v4",
         
     | 
| 
       14 
14 
     | 
    
         
             
                "targetPrefix": "AWSCognitoIdentityProviderService",
         
     | 
| 
       15 
     | 
    
         
            -
                "uid": "cognito-idp-2016-04-18"
         
     | 
| 
      
 15 
     | 
    
         
            +
                "uid": "cognito-idp-2016-04-18",
         
     | 
| 
      
 16 
     | 
    
         
            +
                "auth": [
         
     | 
| 
      
 17 
     | 
    
         
            +
                  "aws.auth#sigv4"
         
     | 
| 
      
 18 
     | 
    
         
            +
                ]
         
     | 
| 
       16 
19 
     | 
    
         
             
              },
         
     | 
| 
       17 
20 
     | 
    
         
             
              "operations": {
         
     | 
| 
       18 
21 
     | 
    
         
             
                "AddCustomAttributes": {
         
     | 
| 
         @@ -785,7 +788,10 @@ 
     | 
|
| 
       785 
788 
     | 
    
         
             
                      }
         
     | 
| 
       786 
789 
     | 
    
         
             
                    }
         
     | 
| 
       787 
790 
     | 
    
         
             
                  },
         
     | 
| 
       788 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 791 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 792 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 793 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 794 
     | 
    
         
            +
                  ]
         
     | 
| 
       789 
795 
     | 
    
         
             
                },
         
     | 
| 
       790 
796 
     | 
    
         
             
                "ChangePassword": {
         
     | 
| 
       791 
797 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -811,7 +817,10 @@ 
     | 
|
| 
       811 
817 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       812 
818 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       813 
819 
     | 
    
         
             
                  },
         
     | 
| 
       814 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 820 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 821 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 822 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 823 
     | 
    
         
            +
                  ]
         
     | 
| 
       815 
824 
     | 
    
         
             
                },
         
     | 
| 
       816 
825 
     | 
    
         
             
                "ConfirmDevice": {
         
     | 
| 
       817 
826 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -843,7 +852,10 @@ 
     | 
|
| 
       843 
852 
     | 
    
         
             
                      }
         
     | 
| 
       844 
853 
     | 
    
         
             
                    }
         
     | 
| 
       845 
854 
     | 
    
         
             
                  },
         
     | 
| 
       846 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 855 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 856 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 857 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 858 
     | 
    
         
            +
                  ]
         
     | 
| 
       847 
859 
     | 
    
         
             
                },
         
     | 
| 
       848 
860 
     | 
    
         
             
                "ConfirmForgotPassword": {
         
     | 
| 
       849 
861 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -883,7 +895,10 @@ 
     | 
|
| 
       883 
895 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       884 
896 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       885 
897 
     | 
    
         
             
                  },
         
     | 
| 
       886 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 898 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 899 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 900 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 901 
     | 
    
         
            +
                  ]
         
     | 
| 
       887 
902 
     | 
    
         
             
                },
         
     | 
| 
       888 
903 
     | 
    
         
             
                "ConfirmSignUp": {
         
     | 
| 
       889 
904 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -922,7 +937,10 @@ 
     | 
|
| 
       922 
937 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       923 
938 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       924 
939 
     | 
    
         
             
                  },
         
     | 
| 
       925 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 940 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 941 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 942 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 943 
     | 
    
         
            +
                  ]
         
     | 
| 
       926 
944 
     | 
    
         
             
                },
         
     | 
| 
       927 
945 
     | 
    
         
             
                "CreateGroup": {
         
     | 
| 
       928 
946 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1261,7 +1279,10 @@ 
     | 
|
| 
       1261 
1279 
     | 
    
         
             
                      }
         
     | 
| 
       1262 
1280 
     | 
    
         
             
                    }
         
     | 
| 
       1263 
1281 
     | 
    
         
             
                  },
         
     | 
| 
       1264 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1282 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1283 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1284 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1285 
     | 
    
         
            +
                  ]
         
     | 
| 
       1265 
1286 
     | 
    
         
             
                },
         
     | 
| 
       1266 
1287 
     | 
    
         
             
                "DeleteUserAttributes": {
         
     | 
| 
       1267 
1288 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1283,7 +1304,10 @@ 
     | 
|
| 
       1283 
1304 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1284 
1305 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       1285 
1306 
     | 
    
         
             
                  },
         
     | 
| 
       1286 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1307 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1308 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1309 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1310 
     | 
    
         
            +
                  ]
         
     | 
| 
       1287 
1311 
     | 
    
         
             
                },
         
     | 
| 
       1288 
1312 
     | 
    
         
             
                "DeleteUserPool": {
         
     | 
| 
       1289 
1313 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1508,7 +1532,10 @@ 
     | 
|
| 
       1508 
1532 
     | 
    
         
             
                      "DeviceKey": {}
         
     | 
| 
       1509 
1533 
     | 
    
         
             
                    }
         
     | 
| 
       1510 
1534 
     | 
    
         
             
                  },
         
     | 
| 
       1511 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1535 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1536 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1537 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1538 
     | 
    
         
            +
                  ]
         
     | 
| 
       1512 
1539 
     | 
    
         
             
                },
         
     | 
| 
       1513 
1540 
     | 
    
         
             
                "ForgotPassword": {
         
     | 
| 
       1514 
1541 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1546,7 +1573,10 @@ 
     | 
|
| 
       1546 
1573 
     | 
    
         
             
                      }
         
     | 
| 
       1547 
1574 
     | 
    
         
             
                    }
         
     | 
| 
       1548 
1575 
     | 
    
         
             
                  },
         
     | 
| 
       1549 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1576 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1577 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1578 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1579 
     | 
    
         
            +
                  ]
         
     | 
| 
       1550 
1580 
     | 
    
         
             
                },
         
     | 
| 
       1551 
1581 
     | 
    
         
             
                "GetCSVHeader": {
         
     | 
| 
       1552 
1582 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1593,7 +1623,10 @@ 
     | 
|
| 
       1593 
1623 
     | 
    
         
             
                      }
         
     | 
| 
       1594 
1624 
     | 
    
         
             
                    }
         
     | 
| 
       1595 
1625 
     | 
    
         
             
                  },
         
     | 
| 
       1596 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1626 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1627 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1628 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1629 
     | 
    
         
            +
                  ]
         
     | 
| 
       1597 
1630 
     | 
    
         
             
                },
         
     | 
| 
       1598 
1631 
     | 
    
         
             
                "GetGroup": {
         
     | 
| 
       1599 
1632 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1735,7 +1768,10 @@ 
     | 
|
| 
       1735 
1768 
     | 
    
         
             
                      }
         
     | 
| 
       1736 
1769 
     | 
    
         
             
                    }
         
     | 
| 
       1737 
1770 
     | 
    
         
             
                  },
         
     | 
| 
       1738 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1771 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1772 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1773 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1774 
     | 
    
         
            +
                  ]
         
     | 
| 
       1739 
1775 
     | 
    
         
             
                },
         
     | 
| 
       1740 
1776 
     | 
    
         
             
                "GetUserAttributeVerificationCode": {
         
     | 
| 
       1741 
1777 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1762,7 +1798,10 @@ 
     | 
|
| 
       1762 
1798 
     | 
    
         
             
                      }
         
     | 
| 
       1763 
1799 
     | 
    
         
             
                    }
         
     | 
| 
       1764 
1800 
     | 
    
         
             
                  },
         
     | 
| 
       1765 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1801 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1802 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1803 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1804 
     | 
    
         
            +
                  ]
         
     | 
| 
       1766 
1805 
     | 
    
         
             
                },
         
     | 
| 
       1767 
1806 
     | 
    
         
             
                "GetUserPoolMfaConfig": {
         
     | 
| 
       1768 
1807 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1803,7 +1842,10 @@ 
     | 
|
| 
       1803 
1842 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       1804 
1843 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       1805 
1844 
     | 
    
         
             
                  },
         
     | 
| 
       1806 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1845 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1846 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1847 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1848 
     | 
    
         
            +
                  ]
         
     | 
| 
       1807 
1849 
     | 
    
         
             
                },
         
     | 
| 
       1808 
1850 
     | 
    
         
             
                "InitiateAuth": {
         
     | 
| 
       1809 
1851 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1846,7 +1888,10 @@ 
     | 
|
| 
       1846 
1888 
     | 
    
         
             
                      }
         
     | 
| 
       1847 
1889 
     | 
    
         
             
                    }
         
     | 
| 
       1848 
1890 
     | 
    
         
             
                  },
         
     | 
| 
       1849 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1891 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1892 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1893 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1894 
     | 
    
         
            +
                  ]
         
     | 
| 
       1850 
1895 
     | 
    
         
             
                },
         
     | 
| 
       1851 
1896 
     | 
    
         
             
                "ListDevices": {
         
     | 
| 
       1852 
1897 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -1873,7 +1918,10 @@ 
     | 
|
| 
       1873 
1918 
     | 
    
         
             
                      "PaginationToken": {}
         
     | 
| 
       1874 
1919 
     | 
    
         
             
                    }
         
     | 
| 
       1875 
1920 
     | 
    
         
             
                  },
         
     | 
| 
       1876 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 1921 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 1922 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 1923 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 1924 
     | 
    
         
            +
                  ]
         
     | 
| 
       1877 
1925 
     | 
    
         
             
                },
         
     | 
| 
       1878 
1926 
     | 
    
         
             
                "ListGroups": {
         
     | 
| 
       1879 
1927 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2184,7 +2232,10 @@ 
     | 
|
| 
       2184 
2232 
     | 
    
         
             
                      }
         
     | 
| 
       2185 
2233 
     | 
    
         
             
                    }
         
     | 
| 
       2186 
2234 
     | 
    
         
             
                  },
         
     | 
| 
       2187 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2235 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2236 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2237 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2238 
     | 
    
         
            +
                  ]
         
     | 
| 
       2188 
2239 
     | 
    
         
             
                },
         
     | 
| 
       2189 
2240 
     | 
    
         
             
                "RespondToAuthChallenge": {
         
     | 
| 
       2190 
2241 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2230,7 +2281,10 @@ 
     | 
|
| 
       2230 
2281 
     | 
    
         
             
                      }
         
     | 
| 
       2231 
2282 
     | 
    
         
             
                    }
         
     | 
| 
       2232 
2283 
     | 
    
         
             
                  },
         
     | 
| 
       2233 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2284 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2285 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2286 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2287 
     | 
    
         
            +
                  ]
         
     | 
| 
       2234 
2288 
     | 
    
         
             
                },
         
     | 
| 
       2235 
2289 
     | 
    
         
             
                "RevokeToken": {
         
     | 
| 
       2236 
2290 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2255,7 +2309,10 @@ 
     | 
|
| 
       2255 
2309 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2256 
2310 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2257 
2311 
     | 
    
         
             
                  },
         
     | 
| 
       2258 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2312 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2313 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2314 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2315 
     | 
    
         
            +
                  ]
         
     | 
| 
       2259 
2316 
     | 
    
         
             
                },
         
     | 
| 
       2260 
2317 
     | 
    
         
             
                "SetLogDeliveryConfiguration": {
         
     | 
| 
       2261 
2318 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2365,7 +2422,10 @@ 
     | 
|
| 
       2365 
2422 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2366 
2423 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2367 
2424 
     | 
    
         
             
                  },
         
     | 
| 
       2368 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2425 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2426 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2427 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2428 
     | 
    
         
            +
                  ]
         
     | 
| 
       2369 
2429 
     | 
    
         
             
                },
         
     | 
| 
       2370 
2430 
     | 
    
         
             
                "SetUserPoolMfaConfig": {
         
     | 
| 
       2371 
2431 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2417,7 +2477,10 @@ 
     | 
|
| 
       2417 
2477 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2418 
2478 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2419 
2479 
     | 
    
         
             
                  },
         
     | 
| 
       2420 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2480 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2481 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2482 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2483 
     | 
    
         
            +
                  ]
         
     | 
| 
       2421 
2484 
     | 
    
         
             
                },
         
     | 
| 
       2422 
2485 
     | 
    
         
             
                "SignUp": {
         
     | 
| 
       2423 
2486 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2473,7 +2536,10 @@ 
     | 
|
| 
       2473 
2536 
     | 
    
         
             
                      "UserSub": {}
         
     | 
| 
       2474 
2537 
     | 
    
         
             
                    }
         
     | 
| 
       2475 
2538 
     | 
    
         
             
                  },
         
     | 
| 
       2476 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2539 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2540 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2541 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2542 
     | 
    
         
            +
                  ]
         
     | 
| 
       2477 
2543 
     | 
    
         
             
                },
         
     | 
| 
       2478 
2544 
     | 
    
         
             
                "StartUserImportJob": {
         
     | 
| 
       2479 
2545 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2582,7 +2648,10 @@ 
     | 
|
| 
       2582 
2648 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2583 
2649 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2584 
2650 
     | 
    
         
             
                  },
         
     | 
| 
       2585 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2651 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2652 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2653 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2654 
     | 
    
         
            +
                  ]
         
     | 
| 
       2586 
2655 
     | 
    
         
             
                },
         
     | 
| 
       2587 
2656 
     | 
    
         
             
                "UpdateDeviceStatus": {
         
     | 
| 
       2588 
2657 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2603,7 +2672,10 @@ 
     | 
|
| 
       2603 
2672 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2604 
2673 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2605 
2674 
     | 
    
         
             
                  },
         
     | 
| 
       2606 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2675 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2676 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2677 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2678 
     | 
    
         
            +
                  ]
         
     | 
| 
       2607 
2679 
     | 
    
         
             
                },
         
     | 
| 
       2608 
2680 
     | 
    
         
             
                "UpdateGroup": {
         
     | 
| 
       2609 
2681 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2723,7 +2795,10 @@ 
     | 
|
| 
       2723 
2795 
     | 
    
         
             
                      }
         
     | 
| 
       2724 
2796 
     | 
    
         
             
                    }
         
     | 
| 
       2725 
2797 
     | 
    
         
             
                  },
         
     | 
| 
       2726 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2798 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2799 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2800 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2801 
     | 
    
         
            +
                  ]
         
     | 
| 
       2727 
2802 
     | 
    
         
             
                },
         
     | 
| 
       2728 
2803 
     | 
    
         
             
                "UpdateUserPool": {
         
     | 
| 
       2729 
2804 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2911,7 +2986,10 @@ 
     | 
|
| 
       2911 
2986 
     | 
    
         
             
                      }
         
     | 
| 
       2912 
2987 
     | 
    
         
             
                    }
         
     | 
| 
       2913 
2988 
     | 
    
         
             
                  },
         
     | 
| 
       2914 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 2989 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 2990 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 2991 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 2992 
     | 
    
         
            +
                  ]
         
     | 
| 
       2915 
2993 
     | 
    
         
             
                },
         
     | 
| 
       2916 
2994 
     | 
    
         
             
                "VerifyUserAttribute": {
         
     | 
| 
       2917 
2995 
     | 
    
         
             
                  "input": {
         
     | 
| 
         @@ -2933,7 +3011,10 @@ 
     | 
|
| 
       2933 
3011 
     | 
    
         
             
                    "type": "structure",
         
     | 
| 
       2934 
3012 
     | 
    
         
             
                    "members": {}
         
     | 
| 
       2935 
3013 
     | 
    
         
             
                  },
         
     | 
| 
       2936 
     | 
    
         
            -
                  "authtype": "none"
         
     | 
| 
      
 3014 
     | 
    
         
            +
                  "authtype": "none",
         
     | 
| 
      
 3015 
     | 
    
         
            +
                  "auth": [
         
     | 
| 
      
 3016 
     | 
    
         
            +
                    "smithy.api#noAuth"
         
     | 
| 
      
 3017 
     | 
    
         
            +
                  ]
         
     | 
| 
       2937 
3018 
     | 
    
         
             
                }
         
     | 
| 
       2938 
3019 
     | 
    
         
             
              },
         
     | 
| 
       2939 
3020 
     | 
    
         
             
              "shapes": {
         
     |