cdk-docker-image-deployment 0.0.60 → 0.0.61

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.
Files changed (1762) hide show
  1. package/.jsii +3 -3
  2. package/lib/destination.js +1 -1
  3. package/lib/docker-image-deployment.js +1 -1
  4. package/lib/source.js +1 -1
  5. package/node_modules/aws-sdk/CHANGELOG.md +7 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +181 -45
  8. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.paginators.json +12 -0
  9. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +34 -19
  10. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +712 -712
  11. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +29 -26
  12. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +164 -21
  13. package/node_modules/aws-sdk/clients/s3control.d.ts +26 -3
  14. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -1
  15. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +20 -16
  16. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +4 -3
  17. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -10
  18. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
  19. package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
  20. package/node_modules/aws-sdk/lib/core.js +1 -1
  21. package/node_modules/aws-sdk/package.json +1 -1
  22. package/node_modules/{get-symbol-description → gopd}/.eslintrc +2 -0
  23. package/node_modules/{is-string → gopd}/.github/FUNDING.yml +1 -1
  24. package/node_modules/gopd/CHANGELOG.md +25 -0
  25. package/node_modules/{safe-regex-test → gopd}/LICENSE +0 -0
  26. package/node_modules/gopd/README.md +40 -0
  27. package/node_modules/{es-abstract/helpers/getOwnPropertyDescriptor.js → gopd/index.js} +1 -0
  28. package/node_modules/{safe-regex-test → gopd}/package.json +21 -25
  29. package/node_modules/gopd/test/index.js +35 -0
  30. package/node_modules/is-typed-array/CHANGELOG.md +19 -0
  31. package/node_modules/is-typed-array/index.js +1 -1
  32. package/node_modules/is-typed-array/package.json +21 -8
  33. package/node_modules/which-typed-array/CHANGELOG.md +9 -0
  34. package/node_modules/which-typed-array/index.js +1 -1
  35. package/node_modules/which-typed-array/package.json +7 -6
  36. package/package.json +3 -5
  37. package/node_modules/define-properties/.editorconfig +0 -13
  38. package/node_modules/define-properties/.eslintrc +0 -19
  39. package/node_modules/define-properties/.github/FUNDING.yml +0 -12
  40. package/node_modules/define-properties/.nycrc +0 -9
  41. package/node_modules/define-properties/CHANGELOG.md +0 -63
  42. package/node_modules/define-properties/LICENSE +0 -21
  43. package/node_modules/define-properties/README.md +0 -84
  44. package/node_modules/define-properties/index.js +0 -47
  45. package/node_modules/define-properties/package.json +0 -66
  46. package/node_modules/es-abstract/.editorconfig +0 -15
  47. package/node_modules/es-abstract/.eslintrc +0 -67
  48. package/node_modules/es-abstract/.nycrc +0 -10
  49. package/node_modules/es-abstract/2015/AbstractEqualityComparison.js +0 -37
  50. package/node_modules/es-abstract/2015/AbstractRelationalComparison.js +0 -63
  51. package/node_modules/es-abstract/2015/AdvanceStringIndex.js +0 -47
  52. package/node_modules/es-abstract/2015/ArrayCreate.js +0 -53
  53. package/node_modules/es-abstract/2015/ArraySetLength.js +0 -85
  54. package/node_modules/es-abstract/2015/ArraySpeciesCreate.js +0 -46
  55. package/node_modules/es-abstract/2015/Call.js +0 -20
  56. package/node_modules/es-abstract/2015/CanonicalNumericIndexString.js +0 -22
  57. package/node_modules/es-abstract/2015/CharacterRange.js +0 -31
  58. package/node_modules/es-abstract/2015/CompletePropertyDescriptor.js +0 -39
  59. package/node_modules/es-abstract/2015/CreateDataProperty.js +0 -45
  60. package/node_modules/es-abstract/2015/CreateDataPropertyOrThrow.js +0 -25
  61. package/node_modules/es-abstract/2015/CreateHTML.js +0 -30
  62. package/node_modules/es-abstract/2015/CreateIterResultObject.js +0 -19
  63. package/node_modules/es-abstract/2015/CreateListFromArrayLike.js +0 -43
  64. package/node_modules/es-abstract/2015/CreateMethodProperty.js +0 -40
  65. package/node_modules/es-abstract/2015/DateFromTime.js +0 -54
  66. package/node_modules/es-abstract/2015/Day.js +0 -11
  67. package/node_modules/es-abstract/2015/DayFromYear.js +0 -10
  68. package/node_modules/es-abstract/2015/DayWithinYear.js +0 -11
  69. package/node_modules/es-abstract/2015/DaysInYear.js +0 -18
  70. package/node_modules/es-abstract/2015/DefinePropertyOrThrow.js +0 -50
  71. package/node_modules/es-abstract/2015/DeletePropertyOrThrow.js +0 -27
  72. package/node_modules/es-abstract/2015/EnumerableOwnNames.js +0 -19
  73. package/node_modules/es-abstract/2015/FromPropertyDescriptor.js +0 -16
  74. package/node_modules/es-abstract/2015/Get.js +0 -25
  75. package/node_modules/es-abstract/2015/GetIterator.js +0 -34
  76. package/node_modules/es-abstract/2015/GetMethod.js +0 -34
  77. package/node_modules/es-abstract/2015/GetOwnPropertyKeys.js +0 -31
  78. package/node_modules/es-abstract/2015/GetPrototypeFromConstructor.js +0 -28
  79. package/node_modules/es-abstract/2015/GetSubstitution.js +0 -104
  80. package/node_modules/es-abstract/2015/GetV.js +0 -23
  81. package/node_modules/es-abstract/2015/HasOwnProperty.js +0 -22
  82. package/node_modules/es-abstract/2015/HasProperty.js +0 -20
  83. package/node_modules/es-abstract/2015/HourFromTime.js +0 -14
  84. package/node_modules/es-abstract/2015/InLeapYear.js +0 -21
  85. package/node_modules/es-abstract/2015/InstanceofOperator.js +0 -30
  86. package/node_modules/es-abstract/2015/Invoke.js +0 -24
  87. package/node_modules/es-abstract/2015/IsAccessorDescriptor.js +0 -23
  88. package/node_modules/es-abstract/2015/IsArray.js +0 -4
  89. package/node_modules/es-abstract/2015/IsCallable.js +0 -5
  90. package/node_modules/es-abstract/2015/IsCompatiblePropertyDescriptor.js +0 -9
  91. package/node_modules/es-abstract/2015/IsConcatSpreadable.js +0 -25
  92. package/node_modules/es-abstract/2015/IsConstructor.js +0 -40
  93. package/node_modules/es-abstract/2015/IsDataDescriptor.js +0 -23
  94. package/node_modules/es-abstract/2015/IsExtensible.js +0 -18
  95. package/node_modules/es-abstract/2015/IsGenericDescriptor.js +0 -23
  96. package/node_modules/es-abstract/2015/IsInteger.js +0 -17
  97. package/node_modules/es-abstract/2015/IsPromise.js +0 -24
  98. package/node_modules/es-abstract/2015/IsPropertyDescriptor.js +0 -19
  99. package/node_modules/es-abstract/2015/IsPropertyKey.js +0 -7
  100. package/node_modules/es-abstract/2015/IsRegExp.js +0 -24
  101. package/node_modules/es-abstract/2015/IteratorClose.js +0 -50
  102. package/node_modules/es-abstract/2015/IteratorComplete.js +0 -18
  103. package/node_modules/es-abstract/2015/IteratorNext.js +0 -18
  104. package/node_modules/es-abstract/2015/IteratorStep.js +0 -13
  105. package/node_modules/es-abstract/2015/IteratorValue.js +0 -18
  106. package/node_modules/es-abstract/2015/MakeDate.js +0 -13
  107. package/node_modules/es-abstract/2015/MakeDay.js +0 -33
  108. package/node_modules/es-abstract/2015/MakeTime.js +0 -23
  109. package/node_modules/es-abstract/2015/MinFromTime.js +0 -14
  110. package/node_modules/es-abstract/2015/MonthFromTime.js +0 -47
  111. package/node_modules/es-abstract/2015/ObjectCreate.js +0 -37
  112. package/node_modules/es-abstract/2015/ObjectDefineProperties.js +0 -40
  113. package/node_modules/es-abstract/2015/OrdinaryCreateFromConstructor.js +0 -20
  114. package/node_modules/es-abstract/2015/OrdinaryDefineOwnProperty.js +0 -61
  115. package/node_modules/es-abstract/2015/OrdinaryGetOwnProperty.js +0 -44
  116. package/node_modules/es-abstract/2015/OrdinaryHasInstance.js +0 -25
  117. package/node_modules/es-abstract/2015/OrdinaryHasProperty.js +0 -20
  118. package/node_modules/es-abstract/2015/QuoteJSONString.js +0 -52
  119. package/node_modules/es-abstract/2015/RegExpCreate.js +0 -21
  120. package/node_modules/es-abstract/2015/RegExpExec.js +0 -32
  121. package/node_modules/es-abstract/2015/RequireObjectCoercible.js +0 -3
  122. package/node_modules/es-abstract/2015/SameValue.js +0 -13
  123. package/node_modules/es-abstract/2015/SameValueZero.js +0 -9
  124. package/node_modules/es-abstract/2015/SecFromTime.js +0 -14
  125. package/node_modules/es-abstract/2015/Set.js +0 -47
  126. package/node_modules/es-abstract/2015/SetFunctionName.js +0 -44
  127. package/node_modules/es-abstract/2015/SetIntegrityLevel.js +0 -57
  128. package/node_modules/es-abstract/2015/SpeciesConstructor.js +0 -32
  129. package/node_modules/es-abstract/2015/SplitMatch.js +0 -38
  130. package/node_modules/es-abstract/2015/StrictEqualityComparison.js +0 -17
  131. package/node_modules/es-abstract/2015/StringCreate.js +0 -40
  132. package/node_modules/es-abstract/2015/StringGetIndexProperty.js +0 -52
  133. package/node_modules/es-abstract/2015/SymbolDescriptiveString.js +0 -20
  134. package/node_modules/es-abstract/2015/TestIntegrityLevel.js +0 -42
  135. package/node_modules/es-abstract/2015/TimeClip.js +0 -21
  136. package/node_modules/es-abstract/2015/TimeFromYear.js +0 -11
  137. package/node_modules/es-abstract/2015/TimeWithinDay.js +0 -12
  138. package/node_modules/es-abstract/2015/ToBoolean.js +0 -5
  139. package/node_modules/es-abstract/2015/ToDateString.js +0 -22
  140. package/node_modules/es-abstract/2015/ToInt16.js +0 -10
  141. package/node_modules/es-abstract/2015/ToInt32.js +0 -9
  142. package/node_modules/es-abstract/2015/ToInt8.js +0 -10
  143. package/node_modules/es-abstract/2015/ToInteger.js +0 -12
  144. package/node_modules/es-abstract/2015/ToLength.js +0 -12
  145. package/node_modules/es-abstract/2015/ToNumber.js +0 -59
  146. package/node_modules/es-abstract/2015/ToObject.js +0 -14
  147. package/node_modules/es-abstract/2015/ToPrimitive.js +0 -12
  148. package/node_modules/es-abstract/2015/ToPropertyDescriptor.js +0 -52
  149. package/node_modules/es-abstract/2015/ToPropertyKey.js +0 -15
  150. package/node_modules/es-abstract/2015/ToString.js +0 -15
  151. package/node_modules/es-abstract/2015/ToUint16.js +0 -19
  152. package/node_modules/es-abstract/2015/ToUint32.js +0 -9
  153. package/node_modules/es-abstract/2015/ToUint8.js +0 -20
  154. package/node_modules/es-abstract/2015/ToUint8Clamp.js +0 -19
  155. package/node_modules/es-abstract/2015/Type.js +0 -12
  156. package/node_modules/es-abstract/2015/ValidateAndApplyPropertyDescriptor.js +0 -170
  157. package/node_modules/es-abstract/2015/WeekDay.js +0 -10
  158. package/node_modules/es-abstract/2015/YearFromTime.js +0 -16
  159. package/node_modules/es-abstract/2015/abs.js +0 -11
  160. package/node_modules/es-abstract/2015/floor.js +0 -11
  161. package/node_modules/es-abstract/2015/modulo.js +0 -9
  162. package/node_modules/es-abstract/2015/msFromTime.js +0 -11
  163. package/node_modules/es-abstract/2015/thisBooleanValue.js +0 -15
  164. package/node_modules/es-abstract/2015/thisNumberValue.js +0 -18
  165. package/node_modules/es-abstract/2015/thisStringValue.js +0 -15
  166. package/node_modules/es-abstract/2015/thisTimeValue.js +0 -9
  167. package/node_modules/es-abstract/2016/AbstractEqualityComparison.js +0 -37
  168. package/node_modules/es-abstract/2016/AbstractRelationalComparison.js +0 -63
  169. package/node_modules/es-abstract/2016/AdvanceStringIndex.js +0 -47
  170. package/node_modules/es-abstract/2016/ArrayCreate.js +0 -53
  171. package/node_modules/es-abstract/2016/ArraySetLength.js +0 -85
  172. package/node_modules/es-abstract/2016/ArraySpeciesCreate.js +0 -46
  173. package/node_modules/es-abstract/2016/Call.js +0 -20
  174. package/node_modules/es-abstract/2016/CanonicalNumericIndexString.js +0 -22
  175. package/node_modules/es-abstract/2016/CharacterRange.js +0 -31
  176. package/node_modules/es-abstract/2016/CompletePropertyDescriptor.js +0 -39
  177. package/node_modules/es-abstract/2016/CreateDataProperty.js +0 -45
  178. package/node_modules/es-abstract/2016/CreateDataPropertyOrThrow.js +0 -25
  179. package/node_modules/es-abstract/2016/CreateHTML.js +0 -30
  180. package/node_modules/es-abstract/2016/CreateIterResultObject.js +0 -19
  181. package/node_modules/es-abstract/2016/CreateListFromArrayLike.js +0 -43
  182. package/node_modules/es-abstract/2016/CreateMethodProperty.js +0 -40
  183. package/node_modules/es-abstract/2016/DateFromTime.js +0 -54
  184. package/node_modules/es-abstract/2016/Day.js +0 -11
  185. package/node_modules/es-abstract/2016/DayFromYear.js +0 -10
  186. package/node_modules/es-abstract/2016/DayWithinYear.js +0 -11
  187. package/node_modules/es-abstract/2016/DaysInYear.js +0 -18
  188. package/node_modules/es-abstract/2016/DefinePropertyOrThrow.js +0 -50
  189. package/node_modules/es-abstract/2016/DeletePropertyOrThrow.js +0 -27
  190. package/node_modules/es-abstract/2016/EnumerableOwnNames.js +0 -19
  191. package/node_modules/es-abstract/2016/FromPropertyDescriptor.js +0 -16
  192. package/node_modules/es-abstract/2016/Get.js +0 -25
  193. package/node_modules/es-abstract/2016/GetIterator.js +0 -34
  194. package/node_modules/es-abstract/2016/GetMethod.js +0 -34
  195. package/node_modules/es-abstract/2016/GetOwnPropertyKeys.js +0 -31
  196. package/node_modules/es-abstract/2016/GetPrototypeFromConstructor.js +0 -28
  197. package/node_modules/es-abstract/2016/GetSubstitution.js +0 -104
  198. package/node_modules/es-abstract/2016/GetV.js +0 -23
  199. package/node_modules/es-abstract/2016/HasOwnProperty.js +0 -22
  200. package/node_modules/es-abstract/2016/HasProperty.js +0 -20
  201. package/node_modules/es-abstract/2016/HourFromTime.js +0 -14
  202. package/node_modules/es-abstract/2016/InLeapYear.js +0 -21
  203. package/node_modules/es-abstract/2016/InstanceofOperator.js +0 -30
  204. package/node_modules/es-abstract/2016/Invoke.js +0 -24
  205. package/node_modules/es-abstract/2016/IsAccessorDescriptor.js +0 -23
  206. package/node_modules/es-abstract/2016/IsArray.js +0 -4
  207. package/node_modules/es-abstract/2016/IsCallable.js +0 -5
  208. package/node_modules/es-abstract/2016/IsCompatiblePropertyDescriptor.js +0 -9
  209. package/node_modules/es-abstract/2016/IsConcatSpreadable.js +0 -25
  210. package/node_modules/es-abstract/2016/IsConstructor.js +0 -40
  211. package/node_modules/es-abstract/2016/IsDataDescriptor.js +0 -23
  212. package/node_modules/es-abstract/2016/IsExtensible.js +0 -18
  213. package/node_modules/es-abstract/2016/IsGenericDescriptor.js +0 -23
  214. package/node_modules/es-abstract/2016/IsInteger.js +0 -17
  215. package/node_modules/es-abstract/2016/IsPromise.js +0 -24
  216. package/node_modules/es-abstract/2016/IsPropertyDescriptor.js +0 -19
  217. package/node_modules/es-abstract/2016/IsPropertyKey.js +0 -7
  218. package/node_modules/es-abstract/2016/IsRegExp.js +0 -24
  219. package/node_modules/es-abstract/2016/IterableToArrayLike.js +0 -39
  220. package/node_modules/es-abstract/2016/IteratorClose.js +0 -50
  221. package/node_modules/es-abstract/2016/IteratorComplete.js +0 -18
  222. package/node_modules/es-abstract/2016/IteratorNext.js +0 -18
  223. package/node_modules/es-abstract/2016/IteratorStep.js +0 -13
  224. package/node_modules/es-abstract/2016/IteratorValue.js +0 -18
  225. package/node_modules/es-abstract/2016/MakeDate.js +0 -13
  226. package/node_modules/es-abstract/2016/MakeDay.js +0 -33
  227. package/node_modules/es-abstract/2016/MakeTime.js +0 -23
  228. package/node_modules/es-abstract/2016/MinFromTime.js +0 -14
  229. package/node_modules/es-abstract/2016/MonthFromTime.js +0 -47
  230. package/node_modules/es-abstract/2016/ObjectCreate.js +0 -37
  231. package/node_modules/es-abstract/2016/ObjectDefineProperties.js +0 -40
  232. package/node_modules/es-abstract/2016/OrdinaryCreateFromConstructor.js +0 -20
  233. package/node_modules/es-abstract/2016/OrdinaryDefineOwnProperty.js +0 -61
  234. package/node_modules/es-abstract/2016/OrdinaryGetOwnProperty.js +0 -44
  235. package/node_modules/es-abstract/2016/OrdinaryGetPrototypeOf.js +0 -21
  236. package/node_modules/es-abstract/2016/OrdinaryHasInstance.js +0 -25
  237. package/node_modules/es-abstract/2016/OrdinaryHasProperty.js +0 -20
  238. package/node_modules/es-abstract/2016/OrdinarySetPrototypeOf.js +0 -53
  239. package/node_modules/es-abstract/2016/QuoteJSONString.js +0 -52
  240. package/node_modules/es-abstract/2016/RegExpCreate.js +0 -21
  241. package/node_modules/es-abstract/2016/RegExpExec.js +0 -32
  242. package/node_modules/es-abstract/2016/RequireObjectCoercible.js +0 -3
  243. package/node_modules/es-abstract/2016/SameValue.js +0 -13
  244. package/node_modules/es-abstract/2016/SameValueNonNumber.js +0 -16
  245. package/node_modules/es-abstract/2016/SameValueZero.js +0 -9
  246. package/node_modules/es-abstract/2016/SecFromTime.js +0 -14
  247. package/node_modules/es-abstract/2016/Set.js +0 -47
  248. package/node_modules/es-abstract/2016/SetFunctionName.js +0 -44
  249. package/node_modules/es-abstract/2016/SetIntegrityLevel.js +0 -57
  250. package/node_modules/es-abstract/2016/SpeciesConstructor.js +0 -32
  251. package/node_modules/es-abstract/2016/SplitMatch.js +0 -38
  252. package/node_modules/es-abstract/2016/StrictEqualityComparison.js +0 -17
  253. package/node_modules/es-abstract/2016/StringCreate.js +0 -40
  254. package/node_modules/es-abstract/2016/SymbolDescriptiveString.js +0 -20
  255. package/node_modules/es-abstract/2016/TestIntegrityLevel.js +0 -42
  256. package/node_modules/es-abstract/2016/TimeClip.js +0 -21
  257. package/node_modules/es-abstract/2016/TimeFromYear.js +0 -11
  258. package/node_modules/es-abstract/2016/TimeWithinDay.js +0 -12
  259. package/node_modules/es-abstract/2016/ToBoolean.js +0 -5
  260. package/node_modules/es-abstract/2016/ToDateString.js +0 -22
  261. package/node_modules/es-abstract/2016/ToInt16.js +0 -10
  262. package/node_modules/es-abstract/2016/ToInt32.js +0 -9
  263. package/node_modules/es-abstract/2016/ToInt8.js +0 -10
  264. package/node_modules/es-abstract/2016/ToInteger.js +0 -12
  265. package/node_modules/es-abstract/2016/ToLength.js +0 -12
  266. package/node_modules/es-abstract/2016/ToNumber.js +0 -59
  267. package/node_modules/es-abstract/2016/ToObject.js +0 -14
  268. package/node_modules/es-abstract/2016/ToPrimitive.js +0 -12
  269. package/node_modules/es-abstract/2016/ToPropertyDescriptor.js +0 -52
  270. package/node_modules/es-abstract/2016/ToPropertyKey.js +0 -15
  271. package/node_modules/es-abstract/2016/ToString.js +0 -15
  272. package/node_modules/es-abstract/2016/ToUint16.js +0 -19
  273. package/node_modules/es-abstract/2016/ToUint32.js +0 -9
  274. package/node_modules/es-abstract/2016/ToUint8.js +0 -20
  275. package/node_modules/es-abstract/2016/ToUint8Clamp.js +0 -19
  276. package/node_modules/es-abstract/2016/Type.js +0 -12
  277. package/node_modules/es-abstract/2016/UTF16Decode.js +0 -21
  278. package/node_modules/es-abstract/2016/UTF16Encoding.js +0 -25
  279. package/node_modules/es-abstract/2016/ValidateAndApplyPropertyDescriptor.js +0 -170
  280. package/node_modules/es-abstract/2016/WeekDay.js +0 -10
  281. package/node_modules/es-abstract/2016/YearFromTime.js +0 -16
  282. package/node_modules/es-abstract/2016/abs.js +0 -11
  283. package/node_modules/es-abstract/2016/floor.js +0 -11
  284. package/node_modules/es-abstract/2016/modulo.js +0 -9
  285. package/node_modules/es-abstract/2016/msFromTime.js +0 -11
  286. package/node_modules/es-abstract/2016/thisBooleanValue.js +0 -15
  287. package/node_modules/es-abstract/2016/thisNumberValue.js +0 -18
  288. package/node_modules/es-abstract/2016/thisStringValue.js +0 -15
  289. package/node_modules/es-abstract/2016/thisTimeValue.js +0 -9
  290. package/node_modules/es-abstract/2017/AbstractEqualityComparison.js +0 -37
  291. package/node_modules/es-abstract/2017/AbstractRelationalComparison.js +0 -63
  292. package/node_modules/es-abstract/2017/AdvanceStringIndex.js +0 -47
  293. package/node_modules/es-abstract/2017/ArrayCreate.js +0 -53
  294. package/node_modules/es-abstract/2017/ArraySetLength.js +0 -85
  295. package/node_modules/es-abstract/2017/ArraySpeciesCreate.js +0 -46
  296. package/node_modules/es-abstract/2017/Call.js +0 -20
  297. package/node_modules/es-abstract/2017/CanonicalNumericIndexString.js +0 -22
  298. package/node_modules/es-abstract/2017/CharacterRange.js +0 -31
  299. package/node_modules/es-abstract/2017/CompletePropertyDescriptor.js +0 -39
  300. package/node_modules/es-abstract/2017/CreateDataProperty.js +0 -45
  301. package/node_modules/es-abstract/2017/CreateDataPropertyOrThrow.js +0 -25
  302. package/node_modules/es-abstract/2017/CreateHTML.js +0 -30
  303. package/node_modules/es-abstract/2017/CreateIterResultObject.js +0 -19
  304. package/node_modules/es-abstract/2017/CreateListFromArrayLike.js +0 -43
  305. package/node_modules/es-abstract/2017/CreateMethodProperty.js +0 -40
  306. package/node_modules/es-abstract/2017/DateFromTime.js +0 -54
  307. package/node_modules/es-abstract/2017/Day.js +0 -11
  308. package/node_modules/es-abstract/2017/DayFromYear.js +0 -10
  309. package/node_modules/es-abstract/2017/DayWithinYear.js +0 -11
  310. package/node_modules/es-abstract/2017/DaysInYear.js +0 -18
  311. package/node_modules/es-abstract/2017/DefinePropertyOrThrow.js +0 -50
  312. package/node_modules/es-abstract/2017/DeletePropertyOrThrow.js +0 -27
  313. package/node_modules/es-abstract/2017/EnumerableOwnProperties.js +0 -43
  314. package/node_modules/es-abstract/2017/FromPropertyDescriptor.js +0 -16
  315. package/node_modules/es-abstract/2017/Get.js +0 -25
  316. package/node_modules/es-abstract/2017/GetIterator.js +0 -34
  317. package/node_modules/es-abstract/2017/GetMethod.js +0 -34
  318. package/node_modules/es-abstract/2017/GetOwnPropertyKeys.js +0 -31
  319. package/node_modules/es-abstract/2017/GetPrototypeFromConstructor.js +0 -28
  320. package/node_modules/es-abstract/2017/GetSubstitution.js +0 -104
  321. package/node_modules/es-abstract/2017/GetV.js +0 -23
  322. package/node_modules/es-abstract/2017/HasOwnProperty.js +0 -22
  323. package/node_modules/es-abstract/2017/HasProperty.js +0 -20
  324. package/node_modules/es-abstract/2017/HourFromTime.js +0 -14
  325. package/node_modules/es-abstract/2017/InLeapYear.js +0 -21
  326. package/node_modules/es-abstract/2017/InstanceofOperator.js +0 -30
  327. package/node_modules/es-abstract/2017/Invoke.js +0 -24
  328. package/node_modules/es-abstract/2017/IsAccessorDescriptor.js +0 -23
  329. package/node_modules/es-abstract/2017/IsArray.js +0 -4
  330. package/node_modules/es-abstract/2017/IsCallable.js +0 -5
  331. package/node_modules/es-abstract/2017/IsCompatiblePropertyDescriptor.js +0 -9
  332. package/node_modules/es-abstract/2017/IsConcatSpreadable.js +0 -25
  333. package/node_modules/es-abstract/2017/IsConstructor.js +0 -40
  334. package/node_modules/es-abstract/2017/IsDataDescriptor.js +0 -23
  335. package/node_modules/es-abstract/2017/IsExtensible.js +0 -18
  336. package/node_modules/es-abstract/2017/IsGenericDescriptor.js +0 -23
  337. package/node_modules/es-abstract/2017/IsInteger.js +0 -17
  338. package/node_modules/es-abstract/2017/IsPromise.js +0 -24
  339. package/node_modules/es-abstract/2017/IsPropertyDescriptor.js +0 -19
  340. package/node_modules/es-abstract/2017/IsPropertyKey.js +0 -7
  341. package/node_modules/es-abstract/2017/IsRegExp.js +0 -24
  342. package/node_modules/es-abstract/2017/IsSharedArrayBuffer.js +0 -19
  343. package/node_modules/es-abstract/2017/IterableToList.js +0 -24
  344. package/node_modules/es-abstract/2017/IteratorClose.js +0 -50
  345. package/node_modules/es-abstract/2017/IteratorComplete.js +0 -18
  346. package/node_modules/es-abstract/2017/IteratorNext.js +0 -18
  347. package/node_modules/es-abstract/2017/IteratorStep.js +0 -13
  348. package/node_modules/es-abstract/2017/IteratorValue.js +0 -18
  349. package/node_modules/es-abstract/2017/MakeDate.js +0 -13
  350. package/node_modules/es-abstract/2017/MakeDay.js +0 -33
  351. package/node_modules/es-abstract/2017/MakeTime.js +0 -23
  352. package/node_modules/es-abstract/2017/MinFromTime.js +0 -14
  353. package/node_modules/es-abstract/2017/MonthFromTime.js +0 -47
  354. package/node_modules/es-abstract/2017/ObjectCreate.js +0 -37
  355. package/node_modules/es-abstract/2017/ObjectDefineProperties.js +0 -40
  356. package/node_modules/es-abstract/2017/OrdinaryCreateFromConstructor.js +0 -20
  357. package/node_modules/es-abstract/2017/OrdinaryDefineOwnProperty.js +0 -61
  358. package/node_modules/es-abstract/2017/OrdinaryGetOwnProperty.js +0 -44
  359. package/node_modules/es-abstract/2017/OrdinaryGetPrototypeOf.js +0 -21
  360. package/node_modules/es-abstract/2017/OrdinaryHasInstance.js +0 -25
  361. package/node_modules/es-abstract/2017/OrdinaryHasProperty.js +0 -20
  362. package/node_modules/es-abstract/2017/OrdinarySetPrototypeOf.js +0 -53
  363. package/node_modules/es-abstract/2017/OrdinaryToPrimitive.js +0 -38
  364. package/node_modules/es-abstract/2017/QuoteJSONString.js +0 -52
  365. package/node_modules/es-abstract/2017/RegExpCreate.js +0 -21
  366. package/node_modules/es-abstract/2017/RegExpExec.js +0 -32
  367. package/node_modules/es-abstract/2017/RequireObjectCoercible.js +0 -3
  368. package/node_modules/es-abstract/2017/SameValue.js +0 -13
  369. package/node_modules/es-abstract/2017/SameValueNonNumber.js +0 -16
  370. package/node_modules/es-abstract/2017/SameValueZero.js +0 -9
  371. package/node_modules/es-abstract/2017/SecFromTime.js +0 -14
  372. package/node_modules/es-abstract/2017/Set.js +0 -47
  373. package/node_modules/es-abstract/2017/SetFunctionName.js +0 -44
  374. package/node_modules/es-abstract/2017/SetIntegrityLevel.js +0 -57
  375. package/node_modules/es-abstract/2017/SpeciesConstructor.js +0 -32
  376. package/node_modules/es-abstract/2017/SplitMatch.js +0 -38
  377. package/node_modules/es-abstract/2017/StrictEqualityComparison.js +0 -17
  378. package/node_modules/es-abstract/2017/StringCreate.js +0 -40
  379. package/node_modules/es-abstract/2017/StringGetOwnProperty.js +0 -48
  380. package/node_modules/es-abstract/2017/SymbolDescriptiveString.js +0 -20
  381. package/node_modules/es-abstract/2017/TestIntegrityLevel.js +0 -42
  382. package/node_modules/es-abstract/2017/TimeClip.js +0 -21
  383. package/node_modules/es-abstract/2017/TimeFromYear.js +0 -11
  384. package/node_modules/es-abstract/2017/TimeWithinDay.js +0 -12
  385. package/node_modules/es-abstract/2017/ToBoolean.js +0 -5
  386. package/node_modules/es-abstract/2017/ToDateString.js +0 -22
  387. package/node_modules/es-abstract/2017/ToIndex.js +0 -26
  388. package/node_modules/es-abstract/2017/ToInt16.js +0 -10
  389. package/node_modules/es-abstract/2017/ToInt32.js +0 -9
  390. package/node_modules/es-abstract/2017/ToInt8.js +0 -10
  391. package/node_modules/es-abstract/2017/ToInteger.js +0 -12
  392. package/node_modules/es-abstract/2017/ToLength.js +0 -12
  393. package/node_modules/es-abstract/2017/ToNumber.js +0 -59
  394. package/node_modules/es-abstract/2017/ToObject.js +0 -14
  395. package/node_modules/es-abstract/2017/ToPrimitive.js +0 -12
  396. package/node_modules/es-abstract/2017/ToPropertyDescriptor.js +0 -52
  397. package/node_modules/es-abstract/2017/ToPropertyKey.js +0 -15
  398. package/node_modules/es-abstract/2017/ToString.js +0 -15
  399. package/node_modules/es-abstract/2017/ToUint16.js +0 -19
  400. package/node_modules/es-abstract/2017/ToUint32.js +0 -9
  401. package/node_modules/es-abstract/2017/ToUint8.js +0 -20
  402. package/node_modules/es-abstract/2017/ToUint8Clamp.js +0 -19
  403. package/node_modules/es-abstract/2017/Type.js +0 -12
  404. package/node_modules/es-abstract/2017/UTF16Decode.js +0 -21
  405. package/node_modules/es-abstract/2017/UTF16Encoding.js +0 -25
  406. package/node_modules/es-abstract/2017/ValidateAndApplyPropertyDescriptor.js +0 -170
  407. package/node_modules/es-abstract/2017/WeekDay.js +0 -10
  408. package/node_modules/es-abstract/2017/YearFromTime.js +0 -16
  409. package/node_modules/es-abstract/2017/abs.js +0 -11
  410. package/node_modules/es-abstract/2017/floor.js +0 -11
  411. package/node_modules/es-abstract/2017/modulo.js +0 -9
  412. package/node_modules/es-abstract/2017/msFromTime.js +0 -11
  413. package/node_modules/es-abstract/2017/thisBooleanValue.js +0 -15
  414. package/node_modules/es-abstract/2017/thisNumberValue.js +0 -18
  415. package/node_modules/es-abstract/2017/thisStringValue.js +0 -15
  416. package/node_modules/es-abstract/2017/thisTimeValue.js +0 -9
  417. package/node_modules/es-abstract/2018/AbstractEqualityComparison.js +0 -37
  418. package/node_modules/es-abstract/2018/AbstractRelationalComparison.js +0 -61
  419. package/node_modules/es-abstract/2018/AdvanceStringIndex.js +0 -47
  420. package/node_modules/es-abstract/2018/ArrayCreate.js +0 -53
  421. package/node_modules/es-abstract/2018/ArraySetLength.js +0 -85
  422. package/node_modules/es-abstract/2018/ArraySpeciesCreate.js +0 -46
  423. package/node_modules/es-abstract/2018/Call.js +0 -20
  424. package/node_modules/es-abstract/2018/CanonicalNumericIndexString.js +0 -22
  425. package/node_modules/es-abstract/2018/CharacterRange.js +0 -31
  426. package/node_modules/es-abstract/2018/CompletePropertyDescriptor.js +0 -39
  427. package/node_modules/es-abstract/2018/CopyDataProperties.js +0 -68
  428. package/node_modules/es-abstract/2018/CreateDataProperty.js +0 -45
  429. package/node_modules/es-abstract/2018/CreateDataPropertyOrThrow.js +0 -25
  430. package/node_modules/es-abstract/2018/CreateHTML.js +0 -30
  431. package/node_modules/es-abstract/2018/CreateIterResultObject.js +0 -19
  432. package/node_modules/es-abstract/2018/CreateListFromArrayLike.js +0 -43
  433. package/node_modules/es-abstract/2018/CreateMethodProperty.js +0 -40
  434. package/node_modules/es-abstract/2018/DateFromTime.js +0 -54
  435. package/node_modules/es-abstract/2018/DateString.js +0 -30
  436. package/node_modules/es-abstract/2018/Day.js +0 -11
  437. package/node_modules/es-abstract/2018/DayFromYear.js +0 -10
  438. package/node_modules/es-abstract/2018/DayWithinYear.js +0 -11
  439. package/node_modules/es-abstract/2018/DaysInYear.js +0 -18
  440. package/node_modules/es-abstract/2018/DefinePropertyOrThrow.js +0 -50
  441. package/node_modules/es-abstract/2018/DeletePropertyOrThrow.js +0 -27
  442. package/node_modules/es-abstract/2018/EnumerableOwnPropertyNames.js +0 -43
  443. package/node_modules/es-abstract/2018/FromPropertyDescriptor.js +0 -16
  444. package/node_modules/es-abstract/2018/Get.js +0 -25
  445. package/node_modules/es-abstract/2018/GetIterator.js +0 -34
  446. package/node_modules/es-abstract/2018/GetMethod.js +0 -34
  447. package/node_modules/es-abstract/2018/GetOwnPropertyKeys.js +0 -31
  448. package/node_modules/es-abstract/2018/GetPrototypeFromConstructor.js +0 -28
  449. package/node_modules/es-abstract/2018/GetSubstitution.js +0 -128
  450. package/node_modules/es-abstract/2018/GetV.js +0 -23
  451. package/node_modules/es-abstract/2018/HasOwnProperty.js +0 -22
  452. package/node_modules/es-abstract/2018/HasProperty.js +0 -20
  453. package/node_modules/es-abstract/2018/HourFromTime.js +0 -14
  454. package/node_modules/es-abstract/2018/InLeapYear.js +0 -21
  455. package/node_modules/es-abstract/2018/InstanceofOperator.js +0 -30
  456. package/node_modules/es-abstract/2018/Invoke.js +0 -24
  457. package/node_modules/es-abstract/2018/IsAccessorDescriptor.js +0 -23
  458. package/node_modules/es-abstract/2018/IsArray.js +0 -4
  459. package/node_modules/es-abstract/2018/IsCallable.js +0 -5
  460. package/node_modules/es-abstract/2018/IsCompatiblePropertyDescriptor.js +0 -9
  461. package/node_modules/es-abstract/2018/IsConcatSpreadable.js +0 -25
  462. package/node_modules/es-abstract/2018/IsConstructor.js +0 -40
  463. package/node_modules/es-abstract/2018/IsDataDescriptor.js +0 -23
  464. package/node_modules/es-abstract/2018/IsExtensible.js +0 -18
  465. package/node_modules/es-abstract/2018/IsGenericDescriptor.js +0 -23
  466. package/node_modules/es-abstract/2018/IsInteger.js +0 -17
  467. package/node_modules/es-abstract/2018/IsPromise.js +0 -24
  468. package/node_modules/es-abstract/2018/IsPropertyKey.js +0 -7
  469. package/node_modules/es-abstract/2018/IsRegExp.js +0 -24
  470. package/node_modules/es-abstract/2018/IsSharedArrayBuffer.js +0 -19
  471. package/node_modules/es-abstract/2018/IsStringPrefix.js +0 -47
  472. package/node_modules/es-abstract/2018/IterableToList.js +0 -24
  473. package/node_modules/es-abstract/2018/IteratorClose.js +0 -50
  474. package/node_modules/es-abstract/2018/IteratorComplete.js +0 -18
  475. package/node_modules/es-abstract/2018/IteratorNext.js +0 -18
  476. package/node_modules/es-abstract/2018/IteratorStep.js +0 -13
  477. package/node_modules/es-abstract/2018/IteratorValue.js +0 -18
  478. package/node_modules/es-abstract/2018/MakeDate.js +0 -13
  479. package/node_modules/es-abstract/2018/MakeDay.js +0 -33
  480. package/node_modules/es-abstract/2018/MakeTime.js +0 -23
  481. package/node_modules/es-abstract/2018/MinFromTime.js +0 -14
  482. package/node_modules/es-abstract/2018/MonthFromTime.js +0 -47
  483. package/node_modules/es-abstract/2018/NumberToString.js +0 -19
  484. package/node_modules/es-abstract/2018/ObjectCreate.js +0 -37
  485. package/node_modules/es-abstract/2018/ObjectDefineProperties.js +0 -40
  486. package/node_modules/es-abstract/2018/OrdinaryCreateFromConstructor.js +0 -20
  487. package/node_modules/es-abstract/2018/OrdinaryDefineOwnProperty.js +0 -61
  488. package/node_modules/es-abstract/2018/OrdinaryGetOwnProperty.js +0 -44
  489. package/node_modules/es-abstract/2018/OrdinaryGetPrototypeOf.js +0 -21
  490. package/node_modules/es-abstract/2018/OrdinaryHasInstance.js +0 -25
  491. package/node_modules/es-abstract/2018/OrdinaryHasProperty.js +0 -20
  492. package/node_modules/es-abstract/2018/OrdinarySetPrototypeOf.js +0 -53
  493. package/node_modules/es-abstract/2018/OrdinaryToPrimitive.js +0 -38
  494. package/node_modules/es-abstract/2018/PromiseResolve.js +0 -17
  495. package/node_modules/es-abstract/2018/QuoteJSONString.js +0 -48
  496. package/node_modules/es-abstract/2018/RegExpCreate.js +0 -21
  497. package/node_modules/es-abstract/2018/RegExpExec.js +0 -32
  498. package/node_modules/es-abstract/2018/RequireObjectCoercible.js +0 -3
  499. package/node_modules/es-abstract/2018/SameValue.js +0 -13
  500. package/node_modules/es-abstract/2018/SameValueNonNumber.js +0 -16
  501. package/node_modules/es-abstract/2018/SameValueZero.js +0 -9
  502. package/node_modules/es-abstract/2018/SecFromTime.js +0 -14
  503. package/node_modules/es-abstract/2018/Set.js +0 -47
  504. package/node_modules/es-abstract/2018/SetFunctionLength.js +0 -31
  505. package/node_modules/es-abstract/2018/SetFunctionName.js +0 -44
  506. package/node_modules/es-abstract/2018/SetIntegrityLevel.js +0 -57
  507. package/node_modules/es-abstract/2018/SpeciesConstructor.js +0 -32
  508. package/node_modules/es-abstract/2018/SplitMatch.js +0 -38
  509. package/node_modules/es-abstract/2018/StrictEqualityComparison.js +0 -17
  510. package/node_modules/es-abstract/2018/StringCreate.js +0 -40
  511. package/node_modules/es-abstract/2018/StringGetOwnProperty.js +0 -48
  512. package/node_modules/es-abstract/2018/SymbolDescriptiveString.js +0 -20
  513. package/node_modules/es-abstract/2018/TestIntegrityLevel.js +0 -42
  514. package/node_modules/es-abstract/2018/TimeClip.js +0 -21
  515. package/node_modules/es-abstract/2018/TimeFromYear.js +0 -11
  516. package/node_modules/es-abstract/2018/TimeString.js +0 -25
  517. package/node_modules/es-abstract/2018/TimeWithinDay.js +0 -12
  518. package/node_modules/es-abstract/2018/ToBoolean.js +0 -5
  519. package/node_modules/es-abstract/2018/ToDateString.js +0 -22
  520. package/node_modules/es-abstract/2018/ToIndex.js +0 -26
  521. package/node_modules/es-abstract/2018/ToInt16.js +0 -10
  522. package/node_modules/es-abstract/2018/ToInt32.js +0 -9
  523. package/node_modules/es-abstract/2018/ToInt8.js +0 -10
  524. package/node_modules/es-abstract/2018/ToInteger.js +0 -12
  525. package/node_modules/es-abstract/2018/ToLength.js +0 -12
  526. package/node_modules/es-abstract/2018/ToNumber.js +0 -59
  527. package/node_modules/es-abstract/2018/ToObject.js +0 -14
  528. package/node_modules/es-abstract/2018/ToPrimitive.js +0 -12
  529. package/node_modules/es-abstract/2018/ToPropertyDescriptor.js +0 -52
  530. package/node_modules/es-abstract/2018/ToPropertyKey.js +0 -15
  531. package/node_modules/es-abstract/2018/ToString.js +0 -15
  532. package/node_modules/es-abstract/2018/ToUint16.js +0 -19
  533. package/node_modules/es-abstract/2018/ToUint32.js +0 -9
  534. package/node_modules/es-abstract/2018/ToUint8.js +0 -20
  535. package/node_modules/es-abstract/2018/ToUint8Clamp.js +0 -19
  536. package/node_modules/es-abstract/2018/Type.js +0 -12
  537. package/node_modules/es-abstract/2018/UTF16Decode.js +0 -21
  538. package/node_modules/es-abstract/2018/UTF16Encoding.js +0 -25
  539. package/node_modules/es-abstract/2018/UnicodeEscape.js +0 -26
  540. package/node_modules/es-abstract/2018/ValidateAndApplyPropertyDescriptor.js +0 -170
  541. package/node_modules/es-abstract/2018/WeekDay.js +0 -10
  542. package/node_modules/es-abstract/2018/YearFromTime.js +0 -16
  543. package/node_modules/es-abstract/2018/abs.js +0 -11
  544. package/node_modules/es-abstract/2018/floor.js +0 -11
  545. package/node_modules/es-abstract/2018/modulo.js +0 -9
  546. package/node_modules/es-abstract/2018/msFromTime.js +0 -11
  547. package/node_modules/es-abstract/2018/thisBooleanValue.js +0 -15
  548. package/node_modules/es-abstract/2018/thisNumberValue.js +0 -18
  549. package/node_modules/es-abstract/2018/thisStringValue.js +0 -15
  550. package/node_modules/es-abstract/2018/thisSymbolValue.js +0 -19
  551. package/node_modules/es-abstract/2018/thisTimeValue.js +0 -9
  552. package/node_modules/es-abstract/2019/AbstractEqualityComparison.js +0 -37
  553. package/node_modules/es-abstract/2019/AbstractRelationalComparison.js +0 -61
  554. package/node_modules/es-abstract/2019/AddEntriesFromIterable.js +0 -52
  555. package/node_modules/es-abstract/2019/AdvanceStringIndex.js +0 -47
  556. package/node_modules/es-abstract/2019/ArrayCreate.js +0 -53
  557. package/node_modules/es-abstract/2019/ArraySetLength.js +0 -85
  558. package/node_modules/es-abstract/2019/ArraySpeciesCreate.js +0 -46
  559. package/node_modules/es-abstract/2019/Call.js +0 -20
  560. package/node_modules/es-abstract/2019/CanonicalNumericIndexString.js +0 -22
  561. package/node_modules/es-abstract/2019/CharacterRange.js +0 -31
  562. package/node_modules/es-abstract/2019/CompletePropertyDescriptor.js +0 -39
  563. package/node_modules/es-abstract/2019/CopyDataProperties.js +0 -68
  564. package/node_modules/es-abstract/2019/CreateDataProperty.js +0 -45
  565. package/node_modules/es-abstract/2019/CreateDataPropertyOrThrow.js +0 -25
  566. package/node_modules/es-abstract/2019/CreateHTML.js +0 -30
  567. package/node_modules/es-abstract/2019/CreateIterResultObject.js +0 -19
  568. package/node_modules/es-abstract/2019/CreateListFromArrayLike.js +0 -43
  569. package/node_modules/es-abstract/2019/CreateMethodProperty.js +0 -40
  570. package/node_modules/es-abstract/2019/DateFromTime.js +0 -54
  571. package/node_modules/es-abstract/2019/DateString.js +0 -30
  572. package/node_modules/es-abstract/2019/Day.js +0 -11
  573. package/node_modules/es-abstract/2019/DayFromYear.js +0 -10
  574. package/node_modules/es-abstract/2019/DayWithinYear.js +0 -11
  575. package/node_modules/es-abstract/2019/DaysInYear.js +0 -18
  576. package/node_modules/es-abstract/2019/DefinePropertyOrThrow.js +0 -50
  577. package/node_modules/es-abstract/2019/DeletePropertyOrThrow.js +0 -27
  578. package/node_modules/es-abstract/2019/EnumerableOwnPropertyNames.js +0 -43
  579. package/node_modules/es-abstract/2019/FlattenIntoArray.js +0 -58
  580. package/node_modules/es-abstract/2019/FromPropertyDescriptor.js +0 -16
  581. package/node_modules/es-abstract/2019/Get.js +0 -25
  582. package/node_modules/es-abstract/2019/GetIterator.js +0 -34
  583. package/node_modules/es-abstract/2019/GetMethod.js +0 -34
  584. package/node_modules/es-abstract/2019/GetOwnPropertyKeys.js +0 -31
  585. package/node_modules/es-abstract/2019/GetPrototypeFromConstructor.js +0 -28
  586. package/node_modules/es-abstract/2019/GetSubstitution.js +0 -128
  587. package/node_modules/es-abstract/2019/GetV.js +0 -23
  588. package/node_modules/es-abstract/2019/HasOwnProperty.js +0 -22
  589. package/node_modules/es-abstract/2019/HasProperty.js +0 -20
  590. package/node_modules/es-abstract/2019/HourFromTime.js +0 -14
  591. package/node_modules/es-abstract/2019/InLeapYear.js +0 -21
  592. package/node_modules/es-abstract/2019/InstanceofOperator.js +0 -30
  593. package/node_modules/es-abstract/2019/Invoke.js +0 -24
  594. package/node_modules/es-abstract/2019/IsAccessorDescriptor.js +0 -23
  595. package/node_modules/es-abstract/2019/IsArray.js +0 -4
  596. package/node_modules/es-abstract/2019/IsCallable.js +0 -5
  597. package/node_modules/es-abstract/2019/IsCompatiblePropertyDescriptor.js +0 -9
  598. package/node_modules/es-abstract/2019/IsConcatSpreadable.js +0 -25
  599. package/node_modules/es-abstract/2019/IsConstructor.js +0 -40
  600. package/node_modules/es-abstract/2019/IsDataDescriptor.js +0 -23
  601. package/node_modules/es-abstract/2019/IsExtensible.js +0 -18
  602. package/node_modules/es-abstract/2019/IsGenericDescriptor.js +0 -23
  603. package/node_modules/es-abstract/2019/IsInteger.js +0 -17
  604. package/node_modules/es-abstract/2019/IsPromise.js +0 -24
  605. package/node_modules/es-abstract/2019/IsPropertyKey.js +0 -7
  606. package/node_modules/es-abstract/2019/IsRegExp.js +0 -24
  607. package/node_modules/es-abstract/2019/IsSharedArrayBuffer.js +0 -19
  608. package/node_modules/es-abstract/2019/IsStringPrefix.js +0 -47
  609. package/node_modules/es-abstract/2019/IterableToList.js +0 -24
  610. package/node_modules/es-abstract/2019/IteratorClose.js +0 -50
  611. package/node_modules/es-abstract/2019/IteratorComplete.js +0 -18
  612. package/node_modules/es-abstract/2019/IteratorNext.js +0 -18
  613. package/node_modules/es-abstract/2019/IteratorStep.js +0 -13
  614. package/node_modules/es-abstract/2019/IteratorValue.js +0 -18
  615. package/node_modules/es-abstract/2019/MakeDate.js +0 -13
  616. package/node_modules/es-abstract/2019/MakeDay.js +0 -33
  617. package/node_modules/es-abstract/2019/MakeTime.js +0 -23
  618. package/node_modules/es-abstract/2019/MinFromTime.js +0 -14
  619. package/node_modules/es-abstract/2019/MonthFromTime.js +0 -47
  620. package/node_modules/es-abstract/2019/NumberToString.js +0 -19
  621. package/node_modules/es-abstract/2019/ObjectCreate.js +0 -37
  622. package/node_modules/es-abstract/2019/ObjectDefineProperties.js +0 -40
  623. package/node_modules/es-abstract/2019/OrdinaryCreateFromConstructor.js +0 -20
  624. package/node_modules/es-abstract/2019/OrdinaryDefineOwnProperty.js +0 -61
  625. package/node_modules/es-abstract/2019/OrdinaryGetOwnProperty.js +0 -44
  626. package/node_modules/es-abstract/2019/OrdinaryGetPrototypeOf.js +0 -21
  627. package/node_modules/es-abstract/2019/OrdinaryHasInstance.js +0 -25
  628. package/node_modules/es-abstract/2019/OrdinaryHasProperty.js +0 -20
  629. package/node_modules/es-abstract/2019/OrdinarySetPrototypeOf.js +0 -53
  630. package/node_modules/es-abstract/2019/OrdinaryToPrimitive.js +0 -38
  631. package/node_modules/es-abstract/2019/PromiseResolve.js +0 -17
  632. package/node_modules/es-abstract/2019/QuoteJSONString.js +0 -54
  633. package/node_modules/es-abstract/2019/RegExpCreate.js +0 -21
  634. package/node_modules/es-abstract/2019/RegExpExec.js +0 -32
  635. package/node_modules/es-abstract/2019/RequireObjectCoercible.js +0 -3
  636. package/node_modules/es-abstract/2019/SameValue.js +0 -13
  637. package/node_modules/es-abstract/2019/SameValueNonNumber.js +0 -16
  638. package/node_modules/es-abstract/2019/SameValueZero.js +0 -9
  639. package/node_modules/es-abstract/2019/SecFromTime.js +0 -14
  640. package/node_modules/es-abstract/2019/Set.js +0 -47
  641. package/node_modules/es-abstract/2019/SetFunctionLength.js +0 -31
  642. package/node_modules/es-abstract/2019/SetFunctionName.js +0 -44
  643. package/node_modules/es-abstract/2019/SetIntegrityLevel.js +0 -57
  644. package/node_modules/es-abstract/2019/SpeciesConstructor.js +0 -32
  645. package/node_modules/es-abstract/2019/SplitMatch.js +0 -38
  646. package/node_modules/es-abstract/2019/StrictEqualityComparison.js +0 -17
  647. package/node_modules/es-abstract/2019/StringCreate.js +0 -40
  648. package/node_modules/es-abstract/2019/StringGetOwnProperty.js +0 -48
  649. package/node_modules/es-abstract/2019/SymbolDescriptiveString.js +0 -20
  650. package/node_modules/es-abstract/2019/TestIntegrityLevel.js +0 -42
  651. package/node_modules/es-abstract/2019/TimeClip.js +0 -21
  652. package/node_modules/es-abstract/2019/TimeFromYear.js +0 -11
  653. package/node_modules/es-abstract/2019/TimeString.js +0 -25
  654. package/node_modules/es-abstract/2019/TimeWithinDay.js +0 -12
  655. package/node_modules/es-abstract/2019/ToBoolean.js +0 -5
  656. package/node_modules/es-abstract/2019/ToDateString.js +0 -22
  657. package/node_modules/es-abstract/2019/ToIndex.js +0 -26
  658. package/node_modules/es-abstract/2019/ToInt16.js +0 -10
  659. package/node_modules/es-abstract/2019/ToInt32.js +0 -9
  660. package/node_modules/es-abstract/2019/ToInt8.js +0 -10
  661. package/node_modules/es-abstract/2019/ToInteger.js +0 -12
  662. package/node_modules/es-abstract/2019/ToLength.js +0 -12
  663. package/node_modules/es-abstract/2019/ToNumber.js +0 -59
  664. package/node_modules/es-abstract/2019/ToObject.js +0 -14
  665. package/node_modules/es-abstract/2019/ToPrimitive.js +0 -12
  666. package/node_modules/es-abstract/2019/ToPropertyDescriptor.js +0 -52
  667. package/node_modules/es-abstract/2019/ToPropertyKey.js +0 -15
  668. package/node_modules/es-abstract/2019/ToString.js +0 -15
  669. package/node_modules/es-abstract/2019/ToUint16.js +0 -19
  670. package/node_modules/es-abstract/2019/ToUint32.js +0 -9
  671. package/node_modules/es-abstract/2019/ToUint8.js +0 -20
  672. package/node_modules/es-abstract/2019/ToUint8Clamp.js +0 -19
  673. package/node_modules/es-abstract/2019/TrimString.js +0 -29
  674. package/node_modules/es-abstract/2019/Type.js +0 -12
  675. package/node_modules/es-abstract/2019/UTF16Decode.js +0 -21
  676. package/node_modules/es-abstract/2019/UTF16Encoding.js +0 -25
  677. package/node_modules/es-abstract/2019/UnicodeEscape.js +0 -26
  678. package/node_modules/es-abstract/2019/ValidateAndApplyPropertyDescriptor.js +0 -170
  679. package/node_modules/es-abstract/2019/WeekDay.js +0 -10
  680. package/node_modules/es-abstract/2019/YearFromTime.js +0 -16
  681. package/node_modules/es-abstract/2019/abs.js +0 -11
  682. package/node_modules/es-abstract/2019/floor.js +0 -11
  683. package/node_modules/es-abstract/2019/modulo.js +0 -9
  684. package/node_modules/es-abstract/2019/msFromTime.js +0 -11
  685. package/node_modules/es-abstract/2019/thisBooleanValue.js +0 -15
  686. package/node_modules/es-abstract/2019/thisNumberValue.js +0 -18
  687. package/node_modules/es-abstract/2019/thisStringValue.js +0 -15
  688. package/node_modules/es-abstract/2019/thisSymbolValue.js +0 -19
  689. package/node_modules/es-abstract/2019/thisTimeValue.js +0 -3
  690. package/node_modules/es-abstract/2020/AbstractEqualityComparison.js +0 -57
  691. package/node_modules/es-abstract/2020/AbstractRelationalComparison.js +0 -82
  692. package/node_modules/es-abstract/2020/AddEntriesFromIterable.js +0 -52
  693. package/node_modules/es-abstract/2020/AdvanceStringIndex.js +0 -34
  694. package/node_modules/es-abstract/2020/ArrayCreate.js +0 -53
  695. package/node_modules/es-abstract/2020/ArraySetLength.js +0 -85
  696. package/node_modules/es-abstract/2020/ArraySpeciesCreate.js +0 -46
  697. package/node_modules/es-abstract/2020/BigInt/add.js +0 -18
  698. package/node_modules/es-abstract/2020/BigInt/bitwiseAND.js +0 -17
  699. package/node_modules/es-abstract/2020/BigInt/bitwiseNOT.js +0 -17
  700. package/node_modules/es-abstract/2020/BigInt/bitwiseOR.js +0 -17
  701. package/node_modules/es-abstract/2020/BigInt/bitwiseXOR.js +0 -17
  702. package/node_modules/es-abstract/2020/BigInt/divide.js +0 -22
  703. package/node_modules/es-abstract/2020/BigInt/equal.js +0 -17
  704. package/node_modules/es-abstract/2020/BigInt/exponentiate.js +0 -31
  705. package/node_modules/es-abstract/2020/BigInt/index.js +0 -43
  706. package/node_modules/es-abstract/2020/BigInt/leftShift.js +0 -18
  707. package/node_modules/es-abstract/2020/BigInt/lessThan.js +0 -18
  708. package/node_modules/es-abstract/2020/BigInt/multiply.js +0 -18
  709. package/node_modules/es-abstract/2020/BigInt/remainder.js +0 -30
  710. package/node_modules/es-abstract/2020/BigInt/sameValue.js +0 -18
  711. package/node_modules/es-abstract/2020/BigInt/sameValueZero.js +0 -18
  712. package/node_modules/es-abstract/2020/BigInt/signedRightShift.js +0 -18
  713. package/node_modules/es-abstract/2020/BigInt/subtract.js +0 -18
  714. package/node_modules/es-abstract/2020/BigInt/toString.js +0 -18
  715. package/node_modules/es-abstract/2020/BigInt/unaryMinus.js +0 -24
  716. package/node_modules/es-abstract/2020/BigInt/unsignedRightShift.js +0 -17
  717. package/node_modules/es-abstract/2020/BigIntBitwiseOp.js +0 -66
  718. package/node_modules/es-abstract/2020/BinaryAnd.js +0 -14
  719. package/node_modules/es-abstract/2020/BinaryOr.js +0 -14
  720. package/node_modules/es-abstract/2020/BinaryXor.js +0 -14
  721. package/node_modules/es-abstract/2020/Call.js +0 -20
  722. package/node_modules/es-abstract/2020/CanonicalNumericIndexString.js +0 -22
  723. package/node_modules/es-abstract/2020/CharacterRange.js +0 -31
  724. package/node_modules/es-abstract/2020/CodePointAt.js +0 -58
  725. package/node_modules/es-abstract/2020/CompletePropertyDescriptor.js +0 -39
  726. package/node_modules/es-abstract/2020/CopyDataProperties.js +0 -64
  727. package/node_modules/es-abstract/2020/CreateDataProperty.js +0 -45
  728. package/node_modules/es-abstract/2020/CreateDataPropertyOrThrow.js +0 -25
  729. package/node_modules/es-abstract/2020/CreateHTML.js +0 -30
  730. package/node_modules/es-abstract/2020/CreateIterResultObject.js +0 -19
  731. package/node_modules/es-abstract/2020/CreateListFromArrayLike.js +0 -44
  732. package/node_modules/es-abstract/2020/CreateMethodProperty.js +0 -40
  733. package/node_modules/es-abstract/2020/CreateRegExpStringIterator.js +0 -111
  734. package/node_modules/es-abstract/2020/DateFromTime.js +0 -54
  735. package/node_modules/es-abstract/2020/DateString.js +0 -30
  736. package/node_modules/es-abstract/2020/Day.js +0 -11
  737. package/node_modules/es-abstract/2020/DayFromYear.js +0 -10
  738. package/node_modules/es-abstract/2020/DayWithinYear.js +0 -11
  739. package/node_modules/es-abstract/2020/DaysInYear.js +0 -18
  740. package/node_modules/es-abstract/2020/DefinePropertyOrThrow.js +0 -50
  741. package/node_modules/es-abstract/2020/DeletePropertyOrThrow.js +0 -27
  742. package/node_modules/es-abstract/2020/EnumerableOwnPropertyNames.js +0 -43
  743. package/node_modules/es-abstract/2020/FlattenIntoArray.js +0 -58
  744. package/node_modules/es-abstract/2020/FromPropertyDescriptor.js +0 -16
  745. package/node_modules/es-abstract/2020/Get.js +0 -25
  746. package/node_modules/es-abstract/2020/GetIterator.js +0 -64
  747. package/node_modules/es-abstract/2020/GetMethod.js +0 -34
  748. package/node_modules/es-abstract/2020/GetOwnPropertyKeys.js +0 -31
  749. package/node_modules/es-abstract/2020/GetPrototypeFromConstructor.js +0 -28
  750. package/node_modules/es-abstract/2020/GetSubstitution.js +0 -128
  751. package/node_modules/es-abstract/2020/GetV.js +0 -23
  752. package/node_modules/es-abstract/2020/HasOwnProperty.js +0 -22
  753. package/node_modules/es-abstract/2020/HasProperty.js +0 -20
  754. package/node_modules/es-abstract/2020/HourFromTime.js +0 -14
  755. package/node_modules/es-abstract/2020/InLeapYear.js +0 -21
  756. package/node_modules/es-abstract/2020/InstanceofOperator.js +0 -30
  757. package/node_modules/es-abstract/2020/Invoke.js +0 -24
  758. package/node_modules/es-abstract/2020/IsAccessorDescriptor.js +0 -23
  759. package/node_modules/es-abstract/2020/IsArray.js +0 -4
  760. package/node_modules/es-abstract/2020/IsBigIntElementType.js +0 -7
  761. package/node_modules/es-abstract/2020/IsCallable.js +0 -5
  762. package/node_modules/es-abstract/2020/IsCompatiblePropertyDescriptor.js +0 -9
  763. package/node_modules/es-abstract/2020/IsConcatSpreadable.js +0 -25
  764. package/node_modules/es-abstract/2020/IsConstructor.js +0 -40
  765. package/node_modules/es-abstract/2020/IsDataDescriptor.js +0 -23
  766. package/node_modules/es-abstract/2020/IsExtensible.js +0 -18
  767. package/node_modules/es-abstract/2020/IsGenericDescriptor.js +0 -23
  768. package/node_modules/es-abstract/2020/IsInteger.js +0 -17
  769. package/node_modules/es-abstract/2020/IsNoTearConfiguration.js +0 -16
  770. package/node_modules/es-abstract/2020/IsNonNegativeInteger.js +0 -9
  771. package/node_modules/es-abstract/2020/IsPromise.js +0 -24
  772. package/node_modules/es-abstract/2020/IsPropertyKey.js +0 -7
  773. package/node_modules/es-abstract/2020/IsRegExp.js +0 -24
  774. package/node_modules/es-abstract/2020/IsSharedArrayBuffer.js +0 -19
  775. package/node_modules/es-abstract/2020/IsStringPrefix.js +0 -47
  776. package/node_modules/es-abstract/2020/IsUnclampedIntegerElementType.js +0 -12
  777. package/node_modules/es-abstract/2020/IsUnsignedElementType.js +0 -11
  778. package/node_modules/es-abstract/2020/IterableToList.js +0 -24
  779. package/node_modules/es-abstract/2020/IteratorClose.js +0 -50
  780. package/node_modules/es-abstract/2020/IteratorComplete.js +0 -18
  781. package/node_modules/es-abstract/2020/IteratorNext.js +0 -18
  782. package/node_modules/es-abstract/2020/IteratorStep.js +0 -13
  783. package/node_modules/es-abstract/2020/IteratorValue.js +0 -18
  784. package/node_modules/es-abstract/2020/LengthOfArrayLike.js +0 -20
  785. package/node_modules/es-abstract/2020/MakeDate.js +0 -13
  786. package/node_modules/es-abstract/2020/MakeDay.js +0 -33
  787. package/node_modules/es-abstract/2020/MakeTime.js +0 -23
  788. package/node_modules/es-abstract/2020/MinFromTime.js +0 -14
  789. package/node_modules/es-abstract/2020/MonthFromTime.js +0 -47
  790. package/node_modules/es-abstract/2020/Number/add.js +0 -44
  791. package/node_modules/es-abstract/2020/Number/bitwiseAND.js +0 -17
  792. package/node_modules/es-abstract/2020/Number/bitwiseNOT.js +0 -19
  793. package/node_modules/es-abstract/2020/Number/bitwiseOR.js +0 -17
  794. package/node_modules/es-abstract/2020/Number/bitwiseXOR.js +0 -17
  795. package/node_modules/es-abstract/2020/Number/divide.js +0 -22
  796. package/node_modules/es-abstract/2020/Number/equal.js +0 -21
  797. package/node_modules/es-abstract/2020/Number/exponentiate.js +0 -77
  798. package/node_modules/es-abstract/2020/Number/index.js +0 -43
  799. package/node_modules/es-abstract/2020/Number/leftShift.js +0 -24
  800. package/node_modules/es-abstract/2020/Number/lessThan.js +0 -26
  801. package/node_modules/es-abstract/2020/Number/multiply.js +0 -33
  802. package/node_modules/es-abstract/2020/Number/remainder.js +0 -32
  803. package/node_modules/es-abstract/2020/Number/sameValue.js +0 -21
  804. package/node_modules/es-abstract/2020/Number/sameValueZero.js +0 -24
  805. package/node_modules/es-abstract/2020/Number/signedRightShift.js +0 -24
  806. package/node_modules/es-abstract/2020/Number/subtract.js +0 -16
  807. package/node_modules/es-abstract/2020/Number/toString.js +0 -18
  808. package/node_modules/es-abstract/2020/Number/unaryMinus.js +0 -21
  809. package/node_modules/es-abstract/2020/Number/unsignedRightShift.js +0 -24
  810. package/node_modules/es-abstract/2020/NumberBitwiseOp.js +0 -29
  811. package/node_modules/es-abstract/2020/NumberToBigInt.js +0 -26
  812. package/node_modules/es-abstract/2020/ObjectDefineProperties.js +0 -40
  813. package/node_modules/es-abstract/2020/OrdinaryCreateFromConstructor.js +0 -20
  814. package/node_modules/es-abstract/2020/OrdinaryDefineOwnProperty.js +0 -61
  815. package/node_modules/es-abstract/2020/OrdinaryGetOwnProperty.js +0 -44
  816. package/node_modules/es-abstract/2020/OrdinaryGetPrototypeOf.js +0 -21
  817. package/node_modules/es-abstract/2020/OrdinaryHasInstance.js +0 -25
  818. package/node_modules/es-abstract/2020/OrdinaryHasProperty.js +0 -20
  819. package/node_modules/es-abstract/2020/OrdinaryObjectCreate.js +0 -46
  820. package/node_modules/es-abstract/2020/OrdinarySetPrototypeOf.js +0 -53
  821. package/node_modules/es-abstract/2020/OrdinaryToPrimitive.js +0 -38
  822. package/node_modules/es-abstract/2020/PromiseResolve.js +0 -17
  823. package/node_modules/es-abstract/2020/QuoteJSONString.js +0 -54
  824. package/node_modules/es-abstract/2020/RegExpCreate.js +0 -21
  825. package/node_modules/es-abstract/2020/RegExpExec.js +0 -32
  826. package/node_modules/es-abstract/2020/RequireObjectCoercible.js +0 -3
  827. package/node_modules/es-abstract/2020/SameValue.js +0 -13
  828. package/node_modules/es-abstract/2020/SameValueNonNumeric.js +0 -21
  829. package/node_modules/es-abstract/2020/SameValueZero.js +0 -9
  830. package/node_modules/es-abstract/2020/SecFromTime.js +0 -14
  831. package/node_modules/es-abstract/2020/Set.js +0 -47
  832. package/node_modules/es-abstract/2020/SetFunctionLength.js +0 -31
  833. package/node_modules/es-abstract/2020/SetFunctionName.js +0 -44
  834. package/node_modules/es-abstract/2020/SetIntegrityLevel.js +0 -57
  835. package/node_modules/es-abstract/2020/SpeciesConstructor.js +0 -32
  836. package/node_modules/es-abstract/2020/SplitMatch.js +0 -38
  837. package/node_modules/es-abstract/2020/StrictEqualityComparison.js +0 -17
  838. package/node_modules/es-abstract/2020/StringCreate.js +0 -40
  839. package/node_modules/es-abstract/2020/StringGetOwnProperty.js +0 -48
  840. package/node_modules/es-abstract/2020/StringPad.js +0 -43
  841. package/node_modules/es-abstract/2020/StringToBigInt.js +0 -23
  842. package/node_modules/es-abstract/2020/SymbolDescriptiveString.js +0 -20
  843. package/node_modules/es-abstract/2020/TestIntegrityLevel.js +0 -42
  844. package/node_modules/es-abstract/2020/TimeClip.js +0 -21
  845. package/node_modules/es-abstract/2020/TimeFromYear.js +0 -11
  846. package/node_modules/es-abstract/2020/TimeString.js +0 -25
  847. package/node_modules/es-abstract/2020/TimeWithinDay.js +0 -12
  848. package/node_modules/es-abstract/2020/ToBigInt.js +0 -25
  849. package/node_modules/es-abstract/2020/ToBigInt64.js +0 -25
  850. package/node_modules/es-abstract/2020/ToBigUint64.js +0 -22
  851. package/node_modules/es-abstract/2020/ToBoolean.js +0 -5
  852. package/node_modules/es-abstract/2020/ToDateString.js +0 -22
  853. package/node_modules/es-abstract/2020/ToIndex.js +0 -26
  854. package/node_modules/es-abstract/2020/ToInt16.js +0 -10
  855. package/node_modules/es-abstract/2020/ToInt32.js +0 -9
  856. package/node_modules/es-abstract/2020/ToInt8.js +0 -10
  857. package/node_modules/es-abstract/2020/ToInteger.js +0 -15
  858. package/node_modules/es-abstract/2020/ToLength.js +0 -12
  859. package/node_modules/es-abstract/2020/ToNumber.js +0 -62
  860. package/node_modules/es-abstract/2020/ToNumeric.js +0 -21
  861. package/node_modules/es-abstract/2020/ToObject.js +0 -14
  862. package/node_modules/es-abstract/2020/ToPrimitive.js +0 -12
  863. package/node_modules/es-abstract/2020/ToPropertyDescriptor.js +0 -52
  864. package/node_modules/es-abstract/2020/ToPropertyKey.js +0 -15
  865. package/node_modules/es-abstract/2020/ToString.js +0 -15
  866. package/node_modules/es-abstract/2020/ToUint16.js +0 -19
  867. package/node_modules/es-abstract/2020/ToUint32.js +0 -9
  868. package/node_modules/es-abstract/2020/ToUint8.js +0 -20
  869. package/node_modules/es-abstract/2020/ToUint8Clamp.js +0 -19
  870. package/node_modules/es-abstract/2020/TrimString.js +0 -29
  871. package/node_modules/es-abstract/2020/Type.js +0 -15
  872. package/node_modules/es-abstract/2020/UTF16DecodeString.js +0 -29
  873. package/node_modules/es-abstract/2020/UTF16DecodeSurrogatePair.js +0 -19
  874. package/node_modules/es-abstract/2020/UTF16Encoding.js +0 -25
  875. package/node_modules/es-abstract/2020/UnicodeEscape.js +0 -27
  876. package/node_modules/es-abstract/2020/ValidateAndApplyPropertyDescriptor.js +0 -170
  877. package/node_modules/es-abstract/2020/WeekDay.js +0 -10
  878. package/node_modules/es-abstract/2020/YearFromTime.js +0 -16
  879. package/node_modules/es-abstract/2020/abs.js +0 -11
  880. package/node_modules/es-abstract/2020/floor.js +0 -11
  881. package/node_modules/es-abstract/2020/modulo.js +0 -9
  882. package/node_modules/es-abstract/2020/msFromTime.js +0 -11
  883. package/node_modules/es-abstract/2020/thisBigIntValue.js +0 -22
  884. package/node_modules/es-abstract/2020/thisBooleanValue.js +0 -15
  885. package/node_modules/es-abstract/2020/thisNumberValue.js +0 -18
  886. package/node_modules/es-abstract/2020/thisStringValue.js +0 -15
  887. package/node_modules/es-abstract/2020/thisSymbolValue.js +0 -19
  888. package/node_modules/es-abstract/2020/thisTimeValue.js +0 -3
  889. package/node_modules/es-abstract/2021/AbstractEqualityComparison.js +0 -57
  890. package/node_modules/es-abstract/2021/AbstractRelationalComparison.js +0 -82
  891. package/node_modules/es-abstract/2021/AddEntriesFromIterable.js +0 -52
  892. package/node_modules/es-abstract/2021/AddToKeptObjects.js +0 -21
  893. package/node_modules/es-abstract/2021/AdvanceStringIndex.js +0 -34
  894. package/node_modules/es-abstract/2021/ApplyStringOrNumericBinaryOperator.js +0 -80
  895. package/node_modules/es-abstract/2021/ArrayCreate.js +0 -53
  896. package/node_modules/es-abstract/2021/ArraySetLength.js +0 -85
  897. package/node_modules/es-abstract/2021/ArraySpeciesCreate.js +0 -48
  898. package/node_modules/es-abstract/2021/BigInt/add.js +0 -18
  899. package/node_modules/es-abstract/2021/BigInt/bitwiseAND.js +0 -17
  900. package/node_modules/es-abstract/2021/BigInt/bitwiseNOT.js +0 -17
  901. package/node_modules/es-abstract/2021/BigInt/bitwiseOR.js +0 -17
  902. package/node_modules/es-abstract/2021/BigInt/bitwiseXOR.js +0 -17
  903. package/node_modules/es-abstract/2021/BigInt/divide.js +0 -22
  904. package/node_modules/es-abstract/2021/BigInt/equal.js +0 -17
  905. package/node_modules/es-abstract/2021/BigInt/exponentiate.js +0 -31
  906. package/node_modules/es-abstract/2021/BigInt/index.js +0 -43
  907. package/node_modules/es-abstract/2021/BigInt/leftShift.js +0 -18
  908. package/node_modules/es-abstract/2021/BigInt/lessThan.js +0 -18
  909. package/node_modules/es-abstract/2021/BigInt/multiply.js +0 -18
  910. package/node_modules/es-abstract/2021/BigInt/remainder.js +0 -30
  911. package/node_modules/es-abstract/2021/BigInt/sameValue.js +0 -18
  912. package/node_modules/es-abstract/2021/BigInt/sameValueZero.js +0 -18
  913. package/node_modules/es-abstract/2021/BigInt/signedRightShift.js +0 -18
  914. package/node_modules/es-abstract/2021/BigInt/subtract.js +0 -18
  915. package/node_modules/es-abstract/2021/BigInt/toString.js +0 -18
  916. package/node_modules/es-abstract/2021/BigInt/unaryMinus.js +0 -24
  917. package/node_modules/es-abstract/2021/BigInt/unsignedRightShift.js +0 -17
  918. package/node_modules/es-abstract/2021/BigIntBitwiseOp.js +0 -66
  919. package/node_modules/es-abstract/2021/BinaryAnd.js +0 -14
  920. package/node_modules/es-abstract/2021/BinaryOr.js +0 -14
  921. package/node_modules/es-abstract/2021/BinaryXor.js +0 -14
  922. package/node_modules/es-abstract/2021/ByteListBitwiseOp.js +0 -44
  923. package/node_modules/es-abstract/2021/ByteListEqual.js +0 -33
  924. package/node_modules/es-abstract/2021/Call.js +0 -20
  925. package/node_modules/es-abstract/2021/CanonicalNumericIndexString.js +0 -22
  926. package/node_modules/es-abstract/2021/CharacterRange.js +0 -31
  927. package/node_modules/es-abstract/2021/ClearKeptObjects.js +0 -12
  928. package/node_modules/es-abstract/2021/CodePointAt.js +0 -58
  929. package/node_modules/es-abstract/2021/CodePointsToString.js +0 -27
  930. package/node_modules/es-abstract/2021/CompletePropertyDescriptor.js +0 -39
  931. package/node_modules/es-abstract/2021/CopyDataProperties.js +0 -70
  932. package/node_modules/es-abstract/2021/CreateDataProperty.js +0 -45
  933. package/node_modules/es-abstract/2021/CreateDataPropertyOrThrow.js +0 -25
  934. package/node_modules/es-abstract/2021/CreateHTML.js +0 -30
  935. package/node_modules/es-abstract/2021/CreateIterResultObject.js +0 -19
  936. package/node_modules/es-abstract/2021/CreateListFromArrayLike.js +0 -44
  937. package/node_modules/es-abstract/2021/CreateMethodProperty.js +0 -40
  938. package/node_modules/es-abstract/2021/CreateRegExpStringIterator.js +0 -111
  939. package/node_modules/es-abstract/2021/DateFromTime.js +0 -54
  940. package/node_modules/es-abstract/2021/DateString.js +0 -30
  941. package/node_modules/es-abstract/2021/Day.js +0 -11
  942. package/node_modules/es-abstract/2021/DayFromYear.js +0 -10
  943. package/node_modules/es-abstract/2021/DayWithinYear.js +0 -11
  944. package/node_modules/es-abstract/2021/DaysInYear.js +0 -18
  945. package/node_modules/es-abstract/2021/DefinePropertyOrThrow.js +0 -50
  946. package/node_modules/es-abstract/2021/DeletePropertyOrThrow.js +0 -27
  947. package/node_modules/es-abstract/2021/EnumerableOwnPropertyNames.js +0 -43
  948. package/node_modules/es-abstract/2021/FlattenIntoArray.js +0 -58
  949. package/node_modules/es-abstract/2021/FromPropertyDescriptor.js +0 -16
  950. package/node_modules/es-abstract/2021/Get.js +0 -25
  951. package/node_modules/es-abstract/2021/GetIterator.js +0 -64
  952. package/node_modules/es-abstract/2021/GetMethod.js +0 -34
  953. package/node_modules/es-abstract/2021/GetOwnPropertyKeys.js +0 -31
  954. package/node_modules/es-abstract/2021/GetPromiseResolve.js +0 -22
  955. package/node_modules/es-abstract/2021/GetPrototypeFromConstructor.js +0 -28
  956. package/node_modules/es-abstract/2021/GetSubstitution.js +0 -128
  957. package/node_modules/es-abstract/2021/GetV.js +0 -23
  958. package/node_modules/es-abstract/2021/HasOwnProperty.js +0 -22
  959. package/node_modules/es-abstract/2021/HasProperty.js +0 -20
  960. package/node_modules/es-abstract/2021/HourFromTime.js +0 -14
  961. package/node_modules/es-abstract/2021/InLeapYear.js +0 -21
  962. package/node_modules/es-abstract/2021/InstanceofOperator.js +0 -30
  963. package/node_modules/es-abstract/2021/Invoke.js +0 -24
  964. package/node_modules/es-abstract/2021/IsAccessorDescriptor.js +0 -23
  965. package/node_modules/es-abstract/2021/IsArray.js +0 -4
  966. package/node_modules/es-abstract/2021/IsBigIntElementType.js +0 -7
  967. package/node_modules/es-abstract/2021/IsCallable.js +0 -5
  968. package/node_modules/es-abstract/2021/IsCompatiblePropertyDescriptor.js +0 -9
  969. package/node_modules/es-abstract/2021/IsConcatSpreadable.js +0 -25
  970. package/node_modules/es-abstract/2021/IsConstructor.js +0 -40
  971. package/node_modules/es-abstract/2021/IsDataDescriptor.js +0 -23
  972. package/node_modules/es-abstract/2021/IsExtensible.js +0 -18
  973. package/node_modules/es-abstract/2021/IsGenericDescriptor.js +0 -23
  974. package/node_modules/es-abstract/2021/IsIntegralNumber.js +0 -18
  975. package/node_modules/es-abstract/2021/IsNoTearConfiguration.js +0 -16
  976. package/node_modules/es-abstract/2021/IsPromise.js +0 -24
  977. package/node_modules/es-abstract/2021/IsPropertyKey.js +0 -7
  978. package/node_modules/es-abstract/2021/IsRegExp.js +0 -24
  979. package/node_modules/es-abstract/2021/IsSharedArrayBuffer.js +0 -19
  980. package/node_modules/es-abstract/2021/IsStringPrefix.js +0 -47
  981. package/node_modules/es-abstract/2021/IsUnclampedIntegerElementType.js +0 -12
  982. package/node_modules/es-abstract/2021/IsUnsignedElementType.js +0 -11
  983. package/node_modules/es-abstract/2021/IterableToList.js +0 -29
  984. package/node_modules/es-abstract/2021/IteratorClose.js +0 -50
  985. package/node_modules/es-abstract/2021/IteratorComplete.js +0 -18
  986. package/node_modules/es-abstract/2021/IteratorNext.js +0 -18
  987. package/node_modules/es-abstract/2021/IteratorStep.js +0 -13
  988. package/node_modules/es-abstract/2021/IteratorValue.js +0 -18
  989. package/node_modules/es-abstract/2021/LengthOfArrayLike.js +0 -20
  990. package/node_modules/es-abstract/2021/MakeDate.js +0 -13
  991. package/node_modules/es-abstract/2021/MakeDay.js +0 -36
  992. package/node_modules/es-abstract/2021/MakeTime.js +0 -23
  993. package/node_modules/es-abstract/2021/MinFromTime.js +0 -14
  994. package/node_modules/es-abstract/2021/MonthFromTime.js +0 -47
  995. package/node_modules/es-abstract/2021/Number/add.js +0 -36
  996. package/node_modules/es-abstract/2021/Number/bitwiseAND.js +0 -17
  997. package/node_modules/es-abstract/2021/Number/bitwiseNOT.js +0 -19
  998. package/node_modules/es-abstract/2021/Number/bitwiseOR.js +0 -17
  999. package/node_modules/es-abstract/2021/Number/bitwiseXOR.js +0 -17
  1000. package/node_modules/es-abstract/2021/Number/divide.js +0 -22
  1001. package/node_modules/es-abstract/2021/Number/equal.js +0 -21
  1002. package/node_modules/es-abstract/2021/Number/exponentiate.js +0 -77
  1003. package/node_modules/es-abstract/2021/Number/index.js +0 -43
  1004. package/node_modules/es-abstract/2021/Number/leftShift.js +0 -25
  1005. package/node_modules/es-abstract/2021/Number/lessThan.js +0 -26
  1006. package/node_modules/es-abstract/2021/Number/multiply.js +0 -33
  1007. package/node_modules/es-abstract/2021/Number/remainder.js +0 -32
  1008. package/node_modules/es-abstract/2021/Number/sameValue.js +0 -21
  1009. package/node_modules/es-abstract/2021/Number/sameValueZero.js +0 -24
  1010. package/node_modules/es-abstract/2021/Number/signedRightShift.js +0 -25
  1011. package/node_modules/es-abstract/2021/Number/subtract.js +0 -19
  1012. package/node_modules/es-abstract/2021/Number/toString.js +0 -18
  1013. package/node_modules/es-abstract/2021/Number/unaryMinus.js +0 -21
  1014. package/node_modules/es-abstract/2021/Number/unsignedRightShift.js +0 -25
  1015. package/node_modules/es-abstract/2021/NumberBitwiseOp.js +0 -29
  1016. package/node_modules/es-abstract/2021/NumberToBigInt.js +0 -22
  1017. package/node_modules/es-abstract/2021/ObjectDefineProperties.js +0 -40
  1018. package/node_modules/es-abstract/2021/OrdinaryCreateFromConstructor.js +0 -20
  1019. package/node_modules/es-abstract/2021/OrdinaryDefineOwnProperty.js +0 -61
  1020. package/node_modules/es-abstract/2021/OrdinaryGetOwnProperty.js +0 -44
  1021. package/node_modules/es-abstract/2021/OrdinaryGetPrototypeOf.js +0 -21
  1022. package/node_modules/es-abstract/2021/OrdinaryHasInstance.js +0 -25
  1023. package/node_modules/es-abstract/2021/OrdinaryHasProperty.js +0 -20
  1024. package/node_modules/es-abstract/2021/OrdinaryObjectCreate.js +0 -46
  1025. package/node_modules/es-abstract/2021/OrdinarySetPrototypeOf.js +0 -53
  1026. package/node_modules/es-abstract/2021/OrdinaryToPrimitive.js +0 -38
  1027. package/node_modules/es-abstract/2021/PromiseResolve.js +0 -17
  1028. package/node_modules/es-abstract/2021/QuoteJSONString.js +0 -54
  1029. package/node_modules/es-abstract/2021/RegExpCreate.js +0 -21
  1030. package/node_modules/es-abstract/2021/RegExpExec.js +0 -32
  1031. package/node_modules/es-abstract/2021/RequireObjectCoercible.js +0 -3
  1032. package/node_modules/es-abstract/2021/SameValue.js +0 -13
  1033. package/node_modules/es-abstract/2021/SameValueNonNumeric.js +0 -21
  1034. package/node_modules/es-abstract/2021/SameValueZero.js +0 -9
  1035. package/node_modules/es-abstract/2021/SecFromTime.js +0 -14
  1036. package/node_modules/es-abstract/2021/Set.js +0 -47
  1037. package/node_modules/es-abstract/2021/SetFunctionLength.js +0 -31
  1038. package/node_modules/es-abstract/2021/SetFunctionName.js +0 -44
  1039. package/node_modules/es-abstract/2021/SetIntegrityLevel.js +0 -57
  1040. package/node_modules/es-abstract/2021/SpeciesConstructor.js +0 -32
  1041. package/node_modules/es-abstract/2021/SplitMatch.js +0 -38
  1042. package/node_modules/es-abstract/2021/StrictEqualityComparison.js +0 -17
  1043. package/node_modules/es-abstract/2021/StringCreate.js +0 -40
  1044. package/node_modules/es-abstract/2021/StringGetOwnProperty.js +0 -48
  1045. package/node_modules/es-abstract/2021/StringIndexOf.js +0 -39
  1046. package/node_modules/es-abstract/2021/StringPad.js +0 -43
  1047. package/node_modules/es-abstract/2021/StringToBigInt.js +0 -23
  1048. package/node_modules/es-abstract/2021/StringToCodePoints.js +0 -29
  1049. package/node_modules/es-abstract/2021/SymbolDescriptiveString.js +0 -20
  1050. package/node_modules/es-abstract/2021/TestIntegrityLevel.js +0 -42
  1051. package/node_modules/es-abstract/2021/TimeClip.js +0 -21
  1052. package/node_modules/es-abstract/2021/TimeFromYear.js +0 -11
  1053. package/node_modules/es-abstract/2021/TimeString.js +0 -25
  1054. package/node_modules/es-abstract/2021/TimeWithinDay.js +0 -12
  1055. package/node_modules/es-abstract/2021/ToBigInt.js +0 -25
  1056. package/node_modules/es-abstract/2021/ToBigInt64.js +0 -25
  1057. package/node_modules/es-abstract/2021/ToBigUint64.js +0 -22
  1058. package/node_modules/es-abstract/2021/ToBoolean.js +0 -5
  1059. package/node_modules/es-abstract/2021/ToDateString.js +0 -22
  1060. package/node_modules/es-abstract/2021/ToIndex.js +0 -26
  1061. package/node_modules/es-abstract/2021/ToInt16.js +0 -10
  1062. package/node_modules/es-abstract/2021/ToInt32.js +0 -9
  1063. package/node_modules/es-abstract/2021/ToInt8.js +0 -10
  1064. package/node_modules/es-abstract/2021/ToIntegerOrInfinity.js +0 -20
  1065. package/node_modules/es-abstract/2021/ToLength.js +0 -12
  1066. package/node_modules/es-abstract/2021/ToNumber.js +0 -62
  1067. package/node_modules/es-abstract/2021/ToNumeric.js +0 -21
  1068. package/node_modules/es-abstract/2021/ToObject.js +0 -14
  1069. package/node_modules/es-abstract/2021/ToPrimitive.js +0 -12
  1070. package/node_modules/es-abstract/2021/ToPropertyDescriptor.js +0 -52
  1071. package/node_modules/es-abstract/2021/ToPropertyKey.js +0 -15
  1072. package/node_modules/es-abstract/2021/ToString.js +0 -15
  1073. package/node_modules/es-abstract/2021/ToUint16.js +0 -19
  1074. package/node_modules/es-abstract/2021/ToUint32.js +0 -9
  1075. package/node_modules/es-abstract/2021/ToUint8.js +0 -20
  1076. package/node_modules/es-abstract/2021/ToUint8Clamp.js +0 -19
  1077. package/node_modules/es-abstract/2021/TrimString.js +0 -29
  1078. package/node_modules/es-abstract/2021/Type.js +0 -15
  1079. package/node_modules/es-abstract/2021/UTF16EncodeCodePoint.js +0 -25
  1080. package/node_modules/es-abstract/2021/UTF16SurrogatePairToCodePoint.js +0 -19
  1081. package/node_modules/es-abstract/2021/UnicodeEscape.js +0 -27
  1082. package/node_modules/es-abstract/2021/ValidateAndApplyPropertyDescriptor.js +0 -170
  1083. package/node_modules/es-abstract/2021/WeakRefDeref.js +0 -24
  1084. package/node_modules/es-abstract/2021/WeekDay.js +0 -10
  1085. package/node_modules/es-abstract/2021/YearFromTime.js +0 -16
  1086. package/node_modules/es-abstract/2021/abs.js +0 -11
  1087. package/node_modules/es-abstract/2021/clamp.js +0 -18
  1088. package/node_modules/es-abstract/2021/floor.js +0 -11
  1089. package/node_modules/es-abstract/2021/modulo.js +0 -9
  1090. package/node_modules/es-abstract/2021/msFromTime.js +0 -11
  1091. package/node_modules/es-abstract/2021/substring.js +0 -20
  1092. package/node_modules/es-abstract/2021/thisBigIntValue.js +0 -22
  1093. package/node_modules/es-abstract/2021/thisBooleanValue.js +0 -15
  1094. package/node_modules/es-abstract/2021/thisNumberValue.js +0 -18
  1095. package/node_modules/es-abstract/2021/thisStringValue.js +0 -15
  1096. package/node_modules/es-abstract/2021/thisSymbolValue.js +0 -19
  1097. package/node_modules/es-abstract/2021/thisTimeValue.js +0 -3
  1098. package/node_modules/es-abstract/2022/AddEntriesFromIterable.js +0 -52
  1099. package/node_modules/es-abstract/2022/AddToKeptObjects.js +0 -21
  1100. package/node_modules/es-abstract/2022/AdvanceStringIndex.js +0 -34
  1101. package/node_modules/es-abstract/2022/ApplyStringOrNumericBinaryOperator.js +0 -80
  1102. package/node_modules/es-abstract/2022/ArrayCreate.js +0 -53
  1103. package/node_modules/es-abstract/2022/ArraySetLength.js +0 -85
  1104. package/node_modules/es-abstract/2022/ArraySpeciesCreate.js +0 -48
  1105. package/node_modules/es-abstract/2022/BigInt/add.js +0 -18
  1106. package/node_modules/es-abstract/2022/BigInt/bitwiseAND.js +0 -17
  1107. package/node_modules/es-abstract/2022/BigInt/bitwiseNOT.js +0 -17
  1108. package/node_modules/es-abstract/2022/BigInt/bitwiseOR.js +0 -17
  1109. package/node_modules/es-abstract/2022/BigInt/bitwiseXOR.js +0 -17
  1110. package/node_modules/es-abstract/2022/BigInt/divide.js +0 -22
  1111. package/node_modules/es-abstract/2022/BigInt/equal.js +0 -17
  1112. package/node_modules/es-abstract/2022/BigInt/exponentiate.js +0 -31
  1113. package/node_modules/es-abstract/2022/BigInt/index.js +0 -43
  1114. package/node_modules/es-abstract/2022/BigInt/leftShift.js +0 -18
  1115. package/node_modules/es-abstract/2022/BigInt/lessThan.js +0 -18
  1116. package/node_modules/es-abstract/2022/BigInt/multiply.js +0 -18
  1117. package/node_modules/es-abstract/2022/BigInt/remainder.js +0 -30
  1118. package/node_modules/es-abstract/2022/BigInt/sameValue.js +0 -18
  1119. package/node_modules/es-abstract/2022/BigInt/sameValueZero.js +0 -18
  1120. package/node_modules/es-abstract/2022/BigInt/signedRightShift.js +0 -18
  1121. package/node_modules/es-abstract/2022/BigInt/subtract.js +0 -18
  1122. package/node_modules/es-abstract/2022/BigInt/toString.js +0 -18
  1123. package/node_modules/es-abstract/2022/BigInt/unaryMinus.js +0 -24
  1124. package/node_modules/es-abstract/2022/BigInt/unsignedRightShift.js +0 -17
  1125. package/node_modules/es-abstract/2022/BigIntBitwiseOp.js +0 -66
  1126. package/node_modules/es-abstract/2022/BinaryAnd.js +0 -14
  1127. package/node_modules/es-abstract/2022/BinaryOr.js +0 -14
  1128. package/node_modules/es-abstract/2022/BinaryXor.js +0 -14
  1129. package/node_modules/es-abstract/2022/ByteListBitwiseOp.js +0 -44
  1130. package/node_modules/es-abstract/2022/ByteListEqual.js +0 -33
  1131. package/node_modules/es-abstract/2022/Call.js +0 -20
  1132. package/node_modules/es-abstract/2022/CanonicalNumericIndexString.js +0 -22
  1133. package/node_modules/es-abstract/2022/CharacterRange.js +0 -31
  1134. package/node_modules/es-abstract/2022/ClearKeptObjects.js +0 -12
  1135. package/node_modules/es-abstract/2022/CodePointAt.js +0 -58
  1136. package/node_modules/es-abstract/2022/CodePointsToString.js +0 -27
  1137. package/node_modules/es-abstract/2022/CompletePropertyDescriptor.js +0 -39
  1138. package/node_modules/es-abstract/2022/CopyDataProperties.js +0 -70
  1139. package/node_modules/es-abstract/2022/CreateDataProperty.js +0 -45
  1140. package/node_modules/es-abstract/2022/CreateDataPropertyOrThrow.js +0 -25
  1141. package/node_modules/es-abstract/2022/CreateHTML.js +0 -30
  1142. package/node_modules/es-abstract/2022/CreateIterResultObject.js +0 -19
  1143. package/node_modules/es-abstract/2022/CreateListFromArrayLike.js +0 -44
  1144. package/node_modules/es-abstract/2022/CreateMethodProperty.js +0 -40
  1145. package/node_modules/es-abstract/2022/CreateNonEnumerableDataPropertyOrThrow.js +0 -29
  1146. package/node_modules/es-abstract/2022/CreateRegExpStringIterator.js +0 -111
  1147. package/node_modules/es-abstract/2022/DateFromTime.js +0 -54
  1148. package/node_modules/es-abstract/2022/DateString.js +0 -30
  1149. package/node_modules/es-abstract/2022/Day.js +0 -11
  1150. package/node_modules/es-abstract/2022/DayFromYear.js +0 -10
  1151. package/node_modules/es-abstract/2022/DayWithinYear.js +0 -11
  1152. package/node_modules/es-abstract/2022/DaysInYear.js +0 -18
  1153. package/node_modules/es-abstract/2022/DefinePropertyOrThrow.js +0 -50
  1154. package/node_modules/es-abstract/2022/DeletePropertyOrThrow.js +0 -27
  1155. package/node_modules/es-abstract/2022/EnumerableOwnPropertyNames.js +0 -43
  1156. package/node_modules/es-abstract/2022/FlattenIntoArray.js +0 -58
  1157. package/node_modules/es-abstract/2022/FromPropertyDescriptor.js +0 -16
  1158. package/node_modules/es-abstract/2022/Get.js +0 -25
  1159. package/node_modules/es-abstract/2022/GetIterator.js +0 -64
  1160. package/node_modules/es-abstract/2022/GetMatchIndexPair.js +0 -26
  1161. package/node_modules/es-abstract/2022/GetMatchString.js +0 -27
  1162. package/node_modules/es-abstract/2022/GetMethod.js +0 -34
  1163. package/node_modules/es-abstract/2022/GetOwnPropertyKeys.js +0 -31
  1164. package/node_modules/es-abstract/2022/GetPromiseResolve.js +0 -22
  1165. package/node_modules/es-abstract/2022/GetPrototypeFromConstructor.js +0 -28
  1166. package/node_modules/es-abstract/2022/GetStringIndex.js +0 -30
  1167. package/node_modules/es-abstract/2022/GetSubstitution.js +0 -128
  1168. package/node_modules/es-abstract/2022/GetV.js +0 -23
  1169. package/node_modules/es-abstract/2022/HasOwnProperty.js +0 -22
  1170. package/node_modules/es-abstract/2022/HasProperty.js +0 -20
  1171. package/node_modules/es-abstract/2022/HourFromTime.js +0 -14
  1172. package/node_modules/es-abstract/2022/InLeapYear.js +0 -21
  1173. package/node_modules/es-abstract/2022/InstallErrorCause.js +0 -23
  1174. package/node_modules/es-abstract/2022/InstanceofOperator.js +0 -30
  1175. package/node_modules/es-abstract/2022/Invoke.js +0 -24
  1176. package/node_modules/es-abstract/2022/IsAccessorDescriptor.js +0 -23
  1177. package/node_modules/es-abstract/2022/IsArray.js +0 -4
  1178. package/node_modules/es-abstract/2022/IsBigIntElementType.js +0 -7
  1179. package/node_modules/es-abstract/2022/IsCallable.js +0 -5
  1180. package/node_modules/es-abstract/2022/IsCompatiblePropertyDescriptor.js +0 -9
  1181. package/node_modules/es-abstract/2022/IsConcatSpreadable.js +0 -25
  1182. package/node_modules/es-abstract/2022/IsConstructor.js +0 -40
  1183. package/node_modules/es-abstract/2022/IsDataDescriptor.js +0 -23
  1184. package/node_modules/es-abstract/2022/IsExtensible.js +0 -18
  1185. package/node_modules/es-abstract/2022/IsGenericDescriptor.js +0 -23
  1186. package/node_modules/es-abstract/2022/IsIntegralNumber.js +0 -18
  1187. package/node_modules/es-abstract/2022/IsLessThan.js +0 -90
  1188. package/node_modules/es-abstract/2022/IsLooselyEqual.js +0 -59
  1189. package/node_modules/es-abstract/2022/IsNoTearConfiguration.js +0 -16
  1190. package/node_modules/es-abstract/2022/IsPromise.js +0 -24
  1191. package/node_modules/es-abstract/2022/IsPropertyKey.js +0 -7
  1192. package/node_modules/es-abstract/2022/IsRegExp.js +0 -24
  1193. package/node_modules/es-abstract/2022/IsSharedArrayBuffer.js +0 -19
  1194. package/node_modules/es-abstract/2022/IsStrictlyEqual.js +0 -20
  1195. package/node_modules/es-abstract/2022/IsStringPrefix.js +0 -22
  1196. package/node_modules/es-abstract/2022/IsStringWellFormedUnicode.js +0 -26
  1197. package/node_modules/es-abstract/2022/IsUnclampedIntegerElementType.js +0 -12
  1198. package/node_modules/es-abstract/2022/IsUnsignedElementType.js +0 -11
  1199. package/node_modules/es-abstract/2022/IterableToList.js +0 -29
  1200. package/node_modules/es-abstract/2022/IteratorClose.js +0 -50
  1201. package/node_modules/es-abstract/2022/IteratorComplete.js +0 -18
  1202. package/node_modules/es-abstract/2022/IteratorNext.js +0 -18
  1203. package/node_modules/es-abstract/2022/IteratorStep.js +0 -13
  1204. package/node_modules/es-abstract/2022/IteratorValue.js +0 -18
  1205. package/node_modules/es-abstract/2022/LengthOfArrayLike.js +0 -20
  1206. package/node_modules/es-abstract/2022/MakeDate.js +0 -13
  1207. package/node_modules/es-abstract/2022/MakeDay.js +0 -36
  1208. package/node_modules/es-abstract/2022/MakeMatchIndicesIndexPairArray.js +0 -69
  1209. package/node_modules/es-abstract/2022/MakeTime.js +0 -23
  1210. package/node_modules/es-abstract/2022/MinFromTime.js +0 -14
  1211. package/node_modules/es-abstract/2022/MonthFromTime.js +0 -47
  1212. package/node_modules/es-abstract/2022/Number/add.js +0 -36
  1213. package/node_modules/es-abstract/2022/Number/bitwiseAND.js +0 -17
  1214. package/node_modules/es-abstract/2022/Number/bitwiseNOT.js +0 -19
  1215. package/node_modules/es-abstract/2022/Number/bitwiseOR.js +0 -17
  1216. package/node_modules/es-abstract/2022/Number/bitwiseXOR.js +0 -17
  1217. package/node_modules/es-abstract/2022/Number/divide.js +0 -22
  1218. package/node_modules/es-abstract/2022/Number/equal.js +0 -21
  1219. package/node_modules/es-abstract/2022/Number/exponentiate.js +0 -77
  1220. package/node_modules/es-abstract/2022/Number/index.js +0 -43
  1221. package/node_modules/es-abstract/2022/Number/leftShift.js +0 -25
  1222. package/node_modules/es-abstract/2022/Number/lessThan.js +0 -26
  1223. package/node_modules/es-abstract/2022/Number/multiply.js +0 -33
  1224. package/node_modules/es-abstract/2022/Number/remainder.js +0 -32
  1225. package/node_modules/es-abstract/2022/Number/sameValue.js +0 -21
  1226. package/node_modules/es-abstract/2022/Number/sameValueZero.js +0 -24
  1227. package/node_modules/es-abstract/2022/Number/signedRightShift.js +0 -25
  1228. package/node_modules/es-abstract/2022/Number/subtract.js +0 -19
  1229. package/node_modules/es-abstract/2022/Number/toString.js +0 -18
  1230. package/node_modules/es-abstract/2022/Number/unaryMinus.js +0 -21
  1231. package/node_modules/es-abstract/2022/Number/unsignedRightShift.js +0 -25
  1232. package/node_modules/es-abstract/2022/NumberBitwiseOp.js +0 -29
  1233. package/node_modules/es-abstract/2022/NumberToBigInt.js +0 -22
  1234. package/node_modules/es-abstract/2022/ObjectDefineProperties.js +0 -40
  1235. package/node_modules/es-abstract/2022/OrdinaryCreateFromConstructor.js +0 -20
  1236. package/node_modules/es-abstract/2022/OrdinaryDefineOwnProperty.js +0 -61
  1237. package/node_modules/es-abstract/2022/OrdinaryGetOwnProperty.js +0 -44
  1238. package/node_modules/es-abstract/2022/OrdinaryGetPrototypeOf.js +0 -21
  1239. package/node_modules/es-abstract/2022/OrdinaryHasInstance.js +0 -25
  1240. package/node_modules/es-abstract/2022/OrdinaryHasProperty.js +0 -20
  1241. package/node_modules/es-abstract/2022/OrdinaryObjectCreate.js +0 -46
  1242. package/node_modules/es-abstract/2022/OrdinarySetPrototypeOf.js +0 -53
  1243. package/node_modules/es-abstract/2022/OrdinaryToPrimitive.js +0 -38
  1244. package/node_modules/es-abstract/2022/PromiseResolve.js +0 -17
  1245. package/node_modules/es-abstract/2022/QuoteJSONString.js +0 -54
  1246. package/node_modules/es-abstract/2022/RegExpCreate.js +0 -21
  1247. package/node_modules/es-abstract/2022/RegExpExec.js +0 -32
  1248. package/node_modules/es-abstract/2022/RegExpHasFlag.js +0 -38
  1249. package/node_modules/es-abstract/2022/RequireObjectCoercible.js +0 -3
  1250. package/node_modules/es-abstract/2022/SameValue.js +0 -13
  1251. package/node_modules/es-abstract/2022/SameValueNonNumeric.js +0 -21
  1252. package/node_modules/es-abstract/2022/SameValueZero.js +0 -9
  1253. package/node_modules/es-abstract/2022/SecFromTime.js +0 -14
  1254. package/node_modules/es-abstract/2022/Set.js +0 -47
  1255. package/node_modules/es-abstract/2022/SetFunctionLength.js +0 -31
  1256. package/node_modules/es-abstract/2022/SetFunctionName.js +0 -44
  1257. package/node_modules/es-abstract/2022/SetIntegrityLevel.js +0 -57
  1258. package/node_modules/es-abstract/2022/SortIndexedProperties.js +0 -64
  1259. package/node_modules/es-abstract/2022/SpeciesConstructor.js +0 -32
  1260. package/node_modules/es-abstract/2022/StringCreate.js +0 -40
  1261. package/node_modules/es-abstract/2022/StringGetOwnProperty.js +0 -48
  1262. package/node_modules/es-abstract/2022/StringIndexOf.js +0 -39
  1263. package/node_modules/es-abstract/2022/StringPad.js +0 -43
  1264. package/node_modules/es-abstract/2022/StringToBigInt.js +0 -23
  1265. package/node_modules/es-abstract/2022/StringToCodePoints.js +0 -29
  1266. package/node_modules/es-abstract/2022/StringToNumber.js +0 -56
  1267. package/node_modules/es-abstract/2022/SymbolDescriptiveString.js +0 -20
  1268. package/node_modules/es-abstract/2022/TestIntegrityLevel.js +0 -42
  1269. package/node_modules/es-abstract/2022/TimeClip.js +0 -21
  1270. package/node_modules/es-abstract/2022/TimeFromYear.js +0 -11
  1271. package/node_modules/es-abstract/2022/TimeString.js +0 -25
  1272. package/node_modules/es-abstract/2022/TimeWithinDay.js +0 -12
  1273. package/node_modules/es-abstract/2022/ToBigInt.js +0 -25
  1274. package/node_modules/es-abstract/2022/ToBigInt64.js +0 -25
  1275. package/node_modules/es-abstract/2022/ToBigUint64.js +0 -22
  1276. package/node_modules/es-abstract/2022/ToBoolean.js +0 -5
  1277. package/node_modules/es-abstract/2022/ToDateString.js +0 -22
  1278. package/node_modules/es-abstract/2022/ToIndex.js +0 -26
  1279. package/node_modules/es-abstract/2022/ToInt16.js +0 -10
  1280. package/node_modules/es-abstract/2022/ToInt32.js +0 -9
  1281. package/node_modules/es-abstract/2022/ToInt8.js +0 -10
  1282. package/node_modules/es-abstract/2022/ToIntegerOrInfinity.js +0 -20
  1283. package/node_modules/es-abstract/2022/ToLength.js +0 -12
  1284. package/node_modules/es-abstract/2022/ToNumber.js +0 -26
  1285. package/node_modules/es-abstract/2022/ToNumeric.js +0 -21
  1286. package/node_modules/es-abstract/2022/ToObject.js +0 -14
  1287. package/node_modules/es-abstract/2022/ToPrimitive.js +0 -12
  1288. package/node_modules/es-abstract/2022/ToPropertyDescriptor.js +0 -52
  1289. package/node_modules/es-abstract/2022/ToPropertyKey.js +0 -15
  1290. package/node_modules/es-abstract/2022/ToString.js +0 -15
  1291. package/node_modules/es-abstract/2022/ToUint16.js +0 -19
  1292. package/node_modules/es-abstract/2022/ToUint32.js +0 -9
  1293. package/node_modules/es-abstract/2022/ToUint8.js +0 -20
  1294. package/node_modules/es-abstract/2022/ToUint8Clamp.js +0 -19
  1295. package/node_modules/es-abstract/2022/ToZeroPaddedDecimalString.js +0 -19
  1296. package/node_modules/es-abstract/2022/TrimString.js +0 -29
  1297. package/node_modules/es-abstract/2022/Type.js +0 -15
  1298. package/node_modules/es-abstract/2022/UTF16EncodeCodePoint.js +0 -25
  1299. package/node_modules/es-abstract/2022/UTF16SurrogatePairToCodePoint.js +0 -19
  1300. package/node_modules/es-abstract/2022/UnicodeEscape.js +0 -27
  1301. package/node_modules/es-abstract/2022/ValidateAndApplyPropertyDescriptor.js +0 -177
  1302. package/node_modules/es-abstract/2022/WeakRefDeref.js +0 -24
  1303. package/node_modules/es-abstract/2022/WeekDay.js +0 -10
  1304. package/node_modules/es-abstract/2022/YearFromTime.js +0 -16
  1305. package/node_modules/es-abstract/2022/abs.js +0 -11
  1306. package/node_modules/es-abstract/2022/clamp.js +0 -18
  1307. package/node_modules/es-abstract/2022/floor.js +0 -11
  1308. package/node_modules/es-abstract/2022/modulo.js +0 -9
  1309. package/node_modules/es-abstract/2022/msFromTime.js +0 -11
  1310. package/node_modules/es-abstract/2022/substring.js +0 -20
  1311. package/node_modules/es-abstract/2022/thisBigIntValue.js +0 -22
  1312. package/node_modules/es-abstract/2022/thisBooleanValue.js +0 -15
  1313. package/node_modules/es-abstract/2022/thisNumberValue.js +0 -18
  1314. package/node_modules/es-abstract/2022/thisStringValue.js +0 -15
  1315. package/node_modules/es-abstract/2022/thisSymbolValue.js +0 -19
  1316. package/node_modules/es-abstract/2022/thisTimeValue.js +0 -3
  1317. package/node_modules/es-abstract/5/AbstractEqualityComparison.js +0 -37
  1318. package/node_modules/es-abstract/5/AbstractRelationalComparison.js +0 -63
  1319. package/node_modules/es-abstract/5/CheckObjectCoercible.js +0 -14
  1320. package/node_modules/es-abstract/5/DateFromTime.js +0 -54
  1321. package/node_modules/es-abstract/5/Day.js +0 -11
  1322. package/node_modules/es-abstract/5/DayFromYear.js +0 -10
  1323. package/node_modules/es-abstract/5/DayWithinYear.js +0 -11
  1324. package/node_modules/es-abstract/5/DaysInYear.js +0 -18
  1325. package/node_modules/es-abstract/5/FromPropertyDescriptor.js +0 -39
  1326. package/node_modules/es-abstract/5/HourFromTime.js +0 -14
  1327. package/node_modules/es-abstract/5/InLeapYear.js +0 -21
  1328. package/node_modules/es-abstract/5/IsAccessorDescriptor.js +0 -23
  1329. package/node_modules/es-abstract/5/IsCallable.js +0 -5
  1330. package/node_modules/es-abstract/5/IsDataDescriptor.js +0 -23
  1331. package/node_modules/es-abstract/5/IsGenericDescriptor.js +0 -23
  1332. package/node_modules/es-abstract/5/IsPropertyDescriptor.js +0 -19
  1333. package/node_modules/es-abstract/5/MakeDate.js +0 -13
  1334. package/node_modules/es-abstract/5/MakeDay.js +0 -33
  1335. package/node_modules/es-abstract/5/MakeTime.js +0 -23
  1336. package/node_modules/es-abstract/5/MinFromTime.js +0 -14
  1337. package/node_modules/es-abstract/5/MonthFromTime.js +0 -47
  1338. package/node_modules/es-abstract/5/SameValue.js +0 -13
  1339. package/node_modules/es-abstract/5/SecFromTime.js +0 -14
  1340. package/node_modules/es-abstract/5/StrictEqualityComparison.js +0 -17
  1341. package/node_modules/es-abstract/5/TimeClip.js +0 -21
  1342. package/node_modules/es-abstract/5/TimeFromYear.js +0 -11
  1343. package/node_modules/es-abstract/5/TimeWithinDay.js +0 -12
  1344. package/node_modules/es-abstract/5/ToBoolean.js +0 -5
  1345. package/node_modules/es-abstract/5/ToInt32.js +0 -9
  1346. package/node_modules/es-abstract/5/ToInteger.js +0 -18
  1347. package/node_modules/es-abstract/5/ToNumber.js +0 -20
  1348. package/node_modules/es-abstract/5/ToObject.js +0 -14
  1349. package/node_modules/es-abstract/5/ToPrimitive.js +0 -5
  1350. package/node_modules/es-abstract/5/ToPropertyDescriptor.js +0 -52
  1351. package/node_modules/es-abstract/5/ToString.js +0 -12
  1352. package/node_modules/es-abstract/5/ToUint16.js +0 -19
  1353. package/node_modules/es-abstract/5/ToUint32.js +0 -9
  1354. package/node_modules/es-abstract/5/Type.js +0 -24
  1355. package/node_modules/es-abstract/5/WeekDay.js +0 -10
  1356. package/node_modules/es-abstract/5/YearFromTime.js +0 -16
  1357. package/node_modules/es-abstract/5/abs.js +0 -11
  1358. package/node_modules/es-abstract/5/floor.js +0 -11
  1359. package/node_modules/es-abstract/5/modulo.js +0 -9
  1360. package/node_modules/es-abstract/5/msFromTime.js +0 -11
  1361. package/node_modules/es-abstract/CHANGELOG.md +0 -613
  1362. package/node_modules/es-abstract/GetIntrinsic.js +0 -5
  1363. package/node_modules/es-abstract/LICENSE +0 -21
  1364. package/node_modules/es-abstract/README.md +0 -43
  1365. package/node_modules/es-abstract/es2015.js +0 -126
  1366. package/node_modules/es-abstract/es2016.js +0 -131
  1367. package/node_modules/es-abstract/es2017.js +0 -135
  1368. package/node_modules/es-abstract/es2018.js +0 -143
  1369. package/node_modules/es-abstract/es2019.js +0 -146
  1370. package/node_modules/es-abstract/es2020.js +0 -169
  1371. package/node_modules/es-abstract/es2021.js +0 -179
  1372. package/node_modules/es-abstract/es2022.js +0 -189
  1373. package/node_modules/es-abstract/es5.js +0 -51
  1374. package/node_modules/es-abstract/es6.js +0 -3
  1375. package/node_modules/es-abstract/es7.js +0 -3
  1376. package/node_modules/es-abstract/helpers/DefineOwnProperty.js +0 -55
  1377. package/node_modules/es-abstract/helpers/IsArray.js +0 -12
  1378. package/node_modules/es-abstract/helpers/OwnPropertyKeys.js +0 -22
  1379. package/node_modules/es-abstract/helpers/assertRecord.js +0 -49
  1380. package/node_modules/es-abstract/helpers/assign.js +0 -22
  1381. package/node_modules/es-abstract/helpers/callBind.js +0 -5
  1382. package/node_modules/es-abstract/helpers/callBound.js +0 -5
  1383. package/node_modules/es-abstract/helpers/every.js +0 -10
  1384. package/node_modules/es-abstract/helpers/forEach.js +0 -7
  1385. package/node_modules/es-abstract/helpers/fromPropertyDescriptor.js +0 -27
  1386. package/node_modules/es-abstract/helpers/getInferredName.js +0 -4
  1387. package/node_modules/es-abstract/helpers/getIteratorMethod.js +0 -47
  1388. package/node_modules/es-abstract/helpers/getProto.js +0 -15
  1389. package/node_modules/es-abstract/helpers/getSymbolDescription.js +0 -4
  1390. package/node_modules/es-abstract/helpers/isAbstractClosure.js +0 -9
  1391. package/node_modules/es-abstract/helpers/isByteValue.js +0 -5
  1392. package/node_modules/es-abstract/helpers/isCodePoint.js +0 -5
  1393. package/node_modules/es-abstract/helpers/isFinite.js +0 -5
  1394. package/node_modules/es-abstract/helpers/isFullyPopulatedPropertyDescriptor.js +0 -7
  1395. package/node_modules/es-abstract/helpers/isLeadingSurrogate.js +0 -5
  1396. package/node_modules/es-abstract/helpers/isMatchRecord.js +0 -16
  1397. package/node_modules/es-abstract/helpers/isNaN.js +0 -5
  1398. package/node_modules/es-abstract/helpers/isPrefixOf.js +0 -13
  1399. package/node_modules/es-abstract/helpers/isPrimitive.js +0 -5
  1400. package/node_modules/es-abstract/helpers/isPropertyDescriptor.js +0 -31
  1401. package/node_modules/es-abstract/helpers/isSamePropertyDescriptor.js +0 -20
  1402. package/node_modules/es-abstract/helpers/isTrailingSurrogate.js +0 -5
  1403. package/node_modules/es-abstract/helpers/maxSafeInteger.js +0 -8
  1404. package/node_modules/es-abstract/helpers/mod.js +0 -8
  1405. package/node_modules/es-abstract/helpers/modBigInt.js +0 -6
  1406. package/node_modules/es-abstract/helpers/padTimeComponent.js +0 -9
  1407. package/node_modules/es-abstract/helpers/regexTester.js +0 -5
  1408. package/node_modules/es-abstract/helpers/setProto.js +0 -16
  1409. package/node_modules/es-abstract/helpers/sign.js +0 -5
  1410. package/node_modules/es-abstract/helpers/some.js +0 -10
  1411. package/node_modules/es-abstract/helpers/timeConstants.js +0 -19
  1412. package/node_modules/es-abstract/index.js +0 -32
  1413. package/node_modules/es-abstract/operations/.eslintrc +0 -5
  1414. package/node_modules/es-abstract/operations/2015.js +0 -741
  1415. package/node_modules/es-abstract/operations/2016.js +0 -819
  1416. package/node_modules/es-abstract/operations/2017.js +0 -963
  1417. package/node_modules/es-abstract/operations/2018.js +0 -1042
  1418. package/node_modules/es-abstract/operations/2019.js +0 -1057
  1419. package/node_modules/es-abstract/operations/2020.js +0 -1246
  1420. package/node_modules/es-abstract/operations/2021.js +0 -1309
  1421. package/node_modules/es-abstract/operations/2022.js +0 -1399
  1422. package/node_modules/es-abstract/package.json +0 -143
  1423. package/node_modules/es-to-primitive/.eslintrc +0 -22
  1424. package/node_modules/es-to-primitive/.github/FUNDING.yml +0 -12
  1425. package/node_modules/es-to-primitive/.travis.yml +0 -15
  1426. package/node_modules/es-to-primitive/CHANGELOG.md +0 -49
  1427. package/node_modules/es-to-primitive/LICENSE +0 -22
  1428. package/node_modules/es-to-primitive/Makefile +0 -61
  1429. package/node_modules/es-to-primitive/README.md +0 -49
  1430. package/node_modules/es-to-primitive/es2015.js +0 -75
  1431. package/node_modules/es-to-primitive/es5.js +0 -45
  1432. package/node_modules/es-to-primitive/es6.js +0 -3
  1433. package/node_modules/es-to-primitive/helpers/isPrimitive.js +0 -5
  1434. package/node_modules/es-to-primitive/index.js +0 -17
  1435. package/node_modules/es-to-primitive/package.json +0 -81
  1436. package/node_modules/es-to-primitive/test/es2015.js +0 -151
  1437. package/node_modules/es-to-primitive/test/es5.js +0 -118
  1438. package/node_modules/es-to-primitive/test/es6.js +0 -151
  1439. package/node_modules/es-to-primitive/test/index.js +0 -20
  1440. package/node_modules/function.prototype.name/.editorconfig +0 -20
  1441. package/node_modules/function.prototype.name/.eslintignore +0 -1
  1442. package/node_modules/function.prototype.name/.eslintrc +0 -9
  1443. package/node_modules/function.prototype.name/.github/FUNDING.yml +0 -12
  1444. package/node_modules/function.prototype.name/.nycrc +0 -9
  1445. package/node_modules/function.prototype.name/CHANGELOG.md +0 -82
  1446. package/node_modules/function.prototype.name/LICENSE +0 -21
  1447. package/node_modules/function.prototype.name/README.md +0 -42
  1448. package/node_modules/function.prototype.name/auto.js +0 -3
  1449. package/node_modules/function.prototype.name/helpers/functionsHaveNames.js +0 -5
  1450. package/node_modules/function.prototype.name/implementation.js +0 -43
  1451. package/node_modules/function.prototype.name/index.js +0 -18
  1452. package/node_modules/function.prototype.name/package.json +0 -80
  1453. package/node_modules/function.prototype.name/polyfill.js +0 -7
  1454. package/node_modules/function.prototype.name/shim.js +0 -35
  1455. package/node_modules/function.prototype.name/test/implementation.js +0 -20
  1456. package/node_modules/function.prototype.name/test/index.js +0 -23
  1457. package/node_modules/function.prototype.name/test/shimmed.js +0 -21
  1458. package/node_modules/function.prototype.name/test/tests.js +0 -60
  1459. package/node_modules/function.prototype.name/test/uglified.js +0 -17
  1460. package/node_modules/functions-have-names/.editorconfig +0 -20
  1461. package/node_modules/functions-have-names/.eslintrc +0 -19
  1462. package/node_modules/functions-have-names/.github/FUNDING.yml +0 -12
  1463. package/node_modules/functions-have-names/.nycrc +0 -9
  1464. package/node_modules/functions-have-names/CHANGELOG.md +0 -89
  1465. package/node_modules/functions-have-names/LICENSE +0 -21
  1466. package/node_modules/functions-have-names/README.md +0 -40
  1467. package/node_modules/functions-have-names/index.js +0 -31
  1468. package/node_modules/functions-have-names/package.json +0 -55
  1469. package/node_modules/functions-have-names/test/index.js +0 -65
  1470. package/node_modules/get-symbol-description/.eslintignore +0 -1
  1471. package/node_modules/get-symbol-description/.github/FUNDING.yml +0 -12
  1472. package/node_modules/get-symbol-description/.nycrc +0 -9
  1473. package/node_modules/get-symbol-description/CHANGELOG.md +0 -16
  1474. package/node_modules/get-symbol-description/LICENSE +0 -21
  1475. package/node_modules/get-symbol-description/README.md +0 -43
  1476. package/node_modules/get-symbol-description/getInferredName.js +0 -10
  1477. package/node_modules/get-symbol-description/index.js +0 -43
  1478. package/node_modules/get-symbol-description/package.json +0 -71
  1479. package/node_modules/get-symbol-description/test/index.js +0 -67
  1480. package/node_modules/has-bigints/.eslintrc +0 -5
  1481. package/node_modules/has-bigints/.github/FUNDING.yml +0 -12
  1482. package/node_modules/has-bigints/.nycrc +0 -9
  1483. package/node_modules/has-bigints/CHANGELOG.md +0 -60
  1484. package/node_modules/has-bigints/LICENSE +0 -21
  1485. package/node_modules/has-bigints/README.md +0 -39
  1486. package/node_modules/has-bigints/index.js +0 -10
  1487. package/node_modules/has-bigints/package.json +0 -54
  1488. package/node_modules/has-bigints/test/index.js +0 -44
  1489. package/node_modules/has-property-descriptors/.eslintrc +0 -13
  1490. package/node_modules/has-property-descriptors/.github/FUNDING.yml +0 -12
  1491. package/node_modules/has-property-descriptors/.nycrc +0 -9
  1492. package/node_modules/has-property-descriptors/CHANGELOG.md +0 -16
  1493. package/node_modules/has-property-descriptors/LICENSE +0 -21
  1494. package/node_modules/has-property-descriptors/README.md +0 -43
  1495. package/node_modules/has-property-descriptors/index.js +0 -33
  1496. package/node_modules/has-property-descriptors/package.json +0 -70
  1497. package/node_modules/has-property-descriptors/test/index.js +0 -57
  1498. package/node_modules/internal-slot/.editorconfig +0 -20
  1499. package/node_modules/internal-slot/.eslintignore +0 -1
  1500. package/node_modules/internal-slot/.eslintrc +0 -12
  1501. package/node_modules/internal-slot/.github/FUNDING.yml +0 -12
  1502. package/node_modules/internal-slot/.nycrc +0 -13
  1503. package/node_modules/internal-slot/CHANGELOG.md +0 -58
  1504. package/node_modules/internal-slot/LICENSE +0 -21
  1505. package/node_modules/internal-slot/README.md +0 -52
  1506. package/node_modules/internal-slot/index.js +0 -59
  1507. package/node_modules/internal-slot/package.json +0 -63
  1508. package/node_modules/internal-slot/test/index.js +0 -120
  1509. package/node_modules/is-bigint/.eslintignore +0 -1
  1510. package/node_modules/is-bigint/.eslintrc +0 -10
  1511. package/node_modules/is-bigint/.github/FUNDING.yml +0 -12
  1512. package/node_modules/is-bigint/.nycrc +0 -9
  1513. package/node_modules/is-bigint/CHANGELOG.md +0 -71
  1514. package/node_modules/is-bigint/LICENSE +0 -21
  1515. package/node_modules/is-bigint/README.md +0 -44
  1516. package/node_modules/is-bigint/index.js +0 -38
  1517. package/node_modules/is-bigint/package.json +0 -58
  1518. package/node_modules/is-bigint/test/index.js +0 -81
  1519. package/node_modules/is-boolean-object/.editorconfig +0 -22
  1520. package/node_modules/is-boolean-object/.eslintignore +0 -1
  1521. package/node_modules/is-boolean-object/.eslintrc +0 -22
  1522. package/node_modules/is-boolean-object/.github/FUNDING.yml +0 -12
  1523. package/node_modules/is-boolean-object/.nycrc +0 -10
  1524. package/node_modules/is-boolean-object/CHANGELOG.md +0 -107
  1525. package/node_modules/is-boolean-object/LICENSE +0 -22
  1526. package/node_modules/is-boolean-object/README.md +0 -57
  1527. package/node_modules/is-boolean-object/index.js +0 -26
  1528. package/node_modules/is-boolean-object/package.json +0 -87
  1529. package/node_modules/is-boolean-object/test/index.js +0 -48
  1530. package/node_modules/is-date-object/.editorconfig +0 -20
  1531. package/node_modules/is-date-object/.eslintignore +0 -1
  1532. package/node_modules/is-date-object/.eslintrc +0 -9
  1533. package/node_modules/is-date-object/.github/FUNDING.yml +0 -12
  1534. package/node_modules/is-date-object/.nycrc +0 -10
  1535. package/node_modules/is-date-object/CHANGELOG.md +0 -114
  1536. package/node_modules/is-date-object/LICENSE +0 -22
  1537. package/node_modules/is-date-object/README.md +0 -52
  1538. package/node_modules/is-date-object/index.js +0 -22
  1539. package/node_modules/is-date-object/package.json +0 -79
  1540. package/node_modules/is-date-object/test/index.js +0 -36
  1541. package/node_modules/is-negative-zero/.editorconfig +0 -8
  1542. package/node_modules/is-negative-zero/.eslintignore +0 -1
  1543. package/node_modules/is-negative-zero/.eslintrc +0 -9
  1544. package/node_modules/is-negative-zero/.github/FUNDING.yml +0 -12
  1545. package/node_modules/is-negative-zero/.nycrc +0 -9
  1546. package/node_modules/is-negative-zero/CHANGELOG.md +0 -136
  1547. package/node_modules/is-negative-zero/LICENSE +0 -20
  1548. package/node_modules/is-negative-zero/README.md +0 -54
  1549. package/node_modules/is-negative-zero/index.js +0 -6
  1550. package/node_modules/is-negative-zero/package.json +0 -79
  1551. package/node_modules/is-negative-zero/test/index.js +0 -28
  1552. package/node_modules/is-number-object/.editorconfig +0 -23
  1553. package/node_modules/is-number-object/.eslintrc +0 -16
  1554. package/node_modules/is-number-object/.github/FUNDING.yml +0 -12
  1555. package/node_modules/is-number-object/.nycrc +0 -10
  1556. package/node_modules/is-number-object/CHANGELOG.md +0 -125
  1557. package/node_modules/is-number-object/LICENSE +0 -22
  1558. package/node_modules/is-number-object/README.md +0 -55
  1559. package/node_modules/is-number-object/index.js +0 -24
  1560. package/node_modules/is-number-object/package.json +0 -85
  1561. package/node_modules/is-number-object/test/index.js +0 -38
  1562. package/node_modules/is-regex/.editorconfig +0 -20
  1563. package/node_modules/is-regex/.eslintignore +0 -1
  1564. package/node_modules/is-regex/.eslintrc +0 -19
  1565. package/node_modules/is-regex/.nycrc +0 -10
  1566. package/node_modules/is-regex/CHANGELOG.md +0 -197
  1567. package/node_modules/is-regex/LICENSE +0 -20
  1568. package/node_modules/is-regex/README.md +0 -52
  1569. package/node_modules/is-regex/index.js +0 -58
  1570. package/node_modules/is-regex/package.json +0 -86
  1571. package/node_modules/is-regex/test/index.js +0 -104
  1572. package/node_modules/is-shared-array-buffer/.eslintignore +0 -1
  1573. package/node_modules/is-shared-array-buffer/.eslintrc +0 -5
  1574. package/node_modules/is-shared-array-buffer/.github/FUNDING.yml +0 -12
  1575. package/node_modules/is-shared-array-buffer/.nycrc +0 -9
  1576. package/node_modules/is-shared-array-buffer/CHANGELOG.md +0 -44
  1577. package/node_modules/is-shared-array-buffer/LICENSE +0 -21
  1578. package/node_modules/is-shared-array-buffer/README.md +0 -58
  1579. package/node_modules/is-shared-array-buffer/index.js +0 -21
  1580. package/node_modules/is-shared-array-buffer/package.json +0 -70
  1581. package/node_modules/is-shared-array-buffer/test/index.js +0 -27
  1582. package/node_modules/is-string/.eslintignore +0 -1
  1583. package/node_modules/is-string/.eslintrc +0 -19
  1584. package/node_modules/is-string/.nycrc +0 -10
  1585. package/node_modules/is-string/CHANGELOG.md +0 -114
  1586. package/node_modules/is-string/LICENSE +0 -22
  1587. package/node_modules/is-string/README.md +0 -56
  1588. package/node_modules/is-string/index.js +0 -24
  1589. package/node_modules/is-string/package.json +0 -81
  1590. package/node_modules/is-string/test/index.js +0 -39
  1591. package/node_modules/is-symbol/.editorconfig +0 -13
  1592. package/node_modules/is-symbol/.eslintignore +0 -1
  1593. package/node_modules/is-symbol/.eslintrc +0 -14
  1594. package/node_modules/is-symbol/.github/FUNDING.yml +0 -12
  1595. package/node_modules/is-symbol/.nycrc +0 -9
  1596. package/node_modules/is-symbol/CHANGELOG.md +0 -113
  1597. package/node_modules/is-symbol/LICENSE +0 -22
  1598. package/node_modules/is-symbol/README.md +0 -45
  1599. package/node_modules/is-symbol/index.js +0 -35
  1600. package/node_modules/is-symbol/package.json +0 -77
  1601. package/node_modules/is-symbol/test/index.js +0 -92
  1602. package/node_modules/is-weakref/.eslintignore +0 -1
  1603. package/node_modules/is-weakref/.eslintrc +0 -5
  1604. package/node_modules/is-weakref/.github/FUNDING.yml +0 -12
  1605. package/node_modules/is-weakref/.nycrc +0 -9
  1606. package/node_modules/is-weakref/CHANGELOG.md +0 -54
  1607. package/node_modules/is-weakref/LICENSE +0 -21
  1608. package/node_modules/is-weakref/README.md +0 -52
  1609. package/node_modules/is-weakref/index.js +0 -21
  1610. package/node_modules/is-weakref/package.json +0 -63
  1611. package/node_modules/is-weakref/test/index.js +0 -26
  1612. package/node_modules/object-inspect/.eslintrc +0 -53
  1613. package/node_modules/object-inspect/.github/FUNDING.yml +0 -12
  1614. package/node_modules/object-inspect/.nycrc +0 -13
  1615. package/node_modules/object-inspect/CHANGELOG.md +0 -360
  1616. package/node_modules/object-inspect/LICENSE +0 -21
  1617. package/node_modules/object-inspect/example/all.js +0 -23
  1618. package/node_modules/object-inspect/example/circular.js +0 -6
  1619. package/node_modules/object-inspect/example/fn.js +0 -5
  1620. package/node_modules/object-inspect/example/inspect.js +0 -10
  1621. package/node_modules/object-inspect/index.js +0 -512
  1622. package/node_modules/object-inspect/package-support.json +0 -20
  1623. package/node_modules/object-inspect/package.json +0 -94
  1624. package/node_modules/object-inspect/readme.markdown +0 -86
  1625. package/node_modules/object-inspect/test/bigint.js +0 -58
  1626. package/node_modules/object-inspect/test/browser/dom.js +0 -15
  1627. package/node_modules/object-inspect/test/circular.js +0 -16
  1628. package/node_modules/object-inspect/test/deep.js +0 -12
  1629. package/node_modules/object-inspect/test/element.js +0 -53
  1630. package/node_modules/object-inspect/test/err.js +0 -48
  1631. package/node_modules/object-inspect/test/fakes.js +0 -29
  1632. package/node_modules/object-inspect/test/fn.js +0 -76
  1633. package/node_modules/object-inspect/test/has.js +0 -15
  1634. package/node_modules/object-inspect/test/holes.js +0 -15
  1635. package/node_modules/object-inspect/test/indent-option.js +0 -271
  1636. package/node_modules/object-inspect/test/inspect.js +0 -139
  1637. package/node_modules/object-inspect/test/lowbyte.js +0 -12
  1638. package/node_modules/object-inspect/test/number.js +0 -58
  1639. package/node_modules/object-inspect/test/quoteStyle.js +0 -17
  1640. package/node_modules/object-inspect/test/toStringTag.js +0 -40
  1641. package/node_modules/object-inspect/test/undef.js +0 -12
  1642. package/node_modules/object-inspect/test/values.js +0 -211
  1643. package/node_modules/object-inspect/test-core-js.js +0 -26
  1644. package/node_modules/object-inspect/util.inspect.js +0 -1
  1645. package/node_modules/object-keys/.editorconfig +0 -13
  1646. package/node_modules/object-keys/.eslintrc +0 -17
  1647. package/node_modules/object-keys/.travis.yml +0 -277
  1648. package/node_modules/object-keys/CHANGELOG.md +0 -232
  1649. package/node_modules/object-keys/LICENSE +0 -21
  1650. package/node_modules/object-keys/README.md +0 -76
  1651. package/node_modules/object-keys/implementation.js +0 -122
  1652. package/node_modules/object-keys/index.js +0 -32
  1653. package/node_modules/object-keys/isArguments.js +0 -17
  1654. package/node_modules/object-keys/package.json +0 -88
  1655. package/node_modules/object-keys/test/index.js +0 -5
  1656. package/node_modules/object.assign/.editorconfig +0 -20
  1657. package/node_modules/object.assign/.eslintrc +0 -28
  1658. package/node_modules/object.assign/.github/FUNDING.yml +0 -12
  1659. package/node_modules/object.assign/.nycrc +0 -9
  1660. package/node_modules/object.assign/CHANGELOG.md +0 -225
  1661. package/node_modules/object.assign/LICENSE +0 -21
  1662. package/node_modules/object.assign/README.md +0 -136
  1663. package/node_modules/object.assign/auto.js +0 -3
  1664. package/node_modules/object.assign/dist/browser.js +0 -944
  1665. package/node_modules/object.assign/hasSymbols.js +0 -43
  1666. package/node_modules/object.assign/implementation.js +0 -46
  1667. package/node_modules/object.assign/index.js +0 -22
  1668. package/node_modules/object.assign/package.json +0 -96
  1669. package/node_modules/object.assign/polyfill.js +0 -55
  1670. package/node_modules/object.assign/shim.js +0 -14
  1671. package/node_modules/object.assign/test/implementation.js +0 -19
  1672. package/node_modules/object.assign/test/index.js +0 -17
  1673. package/node_modules/object.assign/test/native.js +0 -49
  1674. package/node_modules/object.assign/test/ses-compat.js +0 -12
  1675. package/node_modules/object.assign/test/shimmed.js +0 -52
  1676. package/node_modules/object.assign/test/tests.js +0 -232
  1677. package/node_modules/object.assign/test.html +0 -18458
  1678. package/node_modules/regexp.prototype.flags/.editorconfig +0 -13
  1679. package/node_modules/regexp.prototype.flags/.eslintrc +0 -19
  1680. package/node_modules/regexp.prototype.flags/.nycrc +0 -9
  1681. package/node_modules/regexp.prototype.flags/CHANGELOG.md +0 -190
  1682. package/node_modules/regexp.prototype.flags/LICENSE +0 -22
  1683. package/node_modules/regexp.prototype.flags/README.md +0 -54
  1684. package/node_modules/regexp.prototype.flags/auto.js +0 -3
  1685. package/node_modules/regexp.prototype.flags/implementation.js +0 -39
  1686. package/node_modules/regexp.prototype.flags/index.js +0 -18
  1687. package/node_modules/regexp.prototype.flags/package.json +0 -92
  1688. package/node_modules/regexp.prototype.flags/polyfill.js +0 -36
  1689. package/node_modules/regexp.prototype.flags/shim.js +0 -26
  1690. package/node_modules/regexp.prototype.flags/test/implementation.js +0 -20
  1691. package/node_modules/regexp.prototype.flags/test/index.js +0 -17
  1692. package/node_modules/regexp.prototype.flags/test/shimmed.js +0 -48
  1693. package/node_modules/regexp.prototype.flags/test/tests.js +0 -141
  1694. package/node_modules/safe-regex-test/.eslintrc +0 -9
  1695. package/node_modules/safe-regex-test/.github/FUNDING.yml +0 -12
  1696. package/node_modules/safe-regex-test/CHANGELOG.md +0 -15
  1697. package/node_modules/safe-regex-test/README.md +0 -42
  1698. package/node_modules/safe-regex-test/index.js +0 -17
  1699. package/node_modules/safe-regex-test/test/index.js +0 -37
  1700. package/node_modules/side-channel/.eslintignore +0 -1
  1701. package/node_modules/side-channel/.eslintrc +0 -11
  1702. package/node_modules/side-channel/.github/FUNDING.yml +0 -12
  1703. package/node_modules/side-channel/.nycrc +0 -13
  1704. package/node_modules/side-channel/CHANGELOG.md +0 -65
  1705. package/node_modules/side-channel/LICENSE +0 -21
  1706. package/node_modules/side-channel/README.md +0 -2
  1707. package/node_modules/side-channel/index.js +0 -124
  1708. package/node_modules/side-channel/package.json +0 -67
  1709. package/node_modules/side-channel/test/index.js +0 -78
  1710. package/node_modules/string.prototype.trimend/.editorconfig +0 -20
  1711. package/node_modules/string.prototype.trimend/.eslintrc +0 -24
  1712. package/node_modules/string.prototype.trimend/.nycrc +0 -9
  1713. package/node_modules/string.prototype.trimend/CHANGELOG.md +0 -92
  1714. package/node_modules/string.prototype.trimend/LICENSE +0 -21
  1715. package/node_modules/string.prototype.trimend/README.md +0 -46
  1716. package/node_modules/string.prototype.trimend/auto.js +0 -3
  1717. package/node_modules/string.prototype.trimend/implementation.js +0 -15
  1718. package/node_modules/string.prototype.trimend/index.js +0 -23
  1719. package/node_modules/string.prototype.trimend/package.json +0 -71
  1720. package/node_modules/string.prototype.trimend/polyfill.js +0 -15
  1721. package/node_modules/string.prototype.trimend/shim.js +0 -14
  1722. package/node_modules/string.prototype.trimend/test/implementation.js +0 -20
  1723. package/node_modules/string.prototype.trimend/test/index.js +0 -17
  1724. package/node_modules/string.prototype.trimend/test/shimmed.js +0 -36
  1725. package/node_modules/string.prototype.trimend/test/tests.js +0 -31
  1726. package/node_modules/string.prototype.trimstart/.editorconfig +0 -20
  1727. package/node_modules/string.prototype.trimstart/.eslintrc +0 -24
  1728. package/node_modules/string.prototype.trimstart/.nycrc +0 -9
  1729. package/node_modules/string.prototype.trimstart/CHANGELOG.md +0 -92
  1730. package/node_modules/string.prototype.trimstart/LICENSE +0 -21
  1731. package/node_modules/string.prototype.trimstart/README.md +0 -46
  1732. package/node_modules/string.prototype.trimstart/auto.js +0 -3
  1733. package/node_modules/string.prototype.trimstart/implementation.js +0 -15
  1734. package/node_modules/string.prototype.trimstart/index.js +0 -23
  1735. package/node_modules/string.prototype.trimstart/package.json +0 -71
  1736. package/node_modules/string.prototype.trimstart/polyfill.js +0 -15
  1737. package/node_modules/string.prototype.trimstart/shim.js +0 -14
  1738. package/node_modules/string.prototype.trimstart/test/implementation.js +0 -20
  1739. package/node_modules/string.prototype.trimstart/test/index.js +0 -18
  1740. package/node_modules/string.prototype.trimstart/test/shimmed.js +0 -36
  1741. package/node_modules/string.prototype.trimstart/test/tests.js +0 -31
  1742. package/node_modules/unbox-primitive/.editorconfig +0 -20
  1743. package/node_modules/unbox-primitive/.eslintrc +0 -5
  1744. package/node_modules/unbox-primitive/.github/FUNDING.yml +0 -12
  1745. package/node_modules/unbox-primitive/.nycrc +0 -13
  1746. package/node_modules/unbox-primitive/CHANGELOG.md +0 -60
  1747. package/node_modules/unbox-primitive/LICENSE +0 -21
  1748. package/node_modules/unbox-primitive/README.md +0 -47
  1749. package/node_modules/unbox-primitive/index.js +0 -39
  1750. package/node_modules/unbox-primitive/package.json +0 -65
  1751. package/node_modules/unbox-primitive/test/index.js +0 -59
  1752. package/node_modules/which-boxed-primitive/.editorconfig +0 -20
  1753. package/node_modules/which-boxed-primitive/.eslintignore +0 -1
  1754. package/node_modules/which-boxed-primitive/.eslintrc +0 -9
  1755. package/node_modules/which-boxed-primitive/.github/FUNDING.yml +0 -12
  1756. package/node_modules/which-boxed-primitive/.nycrc +0 -13
  1757. package/node_modules/which-boxed-primitive/CHANGELOG.md +0 -54
  1758. package/node_modules/which-boxed-primitive/LICENSE +0 -21
  1759. package/node_modules/which-boxed-primitive/README.md +0 -73
  1760. package/node_modules/which-boxed-primitive/index.js +0 -30
  1761. package/node_modules/which-boxed-primitive/package.json +0 -65
  1762. package/node_modules/which-boxed-primitive/test/index.js +0 -66
