aws-sdk 2.1371.0 → 2.1372.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/CHANGELOG.md +13 -1
- package/README.md +1 -1
- package/apis/monitoring-2010-08-01.min.json +19 -15
- package/apis/opensearch-2021-01-01.min.json +66 -27
- package/apis/quicksight-2018-04-01.min.json +2136 -684
- package/apis/quicksight-2018-04-01.paginators.json +10 -0
- package/apis/rekognition-2016-06-27.min.json +101 -90
- package/apis/s3-2006-03-01.examples.json +115 -115
- package/apis/securityhub-2018-10-26.examples.json +45 -0
- package/apis/securityhub-2018-10-26.min.json +71 -3
- package/apis/securityhub-2018-10-26.paginators.json +6 -0
- package/apis/sqs-2012-11-05.min.json +36 -103
- package/apis/sqs-2012-11-05.paginators.json +3 -3
- package/clients/cloudwatch.d.ts +11 -6
- package/clients/configservice.d.ts +1 -1
- package/clients/connect.d.ts +11 -11
- package/clients/networkfirewall.d.ts +4 -4
- package/clients/opensearch.d.ts +64 -5
- package/clients/quicksight.d.ts +1918 -96
- package/clients/rekognition.d.ts +22 -8
- package/clients/s3.d.ts +168 -168
- package/clients/sagemaker.d.ts +1 -1
- package/clients/securityhub.d.ts +102 -15
- package/clients/sqs.d.ts +42 -42
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +10 -10
- package/dist/aws-sdk.js +162 -213
- package/dist/aws-sdk.min.js +30 -30
- package/lib/core.js +1 -1
- package/package.json +1 -1
    
        package/dist/aws-sdk.js
    CHANGED
    
    | @@ -1,4 +1,4 @@ | |
| 1 | 
            -
            // AWS SDK for JavaScript v2. | 
| 1 | 
            +
            // AWS SDK for JavaScript v2.1372.0
         | 
| 2 2 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 3 3 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 4 4 | 
             
            (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
         | 
| @@ -183494,7 +183494,7 @@ module.exports={ | |
| 183494 183494 | 
             
                      },
         | 
| 183495 183495 | 
             
                      "OutputFormat": {},
         | 
| 183496 183496 | 
             
                      "StatisticsConfigurations": {
         | 
| 183497 | 
            -
                        "shape": " | 
| 183497 | 
            +
                        "shape": "S4o"
         | 
| 183498 183498 | 
             
                      },
         | 
| 183499 183499 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 183500 183500 | 
             
                        "type": "boolean"
         | 
| @@ -183700,7 +183700,7 @@ module.exports={ | |
| 183700 183700 | 
             
                    "type": "structure",
         | 
| 183701 183701 | 
             
                    "members": {
         | 
| 183702 183702 | 
             
                      "Tags": {
         | 
| 183703 | 
            -
                        "shape": " | 
| 183703 | 
            +
                        "shape": "S5s"
         | 
| 183704 183704 | 
             
                      }
         | 
| 183705 183705 | 
             
                    }
         | 
| 183706 183706 | 
             
                  }
         | 
| @@ -183767,7 +183767,7 @@ module.exports={ | |
| 183767 183767 | 
             
                        "shape": "S1t"
         | 
| 183768 183768 | 
             
                      },
         | 
| 183769 183769 | 
             
                      "Tags": {
         | 
| 183770 | 
            -
                        "shape": " | 
| 183770 | 
            +
                        "shape": "S5s"
         | 
| 183771 183771 | 
             
                      },
         | 
| 183772 183772 | 
             
                      "ActionsSuppressor": {},
         | 
| 183773 183773 | 
             
                      "ActionsSuppressorWaitPeriod": {
         | 
| @@ -183820,7 +183820,7 @@ module.exports={ | |
| 183820 183820 | 
             
                      "RuleState": {},
         | 
| 183821 183821 | 
             
                      "RuleDefinition": {},
         | 
| 183822 183822 | 
             
                      "Tags": {
         | 
| 183823 | 
            -
                        "shape": " | 
| 183823 | 
            +
                        "shape": "S5s"
         | 
| 183824 183824 | 
             
                      }
         | 
| 183825 183825 | 
             
                    }
         | 
| 183826 183826 | 
             
                  },
         | 
| @@ -183849,7 +183849,7 @@ module.exports={ | |
| 183849 183849 | 
             
                            "TemplateName": {},
         | 
| 183850 183850 | 
             
                            "ResourceARN": {},
         | 
| 183851 183851 | 
             
                            "Tags": {
         | 
| 183852 | 
            -
                              "shape": " | 
| 183852 | 
            +
                              "shape": "S5s"
         | 
| 183853 183853 | 
             
                            }
         | 
| 183854 183854 | 
             
                          }
         | 
| 183855 183855 | 
             
                        }
         | 
| @@ -183916,7 +183916,7 @@ module.exports={ | |
| 183916 183916 | 
             
                        "shape": "Se"
         | 
| 183917 183917 | 
             
                      },
         | 
| 183918 183918 | 
             
                      "Tags": {
         | 
| 183919 | 
            -
                        "shape": " | 
| 183919 | 
            +
                        "shape": "S5s"
         | 
| 183920 183920 | 
             
                      },
         | 
| 183921 183921 | 
             
                      "ThresholdMetricId": {}
         | 
| 183922 183922 | 
             
                    }
         | 
| @@ -184015,10 +184015,10 @@ module.exports={ | |
| 184015 184015 | 
             
                      "RoleArn": {},
         | 
| 184016 184016 | 
             
                      "OutputFormat": {},
         | 
| 184017 184017 | 
             
                      "Tags": {
         | 
| 184018 | 
            -
                        "shape": " | 
| 184018 | 
            +
                        "shape": "S5s"
         | 
| 184019 184019 | 
             
                      },
         | 
| 184020 184020 | 
             
                      "StatisticsConfigurations": {
         | 
| 184021 | 
            -
                        "shape": " | 
| 184021 | 
            +
                        "shape": "S4o"
         | 
| 184022 184022 | 
             
                      },
         | 
| 184023 184023 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 184024 184024 | 
             
                        "type": "boolean"
         | 
| @@ -184057,7 +184057,7 @@ module.exports={ | |
| 184057 184057 | 
             
                    ],
         | 
| 184058 184058 | 
             
                    "members": {
         | 
| 184059 184059 | 
             
                      "Names": {
         | 
| 184060 | 
            -
                        "shape": " | 
| 184060 | 
            +
                        "shape": "S6n"
         | 
| 184061 184061 | 
             
                      }
         | 
| 184062 184062 | 
             
                    }
         | 
| 184063 184063 | 
             
                  },
         | 
| @@ -184075,7 +184075,7 @@ module.exports={ | |
| 184075 184075 | 
             
                    ],
         | 
| 184076 184076 | 
             
                    "members": {
         | 
| 184077 184077 | 
             
                      "Names": {
         | 
| 184078 | 
            -
                        "shape": " | 
| 184078 | 
            +
                        "shape": "S6n"
         | 
| 184079 184079 | 
             
                      }
         | 
| 184080 184080 | 
             
                    }
         | 
| 184081 184081 | 
             
                  },
         | 
| @@ -184095,7 +184095,7 @@ module.exports={ | |
| 184095 184095 | 
             
                    "members": {
         | 
| 184096 184096 | 
             
                      "ResourceARN": {},
         | 
| 184097 184097 | 
             
                      "Tags": {
         | 
| 184098 | 
            -
                        "shape": " | 
| 184098 | 
            +
                        "shape": "S5s"
         | 
| 184099 184099 | 
             
                      }
         | 
| 184100 184100 | 
             
                    }
         | 
| 184101 184101 | 
             
                  },
         | 
| @@ -184384,11 +184384,15 @@ module.exports={ | |
| 184384 184384 | 
             
                  "member": {
         | 
| 184385 184385 | 
             
                    "type": "structure",
         | 
| 184386 184386 | 
             
                    "members": {
         | 
| 184387 | 
            -
                      "Namespace": {}
         | 
| 184387 | 
            +
                      "Namespace": {},
         | 
| 184388 | 
            +
                      "MetricNames": {
         | 
| 184389 | 
            +
                        "type": "list",
         | 
| 184390 | 
            +
                        "member": {}
         | 
| 184391 | 
            +
                      }
         | 
| 184388 184392 | 
             
                    }
         | 
| 184389 184393 | 
             
                  }
         | 
| 184390 184394 | 
             
                },
         | 
| 184391 | 
            -
                " | 
| 184395 | 
            +
                "S4o": {
         | 
| 184392 184396 | 
             
                  "type": "list",
         | 
| 184393 184397 | 
             
                  "member": {
         | 
| 184394 184398 | 
             
                    "type": "structure",
         | 
| @@ -184418,7 +184422,7 @@ module.exports={ | |
| 184418 184422 | 
             
                    }
         | 
| 184419 184423 | 
             
                  }
         | 
| 184420 184424 | 
             
                },
         | 
| 184421 | 
            -
                " | 
| 184425 | 
            +
                "S5s": {
         | 
| 184422 184426 | 
             
                  "type": "list",
         | 
| 184423 184427 | 
             
                  "member": {
         | 
| 184424 184428 | 
             
                    "type": "structure",
         | 
| @@ -184432,7 +184436,7 @@ module.exports={ | |
| 184432 184436 | 
             
                    }
         | 
| 184433 184437 | 
             
                  }
         | 
| 184434 184438 | 
             
                },
         | 
| 184435 | 
            -
                " | 
| 184439 | 
            +
                "S6n": {
         | 
| 184436 184440 | 
             
                  "type": "list",
         | 
| 184437 184441 | 
             
                  "member": {}
         | 
| 184438 184442 | 
             
                }
         | 
