aws-sdk 2.1370.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 +22 -1
- package/README.md +1 -1
- package/apis/appsync-2017-07-25.min.json +42 -34
- package/apis/ec2-2016-11-15.paginators.json +6 -0
- package/apis/inspector2-2020-06-08.min.json +305 -133
- package/apis/iottwinmaker-2021-11-29.min.json +10 -3
- package/apis/monitoring-2010-08-01.min.json +19 -15
- package/apis/network-firewall-2020-11-12.min.json +79 -68
- package/apis/opensearch-2021-01-01.min.json +141 -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/apis/wellarchitected-2020-03-31.min.json +44 -39
- package/clients/appsync.d.ts +15 -2
- package/clients/cloudwatch.d.ts +11 -6
- package/clients/configservice.d.ts +1 -1
- package/clients/connect.d.ts +11 -11
- package/clients/inspector2.d.ts +181 -9
- package/clients/iottwinmaker.d.ts +15 -0
- package/clients/networkfirewall.d.ts +15 -5
- package/clients/opensearch.d.ts +203 -16
- 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/clients/wellarchitected.d.ts +13 -2
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +16 -16
- package/dist/aws-sdk.js +168 -213
- package/dist/aws-sdk.min.js +60 -60
- 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){
         | 
| @@ -115398,6 +115398,12 @@ module.exports={ | |
| 115398 115398 | 
             
                  "output_token": "NextToken",
         | 
| 115399 115399 | 
             
                  "result_key": "Entries"
         | 
| 115400 115400 | 
             
                },
         | 
| 115401 | 
            +
                "GetNetworkInsightsAccessScopeAnalysisFindings": {
         | 
| 115402 | 
            +
                  "input_token": "NextToken",
         | 
| 115403 | 
            +
                  "limit_key": "MaxResults",
         | 
| 115404 | 
            +
                  "output_token": "NextToken",
         | 
| 115405 | 
            +
                  "result_key": "AnalysisFindings"
         | 
| 115406 | 
            +
                },
         | 
| 115401 115407 | 
             
                "GetSpotPlacementScores": {
         | 
| 115402 115408 | 
             
                  "input_token": "NextToken",
         | 
| 115403 115409 | 
             
                  "limit_key": "MaxResults",
         | 
| @@ -183488,7 +183494,7 @@ module.exports={ | |
| 183488 183494 | 
             
                      },
         | 
| 183489 183495 | 
             
                      "OutputFormat": {},
         | 
| 183490 183496 | 
             
                      "StatisticsConfigurations": {
         | 
| 183491 | 
            -
                        "shape": " | 
| 183497 | 
            +
                        "shape": "S4o"
         | 
| 183492 183498 | 
             
                      },
         | 
| 183493 183499 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 183494 183500 | 
             
                        "type": "boolean"
         | 
| @@ -183694,7 +183700,7 @@ module.exports={ | |
| 183694 183700 | 
             
                    "type": "structure",
         | 
| 183695 183701 | 
             
                    "members": {
         | 
| 183696 183702 | 
             
                      "Tags": {
         | 
| 183697 | 
            -
                        "shape": " | 
| 183703 | 
            +
                        "shape": "S5s"
         | 
| 183698 183704 | 
             
                      }
         | 
| 183699 183705 | 
             
                    }
         | 
| 183700 183706 | 
             
                  }
         | 
| @@ -183761,7 +183767,7 @@ module.exports={ | |
| 183761 183767 | 
             
                        "shape": "S1t"
         | 
| 183762 183768 | 
             
                      },
         | 
| 183763 183769 | 
             
                      "Tags": {
         | 
| 183764 | 
            -
                        "shape": " | 
| 183770 | 
            +
                        "shape": "S5s"
         | 
| 183765 183771 | 
             
                      },
         | 
| 183766 183772 | 
             
                      "ActionsSuppressor": {},
         | 
| 183767 183773 | 
             
                      "ActionsSuppressorWaitPeriod": {
         | 
| @@ -183814,7 +183820,7 @@ module.exports={ | |
| 183814 183820 | 
             
                      "RuleState": {},
         | 
| 183815 183821 | 
             
                      "RuleDefinition": {},
         | 
| 183816 183822 | 
             
                      "Tags": {
         | 
| 183817 | 
            -
                        "shape": " | 
| 183823 | 
            +
                        "shape": "S5s"
         | 
| 183818 183824 | 
             
                      }
         | 
| 183819 183825 | 
             
                    }
         | 
| 183820 183826 | 
             
                  },
         | 
| @@ -183843,7 +183849,7 @@ module.exports={ | |
| 183843 183849 | 
             
                            "TemplateName": {},
         | 
| 183844 183850 | 
             
                            "ResourceARN": {},
         | 
| 183845 183851 | 
             
                            "Tags": {
         | 
| 183846 | 
            -
                              "shape": " | 
| 183852 | 
            +
                              "shape": "S5s"
         | 
| 183847 183853 | 
             
                            }
         | 
| 183848 183854 | 
             
                          }
         | 
| 183849 183855 | 
             
                        }
         | 
| @@ -183910,7 +183916,7 @@ module.exports={ | |
| 183910 183916 | 
             
                        "shape": "Se"
         | 
| 183911 183917 | 
             
                      },
         | 
| 183912 183918 | 
             
                      "Tags": {
         | 
| 183913 | 
            -
                        "shape": " | 
| 183919 | 
            +
                        "shape": "S5s"
         | 
| 183914 183920 | 
             
                      },
         | 
| 183915 183921 | 
             
                      "ThresholdMetricId": {}
         | 
| 183916 183922 | 
             
                    }
         | 
| @@ -184009,10 +184015,10 @@ module.exports={ | |
| 184009 184015 | 
             
                      "RoleArn": {},
         | 
| 184010 184016 | 
             
                      "OutputFormat": {},
         | 
| 184011 184017 | 
             
                      "Tags": {
         | 
| 184012 | 
            -
                        "shape": " | 
| 184018 | 
            +
                        "shape": "S5s"
         | 
| 184013 184019 | 
             
                      },
         | 
| 184014 184020 | 
             
                      "StatisticsConfigurations": {
         | 
| 184015 | 
            -
                        "shape": " | 
| 184021 | 
            +
                        "shape": "S4o"
         | 
| 184016 184022 | 
             
                      },
         | 
| 184017 184023 | 
             
                      "IncludeLinkedAccountsMetrics": {
         | 
| 184018 184024 | 
             
                        "type": "boolean"
         | 
| @@ -184051,7 +184057,7 @@ module.exports={ | |
| 184051 184057 | 
             
                    ],
         | 
| 184052 184058 | 
             
                    "members": {
         | 
| 184053 184059 | 
             
                      "Names": {
         | 
| 184054 | 
            -
                        "shape": " | 
| 184060 | 
            +
                        "shape": "S6n"
         | 
| 184055 184061 | 
             
                      }
         | 
| 184056 184062 | 
             
                    }
         | 
| 184057 184063 | 
             
                  },
         | 
| @@ -184069,7 +184075,7 @@ module.exports={ | |
| 184069 184075 | 
             
                    ],
         | 
| 184070 184076 | 
             
                    "members": {
         | 
| 184071 184077 | 
             
                      "Names": {
         | 
| 184072 | 
            -
                        "shape": " | 
| 184078 | 
            +
                        "shape": "S6n"
         | 
| 184073 184079 | 
             
                      }
         | 
| 184074 184080 | 
             
                    }
         | 
| 184075 184081 | 
             
                  },
         | 
| @@ -184089,7 +184095,7 @@ module.exports={ | |
| 184089 184095 | 
             
                    "members": {
         | 
| 184090 184096 | 
             
                      "ResourceARN": {},
         | 
| 184091 184097 | 
             
                      "Tags": {
         | 
| 184092 | 
            -
                        "shape": " | 
| 184098 | 
            +
                        "shape": "S5s"
         | 
| 184093 184099 | 
             
                      }
         | 
| 184094 184100 | 
             
                    }
         | 
| 184095 184101 | 
             
                  },
         | 
| @@ -184378,11 +184384,15 @@ module.exports={ | |
| 184378 184384 | 
             
                  "member": {
         | 
| 184379 184385 | 
             
                    "type": "structure",
         | 
| 184380 184386 | 
             
                    "members": {
         | 
| 184381 | 
            -
                      "Namespace": {}
         | 
| 184387 | 
            +
                      "Namespace": {},
         | 
| 184388 | 
            +
                      "MetricNames": {
         | 
| 184389 | 
            +
                        "type": "list",
         | 
| 184390 | 
            +
                        "member": {}
         | 
| 184391 | 
            +
                      }
         | 
| 184382 184392 | 
             
                    }
         | 
| 184383 184393 | 
             
                  }
         | 
| 184384 184394 | 
             
                },
         | 
| 184385 | 
            -
                " | 
| 184395 | 
            +
                "S4o": {
         | 
| 184386 184396 | 
             
                  "type": "list",
         | 
| 184387 184397 | 
             
                  "member": {
         | 
| 184388 184398 | 
             
                    "type": "structure",
         | 
| @@ -184412,7 +184422,7 @@ module.exports={ | |
| 184412 184422 | 
             
                    }
         | 
| 184413 184423 | 
             
                  }
         | 
| 184414 184424 | 
             
                },
         | 
| 184415 | 
            -
                " | 
| 184425 | 
            +
                "S5s": {
         | 
| 184416 184426 | 
             
                  "type": "list",
         | 
| 184417 184427 | 
             
                  "member": {
         | 
| 184418 184428 | 
             
                    "type": "structure",
         | 
| @@ -184426,7 +184436,7 @@ module.exports={ | |
| 184426 184436 | 
             
                    }
         | 
| 184427 184437 | 
             
                  }
         | 
| 184428 184438 | 
             
                },
         | 
| 184429 | 
            -
                " | 
| 184439 | 
            +
                "S6n": {
         | 
| 184430 184440 | 
             
                  "type": "list",
         | 
| 184431 184441 | 
             
                  "member": {}
         | 
| 184432 184442 | 
             
                }
         | 