@@ -386,10 +386,10 @@
386
386
  "shape": "S6a"
387
387
  },
388
388
  "OutputConfig": {
389
- "shape": "S6c"
389
+ "shape": "S6d"
390
390
  },
391
391
  "VpcConfig": {
392
- "shape": "S6j"
392
+ "shape": "S6k"
393
393
  },
394
394
  "StoppingCondition": {
395
395
  "shape": "S3m"
@@ -420,7 +420,7 @@
420
420
  "members": {
421
421
  "ContextName": {},
422
422
  "Source": {
423
- "shape": "S6r"
423
+ "shape": "S6s"
424
424
  },
425
425
  "ContextType": {},
426
426
  "Description": {},
@@ -453,26 +453,26 @@
453
453
  "members": {
454
454
  "JobDefinitionName": {},
455
455
  "DataQualityBaselineConfig": {
456
- "shape": "S6w"
456
+ "shape": "S6x"
457
457
  },
458
458
  "DataQualityAppSpecification": {
459
- "shape": "S70"
459
+ "shape": "S71"
460
460
  },
461
461
  "DataQualityJobInput": {
462
- "shape": "S79"
462
+ "shape": "S7a"
463
463
  },
464
464
  "DataQualityJobOutputConfig": {
465
- "shape": "S7m"
465
+ "shape": "S7n"
466
466
  },
467
467
  "JobResources": {
468
- "shape": "S7s"
468
+ "shape": "S7t"
469
469
  },
470
470
  "NetworkConfig": {
471
- "shape": "S7x"
471
+ "shape": "S7y"
472
472
  },
473
473
  "RoleArn": {},
474
474
  "StoppingCondition": {
475
- "shape": "S7y"
475
+ "shape": "S7z"
476
476
  },
477
477
  "Tags": {
478
478
  "shape": "S7"
@@ -501,7 +501,7 @@
501
501
  "RoleArn": {},
502
502
  "Description": {},
503
503
  "OutputConfig": {
504
- "shape": "S84"
504
+ "shape": "S85"
505
505
  },
506
506
  "Tags": {
507
507
  "shape": "S7"
@@ -526,7 +526,7 @@
526
526
  "DomainName": {},
527
527
  "AuthMode": {},
528
528
  "DefaultUserSettings": {
529
- "shape": "S8a"
529
+ "shape": "S8b"
530
530
  },
531
531
  "SubnetIds": {
532
532
  "shape": "S5q"
@@ -543,7 +543,7 @@
543
543
  "KmsKeyId": {},
544
544
  "AppSecurityGroupManagement": {},
545
545
  "DomainSettings": {
546
- "shape": "S8w"
546
+ "shape": "S8x"
547
547
  }
548
548
  }
549
549
  },
@@ -566,11 +566,11 @@
566
566
  "members": {
567
567
  "EdgeDeploymentPlanName": {},
568
568
  "ModelConfigs": {
569
- "shape": "S94"
569
+ "shape": "S95"
570
570
  },
571
571
  "DeviceFleetName": {},
572
572
  "Stages": {
573
- "shape": "S96"
573
+ "shape": "S97"
574
574
  },
575
575
  "Tags": {
576
576
  "shape": "S7"
@@ -597,7 +597,7 @@
597
597
  "members": {
598
598
  "EdgeDeploymentPlanName": {},
599
599
  "Stages": {
600
- "shape": "S96"
600
+ "shape": "S97"
601
601
  }
602
602
  }
603
603
  }
@@ -620,7 +620,7 @@
620
620
  "ModelVersion": {},
621
621
  "RoleArn": {},
622
622
  "OutputConfig": {
623
- "shape": "S84"
623
+ "shape": "S85"
624
624
  },
625
625
  "ResourceKey": {},
626
626
  "Tags": {
@@ -640,7 +640,7 @@
640
640
  "EndpointName": {},
641
641
  "EndpointConfigName": {},
642
642
  "DeploymentConfig": {
643
- "shape": "S9m"
643
+ "shape": "S9n"
644
644
  },
645
645
  "Tags": {
646
646
  "shape": "S7"
@@ -667,20 +667,20 @@
667
667
  "members": {
668
668
  "EndpointConfigName": {},
669
669
  "ProductionVariants": {
670
- "shape": "Sa3"
670
+ "shape": "Sa4"
671
671
  },
672
672
  "DataCaptureConfig": {
673
- "shape": "Sah"
673
+ "shape": "Sai"
674
674
  },
675
675
  "Tags": {
676
676
  "shape": "S7"
677
677
  },
678
678
  "KmsKeyId": {},
679
679
  "AsyncInferenceConfig": {
680
- "shape": "Sas"
680
+ "shape": "Sat"
681
681
  },
682
682
  "ExplainerConfig": {
683
- "shape": "Say"
683
+ "shape": "Saz"
684
684
  }
685
685
  }
686
686
  },
@@ -730,13 +730,13 @@
730
730
  "RecordIdentifierFeatureName": {},
731
731
  "EventTimeFeatureName": {},
732
732
  "FeatureDefinitions": {
733
- "shape": "Sbx"
733
+ "shape": "Sby"
734
734
  },
735
735
  "OnlineStoreConfig": {
736
- "shape": "Sc0"
736
+ "shape": "Sc1"
737
737
  },
738
738
  "OfflineStoreConfig": {
739
- "shape": "Sc2"
739
+ "shape": "Sc3"
740
740
  },
741
741
  "RoleArn": {},
742
742
  "Description": {},
@@ -767,16 +767,16 @@
767
767
  "members": {
768
768
  "FlowDefinitionName": {},
769
769
  "HumanLoopRequestSource": {
770
- "shape": "Scd"
770
+ "shape": "Sce"
771
771
  },
772
772
  "HumanLoopActivationConfig": {
773
- "shape": "Scf"
773
+ "shape": "Scg"
774
774
  },
775
775
  "HumanLoopConfig": {
776
- "shape": "Sci"
776
+ "shape": "Scj"
777
777
  },
778
778
  "OutputConfig": {
779
- "shape": "Scx"
779
+ "shape": "Scy"
780
780
  },
781
781
  "RoleArn": {},
782
782
  "Tags": {
@@ -804,7 +804,7 @@
804
804
  "members": {
805
805
  "HumanTaskUiName": {},
806
806
  "UiTemplate": {
807
- "shape": "Sd2"
807
+ "shape": "Sd3"
808
808
  },
809
809
  "Tags": {
810
810
  "shape": "S7"
@@ -831,16 +831,16 @@
831
831
  "members": {
832
832
  "HyperParameterTuningJobName": {},
833
833
  "HyperParameterTuningJobConfig": {
834
- "shape": "Sd7"
834
+ "shape": "Sd8"
835
835
  },
836
836
  "TrainingJobDefinition": {
837
- "shape": "Sds"
837
+ "shape": "Sdt"
838
838
  },
839
839
  "TrainingJobDefinitions": {
840
- "shape": "Se5"
840
+ "shape": "Se6"
841
841
  },
842
842
  "WarmStartConfig": {
843
- "shape": "Se6"
843
+ "shape": "Se7"
844
844
  },
845
845
  "Tags": {
846
846
  "shape": "S7"
@@ -918,11 +918,11 @@
918
918
  "JobType": {},
919
919
  "RoleArn": {},
920
920
  "InputConfig": {
921
- "shape": "Sen"
921
+ "shape": "Seo"
922
922
  },
923
923
  "JobDescription": {},
924
924
  "StoppingConditions": {
925
- "shape": "Sff"
925
+ "shape": "Sfg"
926
926
  },
927
927
  "OutputConfig": {
928
928
  "type": "structure",
@@ -966,21 +966,21 @@
966
966
  "LabelingJobName": {},
967
967
  "LabelAttributeName": {},
968
968
  "InputConfig": {
969
- "shape": "Sfq"
969
+ "shape": "Sfr"
970
970
  },
971
971
  "OutputConfig": {
972
- "shape": "Sfx"
972
+ "shape": "Sfy"
973
973
  },
974
974
  "RoleArn": {},
975
975
  "LabelCategoryConfigS3Uri": {},
976
976
  "StoppingConditions": {
977
- "shape": "Sfy"
977
+ "shape": "Sfz"
978
978
  },
979
979
  "LabelingJobAlgorithmsConfig": {
980
- "shape": "Sg1"
980
+ "shape": "Sg2"
981
981
  },
982
982
  "HumanTaskConfig": {
983
- "shape": "Sg5"
983
+ "shape": "Sg6"
984
984
  },
985
985
  "Tags": {
986
986
  "shape": "S7"
@@ -1007,13 +1007,13 @@
1007
1007
  "members": {
1008
1008
  "ModelName": {},
1009
1009
  "PrimaryContainer": {
1010
- "shape": "Sgk"
1010
+ "shape": "Sgl"
1011
1011
  },
1012
1012
  "Containers": {
1013
- "shape": "Sgt"
1013
+ "shape": "Sgu"
1014
1014
  },
1015
1015
  "InferenceExecutionConfig": {
1016
- "shape": "Sgu"
1016
+ "shape": "Sgv"
1017
1017
  },
1018
1018
  "ExecutionRoleArn": {},
1019
1019
  "Tags": {
@@ -1051,26 +1051,26 @@
1051
1051
  "members": {
1052
1052
  "JobDefinitionName": {},
1053
1053
  "ModelBiasBaselineConfig": {
1054
- "shape": "Sgy"
1054
+ "shape": "Sgz"
1055
1055
  },
1056
1056
  "ModelBiasAppSpecification": {
1057
- "shape": "Sgz"
1057
+ "shape": "Sh0"
1058
1058
  },
1059
1059
  "ModelBiasJobInput": {
1060
- "shape": "Sh0"
1060
+ "shape": "Sh1"
1061
1061
  },
1062
1062
  "ModelBiasJobOutputConfig": {
1063
- "shape": "S7m"
1063
+ "shape": "S7n"
1064
1064
  },
1065
1065
  "JobResources": {
1066
- "shape": "S7s"
1066
+ "shape": "S7t"
1067
1067
  },
1068
1068
  "NetworkConfig": {
1069
- "shape": "S7x"
1069
+ "shape": "S7y"
1070
1070
  },
1071
1071
  "RoleArn": {},
1072
1072
  "StoppingCondition": {
1073
- "shape": "S7y"
1073
+ "shape": "S7z"
1074
1074
  },
1075
1075
  "Tags": {
1076
1076
  "shape": "S7"
@@ -1101,26 +1101,26 @@
1101
1101
  "members": {
1102
1102
  "JobDefinitionName": {},
1103
1103
  "ModelExplainabilityBaselineConfig": {
1104
- "shape": "Sh4"
1104
+ "shape": "Sh5"
1105
1105
  },
1106
1106
  "ModelExplainabilityAppSpecification": {
1107
- "shape": "Sh5"
1107
+ "shape": "Sh6"
1108
1108
  },
1109
1109
  "ModelExplainabilityJobInput": {
1110
- "shape": "Sh6"
1110
+ "shape": "Sh7"
1111
1111
  },
1112
1112
  "ModelExplainabilityJobOutputConfig": {
1113
- "shape": "S7m"
1113
+ "shape": "S7n"
1114
1114
  },
1115
1115
  "JobResources": {
1116
- "shape": "S7s"
1116
+ "shape": "S7t"
1117
1117
  },
1118
1118
  "NetworkConfig": {
1119
- "shape": "S7x"
1119
+ "shape": "S7y"
1120
1120
  },
1121
1121
  "RoleArn": {},
1122
1122
  "StoppingCondition": {
1123
- "shape": "S7y"
1123
+ "shape": "S7z"
1124
1124
  },
1125
1125
  "Tags": {
1126
1126
  "shape": "S7"
@@ -1148,10 +1148,10 @@
1148
1148
  "shape": "Sr"
1149
1149
  },
1150
1150
  "ValidationSpecification": {
1151
- "shape": "Sh9"
1151
+ "shape": "Sha"
1152
1152
  },
1153
1153
  "SourceAlgorithmSpecification": {
1154
- "shape": "Shc"
1154
+ "shape": "Shd"
1155
1155
  },
1156
1156
  "CertifyForMarketplace": {
1157
1157
  "type": "boolean"
@@ -1164,22 +1164,22 @@
1164
1164
  "shape": "S1q"
1165
1165
  },
1166
1166
  "ModelMetrics": {
1167
- "shape": "Shf"
1167
+ "shape": "Shg"
1168
1168
  },
1169
1169
  "ClientToken": {
1170
1170
  "idempotencyToken": true
1171
1171
  },
1172
1172
  "CustomerMetadataProperties": {
1173
- "shape": "Shm"
1173
+ "shape": "Shn"
1174
1174
  },
1175
1175
  "DriftCheckBaselines": {
1176
- "shape": "Shp"
1176
+ "shape": "Shq"
1177
1177
  },
1178
1178
  "Domain": {},
1179
1179
  "Task": {},
1180
1180
  "SamplePayloadUrl": {},
1181
1181
  "AdditionalInferenceSpecifications": {
1182
- "shape": "Shv"
1182
+ "shape": "Shw"
1183
1183
  }
1184
1184
  }
1185
1185
  },
@@ -1231,26 +1231,26 @@
1231
1231
  "members": {
1232
1232
  "JobDefinitionName": {},
1233
1233
  "ModelQualityBaselineConfig": {
1234
- "shape": "Si2"
1234
+ "shape": "Si3"
1235
1235
  },
1236
1236
  "ModelQualityAppSpecification": {
1237
- "shape": "Si3"
1237
+ "shape": "Si4"
1238
1238
  },
1239
1239
  "ModelQualityJobInput": {
1240
- "shape": "Si5"
1240
+ "shape": "Si6"
1241
1241
  },
1242
1242
  "ModelQualityJobOutputConfig": {
1243
- "shape": "S7m"
1243
+ "shape": "S7n"
1244
1244
  },
1245
1245
  "JobResources": {
1246
- "shape": "S7s"
1246
+ "shape": "S7t"
1247
1247
  },
1248
1248
  "NetworkConfig": {
1249
- "shape": "S7x"
1249
+ "shape": "S7y"
1250
1250
  },
1251
1251
  "RoleArn": {},
1252
1252
  "StoppingCondition": {
1253
- "shape": "S7y"
1253
+ "shape": "S7z"
1254
1254
  },
1255
1255
  "Tags": {
1256
1256
  "shape": "S7"
@@ -1277,7 +1277,7 @@
1277
1277
  "members": {
1278
1278
  "MonitoringScheduleName": {},
1279
1279
  "MonitoringScheduleConfig": {
1280
- "shape": "Si9"
1280
+ "shape": "Sia"
1281
1281
  },
1282
1282
  "Tags": {
1283
1283
  "shape": "S7"
@@ -1307,7 +1307,7 @@
1307
1307
  "InstanceType": {},
1308
1308
  "SubnetId": {},
1309
1309
  "SecurityGroupIds": {
1310
- "shape": "S8b"
1310
+ "shape": "S8c"
1311
1311
  },
1312
1312
  "RoleArn": {},
1313
1313
  "KmsKeyId": {},
@@ -1320,16 +1320,16 @@
1320
1320
  "type": "integer"
1321
1321
  },
1322
1322
  "AcceleratorTypes": {
1323
- "shape": "Sir"
1323
+ "shape": "Sis"
1324
1324
  },
1325
1325
  "DefaultCodeRepository": {},
1326
1326
  "AdditionalCodeRepositories": {
1327
- "shape": "Siu"
1327
+ "shape": "Siv"
1328
1328
  },
1329
1329
  "RootAccess": {},
1330
1330
  "PlatformIdentifier": {},
1331
1331
  "InstanceMetadataServiceConfiguration": {
1332
- "shape": "Six"
1332
+ "shape": "Siy"
1333
1333
  }
1334
1334
  }
1335
1335
  },
@@ -1349,10 +1349,10 @@
1349
1349
  "members": {
1350
1350
  "NotebookInstanceLifecycleConfigName": {},
1351
1351
  "OnCreate": {
1352
- "shape": "Sj2"
1352
+ "shape": "Sj3"
1353
1353
  },
1354
1354
  "OnStart": {
1355
- "shape": "Sj2"
1355
+ "shape": "Sj3"
1356
1356
  }
1357
1357
  }
1358
1358
  },
@@ -1376,7 +1376,7 @@
1376
1376
  "PipelineDisplayName": {},
1377
1377
  "PipelineDefinition": {},
1378
1378
  "PipelineDefinitionS3Location": {
1379
- "shape": "Sja"
1379
+ "shape": "Sjb"
1380
1380
  },
1381
1381
  "PipelineDescription": {},
1382
1382
  "ClientRequestToken": {
@@ -1387,7 +1387,7 @@
1387
1387
  "shape": "S7"
1388
1388
  },
1389
1389
  "ParallelismConfiguration": {
1390
- "shape": "Sjg"
1390
+ "shape": "Sjh"
1391
1391
  }
1392
1392
  }
1393
1393
  },
@@ -1454,33 +1454,33 @@
1454
1454
  ],
1455
1455
  "members": {
1456
1456
  "ProcessingInputs": {
1457
- "shape": "Sjt"
1457
+ "shape": "Sju"
1458
1458
  },
1459
1459
  "ProcessingOutputConfig": {
1460
- "shape": "Skg"
1460
+ "shape": "Skh"
1461
1461
  },
1462
1462
  "ProcessingJobName": {},
1463
1463
  "ProcessingResources": {
1464
- "shape": "Skl"
1464
+ "shape": "Skm"
1465
1465
  },
1466
1466
  "StoppingCondition": {
1467
- "shape": "Skn"
1467
+ "shape": "Sko"
1468
1468
  },
1469
1469
  "AppSpecification": {
1470
- "shape": "Skp"
1470
+ "shape": "Skq"
1471
1471
  },
1472
1472
  "Environment": {
1473
- "shape": "Skr"
1473
+ "shape": "Sks"
1474
1474
  },
1475
1475
  "NetworkConfig": {
1476
- "shape": "Sih"
1476
+ "shape": "Sii"
1477
1477
  },
1478
1478
  "RoleArn": {},
1479
1479
  "Tags": {
1480
1480
  "shape": "S7"
1481
1481
  },
1482
1482
  "ExperimentConfig": {
1483
- "shape": "Sks"
1483
+ "shape": "Skt"
1484
1484
  }
1485
1485
  }
1486
1486
  },
@@ -1505,7 +1505,7 @@
1505
1505
  "ProjectName": {},
1506
1506
  "ProjectDescription": {},
1507
1507
  "ServiceCatalogProvisioningDetails": {
1508
- "shape": "Skx"
1508
+ "shape": "Sky"
1509
1509
  },
1510
1510
  "Tags": {
1511
1511
  "shape": "S7"
@@ -1565,7 +1565,7 @@
1565
1565
  "shape": "S2t"
1566
1566
  },
1567
1567
  "AlgorithmSpecification": {
1568
- "shape": "Sld"
1568
+ "shape": "Sle"
1569
1569
  },
1570
1570
  "RoleArn": {},
1571
1571
  "InputDataConfig": {
@@ -1596,31 +1596,31 @@
1596
1596
  "type": "boolean"
1597
1597
  },
1598
1598
  "CheckpointConfig": {
1599
- "shape": "Sdx"
1599
+ "shape": "Sdy"
1600
1600
  },
1601
1601
  "DebugHookConfig": {
1602
- "shape": "Sli"
1602
+ "shape": "Slj"
1603
1603
  },
1604
1604
  "DebugRuleConfigurations": {
1605
- "shape": "Slq"
1605
+ "shape": "Slr"
1606
1606
  },
1607
1607
  "TensorBoardOutputConfig": {
1608
- "shape": "Slu"
1608
+ "shape": "Slv"
1609
1609
  },
1610
1610
  "ExperimentConfig": {
1611
- "shape": "Sks"
1611
+ "shape": "Skt"
1612
1612
  },
1613
1613
  "ProfilerConfig": {
1614
- "shape": "Slv"
1614
+ "shape": "Slw"
1615
1615
  },
1616
1616
  "ProfilerRuleConfigurations": {
1617
- "shape": "Sly"
1617
+ "shape": "Slz"
1618
1618
  },
1619
1619
  "Environment": {
1620
- "shape": "Sm0"
1620
+ "shape": "Sm1"
1621
1621
  },
1622
1622
  "RetryStrategy": {
1623
- "shape": "Sdy"
1623
+ "shape": "Sdz"
1624
1624
  }
1625
1625
  }
1626
1626
  },
@@ -1651,7 +1651,7 @@
1651
1651
  "type": "integer"
1652
1652
  },
1653
1653
  "ModelClientConfig": {
1654
- "shape": "Sm7"
1654
+ "shape": "Sm8"
1655
1655
  },
1656
1656
  "MaxPayloadInMB": {
1657
1657
  "type": "integer"
@@ -1667,19 +1667,19 @@
1667
1667
  "shape": "S40"
1668
1668
  },
1669
1669
  "DataCaptureConfig": {
1670
- "shape": "Sma"
1670
+ "shape": "Smb"
1671
1671
  },
1672
1672
  "TransformResources": {
1673
1673
  "shape": "S43"
1674
1674
  },
1675
1675
  "DataProcessing": {
1676
- "shape": "Smb"
1676
+ "shape": "Smc"
1677
1677
  },
1678
1678
  "Tags": {
1679
1679
  "shape": "S7"
1680
1680
  },
1681
1681
  "ExperimentConfig": {
1682
- "shape": "Sks"
1682
+ "shape": "Skt"
1683
1683
  }
1684
1684
  }
1685
1685
  },
@@ -1729,7 +1729,7 @@
1729
1729
  "TrialComponentName": {},
1730
1730
  "DisplayName": {},
1731
1731
  "Status": {
1732
- "shape": "Smj"
1732
+ "shape": "Smk"
1733
1733
  },
1734
1734
  "StartTime": {
1735
1735
  "type": "timestamp"
@@ -1738,13 +1738,13 @@
1738
1738
  "type": "timestamp"
1739
1739
  },
1740
1740
  "Parameters": {
1741
- "shape": "Smn"
1741
+ "shape": "Smo"
1742
1742
  },
1743
1743
  "InputArtifacts": {
1744
- "shape": "Smr"
1744
+ "shape": "Sms"
1745
1745
  },
1746
1746
  "OutputArtifacts": {
1747
- "shape": "Smr"
1747
+ "shape": "Sms"
1748
1748
  },
1749
1749
  "MetadataProperties": {
1750
1750
  "shape": "S1q"
@@ -1777,7 +1777,7 @@
1777
1777
  "shape": "S7"
1778
1778
  },
1779
1779
  "UserSettings": {
1780
- "shape": "S8a"
1780
+ "shape": "S8b"
1781
1781
  }
1782
1782
  }
1783
1783
  },
@@ -1796,20 +1796,20 @@
1796
1796
  ],
1797
1797
  "members": {
1798
1798
  "CognitoConfig": {
1799
- "shape": "Sn2"
1799
+ "shape": "Sn3"
1800
1800
  },
1801
1801
  "OidcConfig": {
1802
- "shape": "Sn5"
1802
+ "shape": "Sn6"
1803
1803
  },
1804
1804
  "SourceIpConfig": {
1805
- "shape": "Sn8"
1805
+ "shape": "Sn9"
1806
1806
  },
1807
1807
  "WorkforceName": {},
1808
1808
  "Tags": {
1809
1809
  "shape": "S7"
1810
1810
  },
1811
1811
  "WorkforceVpcConfig": {
1812
- "shape": "Snc"
1812
+ "shape": "Snd"
1813
1813
  }
1814
1814
  }
1815
1815
  },
@@ -1835,11 +1835,11 @@
1835
1835
  "WorkteamName": {},
1836
1836
  "WorkforceName": {},
1837
1837
  "MemberDefinitions": {
1838
- "shape": "Snm"
1838
+ "shape": "Snn"
1839
1839
  },
1840
1840
  "Description": {},
1841
1841
  "NotificationConfiguration": {
1842
- "shape": "Snu"
1842
+ "shape": "Snv"
1843
1843
  },
1844
1844
  "Tags": {
1845
1845
  "shape": "S7"
@@ -2418,7 +2418,7 @@
2418
2418
  "members": {
2419
2419
  "DeviceFleetName": {},
2420
2420
  "DeviceNames": {
2421
- "shape": "S9b"
2421
+ "shape": "S9c"
2422
2422
  }
2423
2423
  }
2424
2424
  }
@@ -2451,13 +2451,13 @@
2451
2451
  "type": "timestamp"
2452
2452
  },
2453
2453
  "CreatedBy": {
2454
- "shape": "Spo"
2454
+ "shape": "Spp"
2455
2455
  },
2456
2456
  "LastModifiedTime": {
2457
2457
  "type": "timestamp"
2458
2458
  },
2459
2459
  "LastModifiedBy": {
2460
- "shape": "Spo"
2460
+ "shape": "Spp"
2461
2461
  },
2462
2462
  "MetadataProperties": {
2463
2463
  "shape": "S1q"
@@ -2507,10 +2507,10 @@
2507
2507
  "type": "structure",
2508
2508
  "members": {
2509
2509
  "ValidationStatuses": {
2510
- "shape": "Spu"
2510
+ "shape": "Spv"
2511
2511
  },
2512
2512
  "ImageScanStatuses": {
2513
- "shape": "Spu"
2513
+ "shape": "Spv"
2514
2514
  }
2515
2515
  }
2516
2516
  },
@@ -2615,13 +2615,13 @@
2615
2615
  "type": "timestamp"
2616
2616
  },
2617
2617
  "CreatedBy": {
2618
- "shape": "Spo"
2618
+ "shape": "Spp"
2619
2619
  },
2620
2620
  "LastModifiedTime": {
2621
2621
  "type": "timestamp"
2622
2622
  },
2623
2623
  "LastModifiedBy": {
2624
- "shape": "Spo"
2624
+ "shape": "Spp"
2625
2625
  },
2626
2626
  "MetadataProperties": {
2627
2627
  "shape": "S1q"
@@ -2681,10 +2681,10 @@
2681
2681
  },
2682
2682
  "FailureReason": {},
2683
2683
  "PartialFailureReasons": {
2684
- "shape": "Sq8"
2684
+ "shape": "Sq9"
2685
2685
  },
2686
2686
  "BestCandidate": {
2687
- "shape": "Sqa"
2687
+ "shape": "Sqb"
2688
2688
  },
2689
2689
  "AutoMLJobStatus": {},
2690
2690
  "AutoMLJobSecondaryStatus": {},
@@ -2803,7 +2803,7 @@
2803
2803
  },
2804
2804
  "FailureReason": {},
2805
2805
  "ModelArtifacts": {
2806
- "shape": "Srb"
2806
+ "shape": "Src"
2807
2807
  },
2808
2808
  "ModelDigests": {
2809
2809
  "type": "structure",
@@ -2816,10 +2816,10 @@
2816
2816
  "shape": "S6a"
2817
2817
  },
2818
2818
  "OutputConfig": {
2819
- "shape": "S6c"
2819
+ "shape": "S6d"
2820
2820
  },
2821
2821
  "VpcConfig": {
2822
- "shape": "S6j"
2822
+ "shape": "S6k"
2823
2823
  }
2824
2824
  }