| @@ -212943,7 +212947,7 @@ module.exports={ | |
| 212943 212947 | 
             
                        "type": "structure",
         | 
| 212944 212948 | 
             
                        "members": {
         | 
| 212945 212949 | 
             
                          "GeneralLabels": {
         | 
| 212946 | 
            -
                            "shape": " | 
| 212950 | 
            +
                            "shape": "S4t"
         | 
| 212947 212951 | 
             
                          },
         | 
| 212948 212952 | 
             
                          "ImageProperties": {
         | 
| 212949 212953 | 
             
                            "type": "structure",
         | 
| @@ -212963,7 +212967,7 @@ module.exports={ | |
| 212963 212967 | 
             
                      "Labels": {
         | 
| 212964 212968 | 
             
                        "type": "list",
         | 
| 212965 212969 | 
             
                        "member": {
         | 
| 212966 | 
            -
                          "shape": " | 
| 212970 | 
            +
                          "shape": "S50"
         | 
| 212967 212971 | 
             
                        }
         | 
| 212968 212972 | 
             
                      },
         | 
| 212969 212973 | 
             
                      "OrientationCorrection": {},
         | 
| @@ -212972,19 +212976,19 @@ module.exports={ | |
| 212972 212976 | 
             
                        "type": "structure",
         | 
| 212973 212977 | 
             
                        "members": {
         | 
| 212974 212978 | 
             
                          "Quality": {
         | 
| 212975 | 
            -
                            "shape": " | 
| 212979 | 
            +
                            "shape": "S5c"
         | 
| 212976 212980 | 
             
                          },
         | 
| 212977 212981 | 
             
                          "DominantColors": {
         | 
| 212978 | 
            -
                            "shape": " | 
| 212982 | 
            +
                            "shape": "S53"
         | 
| 212979 212983 | 
             
                          },
         | 
| 212980 212984 | 
             
                          "Foreground": {
         | 
| 212981 212985 | 
             
                            "type": "structure",
         | 
| 212982 212986 | 
             
                            "members": {
         | 
| 212983 212987 | 
             
                              "Quality": {
         | 
| 212984 | 
            -
                                "shape": " | 
| 212988 | 
            +
                                "shape": "S5c"
         | 
| 212985 212989 | 
             
                              },
         | 
| 212986 212990 | 
             
                              "DominantColors": {
         | 
| 212987 | 
            -
                                "shape": " | 
| 212991 | 
            +
                                "shape": "S53"
         | 
| 212988 212992 | 
             
                              }
         | 
| 212989 212993 | 
             
                            }
         | 
| 212990 212994 | 
             
                          },
         | 
| @@ -212992,10 +212996,10 @@ module.exports={ | |
| 212992 212996 | 
             
                            "type": "structure",
         | 
| 212993 212997 | 
             
                            "members": {
         | 
| 212994 212998 | 
             
                              "Quality": {
         | 
| 212995 | 
            -
                                "shape": " | 
| 212999 | 
            +
                                "shape": "S5c"
         | 
| 212996 213000 | 
             
                              },
         | 
| 212997 213001 | 
             
                              "DominantColors": {
         | 
| 212998 | 
            -
                                "shape": " | 
| 213002 | 
            +
                                "shape": "S53"
         | 
| 212999 213003 | 
             
                              }
         | 
| 213000 213004 | 
             
                            }
         | 
| 213001 213005 | 
             
                          }
         | 
| @@ -213045,7 +213049,7 @@ module.exports={ | |
| 213045 213049 | 
             
                      "ModerationLabels": {
         | 
| 213046 213050 | 
             
                        "type": "list",
         | 
| 213047 213051 | 
             
                        "member": {
         | 
| 213048 | 
            -
                          "shape": " | 
| 213052 | 
            +
                          "shape": "S5o"
         | 
| 213049 213053 | 
             
                        }
         | 
| 213050 213054 | 
             
                      },
         | 
| 213051 213055 | 
             
                      "ModerationModelVersion": {},
         | 
| @@ -213156,13 +213160,13 @@ module.exports={ | |
| 213156 213160 | 
             
                        "type": "structure",
         | 
| 213157 213161 | 
             
                        "members": {
         | 
| 213158 213162 | 
             
                          "PersonsWithRequiredEquipment": {
         | 
| 213159 | 
            -
                            "shape": " | 
| 213163 | 
            +
                            "shape": "S68"
         | 
| 213160 213164 | 
             
                          },
         | 
| 213161 213165 | 
             
                          "PersonsWithoutRequiredEquipment": {
         | 
| 213162 | 
            -
                            "shape": " | 
| 213166 | 
            +
                            "shape": "S68"
         | 
| 213163 213167 | 
             
                          },
         | 
| 213164 213168 | 
             
                          "PersonsIndeterminate": {
         | 
| 213165 | 
            -
                            "shape": " | 
| 213169 | 
            +
                            "shape": "S68"
         | 
| 213166 213170 | 
             
                          }
         | 
| 213167 213171 | 
             
                        }
         | 
| 213168 213172 | 
             
                      }
         | 
| @@ -213183,7 +213187,7 @@ module.exports={ | |
| 213183 213187 | 
             
                        "type": "structure",
         | 
| 213184 213188 | 
             
                        "members": {
         | 
| 213185 213189 | 
             
                          "WordFilter": {
         | 
| 213186 | 
            -
                            "shape": " | 
| 213190 | 
            +
                            "shape": "S6b"
         | 
| 213187 213191 | 
             
                          },
         | 
| 213188 213192 | 
             
                          "RegionsOfInterest": {
         | 
| 213189 213193 | 
             
                            "shape": "S2e"
         | 
| @@ -213198,7 +213202,7 @@ module.exports={ | |
| 213198 213202 | 
             
                      "TextDetections": {
         | 
| 213199 213203 | 
             
                        "type": "list",
         | 
| 213200 213204 | 
             
                        "member": {
         | 
| 213201 | 
            -
                          "shape": " | 
| 213205 | 
            +
                          "shape": "S6g"
         | 
| 213202 213206 | 
             
                        }
         | 
| 213203 213207 | 
             
                      },
         | 
| 213204 213208 | 
             
                      "TextModelVersion": {}
         | 
| @@ -213245,11 +213249,11 @@ module.exports={ | |
| 213245 213249 | 
             
                    "type": "structure",
         | 
| 213246 213250 | 
             
                    "members": {
         | 
| 213247 213251 | 
             
                      "Urls": {
         | 
| 213248 | 
            -
                        "shape": " | 
| 213252 | 
            +
                        "shape": "S6p"
         | 
| 213249 213253 | 
             
                      },
         | 
| 213250 213254 | 
             
                      "Name": {},
         | 
| 213251 213255 | 
             
                      "KnownGender": {
         | 
| 213252 | 
            -
                        "shape": " | 
| 213256 | 
            +
                        "shape": "S6r"
         | 
| 213253 213257 | 
             
                      }
         | 
| 213254 213258 | 
             
                    }
         | 
| 213255 213259 | 
             
                  }
         | 
| @@ -213275,7 +213279,7 @@ module.exports={ | |
| 213275 213279 | 
             
                      "JobStatus": {},
         | 
| 213276 213280 | 
             
                      "StatusMessage": {},
         | 
| 213277 213281 | 
             
                      "VideoMetadata": {
         | 
| 213278 | 
            -
                        "shape": " | 
| 213282 | 
            +
                        "shape": "S70"
         | 
| 213279 213283 | 
             
                      },
         | 
| 213280 213284 | 
             
                      "NextToken": {},
         | 
| 213281 213285 | 
             
                      "Celebrities": {
         | 
| @@ -213290,7 +213294,7 @@ module.exports={ | |
| 213290 213294 | 
             
                              "type": "structure",
         | 
| 213291 213295 | 
             
                              "members": {
         | 
| 213292 213296 | 
             
                                "Urls": {
         | 
| 213293 | 
            -
                                  "shape": " | 
| 213297 | 
            +
                                  "shape": "S6p"
         | 
| 213294 213298 | 
             
                                },
         | 
| 213295 213299 | 
             
                                "Name": {},
         | 
| 213296 213300 | 
             
                                "Id": {},
         | 
| @@ -213304,7 +213308,7 @@ module.exports={ | |
| 213304 213308 | 
             
                                  "shape": "S4e"
         | 
| 213305 213309 | 
             
                                },
         | 
| 213306 213310 | 
             
                                "KnownGender": {
         | 
| 213307 | 
            -
                                  "shape": " | 
| 213311 | 
            +
                                  "shape": "S6r"
         | 
| 213308 213312 | 
             
                                }
         | 
| 213309 213313 | 
             
                              }
         | 
| 213310 213314 | 
             
                            }
         | 
| @@ -213313,7 +213317,7 @@ module.exports={ | |
| 213313 213317 | 
             
                      },
         | 
| 213314 213318 | 
             
                      "JobId": {},
         | 
| 213315 213319 | 
             
                      "Video": {
         | 
| 213316 | 
            -
                        "shape": " | 
| 213320 | 
            +
                        "shape": "S76"
         | 
| 213317 213321 | 
             
                      },
         | 
| 213318 213322 | 
             
                      "JobTag": {}
         | 
| 213319 213323 | 
             
                    }
         | 
| @@ -213341,7 +213345,7 @@ module.exports={ | |
| 213341 213345 | 
             
                      "JobStatus": {},
         | 
| 213342 213346 | 
             
                      "StatusMessage": {},
         | 
| 213343 213347 | 
             
                      "VideoMetadata": {
         | 
| 213344 | 
            -
                        "shape": " | 
| 213348 | 
            +
                        "shape": "S70"
         | 
| 213345 213349 | 
             
                      },
         | 
| 213346 213350 | 
             
                      "ModerationLabels": {
         | 
| 213347 213351 | 
             
                        "type": "list",
         | 
| @@ -213352,7 +213356,7 @@ module.exports={ | |
| 213352 213356 | 
             
                              "type": "long"
         | 
| 213353 213357 | 
             
                            },
         | 
| 213354 213358 | 
             
                            "ModerationLabel": {
         | 
| 213355 | 
            -
                              "shape": " | 
| 213359 | 
            +
                              "shape": "S5o"
         | 
| 213356 213360 | 
             
                            },
         | 
| 213357 213361 | 
             
                            "StartTimestampMillis": {
         | 
| 213358 213362 | 
             
                              "type": "long"
         | 
| @@ -213370,7 +213374,7 @@ module.exports={ | |
| 213370 213374 | 
             
                      "ModerationModelVersion": {},
         | 
| 213371 213375 | 
             
                      "JobId": {},
         | 
| 213372 213376 | 
             
                      "Video": {
         | 
| 213373 | 
            -
                        "shape": " | 
| 213377 | 
            +
                        "shape": "S76"
         | 
| 213374 213378 | 
             
                      },
         | 
| 213375 213379 | 
             
                      "JobTag": {},
         | 
| 213376 213380 | 
             
                      "GetRequestMetadata": {
         | 
| @@ -213403,7 +213407,7 @@ module.exports={ | |
| 213403 213407 | 
             
                      "JobStatus": {},
         | 
| 213404 213408 | 
             
                      "StatusMessage": {},
         | 
| 213405 213409 | 
             
                      "VideoMetadata": {
         | 
| 213406 | 
            -
                        "shape": " | 
| 213410 | 
            +
                        "shape": "S70"
         | 
| 213407 213411 | 
             
                      },
         | 
| 213408 213412 | 
             
                      "NextToken": {},
         | 
| 213409 213413 | 
             
                      "Faces": {
         | 
| @@ -213422,7 +213426,7 @@ module.exports={ | |
| 213422 213426 | 
             
                      },
         | 
| 213423 213427 | 
             
                      "JobId": {},
         | 
| 213424 213428 | 
             
                      "Video": {
         | 
| 213425 | 
            -
                        "shape": " | 
| 213429 | 
            +
                        "shape": "S76"
         | 
| 213426 213430 | 
             
                      },
         | 
| 213427 213431 | 
             
                      "JobTag": {}
         | 
| 213428 213432 | 
             
                    }
         | 
| @@ -213451,12 +213455,12 @@ module.exports={ | |
| 213451 213455 | 
             
                        "type": "float"
         | 
| 213452 213456 | 
             
                      },
         | 
| 213453 213457 | 
             
                      "ReferenceImage": {
         | 
| 213454 | 
            -
                        "shape": " | 
| 213458 | 
            +
                        "shape": "S7m"
         | 
| 213455 213459 | 
             
                      },
         | 
| 213456 213460 | 
             
                      "AuditImages": {
         | 
| 213457 213461 | 
             
                        "type": "list",
         | 
| 213458 213462 | 
             
                        "member": {
         | 
| 213459 | 
            -
                          "shape": " | 
| 213463 | 
            +
                          "shape": "S7m"
         | 
| 213460 213464 | 
             
                        }
         | 
| 213461 213465 | 
             
                      }
         | 
| 213462 213466 | 
             
                    }
         | 
| @@ -213484,7 +213488,7 @@ module.exports={ | |
| 213484 213488 | 
             
                      "StatusMessage": {},
         | 
| 213485 213489 | 
             
                      "NextToken": {},
         | 
| 213486 213490 | 
             
                      "VideoMetadata": {
         | 
| 213487 | 
            -
                        "shape": " | 
| 213491 | 
            +
                        "shape": "S70"
         | 
| 213488 213492 | 
             
                      },
         | 
| 213489 213493 | 
             
                      "Persons": {
         | 
| 213490 213494 | 
             
                        "type": "list",
         | 
| @@ -213495,17 +213499,17 @@ module.exports={ | |
| 213495 213499 | 
             
                              "type": "long"
         | 
| 213496 213500 | 
             
                            },
         | 
| 213497 213501 | 
             
                            "Person": {
         | 
| 213498 | 
            -
                              "shape": " | 
| 213502 | 
            +
                              "shape": "S7u"
         | 
| 213499 213503 | 
             
                            },
         | 
| 213500 213504 | 
             
                            "FaceMatches": {
         | 
| 213501 | 
            -
                              "shape": " | 
| 213505 | 
            +
                              "shape": "S7w"
         | 
| 213502 213506 | 
             
                            }
         | 
| 213503 213507 | 
             
                          }
         | 
| 213504 213508 | 
             
                        }
         | 
| 213505 213509 | 
             
                      },
         | 
| 213506 213510 | 
             
                      "JobId": {},
         | 
| 213507 213511 | 
             
                      "Video": {
         | 
| 213508 | 
            -
                        "shape": " | 
| 213512 | 
            +
                        "shape": "S76"
         | 
| 213509 213513 | 
             
                      },
         | 
| 213510 213514 | 
             
                      "JobTag": {}
         | 
| 213511 213515 | 
             
                    }
         | 
| @@ -213533,7 +213537,7 @@ module.exports={ | |
| 213533 213537 | 
             
                      "JobStatus": {},
         | 
| 213534 213538 | 
             
                      "StatusMessage": {},
         | 
| 213535 213539 | 
             
                      "VideoMetadata": {
         | 
| 213536 | 
            -
                        "shape": " | 
| 213540 | 
            +
                        "shape": "S70"
         | 
| 213537 213541 | 
             
                      },
         | 
| 213538 213542 | 
             
                      "NextToken": {},
         | 
| 213539 213543 | 
             
                      "Labels": {
         | 
| @@ -213545,7 +213549,7 @@ module.exports={ | |
| 213545 213549 | 
             
                              "type": "long"
         | 
| 213546 213550 | 
             
                            },
         | 
| 213547 213551 | 
             
                            "Label": {
         | 
| 213548 | 
            -
                              "shape": " | 
| 213552 | 
            +
                              "shape": "S50"
         | 
| 213549 213553 | 
             
                            },
         | 
| 213550 213554 | 
             
                            "StartTimestampMillis": {
         | 
| 213551 213555 | 
             
                              "type": "long"
         | 
| @@ -213562,7 +213566,7 @@ module.exports={ | |
| 213562 213566 | 
             
                      "LabelModelVersion": {},
         | 
| 213563 213567 | 
             
                      "JobId": {},
         | 
| 213564 213568 | 
             
                      "Video": {
         | 
| 213565 | 
            -
                        "shape": " | 
| 213569 | 
            +
                        "shape": "S76"
         | 
| 213566 213570 | 
             
                      },
         | 
| 213567 213571 | 
             
                      "JobTag": {},
         | 
| 213568 213572 | 
             
                      "GetRequestMetadata": {
         | 
| @@ -213596,7 +213600,7 @@ module.exports={ | |
| 213596 213600 | 
             
                      "JobStatus": {},
         | 
| 213597 213601 | 
             
                      "StatusMessage": {},
         | 
| 213598 213602 | 
             
                      "VideoMetadata": {
         | 
| 213599 | 
            -
                        "shape": " | 
| 213603 | 
            +
                        "shape": "S70"
         | 
| 213600 213604 | 
             
                      },
         | 
| 213601 213605 | 
             
                      "NextToken": {},
         | 
| 213602 213606 | 
             
                      "Persons": {
         | 
| @@ -213608,14 +213612,14 @@ module.exports={ | |
| 213608 213612 | 
             
                              "type": "long"
         | 
| 213609 213613 | 
             
                            },
         | 
| 213610 213614 | 
             
                            "Person": {
         | 
| 213611 | 
            -
                              "shape": " | 
| 213615 | 
            +
                              "shape": "S7u"
         | 
| 213612 213616 | 
             
                            }
         | 
| 213613 213617 | 
             
                          }
         | 
| 213614 213618 | 
             
                        }
         | 
| 213615 213619 | 
             
                      },
         | 
| 213616 213620 | 
             
                      "JobId": {},
         | 
| 213617 213621 | 
             
                      "Video": {
         | 
| 213618 | 
            -
                        "shape": " | 
| 213622 | 
            +
                        "shape": "S76"
         | 
| 213619 213623 | 
             
                      },
         | 
| 213620 213624 | 
             
                      "JobTag": {}
         | 
| 213621 213625 | 
             
                    }
         | 
| @@ -213643,7 +213647,7 @@ module.exports={ | |
| 213643 213647 | 
             
                      "VideoMetadata": {
         | 
| 213644 213648 | 
             
                        "type": "list",
         | 
| 213645 213649 | 
             
                        "member": {
         | 
| 213646 | 
            -
                          "shape": " | 
| 213650 | 
            +
                          "shape": "S70"
         | 
| 213647 213651 | 
             
                        }
         | 
| 213648 213652 | 
             
                      },
         | 
| 213649 213653 | 
             
                      "AudioMetadata": {
         | 
| @@ -213727,7 +213731,7 @@ module.exports={ | |
| 213727 213731 | 
             
                      },
         | 
| 213728 213732 | 
             
                      "JobId": {},
         | 
| 213729 213733 | 
             
                      "Video": {
         | 
| 213730 | 
            -
                        "shape": " | 
| 213734 | 
            +
                        "shape": "S76"
         | 
| 213731 213735 | 
             
                      },
         | 
| 213732 213736 | 
             
                      "JobTag": {}
         | 
| 213733 213737 | 
             
                    }
         | 
| @@ -213753,7 +213757,7 @@ module.exports={ | |
| 213753 213757 | 
             
                      "JobStatus": {},
         | 
| 213754 213758 | 
             
                      "StatusMessage": {},
         | 
| 213755 213759 | 
             
                      "VideoMetadata": {
         | 
| 213756 | 
            -
                        "shape": " | 
| 213760 | 
            +
                        "shape": "S70"
         | 
| 213757 213761 | 
             
                      },
         | 
| 213758 213762 | 
             
                      "TextDetections": {
         | 
| 213759 213763 | 
             
                        "type": "list",
         | 
| @@ -213764,7 +213768,7 @@ module.exports={ | |
| 213764 213768 | 
             
                              "type": "long"
         | 
| 213765 213769 | 
             
                            },
         | 
| 213766 213770 | 
             
                            "TextDetection": {
         | 
| 213767 | 
            -
                              "shape": " | 
| 213771 | 
            +
                              "shape": "S6g"
         | 
| 213768 213772 | 
             
                            }
         | 
| 213769 213773 | 
             
                          }
         | 
| 213770 213774 | 
             
                        }
         | 
| @@ -213773,7 +213777,7 @@ module.exports={ | |
| 213773 213777 | 
             
                      "TextModelVersion": {},
         | 
| 213774 213778 | 
             
                      "JobId": {},
         | 
| 213775 213779 | 
             
                      "Video": {
         | 
| 213776 | 
            -
                        "shape": " | 
| 213780 | 
            +
                        "shape": "S76"
         | 
| 213777 213781 | 
             
                      },
         | 
| 213778 213782 | 
             
                      "JobTag": {}
         | 
| 213779 213783 | 
             
                    }
         | 
| @@ -213810,7 +213814,7 @@ module.exports={ | |
| 213810 213814 | 
             
                          "type": "structure",
         | 
| 213811 213815 | 
             
                          "members": {
         | 
| 213812 213816 | 
             
                            "Face": {
         | 
| 213813 | 
            -
                              "shape": " | 
| 213817 | 
            +
                              "shape": "S7y"
         | 
| 213814 213818 | 
             
                            },
         | 
| 213815 213819 | 
             
                            "FaceDetail": {
         | 
| 213816 213820 | 
             
                              "shape": "S4e"
         | 
| @@ -213960,7 +213964,7 @@ module.exports={ | |
| 213960 213964 | 
             
                      "Faces": {
         | 
| 213961 213965 | 
             
                        "type": "list",
         | 
| 213962 213966 | 
             
                        "member": {
         | 
| 213963 | 
            -
                          "shape": " | 
| 213967 | 
            +
                          "shape": "S7y"
         | 
| 213964 213968 | 
             
                        }
         | 
| 213965 213969 | 
             
                      },
         | 
| 213966 213970 | 
             
                      "NextToken": {},
         | 
| @@ -214096,7 +214100,7 @@ module.exports={ | |
| 214096 214100 | 
             
                          "type": "structure",
         | 
| 214097 214101 | 
             
                          "members": {
         | 
| 214098 214102 | 
             
                            "Urls": {
         | 
| 214099 | 
            -
                              "shape": " | 
| 214103 | 
            +
                              "shape": "S6p"
         | 
| 214100 214104 | 
             
                            },
         | 
| 214101 214105 | 
             
                            "Name": {},
         | 
| 214102 214106 | 
             
                            "Id": {},
         | 
| @@ -214107,7 +214111,7 @@ module.exports={ | |
| 214107 214111 | 
             
                              "type": "float"
         | 
| 214108 214112 | 
             
                            },
         | 
| 214109 214113 | 
             
                            "KnownGender": {
         | 
| 214110 | 
            -
                              "shape": " | 
| 214114 | 
            +
                              "shape": "S6r"
         | 
| 214111 214115 | 
             
                            }
         | 
| 214112 214116 | 
             
                          }
         | 
| 214113 214117 | 
             
                        }
         | 
| @@ -214145,7 +214149,7 @@ module.exports={ | |
| 214145 214149 | 
             
                    "members": {
         | 
| 214146 214150 | 
             
                      "SearchedFaceId": {},
         | 
| 214147 214151 | 
             
                      "FaceMatches": {
         | 
| 214148 | 
            -
                        "shape": " | 
| 214152 | 
            +
                        "shape": "S7w"
         | 
| 214149 214153 | 
             
                      },
         | 
| 214150 214154 | 
             
                      "FaceModelVersion": {}
         | 
| 214151 214155 | 
             
                    }
         | 
| @@ -214182,7 +214186,7 @@ module.exports={ | |
| 214182 214186 | 
             
                        "type": "float"
         | 
| 214183 214187 | 
             
                      },
         | 
| 214184 214188 | 
             
                      "FaceMatches": {
         | 
| 214185 | 
            -
                        "shape": " | 
| 214189 | 
            +
                        "shape": "S7w"
         | 
| 214186 214190 | 
             
                      },
         | 
| 214187 214191 | 
             
                      "FaceModelVersion": {}
         | 
| 214188 214192 | 
             
                    }
         | 
| @@ -214196,11 +214200,11 @@ module.exports={ | |
| 214196 214200 | 
             
                    ],
         | 
| 214197 214201 | 
             
                    "members": {
         | 
| 214198 214202 | 
             
                      "Video": {
         | 
| 214199 | 
            -
                        "shape": " | 
| 214203 | 
            +
                        "shape": "S76"
         | 
| 214200 214204 | 
             
                      },
         | 
| 214201 214205 | 
             
                      "ClientRequestToken": {},
         | 
| 214202 214206 | 
             
                      "NotificationChannel": {
         | 
| 214203 | 
            -
                        "shape": " | 
| 214207 | 
            +
                        "shape": "Sak"
         | 
| 214204 214208 | 
             
                      },
         | 
| 214205 214209 | 
             
                      "JobTag": {}
         | 
| 214206 214210 | 
             
                    }
         | 
| @@ -214221,14 +214225,14 @@ module.exports={ | |
| 214221 214225 | 
             
                    ],
         | 
| 214222 214226 | 
             
                    "members": {
         | 
| 214223 214227 | 
             
                      "Video": {
         | 
| 214224 | 
            -
                        "shape": " | 
| 214228 | 
            +
                        "shape": "S76"
         | 
| 214225 214229 | 
             
                      },
         | 
| 214226 214230 | 
             
                      "MinConfidence": {
         | 
| 214227 214231 | 
             
                        "type": "float"
         | 
| 214228 214232 | 
             
                      },
         | 
| 214229 214233 | 
             
                      "ClientRequestToken": {},
         | 
| 214230 214234 | 
             
                      "NotificationChannel": {
         | 
| 214231 | 
            -
                        "shape": " | 
| 214235 | 
            +
                        "shape": "Sak"
         | 
| 214232 214236 | 
             
                      },
         | 
| 214233 214237 | 
             
                      "JobTag": {}
         | 
| 214234 214238 | 
             
                    }
         | 
| @@ -214249,11 +214253,11 @@ module.exports={ | |
| 214249 214253 | 
             
                    ],
         | 
| 214250 214254 | 
             
                    "members": {
         | 
| 214251 214255 | 
             
                      "Video": {
         | 
| 214252 | 
            -
                        "shape": " | 
| 214256 | 
            +
                        "shape": "S76"
         | 
| 214253 214257 | 
             
                      },
         | 
| 214254 214258 | 
             
                      "ClientRequestToken": {},
         | 
| 214255 214259 | 
             
                      "NotificationChannel": {
         | 
| 214256 | 
            -
                        "shape": " | 
| 214260 | 
            +
                        "shape": "Sak"
         | 
| 214257 214261 | 
             
                      },
         | 
| 214258 214262 | 
             
                      "FaceAttributes": {},
         | 
| 214259 214263 | 
             
                      "JobTag": {}
         | 
| @@ -214276,7 +214280,7 @@ module.exports={ | |
| 214276 214280 | 
             
                    ],
         | 
| 214277 214281 | 
             
                    "members": {
         | 
| 214278 214282 | 
             
                      "Video": {
         | 
| 214279 | 
            -
                        "shape": " | 
| 214283 | 
            +
                        "shape": "S76"
         | 
| 214280 214284 | 
             
                      },
         | 
| 214281 214285 | 
             
                      "ClientRequestToken": {},
         | 
| 214282 214286 | 
             
                      "FaceMatchThreshold": {
         | 
| @@ -214284,7 +214288,7 @@ module.exports={ | |
| 214284 214288 | 
             
                      },
         | 
| 214285 214289 | 
             
                      "CollectionId": {},
         | 
| 214286 214290 | 
             
                      "NotificationChannel": {
         | 
| 214287 | 
            -
                        "shape": " | 
| 214291 | 
            +
                        "shape": "Sak"
         | 
| 214288 214292 | 
             
                      },
         | 
| 214289 214293 | 
             
                      "JobTag": {}
         | 
| 214290 214294 | 
             
                    }
         | 
| @@ -214305,14 +214309,14 @@ module.exports={ | |
| 214305 214309 | 
             
                    ],
         | 
| 214306 214310 | 
             
                    "members": {
         | 
| 214307 214311 | 
             
                      "Video": {
         | 
| 214308 | 
            -
                        "shape": " | 
| 214312 | 
            +
                        "shape": "S76"
         | 
| 214309 214313 | 
             
                      },
         | 
| 214310 214314 | 
             
                      "ClientRequestToken": {},
         | 
| 214311 214315 | 
             
                      "MinConfidence": {
         | 
| 214312 214316 | 
             
                        "type": "float"
         | 
| 214313 214317 | 
             
                      },
         | 
| 214314 214318 | 
             
                      "NotificationChannel": {
         | 
| 214315 | 
            -
                        "shape": " | 
| 214319 | 
            +
                        "shape": "Sak"
         | 
| 214316 214320 | 
             
                      },
         | 
| 214317 214321 | 
             
                      "JobTag": {},
         | 
| 214318 214322 | 
             
                      "Features": {
         | 
| @@ -214323,7 +214327,7 @@ module.exports={ | |
| 214323 214327 | 
             
                        "type": "structure",
         | 
| 214324 214328 | 
             
                        "members": {
         | 
| 214325 214329 | 
             
                          "GeneralLabels": {
         | 
| 214326 | 
            -
                            "shape": " | 
| 214330 | 
            +
                            "shape": "S4t"
         | 
| 214327 214331 | 
             
                          }
         | 
| 214328 214332 | 
             
                        }
         | 
| 214329 214333 | 
             
                      }
         | 
| @@ -214345,11 +214349,11 @@ module.exports={ | |
| 214345 214349 | 
             
                    ],
         | 
| 214346 214350 | 
             
                    "members": {
         | 
| 214347 214351 | 
             
                      "Video": {
         | 
| 214348 | 
            -
                        "shape": " | 
| 214352 | 
            +
                        "shape": "S76"
         | 
| 214349 214353 | 
             
                      },
         | 
| 214350 214354 | 
             
                      "ClientRequestToken": {},
         | 
| 214351 214355 | 
             
                      "NotificationChannel": {
         | 
| 214352 | 
            -
                        "shape": " | 
| 214356 | 
            +
                        "shape": "Sak"
         | 
| 214353 214357 | 
             
                      },
         | 
| 214354 214358 | 
             
                      "JobTag": {}
         | 
| 214355 214359 | 
             
                    }
         | 
| @@ -214395,11 +214399,11 @@ module.exports={ | |
| 214395 214399 | 
             
                    ],
         | 
| 214396 214400 | 
             
                    "members": {
         | 
| 214397 214401 | 
             
                      "Video": {
         | 
| 214398 | 
            -
                        "shape": " | 
| 214402 | 
            +
                        "shape": "S76"
         | 
| 214399 214403 | 
             
                      },
         | 
| 214400 214404 | 
             
                      "ClientRequestToken": {},
         | 
| 214401 214405 | 
             
                      "NotificationChannel": {
         | 
| 214402 | 
            -
                        "shape": " | 
| 214406 | 
            +
                        "shape": "Sak"
         | 
| 214403 214407 | 
             
                      },
         | 
| 214404 214408 | 
             
                      "JobTag": {},
         | 
| 214405 214409 | 
             
                      "Filters": {
         | 
| @@ -214495,18 +214499,18 @@ module.exports={ | |
| 214495 214499 | 
             
                    ],
         | 
| 214496 214500 | 
             
                    "members": {
         | 
| 214497 214501 | 
             
                      "Video": {
         | 
| 214498 | 
            -
                        "shape": " | 
| 214502 | 
            +
                        "shape": "S76"
         | 
| 214499 214503 | 
             
                      },
         | 
| 214500 214504 | 
             
                      "ClientRequestToken": {},
         | 
| 214501 214505 | 
             
                      "NotificationChannel": {
         | 
| 214502 | 
            -
                        "shape": " | 
| 214506 | 
            +
                        "shape": "Sak"
         | 
| 214503 214507 | 
             
                      },
         | 
| 214504 214508 | 
             
                      "JobTag": {},
         | 
| 214505 214509 | 
             
                      "Filters": {
         | 
| 214506 214510 | 
             
                        "type": "structure",
         | 
| 214507 214511 | 
             
                        "members": {
         | 
| 214508 214512 | 
             
                          "WordFilter": {
         | 
| 214509 | 
            -
                            "shape": " | 
| 214513 | 
            +
                            "shape": "S6b"
         | 
| 214510 214514 | 
             
                          },
         | 
| 214511 214515 | 
             
                          "RegionsOfInterest": {
         | 
| 214512 214516 | 
             
                            "shape": "S2e"
         | 
| @@ -215084,31 +215088,42 @@ module.exports={ | |
| 215084 215088 | 
             
                    },
         | 
| 215085 215089 | 
             
                    "Confidence": {
         | 
| 215086 215090 | 
             
                      "type": "float"
         | 
| 215091 | 
            +
                    },
         | 
| 215092 | 
            +
                    "FaceOccluded": {
         | 
| 215093 | 
            +
                      "type": "structure",
         | 
| 215094 | 
            +
                      "members": {
         | 
| 215095 | 
            +
                        "Value": {
         | 
| 215096 | 
            +
                          "type": "boolean"
         | 
| 215097 | 
            +
                        },
         | 
| 215098 | 
            +
                        "Confidence": {
         | 
| 215099 | 
            +
                          "type": "float"
         | 
| 215100 | 
            +
                        }
         | 
| 215101 | 
            +
                      }
         | 
| 215087 215102 | 
             
                    }
         | 
| 215088 215103 | 
             
                  }
         | 
| 215089 215104 | 
             
                },
         | 
| 215090 | 
            -
                " | 
| 215105 | 
            +
                "S4t": {
         | 
| 215091 215106 | 
             
                  "type": "structure",
         | 
| 215092 215107 | 
             
                  "members": {
         | 
| 215093 215108 | 
             
                    "LabelInclusionFilters": {
         | 
| 215094 | 
            -
                      "shape": " | 
| 215109 | 
            +
                      "shape": "S4u"
         | 
| 215095 215110 | 
             
                    },
         | 
| 215096 215111 | 
             
                    "LabelExclusionFilters": {
         | 
| 215097 | 
            -
                      "shape": " | 
| 215112 | 
            +
                      "shape": "S4u"
         | 
| 215098 215113 | 
             
                    },
         | 
| 215099 215114 | 
             
                    "LabelCategoryInclusionFilters": {
         | 
| 215100 | 
            -
                      "shape": " | 
| 215115 | 
            +
                      "shape": "S4u"
         | 
| 215101 215116 | 
             
                    },
         | 
| 215102 215117 | 
             
                    "LabelCategoryExclusionFilters": {
         | 
| 215103 | 
            -
                      "shape": " | 
| 215118 | 
            +
                      "shape": "S4u"
         | 
| 215104 215119 | 
             
                    }
         | 
| 215105 215120 | 
             
                  }
         | 
| 215106 215121 | 
             
                },
         | 
| 215107 | 
            -
                " | 
| 215122 | 
            +
                "S4u": {
         | 
| 215108 215123 | 
             
                  "type": "list",
         | 
| 215109 215124 | 
             
                  "member": {}
         | 
| 215110 215125 | 
             
                },
         | 
| 215111 | 
            -
                " | 
| 215126 | 
            +
                "S50": {
         | 
| 215112 215127 | 
             
                  "type": "structure",
         | 
| 215113 215128 | 
             
                  "members": {
         | 
| 215114 215129 | 
             
                    "Name": {},
         | 
| @@ -215127,7 +215142,7 @@ module.exports={ | |
| 215127 215142 | 
             
                            "type": "float"
         | 
| 215128 215143 | 
             
                          },
         | 
| 215129 215144 | 
             
                          "DominantColors": {
         | 
| 215130 | 
            -
                            "shape": " | 
| 215145 | 
            +
                            "shape": "S53"
         | 
| 215131 215146 | 
             
                          }
         | 
| 215132 215147 | 
             
                        }
         | 
| 215133 215148 | 
             
                      }
         | 
| @@ -215161,7 +215176,7 @@ module.exports={ | |
| 215161 215176 | 
             
                    }
         | 
| 215162 215177 | 
             
                  }
         | 
| 215163 215178 | 
             
                },
         | 
| 215164 | 
            -
                " | 
| 215179 | 
            +
                "S53": {
         | 
| 215165 215180 | 
             
                  "type": "list",
         | 
| 215166 215181 | 
             
                  "member": {
         | 
| 215167 215182 | 
             
                    "type": "structure",
         | 
| @@ -215184,7 +215199,7 @@ module.exports={ | |
| 215184 215199 | 
             
                    }
         | 
| 215185 215200 | 
             
                  }
         | 
| 215186 215201 | 
             
                },
         | 
| 215187 | 
            -
                " | 
| 215202 | 
            +
                "S5c": {
         | 
| 215188 215203 | 
             
                  "type": "structure",
         | 
| 215189 215204 | 
             
                  "members": {
         | 
| 215190 215205 | 
             
                    "Brightness": {
         | 
| @@ -215198,7 +215213,7 @@ module.exports={ | |
| 215198 215213 | 
             
                    }
         | 
| 215199 215214 | 
             
                  }
         | 
| 215200 215215 | 
             
                },
         | 
| 215201 | 
            -
                " | 
| 215216 | 
            +
                "S5o": {
         | 
| 215202 215217 | 
             
                  "type": "structure",
         | 
| 215203 215218 | 
             
                  "members": {
         | 
| 215204 215219 | 
             
                    "Confidence": {
         | 
| @@ -215208,13 +215223,13 @@ module.exports={ | |
| 215208 215223 | 
             
                    "ParentName": {}
         | 
| 215209 215224 | 
             
                  }
         | 
| 215210 215225 | 
             
                },
         | 
| 215211 | 
            -
                " | 
| 215226 | 
            +
                "S68": {
         | 
| 215212 215227 | 
             
                  "type": "list",
         | 
| 215213 215228 | 
             
                  "member": {
         | 
| 215214 215229 | 
             
                    "type": "integer"
         | 
| 215215 215230 | 
             
                  }
         | 
| 215216 215231 | 
             
                },
         | 
| 215217 | 
            -
                " | 
| 215232 | 
            +
                "S6b": {
         | 
| 215218 215233 | 
             
                  "type": "structure",
         | 
| 215219 215234 | 
             
                  "members": {
         | 
| 215220 215235 | 
             
                    "MinConfidence": {
         | 
| @@ -215228,7 +215243,7 @@ module.exports={ | |
| 215228 215243 | 
             
                    }
         | 
| 215229 215244 | 
             
                  }
         | 
| 215230 215245 | 
             
                },
         | 
| 215231 | 
            -
                " | 
| 215246 | 
            +
                "S6g": {
         | 
| 215232 215247 | 
             
                  "type": "structure",
         | 
| 215233 215248 | 
             
                  "members": {
         | 
| 215234 215249 | 
             
                    "DetectedText": {},
         | 
| @@ -215247,17 +215262,17 @@ module.exports={ | |
| 215247 215262 | 
             
                    }
         | 
| 215248 215263 | 
             
                  }
         | 
| 215249 215264 | 
             
                },
         | 
| 215250 | 
            -
                " | 
| 215265 | 
            +
                "S6p": {
         | 
| 215251 215266 | 
             
                  "type": "list",
         | 
| 215252 215267 | 
             
                  "member": {}
         | 
| 215253 215268 | 
             
                },
         | 
| 215254 | 
            -
                " | 
| 215269 | 
            +
                "S6r": {
         | 
| 215255 215270 | 
             
                  "type": "structure",
         | 
| 215256 215271 | 
             
                  "members": {
         | 
| 215257 215272 | 
             
                    "Type": {}
         | 
| 215258 215273 | 
             
                  }
         | 
| 215259 215274 | 
             
                },
         | 
| 215260 | 
            -
                " | 
| 215275 | 
            +
                "S70": {
         | 
| 215261 215276 | 
             
                  "type": "structure",
         | 
| 215262 215277 | 
             
                  "members": {
         | 
| 215263 215278 | 
             
                    "Codec": {},
         | 
| @@ -215277,7 +215292,7 @@ module.exports={ | |
| 215277 215292 | 
             
                    "ColorRange": {}
         | 
| 215278 215293 | 
             
                  }
         | 
| 215279 215294 | 
             
                },
         | 
| 215280 | 
            -
                " | 
| 215295 | 
            +
                "S76": {
         | 
| 215281 215296 | 
             
                  "type": "structure",
         | 
| 215282 215297 | 
             
                  "members": {
         | 
| 215283 215298 | 
             
                    "S3Object": {
         | 
| @@ -215285,7 +215300,7 @@ module.exports={ | |
| 215285 215300 | 
             
                    }
         | 
| 215286 215301 | 
             
                  }
         | 
| 215287 215302 | 
             
                },
         | 
| 215288 | 
            -
                " | 
| 215303 | 
            +
                "S7m": {
         | 
| 215289 215304 | 
             
                  "type": "structure",
         | 
| 215290 215305 | 
             
                  "members": {
         | 
| 215291 215306 | 
             
                    "Bytes": {
         | 
| @@ -215300,7 +215315,7 @@ module.exports={ | |
| 215300 215315 | 
             
                    }
         | 
| 215301 215316 | 
             
                  }
         | 
| 215302 215317 | 
             
                },
         | 
| 215303 | 
            -
                " | 
| 215318 | 
            +
                "S7u": {
         | 
| 215304 215319 | 
             
                  "type": "structure",
         | 
| 215305 215320 | 
             
                  "members": {
         | 
| 215306 215321 | 
             
                    "Index": {
         | 
| @@ -215314,7 +215329,7 @@ module.exports={ | |
| 215314 215329 | 
             
                    }
         | 
| 215315 215330 | 
             
                  }
         | 
| 215316 215331 | 
             
                },
         | 
| 215317 | 
            -
                " | 
| 215332 | 
            +
                "S7w": {
         | 
| 215318 215333 | 
             
                  "type": "list",
         | 
| 215319 215334 | 
             
                  "member": {
         | 
| 215320 215335 | 
             
                    "type": "structure",
         | 
| @@ -215323,12 +215338,12 @@ module.exports={ | |
| 215323 215338 | 
             
                        "type": "float"
         | 
| 215324 215339 | 
             
                      },
         | 
| 215325 215340 | 
             
                      "Face": {
         | 
| 215326 | 
            -
                        "shape": " | 
| 215341 | 
            +
                        "shape": "S7y"
         | 
| 215327 215342 | 
             
                      }
         | 
| 215328 215343 | 
             
                    }
         | 
| 215329 215344 | 
             
                  }
         | 
| 215330 215345 | 
             
                },
         | 
| 215331 | 
            -
                " | 
| 215346 | 
            +
                "S7y": {
         | 
| 215332 215347 | 
             
                  "type": "structure",
         | 
| 215333 215348 | 
             
                  "members": {
         | 
| 215334 215349 | 
             
                    "FaceId": {},
         | 
| @@ -215343,7 +215358,7 @@ module.exports={ | |
| 215343 215358 | 
             
                    "IndexFacesModelVersion": {}
         | 
| 215344 215359 | 
             
                  }
         | 
| 215345 215360 | 
             
                },
         | 
| 215346 | 
            -
                " | 
| 215361 | 
            +
                "Sak": {
         | 
| 215347 215362 | 
             
                  "type": "structure",
         | 
| 215348 215363 | 
             
                  "required": [
         | 
| 215349 215364 | 
             
                    "SNSTopicArn",
         | 
| @@ -234213,14 +234228,16 @@ module.exports={ | |
| 234213 234228 | 
             
              "version": "2.0",
         | 
| 234214 234229 | 
             
              "metadata": {
         | 
| 234215 234230 | 
             
                "apiVersion": "2012-11-05",
         | 
| 234231 | 
            +
                "awsQueryCompatible": {},
         | 
| 234216 234232 | 
             
                "endpointPrefix": "sqs",
         | 
| 234217 | 
            -
                " | 
| 234233 | 
            +
                "jsonVersion": "1.0",
         | 
| 234234 | 
            +
                "protocol": "json",
         | 
| 234218 234235 | 
             
                "serviceAbbreviation": "Amazon SQS",
         | 
| 234219 234236 | 
             
                "serviceFullName": "Amazon Simple Queue Service",
         | 
| 234220 234237 | 
             
                "serviceId": "SQS",
         | 
| 234221 234238 | 
             
                "signatureVersion": "v4",
         | 
| 234222 | 
            -
                " | 
| 234223 | 
            -
                " | 
| 234239 | 
            +
                "targetPrefix": "AmazonSQS",
         | 
| 234240 | 
            +
                "uid": "sqs-2012-11-05"
         | 
| 234224 234241 | 
             
              },
         | 
| 234225 234242 | 
             
              "operations": {
         | 
| 234226 234243 | 
             
                "AddPermission": {
         | 
| @@ -234237,16 +234254,12 @@ module.exports={ | |
| 234237 234254 | 
             
                      "Label": {},
         | 
| 234238 234255 | 
             
                      "AWSAccountIds": {
         | 
| 234239 234256 | 
             
                        "type": "list",
         | 
| 234240 | 
            -
                        "member": {
         | 
| 234241 | 
            -
                          "locationName": "AWSAccountId"
         | 
| 234242 | 
            -
                        },
         | 
| 234257 | 
            +
                        "member": {},
         | 
| 234243 234258 | 
             
                        "flattened": true
         | 
| 234244 234259 | 
             
                      },
         | 
| 234245 234260 | 
             
                      "Actions": {
         | 
| 234246 234261 | 
             
                        "type": "list",
         | 
| 234247 | 
            -
                        "member": {
         | 
| 234248 | 
            -
                          "locationName": "ActionName"
         | 
| 234249 | 
            -
                        },
         | 
| 234262 | 
            +
                        "member": {},
         | 
| 234250 234263 | 
             
                        "flattened": true
         | 
| 234251 234264 | 
             
                      }
         | 
| 234252 234265 | 
             
                    }
         | 
| @@ -234281,7 +234294,6 @@ module.exports={ | |
| 234281 234294 | 
             
                      "Entries": {
         | 
| 234282 234295 | 
             
                        "type": "list",
         | 
| 234283 234296 | 
             
                        "member": {
         | 
| 234284 | 
            -
                          "locationName": "ChangeMessageVisibilityBatchRequestEntry",
         | 
| 234285 234297 | 
             
                          "type": "structure",
         | 
| 234286 234298 | 
             
                          "required": [
         | 
| 234287 234299 | 
             
                            "Id",
         | 
| @@ -234300,7 +234312,6 @@ module.exports={ | |
| 234300 234312 | 
             
                    }
         | 
| 234301 234313 | 
             
                  },
         | 
| 234302 234314 | 
             
                  "output": {
         | 
| 234303 | 
            -
                    "resultWrapper": "ChangeMessageVisibilityBatchResult",
         | 
| 234304 234315 | 
             
                    "type": "structure",
         | 
| 234305 234316 | 
             
                    "required": [
         | 
| 234306 234317 | 
             
                      "Successful",
         | 
| @@ -234310,7 +234321,6 @@ module.exports={ | |
| 234310 234321 | 
             
                      "Successful": {
         | 
| 234311 234322 | 
             
                        "type": "list",
         | 
| 234312 234323 | 
             
                        "member": {
         | 
| 234313 | 
            -
                          "locationName": "ChangeMessageVisibilityBatchResultEntry",
         | 
| 234314 234324 | 
             
                          "type": "structure",
         | 
| 234315 234325 | 
             
                          "required": [
         | 
| 234316 234326 | 
             
                            "Id"
         | 
| @@ -234336,17 +234346,14 @@ module.exports={ | |
| 234336 234346 | 
             
                    "members": {
         | 
| 234337 234347 | 
             
                      "QueueName": {},
         | 
| 234338 234348 | 
             
                      "Attributes": {
         | 
| 234339 | 
            -
                        "shape": "Sh" | 
| 234340 | 
            -
                        "locationName": "Attribute"
         | 
| 234349 | 
            +
                        "shape": "Sh"
         | 
| 234341 234350 | 
             
                      },
         | 
| 234342 234351 | 
             
                      "tags": {
         | 
| 234343 | 
            -
                        "shape": "Sj" | 
| 234344 | 
            -
                        "locationName": "Tag"
         | 
| 234352 | 
            +
                        "shape": "Sj"
         | 
| 234345 234353 | 
             
                      }
         | 
| 234346 234354 | 
             
                    }
         | 
| 234347 234355 | 
             
                  },
         | 
| 234348 234356 | 
             
                  "output": {
         | 
| 234349 | 
            -
                    "resultWrapper": "CreateQueueResult",
         | 
| 234350 234357 | 
             
                    "type": "structure",
         | 
| 234351 234358 | 
             
                    "members": {
         | 
| 234352 234359 | 
             
                      "QueueUrl": {}
         | 
| @@ -234378,7 +234385,6 @@ module.exports={ | |
| 234378 234385 | 
             
                      "Entries": {
         | 
| 234379 234386 | 
             
                        "type": "list",
         | 
| 234380 234387 | 
             
                        "member": {
         | 
| 234381 | 
            -
                          "locationName": "DeleteMessageBatchRequestEntry",
         | 
| 234382 234388 | 
             
                          "type": "structure",
         | 
| 234383 234389 | 
             
                          "required": [
         | 
| 234384 234390 | 
             
                            "Id",
         | 
| @@ -234394,7 +234400,6 @@ module.exports={ | |
| 234394 234400 | 
             
                    }
         | 
| 234395 234401 | 
             
                  },
         | 
| 234396 234402 | 
             
                  "output": {
         | 
| 234397 | 
            -
                    "resultWrapper": "DeleteMessageBatchResult",
         | 
| 234398 234403 | 
             
                    "type": "structure",
         | 
| 234399 234404 | 
             
                    "required": [
         | 
| 234400 234405 | 
             
                      "Successful",
         | 
| @@ -234404,7 +234409,6 @@ module.exports={ | |
| 234404 234409 | 
             
                      "Successful": {
         | 
| 234405 234410 | 
             
                        "type": "list",
         | 
| 234406 234411 | 
             
                        "member": {
         | 
| 234407 | 
            -
                          "locationName": "DeleteMessageBatchResultEntry",
         | 
| 234408 234412 | 
             
                          "type": "structure",
         | 
| 234409 234413 | 
             
                          "required": [
         | 
| 234410 234414 | 
             
                            "Id"
         | 
| @@ -234446,12 +234450,10 @@ module.exports={ | |
| 234446 234450 | 
             
                    }
         | 
| 234447 234451 | 
             
                  },
         | 
| 234448 234452 | 
             
                  "output": {
         | 
| 234449 | 
            -
                    "resultWrapper": "GetQueueAttributesResult",
         | 
| 234450 234453 | 
             
                    "type": "structure",
         | 
| 234451 234454 | 
             
                    "members": {
         | 
| 234452 234455 | 
             
                      "Attributes": {
         | 
| 234453 | 
            -
                        "shape": "Sh" | 
| 234454 | 
            -
                        "locationName": "Attribute"
         | 
| 234456 | 
            +
                        "shape": "Sh"
         | 
| 234455 234457 | 
             
                      }
         | 
| 234456 234458 | 
             
                    }
         | 
| 234457 234459 | 
             
                  }
         | 
| @@ -234468,7 +234470,6 @@ module.exports={ | |
| 234468 234470 | 
             
                    }
         | 
| 234469 234471 | 
             
                  },
         | 
| 234470 234472 | 
             
                  "output": {
         | 
| 234471 | 
            -
                    "resultWrapper": "GetQueueUrlResult",
         | 
| 234472 234473 | 
             
                    "type": "structure",
         | 
| 234473 234474 | 
             
                    "members": {
         | 
| 234474 234475 | 
             
                      "QueueUrl": {}
         | 
| @@ -234490,7 +234491,6 @@ module.exports={ | |
| 234490 234491 | 
             
                    }
         | 
| 234491 234492 | 
             
                  },
         | 
| 234492 234493 | 
             
                  "output": {
         | 
| 234493 | 
            -
                    "resultWrapper": "ListDeadLetterSourceQueuesResult",
         | 
| 234494 234494 | 
             
                    "type": "structure",
         | 
| 234495 234495 | 
             
                    "required": [
         | 
| 234496 234496 | 
             
                      "queueUrls"
         | 
| @@ -234514,12 +234514,10 @@ module.exports={ | |
| 234514 234514 | 
             
                    }
         | 
| 234515 234515 | 
             
                  },
         | 
| 234516 234516 | 
             
                  "output": {
         | 
| 234517 | 
            -
                    "resultWrapper": "ListQueueTagsResult",
         | 
| 234518 234517 | 
             
                    "type": "structure",
         | 
| 234519 234518 | 
             
                    "members": {
         | 
| 234520 234519 | 
             
                      "Tags": {
         | 
| 234521 | 
            -
                        "shape": "Sj" | 
| 234522 | 
            -
                        "locationName": "Tag"
         | 
| 234520 | 
            +
                        "shape": "Sj"
         | 
| 234523 234521 | 
             
                      }
         | 
| 234524 234522 | 
             
                    }
         | 
| 234525 234523 | 
             
                  }
         | 
| @@ -234536,7 +234534,6 @@ module.exports={ | |
| 234536 234534 | 
             
                    }
         | 
| 234537 234535 | 
             
                  },
         | 
| 234538 234536 | 
             
                  "output": {
         | 
| 234539 | 
            -
                    "resultWrapper": "ListQueuesResult",
         | 
| 234540 234537 | 
             
                    "type": "structure",
         | 
| 234541 234538 | 
             
                    "members": {
         | 
| 234542 234539 | 
             
                      "QueueUrls": {
         | 
| @@ -234570,9 +234567,7 @@ module.exports={ | |
| 234570 234567 | 
             
                      },
         | 
| 234571 234568 | 
             
                      "MessageAttributeNames": {
         | 
| 234572 234569 | 
             
                        "type": "list",
         | 
| 234573 | 
            -
                        "member": {
         | 
| 234574 | 
            -
                          "locationName": "MessageAttributeName"
         | 
| 234575 | 
            -
                        },
         | 
| 234570 | 
            +
                        "member": {},
         | 
| 234576 234571 | 
             
                        "flattened": true
         | 
| 234577 234572 | 
             
                      },
         | 
| 234578 234573 | 
             
                      "MaxNumberOfMessages": {
         | 
| @@ -234588,13 +234583,11 @@ module.exports={ | |
| 234588 234583 | 
             
                    }
         | 
| 234589 234584 | 
             
                  },
         | 
| 234590 234585 | 
             
                  "output": {
         | 
| 234591 | 
            -
                    "resultWrapper": "ReceiveMessageResult",
         | 
| 234592 234586 | 
             
                    "type": "structure",
         | 
| 234593 234587 | 
             
                    "members": {
         | 
| 234594 234588 | 
             
                      "Messages": {
         | 
| 234595 234589 | 
             
                        "type": "list",
         | 
| 234596 234590 | 
             
                        "member": {
         | 
| 234597 | 
            -
                          "locationName": "Message",
         | 
| 234598 234591 | 
             
                          "type": "structure",
         | 
| 234599 234592 | 
             
                          "members": {
         | 
| 234600 234593 | 
             
                            "MessageId": {},
         | 
| @@ -234602,20 +234595,14 @@ module.exports={ | |
| 234602 234595 | 
             
                            "MD5OfBody": {},
         | 
| 234603 234596 | 
             
                            "Body": {},
         | 
| 234604 234597 | 
             
                            "Attributes": {
         | 
| 234605 | 
            -
                              "locationName": "Attribute",
         | 
| 234606 234598 | 
             
                              "type": "map",
         | 
| 234607 | 
            -
                              "key": {
         | 
| 234608 | 
            -
             | 
| 234609 | 
            -
                              },
         | 
| 234610 | 
            -
                              "value": {
         | 
| 234611 | 
            -
                                "locationName": "Value"
         | 
| 234612 | 
            -
                              },
         | 
| 234599 | 
            +
                              "key": {},
         | 
| 234600 | 
            +
                              "value": {},
         | 
| 234613 234601 | 
             
                              "flattened": true
         | 
| 234614 234602 | 
             
                            },
         | 
| 234615 234603 | 
             
                            "MD5OfMessageAttributes": {},
         | 
| 234616 234604 | 
             
                            "MessageAttributes": {
         | 
| 234617 | 
            -
                              "shape": "S1i" | 
| 234618 | 
            -
                              "locationName": "MessageAttribute"
         | 
| 234605 | 
            +
                              "shape": "S1i"
         | 
| 234619 234606 | 
             
                            }
         | 
| 234620 234607 | 
             
                          }
         | 
| 234621 234608 | 
             
                        },
         | 
| @@ -234651,19 +234638,16 @@ module.exports={ | |
| 234651 234638 | 
             
                        "type": "integer"
         | 
| 234652 234639 | 
             
                      },
         | 
| 234653 234640 | 
             
                      "MessageAttributes": {
         | 
| 234654 | 
            -
                        "shape": "S1i" | 
| 234655 | 
            -
                        "locationName": "MessageAttribute"
         | 
| 234641 | 
            +
                        "shape": "S1i"
         | 
| 234656 234642 | 
             
                      },
         | 
| 234657 234643 | 
             
                      "MessageSystemAttributes": {
         | 
| 234658 | 
            -
                        "shape": "S1p" | 
| 234659 | 
            -
                        "locationName": "MessageSystemAttribute"
         | 
| 234644 | 
            +
                        "shape": "S1p"
         | 
| 234660 234645 | 
             
                      },
         | 
| 234661 234646 | 
             
                      "MessageDeduplicationId": {},
         | 
| 234662 234647 | 
             
                      "MessageGroupId": {}
         | 
| 234663 234648 | 
             
                    }
         | 
| 234664 234649 | 
             
                  },
         | 
| 234665 234650 | 
             
                  "output": {
         | 
| 234666 | 
            -
                    "resultWrapper": "SendMessageResult",
         | 
| 234667 234651 | 
             
                    "type": "structure",
         | 
| 234668 234652 | 
             
                    "members": {
         | 
| 234669 234653 | 
             
                      "MD5OfMessageBody": {},
         | 
| @@ -234686,7 +234670,6 @@ module.exports={ | |
| 234686 234670 | 
             
                      "Entries": {
         | 
| 234687 234671 | 
             
                        "type": "list",
         | 
| 234688 234672 | 
             
                        "member": {
         | 
| 234689 | 
            -
                          "locationName": "SendMessageBatchRequestEntry",
         | 
| 234690 234673 | 
             
                          "type": "structure",
         | 
| 234691 234674 | 
             
                          "required": [
         | 
| 234692 234675 | 
             
                            "Id",
         | 
| @@ -234699,12 +234682,10 @@ module.exports={ | |
| 234699 234682 | 
             
                              "type": "integer"
         | 
| 234700 234683 | 
             
                            },
         | 
| 234701 234684 | 
             
                            "MessageAttributes": {
         | 
| 234702 | 
            -
                              "shape": "S1i" | 
| 234703 | 
            -
                              "locationName": "MessageAttribute"
         | 
| 234685 | 
            +
                              "shape": "S1i"
         | 
| 234704 234686 | 
             
                            },
         | 
| 234705 234687 | 
             
                            "MessageSystemAttributes": {
         | 
| 234706 | 
            -
                              "shape": "S1p" | 
| 234707 | 
            -
                              "locationName": "MessageSystemAttribute"
         | 
| 234688 | 
            +
                              "shape": "S1p"
         | 
| 234708 234689 | 
             
                            },
         | 
| 234709 234690 | 
             
                            "MessageDeduplicationId": {},
         | 
| 234710 234691 | 
             
                            "MessageGroupId": {}
         | 
| @@ -234715,7 +234696,6 @@ module.exports={ | |
| 234715 234696 | 
             
                    }
         | 
| 234716 234697 | 
             
                  },
         | 
| 234717 234698 | 
             
                  "output": {
         | 
| 234718 | 
            -
                    "resultWrapper": "SendMessageBatchResult",
         | 
| 234719 234699 | 
             
                    "type": "structure",
         | 
| 234720 234700 | 
             
                    "required": [
         | 
| 234721 234701 | 
             
                      "Successful",
         | 
| @@ -234725,7 +234705,6 @@ module.exports={ | |
| 234725 234705 | 
             
                      "Successful": {
         | 
| 234726 234706 | 
             
                        "type": "list",
         | 
| 234727 234707 | 
             
                        "member": {
         | 
| 234728 | 
            -
                          "locationName": "SendMessageBatchResultEntry",
         | 
| 234729 234708 | 
             
                          "type": "structure",
         | 
| 234730 234709 | 
             
                          "required": [
         | 
| 234731 234710 | 
             
                            "Id",
         | 
| @@ -234759,8 +234738,7 @@ module.exports={ | |
| 234759 234738 | 
             
                    "members": {
         | 
| 234760 234739 | 
             
                      "QueueUrl": {},
         | 
| 234761 234740 | 
             
                      "Attributes": {
         | 
| 234762 | 
            -
                        "shape": "Sh" | 
| 234763 | 
            -
                        "locationName": "Attribute"
         | 
| 234741 | 
            +
                        "shape": "Sh"
         | 
| 234764 234742 | 
             
                      }
         | 
| 234765 234743 | 
             
                    }
         | 
| 234766 234744 | 
             
                  }
         | 
| @@ -234791,9 +234769,7 @@ module.exports={ | |
| 234791 234769 | 
             
                      "QueueUrl": {},
         | 
| 234792 234770 | 
             
                      "TagKeys": {
         | 
| 234793 234771 | 
             
                        "type": "list",
         | 
| 234794 | 
            -
                        "member": {
         | 
| 234795 | 
            -
                          "locationName": "TagKey"
         | 
| 234796 | 
            -
                        },
         | 
| 234772 | 
            +
                        "member": {},
         | 
| 234797 234773 | 
             
                        "flattened": true
         | 
| 234798 234774 | 
             
                      }
         | 
| 234799 234775 | 
             
                    }
         | 
| @@ -234804,7 +234780,6 @@ module.exports={ | |
| 234804 234780 | 
             
                "Sd": {
         | 
| 234805 234781 | 
             
                  "type": "list",
         | 
| 234806 234782 | 
             
                  "member": {
         | 
| 234807 | 
            -
                    "locationName": "BatchResultErrorEntry",
         | 
| 234808 234783 | 
             
                    "type": "structure",
         | 
| 234809 234784 | 
             
                    "required": [
         | 
| 234810 234785 | 
             
                      "Id",
         | 
| @@ -234824,47 +234799,30 @@ module.exports={ | |
| 234824 234799 | 
             
                },
         | 
| 234825 234800 | 
             
                "Sh": {
         | 
| 234826 234801 | 
             
                  "type": "map",
         | 
| 234827 | 
            -
                  "key": {
         | 
| 234828 | 
            -
             | 
| 234829 | 
            -
                   | 
| 234830 | 
            -
                  "value": {
         | 
| 234831 | 
            -
                    "locationName": "Value"
         | 
| 234832 | 
            -
                  },
         | 
| 234833 | 
            -
                  "flattened": true,
         | 
| 234834 | 
            -
                  "locationName": "Attribute"
         | 
| 234802 | 
            +
                  "key": {},
         | 
| 234803 | 
            +
                  "value": {},
         | 
| 234804 | 
            +
                  "flattened": true
         | 
| 234835 234805 | 
             
                },
         | 
| 234836 234806 | 
             
                "Sj": {
         | 
| 234837 234807 | 
             
                  "type": "map",
         | 
| 234838 | 
            -
                  "key": {
         | 
| 234839 | 
            -
             | 
| 234840 | 
            -
                   | 
| 234841 | 
            -
                  "value": {
         | 
| 234842 | 
            -
                    "locationName": "Value"
         | 
| 234843 | 
            -
                  },
         | 
| 234844 | 
            -
                  "flattened": true,
         | 
| 234845 | 
            -
                  "locationName": "Tag"
         | 
| 234808 | 
            +
                  "key": {},
         | 
| 234809 | 
            +
                  "value": {},
         | 
| 234810 | 
            +
                  "flattened": true
         | 
| 234846 234811 | 
             
                },
         | 
| 234847 234812 | 
             
                "Sw": {
         | 
| 234848 234813 | 
             
                  "type": "list",
         | 
| 234849 | 
            -
                  "member": {
         | 
| 234850 | 
            -
                    "locationName": "AttributeName"
         | 
| 234851 | 
            -
                  },
         | 
| 234814 | 
            +
                  "member": {},
         | 
| 234852 234815 | 
             
                  "flattened": true
         | 
| 234853 234816 | 
             
                },
         | 
| 234854 234817 | 
             
                "S14": {
         | 
| 234855 234818 | 
             
                  "type": "list",
         | 
| 234856 | 
            -
                  "member": {
         | 
| 234857 | 
            -
                    "locationName": "QueueUrl"
         | 
| 234858 | 
            -
                  },
         | 
| 234819 | 
            +
                  "member": {},
         | 
| 234859 234820 | 
             
                  "flattened": true
         | 
| 234860 234821 | 
             
                },
         | 
| 234861 234822 | 
             
                "S1i": {
         | 
| 234862 234823 | 
             
                  "type": "map",
         | 
| 234863 | 
            -
                  "key": {
         | 
| 234864 | 
            -
                    "locationName": "Name"
         | 
| 234865 | 
            -
                  },
         | 
| 234824 | 
            +
                  "key": {},
         | 
| 234866 234825 | 
             
                  "value": {
         | 
| 234867 | 
            -
                    "locationName": "Value",
         | 
| 234868 234826 | 
             
                    "type": "structure",
         | 
| 234869 234827 | 
             
                    "required": [
         | 
| 234870 234828 | 
             
                      "DataType"
         | 
| @@ -234876,13 +234834,11 @@ module.exports={ | |
| 234876 234834 | 
             
                      },
         | 
| 234877 234835 | 
             
                      "StringListValues": {
         | 
| 234878 234836 | 
             
                        "shape": "S1l",
         | 
| 234879 | 
            -
                        "flattened": true | 
| 234880 | 
            -
                        "locationName": "StringListValue"
         | 
| 234837 | 
            +
                        "flattened": true
         | 
| 234881 234838 | 
             
                      },
         | 
| 234882 234839 | 
             
                      "BinaryListValues": {
         | 
| 234883 234840 | 
             
                        "shape": "S1m",
         | 
| 234884 | 
            -
                        "flattened": true | 
| 234885 | 
            -
                        "locationName": "BinaryListValue"
         | 
| 234841 | 
            +
                        "flattened": true
         | 
| 234886 234842 | 
             
                      },
         | 
| 234887 234843 | 
             
                      "DataType": {}
         | 
| 234888 234844 | 
             
                    }
         | 
| @@ -234891,24 +234847,18 @@ module.exports={ | |
| 234891 234847 | 
             
                },
         | 
| 234892 234848 | 
             
                "S1l": {
         | 
| 234893 234849 | 
             
                  "type": "list",
         | 
| 234894 | 
            -
                  "member": {
         | 
| 234895 | 
            -
                    "locationName": "StringListValue"
         | 
| 234896 | 
            -
                  }
         | 
| 234850 | 
            +
                  "member": {}
         | 
| 234897 234851 | 
             
                },
         | 
| 234898 234852 | 
             
                "S1m": {
         | 
| 234899 234853 | 
             
                  "type": "list",
         | 
| 234900 234854 | 
             
                  "member": {
         | 
| 234901 | 
            -
                    "locationName": "BinaryListValue",
         | 
| 234902 234855 | 
             
                    "type": "blob"
         | 
| 234903 234856 | 
             
                  }
         | 
| 234904 234857 | 
             
                },
         | 
| 234905 234858 | 
             
                "S1p": {
         | 
| 234906 234859 | 
             
                  "type": "map",
         | 
| 234907 | 
            -
                  "key": {
         | 
| 234908 | 
            -
                    "locationName": "Name"
         | 
| 234909 | 
            -
                  },
         | 
| 234860 | 
            +
                  "key": {},
         | 
| 234910 234861 | 
             
                  "value": {
         | 
| 234911 | 
            -
                    "locationName": "Value",
         | 
| 234912 234862 | 
             
                    "type": "structure",
         | 
| 234913 234863 | 
             
                    "required": [
         | 
| 234914 234864 | 
             
                      "DataType"
         | 
| @@ -234920,13 +234870,11 @@ module.exports={ | |
| 234920 234870 | 
             
                      },
         | 
| 234921 234871 | 
             
                      "StringListValues": {
         | 
| 234922 234872 | 
             
                        "shape": "S1l",
         | 
| 234923 | 
            -
                        "flattened": true | 
| 234924 | 
            -
                        "locationName": "StringListValue"
         | 
| 234873 | 
            +
                        "flattened": true
         | 
| 234925 234874 | 
             
                      },
         | 
| 234926 234875 | 
             
                      "BinaryListValues": {
         | 
| 234927 234876 | 
             
                        "shape": "S1m",
         | 
| 234928 | 
            -
                        "flattened": true | 
| 234929 | 
            -
                        "locationName": "BinaryListValue"
         | 
| 234877 | 
            +
                        "flattened": true
         | 
| 234930 234878 | 
             
                      },
         | 
| 234931 234879 | 
             
                      "DataType": {}
         | 
| 234932 234880 | 
             
                    }
         | 
| @@ -234940,18 +234888,19 @@ module.exports={ | |
| 234940 234888 | 
             
              "pagination": {
         | 
| 234941 234889 | 
             
                "ListDeadLetterSourceQueues": {
         | 
| 234942 234890 | 
             
                  "input_token": "NextToken",
         | 
| 234943 | 
            -
                  "limit_key": "MaxResults",
         | 
| 234944 234891 | 
             
                  "output_token": "NextToken",
         | 
| 234892 | 
            +
                  "limit_key": "MaxResults",
         | 
| 234945 234893 | 
             
                  "result_key": "queueUrls"
         | 
| 234946 234894 | 
             
                },
         | 
| 234947 234895 | 
             
                "ListQueues": {
         | 
| 234948 234896 | 
             
                  "input_token": "NextToken",
         | 
| 234949 | 
            -
                  "limit_key": "MaxResults",
         | 
| 234950 234897 | 
             
                  "output_token": "NextToken",
         | 
| 234898 | 
            +
                  "limit_key": "MaxResults",
         | 
| 234951 234899 | 
             
                  "result_key": "QueueUrls"
         | 
| 234952 234900 | 
             
                }
         | 
| 234953 234901 | 
             
              }
         | 
| 234954 234902 | 
             
            }
         | 
| 234903 | 
            +
             | 
| 234955 234904 | 
             
            },{}],225:[function(require,module,exports){
         | 
| 234956 234905 | 
             
            module.exports={
         | 
| 234957 234906 | 
             
              "version": "2.0",
         | 
| @@ -256606,7 +256555,7 @@ AWS.util.update(AWS, { | |
| 256606 256555 | 
             
              /**
         | 
| 256607 256556 | 
             
               * @constant
         | 
| 256608 256557 | 
             
               */
         | 
| 256609 | 
            -
              VERSION: '2. | 
| 256558 | 
            +
              VERSION: '2.1372.0',
         | 
| 256610 256559 |  | 
| 256611 256560 | 
             
              /**
         | 
| 256612 256561 | 
             
               * @api private
         | 
| @@ -278732,7 +278681,7 @@ var LRUCache = /** @class */ (function () { | |
| 278732 278681 | 
             
            }());
         | 
| 278733 278682 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278734 278683 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278735 | 
            -
            // AWS SDK for JavaScript v2. | 
| 278684 | 
            +
            // AWS SDK for JavaScript v2.1372.0
         | 
| 278736 278685 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278737 278686 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278738 278687 | 
             
            require('./browser_loader');
         |