| @@ -212937,7 +212947,7 @@ module.exports={ | |
| 212937 212947 | 
             
                        "type": "structure",
         | 
| 212938 212948 | 
             
                        "members": {
         | 
| 212939 212949 | 
             
                          "GeneralLabels": {
         | 
| 212940 | 
            -
                            "shape": " | 
| 212950 | 
            +
                            "shape": "S4t"
         | 
| 212941 212951 | 
             
                          },
         | 
| 212942 212952 | 
             
                          "ImageProperties": {
         | 
| 212943 212953 | 
             
                            "type": "structure",
         | 
| @@ -212957,7 +212967,7 @@ module.exports={ | |
| 212957 212967 | 
             
                      "Labels": {
         | 
| 212958 212968 | 
             
                        "type": "list",
         | 
| 212959 212969 | 
             
                        "member": {
         | 
| 212960 | 
            -
                          "shape": " | 
| 212970 | 
            +
                          "shape": "S50"
         | 
| 212961 212971 | 
             
                        }
         | 
| 212962 212972 | 
             
                      },
         | 
| 212963 212973 | 
             
                      "OrientationCorrection": {},
         | 
| @@ -212966,19 +212976,19 @@ module.exports={ | |
| 212966 212976 | 
             
                        "type": "structure",
         | 
| 212967 212977 | 
             
                        "members": {
         | 
| 212968 212978 | 
             
                          "Quality": {
         | 
| 212969 | 
            -
                            "shape": " | 
| 212979 | 
            +
                            "shape": "S5c"
         | 
| 212970 212980 | 
             
                          },
         | 
| 212971 212981 | 
             
                          "DominantColors": {
         | 
| 212972 | 
            -
                            "shape": " | 
| 212982 | 
            +
                            "shape": "S53"
         | 
| 212973 212983 | 
             
                          },
         | 
| 212974 212984 | 
             
                          "Foreground": {
         | 
| 212975 212985 | 
             
                            "type": "structure",
         | 
| 212976 212986 | 
             
                            "members": {
         | 
| 212977 212987 | 
             
                              "Quality": {
         | 
| 212978 | 
            -
                                "shape": " | 
| 212988 | 
            +
                                "shape": "S5c"
         | 
| 212979 212989 | 
             
                              },
         | 
| 212980 212990 | 
             
                              "DominantColors": {
         | 
| 212981 | 
            -
                                "shape": " | 
| 212991 | 
            +
                                "shape": "S53"
         | 
| 212982 212992 | 
             
                              }
         | 
| 212983 212993 | 
             
                            }
         | 
| 212984 212994 | 
             
                          },
         | 
| @@ -212986,10 +212996,10 @@ module.exports={ | |
| 212986 212996 | 
             
                            "type": "structure",
         | 
| 212987 212997 | 
             
                            "members": {
         | 
| 212988 212998 | 
             
                              "Quality": {
         | 
| 212989 | 
            -
                                "shape": " | 
| 212999 | 
            +
                                "shape": "S5c"
         | 
| 212990 213000 | 
             
                              },
         | 
| 212991 213001 | 
             
                              "DominantColors": {
         | 
| 212992 | 
            -
                                "shape": " | 
| 213002 | 
            +
                                "shape": "S53"
         | 
| 212993 213003 | 
             
                              }
         | 
| 212994 213004 | 
             
                            }
         | 
| 212995 213005 | 
             
                          }
         | 
| @@ -213039,7 +213049,7 @@ module.exports={ | |
| 213039 213049 | 
             
                      "ModerationLabels": {
         | 
| 213040 213050 | 
             
                        "type": "list",
         | 
| 213041 213051 | 
             
                        "member": {
         | 
| 213042 | 
            -
                          "shape": " | 
| 213052 | 
            +
                          "shape": "S5o"
         | 
| 213043 213053 | 
             
                        }
         | 
| 213044 213054 | 
             
                      },
         | 
| 213045 213055 | 
             
                      "ModerationModelVersion": {},
         | 
| @@ -213150,13 +213160,13 @@ module.exports={ | |
| 213150 213160 | 
             
                        "type": "structure",
         | 
| 213151 213161 | 
             
                        "members": {
         | 
| 213152 213162 | 
             
                          "PersonsWithRequiredEquipment": {
         | 
| 213153 | 
            -
                            "shape": " | 
| 213163 | 
            +
                            "shape": "S68"
         | 
| 213154 213164 | 
             
                          },
         | 
| 213155 213165 | 
             
                          "PersonsWithoutRequiredEquipment": {
         | 
| 213156 | 
            -
                            "shape": " | 
| 213166 | 
            +
                            "shape": "S68"
         | 
| 213157 213167 | 
             
                          },
         | 
| 213158 213168 | 
             
                          "PersonsIndeterminate": {
         | 
| 213159 | 
            -
                            "shape": " | 
| 213169 | 
            +
                            "shape": "S68"
         | 
| 213160 213170 | 
             
                          }
         | 
| 213161 213171 | 
             
                        }
         | 
| 213162 213172 | 
             
                      }
         | 
| @@ -213177,7 +213187,7 @@ module.exports={ | |
| 213177 213187 | 
             
                        "type": "structure",
         | 
| 213178 213188 | 
             
                        "members": {
         | 
| 213179 213189 | 
             
                          "WordFilter": {
         | 
| 213180 | 
            -
                            "shape": " | 
| 213190 | 
            +
                            "shape": "S6b"
         | 
| 213181 213191 | 
             
                          },
         | 
| 213182 213192 | 
             
                          "RegionsOfInterest": {
         | 
| 213183 213193 | 
             
                            "shape": "S2e"
         | 
| @@ -213192,7 +213202,7 @@ module.exports={ | |
| 213192 213202 | 
             
                      "TextDetections": {
         | 
| 213193 213203 | 
             
                        "type": "list",
         | 
| 213194 213204 | 
             
                        "member": {
         | 
| 213195 | 
            -
                          "shape": " | 
| 213205 | 
            +
                          "shape": "S6g"
         | 
| 213196 213206 | 
             
                        }
         | 
| 213197 213207 | 
             
                      },
         | 
| 213198 213208 | 
             
                      "TextModelVersion": {}
         | 
| @@ -213239,11 +213249,11 @@ module.exports={ | |
| 213239 213249 | 
             
                    "type": "structure",
         | 
| 213240 213250 | 
             
                    "members": {
         | 
| 213241 213251 | 
             
                      "Urls": {
         | 
| 213242 | 
            -
                        "shape": " | 
| 213252 | 
            +
                        "shape": "S6p"
         | 
| 213243 213253 | 
             
                      },
         | 
| 213244 213254 | 
             
                      "Name": {},
         | 
| 213245 213255 | 
             
                      "KnownGender": {
         | 
| 213246 | 
            -
                        "shape": " | 
| 213256 | 
            +
                        "shape": "S6r"
         | 
| 213247 213257 | 
             
                      }
         | 
| 213248 213258 | 
             
                    }
         | 
| 213249 213259 | 
             
                  }
         | 
| @@ -213269,7 +213279,7 @@ module.exports={ | |
| 213269 213279 | 
             
                      "JobStatus": {},
         | 
| 213270 213280 | 
             
                      "StatusMessage": {},
         | 
| 213271 213281 | 
             
                      "VideoMetadata": {
         | 
| 213272 | 
            -
                        "shape": " | 
| 213282 | 
            +
                        "shape": "S70"
         | 
| 213273 213283 | 
             
                      },
         | 
| 213274 213284 | 
             
                      "NextToken": {},
         | 
| 213275 213285 | 
             
                      "Celebrities": {
         | 
| @@ -213284,7 +213294,7 @@ module.exports={ | |
| 213284 213294 | 
             
                              "type": "structure",
         | 
| 213285 213295 | 
             
                              "members": {
         | 
| 213286 213296 | 
             
                                "Urls": {
         | 
| 213287 | 
            -
                                  "shape": " | 
| 213297 | 
            +
                                  "shape": "S6p"
         | 
| 213288 213298 | 
             
                                },
         | 
| 213289 213299 | 
             
                                "Name": {},
         | 
| 213290 213300 | 
             
                                "Id": {},
         | 
| @@ -213298,7 +213308,7 @@ module.exports={ | |
| 213298 213308 | 
             
                                  "shape": "S4e"
         | 
| 213299 213309 | 
             
                                },
         | 
| 213300 213310 | 
             
                                "KnownGender": {
         | 
| 213301 | 
            -
                                  "shape": " | 
| 213311 | 
            +
                                  "shape": "S6r"
         | 
| 213302 213312 | 
             
                                }
         | 
| 213303 213313 | 
             
                              }
         | 
| 213304 213314 | 
             
                            }
         | 
| @@ -213307,7 +213317,7 @@ module.exports={ | |
| 213307 213317 | 
             
                      },
         | 
| 213308 213318 | 
             
                      "JobId": {},
         | 
| 213309 213319 | 
             
                      "Video": {
         | 
| 213310 | 
            -
                        "shape": " | 
| 213320 | 
            +
                        "shape": "S76"
         | 
| 213311 213321 | 
             
                      },
         | 
| 213312 213322 | 
             
                      "JobTag": {}
         | 
| 213313 213323 | 
             
                    }
         | 
| @@ -213335,7 +213345,7 @@ module.exports={ | |
| 213335 213345 | 
             
                      "JobStatus": {},
         | 
| 213336 213346 | 
             
                      "StatusMessage": {},
         | 
| 213337 213347 | 
             
                      "VideoMetadata": {
         | 
| 213338 | 
            -
                        "shape": " | 
| 213348 | 
            +
                        "shape": "S70"
         | 
| 213339 213349 | 
             
                      },
         | 
| 213340 213350 | 
             
                      "ModerationLabels": {
         | 
| 213341 213351 | 
             
                        "type": "list",
         | 
| @@ -213346,7 +213356,7 @@ module.exports={ | |
| 213346 213356 | 
             
                              "type": "long"
         | 
| 213347 213357 | 
             
                            },
         | 
| 213348 213358 | 
             
                            "ModerationLabel": {
         | 
| 213349 | 
            -
                              "shape": " | 
| 213359 | 
            +
                              "shape": "S5o"
         | 
| 213350 213360 | 
             
                            },
         | 
| 213351 213361 | 
             
                            "StartTimestampMillis": {
         | 
| 213352 213362 | 
             
                              "type": "long"
         | 
| @@ -213364,7 +213374,7 @@ module.exports={ | |
| 213364 213374 | 
             
                      "ModerationModelVersion": {},
         | 
| 213365 213375 | 
             
                      "JobId": {},
         | 
| 213366 213376 | 
             
                      "Video": {
         | 
| 213367 | 
            -
                        "shape": " | 
| 213377 | 
            +
                        "shape": "S76"
         | 
| 213368 213378 | 
             
                      },
         | 
| 213369 213379 | 
             
                      "JobTag": {},
         | 
| 213370 213380 | 
             
                      "GetRequestMetadata": {
         | 
| @@ -213397,7 +213407,7 @@ module.exports={ | |
| 213397 213407 | 
             
                      "JobStatus": {},
         | 
| 213398 213408 | 
             
                      "StatusMessage": {},
         | 
| 213399 213409 | 
             
                      "VideoMetadata": {
         | 
| 213400 | 
            -
                        "shape": " | 
| 213410 | 
            +
                        "shape": "S70"
         | 
| 213401 213411 | 
             
                      },
         | 
| 213402 213412 | 
             
                      "NextToken": {},
         | 
| 213403 213413 | 
             
                      "Faces": {
         | 
| @@ -213416,7 +213426,7 @@ module.exports={ | |
| 213416 213426 | 
             
                      },
         | 
| 213417 213427 | 
             
                      "JobId": {},
         | 
| 213418 213428 | 
             
                      "Video": {
         | 
| 213419 | 
            -
                        "shape": " | 
| 213429 | 
            +
                        "shape": "S76"
         | 
| 213420 213430 | 
             
                      },
         | 
| 213421 213431 | 
             
                      "JobTag": {}
         | 
| 213422 213432 | 
             
                    }
         | 
| @@ -213445,12 +213455,12 @@ module.exports={ | |
| 213445 213455 | 
             
                        "type": "float"
         | 
| 213446 213456 | 
             
                      },
         | 
| 213447 213457 | 
             
                      "ReferenceImage": {
         | 
| 213448 | 
            -
                        "shape": " | 
| 213458 | 
            +
                        "shape": "S7m"
         | 
| 213449 213459 | 
             
                      },
         | 
| 213450 213460 | 
             
                      "AuditImages": {
         | 
| 213451 213461 | 
             
                        "type": "list",
         | 
| 213452 213462 | 
             
                        "member": {
         | 
| 213453 | 
            -
                          "shape": " | 
| 213463 | 
            +
                          "shape": "S7m"
         | 
| 213454 213464 | 
             
                        }
         | 
| 213455 213465 | 
             
                      }
         | 
| 213456 213466 | 
             
                    }
         | 
| @@ -213478,7 +213488,7 @@ module.exports={ | |
| 213478 213488 | 
             
                      "StatusMessage": {},
         | 
| 213479 213489 | 
             
                      "NextToken": {},
         | 
| 213480 213490 | 
             
                      "VideoMetadata": {
         | 
| 213481 | 
            -
                        "shape": " | 
| 213491 | 
            +
                        "shape": "S70"
         | 
| 213482 213492 | 
             
                      },
         | 
| 213483 213493 | 
             
                      "Persons": {
         | 
| 213484 213494 | 
             
                        "type": "list",
         | 
| @@ -213489,17 +213499,17 @@ module.exports={ | |
| 213489 213499 | 
             
                              "type": "long"
         | 
| 213490 213500 | 
             
                            },
         | 
| 213491 213501 | 
             
                            "Person": {
         | 
| 213492 | 
            -
                              "shape": " | 
| 213502 | 
            +
                              "shape": "S7u"
         | 
| 213493 213503 | 
             
                            },
         | 
| 213494 213504 | 
             
                            "FaceMatches": {
         | 
| 213495 | 
            -
                              "shape": " | 
| 213505 | 
            +
                              "shape": "S7w"
         | 
| 213496 213506 | 
             
                            }
         | 
| 213497 213507 | 
             
                          }
         | 
| 213498 213508 | 
             
                        }
         | 
| 213499 213509 | 
             
                      },
         | 
| 213500 213510 | 
             
                      "JobId": {},
         | 
| 213501 213511 | 
             
                      "Video": {
         | 
| 213502 | 
            -
                        "shape": " | 
| 213512 | 
            +
                        "shape": "S76"
         | 
| 213503 213513 | 
             
                      },
         | 
| 213504 213514 | 
             
                      "JobTag": {}
         | 
| 213505 213515 | 
             
                    }
         | 
| @@ -213527,7 +213537,7 @@ module.exports={ | |
| 213527 213537 | 
             
                      "JobStatus": {},
         | 
| 213528 213538 | 
             
                      "StatusMessage": {},
         | 
| 213529 213539 | 
             
                      "VideoMetadata": {
         | 
| 213530 | 
            -
                        "shape": " | 
| 213540 | 
            +
                        "shape": "S70"
         | 
| 213531 213541 | 
             
                      },
         | 
| 213532 213542 | 
             
                      "NextToken": {},
         | 
| 213533 213543 | 
             
                      "Labels": {
         | 
| @@ -213539,7 +213549,7 @@ module.exports={ | |
| 213539 213549 | 
             
                              "type": "long"
         | 
| 213540 213550 | 
             
                            },
         | 
| 213541 213551 | 
             
                            "Label": {
         | 
| 213542 | 
            -
                              "shape": " | 
| 213552 | 
            +
                              "shape": "S50"
         | 
| 213543 213553 | 
             
                            },
         | 
| 213544 213554 | 
             
                            "StartTimestampMillis": {
         | 
| 213545 213555 | 
             
                              "type": "long"
         | 
| @@ -213556,7 +213566,7 @@ module.exports={ | |
| 213556 213566 | 
             
                      "LabelModelVersion": {},
         | 
| 213557 213567 | 
             
                      "JobId": {},
         | 
| 213558 213568 | 
             
                      "Video": {
         | 
| 213559 | 
            -
                        "shape": " | 
| 213569 | 
            +
                        "shape": "S76"
         | 
| 213560 213570 | 
             
                      },
         | 
| 213561 213571 | 
             
                      "JobTag": {},
         | 
| 213562 213572 | 
             
                      "GetRequestMetadata": {
         | 
| @@ -213590,7 +213600,7 @@ module.exports={ | |
| 213590 213600 | 
             
                      "JobStatus": {},
         | 
| 213591 213601 | 
             
                      "StatusMessage": {},
         | 
| 213592 213602 | 
             
                      "VideoMetadata": {
         | 
| 213593 | 
            -
                        "shape": " | 
| 213603 | 
            +
                        "shape": "S70"
         | 
| 213594 213604 | 
             
                      },
         | 
| 213595 213605 | 
             
                      "NextToken": {},
         | 
| 213596 213606 | 
             
                      "Persons": {
         | 
| @@ -213602,14 +213612,14 @@ module.exports={ | |
| 213602 213612 | 
             
                              "type": "long"
         | 
| 213603 213613 | 
             
                            },
         | 
| 213604 213614 | 
             
                            "Person": {
         | 
| 213605 | 
            -
                              "shape": " | 
| 213615 | 
            +
                              "shape": "S7u"
         | 
| 213606 213616 | 
             
                            }
         | 
| 213607 213617 | 
             
                          }
         | 
| 213608 213618 | 
             
                        }
         | 
| 213609 213619 | 
             
                      },
         | 
| 213610 213620 | 
             
                      "JobId": {},
         | 
| 213611 213621 | 
             
                      "Video": {
         | 
| 213612 | 
            -
                        "shape": " | 
| 213622 | 
            +
                        "shape": "S76"
         | 
| 213613 213623 | 
             
                      },
         | 
| 213614 213624 | 
             
                      "JobTag": {}
         | 
| 213615 213625 | 
             
                    }
         | 
| @@ -213637,7 +213647,7 @@ module.exports={ | |
| 213637 213647 | 
             
                      "VideoMetadata": {
         | 
| 213638 213648 | 
             
                        "type": "list",
         | 
| 213639 213649 | 
             
                        "member": {
         | 
| 213640 | 
            -
                          "shape": " | 
| 213650 | 
            +
                          "shape": "S70"
         | 
| 213641 213651 | 
             
                        }
         | 
| 213642 213652 | 
             
                      },
         | 
| 213643 213653 | 
             
                      "AudioMetadata": {
         | 
| @@ -213721,7 +213731,7 @@ module.exports={ | |
| 213721 213731 | 
             
                      },
         | 
| 213722 213732 | 
             
                      "JobId": {},
         | 
| 213723 213733 | 
             
                      "Video": {
         | 
| 213724 | 
            -
                        "shape": " | 
| 213734 | 
            +
                        "shape": "S76"
         | 
| 213725 213735 | 
             
                      },
         | 
| 213726 213736 | 
             
                      "JobTag": {}
         | 
| 213727 213737 | 
             
                    }
         | 
| @@ -213747,7 +213757,7 @@ module.exports={ | |
| 213747 213757 | 
             
                      "JobStatus": {},
         | 
| 213748 213758 | 
             
                      "StatusMessage": {},
         | 
| 213749 213759 | 
             
                      "VideoMetadata": {
         | 
| 213750 | 
            -
                        "shape": " | 
| 213760 | 
            +
                        "shape": "S70"
         | 
| 213751 213761 | 
             
                      },
         | 
| 213752 213762 | 
             
                      "TextDetections": {
         | 
| 213753 213763 | 
             
                        "type": "list",
         | 
| @@ -213758,7 +213768,7 @@ module.exports={ | |
| 213758 213768 | 
             
                              "type": "long"
         | 
| 213759 213769 | 
             
                            },
         | 
| 213760 213770 | 
             
                            "TextDetection": {
         | 
| 213761 | 
            -
                              "shape": " | 
| 213771 | 
            +
                              "shape": "S6g"
         | 
| 213762 213772 | 
             
                            }
         | 
| 213763 213773 | 
             
                          }
         | 
| 213764 213774 | 
             
                        }
         | 
| @@ -213767,7 +213777,7 @@ module.exports={ | |
| 213767 213777 | 
             
                      "TextModelVersion": {},
         | 
| 213768 213778 | 
             
                      "JobId": {},
         | 
| 213769 213779 | 
             
                      "Video": {
         | 
| 213770 | 
            -
                        "shape": " | 
| 213780 | 
            +
                        "shape": "S76"
         | 
| 213771 213781 | 
             
                      },
         | 
| 213772 213782 | 
             
                      "JobTag": {}
         | 
| 213773 213783 | 
             
                    }
         | 
| @@ -213804,7 +213814,7 @@ module.exports={ | |
| 213804 213814 | 
             
                          "type": "structure",
         | 
| 213805 213815 | 
             
                          "members": {
         | 
| 213806 213816 | 
             
                            "Face": {
         | 
| 213807 | 
            -
                              "shape": " | 
| 213817 | 
            +
                              "shape": "S7y"
         | 
| 213808 213818 | 
             
                            },
         | 
| 213809 213819 | 
             
                            "FaceDetail": {
         | 
| 213810 213820 | 
             
                              "shape": "S4e"
         | 
| @@ -213954,7 +213964,7 @@ module.exports={ | |
| 213954 213964 | 
             
                      "Faces": {
         | 
| 213955 213965 | 
             
                        "type": "list",
         | 
| 213956 213966 | 
             
                        "member": {
         | 
| 213957 | 
            -
                          "shape": " | 
| 213967 | 
            +
                          "shape": "S7y"
         | 
| 213958 213968 | 
             
                        }
         | 
| 213959 213969 | 
             
                      },
         | 
| 213960 213970 | 
             
                      "NextToken": {},
         | 
| @@ -214090,7 +214100,7 @@ module.exports={ | |
| 214090 214100 | 
             
                          "type": "structure",
         | 
| 214091 214101 | 
             
                          "members": {
         | 
| 214092 214102 | 
             
                            "Urls": {
         | 
| 214093 | 
            -
                              "shape": " | 
| 214103 | 
            +
                              "shape": "S6p"
         | 
| 214094 214104 | 
             
                            },
         | 
| 214095 214105 | 
             
                            "Name": {},
         | 
| 214096 214106 | 
             
                            "Id": {},
         | 
| @@ -214101,7 +214111,7 @@ module.exports={ | |
| 214101 214111 | 
             
                              "type": "float"
         | 
| 214102 214112 | 
             
                            },
         | 
| 214103 214113 | 
             
                            "KnownGender": {
         | 
| 214104 | 
            -
                              "shape": " | 
| 214114 | 
            +
                              "shape": "S6r"
         | 
| 214105 214115 | 
             
                            }
         | 
| 214106 214116 | 
             
                          }
         | 
| 214107 214117 | 
             
                        }
         | 
| @@ -214139,7 +214149,7 @@ module.exports={ | |
| 214139 214149 | 
             
                    "members": {
         | 
| 214140 214150 | 
             
                      "SearchedFaceId": {},
         | 
| 214141 214151 | 
             
                      "FaceMatches": {
         | 
| 214142 | 
            -
                        "shape": " | 
| 214152 | 
            +
                        "shape": "S7w"
         | 
| 214143 214153 | 
             
                      },
         | 
| 214144 214154 | 
             
                      "FaceModelVersion": {}
         | 
| 214145 214155 | 
             
                    }
         | 
| @@ -214176,7 +214186,7 @@ module.exports={ | |
| 214176 214186 | 
             
                        "type": "float"
         | 
| 214177 214187 | 
             
                      },
         | 
| 214178 214188 | 
             
                      "FaceMatches": {
         | 
| 214179 | 
            -
                        "shape": " | 
| 214189 | 
            +
                        "shape": "S7w"
         | 
| 214180 214190 | 
             
                      },
         | 
| 214181 214191 | 
             
                      "FaceModelVersion": {}
         | 
| 214182 214192 | 
             
                    }
         | 
| @@ -214190,11 +214200,11 @@ module.exports={ | |
| 214190 214200 | 
             
                    ],
         | 
| 214191 214201 | 
             
                    "members": {
         | 
| 214192 214202 | 
             
                      "Video": {
         | 
| 214193 | 
            -
                        "shape": " | 
| 214203 | 
            +
                        "shape": "S76"
         | 
| 214194 214204 | 
             
                      },
         | 
| 214195 214205 | 
             
                      "ClientRequestToken": {},
         | 
| 214196 214206 | 
             
                      "NotificationChannel": {
         | 
| 214197 | 
            -
                        "shape": " | 
| 214207 | 
            +
                        "shape": "Sak"
         | 
| 214198 214208 | 
             
                      },
         | 
| 214199 214209 | 
             
                      "JobTag": {}
         | 
| 214200 214210 | 
             
                    }
         | 
| @@ -214215,14 +214225,14 @@ module.exports={ | |
| 214215 214225 | 
             
                    ],
         | 
| 214216 214226 | 
             
                    "members": {
         | 
| 214217 214227 | 
             
                      "Video": {
         | 
| 214218 | 
            -
                        "shape": " | 
| 214228 | 
            +
                        "shape": "S76"
         | 
| 214219 214229 | 
             
                      },
         | 
| 214220 214230 | 
             
                      "MinConfidence": {
         | 
| 214221 214231 | 
             
                        "type": "float"
         | 
| 214222 214232 | 
             
                      },
         | 
| 214223 214233 | 
             
                      "ClientRequestToken": {},
         | 
| 214224 214234 | 
             
                      "NotificationChannel": {
         | 
| 214225 | 
            -
                        "shape": " | 
| 214235 | 
            +
                        "shape": "Sak"
         | 
| 214226 214236 | 
             
                      },
         | 
| 214227 214237 | 
             
                      "JobTag": {}
         | 
| 214228 214238 | 
             
                    }
         | 
| @@ -214243,11 +214253,11 @@ module.exports={ | |
| 214243 214253 | 
             
                    ],
         | 
| 214244 214254 | 
             
                    "members": {
         | 
| 214245 214255 | 
             
                      "Video": {
         | 
| 214246 | 
            -
                        "shape": " | 
| 214256 | 
            +
                        "shape": "S76"
         | 
| 214247 214257 | 
             
                      },
         | 
| 214248 214258 | 
             
                      "ClientRequestToken": {},
         | 
| 214249 214259 | 
             
                      "NotificationChannel": {
         | 
| 214250 | 
            -
                        "shape": " | 
| 214260 | 
            +
                        "shape": "Sak"
         | 
| 214251 214261 | 
             
                      },
         | 
| 214252 214262 | 
             
                      "FaceAttributes": {},
         | 
| 214253 214263 | 
             
                      "JobTag": {}
         | 
| @@ -214270,7 +214280,7 @@ module.exports={ | |
| 214270 214280 | 
             
                    ],
         | 
| 214271 214281 | 
             
                    "members": {
         | 
| 214272 214282 | 
             
                      "Video": {
         | 
| 214273 | 
            -
                        "shape": " | 
| 214283 | 
            +
                        "shape": "S76"
         | 
| 214274 214284 | 
             
                      },
         | 
| 214275 214285 | 
             
                      "ClientRequestToken": {},
         | 
| 214276 214286 | 
             
                      "FaceMatchThreshold": {
         | 
| @@ -214278,7 +214288,7 @@ module.exports={ | |
| 214278 214288 | 
             
                      },
         | 
| 214279 214289 | 
             
                      "CollectionId": {},
         | 
| 214280 214290 | 
             
                      "NotificationChannel": {
         | 
| 214281 | 
            -
                        "shape": " | 
| 214291 | 
            +
                        "shape": "Sak"
         | 
| 214282 214292 | 
             
                      },
         | 
| 214283 214293 | 
             
                      "JobTag": {}
         | 
| 214284 214294 | 
             
                    }
         | 
| @@ -214299,14 +214309,14 @@ module.exports={ | |
| 214299 214309 | 
             
                    ],
         | 
| 214300 214310 | 
             
                    "members": {
         | 
| 214301 214311 | 
             
                      "Video": {
         | 
| 214302 | 
            -
                        "shape": " | 
| 214312 | 
            +
                        "shape": "S76"
         | 
| 214303 214313 | 
             
                      },
         | 
| 214304 214314 | 
             
                      "ClientRequestToken": {},
         | 
| 214305 214315 | 
             
                      "MinConfidence": {
         | 
| 214306 214316 | 
             
                        "type": "float"
         | 
| 214307 214317 | 
             
                      },
         | 
| 214308 214318 | 
             
                      "NotificationChannel": {
         | 
| 214309 | 
            -
                        "shape": " | 
| 214319 | 
            +
                        "shape": "Sak"
         | 
| 214310 214320 | 
             
                      },
         | 
| 214311 214321 | 
             
                      "JobTag": {},
         | 
| 214312 214322 | 
             
                      "Features": {
         | 
| @@ -214317,7 +214327,7 @@ module.exports={ | |
| 214317 214327 | 
             
                        "type": "structure",
         | 
| 214318 214328 | 
             
                        "members": {
         | 
| 214319 214329 | 
             
                          "GeneralLabels": {
         | 
| 214320 | 
            -
                            "shape": " | 
| 214330 | 
            +
                            "shape": "S4t"
         | 
| 214321 214331 | 
             
                          }
         | 
| 214322 214332 | 
             
                        }
         | 
| 214323 214333 | 
             
                      }
         | 
| @@ -214339,11 +214349,11 @@ module.exports={ | |
| 214339 214349 | 
             
                    ],
         | 
| 214340 214350 | 
             
                    "members": {
         | 
| 214341 214351 | 
             
                      "Video": {
         | 
| 214342 | 
            -
                        "shape": " | 
| 214352 | 
            +
                        "shape": "S76"
         | 
| 214343 214353 | 
             
                      },
         | 
| 214344 214354 | 
             
                      "ClientRequestToken": {},
         | 
| 214345 214355 | 
             
                      "NotificationChannel": {
         | 
| 214346 | 
            -
                        "shape": " | 
| 214356 | 
            +
                        "shape": "Sak"
         | 
| 214347 214357 | 
             
                      },
         | 
| 214348 214358 | 
             
                      "JobTag": {}
         | 
| 214349 214359 | 
             
                    }
         | 
| @@ -214389,11 +214399,11 @@ module.exports={ | |
| 214389 214399 | 
             
                    ],
         | 
| 214390 214400 | 
             
                    "members": {
         | 
| 214391 214401 | 
             
                      "Video": {
         | 
| 214392 | 
            -
                        "shape": " | 
| 214402 | 
            +
                        "shape": "S76"
         | 
| 214393 214403 | 
             
                      },
         | 
| 214394 214404 | 
             
                      "ClientRequestToken": {},
         | 
| 214395 214405 | 
             
                      "NotificationChannel": {
         | 
| 214396 | 
            -
                        "shape": " | 
| 214406 | 
            +
                        "shape": "Sak"
         | 
| 214397 214407 | 
             
                      },
         | 
| 214398 214408 | 
             
                      "JobTag": {},
         | 
| 214399 214409 | 
             
                      "Filters": {
         | 
| @@ -214489,18 +214499,18 @@ module.exports={ | |
| 214489 214499 | 
             
                    ],
         | 
| 214490 214500 | 
             
                    "members": {
         | 
| 214491 214501 | 
             
                      "Video": {
         | 
| 214492 | 
            -
                        "shape": " | 
| 214502 | 
            +
                        "shape": "S76"
         | 
| 214493 214503 | 
             
                      },
         | 
| 214494 214504 | 
             
                      "ClientRequestToken": {},
         | 
| 214495 214505 | 
             
                      "NotificationChannel": {
         | 
| 214496 | 
            -
                        "shape": " | 
| 214506 | 
            +
                        "shape": "Sak"
         | 
| 214497 214507 | 
             
                      },
         | 
| 214498 214508 | 
             
                      "JobTag": {},
         | 
| 214499 214509 | 
             
                      "Filters": {
         | 
| 214500 214510 | 
             
                        "type": "structure",
         | 
| 214501 214511 | 
             
                        "members": {
         | 
| 214502 214512 | 
             
                          "WordFilter": {
         | 
| 214503 | 
            -
                            "shape": " | 
| 214513 | 
            +
                            "shape": "S6b"
         | 
| 214504 214514 | 
             
                          },
         | 
| 214505 214515 | 
             
                          "RegionsOfInterest": {
         | 
| 214506 214516 | 
             
                            "shape": "S2e"
         | 
| @@ -215078,31 +215088,42 @@ module.exports={ | |
| 215078 215088 | 
             
                    },
         | 
| 215079 215089 | 
             
                    "Confidence": {
         | 
| 215080 215090 | 
             
                      "type": "float"
         | 
| 215091 | 
            +
                    },
         | 
| 215092 | 
            +
                    "FaceOccluded": {
         | 
| 215093 | 
            +
                      "type": "structure",
         | 
| 215094 | 
            +
                      "members": {
         | 
| 215095 | 
            +
                        "Value": {
         | 
| 215096 | 
            +
                          "type": "boolean"
         | 
| 215097 | 
            +
                        },
         | 
| 215098 | 
            +
                        "Confidence": {
         | 
| 215099 | 
            +
                          "type": "float"
         | 
| 215100 | 
            +
                        }
         | 
| 215101 | 
            +
                      }
         | 
| 215081 215102 | 
             
                    }
         | 
| 215082 215103 | 
             
                  }
         | 
| 215083 215104 | 
             
                },
         | 
| 215084 | 
            -
                " | 
| 215105 | 
            +
                "S4t": {
         | 
| 215085 215106 | 
             
                  "type": "structure",
         | 
| 215086 215107 | 
             
                  "members": {
         | 
| 215087 215108 | 
             
                    "LabelInclusionFilters": {
         | 
| 215088 | 
            -
                      "shape": " | 
| 215109 | 
            +
                      "shape": "S4u"
         | 
| 215089 215110 | 
             
                    },
         | 
| 215090 215111 | 
             
                    "LabelExclusionFilters": {
         | 
| 215091 | 
            -
                      "shape": " | 
| 215112 | 
            +
                      "shape": "S4u"
         | 
| 215092 215113 | 
             
                    },
         | 
| 215093 215114 | 
             
                    "LabelCategoryInclusionFilters": {
         | 
| 215094 | 
            -
                      "shape": " | 
| 215115 | 
            +
                      "shape": "S4u"
         | 
| 215095 215116 | 
             
                    },
         | 
| 215096 215117 | 
             
                    "LabelCategoryExclusionFilters": {
         | 
| 215097 | 
            -
                      "shape": " | 
| 215118 | 
            +
                      "shape": "S4u"
         | 
| 215098 215119 | 
             
                    }
         | 
| 215099 215120 | 
             
                  }
         | 
| 215100 215121 | 
             
                },
         | 
| 215101 | 
            -
                " | 
| 215122 | 
            +
                "S4u": {
         | 
| 215102 215123 | 
             
                  "type": "list",
         | 
| 215103 215124 | 
             
                  "member": {}
         | 
| 215104 215125 | 
             
                },
         | 
| 215105 | 
            -
                " | 
| 215126 | 
            +
                "S50": {
         | 
| 215106 215127 | 
             
                  "type": "structure",
         | 
| 215107 215128 | 
             
                  "members": {
         | 
| 215108 215129 | 
             
                    "Name": {},
         | 
| @@ -215121,7 +215142,7 @@ module.exports={ | |
| 215121 215142 | 
             
                            "type": "float"
         | 
| 215122 215143 | 
             
                          },
         | 
| 215123 215144 | 
             
                          "DominantColors": {
         | 
| 215124 | 
            -
                            "shape": " | 
| 215145 | 
            +
                            "shape": "S53"
         | 
| 215125 215146 | 
             
                          }
         | 
| 215126 215147 | 
             
                        }
         | 
| 215127 215148 | 
             
                      }
         | 
| @@ -215155,7 +215176,7 @@ module.exports={ | |
| 215155 215176 | 
             
                    }
         | 
| 215156 215177 | 
             
                  }
         | 
| 215157 215178 | 
             
                },
         | 
| 215158 | 
            -
                " | 
| 215179 | 
            +
                "S53": {
         | 
| 215159 215180 | 
             
                  "type": "list",
         | 
| 215160 215181 | 
             
                  "member": {
         | 
| 215161 215182 | 
             
                    "type": "structure",
         | 
| @@ -215178,7 +215199,7 @@ module.exports={ | |
| 215178 215199 | 
             
                    }
         | 
| 215179 215200 | 
             
                  }
         | 
| 215180 215201 | 
             
                },
         | 
| 215181 | 
            -
                " | 
| 215202 | 
            +
                "S5c": {
         | 
| 215182 215203 | 
             
                  "type": "structure",
         | 
| 215183 215204 | 
             
                  "members": {
         | 
| 215184 215205 | 
             
                    "Brightness": {
         | 
| @@ -215192,7 +215213,7 @@ module.exports={ | |
| 215192 215213 | 
             
                    }
         | 
| 215193 215214 | 
             
                  }
         | 
| 215194 215215 | 
             
                },
         | 
| 215195 | 
            -
                " | 
| 215216 | 
            +
                "S5o": {
         | 
| 215196 215217 | 
             
                  "type": "structure",
         | 
| 215197 215218 | 
             
                  "members": {
         | 
| 215198 215219 | 
             
                    "Confidence": {
         | 
| @@ -215202,13 +215223,13 @@ module.exports={ | |
| 215202 215223 | 
             
                    "ParentName": {}
         | 
| 215203 215224 | 
             
                  }
         | 
| 215204 215225 | 
             
                },
         | 
| 215205 | 
            -
                " | 
| 215226 | 
            +
                "S68": {
         | 
| 215206 215227 | 
             
                  "type": "list",
         | 
| 215207 215228 | 
             
                  "member": {
         | 
| 215208 215229 | 
             
                    "type": "integer"
         | 
| 215209 215230 | 
             
                  }
         | 
| 215210 215231 | 
             
                },
         | 
| 215211 | 
            -
                " | 
| 215232 | 
            +
                "S6b": {
         | 
| 215212 215233 | 
             
                  "type": "structure",
         | 
| 215213 215234 | 
             
                  "members": {
         | 
| 215214 215235 | 
             
                    "MinConfidence": {
         | 
| @@ -215222,7 +215243,7 @@ module.exports={ | |
| 215222 215243 | 
             
                    }
         | 
| 215223 215244 | 
             
                  }
         | 
| 215224 215245 | 
             
                },
         | 
| 215225 | 
            -
                " | 
| 215246 | 
            +
                "S6g": {
         | 
| 215226 215247 | 
             
                  "type": "structure",
         | 
| 215227 215248 | 
             
                  "members": {
         | 
| 215228 215249 | 
             
                    "DetectedText": {},
         | 
| @@ -215241,17 +215262,17 @@ module.exports={ | |
| 215241 215262 | 
             
                    }
         | 
| 215242 215263 | 
             
                  }
         | 
| 215243 215264 | 
             
                },
         | 
| 215244 | 
            -
                " | 
| 215265 | 
            +
                "S6p": {
         | 
| 215245 215266 | 
             
                  "type": "list",
         | 
| 215246 215267 | 
             
                  "member": {}
         | 
| 215247 215268 | 
             
                },
         | 
| 215248 | 
            -
                " | 
| 215269 | 
            +
                "S6r": {
         | 
| 215249 215270 | 
             
                  "type": "structure",
         | 
| 215250 215271 | 
             
                  "members": {
         | 
| 215251 215272 | 
             
                    "Type": {}
         | 
| 215252 215273 | 
             
                  }
         | 
| 215253 215274 | 
             
                },
         | 
| 215254 | 
            -
                " | 
| 215275 | 
            +
                "S70": {
         | 
| 215255 215276 | 
             
                  "type": "structure",
         | 
| 215256 215277 | 
             
                  "members": {
         | 
| 215257 215278 | 
             
                    "Codec": {},
         | 
| @@ -215271,7 +215292,7 @@ module.exports={ | |
| 215271 215292 | 
             
                    "ColorRange": {}
         | 
| 215272 215293 | 
             
                  }
         | 
| 215273 215294 | 
             
                },
         | 
| 215274 | 
            -
                " | 
| 215295 | 
            +
                "S76": {
         | 
| 215275 215296 | 
             
                  "type": "structure",
         | 
| 215276 215297 | 
             
                  "members": {
         | 
| 215277 215298 | 
             
                    "S3Object": {
         | 
| @@ -215279,7 +215300,7 @@ module.exports={ | |
| 215279 215300 | 
             
                    }
         | 
| 215280 215301 | 
             
                  }
         | 
| 215281 215302 | 
             
                },
         | 
| 215282 | 
            -
                " | 
| 215303 | 
            +
                "S7m": {
         | 
| 215283 215304 | 
             
                  "type": "structure",
         | 
| 215284 215305 | 
             
                  "members": {
         | 
| 215285 215306 | 
             
                    "Bytes": {
         | 
| @@ -215294,7 +215315,7 @@ module.exports={ | |
| 215294 215315 | 
             
                    }
         | 
| 215295 215316 | 
             
                  }
         | 
| 215296 215317 | 
             
                },
         | 
| 215297 | 
            -
                " | 
| 215318 | 
            +
                "S7u": {
         | 
| 215298 215319 | 
             
                  "type": "structure",
         | 
| 215299 215320 | 
             
                  "members": {
         | 
| 215300 215321 | 
             
                    "Index": {
         | 
| @@ -215308,7 +215329,7 @@ module.exports={ | |
| 215308 215329 | 
             
                    }
         | 
| 215309 215330 | 
             
                  }
         | 
| 215310 215331 | 
             
                },
         | 
| 215311 | 
            -
                " | 
| 215332 | 
            +
                "S7w": {
         | 
| 215312 215333 | 
             
                  "type": "list",
         | 
| 215313 215334 | 
             
                  "member": {
         | 
| 215314 215335 | 
             
                    "type": "structure",
         | 
| @@ -215317,12 +215338,12 @@ module.exports={ | |
| 215317 215338 | 
             
                        "type": "float"
         | 
| 215318 215339 | 
             
                      },
         | 
| 215319 215340 | 
             
                      "Face": {
         | 
| 215320 | 
            -
                        "shape": " | 
| 215341 | 
            +
                        "shape": "S7y"
         | 
| 215321 215342 | 
             
                      }
         | 
| 215322 215343 | 
             
                    }
         | 
| 215323 215344 | 
             
                  }
         | 
| 215324 215345 | 
             
                },
         | 
| 215325 | 
            -
                " | 
| 215346 | 
            +
                "S7y": {
         | 
| 215326 215347 | 
             
                  "type": "structure",
         | 
| 215327 215348 | 
             
                  "members": {
         | 
| 215328 215349 | 
             
                    "FaceId": {},
         | 
| @@ -215337,7 +215358,7 @@ module.exports={ | |
| 215337 215358 | 
             
                    "IndexFacesModelVersion": {}
         | 
| 215338 215359 | 
             
                  }
         | 
| 215339 215360 | 
             
                },
         | 
| 215340 | 
            -
                " | 
| 215361 | 
            +
                "Sak": {
         | 
| 215341 215362 | 
             
                  "type": "structure",
         | 
| 215342 215363 | 
             
                  "required": [
         | 
| 215343 215364 | 
             
                    "SNSTopicArn",
         | 
| @@ -234207,14 +234228,16 @@ module.exports={ | |
| 234207 234228 | 
             
              "version": "2.0",
         | 
| 234208 234229 | 
             
              "metadata": {
         | 
| 234209 234230 | 
             
                "apiVersion": "2012-11-05",
         | 
| 234231 | 
            +
                "awsQueryCompatible": {},
         | 
| 234210 234232 | 
             
                "endpointPrefix": "sqs",
         | 
| 234211 | 
            -
                " | 
| 234233 | 
            +
                "jsonVersion": "1.0",
         | 
| 234234 | 
            +
                "protocol": "json",
         | 
| 234212 234235 | 
             
                "serviceAbbreviation": "Amazon SQS",
         | 
| 234213 234236 | 
             
                "serviceFullName": "Amazon Simple Queue Service",
         | 
| 234214 234237 | 
             
                "serviceId": "SQS",
         | 
| 234215 234238 | 
             
                "signatureVersion": "v4",
         | 
| 234216 | 
            -
                " | 
| 234217 | 
            -
                " | 
| 234239 | 
            +
                "targetPrefix": "AmazonSQS",
         | 
| 234240 | 
            +
                "uid": "sqs-2012-11-05"
         | 
| 234218 234241 | 
             
              },
         | 
| 234219 234242 | 
             
              "operations": {
         | 
| 234220 234243 | 
             
                "AddPermission": {
         | 
| @@ -234231,16 +234254,12 @@ module.exports={ | |
| 234231 234254 | 
             
                      "Label": {},
         | 
| 234232 234255 | 
             
                      "AWSAccountIds": {
         | 
| 234233 234256 | 
             
                        "type": "list",
         | 
| 234234 | 
            -
                        "member": {
         | 
| 234235 | 
            -
                          "locationName": "AWSAccountId"
         | 
| 234236 | 
            -
                        },
         | 
| 234257 | 
            +
                        "member": {},
         | 
| 234237 234258 | 
             
                        "flattened": true
         | 
| 234238 234259 | 
             
                      },
         | 
| 234239 234260 | 
             
                      "Actions": {
         | 
| 234240 234261 | 
             
                        "type": "list",
         | 
| 234241 | 
            -
                        "member": {
         | 
| 234242 | 
            -
                          "locationName": "ActionName"
         | 
| 234243 | 
            -
                        },
         | 
| 234262 | 
            +
                        "member": {},
         | 
| 234244 234263 | 
             
                        "flattened": true
         | 
| 234245 234264 | 
             
                      }
         | 
| 234246 234265 | 
             
                    }
         | 
| @@ -234275,7 +234294,6 @@ module.exports={ | |
| 234275 234294 | 
             
                      "Entries": {
         | 
| 234276 234295 | 
             
                        "type": "list",
         | 
| 234277 234296 | 
             
                        "member": {
         | 
| 234278 | 
            -
                          "locationName": "ChangeMessageVisibilityBatchRequestEntry",
         | 
| 234279 234297 | 
             
                          "type": "structure",
         | 
| 234280 234298 | 
             
                          "required": [
         | 
| 234281 234299 | 
             
                            "Id",
         | 
| @@ -234294,7 +234312,6 @@ module.exports={ | |
| 234294 234312 | 
             
                    }
         | 
| 234295 234313 | 
             
                  },
         | 
| 234296 234314 | 
             
                  "output": {
         | 
| 234297 | 
            -
                    "resultWrapper": "ChangeMessageVisibilityBatchResult",
         | 
| 234298 234315 | 
             
                    "type": "structure",
         | 
| 234299 234316 | 
             
                    "required": [
         | 
| 234300 234317 | 
             
                      "Successful",
         | 
| @@ -234304,7 +234321,6 @@ module.exports={ | |
| 234304 234321 | 
             
                      "Successful": {
         | 
| 234305 234322 | 
             
                        "type": "list",
         | 
| 234306 234323 | 
             
                        "member": {
         | 
| 234307 | 
            -
                          "locationName": "ChangeMessageVisibilityBatchResultEntry",
         | 
| 234308 234324 | 
             
                          "type": "structure",
         | 
| 234309 234325 | 
             
                          "required": [
         | 
| 234310 234326 | 
             
                            "Id"
         | 
| @@ -234330,17 +234346,14 @@ module.exports={ | |
| 234330 234346 | 
             
                    "members": {
         | 
| 234331 234347 | 
             
                      "QueueName": {},
         | 
| 234332 234348 | 
             
                      "Attributes": {
         | 
| 234333 | 
            -
                        "shape": "Sh" | 
| 234334 | 
            -
                        "locationName": "Attribute"
         | 
| 234349 | 
            +
                        "shape": "Sh"
         | 
| 234335 234350 | 
             
                      },
         | 
| 234336 234351 | 
             
                      "tags": {
         | 
| 234337 | 
            -
                        "shape": "Sj" | 
| 234338 | 
            -
                        "locationName": "Tag"
         | 
| 234352 | 
            +
                        "shape": "Sj"
         | 
| 234339 234353 | 
             
                      }
         | 
| 234340 234354 | 
             
                    }
         | 
| 234341 234355 | 
             
                  },
         | 
| 234342 234356 | 
             
                  "output": {
         | 
| 234343 | 
            -
                    "resultWrapper": "CreateQueueResult",
         | 
| 234344 234357 | 
             
                    "type": "structure",
         | 
| 234345 234358 | 
             
                    "members": {
         | 
| 234346 234359 | 
             
                      "QueueUrl": {}
         | 
| @@ -234372,7 +234385,6 @@ module.exports={ | |
| 234372 234385 | 
             
                      "Entries": {
         | 
| 234373 234386 | 
             
                        "type": "list",
         | 
| 234374 234387 | 
             
                        "member": {
         | 
| 234375 | 
            -
                          "locationName": "DeleteMessageBatchRequestEntry",
         | 
| 234376 234388 | 
             
                          "type": "structure",
         | 
| 234377 234389 | 
             
                          "required": [
         | 
| 234378 234390 | 
             
                            "Id",
         | 
| @@ -234388,7 +234400,6 @@ module.exports={ | |
| 234388 234400 | 
             
                    }
         | 
| 234389 234401 | 
             
                  },
         | 
| 234390 234402 | 
             
                  "output": {
         | 
| 234391 | 
            -
                    "resultWrapper": "DeleteMessageBatchResult",
         | 
| 234392 234403 | 
             
                    "type": "structure",
         | 
| 234393 234404 | 
             
                    "required": [
         | 
| 234394 234405 | 
             
                      "Successful",
         | 
| @@ -234398,7 +234409,6 @@ module.exports={ | |
| 234398 234409 | 
             
                      "Successful": {
         | 
| 234399 234410 | 
             
                        "type": "list",
         | 
| 234400 234411 | 
             
                        "member": {
         | 
| 234401 | 
            -
                          "locationName": "DeleteMessageBatchResultEntry",
         | 
| 234402 234412 | 
             
                          "type": "structure",
         | 
| 234403 234413 | 
             
                          "required": [
         | 
| 234404 234414 | 
             
                            "Id"
         | 
| @@ -234440,12 +234450,10 @@ module.exports={ | |
| 234440 234450 | 
             
                    }
         | 
| 234441 234451 | 
             
                  },
         | 
| 234442 234452 | 
             
                  "output": {
         | 
| 234443 | 
            -
                    "resultWrapper": "GetQueueAttributesResult",
         | 
| 234444 234453 | 
             
                    "type": "structure",
         | 
| 234445 234454 | 
             
                    "members": {
         | 
| 234446 234455 | 
             
                      "Attributes": {
         | 
| 234447 | 
            -
                        "shape": "Sh" | 
| 234448 | 
            -
                        "locationName": "Attribute"
         | 
| 234456 | 
            +
                        "shape": "Sh"
         | 
| 234449 234457 | 
             
                      }
         | 
| 234450 234458 | 
             
                    }
         | 
| 234451 234459 | 
             
                  }
         | 
| @@ -234462,7 +234470,6 @@ module.exports={ | |
| 234462 234470 | 
             
                    }
         | 
| 234463 234471 | 
             
                  },
         | 
| 234464 234472 | 
             
                  "output": {
         | 
| 234465 | 
            -
                    "resultWrapper": "GetQueueUrlResult",
         | 
| 234466 234473 | 
             
                    "type": "structure",
         | 
| 234467 234474 | 
             
                    "members": {
         | 
| 234468 234475 | 
             
                      "QueueUrl": {}
         | 
| @@ -234484,7 +234491,6 @@ module.exports={ | |
| 234484 234491 | 
             
                    }
         | 
| 234485 234492 | 
             
                  },
         | 
| 234486 234493 | 
             
                  "output": {
         | 
| 234487 | 
            -
                    "resultWrapper": "ListDeadLetterSourceQueuesResult",
         | 
| 234488 234494 | 
             
                    "type": "structure",
         | 
| 234489 234495 | 
             
                    "required": [
         | 
| 234490 234496 | 
             
                      "queueUrls"
         | 
| @@ -234508,12 +234514,10 @@ module.exports={ | |
| 234508 234514 | 
             
                    }
         | 
| 234509 234515 | 
             
                  },
         | 
| 234510 234516 | 
             
                  "output": {
         | 
| 234511 | 
            -
                    "resultWrapper": "ListQueueTagsResult",
         | 
| 234512 234517 | 
             
                    "type": "structure",
         | 
| 234513 234518 | 
             
                    "members": {
         | 
| 234514 234519 | 
             
                      "Tags": {
         | 
| 234515 | 
            -
                        "shape": "Sj" | 
| 234516 | 
            -
                        "locationName": "Tag"
         | 
| 234520 | 
            +
                        "shape": "Sj"
         | 
| 234517 234521 | 
             
                      }
         | 
| 234518 234522 | 
             
                    }
         | 
| 234519 234523 | 
             
                  }
         | 
| @@ -234530,7 +234534,6 @@ module.exports={ | |
| 234530 234534 | 
             
                    }
         | 
| 234531 234535 | 
             
                  },
         | 
| 234532 234536 | 
             
                  "output": {
         | 
| 234533 | 
            -
                    "resultWrapper": "ListQueuesResult",
         | 
| 234534 234537 | 
             
                    "type": "structure",
         | 
| 234535 234538 | 
             
                    "members": {
         | 
| 234536 234539 | 
             
                      "QueueUrls": {
         | 
| @@ -234564,9 +234567,7 @@ module.exports={ | |
| 234564 234567 | 
             
                      },
         | 
| 234565 234568 | 
             
                      "MessageAttributeNames": {
         | 
| 234566 234569 | 
             
                        "type": "list",
         | 
| 234567 | 
            -
                        "member": {
         | 
| 234568 | 
            -
                          "locationName": "MessageAttributeName"
         | 
| 234569 | 
            -
                        },
         | 
| 234570 | 
            +
                        "member": {},
         | 
| 234570 234571 | 
             
                        "flattened": true
         | 
| 234571 234572 | 
             
                      },
         | 
| 234572 234573 | 
             
                      "MaxNumberOfMessages": {
         | 
| @@ -234582,13 +234583,11 @@ module.exports={ | |
| 234582 234583 | 
             
                    }
         | 
| 234583 234584 | 
             
                  },
         | 
| 234584 234585 | 
             
                  "output": {
         | 
| 234585 | 
            -
                    "resultWrapper": "ReceiveMessageResult",
         | 
| 234586 234586 | 
             
                    "type": "structure",
         | 
| 234587 234587 | 
             
                    "members": {
         | 
| 234588 234588 | 
             
                      "Messages": {
         | 
| 234589 234589 | 
             
                        "type": "list",
         | 
| 234590 234590 | 
             
                        "member": {
         | 
| 234591 | 
            -
                          "locationName": "Message",
         | 
| 234592 234591 | 
             
                          "type": "structure",
         | 
| 234593 234592 | 
             
                          "members": {
         | 
| 234594 234593 | 
             
                            "MessageId": {},
         | 
| @@ -234596,20 +234595,14 @@ module.exports={ | |
| 234596 234595 | 
             
                            "MD5OfBody": {},
         | 
| 234597 234596 | 
             
                            "Body": {},
         | 
| 234598 234597 | 
             
                            "Attributes": {
         | 
| 234599 | 
            -
                              "locationName": "Attribute",
         | 
| 234600 234598 | 
             
                              "type": "map",
         | 
| 234601 | 
            -
                              "key": {
         | 
| 234602 | 
            -
             | 
| 234603 | 
            -
                              },
         | 
| 234604 | 
            -
                              "value": {
         | 
| 234605 | 
            -
                                "locationName": "Value"
         | 
| 234606 | 
            -
                              },
         | 
| 234599 | 
            +
                              "key": {},
         | 
| 234600 | 
            +
                              "value": {},
         | 
| 234607 234601 | 
             
                              "flattened": true
         | 
| 234608 234602 | 
             
                            },
         | 
| 234609 234603 | 
             
                            "MD5OfMessageAttributes": {},
         | 
| 234610 234604 | 
             
                            "MessageAttributes": {
         | 
| 234611 | 
            -
                              "shape": "S1i" | 
| 234612 | 
            -
                              "locationName": "MessageAttribute"
         | 
| 234605 | 
            +
                              "shape": "S1i"
         | 
| 234613 234606 | 
             
                            }
         | 
| 234614 234607 | 
             
                          }
         | 
| 234615 234608 | 
             
                        },
         | 
| @@ -234645,19 +234638,16 @@ module.exports={ | |
| 234645 234638 | 
             
                        "type": "integer"
         | 
| 234646 234639 | 
             
                      },
         | 
| 234647 234640 | 
             
                      "MessageAttributes": {
         | 
| 234648 | 
            -
                        "shape": "S1i" | 
| 234649 | 
            -
                        "locationName": "MessageAttribute"
         | 
| 234641 | 
            +
                        "shape": "S1i"
         | 
| 234650 234642 | 
             
                      },
         | 
| 234651 234643 | 
             
                      "MessageSystemAttributes": {
         | 
| 234652 | 
            -
                        "shape": "S1p" | 
| 234653 | 
            -
                        "locationName": "MessageSystemAttribute"
         | 
| 234644 | 
            +
                        "shape": "S1p"
         | 
| 234654 234645 | 
             
                      },
         | 
| 234655 234646 | 
             
                      "MessageDeduplicationId": {},
         | 
| 234656 234647 | 
             
                      "MessageGroupId": {}
         | 
| 234657 234648 | 
             
                    }
         | 
| 234658 234649 | 
             
                  },
         | 
| 234659 234650 | 
             
                  "output": {
         | 
| 234660 | 
            -
                    "resultWrapper": "SendMessageResult",
         | 
| 234661 234651 | 
             
                    "type": "structure",
         | 
| 234662 234652 | 
             
                    "members": {
         | 
| 234663 234653 | 
             
                      "MD5OfMessageBody": {},
         | 
| @@ -234680,7 +234670,6 @@ module.exports={ | |
| 234680 234670 | 
             
                      "Entries": {
         | 
| 234681 234671 | 
             
                        "type": "list",
         | 
| 234682 234672 | 
             
                        "member": {
         | 
| 234683 | 
            -
                          "locationName": "SendMessageBatchRequestEntry",
         | 
| 234684 234673 | 
             
                          "type": "structure",
         | 
| 234685 234674 | 
             
                          "required": [
         | 
| 234686 234675 | 
             
                            "Id",
         | 
| @@ -234693,12 +234682,10 @@ module.exports={ | |
| 234693 234682 | 
             
                              "type": "integer"
         | 
| 234694 234683 | 
             
                            },
         | 
| 234695 234684 | 
             
                            "MessageAttributes": {
         | 
| 234696 | 
            -
                              "shape": "S1i" | 
| 234697 | 
            -
                              "locationName": "MessageAttribute"
         | 
| 234685 | 
            +
                              "shape": "S1i"
         | 
| 234698 234686 | 
             
                            },
         | 
| 234699 234687 | 
             
                            "MessageSystemAttributes": {
         | 
| 234700 | 
            -
                              "shape": "S1p" | 
| 234701 | 
            -
                              "locationName": "MessageSystemAttribute"
         | 
| 234688 | 
            +
                              "shape": "S1p"
         | 
| 234702 234689 | 
             
                            },
         | 
| 234703 234690 | 
             
                            "MessageDeduplicationId": {},
         | 
| 234704 234691 | 
             
                            "MessageGroupId": {}
         | 
| @@ -234709,7 +234696,6 @@ module.exports={ | |
| 234709 234696 | 
             
                    }
         | 
| 234710 234697 | 
             
                  },
         | 
| 234711 234698 | 
             
                  "output": {
         | 
| 234712 | 
            -
                    "resultWrapper": "SendMessageBatchResult",
         | 
| 234713 234699 | 
             
                    "type": "structure",
         | 
| 234714 234700 | 
             
                    "required": [
         | 
| 234715 234701 | 
             
                      "Successful",
         | 
| @@ -234719,7 +234705,6 @@ module.exports={ | |
| 234719 234705 | 
             
                      "Successful": {
         | 
| 234720 234706 | 
             
                        "type": "list",
         | 
| 234721 234707 | 
             
                        "member": {
         | 
| 234722 | 
            -
                          "locationName": "SendMessageBatchResultEntry",
         | 
| 234723 234708 | 
             
                          "type": "structure",
         | 
| 234724 234709 | 
             
                          "required": [
         | 
| 234725 234710 | 
             
                            "Id",
         | 
| @@ -234753,8 +234738,7 @@ module.exports={ | |
| 234753 234738 | 
             
                    "members": {
         | 
| 234754 234739 | 
             
                      "QueueUrl": {},
         | 
| 234755 234740 | 
             
                      "Attributes": {
         | 
| 234756 | 
            -
                        "shape": "Sh" | 
| 234757 | 
            -
                        "locationName": "Attribute"
         | 
| 234741 | 
            +
                        "shape": "Sh"
         | 
| 234758 234742 | 
             
                      }
         | 
| 234759 234743 | 
             
                    }
         | 
| 234760 234744 | 
             
                  }
         | 
| @@ -234785,9 +234769,7 @@ module.exports={ | |
| 234785 234769 | 
             
                      "QueueUrl": {},
         | 
| 234786 234770 | 
             
                      "TagKeys": {
         | 
| 234787 234771 | 
             
                        "type": "list",
         | 
| 234788 | 
            -
                        "member": {
         | 
| 234789 | 
            -
                          "locationName": "TagKey"
         | 
| 234790 | 
            -
                        },
         | 
| 234772 | 
            +
                        "member": {},
         | 
| 234791 234773 | 
             
                        "flattened": true
         | 
| 234792 234774 | 
             
                      }
         | 
| 234793 234775 | 
             
                    }
         | 
| @@ -234798,7 +234780,6 @@ module.exports={ | |
| 234798 234780 | 
             
                "Sd": {
         | 
| 234799 234781 | 
             
                  "type": "list",
         | 
| 234800 234782 | 
             
                  "member": {
         | 
| 234801 | 
            -
                    "locationName": "BatchResultErrorEntry",
         | 
| 234802 234783 | 
             
                    "type": "structure",
         | 
| 234803 234784 | 
             
                    "required": [
         | 
| 234804 234785 | 
             
                      "Id",
         | 
| @@ -234818,47 +234799,30 @@ module.exports={ | |
| 234818 234799 | 
             
                },
         | 
| 234819 234800 | 
             
                "Sh": {
         | 
| 234820 234801 | 
             
                  "type": "map",
         | 
| 234821 | 
            -
                  "key": {
         | 
| 234822 | 
            -
             | 
| 234823 | 
            -
                   | 
| 234824 | 
            -
                  "value": {
         | 
| 234825 | 
            -
                    "locationName": "Value"
         | 
| 234826 | 
            -
                  },
         | 
| 234827 | 
            -
                  "flattened": true,
         | 
| 234828 | 
            -
                  "locationName": "Attribute"
         | 
| 234802 | 
            +
                  "key": {},
         | 
| 234803 | 
            +
                  "value": {},
         | 
| 234804 | 
            +
                  "flattened": true
         | 
| 234829 234805 | 
             
                },
         | 
| 234830 234806 | 
             
                "Sj": {
         | 
| 234831 234807 | 
             
                  "type": "map",
         | 
| 234832 | 
            -
                  "key": {
         | 
| 234833 | 
            -
             | 
| 234834 | 
            -
                   | 
| 234835 | 
            -
                  "value": {
         | 
| 234836 | 
            -
                    "locationName": "Value"
         | 
| 234837 | 
            -
                  },
         | 
| 234838 | 
            -
                  "flattened": true,
         | 
| 234839 | 
            -
                  "locationName": "Tag"
         | 
| 234808 | 
            +
                  "key": {},
         | 
| 234809 | 
            +
                  "value": {},
         | 
| 234810 | 
            +
                  "flattened": true
         | 
| 234840 234811 | 
             
                },
         | 
| 234841 234812 | 
             
                "Sw": {
         | 
| 234842 234813 | 
             
                  "type": "list",
         | 
| 234843 | 
            -
                  "member": {
         | 
| 234844 | 
            -
                    "locationName": "AttributeName"
         | 
| 234845 | 
            -
                  },
         | 
| 234814 | 
            +
                  "member": {},
         | 
| 234846 234815 | 
             
                  "flattened": true
         | 
| 234847 234816 | 
             
                },
         | 
| 234848 234817 | 
             
                "S14": {
         | 
| 234849 234818 | 
             
                  "type": "list",
         | 
| 234850 | 
            -
                  "member": {
         | 
| 234851 | 
            -
                    "locationName": "QueueUrl"
         | 
| 234852 | 
            -
                  },
         | 
| 234819 | 
            +
                  "member": {},
         | 
| 234853 234820 | 
             
                  "flattened": true
         | 
| 234854 234821 | 
             
                },
         | 
| 234855 234822 | 
             
                "S1i": {
         | 
| 234856 234823 | 
             
                  "type": "map",
         | 
| 234857 | 
            -
                  "key": {
         | 
| 234858 | 
            -
                    "locationName": "Name"
         | 
| 234859 | 
            -
                  },
         | 
| 234824 | 
            +
                  "key": {},
         | 
| 234860 234825 | 
             
                  "value": {
         | 
| 234861 | 
            -
                    "locationName": "Value",
         | 
| 234862 234826 | 
             
                    "type": "structure",
         | 
| 234863 234827 | 
             
                    "required": [
         | 
| 234864 234828 | 
             
                      "DataType"
         | 
| @@ -234870,13 +234834,11 @@ module.exports={ | |
| 234870 234834 | 
             
                      },
         | 
| 234871 234835 | 
             
                      "StringListValues": {
         | 
| 234872 234836 | 
             
                        "shape": "S1l",
         | 
| 234873 | 
            -
                        "flattened": true | 
| 234874 | 
            -
                        "locationName": "StringListValue"
         | 
| 234837 | 
            +
                        "flattened": true
         | 
| 234875 234838 | 
             
                      },
         | 
| 234876 234839 | 
             
                      "BinaryListValues": {
         | 
| 234877 234840 | 
             
                        "shape": "S1m",
         | 
| 234878 | 
            -
                        "flattened": true | 
| 234879 | 
            -
                        "locationName": "BinaryListValue"
         | 
| 234841 | 
            +
                        "flattened": true
         | 
| 234880 234842 | 
             
                      },
         | 
| 234881 234843 | 
             
                      "DataType": {}
         | 
| 234882 234844 | 
             
                    }
         | 
| @@ -234885,24 +234847,18 @@ module.exports={ | |
| 234885 234847 | 
             
                },
         | 
| 234886 234848 | 
             
                "S1l": {
         | 
| 234887 234849 | 
             
                  "type": "list",
         | 
| 234888 | 
            -
                  "member": {
         | 
| 234889 | 
            -
                    "locationName": "StringListValue"
         | 
| 234890 | 
            -
                  }
         | 
| 234850 | 
            +
                  "member": {}
         | 
| 234891 234851 | 
             
                },
         | 
| 234892 234852 | 
             
                "S1m": {
         | 
| 234893 234853 | 
             
                  "type": "list",
         | 
| 234894 234854 | 
             
                  "member": {
         | 
| 234895 | 
            -
                    "locationName": "BinaryListValue",
         | 
| 234896 234855 | 
             
                    "type": "blob"
         | 
| 234897 234856 | 
             
                  }
         | 
| 234898 234857 | 
             
                },
         | 
| 234899 234858 | 
             
                "S1p": {
         | 
| 234900 234859 | 
             
                  "type": "map",
         | 
| 234901 | 
            -
                  "key": {
         | 
| 234902 | 
            -
                    "locationName": "Name"
         | 
| 234903 | 
            -
                  },
         | 
| 234860 | 
            +
                  "key": {},
         | 
| 234904 234861 | 
             
                  "value": {
         | 
| 234905 | 
            -
                    "locationName": "Value",
         | 
| 234906 234862 | 
             
                    "type": "structure",
         | 
| 234907 234863 | 
             
                    "required": [
         | 
| 234908 234864 | 
             
                      "DataType"
         | 
| @@ -234914,13 +234870,11 @@ module.exports={ | |
| 234914 234870 | 
             
                      },
         | 
| 234915 234871 | 
             
                      "StringListValues": {
         | 
| 234916 234872 | 
             
                        "shape": "S1l",
         | 
| 234917 | 
            -
                        "flattened": true | 
| 234918 | 
            -
                        "locationName": "StringListValue"
         | 
| 234873 | 
            +
                        "flattened": true
         | 
| 234919 234874 | 
             
                      },
         | 
| 234920 234875 | 
             
                      "BinaryListValues": {
         | 
| 234921 234876 | 
             
                        "shape": "S1m",
         | 
| 234922 | 
            -
                        "flattened": true | 
| 234923 | 
            -
                        "locationName": "BinaryListValue"
         | 
| 234877 | 
            +
                        "flattened": true
         | 
| 234924 234878 | 
             
                      },
         | 
| 234925 234879 | 
             
                      "DataType": {}
         | 
| 234926 234880 | 
             
                    }
         | 
| @@ -234934,18 +234888,19 @@ module.exports={ | |
| 234934 234888 | 
             
              "pagination": {
         | 
| 234935 234889 | 
             
                "ListDeadLetterSourceQueues": {
         | 
| 234936 234890 | 
             
                  "input_token": "NextToken",
         | 
| 234937 | 
            -
                  "limit_key": "MaxResults",
         | 
| 234938 234891 | 
             
                  "output_token": "NextToken",
         | 
| 234892 | 
            +
                  "limit_key": "MaxResults",
         | 
| 234939 234893 | 
             
                  "result_key": "queueUrls"
         | 
| 234940 234894 | 
             
                },
         | 
| 234941 234895 | 
             
                "ListQueues": {
         | 
| 234942 234896 | 
             
                  "input_token": "NextToken",
         | 
| 234943 | 
            -
                  "limit_key": "MaxResults",
         | 
| 234944 234897 | 
             
                  "output_token": "NextToken",
         | 
| 234898 | 
            +
                  "limit_key": "MaxResults",
         | 
| 234945 234899 | 
             
                  "result_key": "QueueUrls"
         | 
| 234946 234900 | 
             
                }
         | 
| 234947 234901 | 
             
              }
         | 
| 234948 234902 | 
             
            }
         | 
| 234903 | 
            +
             | 
| 234949 234904 | 
             
            },{}],225:[function(require,module,exports){
         | 
| 234950 234905 | 
             
            module.exports={
         | 
| 234951 234906 | 
             
              "version": "2.0",
         | 
| @@ -256600,7 +256555,7 @@ AWS.util.update(AWS, { | |
| 256600 256555 | 
             
              /**
         | 
| 256601 256556 | 
             
               * @constant
         | 
| 256602 256557 | 
             
               */
         | 
| 256603 | 
            -
              VERSION: '2. | 
| 256558 | 
            +
              VERSION: '2.1372.0',
         | 
| 256604 256559 |  | 
| 256605 256560 | 
             
              /**
         | 
| 256606 256561 | 
             
               * @api private
         | 
| @@ -278726,7 +278681,7 @@ var LRUCache = /** @class */ (function () { | |
| 278726 278681 | 
             
            }());
         | 
| 278727 278682 | 
             
            exports.LRUCache = LRUCache;
         | 
| 278728 278683 | 
             
            },{}],462:[function(require,module,exports){
         | 
| 278729 | 
            -
            // AWS SDK for JavaScript v2. | 
| 278684 | 
            +
            // AWS SDK for JavaScript v2.1372.0
         | 
| 278730 278685 | 
             
            // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
         | 
| 278731 278686 | 
             
            // License at https://sdk.amazonaws.com/js/BUNDLE_LICENSE.txt
         | 
| 278732 278687 | 
             
            require('./browser_loader');
         |