2825
2825
  }
@@ -2840,7 +2840,7 @@
2840
2840
  "ContextName": {},
2841
2841
  "ContextArn": {},
2842
2842
  "Source": {
2843
- "shape": "S6r"
2843
+ "shape": "S6s"
2844
2844
  },
2845
2845
  "ContextType": {},
2846
2846
  "Description": {},
@@ -2851,13 +2851,13 @@
2851
2851
  "type": "timestamp"
2852
2852
  },
2853
2853
  "CreatedBy": {
2854
- "shape": "Spo"
2854
+ "shape": "Spp"
2855
2855
  },
2856
2856
  "LastModifiedTime": {
2857
2857
  "type": "timestamp"
2858
2858
  },
2859
2859
  "LastModifiedBy": {
2860
- "shape": "Spo"
2860
+ "shape": "Spp"
2861
2861
  },
2862
2862
  "LineageGroupArn": {}
2863
2863
  }
@@ -2892,26 +2892,26 @@
2892
2892
  "type": "timestamp"
2893
2893
  },
2894
2894
  "DataQualityBaselineConfig": {
2895
- "shape": "S6w"
2895
+ "shape": "S6x"
2896
2896
  },
2897
2897
  "DataQualityAppSpecification": {
2898
- "shape": "S70"
2898
+ "shape": "S71"
2899
2899
  },
2900
2900
  "DataQualityJobInput": {
2901
- "shape": "S79"
2901
+ "shape": "S7a"
2902
2902
  },
2903
2903
  "DataQualityJobOutputConfig": {
2904
- "shape": "S7m"
2904
+ "shape": "S7n"
2905
2905
  },
2906
2906
  "JobResources": {
2907
- "shape": "S7s"
2907
+ "shape": "S7t"
2908
2908
  },
2909
2909
  "NetworkConfig": {
2910
- "shape": "S7x"
2910
+ "shape": "S7y"
2911
2911
  },
2912
2912
  "RoleArn": {},
2913
2913
  "StoppingCondition": {
2914
- "shape": "S7y"
2914
+ "shape": "S7z"
2915
2915
  }
2916
2916
  }
2917
2917
  }
@@ -2999,7 +2999,7 @@
2999
2999
  "DeviceFleetName": {},
3000
3000
  "DeviceFleetArn": {},
3001
3001
  "OutputConfig": {
3002
- "shape": "S84"
3002
+ "shape": "S85"
3003
3003
  },
3004
3004
  "Description": {},
3005
3005
  "CreationTime": {
@@ -3041,7 +3041,7 @@
3041
3041
  "FailureReason": {},
3042
3042
  "AuthMode": {},
3043
3043
  "DefaultUserSettings": {
3044
- "shape": "S8a"
3044
+ "shape": "S8b"
3045
3045
  },
3046
3046
  "AppNetworkAccessType": {},
3047
3047
  "HomeEfsFileSystemKmsKeyId": {
@@ -3055,7 +3055,7 @@
3055
3055
  "VpcId": {},
3056
3056
  "KmsKeyId": {},
3057
3057
  "DomainSettings": {
3058
- "shape": "S8w"
3058
+ "shape": "S8x"
3059
3059
  },
3060
3060
  "AppSecurityGroupManagement": {},
3061
3061
  "SecurityGroupIdForDomainBoundary": {}
@@ -3089,7 +3089,7 @@
3089
3089
  "EdgeDeploymentPlanArn": {},
3090
3090
  "EdgeDeploymentPlanName": {},
3091
3091
  "ModelConfigs": {
3092
- "shape": "S94"
3092
+ "shape": "S95"
3093
3093
  },
3094
3094
  "DeviceFleetName": {},
3095
3095
  "EdgeDeploymentSuccess": {
@@ -3114,10 +3114,10 @@
3114
3114
  "members": {
3115
3115
  "StageName": {},
3116
3116
  "DeviceSelectionConfig": {
3117
- "shape": "S98"
3117
+ "shape": "S99"
3118
3118
  },
3119
3119
  "DeploymentConfig": {
3120
- "shape": "S9d"
3120
+ "shape": "S9e"
3121
3121
  },
3122
3122
  "DeploymentStatus": {
3123
3123
  "type": "structure",
@@ -3182,7 +3182,7 @@
3182
3182
  "ModelVersion": {},
3183
3183
  "RoleArn": {},
3184
3184
  "OutputConfig": {
3185
- "shape": "S84"
3185
+ "shape": "S85"
3186
3186
  },
3187
3187
  "ResourceKey": {},
3188
3188
  "EdgePackagingJobStatus": {},
@@ -3235,10 +3235,10 @@
3235
3235
  "EndpointArn": {},
3236
3236
  "EndpointConfigName": {},
3237
3237
  "ProductionVariants": {
3238
- "shape": "Sse"
3238
+ "shape": "Ssf"
3239
3239
  },
3240
3240
  "DataCaptureConfig": {
3241
- "shape": "Ssn"
3241
+ "shape": "Sso"
3242
3242
  },
3243
3243
  "EndpointStatus": {},
3244
3244
  "FailureReason": {},
@@ -3249,10 +3249,10 @@
3249
3249
  "type": "timestamp"
3250
3250
  },
3251
3251
  "LastDeploymentConfig": {
3252
- "shape": "S9m"
3252
+ "shape": "S9n"
3253
3253
  },
3254
3254
  "AsyncInferenceConfig": {
3255
- "shape": "Sas"
3255
+ "shape": "Sat"
3256
3256
  },
3257
3257
  "PendingDeploymentSummary": {
3258
3258
  "type": "structure",
@@ -3271,7 +3271,7 @@
3271
3271
  "members": {
3272
3272
  "VariantName": {},
3273
3273
  "DeployedImages": {
3274
- "shape": "Ssg"
3274
+ "shape": "Ssh"
3275
3275
  },
3276
3276
  "CurrentWeight": {
3277
3277
  "type": "float"
@@ -3288,13 +3288,13 @@
3288
3288
  "InstanceType": {},
3289
3289
  "AcceleratorType": {},
3290
3290
  "VariantStatus": {
3291
- "shape": "Ssj"
3291
+ "shape": "Ssk"
3292
3292
  },
3293
3293
  "CurrentServerlessConfig": {
3294
- "shape": "Sab"
3294
+ "shape": "Sac"
3295
3295
  },
3296
3296
  "DesiredServerlessConfig": {
3297
- "shape": "Sab"
3297
+ "shape": "Sac"
3298
3298
  }
3299
3299
  }
3300
3300
  }
@@ -3305,7 +3305,7 @@
3305
3305
  }
3306
3306
  },
3307
3307
  "ExplainerConfig": {
3308
- "shape": "Say"
3308
+ "shape": "Saz"
3309
3309
  }
3310
3310
  }
3311
3311
  }
@@ -3332,20 +3332,20 @@
3332
3332
  "EndpointConfigName": {},
3333
3333
  "EndpointConfigArn": {},
3334
3334
  "ProductionVariants": {
3335
- "shape": "Sa3"
3335
+ "shape": "Sa4"
3336
3336
  },
3337
3337
  "DataCaptureConfig": {
3338
- "shape": "Sah"
3338
+ "shape": "Sai"
3339
3339
  },
3340
3340
  "KmsKeyId": {},
3341
3341
  "CreationTime": {
3342
3342
  "type": "timestamp"
3343
3343
  },
3344
3344
  "AsyncInferenceConfig": {
3345
- "shape": "Sas"
3345
+ "shape": "Sat"
3346
3346
  },
3347
3347
  "ExplainerConfig": {
3348
- "shape": "Say"
3348
+ "shape": "Saz"
3349
3349
  }
3350
3350
  }
3351
3351
  }
@@ -3367,20 +3367,20 @@
3367
3367
  "ExperimentArn": {},
3368
3368
  "DisplayName": {},
3369
3369
  "Source": {
3370
- "shape": "Ssx"
3370
+ "shape": "Ssy"
3371
3371
  },
3372
3372
  "Description": {},
3373
3373
  "CreationTime": {
3374
3374
  "type": "timestamp"
3375
3375
  },
3376
3376
  "CreatedBy": {
3377
- "shape": "Spo"
3377
+ "shape": "Spp"
3378
3378
  },
3379
3379
  "LastModifiedTime": {
3380
3380
  "type": "timestamp"
3381
3381
  },
3382
3382
  "LastModifiedBy": {
3383
- "shape": "Spo"
3383
+ "shape": "Spp"
3384
3384
  }
3385
3385
  }
3386
3386
  }
@@ -3413,7 +3413,7 @@
3413
3413
  "RecordIdentifierFeatureName": {},
3414
3414
  "EventTimeFeatureName": {},
3415
3415
  "FeatureDefinitions": {
3416
- "shape": "Sbx"
3416
+ "shape": "Sby"
3417
3417
  },
3418
3418
  "CreationTime": {
3419
3419
  "type": "timestamp"
@@ -3422,18 +3422,18 @@
3422
3422
  "type": "timestamp"
3423
3423
  },
3424
3424
  "OnlineStoreConfig": {
3425
- "shape": "Sc0"
3425
+ "shape": "Sc1"
3426
3426
  },
3427
3427
  "OfflineStoreConfig": {
3428
- "shape": "Sc2"
3428
+ "shape": "Sc3"
3429
3429
  },
3430
3430
  "RoleArn": {},
3431
3431
  "FeatureGroupStatus": {},
3432
3432
  "OfflineStoreStatus": {
3433
- "shape": "St3"
3433
+ "shape": "St4"
3434
3434
  },
3435
3435
  "LastUpdateStatus": {
3436
- "shape": "St6"
3436
+ "shape": "St7"
3437
3437
  },
3438
3438
  "FailureReason": {},
3439
3439
  "Description": {},
@@ -3479,7 +3479,7 @@
3479
3479
  },
3480
3480
  "Description": {},
3481
3481
  "Parameters": {
3482
- "shape": "Stc"
3482
+ "shape": "Std"
3483
3483
  }
3484
3484
  }
3485
3485
  }
@@ -3513,16 +3513,16 @@
3513
3513
  "type": "timestamp"
3514
3514
  },
3515
3515
  "HumanLoopRequestSource": {
3516
- "shape": "Scd"
3516
+ "shape": "Sce"
3517
3517
  },
3518
3518
  "HumanLoopActivationConfig": {
3519
- "shape": "Scf"
3519
+ "shape": "Scg"
3520
3520
  },
3521
3521
  "HumanLoopConfig": {
3522
- "shape": "Sci"
3522
+ "shape": "Scj"
3523
3523
  },
3524
3524
  "OutputConfig": {
3525
- "shape": "Scx"
3525
+ "shape": "Scy"
3526
3526
  },
3527
3527
  "RoleArn": {},
3528
3528
  "FailureReason": {}
@@ -3589,13 +3589,13 @@
3589
3589
  "HyperParameterTuningJobName": {},
3590
3590
  "HyperParameterTuningJobArn": {},
3591
3591
  "HyperParameterTuningJobConfig": {
3592
- "shape": "Sd7"
3592
+ "shape": "Sd8"
3593
3593
  },
3594
3594
  "TrainingJobDefinition": {
3595
- "shape": "Sds"
3595
+ "shape": "Sdt"
3596
3596
  },
3597
3597
  "TrainingJobDefinitions": {
3598
- "shape": "Se5"
3598
+ "shape": "Se6"
3599
3599
  },
3600
3600
  "HyperParameterTuningJobStatus": {},
3601
3601
  "CreationTime": {
@@ -3608,19 +3608,19 @@
3608
3608
  "type": "timestamp"
3609
3609
  },
3610
3610
  "TrainingJobStatusCounters": {
3611
- "shape": "Sts"
3611
+ "shape": "Stt"
3612
3612
  },
3613
3613
  "ObjectiveStatusCounters": {
3614
- "shape": "Stu"
3614
+ "shape": "Stv"
3615
3615
  },
3616
3616
  "BestTrainingJob": {
3617
- "shape": "Stw"
3617
+ "shape": "Stx"
3618
3618
  },
3619
3619
  "OverallBestTrainingJob": {
3620
- "shape": "Stw"
3620
+ "shape": "Stx"
3621
3621
  },
3622
3622
  "WarmStartConfig": {
3623
- "shape": "Se6"
3623
+ "shape": "Se7"
3624
3624
  },
3625
3625
  "FailureReason": {}
3626
3626
  }
@@ -3729,10 +3729,10 @@
3729
3729
  },
3730
3730
  "FailureReason": {},
3731
3731
  "InputConfig": {
3732
- "shape": "Sen"
3732
+ "shape": "Seo"
3733
3733
  },
3734
3734
  "StoppingConditions": {
3735
- "shape": "Sff"
3735
+ "shape": "Sfg"
3736
3736
  },
3737
3737
  "InferenceRecommendations": {
3738
3738
  "type": "list",
@@ -3745,13 +3745,13 @@
3745
3745
  ],
3746
3746
  "members": {
3747
3747
  "Metrics": {
3748
- "shape": "Sub"
3748
+ "shape": "Suc"
3749
3749
  },
3750
3750
  "EndpointConfiguration": {
3751
- "shape": "Suc"
3751
+ "shape": "Sud"
3752
3752
  },
3753
3753
  "ModelConfiguration": {
3754
- "shape": "Sud"
3754
+ "shape": "Sue"
3755
3755
  }
3756
3756
  }
3757
3757
  }
@@ -3781,7 +3781,7 @@
3781
3781
  }
3782
3782
  },
3783
3783
  "EndpointInfo": {
3784
- "shape": "Sfd"
3784
+ "shape": "Sfe"
3785
3785
  }
3786
3786
  }
3787
3787
  }
@@ -3817,7 +3817,7 @@
3817
3817
  "members": {
3818
3818
  "LabelingJobStatus": {},
3819
3819
  "LabelCounters": {
3820
- "shape": "Sum"
3820
+ "shape": "Sun"
3821
3821
  },
3822
3822
  "FailureReason": {},
3823
3823
  "CreationTime": {
@@ -3831,27 +3831,27 @@
3831
3831
  "LabelingJobArn": {},
3832
3832
  "LabelAttributeName": {},
3833
3833
  "InputConfig": {
3834
- "shape": "Sfq"
3834
+ "shape": "Sfr"
3835
3835
  },
3836
3836
  "OutputConfig": {
3837
- "shape": "Sfx"
3837
+ "shape": "Sfy"
3838
3838
  },
3839
3839
  "RoleArn": {},
3840
3840
  "LabelCategoryConfigS3Uri": {},
3841
3841
  "StoppingConditions": {
3842
- "shape": "Sfy"
3842
+ "shape": "Sfz"
3843
3843
  },
3844
3844
  "LabelingJobAlgorithmsConfig": {
3845
- "shape": "Sg1"
3845
+ "shape": "Sg2"
3846
3846
  },
3847
3847
  "HumanTaskConfig": {
3848
- "shape": "Sg5"
3848
+ "shape": "Sg6"
3849
3849
  },
3850
3850
  "Tags": {
3851
3851
  "shape": "S7"
3852
3852
  },
3853
3853
  "LabelingJobOutput": {
3854
- "shape": "Sup"
3854
+ "shape": "Suq"
3855
3855
  }
3856
3856
  }
3857
3857
  }
@@ -3877,13 +3877,13 @@
3877
3877
  "type": "timestamp"
3878
3878
  },
3879
3879
  "CreatedBy": {
3880
- "shape": "Spo"
3880
+ "shape": "Spp"
3881
3881
  },
3882
3882
  "LastModifiedTime": {
3883
3883
  "type": "timestamp"
3884
3884
  },
3885
3885
  "LastModifiedBy": {
3886
- "shape": "Spo"
3886
+ "shape": "Spp"
3887
3887
  }
3888
3888
  }
3889
3889
  }
@@ -3909,13 +3909,13 @@
3909
3909
  "members": {
3910
3910
  "ModelName": {},
3911
3911
  "PrimaryContainer": {
3912
- "shape": "Sgk"
3912
+ "shape": "Sgl"
3913
3913
  },
3914
3914
  "Containers": {
3915
- "shape": "Sgt"
3915
+ "shape": "Sgu"
3916
3916
  },
3917
3917
  "InferenceExecutionConfig": {
3918
- "shape": "Sgu"
3918
+ "shape": "Sgv"
3919
3919
  },
3920
3920
  "ExecutionRoleArn": {},
3921
3921
  "VpcConfig": {
@@ -3960,26 +3960,26 @@
3960
3960
  "type": "timestamp"
3961
3961
  },
3962
3962
  "ModelBiasBaselineConfig": {
3963
- "shape": "Sgy"
3963
+ "shape": "Sgz"
3964
3964
  },
3965
3965
  "ModelBiasAppSpecification": {
3966
- "shape": "Sgz"
3966
+ "shape": "Sh0"
3967
3967
  },
3968
3968
  "ModelBiasJobInput": {
3969
- "shape": "Sh0"
3969
+ "shape": "Sh1"
3970
3970
  },
3971
3971
  "ModelBiasJobOutputConfig": {
3972
- "shape": "S7m"
3972
+ "shape": "S7n"
3973
3973
  },
3974
3974
  "JobResources": {
3975
- "shape": "S7s"
3975
+ "shape": "S7t"
3976
3976
  },
3977
3977
  "NetworkConfig": {
3978
- "shape": "S7x"
3978
+ "shape": "S7y"
3979
3979
  },
3980
3980
  "RoleArn": {},
3981
3981
  "StoppingCondition": {
3982
- "shape": "S7y"
3982
+ "shape": "S7z"
3983
3983
  }
3984
3984
  }
3985
3985
  }
@@ -4013,26 +4013,26 @@
4013
4013
  "type": "timestamp"
4014
4014
  },
4015
4015
  "ModelExplainabilityBaselineConfig": {
4016
- "shape": "Sh4"
4016
+ "shape": "Sh5"
4017
4017
  },
4018
4018
  "ModelExplainabilityAppSpecification": {
4019
- "shape": "Sh5"
4019
+ "shape": "Sh6"
4020
4020
  },
4021
4021
  "ModelExplainabilityJobInput": {
4022
- "shape": "Sh6"
4022
+ "shape": "Sh7"
4023
4023
  },
4024
4024
  "ModelExplainabilityJobOutputConfig": {
4025
- "shape": "S7m"
4025
+ "shape": "S7n"
4026
4026
  },
4027
4027
  "JobResources": {
4028
- "shape": "S7s"
4028
+ "shape": "S7t"
4029
4029
  },
4030
4030
  "NetworkConfig": {
4031
- "shape": "S7x"
4031
+ "shape": "S7y"
4032
4032
  },
4033
4033
  "RoleArn": {},
4034
4034
  "StoppingCondition": {
4035
- "shape": "S7y"
4035
+ "shape": "S7z"
4036
4036
  }
4037
4037
  }
4038
4038
  }
@@ -4071,46 +4071,46 @@
4071
4071
  "shape": "Sr"
4072
4072
  },
4073
4073
  "SourceAlgorithmSpecification": {
4074
- "shape": "Shc"
4074
+ "shape": "Shd"
4075
4075
  },
4076
4076
  "ValidationSpecification": {
4077
- "shape": "Sh9"
4077
+ "shape": "Sha"
4078
4078
  },
4079
4079
  "ModelPackageStatus": {},
4080
4080
  "ModelPackageStatusDetails": {
4081
- "shape": "Sv0"
4081
+ "shape": "Sv1"
4082
4082
  },
4083
4083
  "CertifyForMarketplace": {
4084
4084
  "type": "boolean"
4085
4085
  },
4086
4086
  "ModelApprovalStatus": {},
4087
4087
  "CreatedBy": {
4088
- "shape": "Spo"
4088
+ "shape": "Spp"
4089
4089
  },
4090
4090
  "MetadataProperties": {
4091
4091
  "shape": "S1q"
4092
4092
  },
4093
4093
  "ModelMetrics": {
4094
- "shape": "Shf"
4094
+ "shape": "Shg"
4095
4095
  },
4096
4096
  "LastModifiedTime": {
4097
4097
  "type": "timestamp"
4098
4098
  },
4099
4099
  "LastModifiedBy": {
4100
- "shape": "Spo"
4100
+ "shape": "Spp"
4101
4101
  },
4102
4102
  "ApprovalDescription": {},
4103
4103
  "CustomerMetadataProperties": {
4104
- "shape": "Shm"
4104
+ "shape": "Shn"
4105
4105
  },
4106
4106
  "DriftCheckBaselines": {
4107
- "shape": "Shp"
4107
+ "shape": "Shq"
4108
4108
  },
4109
4109
  "Domain": {},
4110
4110
  "Task": {},
4111
4111
  "SamplePayloadUrl": {},
4112
4112
  "AdditionalInferenceSpecifications": {
4113
- "shape": "Shv"
4113
+ "shape": "Shw"
4114
4114
  }
4115
4115
  }
4116
4116
  }
@@ -4142,7 +4142,7 @@
4142
4142
  "type": "timestamp"
4143
4143
  },
4144
4144
  "CreatedBy": {
4145
- "shape": "Spo"
4145
+ "shape": "Spp"
4146
4146
  },
4147
4147
  "ModelPackageGroupStatus": {}
4148
4148
  }
@@ -4177,26 +4177,26 @@
4177
4177
  "type": "timestamp"
4178
4178
  },
4179
4179
  "ModelQualityBaselineConfig": {
4180
- "shape": "Si2"
4180
+ "shape": "Si3"
4181
4181
  },
4182
4182
  "ModelQualityAppSpecification": {
4183
- "shape": "Si3"
4183
+ "shape": "Si4"
4184
4184
  },
4185
4185
  "ModelQualityJobInput": {
4186
- "shape": "Si5"
4186
+ "shape": "Si6"
4187
4187
  },
4188
4188
  "ModelQualityJobOutputConfig": {
4189
- "shape": "S7m"
4189
+ "shape": "S7n"
4190
4190
  },
4191
4191
  "JobResources": {
4192
- "shape": "S7s"
4192
+ "shape": "S7t"
4193
4193
  },
4194
4194
  "NetworkConfig": {
4195
- "shape": "S7x"
4195
+ "shape": "S7y"
4196
4196
  },
4197
4197
  "RoleArn": {},
4198
4198
  "StoppingCondition": {
4199
- "shape": "S7y"
4199
+ "shape": "S7z"
4200
4200
  }
4201
4201
  }
4202
4202
  }
@@ -4234,11 +4234,11 @@
4234
4234
  "type": "timestamp"
4235
4235
  },
4236
4236
  "MonitoringScheduleConfig": {
4237
- "shape": "Si9"
4237
+ "shape": "Sia"
4238
4238
  },
4239
4239
  "EndpointName": {},
4240
4240
  "LastMonitoringExecutionSummary": {
4241
- "shape": "Svd"
4241
+ "shape": "Sve"
4242
4242
  }
4243
4243
  }
4244
4244
  }
@@ -4264,7 +4264,7 @@
4264
4264
  "InstanceType": {},
4265
4265
  "SubnetId": {},
4266
4266
  "SecurityGroups": {
4267
- "shape": "S8b"
4267
+ "shape": "S8c"
4268
4268
  },
4269
4269
  "RoleArn": {},
4270
4270
  "KmsKeyId": {},
@@ -4281,16 +4281,16 @@
4281
4281
  "type": "integer"
4282
4282
  },
4283
4283
  "AcceleratorTypes": {
4284
- "shape": "Sir"
4284
+ "shape": "Sis"
4285
4285
  },
4286
4286
  "DefaultCodeRepository": {},
4287
4287
  "AdditionalCodeRepositories": {
4288
- "shape": "Siu"
4288
+ "shape": "Siv"
4289
4289
  },
4290
4290
  "RootAccess": {},
4291
4291
  "PlatformIdentifier": {},
4292
4292
  "InstanceMetadataServiceConfiguration": {
4293
- "shape": "Six"
4293
+ "shape": "Siy"
4294
4294
  }
4295
4295
  }
4296
4296
  }
@@ -4311,10 +4311,10 @@
4311
4311
  "NotebookInstanceLifecycleConfigArn": {},
4312
4312
  "NotebookInstanceLifecycleConfigName": {},
4313
4313
  "OnCreate": {
4314
- "shape": "Sj2"
4314
+ "shape": "Sj3"
4315
4315
  },
4316
4316
  "OnStart": {
4317
- "shape": "Sj2"
4317
+ "shape": "Sj3"
4318
4318
  },
4319
4319
  "LastModifiedTime": {
4320
4320
  "type": "timestamp"
@@ -4355,13 +4355,13 @@
4355
4355
  "type": "timestamp"
4356
4356
  },
4357
4357
  "CreatedBy": {
4358
- "shape": "Spo"
4358
+ "shape": "Spp"
4359
4359
  },
4360
4360
  "LastModifiedBy": {
4361
- "shape": "Spo"
4361
+ "shape": "Spp"
4362
4362
  },
4363
4363
  "ParallelismConfiguration": {
4364
- "shape": "Sjg"
4364
+ "shape": "Sjh"
4365
4365
  }
4366
4366
  }
4367
4367
  }
@@ -4405,7 +4405,7 @@
4405
4405
  "PipelineExecutionStatus": {},
4406
4406
  "PipelineExecutionDescription": {},
4407
4407
  "PipelineExperimentConfig": {
4408
- "shape": "Svw"
4408
+ "shape": "Svx"
4409
4409
  },
4410
4410
  "FailureReason": {},
4411
4411
  "CreationTime": {
@@ -4415,13 +4415,13 @@
4415
4415
  "type": "timestamp"
4416
4416
  },
4417
4417
  "CreatedBy": {
4418
- "shape": "Spo"
4418
+ "shape": "Spp"
4419
4419
  },
4420
4420
  "LastModifiedBy": {
4421
- "shape": "Spo"
4421
+ "shape": "Spp"
4422
4422
  },
4423
4423
  "ParallelismConfiguration": {
4424
- "shape": "Sjg"
4424
+ "shape": "Sjh"
4425
4425
  }
4426
4426
  }
4427
4427
  }
@@ -4448,30 +4448,30 @@
4448
4448
  ],
4449
4449
  "members": {
4450
4450
  "ProcessingInputs": {
4451
- "shape": "Sjt"
4451
+ "shape": "Sju"
4452
4452
  },
4453
4453
  "ProcessingOutputConfig": {
4454
- "shape": "Skg"
4454
+ "shape": "Skh"
4455
4455
  },
4456
4456
  "ProcessingJobName": {},
4457
4457
  "ProcessingResources": {
4458
- "shape": "Skl"
4458
+ "shape": "Skm"
4459
4459
  },
4460
4460
  "StoppingCondition": {
4461
- "shape": "Skn"
4461
+ "shape": "Sko"
4462
4462
  },
4463
4463
  "AppSpecification": {
4464
- "shape": "Skp"
4464
+ "shape": "Skq"
4465
4465
  },
4466
4466
  "Environment": {
4467
- "shape": "Skr"
4467
+ "shape": "Sks"
4468
4468
  },
4469
4469
  "NetworkConfig": {
4470
- "shape": "Sih"
4470
+ "shape": "Sii"
4471
4471
  },
4472
4472
  "RoleArn": {},
4473
4473
  "ExperimentConfig": {
4474
- "shape": "Sks"
4474
+ "shape": "Skt"
4475
4475
  },
4476
4476
  "ProcessingJobArn": {},
4477
4477
  "ProcessingJobStatus": {},
@@ -4521,14 +4521,14 @@
4521
4521
  "ProjectId": {},
4522
4522
  "ProjectDescription": {},
4523
4523
  "ServiceCatalogProvisioningDetails": {
4524
- "shape": "Skx"
4524
+ "shape": "Sky"
4525
4525
  },
4526
4526
  "ServiceCatalogProvisionedProductDetails": {
4527
- "shape": "Sw4"
4527
+ "shape": "Sw5"
4528
4528
  },
4529
4529
  "ProjectStatus": {},
4530
4530
  "CreatedBy": {
4531
- "shape": "Spo"
4531
+ "shape": "Spp"
4532
4532
  },
4533
4533
  "CreationTime": {
4534
4534
  "type": "timestamp"
@@ -4537,7 +4537,7 @@
4537
4537
  "type": "timestamp"
4538
4538
  },
4539
4539
  "LastModifiedBy": {
4540
- "shape": "Spo"
4540
+ "shape": "Spp"
4541
4541
  }
4542
4542
  }
4543
4543
  }
@@ -4585,7 +4585,7 @@
4585
4585
  ],
4586
4586
  "members": {
4587
4587
  "SubscribedWorkteam": {
4588
- "shape": "Swb"
4588
+ "shape": "Swc"
4589
4589
  }
4590
4590
  }
4591
4591
  }
@@ -4620,7 +4620,7 @@
4620
4620
  "LabelingJobArn": {},
4621
4621
  "AutoMLJobArn": {},
4622
4622
  "ModelArtifacts": {
4623
- "shape": "Srb"
4623
+ "shape": "Src"
4624
4624
  },
4625
4625
  "TrainingJobStatus": {},
4626
4626
  "SecondaryStatus": {},
@@ -4629,7 +4629,7 @@
4629
4629
  "shape": "S2t"
4630
4630
  },
4631
4631
  "AlgorithmSpecification": {
4632
- "shape": "Sld"
4632
+ "shape": "Sle"
4633
4633
  },
4634
4634
  "RoleArn": {},
4635
4635
  "InputDataConfig": {
@@ -4660,10 +4660,10 @@
4660
4660
  "type": "timestamp"
4661
4661
  },
4662
4662
  "SecondaryStatusTransitions": {
4663
- "shape": "Swf"
4663
+ "shape": "Swg"
4664
4664
  },
4665
4665
  "FinalMetricDataList": {
4666
- "shape": "Swi"
4666
+ "shape": "Swj"
4667
4667
  },
4668
4668
  "EnableNetworkIsolation": {
4669
4669
  "type": "boolean"
@@ -4675,7 +4675,7 @@
4675
4675
  "type": "boolean"
4676
4676
  },
4677
4677
  "CheckpointConfig": {
4678
- "shape": "Sdx"
4678
+ "shape": "Sdy"
4679
4679
  },
4680
4680
  "TrainingTimeInSeconds": {
4681
4681
  "type": "integer"
@@ -4684,25 +4684,25 @@
4684
4684
  "type": "integer"
4685
4685
  },
4686
4686
  "DebugHookConfig": {
4687
- "shape": "Sli"
4687
+ "shape": "Slj"
4688
4688
  },
4689
4689
  "ExperimentConfig": {
4690
- "shape": "Sks"
4690
+ "shape": "Skt"
4691
4691
  },
4692
4692
  "DebugRuleConfigurations": {
4693
- "shape": "Slq"
4693
+ "shape": "Slr"
4694
4694
  },
4695
4695
  "TensorBoardOutputConfig": {
4696
- "shape": "Slu"
4696
+ "shape": "Slv"
4697
4697
  },
4698
4698
  "DebugRuleEvaluationStatuses": {
4699
- "shape": "Swm"
4699
+ "shape": "Swn"
4700
4700
  },
4701
4701
  "ProfilerConfig": {
4702
- "shape": "Slv"
4702
+ "shape": "Slw"
4703
4703
  },
4704
4704
  "ProfilerRuleConfigurations": {
4705
- "shape": "Sly"
4705
+ "shape": "Slz"
4706
4706
  },
4707
4707
  "ProfilerRuleEvaluationStatuses": {
4708
4708
  "type": "list",
@@ -4721,13 +4721,13 @@
4721
4721
  },
4722
4722
  "ProfilingStatus": {},
4723
4723
  "RetryStrategy": {
4724
- "shape": "Sdy"
4724
+ "shape": "Sdz"
4725
4725
  },
4726
4726
  "Environment": {
4727
- "shape": "Sm0"
4727
+ "shape": "Sm1"
4728
4728
  },
4729
4729
  "WarmPoolStatus": {
4730
- "shape": "Swt"
4730
+ "shape": "Swu"
4731
4731
  }
4732
4732
  }
4733
4733
  }
@@ -4763,7 +4763,7 @@
4763
4763
  "type": "integer"
4764
4764
  },
4765
4765
  "ModelClientConfig": {
4766
- "shape": "Sm7"
4766
+ "shape": "Sm8"
4767
4767
  },
4768
4768
  "MaxPayloadInMB": {
4769
4769
  "type": "integer"
@@ -4779,7 +4779,7 @@
4779
4779
  "shape": "S40"
4780
4780
  },
4781
4781
  "DataCaptureConfig": {
4782
- "shape": "Sma"
4782
+ "shape": "Smb"
4783
4783
  },
4784
4784
  "TransformResources": {
4785
4785
  "shape": "S43"
@@ -4796,10 +4796,10 @@
4796
4796
  "LabelingJobArn": {},
4797
4797
  "AutoMLJobArn": {},
4798
4798
  "DataProcessing": {
4799
- "shape": "Smb"
4799
+ "shape": "Smc"
4800
4800
  },
4801
4801
  "ExperimentConfig": {
4802
- "shape": "Sks"
4802
+ "shape": "Skt"
4803
4803
  }
4804
4804
  }
4805
4805
  }
@@ -4822,19 +4822,19 @@
4822
4822
  "DisplayName": {},
4823
4823
  "ExperimentName": {},
4824
4824
  "Source": {
4825
- "shape": "Sx1"
4825
+ "shape": "Sx2"
4826
4826
  },
4827
4827
  "CreationTime": {
4828
4828
  "type": "timestamp"
4829
4829
  },
4830
4830
  "CreatedBy": {
4831
- "shape": "Spo"
4831
+ "shape": "Spp"
4832
4832
  },
4833
4833
  "LastModifiedTime": {
4834
4834
  "type": "timestamp"
4835
4835
  },
4836
4836
  "LastModifiedBy": {
4837
- "shape": "Spo"
4837
+ "shape": "Spp"
4838
4838
  },
4839
4839
  "MetadataProperties": {
4840
4840
  "shape": "S1q"
@@ -4859,10 +4859,10 @@
4859
4859
  "TrialComponentArn": {},
4860
4860
  "DisplayName": {},
4861
4861
  "Source": {
4862
- "shape": "Sx5"
4862
+ "shape": "Sx6"
4863
4863
  },
4864
4864
  "Status": {
4865
- "shape": "Smj"
4865
+ "shape": "Smk"
4866
4866
  },
4867
4867
  "StartTime": {
4868
4868
  "type": "timestamp"
@@ -4874,28 +4874,28 @@
4874
4874
  "type": "timestamp"
4875
4875
  },
4876
4876
  "CreatedBy": {
4877
- "shape": "Spo"
4877
+ "shape": "Spp"
4878
4878
  },
4879
4879
  "LastModifiedTime": {
4880
4880
  "type": "timestamp"
4881
4881
  },
4882
4882
  "LastModifiedBy": {
4883
- "shape": "Spo"
4883
+ "shape": "Spp"
4884
4884
  },
4885
4885
  "Parameters": {
4886
- "shape": "Smn"
4886
+ "shape": "Smo"
4887
4887
  },
4888
4888
  "InputArtifacts": {
4889
- "shape": "Smr"
4889
+ "shape": "Sms"
4890
4890
  },
4891
4891
  "OutputArtifacts": {
4892
- "shape": "Smr"
4892
+ "shape": "Sms"
4893
4893
  },
4894
4894
  "MetadataProperties": {
4895
4895
  "shape": "S1q"
4896
4896
  },
4897
4897
  "Metrics": {
4898
- "shape": "Sx7"
4898
+ "shape": "Sx8"
4899
4899
  },
4900
4900
  "LineageGroupArn": {}
4901
4901
  }
@@ -4931,7 +4931,7 @@
4931
4931
  "SingleSignOnUserIdentifier": {},
4932
4932
  "SingleSignOnUserValue": {},
4933
4933
  "UserSettings": {
4934
- "shape": "S8a"
4934
+ "shape": "S8b"
4935
4935
  }
4936
4936
  }
4937
4937
  }
@@ -4953,7 +4953,7 @@
4953
4953
  ],
4954
4954
  "members": {
4955
4955
  "Workforce": {
4956
- "shape": "Sxh"
4956
+ "shape": "Sxi"
4957
4957
  }
4958
4958
  }
4959
4959
  }
@@ -4975,7 +4975,7 @@
4975
4975
  ],
4976
4976
  "members": {
4977
4977
  "Workteam": {
4978
- "shape": "Sxp"
4978
+ "shape": "Sxq"
4979
4979
  }
4980
4980
  }
4981
4981
  }
@@ -5040,7 +5040,7 @@
5040
5040
  "DeviceFleetArn": {},
5041
5041
  "DeviceFleetName": {},
5042
5042
  "OutputConfig": {
5043
- "shape": "S84"
5043
+ "shape": "S85"
5044
5044
  },
5045
5045
  "Description": {},
5046
5046
  "ReportGenerated": {
@@ -5474,7 +5474,7 @@
5474
5474
  "type": "timestamp"
5475
5475
  },
5476
5476
  "CreatedBy": {
5477
- "shape": "Spo"
5477
+ "shape": "Spp"
5478
5478
  }
5479
5479
  }
5480
5480
  }
@@ -5543,7 +5543,7 @@
5543
5543
  },
5544
5544
  "FailureReason": {},
5545
5545
  "PartialFailureReasons": {
5546
- "shape": "Sq8"
5546
+ "shape": "Sq9"
5547
5547
  }
5548
5548
  }
5549
5549
  }
@@ -5579,7 +5579,7 @@
5579
5579
  "Candidates": {
5580
5580
  "type": "list",
5581
5581
  "member": {
5582
- "shape": "Sqa"
5582
+ "shape": "Sqb"
5583
5583
  }
5584
5584
  },
5585
5585
  "NextToken": {}
@@ -5746,7 +5746,7 @@
5746
5746
  "ContextArn": {},
5747
5747
  "ContextName": {},
5748
5748
  "Source": {
5749
- "shape": "S6r"
5749
+ "shape": "S6s"
5750
5750
  },
5751
5751
  "ContextType": {},
5752
5752
  "CreationTime": {
@@ -5789,7 +5789,7 @@
5789
5789
  ],
5790
5790
  "members": {
5791
5791
  "JobDefinitionSummaries": {
5792
- "shape": "S10i"
5792
+ "shape": "S10j"
5793
5793
  },
5794
5794
  "NextToken": {}
5795
5795
  }
@@ -6218,7 +6218,7 @@
6218
6218
  "ExperimentName": {},
6219
6219
  "DisplayName": {},
6220
6220
  "ExperimentSource": {
6221
- "shape": "Ssx"
6221
+ "shape": "Ssy"
6222
6222
  },
6223
6223
  "CreationTime": {
6224
6224
  "type": "timestamp"
@@ -6278,7 +6278,7 @@
6278
6278
  },
6279
6279
  "FeatureGroupStatus": {},
6280
6280
  "OfflineStoreStatus": {
6281
- "shape": "St3"
6281
+ "shape": "St4"
6282
6282
  }
6283
6283
  }
6284
6284
  }
@@ -6440,13 +6440,13 @@
6440
6440
  "type": "timestamp"
6441
6441
  },
6442
6442
  "TrainingJobStatusCounters": {
6443
- "shape": "Sts"
6443
+ "shape": "Stt"
6444
6444
  },
6445
6445
  "ObjectiveStatusCounters": {
6446
- "shape": "Stu"
6446
+ "shape": "Stv"
6447
6447
  },
6448
6448
  "ResourceLimits": {
6449
- "shape": "Sdd"
6449
+ "shape": "Sde"
6450
6450
  }
6451
6451
  }
6452
6452
  }
@@ -6617,13 +6617,13 @@
6617
6617
  ],
6618
6618
  "members": {
6619
6619
  "Metrics": {
6620
- "shape": "Sub"
6620
+ "shape": "Suc"
6621
6621
  },
6622
6622
  "EndpointConfiguration": {
6623
- "shape": "Suc"
6623
+ "shape": "Sud"
6624
6624
  },
6625
6625
  "ModelConfiguration": {
6626
- "shape": "Sud"
6626
+ "shape": "Sue"
6627
6627
  },
6628
6628
  "FailureReason": {}
6629
6629
  }
@@ -6759,17 +6759,17 @@
6759
6759
  },
6760
6760
  "LabelingJobStatus": {},
6761
6761
  "LabelCounters": {
6762
- "shape": "Sum"
6762
+ "shape": "Sun"
6763
6763
  },
6764
6764
  "WorkteamArn": {},
6765
6765
  "PreHumanTaskLambdaArn": {},
6766
6766
  "AnnotationConsolidationLambdaArn": {},
6767
6767
  "FailureReason": {},
6768
6768
  "LabelingJobOutput": {
6769
- "shape": "Sup"
6769
+ "shape": "Suq"
6770
6770
  },
6771
6771
  "InputConfig": {
6772
- "shape": "Sfq"
6772
+ "shape": "Sfr"
6773
6773
  }
6774
6774
  }
6775
6775
  }
@@ -6916,7 +6916,7 @@
6916
6916
  ],
6917
6917
  "members": {
6918
6918
  "JobDefinitionSummaries": {
6919
- "shape": "S10i"
6919
+ "shape": "S10j"
6920
6920
  },
6921
6921
  "NextToken": {}
6922
6922
  }
@@ -6949,7 +6949,7 @@
6949
6949
  ],
6950
6950
  "members": {
6951
6951
  "JobDefinitionSummaries": {
6952
- "shape": "S10i"
6952
+ "shape": "S10j"
6953
6953
  },
6954
6954
  "NextToken": {}
6955
6955
  }
@@ -7149,7 +7149,7 @@
7149
7149
  ],
7150
7150
  "members": {
7151
7151
  "JobDefinitionSummaries": {
7152
- "shape": "S10i"
7152
+ "shape": "S10j"
7153
7153
  },
7154
7154
  "NextToken": {}
7155
7155
  }
@@ -7246,7 +7246,7 @@
7246
7246
  "MonitoringExecutionSummaries": {
7247
7247
  "type": "list",
7248
7248
  "member": {
7249
- "shape": "Svd"
7249
+ "shape": "Sve"
7250
7250
  }
7251
7251
  },
7252
7252
  "NextToken": {}
@@ -7427,7 +7427,7 @@
7427
7427
  "NotebookInstanceLifecycleConfigName": {},
7428
7428
  "DefaultCodeRepository": {},
7429
7429
  "AdditionalCodeRepositories": {
7430
- "shape": "Siu"
7430
+ "shape": "Siv"
7431
7431
  }
7432
7432
  }
7433
7433
  }
@@ -7526,7 +7526,7 @@
7526
7526
  "CallbackToken": {},
7527
7527
  "SqsQueueUrl": {},
7528
7528
  "OutputParameters": {
7529
- "shape": "S15p"
7529
+ "shape": "S15q"
7530
7530
  }
7531
7531
  }
7532
7532
  },
@@ -7535,7 +7535,7 @@
7535
7535
  "members": {
7536
7536
  "Arn": {},
7537
7537
  "OutputParameters": {
7538
- "shape": "S15p"
7538
+ "shape": "S15q"
7539
7539
  }
7540
7540
  }
7541
7541
  },
@@ -7662,7 +7662,7 @@
7662
7662
  "type": "structure",
7663
7663
  "members": {
7664
7664
  "PipelineParameters": {
7665
- "shape": "S164"
7665
+ "shape": "S165"
7666
7666
  },
7667
7667
  "NextToken": {}
7668
7668
  }
@@ -7959,7 +7959,7 @@
7959
7959
  "SubscribedWorkteams": {
7960
7960
  "type": "list",
7961
7961
  "member": {
7962
- "shape": "Swb"
7962
+ "shape": "Swc"
7963
7963
  }
7964
7964
  },
7965
7965
  "NextToken": {}
@@ -8047,7 +8047,7 @@
8047
8047
  },
8048
8048
  "TrainingJobStatus": {},
8049
8049
  "WarmPoolStatus": {
8050
- "shape": "Swt"
8050
+ "shape": "Swu"
8051
8051
  }
8052
8052
  }
8053
8053
  }
@@ -8082,7 +8082,7 @@
8082
8082
  "TrainingJobSummaries": {
8083
8083
  "type": "list",
8084
8084
  "member": {
8085
- "shape": "Stw"
8085
+ "shape": "Stx"
8086
8086
  }
8087
8087
  },
8088
8088
  "NextToken": {}
@@ -8185,10 +8185,10 @@
8185
8185
  "TrialComponentArn": {},
8186
8186
  "DisplayName": {},
8187
8187
  "TrialComponentSource": {
8188
- "shape": "Sx5"
8188
+ "shape": "Sx6"
8189
8189
  },
8190
8190
  "Status": {
8191
- "shape": "Smj"
8191
+ "shape": "Smk"
8192
8192
  },
8193
8193
  "StartTime": {
8194
8194
  "type": "timestamp"
@@ -8200,13 +8200,13 @@
8200
8200
  "type": "timestamp"
8201
8201
  },
8202
8202
  "CreatedBy": {
8203
- "shape": "Spo"
8203
+ "shape": "Spp"
8204
8204
  },
8205
8205
  "LastModifiedTime": {
8206
8206
  "type": "timestamp"
8207
8207
  },
8208
8208
  "LastModifiedBy": {
8209
- "shape": "Spo"
8209
+ "shape": "Spp"
8210
8210
  }
8211
8211
  }
8212
8212
  }
@@ -8247,7 +8247,7 @@
8247
8247
  "TrialName": {},
8248
8248
  "DisplayName": {},
8249
8249
  "TrialSource": {
8250
- "shape": "Sx1"
8250
+ "shape": "Sx2"
8251
8251
  },
8252
8252
  "CreationTime": {
8253
8253
  "type": "timestamp"
@@ -8322,7 +8322,7 @@
8322
8322
  "Workforces": {
8323
8323
  "type": "list",
8324
8324
  "member": {
8325
- "shape": "Sxh"
8325
+ "shape": "Sxi"
8326
8326
  }
8327
8327
  },
8328
8328
  "NextToken": {}
@@ -8351,7 +8351,7 @@
8351
8351
  "Workteams": {
8352
8352
  "type": "list",
8353
8353
  "member": {
8354
- "shape": "Sxp"
8354
+ "shape": "Sxq"
8355
8355
  }
8356
8356
  },
8357
8357
  "NextToken": {}
@@ -8470,7 +8470,7 @@
8470
8470
  "members": {
8471
8471
  "DeviceFleetName": {},
8472
8472
  "Devices": {
8473
- "shape": "S18l"
8473
+ "shape": "S18m"
8474
8474
  },
8475
8475
  "Tags": {
8476
8476
  "shape": "S7"
@@ -8487,7 +8487,7 @@
8487
8487
  ],
8488
8488
  "members": {
8489
8489
  "UiTemplate": {
8490
- "shape": "Sd2"
8490
+ "shape": "Sd3"
8491
8491
  },
8492
8492
  "Task": {
8493
8493
  "type": "structure",
@@ -8540,7 +8540,7 @@
8540
8540
  "idempotencyToken": true
8541
8541
  },
8542
8542
  "ParallelismConfiguration": {
8543
- "shape": "Sjg"
8543
+ "shape": "Sjh"
8544
8544
  }
8545
8545
  }
8546
8546
  },
@@ -8560,7 +8560,7 @@
8560
8560
  "members": {
8561
8561
  "Resource": {},
8562
8562
  "SearchExpression": {
8563
- "shape": "S18w"
8563
+ "shape": "S18x"
8564
8564
  },
8565
8565
  "SortBy": {},
8566
8566
  "SortOrder": {},
@@ -8579,7 +8579,7 @@
8579
8579
  "type": "structure",
8580
8580
  "members": {
8581
8581
  "TrainingJob": {
8582
- "shape": "S199"
8582
+ "shape": "S19a"
8583
8583
  },
8584
8584
  "Experiment": {
8585
8585
  "type": "structure",
@@ -8588,20 +8588,20 @@
8588
8588
  "ExperimentArn": {},
8589
8589
  "DisplayName": {},
8590
8590
  "Source": {
8591
- "shape": "Ssx"
8591
+ "shape": "Ssy"
8592
8592
  },
8593
8593
  "Description": {},
8594
8594
  "CreationTime": {
8595
8595
  "type": "timestamp"
8596
8596
  },
8597
8597
  "CreatedBy": {
8598
- "shape": "Spo"
8598
+ "shape": "Spp"
8599
8599
  },
8600
8600
  "LastModifiedTime": {
8601
8601
  "type": "timestamp"
8602
8602
  },
8603
8603
  "LastModifiedBy": {
8604
- "shape": "Spo"
8604
+ "shape": "Spp"
8605
8605
  },
8606
8606
  "Tags": {
8607
8607
  "shape": "S7"
@@ -8616,19 +8616,19 @@
8616
8616
  "DisplayName": {},
8617
8617
  "ExperimentName": {},
8618
8618
  "Source": {
8619
- "shape": "Sx1"
8619
+ "shape": "Sx2"
8620
8620
  },
8621
8621
  "CreationTime": {
8622
8622
  "type": "timestamp"
8623
8623
  },
8624
8624
  "CreatedBy": {
8625
- "shape": "Spo"
8625
+ "shape": "Spp"
8626
8626
  },
8627
8627
  "LastModifiedTime": {
8628
8628
  "type": "timestamp"
8629
8629
  },
8630
8630
  "LastModifiedBy": {
8631
- "shape": "Spo"
8631
+ "shape": "Spp"
8632
8632
  },
8633
8633
  "MetadataProperties": {
8634
8634
  "shape": "S1q"
@@ -8644,13 +8644,13 @@
8644
8644
  "TrialComponentName": {},
8645
8645
  "TrialComponentArn": {},
8646
8646
  "TrialComponentSource": {
8647
- "shape": "Sx5"
8647
+ "shape": "Sx6"
8648
8648
  },
8649
8649
  "CreationTime": {
8650
8650
  "type": "timestamp"
8651
8651
  },
8652
8652
  "CreatedBy": {
8653
- "shape": "Spo"
8653
+ "shape": "Spp"
8654
8654
  }
8655
8655
  }
8656
8656
  }
@@ -8664,10 +8664,10 @@
8664
8664
  "DisplayName": {},
8665
8665
  "TrialComponentArn": {},
8666
8666
  "Source": {
8667
- "shape": "Sx5"
8667
+ "shape": "Sx6"
8668
8668
  },
8669
8669
  "Status": {
8670
- "shape": "Smj"
8670
+ "shape": "Smk"
8671
8671
  },
8672
8672
  "StartTime": {
8673
8673
  "type": "timestamp"
@@ -8679,25 +8679,25 @@
8679
8679
  "type": "timestamp"
8680
8680
  },
8681
8681
  "CreatedBy": {
8682
- "shape": "Spo"
8682
+ "shape": "Spp"
8683
8683
  },
8684
8684
  "LastModifiedTime": {
8685
8685
  "type": "timestamp"
8686
8686
  },
8687
8687
  "LastModifiedBy": {
8688
- "shape": "Spo"
8688
+ "shape": "Spp"
8689
8689
  },
8690
8690
  "Parameters": {
8691
- "shape": "Smn"
8691
+ "shape": "Smo"
8692
8692
  },
8693
8693
  "InputArtifacts": {
8694
- "shape": "Smr"
8694
+ "shape": "Sms"
8695
8695
  },
8696
8696
  "OutputArtifacts": {
8697
- "shape": "Smr"
8697
+ "shape": "Sms"
8698
8698
  },
8699
8699
  "Metrics": {
8700
- "shape": "Sx7"
8700
+ "shape": "Sx8"
8701
8701
  },
8702
8702
  "MetadataProperties": {
8703
8703
  "shape": "S1q"
@@ -8707,36 +8707,36 @@
8707
8707
  "members": {
8708
8708
  "SourceArn": {},
8709
8709
  "TrainingJob": {
8710
- "shape": "S199"
8710
+ "shape": "S19a"
8711
8711
  },
8712
8712
  "ProcessingJob": {
8713
8713
  "type": "structure",
8714
8714
  "members": {
8715
8715
  "ProcessingInputs": {
8716
- "shape": "Sjt"
8716
+ "shape": "Sju"
8717
8717
  },
8718
8718
  "ProcessingOutputConfig": {
8719
- "shape": "Skg"
8719
+ "shape": "Skh"
8720
8720
  },
8721
8721
  "ProcessingJobName": {},
8722
8722
  "ProcessingResources": {
8723
- "shape": "Skl"
8723
+ "shape": "Skm"
8724
8724
  },
8725
8725
  "StoppingCondition": {
8726
- "shape": "Skn"
8726
+ "shape": "Sko"
8727
8727
  },
8728
8728
  "AppSpecification": {
8729
- "shape": "Skp"
8729
+ "shape": "Skq"
8730
8730
  },
8731
8731
  "Environment": {
8732
- "shape": "Skr"
8732
+ "shape": "Sks"
8733
8733
  },
8734
8734
  "NetworkConfig": {
8735
- "shape": "Sih"
8735
+ "shape": "Sii"
8736
8736
  },
8737
8737
  "RoleArn": {},
8738
8738
  "ExperimentConfig": {
8739
- "shape": "Sks"
8739
+ "shape": "Skt"
8740
8740
  },
8741
8741
  "ProcessingJobArn": {},
8742
8742
  "ProcessingJobStatus": {},
@@ -8774,7 +8774,7 @@
8774
8774
  "type": "integer"
8775
8775
  },
8776
8776
  "ModelClientConfig": {
8777
- "shape": "Sm7"
8777
+ "shape": "Sm8"
8778
8778
  },
8779
8779
  "MaxPayloadInMB": {
8780
8780
  "type": "integer"
@@ -8804,10 +8804,10 @@
8804
8804
  "LabelingJobArn": {},
8805
8805
  "AutoMLJobArn": {},
8806
8806
  "DataProcessing": {
8807
- "shape": "Smb"
8807
+ "shape": "Smc"
8808
8808
  },
8809
8809
  "ExperimentConfig": {
8810
- "shape": "Sks"
8810
+ "shape": "Skt"
8811
8811
  },
8812
8812
  "Tags": {
8813
8813
  "shape": "S7"
@@ -8847,10 +8847,10 @@
8847
8847
  "EndpointArn": {},
8848
8848
  "EndpointConfigName": {},
8849
8849
  "ProductionVariants": {
8850
- "shape": "Sse"
8850
+ "shape": "Ssf"
8851
8851
  },
8852
8852
  "DataCaptureConfig": {
8853
- "shape": "Ssn"
8853
+ "shape": "Sso"
8854
8854
  },
8855
8855
  "EndpointStatus": {},
8856
8856
  "FailureReason": {},
@@ -8877,11 +8877,11 @@
8877
8877
  "type": "timestamp"
8878
8878
  },
8879
8879
  "MonitoringScheduleConfig": {
8880
- "shape": "Si9"
8880
+ "shape": "Sia"
8881
8881
  },
8882
8882
  "EndpointName": {},
8883
8883
  "LastMonitoringExecutionSummary": {
8884
- "shape": "Svd"
8884
+ "shape": "Sve"
8885
8885
  },
8886
8886
  "Tags": {
8887
8887
  "shape": "S7"
@@ -8911,49 +8911,49 @@
8911
8911
  "shape": "Sr"
8912
8912
  },
8913
8913
  "SourceAlgorithmSpecification": {
8914
- "shape": "Shc"
8914
+ "shape": "Shd"
8915
8915
  },
8916
8916
  "ValidationSpecification": {
8917
- "shape": "Sh9"
8917
+ "shape": "Sha"
8918
8918
  },
8919
8919
  "ModelPackageStatus": {},
8920
8920
  "ModelPackageStatusDetails": {
8921
- "shape": "Sv0"
8921
+ "shape": "Sv1"
8922
8922
  },
8923
8923
  "CertifyForMarketplace": {
8924
8924
  "type": "boolean"
8925
8925
  },
8926
8926
  "ModelApprovalStatus": {},
8927
8927
  "CreatedBy": {
8928
- "shape": "Spo"
8928
+ "shape": "Spp"
8929
8929
  },
8930
8930
  "MetadataProperties": {
8931
8931
  "shape": "S1q"
8932
8932
  },
8933
8933
  "ModelMetrics": {
8934
- "shape": "Shf"
8934
+ "shape": "Shg"
8935
8935
  },
8936
8936
  "LastModifiedTime": {
8937
8937
  "type": "timestamp"
8938
8938
  },
8939
8939
  "LastModifiedBy": {
8940
- "shape": "Spo"
8940
+ "shape": "Spp"
8941
8941
  },
8942
8942
  "ApprovalDescription": {},
8943
8943
  "Domain": {},
8944
8944
  "Task": {},
8945
8945
  "SamplePayloadUrl": {},
8946
8946
  "AdditionalInferenceSpecifications": {
8947
- "shape": "Shv"
8947
+ "shape": "Shw"
8948
8948
  },
8949
8949
  "Tags": {
8950
8950
  "shape": "S7"
8951
8951
  },
8952
8952
  "CustomerMetadataProperties": {
8953
- "shape": "Shm"
8953
+ "shape": "Shn"
8954
8954
  },
8955
8955
  "DriftCheckBaselines": {
8956
- "shape": "Shp"
8956
+ "shape": "Shq"
8957
8957
  }
8958
8958
  }
8959
8959
  },
@@ -8967,7 +8967,7 @@
8967
8967
  "type": "timestamp"
8968
8968
  },
8969
8969
  "CreatedBy": {
8970
- "shape": "Spo"
8970
+ "shape": "Spp"
8971
8971
  },
8972
8972
  "ModelPackageGroupStatus": {},
8973
8973
  "Tags": {
@@ -8994,13 +8994,13 @@
8994
8994
  "type": "timestamp"
8995
8995
  },
8996
8996
  "CreatedBy": {
8997
- "shape": "Spo"
8997
+ "shape": "Spp"
8998
8998
  },
8999
8999
  "LastModifiedBy": {
9000
- "shape": "Spo"
9000
+ "shape": "Spp"
9001
9001
  },
9002
9002
  "ParallelismConfiguration": {
9003
- "shape": "Sjg"
9003
+ "shape": "Sjh"
9004
9004
  },
9005
9005
  "Tags": {
9006
9006
  "shape": "S7"
@@ -9016,7 +9016,7 @@
9016
9016
  "PipelineExecutionStatus": {},
9017
9017
  "PipelineExecutionDescription": {},
9018
9018
  "PipelineExperimentConfig": {
9019
- "shape": "Svw"
9019
+ "shape": "Svx"
9020
9020
  },
9021
9021
  "FailureReason": {},
9022
9022
  "CreationTime": {
@@ -9026,16 +9026,16 @@
9026
9026
  "type": "timestamp"
9027
9027
  },
9028
9028
  "CreatedBy": {
9029
- "shape": "Spo"
9029
+ "shape": "Spp"
9030
9030
  },
9031
9031
  "LastModifiedBy": {
9032
- "shape": "Spo"
9032
+ "shape": "Spp"
9033
9033
  },
9034
9034
  "ParallelismConfiguration": {
9035
- "shape": "Sjg"
9035
+ "shape": "Sjh"
9036
9036
  },
9037
9037
  "PipelineParameters": {
9038
- "shape": "S164"
9038
+ "shape": "S165"
9039
9039
  }
9040
9040
  }
9041
9041
  },
@@ -9047,7 +9047,7 @@
9047
9047
  "RecordIdentifierFeatureName": {},
9048
9048
  "EventTimeFeatureName": {},
9049
9049
  "FeatureDefinitions": {
9050
- "shape": "Sbx"
9050
+ "shape": "Sby"
9051
9051
  },
9052
9052
  "CreationTime": {
9053
9053
  "type": "timestamp"
@@ -9056,18 +9056,18 @@
9056
9056
  "type": "timestamp"
9057
9057
  },
9058
9058
  "OnlineStoreConfig": {
9059
- "shape": "Sc0"
9059
+ "shape": "Sc1"
9060
9060
  },
9061
9061
  "OfflineStoreConfig": {
9062
- "shape": "Sc2"
9062
+ "shape": "Sc3"
9063
9063
  },
9064
9064
  "RoleArn": {},
9065
9065
  "FeatureGroupStatus": {},
9066
9066
  "OfflineStoreStatus": {
9067
- "shape": "St3"
9067
+ "shape": "St4"
9068
9068
  },
9069
9069
  "LastUpdateStatus": {
9070
- "shape": "St6"
9070
+ "shape": "St7"
9071
9071
  },
9072
9072
  "FailureReason": {},
9073
9073
  "Description": {},
@@ -9084,14 +9084,14 @@
9084
9084
  "ProjectId": {},
9085
9085
  "ProjectDescription": {},
9086
9086
  "ServiceCatalogProvisioningDetails": {
9087
- "shape": "Skx"
9087
+ "shape": "Sky"
9088
9088
  },
9089
9089
  "ServiceCatalogProvisionedProductDetails": {
9090
- "shape": "Sw4"
9090
+ "shape": "Sw5"
9091
9091
  },
9092
9092
  "ProjectStatus": {},
9093
9093
  "CreatedBy": {
9094
- "shape": "Spo"
9094
+ "shape": "Spp"
9095
9095
  },
9096
9096
  "CreationTime": {
9097
9097
  "type": "timestamp"
@@ -9103,7 +9103,7 @@
9103
9103
  "type": "timestamp"
9104
9104
  },
9105
9105
  "LastModifiedBy": {
9106
- "shape": "Spo"
9106
+ "shape": "Spp"
9107
9107
  }
9108
9108
  }
9109
9109
  },
@@ -9122,7 +9122,7 @@
9122
9122
  },
9123
9123
  "Description": {},
9124
9124
  "Parameters": {
9125
- "shape": "Stc"
9125
+ "shape": "Std"
9126
9126
  }
9127
9127
  }
9128
9128
  },
@@ -9132,13 +9132,13 @@
9132
9132
  "HyperParameterTuningJobName": {},
9133
9133
  "HyperParameterTuningJobArn": {},
9134
9134
  "HyperParameterTuningJobConfig": {
9135
- "shape": "Sd7"
9135
+ "shape": "Sd8"
9136
9136
  },
9137
9137
  "TrainingJobDefinition": {
9138
- "shape": "Sds"
9138
+ "shape": "Sdt"
9139
9139
  },
9140
9140
  "TrainingJobDefinitions": {
9141
- "shape": "Se5"
9141
+ "shape": "Se6"
9142
9142
  },
9143
9143
  "HyperParameterTuningJobStatus": {},
9144
9144
  "CreationTime": {
@@ -9151,19 +9151,19 @@
9151
9151
  "type": "timestamp"
9152
9152
  },
9153
9153
  "TrainingJobStatusCounters": {
9154
- "shape": "Sts"
9154
+ "shape": "Stt"
9155
9155
  },
9156
9156
  "ObjectiveStatusCounters": {
9157
- "shape": "Stu"
9157
+ "shape": "Stv"
9158
9158
  },
9159
9159
  "BestTrainingJob": {
9160
- "shape": "Stw"
9160
+ "shape": "Stx"
9161
9161
  },
9162
9162
  "OverallBestTrainingJob": {
9163
- "shape": "Stw"
9163
+ "shape": "Stx"
9164
9164
  },
9165
9165
  "WarmStartConfig": {
9166
- "shape": "Se6"
9166
+ "shape": "Se7"
9167
9167
  },
9168
9168
  "FailureReason": {},
9169
9169
  "Tags": {
@@ -9208,7 +9208,7 @@
9208
9208
  "members": {
9209
9209
  "CallbackToken": {},
9210
9210
  "OutputParameters": {
9211
- "shape": "S15p"
9211
+ "shape": "S15q"
9212
9212
  },
9213
9213
  "ClientRequestToken": {
9214
9214
  "idempotencyToken": true
@@ -9268,14 +9268,14 @@
9268
9268
  "PipelineName": {},
9269
9269
  "PipelineExecutionDisplayName": {},
9270
9270
  "PipelineParameters": {
9271
- "shape": "S164"
9271
+ "shape": "S165"
9272
9272
  },
9273
9273
  "PipelineExecutionDescription": {},
9274
9274
  "ClientRequestToken": {
9275
9275
  "idempotencyToken": true
9276
9276
  },
9277
9277
  "ParallelismConfiguration": {
9278
- "shape": "Sjg"
9278
+ "shape": "Sjh"
9279
9279
  }
9280
9280
  }
9281
9281
  },
@@ -9455,7 +9455,7 @@
9455
9455
  "shape": "S1o"
9456
9456
  },
9457
9457
  "PropertiesToRemove": {
9458
- "shape": "S1aj"
9458
+ "shape": "S1ak"
9459
9459
  }
9460
9460
  }
9461
9461
  },
@@ -9499,7 +9499,7 @@
9499
9499
  "shape": "S1o"
9500
9500
  },
9501
9501
  "PropertiesToRemove": {
9502
- "shape": "S1aj"
9502
+ "shape": "S1ak"
9503
9503
  }
9504
9504
  }
9505
9505
  },
@@ -9549,7 +9549,7 @@
9549
9549
  "shape": "S1o"
9550
9550
  },
9551
9551
  "PropertiesToRemove": {
9552
- "shape": "S1aj"
9552
+ "shape": "S1ak"
9553
9553
  }
9554
9554
  }
9555
9555
  },
@@ -9572,7 +9572,7 @@
9572
9572
  "RoleArn": {},
9573
9573
  "Description": {},
9574
9574
  "OutputConfig": {
9575
- "shape": "S84"
9575
+ "shape": "S85"
9576
9576
  },
9577
9577
  "EnableIotRoleAlias": {
9578
9578
  "type": "boolean"
@@ -9590,7 +9590,7 @@
9590
9590
  "members": {
9591
9591
  "DeviceFleetName": {},
9592
9592
  "Devices": {
9593
- "shape": "S18l"
9593
+ "shape": "S18m"
9594
9594
  }
9595
9595
  }
9596
9596
  }
@@ -9604,7 +9604,7 @@
9604
9604
  "members": {
9605
9605
  "DomainId": {},
9606
9606
  "DefaultUserSettings": {
9607
- "shape": "S8a"
9607
+ "shape": "S8b"
9608
9608
  },
9609
9609
  "DomainSettingsForUpdate": {
9610
9610
  "type": "structure",
@@ -9659,7 +9659,7 @@
9659
9659
  }
9660
9660
  },
9661
9661
  "DeploymentConfig": {
9662
- "shape": "S9m"
9662
+ "shape": "S9n"
9663
9663
  },
9664
9664
  "RetainDeploymentConfig": {
9665
9665
  "type": "boolean"
@@ -9745,7 +9745,7 @@
9745
9745
  "FeatureAdditions": {
9746
9746
  "type": "list",
9747
9747
  "member": {
9748
- "shape": "Sby"
9748
+ "shape": "Sbz"
9749
9749
  }
9750
9750
  }
9751
9751
  }
@@ -9774,7 +9774,7 @@
9774
9774
  "ParameterAdditions": {
9775
9775
  "type": "list",
9776
9776
  "member": {
9777
- "shape": "Std"
9777
+ "shape": "Ste"
9778
9778
  }
9779
9779
  },
9780
9780
  "ParameterRemovals": {
@@ -9819,14 +9819,14 @@
9819
9819
  "ModelApprovalStatus": {},
9820
9820
  "ApprovalDescription": {},
9821
9821
  "CustomerMetadataProperties": {
9822
- "shape": "Shm"
9822
+ "shape": "Shn"
9823
9823
  },
9824
9824
  "CustomerMetadataPropertiesToRemove": {
9825
9825
  "type": "list",
9826
9826
  "member": {}
9827
9827
  },
9828
9828
  "AdditionalInferenceSpecificationsToAdd": {
9829
- "shape": "Shv"
9829
+ "shape": "Shw"
9830
9830
  }
9831
9831
  }
9832
9832
  },
@@ -9850,7 +9850,7 @@
9850
9850
  "members": {
9851
9851
  "MonitoringScheduleName": {},
9852
9852
  "MonitoringScheduleConfig": {
9853
- "shape": "Si9"
9853
+ "shape": "Sia"
9854
9854
  }
9855
9855
  }
9856
9856
  },
@@ -9883,10 +9883,10 @@
9883
9883
  },
9884
9884
  "DefaultCodeRepository": {},
9885
9885
  "AdditionalCodeRepositories": {
9886
- "shape": "Siu"
9886
+ "shape": "Siv"
9887
9887
  },
9888
9888
  "AcceleratorTypes": {
9889
- "shape": "Sir"
9889
+ "shape": "Sis"
9890
9890
  },
9891
9891
  "DisassociateAcceleratorTypes": {
9892
9892
  "type": "boolean"
@@ -9899,7 +9899,7 @@
9899
9899
  },
9900
9900
  "RootAccess": {},
9901
9901
  "InstanceMetadataServiceConfiguration": {
9902
- "shape": "Six"
9902
+ "shape": "Siy"
9903
9903
  }
9904
9904
  }
9905
9905
  },
@@ -9917,10 +9917,10 @@
9917
9917
  "members": {
9918
9918
  "NotebookInstanceLifecycleConfigName": {},
9919
9919
  "OnCreate": {
9920
- "shape": "Sj2"
9920
+ "shape": "Sj3"
9921
9921
  },
9922
9922
  "OnStart": {
9923
- "shape": "Sj2"
9923
+ "shape": "Sj3"
9924
9924
  }
9925
9925
  }
9926
9926
  },
@@ -9940,12 +9940,12 @@
9940
9940
  "PipelineDisplayName": {},
9941
9941
  "PipelineDefinition": {},
9942
9942
  "PipelineDefinitionS3Location": {
9943
- "shape": "Sja"
9943
+ "shape": "Sjb"
9944
9944
  },
9945
9945
  "PipelineDescription": {},
9946
9946
  "RoleArn": {},
9947
9947
  "ParallelismConfiguration": {
9948
- "shape": "Sjg"
9948
+ "shape": "Sjh"
9949
9949
  }
9950
9950
  }
9951
9951
  },
@@ -9967,7 +9967,7 @@
9967
9967
  "PipelineExecutionDescription": {},
9968
9968
  "PipelineExecutionDisplayName": {},
9969
9969
  "ParallelismConfiguration": {
9970
- "shape": "Sjg"
9970
+ "shape": "Sjh"
9971
9971
  }
9972
9972
  }
9973
9973
  },
@@ -9992,7 +9992,7 @@
9992
9992
  "members": {
9993
9993
  "ProvisioningArtifactId": {},
9994
9994
  "ProvisioningParameters": {
9995
- "shape": "Skz"
9995
+ "shape": "Sl0"
9996
9996
  }
9997
9997
  }
9998
9998
  },
@@ -10027,7 +10027,7 @@
10027
10027
  "type": "long"
10028
10028
  },
10029
10029
  "ProfilingParameters": {
10030
- "shape": "Slx"
10030
+ "shape": "Sly"
10031
10031
  },
10032
10032
  "DisableProfiler": {
10033
10033
  "type": "boolean"
@@ -10035,7 +10035,7 @@
10035
10035
  }
10036
10036
  },
10037
10037
  "ProfilerRuleConfigurations": {
10038
- "shape": "Sly"
10038
+ "shape": "Slz"
10039
10039
  },
10040
10040
  "ResourceConfig": {
10041
10041
  "type": "structure",
@@ -10088,7 +10088,7 @@
10088
10088
  "TrialComponentName": {},
10089
10089
  "DisplayName": {},
10090
10090
  "Status": {
10091
- "shape": "Smj"
10091
+ "shape": "Smk"
10092
10092
  },
10093
10093
  "StartTime": {
10094
10094
  "type": "timestamp"
@@ -10097,22 +10097,22 @@
10097
10097
  "type": "timestamp"
10098
10098
  },
10099
10099
  "Parameters": {
10100
- "shape": "Smn"
10100
+ "shape": "Smo"
10101
10101
  },
10102
10102
  "ParametersToRemove": {
10103
- "shape": "S1cd"
10103
+ "shape": "S1ce"
10104
10104
  },
10105
10105
  "InputArtifacts": {
10106
- "shape": "Smr"
10106
+ "shape": "Sms"
10107
10107
  },
10108
10108
  "InputArtifactsToRemove": {
10109
- "shape": "S1cd"
10109
+ "shape": "S1ce"
10110
10110
  },
10111
10111
  "OutputArtifacts": {
10112
- "shape": "Smr"
10112
+ "shape": "Sms"
10113
10113
  },
10114
10114
  "OutputArtifactsToRemove": {
10115
- "shape": "S1cd"
10115
+ "shape": "S1ce"
10116
10116
  }
10117
10117
  }
10118
10118
  },
@@ -10134,7 +10134,7 @@
10134
10134
  "DomainId": {},
10135
10135
  "UserProfileName": {},
10136
10136
  "UserSettings": {
10137
- "shape": "S8a"
10137
+ "shape": "S8b"
10138
10138
  }
10139
10139
  }
10140
10140
  },
@@ -10154,13 +10154,13 @@
10154
10154
  "members": {
10155
10155
  "WorkforceName": {},
10156
10156
  "SourceIpConfig": {
10157
- "shape": "Sn8"
10157
+ "shape": "Sn9"
10158
10158
  },
10159
10159
  "OidcConfig": {
10160
- "shape": "Sn5"
10160
+ "shape": "Sn6"
10161
10161
  },
10162
10162
  "WorkforceVpcConfig": {
10163
- "shape": "Snc"
10163
+ "shape": "Snd"
10164
10164
  }
10165
10165
  }
10166
10166
  },
@@ -10171,7 +10171,7 @@
10171
10171
  ],
10172
10172
  "members": {
10173
10173
  "Workforce": {
10174
- "shape": "Sxh"
10174
+ "shape": "Sxi"
10175
10175
  }
10176
10176
  }
10177
10177
  }
@@ -10185,11 +10185,11 @@
10185
10185
  "members": {
10186
10186
  "WorkteamName": {},
10187
10187
  "MemberDefinitions": {
10188
- "shape": "Snm"
10188
+ "shape": "Snn"
10189
10189
  },
10190
10190
  "Description": {},
10191
10191
  "NotificationConfiguration": {
10192
- "shape": "Snu"
10192
+ "shape": "Snv"
10193
10193
  }
10194
10194
  }
10195
10195
  },
@@ -10200,7 +10200,7 @@
10200
10200
  ],
10201
10201
  "members": {
10202
10202
  "Workteam": {
10203
- "shape": "Sxp"
10203
+ "shape": "Sxq"
10204
10204
  }
10205
10205
  }
10206
10206
  }
@@ -10966,7 +10966,7 @@
10966
10966
  "FrameworkVersion": {}
10967
10967
  }
10968
10968
  },
10969
- "S6c": {
10969
+ "S6d": {
10970
10970
  "type": "structure",
10971
10971
  "required": [
10972
10972
  "S3OutputLocation"
@@ -10990,7 +10990,7 @@
10990
10990
  "KmsKeyId": {}
10991
10991
  }
10992
10992
  },
10993
- "S6j": {
10993
+ "S6k": {
10994
10994
  "type": "structure",
10995
10995
  "required": [
10996
10996
  "SecurityGroupIds",
@@ -11007,7 +11007,7 @@
11007
11007
  }
11008
11008
  }
11009
11009
  },
11010
- "S6r": {
11010
+ "S6s": {
11011
11011
  "type": "structure",
11012
11012
  "required": [
11013
11013
  "SourceUri"
@@ -11018,31 +11018,31 @@
11018
11018
  "SourceId": {}
11019
11019
  }
11020
11020
  },
11021
- "S6w": {
11021
+ "S6x": {
11022
11022
  "type": "structure",
11023
11023
  "members": {
11024
11024
  "BaseliningJobName": {},
11025
11025
  "ConstraintsResource": {
11026
- "shape": "S6y"
11026
+ "shape": "S6z"
11027
11027
  },
11028
11028
  "StatisticsResource": {
11029
- "shape": "S6z"
11029
+ "shape": "S70"
11030
11030
  }
11031
11031
  }
11032
11032
  },
11033
- "S6y": {
11033
+ "S6z": {
11034
11034
  "type": "structure",
11035
11035
  "members": {
11036
11036
  "S3Uri": {}
11037
11037
  }
11038
11038
  },
11039
- "S6z": {
11039
+ "S70": {
11040
11040
  "type": "structure",
11041
11041
  "members": {
11042
11042
  "S3Uri": {}
11043
11043
  }
11044
11044
  },
11045
- "S70": {
11045
+ "S71": {
11046
11046
  "type": "structure",
11047
11047
  "required": [
11048
11048
  "ImageUri"
@@ -11050,43 +11050,43 @@
11050
11050
  "members": {
11051
11051
  "ImageUri": {},
11052
11052
  "ContainerEntrypoint": {
11053
- "shape": "S72"
11053
+ "shape": "S73"
11054
11054
  },
11055
11055
  "ContainerArguments": {
11056
- "shape": "S74"
11056
+ "shape": "S75"
11057
11057
  },
11058
11058
  "RecordPreprocessorSourceUri": {},
11059
11059
  "PostAnalyticsProcessorSourceUri": {},
11060
11060
  "Environment": {
11061
- "shape": "S76"
11061
+ "shape": "S77"
11062
11062
  }
11063
11063
  }
11064
11064
  },
11065
- "S72": {
11065
+ "S73": {
11066
11066
  "type": "list",
11067
11067
  "member": {}
11068
11068
  },
11069
- "S74": {
11069
+ "S75": {
11070
11070
  "type": "list",
11071
11071
  "member": {}
11072
11072
  },
11073
- "S76": {
11073
+ "S77": {
11074
11074
  "type": "map",
11075
11075
  "key": {},
11076
11076
  "value": {}
11077
11077
  },
11078
- "S79": {
11078
+ "S7a": {
11079
11079
  "type": "structure",
11080
11080
  "members": {
11081
11081
  "EndpointInput": {
11082
- "shape": "S7a"
11082
+ "shape": "S7b"
11083
11083
  },
11084
11084
  "BatchTransformInput": {
11085
- "shape": "S7g"
11085
+ "shape": "S7h"
11086
11086
  }
11087
11087
  }
11088
11088
  },
11089
- "S7a": {
11089
+ "S7b": {
11090
11090
  "type": "structure",
11091
11091
  "required": [
11092
11092
  "EndpointName",
@@ -11107,7 +11107,7 @@
11107
11107
  "EndTimeOffset": {}
11108
11108
  }
11109
11109
  },
11110
- "S7g": {
11110
+ "S7h": {
11111
11111
  "type": "structure",
11112
11112
  "required": [
11113
11113
  "DataCapturedDestinationS3Uri",
@@ -11154,7 +11154,7 @@
11154
11154
  "EndTimeOffset": {}
11155
11155
  }
11156
11156
  },
11157
- "S7m": {
11157
+ "S7n": {
11158
11158
  "type": "structure",
11159
11159
  "required": [
11160
11160
  "MonitoringOutputs"
@@ -11186,7 +11186,7 @@
11186
11186
  "KmsKeyId": {}
11187
11187
  }
11188
11188
  },
11189
- "S7s": {
11189
+ "S7t": {
11190
11190
  "type": "structure",
11191
11191
  "required": [
11192
11192
  "ClusterConfig"
@@ -11212,7 +11212,7 @@
11212
11212
  }
11213
11213
  }
11214
11214
  },
11215
- "S7x": {
11215
+ "S7y": {
11216
11216
  "type": "structure",
11217
11217
  "members": {
11218
11218
  "EnableInterContainerTrafficEncryption": {
@@ -11226,7 +11226,7 @@
11226
11226
  }
11227
11227
  }
11228
11228
  },
11229
- "S7y": {
11229
+ "S7z": {
11230
11230
  "type": "structure",
11231
11231
  "required": [
11232
11232
  "MaxRuntimeInSeconds"
@@ -11237,7 +11237,7 @@
11237
11237
  }
11238
11238
  }
11239
11239
  },
11240
- "S84": {
11240
+ "S85": {
11241
11241
  "type": "structure",
11242
11242
  "required": [
11243
11243
  "S3OutputLocation"
@@ -11249,12 +11249,12 @@
11249
11249
  "PresetDeploymentConfig": {}
11250
11250
  }
11251
11251
  },
11252
- "S8a": {
11252
+ "S8b": {
11253
11253
  "type": "structure",
11254
11254
  "members": {
11255
11255
  "ExecutionRole": {},
11256
11256
  "SecurityGroups": {
11257
- "shape": "S8b"
11257
+ "shape": "S8c"
11258
11258
  },
11259
11259
  "SharingSettings": {
11260
11260
  "type": "structure",
@@ -11271,7 +11271,7 @@
11271
11271
  "shape": "S4d"
11272
11272
  },
11273
11273
  "LifecycleConfigArns": {
11274
- "shape": "S8f"
11274
+ "shape": "S8g"
11275
11275
  }
11276
11276
  }
11277
11277
  },
@@ -11282,10 +11282,10 @@
11282
11282
  "shape": "S4d"
11283
11283
  },
11284
11284
  "CustomImages": {
11285
- "shape": "S8h"
11285
+ "shape": "S8i"
11286
11286
  },
11287
11287
  "LifecycleConfigArns": {
11288
- "shape": "S8f"
11288
+ "shape": "S8g"
11289
11289
  }
11290
11290
  }
11291
11291
  },
@@ -11311,7 +11311,7 @@
11311
11311
  "shape": "S4d"
11312
11312
  },
11313
11313
  "CustomImages": {
11314
- "shape": "S8h"
11314
+ "shape": "S8i"
11315
11315
  }
11316
11316
  }
11317
11317
  },
@@ -11329,15 +11329,15 @@
11329
11329
  }
11330
11330
  }
11331
11331
  },
11332
- "S8b": {
11332
+ "S8c": {
11333
11333
  "type": "list",
11334
11334
  "member": {}
11335
11335
  },
11336
- "S8f": {
11336
+ "S8g": {
11337
11337
  "type": "list",
11338
11338
  "member": {}
11339
11339
  },
11340
- "S8h": {
11340
+ "S8i": {
11341
11341
  "type": "list",
11342
11342
  "member": {
11343
11343
  "type": "structure",
@@ -11354,7 +11354,7 @@
11354
11354
  }
11355
11355
  }
11356
11356
  },
11357
- "S8w": {
11357
+ "S8x": {
11358
11358
  "type": "structure",
11359
11359
  "members": {
11360
11360
  "SecurityGroupIds": {
@@ -11378,7 +11378,7 @@
11378
11378
  "ExecutionRoleIdentityConfig": {}
11379
11379
  }
11380
11380
  },
11381
- "S94": {
11381
+ "S95": {
11382
11382
  "type": "list",
11383
11383
  "member": {
11384
11384
  "type": "structure",
@@ -11392,7 +11392,7 @@
11392
11392
  }
11393
11393
  }
11394
11394
  },
11395
- "S96": {
11395
+ "S97": {
11396
11396
  "type": "list",
11397
11397
  "member": {
11398
11398
  "type": "structure",
@@ -11403,15 +11403,15 @@
11403
11403
  "members": {
11404
11404
  "StageName": {},
11405
11405
  "DeviceSelectionConfig": {
11406
- "shape": "S98"
11406
+ "shape": "S99"
11407
11407
  },
11408
11408
  "DeploymentConfig": {
11409
- "shape": "S9d"
11409
+ "shape": "S9e"
11410
11410
  }
11411
11411
  }
11412
11412
  }
11413
11413
  },
11414
- "S98": {
11414
+ "S99": {
11415
11415
  "type": "structure",
11416
11416
  "required": [
11417
11417
  "DeviceSubsetType"
@@ -11422,16 +11422,16 @@
11422
11422
  "type": "integer"
11423
11423
  },
11424
11424
  "DeviceNames": {
11425
- "shape": "S9b"
11425
+ "shape": "S9c"
11426
11426
  },
11427
11427
  "DeviceNameContains": {}
11428
11428
  }
11429
11429
  },
11430
- "S9b": {
11430
+ "S9c": {
11431
11431
  "type": "list",
11432
11432
  "member": {}
11433
11433
  },
11434
- "S9d": {
11434
+ "S9e": {
11435
11435
  "type": "structure",
11436
11436
  "required": [
11437
11437
  "FailureHandlingPolicy"
@@ -11440,7 +11440,7 @@
11440
11440
  "FailureHandlingPolicy": {}
11441
11441
  }
11442
11442
  },
11443
- "S9m": {
11443
+ "S9n": {
11444
11444
  "type": "structure",
11445
11445
  "required": [
11446
11446
  "BlueGreenUpdatePolicy"
@@ -11464,10 +11464,10 @@
11464
11464
  "type": "integer"
11465
11465
  },
11466
11466
  "CanarySize": {
11467
- "shape": "S9r"
11467
+ "shape": "S9s"
11468
11468
  },
11469
11469
  "LinearStepSize": {
11470
- "shape": "S9r"
11470
+ "shape": "S9s"
11471
11471
  }
11472
11472
  }
11473
11473
  },
@@ -11495,7 +11495,7 @@
11495
11495
  }
11496
11496
  }
11497
11497
  },
11498
- "S9r": {
11498
+ "S9s": {
11499
11499
  "type": "structure",
11500
11500
  "required": [
11501
11501
  "Type",
@@ -11508,7 +11508,7 @@
11508
11508
  }
11509
11509
  }
11510
11510
  },
11511
- "Sa3": {
11511
+ "Sa4": {
11512
11512
  "type": "list",
11513
11513
  "member": {
11514
11514
  "type": "structure",
@@ -11538,7 +11538,7 @@
11538
11538
  }
11539
11539
  },
11540
11540
  "ServerlessConfig": {
11541
- "shape": "Sab"
11541
+ "shape": "Sac"
11542
11542
  },
11543
11543
  "VolumeSizeInGB": {
11544
11544
  "type": "integer"
@@ -11552,7 +11552,7 @@
11552
11552
  }
11553
11553
  }
11554
11554
  },
11555
- "Sab": {
11555
+ "Sac": {
11556
11556
  "type": "structure",
11557
11557
  "required": [
11558
11558
  "MemorySizeInMB",
@@ -11567,7 +11567,7 @@
11567
11567
  }
11568
11568
  }
11569
11569
  },
11570
- "Sah": {
11570
+ "Sai": {
11571
11571
  "type": "structure",
11572
11572
  "required": [
11573
11573
  "InitialSamplingPercentage",
@@ -11610,7 +11610,7 @@
11610
11610
  }
11611
11611
  }
11612
11612
  },
11613
- "Sas": {
11613
+ "Sat": {
11614
11614
  "type": "structure",
11615
11615
  "required": [
11616
11616
  "OutputConfig"
@@ -11643,7 +11643,7 @@
11643
11643
  }
11644
11644
  }
11645
11645
  },
11646
- "Say": {
11646
+ "Saz": {
11647
11647
  "type": "structure",
11648
11648
  "members": {
11649
11649
  "ClarifyExplainerConfig": {
@@ -11726,20 +11726,20 @@
11726
11726
  }
11727
11727
  }
11728
11728
  },
11729
- "Sbx": {
11729
+ "Sby": {
11730
11730
  "type": "list",
11731
11731
  "member": {
11732
- "shape": "Sby"
11732
+ "shape": "Sbz"
11733
11733
  }
11734
11734
  },
11735
- "Sby": {
11735
+ "Sbz": {
11736
11736
  "type": "structure",
11737
11737
  "members": {
11738
11738
  "FeatureName": {},
11739
11739
  "FeatureType": {}
11740
11740
  }
11741
11741
  },
11742
- "Sc0": {
11742
+ "Sc1": {
11743
11743
  "type": "structure",
11744
11744
  "members": {
11745
11745
  "SecurityConfig": {
@@ -11753,7 +11753,7 @@
11753
11753
  }
11754
11754
  }
11755
11755
  },
11756
- "Sc2": {
11756
+ "Sc3": {
11757
11757
  "type": "structure",
11758
11758
  "required": [
11759
11759
  "S3StorageConfig"
@@ -11788,7 +11788,7 @@
11788
11788
  }
11789
11789
  }
11790
11790
  },
11791
- "Scd": {
11791
+ "Sce": {
11792
11792
  "type": "structure",
11793
11793
  "required": [
11794
11794
  "AwsManagedHumanLoopRequestSource"
@@ -11797,7 +11797,7 @@
11797
11797
  "AwsManagedHumanLoopRequestSource": {}
11798
11798
  }
11799
11799
  },
11800
- "Scf": {
11800
+ "Scg": {
11801
11801
  "type": "structure",
11802
11802
  "required": [
11803
11803
  "HumanLoopActivationConditionsConfig"
@@ -11816,7 +11816,7 @@
11816
11816
  }
11817
11817
  }
11818
11818
  },
11819
- "Sci": {
11819
+ "Scj": {
11820
11820
  "type": "structure",
11821
11821
  "required": [
11822
11822
  "WorkteamArn",
@@ -11844,11 +11844,11 @@
11844
11844
  "member": {}
11845
11845
  },
11846
11846
  "PublicWorkforceTaskPrice": {
11847
- "shape": "Scs"
11847
+ "shape": "Sct"
11848
11848
  }
11849
11849
  }
11850
11850
  },
11851
- "Scs": {
11851
+ "Sct": {
11852
11852
  "type": "structure",
11853
11853
  "members": {
11854
11854
  "AmountInUsd": {
@@ -11867,7 +11867,7 @@
11867
11867
  }
11868
11868
  }
11869
11869
  },
11870
- "Scx": {
11870
+ "Scy": {
11871
11871
  "type": "structure",
11872
11872
  "required": [
11873
11873
  "S3OutputPath"
@@ -11877,7 +11877,7 @@
11877
11877
  "KmsKeyId": {}
11878
11878
  }
11879
11879
  },
11880
- "Sd2": {
11880
+ "Sd3": {
11881
11881
  "type": "structure",
11882
11882
  "required": [
11883
11883
  "Content"
@@ -11886,7 +11886,7 @@
11886
11886
  "Content": {}
11887
11887
  }
11888
11888
  },
11889
- "Sd7": {
11889
+ "Sd8": {
11890
11890
  "type": "structure",
11891
11891
  "required": [
11892
11892
  "Strategy",
@@ -11914,10 +11914,10 @@
11914
11914
  "shape": "S2m"
11915
11915
  },
11916
11916
  "ResourceLimits": {
11917
- "shape": "Sdd"
11917
+ "shape": "Sde"
11918
11918
  },
11919
11919
  "ParameterRanges": {
11920
- "shape": "Sdg"
11920
+ "shape": "Sdh"
11921
11921
  },
11922
11922
  "TrainingJobEarlyStoppingType": {},
11923
11923
  "TuningJobCompletionCriteria": {
@@ -11933,7 +11933,7 @@
11933
11933
  }
11934
11934
  }
11935
11935
  },
11936
- "Sdd": {
11936
+ "Sde": {
11937
11937
  "type": "structure",
11938
11938
  "required": [
11939
11939
  "MaxParallelTrainingJobs"
@@ -11947,7 +11947,7 @@
11947
11947
  }
11948
11948
  }
11949
11949
  },
11950
- "Sdg": {
11950
+ "Sdh": {
11951
11951
  "type": "structure",
11952
11952
  "members": {
11953
11953
  "IntegerParameterRanges": {
@@ -12002,7 +12002,7 @@
12002
12002
  }
12003
12003
  }
12004
12004
  },
12005
- "Sds": {
12005
+ "Sdt": {
12006
12006
  "type": "structure",
12007
12007
  "required": [
12008
12008
  "AlgorithmSpecification",
@@ -12016,7 +12016,7 @@
12016
12016
  "shape": "S2m"
12017
12017
  },
12018
12018
  "HyperParameterRanges": {
12019
- "shape": "Sdg"
12019
+ "shape": "Sdh"
12020
12020
  },
12021
12021
  "StaticHyperParameters": {
12022
12022
  "shape": "S2t"
@@ -12061,10 +12061,10 @@
12061
12061
  "type": "boolean"
12062
12062
  },
12063
12063
  "CheckpointConfig": {
12064
- "shape": "Sdx"
12064
+ "shape": "Sdy"
12065
12065
  },
12066
12066
  "RetryStrategy": {
12067
- "shape": "Sdy"
12067
+ "shape": "Sdz"
12068
12068
  },
12069
12069
  "HyperParameterTuningResourceConfig": {
12070
12070
  "type": "structure",
@@ -12102,7 +12102,7 @@
12102
12102
  }
12103
12103
  }
12104
12104
  },
12105
- "Sdx": {
12105
+ "Sdy": {
12106
12106
  "type": "structure",
12107
12107
  "required": [
12108
12108
  "S3Uri"
@@ -12112,7 +12112,7 @@
12112
12112
  "LocalPath": {}
12113
12113
  }
12114
12114
  },
12115
- "Sdy": {
12115
+ "Sdz": {
12116
12116
  "type": "structure",
12117
12117
  "required": [
12118
12118
  "MaximumRetryAttempts"
@@ -12123,13 +12123,13 @@
12123
12123
  }
12124
12124
  }
12125
12125
  },
12126
- "Se5": {
12126
+ "Se6": {
12127
12127
  "type": "list",
12128
12128
  "member": {
12129
- "shape": "Sds"
12129
+ "shape": "Sdt"
12130
12130
  }
12131
12131
  },
12132
- "Se6": {
12132
+ "Se7": {
12133
12133
  "type": "structure",
12134
12134
  "required": [
12135
12135
  "ParentHyperParameterTuningJobs",
@@ -12148,7 +12148,7 @@
12148
12148
  "WarmStartType": {}
12149
12149
  }
12150
12150
  },
12151
- "Sen": {
12151
+ "Seo": {
12152
12152
  "type": "structure",
12153
12153
  "required": [
12154
12154
  "ModelPackageVersionArn"
@@ -12255,12 +12255,12 @@
12255
12255
  "Endpoints": {
12256
12256
  "type": "list",
12257
12257
  "member": {
12258
- "shape": "Sfd"
12258
+ "shape": "Sfe"
12259
12259
  }
12260
12260
  }
12261
12261
  }
12262
12262
  },
12263
- "Sfd": {
12263
+ "Sfe": {
12264
12264
  "type": "structure",
12265
12265
  "required": [
12266
12266
  "EndpointName"
@@ -12269,7 +12269,7 @@
12269
12269
  "EndpointName": {}
12270
12270
  }
12271
12271
  },
12272
- "Sff": {
12272
+ "Sfg": {
12273
12273
  "type": "structure",
12274
12274
  "members": {
12275
12275
  "MaxInvocations": {
@@ -12289,7 +12289,7 @@
12289
12289
  }
12290
12290
  }
12291
12291
  },
12292
- "Sfq": {
12292
+ "Sfr": {
12293
12293
  "type": "structure",
12294
12294
  "required": [
12295
12295
  "DataSource"
@@ -12329,7 +12329,7 @@
12329
12329
  }
12330
12330
  }
12331
12331
  },
12332
- "Sfx": {
12332
+ "Sfy": {
12333
12333
  "type": "structure",
12334
12334
  "required": [
12335
12335
  "S3OutputPath"
@@ -12340,7 +12340,7 @@
12340
12340
  "SnsTopicArn": {}
12341
12341
  }
12342
12342
  },
12343
- "Sfy": {
12343
+ "Sfz": {
12344
12344
  "type": "structure",
12345
12345
  "members": {
12346
12346
  "MaxHumanLabeledObjectCount": {
@@ -12351,7 +12351,7 @@
12351
12351
  }
12352
12352
  }
12353
12353
  },
12354
- "Sg1": {
12354
+ "Sg2": {
12355
12355
  "type": "structure",
12356
12356
  "required": [
12357
12357
  "LabelingJobAlgorithmSpecificationArn"
@@ -12370,7 +12370,7 @@
12370
12370
  }
12371
12371
  }
12372
12372
  },
12373
- "Sg5": {
12373
+ "Sg6": {
12374
12374
  "type": "structure",
12375
12375
  "required": [
12376
12376
  "WorkteamArn",
@@ -12420,11 +12420,11 @@
12420
12420
  }
12421
12421
  },
12422
12422
  "PublicWorkforceTaskPrice": {
12423
- "shape": "Scs"
12423
+ "shape": "Sct"
12424
12424
  }
12425
12425
  }
12426
12426
  },
12427
- "Sgk": {
12427
+ "Sgl": {
12428
12428
  "type": "structure",
12429
12429
  "members": {
12430
12430
  "ContainerHostname": {},
@@ -12462,13 +12462,13 @@
12462
12462
  }
12463
12463
  }
12464
12464
  },
12465
- "Sgt": {
12465
+ "Sgu": {
12466
12466
  "type": "list",
12467
12467
  "member": {
12468
- "shape": "Sgk"
12468
+ "shape": "Sgl"
12469
12469
  }
12470
12470
  },
12471
- "Sgu": {
12471
+ "Sgv": {
12472
12472
  "type": "structure",
12473
12473
  "required": [
12474
12474
  "Mode"
@@ -12477,16 +12477,16 @@
12477
12477
  "Mode": {}
12478
12478
  }
12479
12479
  },
12480
- "Sgy": {
12480
+ "Sgz": {
12481
12481
  "type": "structure",
12482
12482
  "members": {
12483
12483
  "BaseliningJobName": {},
12484
12484
  "ConstraintsResource": {
12485
- "shape": "S6y"
12485
+ "shape": "S6z"
12486
12486
  }
12487
12487
  }
12488
12488
  },
12489
- "Sgz": {
12489
+ "Sh0": {
12490
12490
  "type": "structure",
12491
12491
  "required": [
12492
12492
  "ImageUri",
@@ -12496,43 +12496,43 @@
12496
12496
  "ImageUri": {},
12497
12497
  "ConfigUri": {},
12498
12498
  "Environment": {
12499
- "shape": "S76"
12499
+ "shape": "S77"
12500
12500
  }
12501
12501
  }
12502
12502
  },
12503
- "Sh0": {
12503
+ "Sh1": {
12504
12504
  "type": "structure",
12505
12505
  "required": [
12506
12506
  "GroundTruthS3Input"
12507
12507
  ],
12508
12508
  "members": {
12509
12509
  "EndpointInput": {
12510
- "shape": "S7a"
12510
+ "shape": "S7b"
12511
12511
  },
12512
12512
  "BatchTransformInput": {
12513
- "shape": "S7g"
12513
+ "shape": "S7h"
12514
12514
  },
12515
12515
  "GroundTruthS3Input": {
12516
- "shape": "Sh1"
12516
+ "shape": "Sh2"
12517
12517
  }
12518
12518
  }
12519
12519
  },
12520
- "Sh1": {
12520
+ "Sh2": {
12521
12521
  "type": "structure",
12522
12522
  "members": {
12523
12523
  "S3Uri": {}
12524
12524
  }
12525
12525
  },
12526
- "Sh4": {
12526
+ "Sh5": {
12527
12527
  "type": "structure",
12528
12528
  "members": {
12529
12529
  "BaseliningJobName": {},
12530
12530
  "ConstraintsResource": {
12531
- "shape": "S6y"
12531
+ "shape": "S6z"
12532
12532
  }
12533
12533
  }
12534
12534
  },
12535
- "Sh5": {
12535
+ "Sh6": {
12536
12536
  "type": "structure",
12537
12537
  "required": [
12538
12538
  "ImageUri",
@@ -12542,22 +12542,22 @@
12542
12542
  "ImageUri": {},
12543
12543
  "ConfigUri": {},
12544
12544
  "Environment": {
12545
- "shape": "S76"
12545
+ "shape": "S77"
12546
12546
  }
12547
12547
  }
12548
12548
  },
12549
- "Sh6": {
12549
+ "Sh7": {
12550
12550
  "type": "structure",
12551
12551
  "members": {
12552
12552
  "EndpointInput": {
12553
- "shape": "S7a"
12553
+ "shape": "S7b"
12554
12554
  },
12555
12555
  "BatchTransformInput": {
12556
- "shape": "S7g"
12556
+ "shape": "S7h"
12557
12557
  }
12558
12558
  }
12559
12559
  },
12560
- "Sh9": {
12560
+ "Sha": {
12561
12561
  "type": "structure",
12562
12562
  "required": [
12563
12563
  "ValidationRole",
@@ -12583,7 +12583,7 @@
12583
12583
  }
12584
12584
  }
12585
12585
  },
12586
- "Shc": {
12586
+ "Shd": {
12587
12587
  "type": "structure",
12588
12588
  "required": [
12589
12589
  "SourceAlgorithms"
@@ -12604,17 +12604,17 @@
12604
12604
  }
12605
12605
  }
12606
12606
  },
12607
- "Shf": {
12607
+ "Shg": {
12608
12608
  "type": "structure",
12609
12609
  "members": {
12610
12610
  "ModelQuality": {
12611
12611
  "type": "structure",
12612
12612
  "members": {
12613
12613
  "Statistics": {
12614
- "shape": "Shh"
12614
+ "shape": "Shi"
12615
12615
  },
12616
12616
  "Constraints": {
12617
- "shape": "Shh"
12617
+ "shape": "Shi"
12618
12618
  }
12619
12619
  }
12620
12620
  },
@@ -12622,10 +12622,10 @@
12622
12622
  "type": "structure",
12623
12623
  "members": {
12624
12624
  "Statistics": {
12625
- "shape": "Shh"
12625
+ "shape": "Shi"
12626
12626
  },
12627
12627
  "Constraints": {
12628
- "shape": "Shh"
12628
+ "shape": "Shi"
12629
12629
  }
12630
12630
  }
12631
12631
  },
@@ -12633,13 +12633,13 @@
12633
12633
  "type": "structure",
12634
12634
  "members": {
12635
12635
  "Report": {
12636
- "shape": "Shh"
12636
+ "shape": "Shi"
12637
12637
  },
12638
12638
  "PreTrainingReport": {
12639
- "shape": "Shh"
12639
+ "shape": "Shi"
12640
12640
  },
12641
12641
  "PostTrainingReport": {
12642
- "shape": "Shh"
12642
+ "shape": "Shi"
12643
12643
  }
12644
12644
  }
12645
12645
  },
@@ -12647,13 +12647,13 @@
12647
12647
  "type": "structure",
12648
12648
  "members": {
12649
12649
  "Report": {
12650
- "shape": "Shh"
12650
+ "shape": "Shi"
12651
12651
  }
12652
12652
  }
12653
12653
  }
12654
12654
  }
12655
12655
  },
12656
- "Shh": {
12656
+ "Shi": {
12657
12657
  "type": "structure",
12658
12658
  "required": [
12659
12659
  "ContentType",
@@ -12665,25 +12665,25 @@
12665
12665
  "S3Uri": {}
12666
12666
  }
12667
12667
  },
12668
- "Shm": {
12668
+ "Shn": {
12669
12669
  "type": "map",
12670
12670
  "key": {},
12671
12671
  "value": {}
12672
12672
  },
12673
- "Shp": {
12673
+ "Shq": {
12674
12674
  "type": "structure",
12675
12675
  "members": {
12676
12676
  "Bias": {
12677
12677
  "type": "structure",
12678
12678
  "members": {
12679
12679
  "ConfigFile": {
12680
- "shape": "Shr"
12680
+ "shape": "Shs"
12681
12681
  },
12682
12682
  "PreTrainingConstraints": {
12683
- "shape": "Shh"
12683
+ "shape": "Shi"
12684
12684
  },
12685
12685
  "PostTrainingConstraints": {
12686
- "shape": "Shh"
12686
+ "shape": "Shi"
12687
12687
  }
12688
12688
  }
12689
12689
  },
@@ -12691,10 +12691,10 @@
12691
12691
  "type": "structure",
12692
12692
  "members": {
12693
12693
  "Constraints": {
12694
- "shape": "Shh"
12694
+ "shape": "Shi"
12695
12695
  },
12696
12696
  "ConfigFile": {
12697
- "shape": "Shr"
12697
+ "shape": "Shs"
12698
12698
  }
12699
12699
  }
12700
12700
  },
@@ -12702,10 +12702,10 @@
12702
12702
  "type": "structure",
12703
12703
  "members": {
12704
12704
  "Statistics": {
12705
- "shape": "Shh"
12705
+ "shape": "Shi"
12706
12706
  },
12707
12707
  "Constraints": {
12708
- "shape": "Shh"
12708
+ "shape": "Shi"
12709
12709
  }
12710
12710
  }
12711
12711
  },
@@ -12713,16 +12713,16 @@
12713
12713
  "type": "structure",
12714
12714
  "members": {
12715
12715
  "Statistics": {
12716
- "shape": "Shh"
12716
+ "shape": "Shi"
12717
12717
  },
12718
12718
  "Constraints": {
12719
- "shape": "Shh"
12719
+ "shape": "Shi"
12720
12720
  }
12721
12721
  }
12722
12722
  }
12723
12723
  }
12724
12724
  },
12725
- "Shr": {
12725
+ "Shs": {
12726
12726
  "type": "structure",
12727
12727
  "required": [
12728
12728
  "S3Uri"
@@ -12733,7 +12733,7 @@
12733
12733
  "S3Uri": {}
12734
12734
  }
12735
12735
  },
12736
- "Shv": {
12736
+ "Shw": {
12737
12737
  "type": "list",
12738
12738
  "member": {
12739
12739
  "type": "structure",
@@ -12762,16 +12762,16 @@
12762
12762
  }
12763
12763
  }
12764
12764
  },
12765
- "Si2": {
12765
+ "Si3": {
12766
12766
  "type": "structure",
12767
12767
  "members": {
12768
12768
  "BaseliningJobName": {},
12769
12769
  "ConstraintsResource": {
12770
- "shape": "S6y"
12770
+ "shape": "S6z"
12771
12771
  }
12772
12772
  }
12773
12773
  },
12774
- "Si3": {
12774
+ "Si4": {
12775
12775
  "type": "structure",
12776
12776
  "required": [
12777
12777
  "ImageUri"
@@ -12779,37 +12779,37 @@
12779
12779
  "members": {
12780
12780
  "ImageUri": {},
12781
12781
  "ContainerEntrypoint": {
12782
- "shape": "S72"
12782
+ "shape": "S73"
12783
12783
  },
12784
12784
  "ContainerArguments": {
12785
- "shape": "S74"
12785
+ "shape": "S75"
12786
12786
  },
12787
12787
  "RecordPreprocessorSourceUri": {},
12788
12788
  "PostAnalyticsProcessorSourceUri": {},
12789
12789
  "ProblemType": {},
12790
12790
  "Environment": {
12791
- "shape": "S76"
12791
+ "shape": "S77"
12792
12792
  }
12793
12793
  }
12794
12794
  },
12795
- "Si5": {
12795
+ "Si6": {
12796
12796
  "type": "structure",
12797
12797
  "required": [
12798
12798
  "GroundTruthS3Input"
12799
12799
  ],
12800
12800
  "members": {
12801
12801
  "EndpointInput": {
12802
- "shape": "S7a"
12802
+ "shape": "S7b"
12803
12803
  },
12804
12804
  "BatchTransformInput": {
12805
- "shape": "S7g"
12805
+ "shape": "S7h"
12806
12806
  },
12807
12807
  "GroundTruthS3Input": {
12808
- "shape": "Sh1"
12808
+ "shape": "Sh2"
12809
12809
  }
12810
12810
  }
12811
12811
  },
12812
- "Si9": {
12812
+ "Sia": {
12813
12813
  "type": "structure",
12814
12814
  "members": {
12815
12815
  "ScheduleConfig": {
@@ -12836,10 +12836,10 @@
12836
12836
  "members": {
12837
12837
  "BaseliningJobName": {},
12838
12838
  "ConstraintsResource": {
12839
- "shape": "S6y"
12839
+ "shape": "S6z"
12840
12840
  },
12841
12841
  "StatisticsResource": {
12842
- "shape": "S6z"
12842
+ "shape": "S70"
12843
12843
  }
12844
12844
  }
12845
12845
  },
@@ -12849,19 +12849,19 @@
12849
12849
  "type": "structure",
12850
12850
  "members": {
12851
12851
  "EndpointInput": {
12852
- "shape": "S7a"
12852
+ "shape": "S7b"
12853
12853
  },
12854
12854
  "BatchTransformInput": {
12855
- "shape": "S7g"
12855
+ "shape": "S7h"
12856
12856
  }
12857
12857
  }
12858
12858
  }
12859
12859
  },
12860
12860
  "MonitoringOutputConfig": {
12861
- "shape": "S7m"
12861
+ "shape": "S7n"
12862
12862
  },
12863
12863
  "MonitoringResources": {
12864
- "shape": "S7s"
12864
+ "shape": "S7t"
12865
12865
  },
12866
12866
  "MonitoringAppSpecification": {
12867
12867
  "type": "structure",
@@ -12871,23 +12871,23 @@
12871
12871
  "members": {
12872
12872
  "ImageUri": {},
12873
12873
  "ContainerEntrypoint": {
12874
- "shape": "S72"
12874
+ "shape": "S73"
12875
12875
  },
12876
12876
  "ContainerArguments": {
12877
- "shape": "S74"
12877
+ "shape": "S75"
12878
12878
  },
12879
12879
  "RecordPreprocessorSourceUri": {},
12880
12880
  "PostAnalyticsProcessorSourceUri": {}
12881
12881
  }
12882
12882
  },
12883
12883
  "StoppingCondition": {
12884
- "shape": "S7y"
12884
+ "shape": "S7z"
12885
12885
  },
12886
12886
  "Environment": {
12887
- "shape": "S76"
12887
+ "shape": "S77"
12888
12888
  },
12889
12889
  "NetworkConfig": {
12890
- "shape": "Sih"
12890
+ "shape": "Sii"
12891
12891
  },
12892
12892
  "RoleArn": {}
12893
12893
  }
@@ -12896,7 +12896,7 @@
12896
12896
  "MonitoringType": {}
12897
12897
  }
12898
12898
  },
12899
- "Sih": {
12899
+ "Sii": {
12900
12900
  "type": "structure",
12901
12901
  "members": {
12902
12902
  "EnableInterContainerTrafficEncryption": {
@@ -12910,15 +12910,15 @@
12910
12910
  }
12911
12911
  }
12912
12912
  },
12913
- "Sir": {
12913
+ "Sis": {
12914
12914
  "type": "list",
12915
12915
  "member": {}
12916
12916
  },
12917
- "Siu": {
12917
+ "Siv": {
12918
12918
  "type": "list",
12919
12919
  "member": {}
12920
12920
  },
12921
- "Six": {
12921
+ "Siy": {
12922
12922
  "type": "structure",
12923
12923
  "required": [
12924
12924
  "MinimumInstanceMetadataServiceVersion"
@@ -12927,7 +12927,7 @@
12927
12927
  "MinimumInstanceMetadataServiceVersion": {}
12928
12928
  }
12929
12929
  },
12930
- "Sj2": {
12930
+ "Sj3": {
12931
12931
  "type": "list",
12932
12932
  "member": {
12933
12933
  "type": "structure",
@@ -12936,7 +12936,7 @@
12936
12936
  }
12937
12937
  }
12938
12938
  },
12939
- "Sja": {
12939
+ "Sjb": {
12940
12940
  "type": "structure",
12941
12941
  "required": [
12942
12942
  "Bucket",
@@ -12948,7 +12948,7 @@
12948
12948
  "VersionId": {}
12949
12949
  }
12950
12950
  },
12951
- "Sjg": {
12951
+ "Sjh": {
12952
12952
  "type": "structure",
12953
12953
  "required": [
12954
12954
  "MaxParallelExecutionSteps"
@@ -12959,7 +12959,7 @@
12959
12959
  }
12960
12960
  }
12961
12961
  },
12962
- "Sjt": {
12962
+ "Sju": {
12963
12963
  "type": "list",
12964
12964
  "member": {
12965
12965
  "type": "structure",
@@ -13040,7 +13040,7 @@
13040
13040
  }
13041
13041
  }
13042
13042
  },
13043
- "Skg": {
13043
+ "Skh": {
13044
13044
  "type": "structure",
13045
13045
  "required": [
13046
13046
  "Outputs"
@@ -13086,7 +13086,7 @@
13086
13086
  "KmsKeyId": {}
13087
13087
  }
13088
13088
  },
13089
- "Skl": {
13089
+ "Skm": {
13090
13090
  "type": "structure",
13091
13091
  "required": [
13092
13092
  "ClusterConfig"
@@ -13112,7 +13112,7 @@
13112
13112
  }
13113
13113
  }
13114
13114
  },
13115
- "Skn": {
13115
+ "Sko": {
13116
13116
  "type": "structure",
13117
13117
  "required": [
13118
13118
  "MaxRuntimeInSeconds"
@@ -13123,7 +13123,7 @@
13123
13123
  }
13124
13124
  }
13125
13125
  },
13126
- "Skp": {
13126
+ "Skq": {
13127
13127
  "type": "structure",
13128
13128
  "required": [
13129
13129
  "ImageUri"
@@ -13131,7 +13131,7 @@
13131
13131
  "members": {
13132
13132
  "ImageUri": {},
13133
13133
  "ContainerEntrypoint": {
13134
- "shape": "S72"
13134
+ "shape": "S73"
13135
13135
  },
13136
13136
  "ContainerArguments": {
13137
13137
  "type": "list",
@@ -13139,12 +13139,12 @@
13139
13139
  }
13140
13140
  }
13141
13141
  },
13142
- "Skr": {
13142
+ "Sks": {
13143
13143
  "type": "map",
13144
13144
  "key": {},
13145
13145
  "value": {}
13146
13146
  },
13147
- "Sks": {
13147
+ "Skt": {
13148
13148
  "type": "structure",
13149
13149
  "members": {
13150
13150
  "ExperimentName": {},
@@ -13152,7 +13152,7 @@
13152
13152
  "TrialComponentDisplayName": {}
13153
13153
  }
13154
13154
  },
13155
- "Skx": {
13155
+ "Sky": {
13156
13156
  "type": "structure",
13157
13157
  "required": [
13158
13158
  "ProductId"
@@ -13162,11 +13162,11 @@
13162
13162
  "ProvisioningArtifactId": {},
13163
13163
  "PathId": {},
13164
13164
  "ProvisioningParameters": {
13165
- "shape": "Skz"
13165
+ "shape": "Sl0"
13166
13166
  }
13167
13167
  }
13168
13168
  },
13169
- "Skz": {
13169
+ "Sl0": {
13170
13170
  "type": "list",
13171
13171
  "member": {
13172
13172
  "type": "structure",
@@ -13176,7 +13176,7 @@
13176
13176
  }
13177
13177
  }
13178
13178
  },
13179
- "Sld": {
13179
+ "Sle": {
13180
13180
  "type": "structure",
13181
13181
  "required": [
13182
13182
  "TrainingInputMode"
@@ -13201,7 +13201,7 @@
13201
13201
  }
13202
13202
  }
13203
13203
  },
13204
- "Sli": {
13204
+ "Slj": {
13205
13205
  "type": "structure",
13206
13206
  "required": [
13207
13207
  "S3OutputPath"
@@ -13230,7 +13230,7 @@
13230
13230
  }
13231
13231
  }
13232
13232
  },
13233
- "Slq": {
13233
+ "Slr": {
13234
13234
  "type": "list",
13235
13235
  "member": {
13236
13236
  "type": "structure",
@@ -13248,17 +13248,17 @@
13248
13248
  "type": "integer"
13249
13249
  },
13250
13250
  "RuleParameters": {
13251
- "shape": "Slt"
13251
+ "shape": "Slu"
13252
13252
  }
13253
13253
  }
13254
13254
  }
13255
13255
  },
13256
- "Slt": {
13256
+ "Slu": {
13257
13257
  "type": "map",
13258
13258
  "key": {},
13259
13259
  "value": {}
13260
13260
  },
13261
- "Slu": {
13261
+ "Slv": {
13262
13262
  "type": "structure",
13263
13263
  "required": [
13264
13264
  "S3OutputPath"
@@ -13268,7 +13268,7 @@
13268
13268
  "S3OutputPath": {}
13269
13269
  }
13270
13270
  },
13271
- "Slv": {
13271
+ "Slw": {
13272
13272
  "type": "structure",
13273
13273
  "required": [
13274
13274
  "S3OutputPath"
@@ -13279,16 +13279,16 @@
13279
13279
  "type": "long"
13280
13280
  },
13281
13281
  "ProfilingParameters": {
13282
- "shape": "Slx"
13282
+ "shape": "Sly"
13283
13283
  }
13284
13284
  }
13285
13285
  },
13286
- "Slx": {
13286
+ "Sly": {
13287
13287
  "type": "map",
13288
13288
  "key": {},
13289
13289
  "value": {}
13290
13290
  },
13291
- "Sly": {
13291
+ "Slz": {
13292
13292
  "type": "list",
13293
13293
  "member": {
13294
13294
  "type": "structure",
@@ -13306,17 +13306,17 @@
13306
13306
  "type": "integer"
13307
13307
  },
13308
13308
  "RuleParameters": {
13309
- "shape": "Slt"
13309
+ "shape": "Slu"
13310
13310
  }
13311
13311
  }
13312
13312
  }
13313
13313
  },
13314
- "Sm0": {
13314
+ "Sm1": {
13315
13315
  "type": "map",
13316
13316
  "key": {},
13317
13317
  "value": {}
13318
13318
  },
13319
- "Sm7": {
13319
+ "Sm8": {
13320
13320
  "type": "structure",
13321
13321
  "members": {
13322
13322
  "InvocationsTimeoutInSeconds": {
@@ -13327,7 +13327,7 @@
13327
13327
  }
13328
13328
  }
13329
13329
  },
13330
- "Sma": {
13330
+ "Smb": {
13331
13331
  "type": "structure",
13332
13332
  "required": [
13333
13333
  "DestinationS3Uri"
@@ -13340,7 +13340,7 @@
13340
13340
  }
13341
13341
  }
13342
13342
  },
13343
- "Smb": {
13343
+ "Smc": {
13344
13344
  "type": "structure",
13345
13345
  "members": {
13346
13346
  "InputFilter": {},
@@ -13348,14 +13348,14 @@
13348
13348
  "JoinSource": {}
13349
13349
  }
13350
13350
  },
13351
- "Smj": {
13351
+ "Smk": {
13352
13352
  "type": "structure",
13353
13353
  "members": {
13354
13354
  "PrimaryStatus": {},
13355
13355
  "Message": {}
13356
13356
  }
13357
13357
  },
13358
- "Smn": {
13358
+ "Smo": {
13359
13359
  "type": "map",
13360
13360
  "key": {},
13361
13361
  "value": {
@@ -13368,7 +13368,7 @@
13368
13368
  }
13369
13369
  }
13370
13370
  },
13371
- "Smr": {
13371
+ "Sms": {
13372
13372
  "type": "map",
13373
13373
  "key": {},
13374
13374
  "value": {
@@ -13382,7 +13382,7 @@
13382
13382
  }
13383
13383
  }
13384
13384
  },
13385
- "Sn2": {
13385
+ "Sn3": {
13386
13386
  "type": "structure",
13387
13387
  "required": [
13388
13388
  "UserPool",
@@ -13393,7 +13393,7 @@
13393
13393
  "ClientId": {}
13394
13394
  }
13395
13395
  },
13396
- "Sn5": {
13396
+ "Sn6": {
13397
13397
  "type": "structure",
13398
13398
  "required": [
13399
13399
  "ClientId",
@@ -13419,7 +13419,7 @@
13419
13419
  "JwksUri": {}
13420
13420
  }
13421
13421
  },
13422
- "Sn8": {
13422
+ "Sn9": {
13423
13423
  "type": "structure",
13424
13424
  "required": [
13425
13425
  "Cidrs"
@@ -13431,27 +13431,27 @@
13431
13431
  }
13432
13432
  }
13433
13433
  },
13434
- "Snc": {
13434
+ "Snd": {
13435
13435
  "type": "structure",
13436
13436
  "members": {
13437
13437
  "VpcId": {},
13438
13438
  "SecurityGroupIds": {
13439
- "shape": "Sne"
13439
+ "shape": "Snf"
13440
13440
  },
13441
13441
  "Subnets": {
13442
- "shape": "Sng"
13442
+ "shape": "Snh"
13443
13443
  }
13444
13444
  }
13445
13445
  },
13446
- "Sne": {
13446
+ "Snf": {
13447
13447
  "type": "list",
13448
13448
  "member": {}
13449
13449
  },
13450
- "Sng": {
13450
+ "Snh": {
13451
13451
  "type": "list",
13452
13452
  "member": {}
13453
13453
  },
13454
- "Snm": {
13454
+ "Snn": {
13455
13455
  "type": "list",
13456
13456
  "member": {
13457
13457
  "type": "structure",
@@ -13484,13 +13484,13 @@
13484
13484
  }
13485
13485
  }
13486
13486
  },
13487
- "Snu": {
13487
+ "Snv": {
13488
13488
  "type": "structure",
13489
13489
  "members": {
13490
13490
  "NotificationTopicArn": {}
13491
13491
  }
13492
13492
  },
13493
- "Spo": {
13493
+ "Spp": {
13494
13494
  "type": "structure",
13495
13495
  "members": {
13496
13496
  "UserProfileArn": {},
@@ -13498,7 +13498,7 @@
13498
13498
  "DomainId": {}
13499
13499
  }
13500
13500
  },
13501
- "Spu": {
13501
+ "Spv": {
13502
13502
  "type": "list",
13503
13503
  "member": {
13504
13504
  "type": "structure",
@@ -13513,7 +13513,7 @@
13513
13513
  }
13514
13514
  }
13515
13515
  },
13516
- "Sq8": {
13516
+ "Sq9": {
13517
13517
  "type": "list",
13518
13518
  "member": {
13519
13519
  "type": "structure",
@@ -13522,7 +13522,7 @@
13522
13522
  }
13523
13523
  }
13524
13524
  },
13525
- "Sqa": {
13525
+ "Sqb": {
13526
13526
  "type": "structure",
13527
13527
  "required": [
13528
13528
  "CandidateName",
@@ -13624,7 +13624,7 @@
13624
13624
  }
13625
13625
  }
13626
13626
  },
13627
- "Srb": {
13627
+ "Src": {
13628
13628
  "type": "structure",
13629
13629
  "required": [
13630
13630
  "S3ModelArtifacts"
@@ -13633,7 +13633,7 @@
13633
13633
  "S3ModelArtifacts": {}
13634
13634
  }
13635
13635
  },
13636
- "Sse": {
13636
+ "Ssf": {
13637
13637
  "type": "list",
13638
13638
  "member": {
13639
13639
  "type": "structure",
@@ -13643,7 +13643,7 @@
13643
13643
  "members": {
13644
13644
  "VariantName": {},
13645
13645
  "DeployedImages": {
13646
- "shape": "Ssg"
13646
+ "shape": "Ssh"
13647
13647
  },
13648
13648
  "CurrentWeight": {
13649
13649
  "type": "float"
@@ -13658,18 +13658,18 @@
13658
13658
  "type": "integer"
13659
13659
  },
13660
13660
  "VariantStatus": {
13661
- "shape": "Ssj"
13661
+ "shape": "Ssk"
13662
13662
  },
13663
13663
  "CurrentServerlessConfig": {
13664
- "shape": "Sab"
13664
+ "shape": "Sac"
13665
13665
  },
13666
13666
  "DesiredServerlessConfig": {
13667
- "shape": "Sab"
13667
+ "shape": "Sac"
13668
13668
  }
13669
13669
  }
13670
13670
  }
13671
13671
  },
13672
- "Ssg": {
13672
+ "Ssh": {
13673
13673
  "type": "list",
13674
13674
  "member": {
13675
13675
  "type": "structure",
@@ -13682,7 +13682,7 @@
13682
13682
  }
13683
13683
  }
13684
13684
  },
13685
- "Ssj": {
13685
+ "Ssk": {
13686
13686
  "type": "list",
13687
13687
  "member": {
13688
13688
  "type": "structure",
@@ -13698,7 +13698,7 @@
13698
13698
  }
13699
13699
  }
13700
13700
  },
13701
- "Ssn": {
13701
+ "Sso": {
13702
13702
  "type": "structure",
13703
13703
  "required": [
13704
13704
  "EnableCapture",
@@ -13719,7 +13719,7 @@
13719
13719
  "KmsKeyId": {}
13720
13720
  }
13721
13721
  },
13722
- "Ssx": {
13722
+ "Ssy": {
13723
13723
  "type": "structure",
13724
13724
  "required": [
13725
13725
  "SourceArn"
@@ -13729,7 +13729,7 @@
13729
13729
  "SourceType": {}
13730
13730
  }
13731
13731
  },
13732
- "St3": {
13732
+ "St4": {
13733
13733
  "type": "structure",
13734
13734
  "required": [
13735
13735
  "Status"
@@ -13739,7 +13739,7 @@
13739
13739
  "BlockedReason": {}
13740
13740
  }
13741
13741
  },
13742
- "St6": {
13742
+ "St7": {
13743
13743
  "type": "structure",
13744
13744
  "required": [
13745
13745
  "Status"
@@ -13749,20 +13749,20 @@
13749
13749
  "FailureReason": {}
13750
13750
  }
13751
13751
  },
13752
- "Stc": {
13752
+ "Std": {
13753
13753
  "type": "list",
13754
13754
  "member": {
13755
- "shape": "Std"
13755
+ "shape": "Ste"
13756
13756
  }
13757
13757
  },
13758
- "Std": {
13758
+ "Ste": {
13759
13759
  "type": "structure",
13760
13760
  "members": {
13761
13761
  "Key": {},
13762
13762
  "Value": {}
13763
13763
  }
13764
13764
  },
13765
- "Sts": {
13765
+ "Stt": {
13766
13766
  "type": "structure",
13767
13767
  "members": {
13768
13768
  "Completed": {
@@ -13782,7 +13782,7 @@
13782
13782
  }
13783
13783
  }
13784
13784
  },
13785
- "Stu": {
13785
+ "Stv": {
13786
13786
  "type": "structure",
13787
13787
  "members": {
13788
13788
  "Succeeded": {
@@ -13796,7 +13796,7 @@
13796
13796
  }
13797
13797
  }
13798
13798
  },
13799
- "Stw": {
13799
+ "Stx": {
13800
13800
  "type": "structure",
13801
13801
  "required": [
13802
13802
  "TrainingJobName",
@@ -13841,7 +13841,7 @@
13841
13841
  "ObjectiveStatus": {}
13842
13842
  }
13843
13843
  },
13844
- "Sub": {
13844
+ "Suc": {
13845
13845
  "type": "structure",
13846
13846
  "required": [
13847
13847
  "CostPerHour",
@@ -13864,7 +13864,7 @@
13864
13864
  }
13865
13865
  }
13866
13866
  },
13867
- "Suc": {
13867
+ "Sud": {
13868
13868
  "type": "structure",
13869
13869
  "required": [
13870
13870
  "EndpointName",
@@ -13881,7 +13881,7 @@
13881
13881
  }
13882
13882
  }
13883
13883
  },
13884
- "Sud": {
13884
+ "Sue": {
13885
13885
  "type": "structure",
13886
13886
  "members": {
13887
13887
  "InferenceSpecificationName": {},
@@ -13903,7 +13903,7 @@
13903
13903
  }
13904
13904
  }
13905
13905
  },
13906
- "Sum": {
13906
+ "Sun": {
13907
13907
  "type": "structure",
13908
13908
  "members": {
13909
13909
  "TotalLabeled": {
@@ -13923,7 +13923,7 @@
13923
13923
  }
13924
13924
  }
13925
13925
  },
13926
- "Sup": {
13926
+ "Suq": {
13927
13927
  "type": "structure",
13928
13928
  "required": [
13929
13929
  "OutputDatasetS3Uri"
@@ -13933,21 +13933,21 @@
13933
13933
  "FinalActiveLearningModelArn": {}
13934
13934
  }
13935
13935
  },
13936
- "Sv0": {
13936
+ "Sv1": {
13937
13937
  "type": "structure",
13938
13938
  "required": [
13939
13939
  "ValidationStatuses"
13940
13940
  ],
13941
13941
  "members": {
13942
13942
  "ValidationStatuses": {
13943
- "shape": "Sv1"
13943
+ "shape": "Sv2"
13944
13944
  },
13945
13945
  "ImageScanStatuses": {
13946
- "shape": "Sv1"
13946
+ "shape": "Sv2"
13947
13947
  }
13948
13948
  }
13949
13949
  },
13950
- "Sv1": {
13950
+ "Sv2": {
13951
13951
  "type": "list",
13952
13952
  "member": {
13953
13953
  "type": "structure",
@@ -13962,7 +13962,7 @@
13962
13962
  }
13963
13963
  }
13964
13964
  },
13965
- "Svd": {
13965
+ "Sve": {
13966
13966
  "type": "structure",
13967
13967
  "required": [
13968
13968
  "MonitoringScheduleName",
@@ -13990,21 +13990,21 @@
13990
13990
  "MonitoringType": {}
13991
13991
  }
13992
13992
  },
13993
- "Svw": {
13993
+ "Svx": {
13994
13994
  "type": "structure",
13995
13995
  "members": {
13996
13996
  "ExperimentName": {},
13997
13997
  "TrialName": {}
13998
13998
  }
13999
13999
  },
14000
- "Sw4": {
14000
+ "Sw5": {
14001
14001
  "type": "structure",
14002
14002
  "members": {
14003
14003
  "ProvisionedProductId": {},
14004
14004
  "ProvisionedProductStatusMessage": {}
14005
14005
  }
14006
14006
  },
14007
- "Swb": {
14007
+ "Swc": {
14008
14008
  "type": "structure",
14009
14009
  "required": [
14010
14010
  "WorkteamArn"
@@ -14017,7 +14017,7 @@
14017
14017
  "ListingId": {}
14018
14018
  }
14019
14019
  },
14020
- "Swf": {
14020
+ "Swg": {
14021
14021
  "type": "list",
14022
14022
  "member": {
14023
14023
  "type": "structure",
@@ -14037,7 +14037,7 @@
14037
14037
  }
14038
14038
  }
14039
14039
  },
14040
- "Swi": {
14040
+ "Swj": {
14041
14041
  "type": "list",
14042
14042
  "member": {
14043
14043
  "type": "structure",
@@ -14052,7 +14052,7 @@
14052
14052
  }
14053
14053
  }
14054
14054
  },
14055
- "Swm": {
14055
+ "Swn": {
14056
14056
  "type": "list",
14057
14057
  "member": {
14058
14058
  "type": "structure",
@@ -14067,7 +14067,7 @@
14067
14067
  }
14068
14068
  }
14069
14069
  },
14070
- "Swt": {
14070
+ "Swu": {
14071
14071
  "type": "structure",
14072
14072
  "required": [
14073
14073
  "Status"
@@ -14080,7 +14080,7 @@
14080
14080
  "ReusedByJob": {}
14081
14081
  }
14082
14082
  },
14083
- "Sx1": {
14083
+ "Sx2": {
14084
14084
  "type": "structure",
14085
14085
  "required": [
14086
14086
  "SourceArn"
@@ -14090,7 +14090,7 @@
14090
14090
  "SourceType": {}
14091
14091
  }
14092
14092
  },
14093
- "Sx5": {
14093
+ "Sx6": {
14094
14094
  "type": "structure",
14095
14095
  "required": [
14096
14096
  "SourceArn"
@@ -14100,7 +14100,7 @@
14100
14100
  "SourceType": {}
14101
14101
  }
14102
14102
  },
14103
- "Sx7": {
14103
+ "Sx8": {
14104
14104
  "type": "list",
14105
14105
  "member": {
14106
14106
  "type": "structure",
@@ -14131,7 +14131,7 @@
14131
14131
  }
14132
14132
  }
14133
14133
  },
14134
- "Sxh": {
14134
+ "Sxi": {
14135
14135
  "type": "structure",
14136
14136
  "required": [
14137
14137
  "WorkforceName",
@@ -14144,11 +14144,11 @@
14144
14144
  "type": "timestamp"
14145
14145
  },
14146
14146
  "SourceIpConfig": {
14147
- "shape": "Sn8"
14147
+ "shape": "Sn9"
14148
14148
  },
14149
14149
  "SubDomain": {},
14150
14150
  "CognitoConfig": {
14151
- "shape": "Sn2"
14151
+ "shape": "Sn3"
14152
14152
  },
14153
14153
  "OidcConfig": {
14154
14154
  "type": "structure",
@@ -14175,10 +14175,10 @@
14175
14175
  "members": {
14176
14176
  "VpcId": {},
14177
14177
  "SecurityGroupIds": {
14178
- "shape": "Sne"
14178
+ "shape": "Snf"
14179
14179
  },
14180
14180
  "Subnets": {
14181
- "shape": "Sng"
14181
+ "shape": "Snh"
14182
14182
  },
14183
14183
  "VpcEndpointId": {}
14184
14184
  }
@@ -14187,7 +14187,7 @@
14187
14187
  "FailureReason": {}
14188
14188
  }
14189
14189
  },
14190
- "Sxp": {
14190
+ "Sxq": {
14191
14191
  "type": "structure",
14192
14192
  "required": [
14193
14193
  "WorkteamName",
@@ -14198,7 +14198,7 @@
14198
14198
  "members": {
14199
14199
  "WorkteamName": {},
14200
14200
  "MemberDefinitions": {
14201
- "shape": "Snm"
14201
+ "shape": "Snn"
14202
14202
  },
14203
14203
  "WorkteamArn": {},
14204
14204
  "WorkforceArn": {},
@@ -14215,11 +14215,11 @@
14215
14215
  "type": "timestamp"
14216
14216
  },
14217
14217
  "NotificationConfiguration": {
14218
- "shape": "Snu"
14218
+ "shape": "Snv"
14219
14219
  }
14220
14220
  }
14221
14221
  },
14222
- "S10i": {
14222
+ "S10j": {
14223
14223
  "type": "list",
14224
14224
  "member": {
14225
14225
  "type": "structure",
@@ -14239,7 +14239,7 @@
14239
14239
  }
14240
14240
  }
14241
14241
  },
14242
- "S15p": {
14242
+ "S15q": {
14243
14243
  "type": "list",
14244
14244
  "member": {
14245
14245
  "type": "structure",
@@ -14253,7 +14253,7 @@
14253
14253
  }
14254
14254
  }
14255
14255
  },
14256
- "S164": {
14256
+ "S165": {
14257
14257
  "type": "list",
14258
14258
  "member": {
14259
14259
  "type": "structure",
@@ -14267,7 +14267,7 @@
14267
14267
  }
14268
14268
  }
14269
14269
  },
14270
- "S18l": {
14270
+ "S18m": {
14271
14271
  "type": "list",
14272
14272
  "member": {
14273
14273
  "type": "structure",
@@ -14281,11 +14281,11 @@
14281
14281
  }
14282
14282
  }
14283
14283
  },
14284
- "S18w": {
14284
+ "S18x": {
14285
14285
  "type": "structure",
14286
14286
  "members": {
14287
14287
  "Filters": {
14288
- "shape": "S18x"
14288
+ "shape": "S18y"
14289
14289
  },
14290
14290
  "NestedFilters": {
14291
14291
  "type": "list",
@@ -14298,7 +14298,7 @@
14298
14298
  "members": {
14299
14299
  "NestedPropertyName": {},
14300
14300
  "Filters": {
14301
- "shape": "S18x"
14301
+ "shape": "S18y"
14302
14302
  }
14303
14303
  }
14304
14304
  }
@@ -14306,13 +14306,13 @@
14306
14306
  "SubExpressions": {
14307
14307
  "type": "list",
14308
14308
  "member": {
14309
- "shape": "S18w"
14309
+ "shape": "S18x"
14310
14310
  }
14311
14311
  },
14312
14312
  "Operator": {}
14313
14313
  }
14314
14314
  },
14315
- "S18x": {
14315
+ "S18y": {
14316
14316
  "type": "list",
14317
14317
  "member": {
14318
14318
  "type": "structure",
@@ -14326,7 +14326,7 @@
14326
14326
  }
14327
14327
  }
14328
14328
  },
14329
- "S199": {
14329
+ "S19a": {
14330
14330
  "type": "structure",
14331
14331
  "members": {
14332
14332
  "TrainingJobName": {},
@@ -14335,7 +14335,7 @@
14335
14335
  "LabelingJobArn": {},
14336
14336
  "AutoMLJobArn": {},
14337
14337
  "ModelArtifacts": {
14338
- "shape": "Srb"
14338
+ "shape": "Src"
14339
14339
  },
14340
14340
  "TrainingJobStatus": {},
14341
14341
  "SecondaryStatus": {},
@@ -14344,7 +14344,7 @@
14344
14344
  "shape": "S2t"
14345
14345
  },
14346
14346
  "AlgorithmSpecification": {
14347
- "shape": "Sld"
14347
+ "shape": "Sle"
14348
14348
  },
14349
14349
  "RoleArn": {},
14350
14350
  "InputDataConfig": {
@@ -14375,10 +14375,10 @@
14375
14375
  "type": "timestamp"
14376
14376
  },
14377
14377
  "SecondaryStatusTransitions": {
14378
- "shape": "Swf"
14378
+ "shape": "Swg"
14379
14379
  },
14380
14380
  "FinalMetricDataList": {
14381
- "shape": "Swi"
14381
+ "shape": "Swj"
14382
14382
  },
14383
14383
  "EnableNetworkIsolation": {
14384
14384
  "type": "boolean"
@@ -14390,7 +14390,7 @@
14390
14390
  "type": "boolean"
14391
14391
  },
14392
14392
  "CheckpointConfig": {
14393
- "shape": "Sdx"
14393
+ "shape": "Sdy"
14394
14394
  },
14395
14395
  "TrainingTimeInSeconds": {
14396
14396
  "type": "integer"
@@ -14399,36 +14399,36 @@
14399
14399
  "type": "integer"
14400
14400
  },
14401
14401
  "DebugHookConfig": {
14402
- "shape": "Sli"
14402
+ "shape": "Slj"
14403
14403
  },
14404
14404
  "ExperimentConfig": {
14405
- "shape": "Sks"
14405
+ "shape": "Skt"
14406
14406
  },
14407
14407
  "DebugRuleConfigurations": {
14408
- "shape": "Slq"
14408
+ "shape": "Slr"
14409
14409
  },
14410
14410
  "TensorBoardOutputConfig": {
14411
- "shape": "Slu"
14411
+ "shape": "Slv"
14412
14412
  },
14413
14413
  "DebugRuleEvaluationStatuses": {
14414
- "shape": "Swm"
14414
+ "shape": "Swn"
14415
14415
  },
14416
14416
  "Environment": {
14417
- "shape": "Sm0"
14417
+ "shape": "Sm1"
14418
14418
  },
14419
14419
  "RetryStrategy": {
14420
- "shape": "Sdy"
14420
+ "shape": "Sdz"
14421
14421
  },
14422
14422
  "Tags": {
14423
14423
  "shape": "S7"
14424
14424
  }
14425
14425
  }
14426
14426
  },
14427
- "S1aj": {
14427
+ "S1ak": {
14428
14428
  "type": "list",
14429
14429
  "member": {}
14430
14430
  },
14431
- "S1cd": {
14431
+ "S1ce": {
14432
14432
  "type": "list",
14433
14433
  "member": {}
14434
14434
  }