@pgarbe/cdk-ecr-sync 0.5.27 → 0.5.30

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 (281) hide show
  1. package/.jsii +5 -5
  2. package/.projenrc.ts +5 -0
  3. package/API.md +106 -50
  4. package/CHANGELOG.md +1 -1
  5. package/lib/ecr-sync.d.ts +1 -0
  6. package/lib/ecr-sync.d.ts.map +1 -0
  7. package/lib/ecr-sync.js +1 -1
  8. package/lib/image.d.ts +1 -0
  9. package/lib/image.d.ts.map +1 -0
  10. package/lib/index.d.ts +1 -0
  11. package/lib/index.d.ts.map +1 -0
  12. package/lib/lambda/docker-adapter.d.ts +1 -0
  13. package/lib/lambda/docker-adapter.d.ts.map +1 -0
  14. package/lib/lambda/ecr-adapter.d.ts +1 -0
  15. package/lib/lambda/ecr-adapter.d.ts.map +1 -0
  16. package/lib/lambda/get-image-tags-handler.d.ts +1 -0
  17. package/lib/lambda/get-image-tags-handler.d.ts.map +1 -0
  18. package/node_modules/aws-sdk/CHANGELOG.md +153 -1
  19. package/node_modules/aws-sdk/README.md +1 -1
  20. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  21. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  22. package/node_modules/aws-sdk/apis/backup-2018-11-15.min.json +30 -0
  23. package/node_modules/aws-sdk/apis/backup-2018-11-15.paginators.json +22 -11
  24. package/node_modules/aws-sdk/apis/braket-2019-09-01.min.json +30 -27
  25. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.examples.json +5 -0
  26. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +330 -0
  27. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +9 -0
  28. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.paginators.json +4 -2
  29. package/node_modules/aws-sdk/apis/cloudcontrol-2021-09-30.waiters2.json +23 -27
  30. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  31. package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +42 -28
  32. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +19 -2
  33. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.min.json +15 -8
  34. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  35. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +162 -9
  36. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +9 -0
  37. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +82 -75
  38. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  39. package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +67 -32
  40. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  41. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  42. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +988 -853
  43. package/node_modules/aws-sdk/apis/ec2-2016-11-15.waiters2.json +18 -0
  44. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  45. package/node_modules/aws-sdk/apis/elasticmapreduce-2009-03-31.min.json +47 -35
  46. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  47. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  48. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  49. package/node_modules/aws-sdk/apis/evidently-2021-02-01.min.json +1 -0
  50. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +316 -61
  51. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  52. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  53. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  54. package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +1858 -495
  55. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +92 -15
  56. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  57. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +74 -68
  58. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  59. package/node_modules/aws-sdk/apis/iotsecuretunneling-2018-10-05.min.json +28 -0
  60. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  61. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +401 -80
  62. package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.paginators.json +5 -0
  63. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.examples.json +5 -0
  64. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +443 -0
  65. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.paginators.json +9 -0
  66. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +153 -84
  67. package/node_modules/aws-sdk/apis/kendra-2019-02-03.paginators.json +20 -0
  68. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.min.json +64 -0
  69. package/node_modules/aws-sdk/apis/kinesis-video-archived-media-2017-09-30.paginators.json +6 -0
  70. package/node_modules/aws-sdk/apis/kinesisvideo-2017-09-30.min.json +145 -8
  71. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +199 -125
  72. package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +17 -12
  73. package/node_modules/aws-sdk/apis/location-2020-11-19.paginators.json +1 -0
  74. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +274 -12
  75. package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
  76. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +84 -55
  77. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +213 -120
  78. package/node_modules/aws-sdk/apis/metadata.json +11 -0
  79. package/node_modules/aws-sdk/apis/mq-2017-11-27.min.json +22 -7
  80. package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +139 -53
  81. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  82. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +56 -0
  83. package/node_modules/aws-sdk/apis/outposts-2019-12-03.paginators.json +10 -0
  84. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  85. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  86. package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +20 -7
  87. package/node_modules/aws-sdk/apis/rds-data-2018-08-01.min.json +4 -1
  88. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
  89. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +247 -111
  90. package/node_modules/aws-sdk/apis/resiliencehub-2020-04-30.min.json +125 -74
  91. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +124 -124
  92. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +749 -692
  93. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.examples.json +3 -3
  94. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +20 -18
  95. package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +160 -139
  96. package/node_modules/aws-sdk/apis/ssm-contacts-2021-05-03.examples.json +1 -1
  97. package/node_modules/aws-sdk/apis/ssm-incidents-2018-05-10.min.json +48 -37
  98. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +8 -3
  99. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  100. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  101. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +6 -0
  102. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  103. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +196 -130
  104. package/node_modules/aws-sdk/apis/workspaces-web-2020-07-08.min.json +107 -36
  105. package/node_modules/aws-sdk/clients/all.d.ts +3 -0
  106. package/node_modules/aws-sdk/clients/all.js +4 -1
  107. package/node_modules/aws-sdk/clients/amplify.d.ts +5 -5
  108. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  109. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  110. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  111. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  112. package/node_modules/aws-sdk/clients/auditmanager.d.ts +4 -4
  113. package/node_modules/aws-sdk/clients/backup.d.ts +25 -1
  114. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  115. package/node_modules/aws-sdk/clients/braket.d.ts +7 -2
  116. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +348 -0
  117. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.js +18 -0
  118. package/node_modules/aws-sdk/clients/cloudcontrol.d.ts +3 -3
  119. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  120. package/node_modules/aws-sdk/clients/cloudfront.d.ts +15 -0
  121. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +17 -17
  122. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  123. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +18 -5
  124. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  125. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  126. package/node_modules/aws-sdk/clients/computeoptimizer.d.ts +3 -3
  127. package/node_modules/aws-sdk/clients/connect.d.ts +200 -9
  128. package/node_modules/aws-sdk/clients/datasync.d.ts +48 -17
  129. package/node_modules/aws-sdk/clients/discovery.d.ts +63 -26
  130. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  131. package/node_modules/aws-sdk/clients/ec2.d.ts +236 -56
  132. package/node_modules/aws-sdk/clients/eks.d.ts +13 -13
  133. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  134. package/node_modules/aws-sdk/clients/emr.d.ts +24 -0
  135. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  136. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  137. package/node_modules/aws-sdk/clients/eventbridge.js +1 -0
  138. package/node_modules/aws-sdk/clients/evidently.d.ts +8 -4
  139. package/node_modules/aws-sdk/clients/forecastservice.d.ts +391 -18
  140. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  141. package/node_modules/aws-sdk/clients/gamelift.d.ts +67 -67
  142. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  143. package/node_modules/aws-sdk/clients/glue.d.ts +2082 -217
  144. package/node_modules/aws-sdk/clients/grafana.d.ts +72 -1
  145. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  146. package/node_modules/aws-sdk/clients/guardduty.d.ts +6 -3
  147. package/node_modules/aws-sdk/clients/iot.d.ts +12 -9
  148. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  149. package/node_modules/aws-sdk/clients/iotsecuretunneling.d.ts +52 -18
  150. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  151. package/node_modules/aws-sdk/clients/iotwireless.d.ts +356 -25
  152. package/node_modules/aws-sdk/clients/ivschat.d.ts +523 -0
  153. package/node_modules/aws-sdk/clients/ivschat.js +18 -0
  154. package/node_modules/aws-sdk/clients/kendra.d.ts +99 -14
  155. package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +177 -10
  156. package/node_modules/aws-sdk/clients/kinesisvideoarchivedmedia.d.ts +94 -0
  157. package/node_modules/aws-sdk/clients/kms.d.ts +22 -22
  158. package/node_modules/aws-sdk/clients/lambda.d.ts +4 -4
  159. package/node_modules/aws-sdk/clients/lightsail.d.ts +162 -47
  160. package/node_modules/aws-sdk/clients/location.d.ts +20 -16
  161. package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +295 -9
  162. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +58 -4
  163. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +104 -8
  164. package/node_modules/aws-sdk/clients/mediapackage.d.ts +4 -4
  165. package/node_modules/aws-sdk/clients/mq.d.ts +16 -1
  166. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +151 -21
  167. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  168. package/node_modules/aws-sdk/clients/organizations.d.ts +5 -5
  169. package/node_modules/aws-sdk/clients/outposts.d.ts +79 -22
  170. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  171. package/node_modules/aws-sdk/clients/pricing.d.ts +3 -3
  172. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  173. package/node_modules/aws-sdk/clients/rds.d.ts +37 -1
  174. package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +22 -7
  175. package/node_modules/aws-sdk/clients/redshift.d.ts +16 -12
  176. package/node_modules/aws-sdk/clients/rekognition.d.ts +209 -53
  177. package/node_modules/aws-sdk/clients/resiliencehub.d.ts +138 -58
  178. package/node_modules/aws-sdk/clients/s3.d.ts +8 -8
  179. package/node_modules/aws-sdk/clients/sagemaker.d.ts +273 -194
  180. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +9 -9
  181. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -6
  182. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +4 -4
  183. package/node_modules/aws-sdk/clients/ssm.d.ts +29 -1
  184. package/node_modules/aws-sdk/clients/ssmcontacts.d.ts +2 -2
  185. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +19 -6
  186. package/node_modules/aws-sdk/clients/sts.d.ts +2 -2
  187. package/node_modules/aws-sdk/clients/synthetics.d.ts +7 -3
  188. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  189. package/node_modules/aws-sdk/clients/transfer.d.ts +7 -2
  190. package/node_modules/aws-sdk/clients/voiceid.d.ts +9 -1
  191. package/node_modules/aws-sdk/clients/wafv2.d.ts +104 -27
  192. package/node_modules/aws-sdk/clients/workspacesweb.d.ts +38 -4
  193. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +702 -233
  194. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2644 -1816
  195. package/node_modules/aws-sdk/dist/aws-sdk.js +3131 -1600
  196. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -89
  197. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +6 -0
  198. package/node_modules/aws-sdk/lib/core.js +1 -1
  199. package/node_modules/aws-sdk/lib/services/eventbridge.js +19 -0
  200. package/node_modules/aws-sdk/lib/services/s3util.js +6 -1
  201. package/node_modules/aws-sdk/package.json +2 -2
  202. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  203. package/node_modules/jszip/CHANGES.md +5 -0
  204. package/node_modules/jszip/README.markdown +1 -3
  205. package/node_modules/jszip/dist/jszip.js +194 -13
  206. package/node_modules/jszip/dist/jszip.min.js +4 -4
  207. package/node_modules/jszip/index.d.ts +1 -1
  208. package/node_modules/jszip/lib/index.js +1 -1
  209. package/node_modules/jszip/lib/license_header.js +2 -2
  210. package/node_modules/jszip/lib/utils.js +1 -1
  211. package/node_modules/jszip/package.json +2 -2
  212. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  213. package/node_modules/setimmediate/LICENSE.txt +20 -0
  214. package/node_modules/setimmediate/package.json +30 -0
  215. package/node_modules/setimmediate/setImmediate.js +186 -0
  216. package/node_modules/uuid/CHANGELOG.md +132 -44
  217. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  218. package/node_modules/uuid/LICENSE.md +1 -1
  219. package/node_modules/uuid/README.md +298 -152
  220. package/node_modules/uuid/dist/bin/uuid +2 -0
  221. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  222. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  223. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  224. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  225. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  226. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  227. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  228. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  229. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  230. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  231. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  232. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  233. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  234. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  235. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  236. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  237. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  238. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  239. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  240. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  241. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  242. package/node_modules/uuid/dist/index.js +39 -0
  243. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  244. package/node_modules/uuid/dist/md5.js +23 -0
  245. package/node_modules/uuid/dist/rng-browser.js +21 -0
  246. package/node_modules/uuid/dist/rng.js +14 -0
  247. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  248. package/node_modules/uuid/dist/sha1.js +23 -0
  249. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  250. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  251. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  252. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  253. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  254. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  255. package/node_modules/uuid/dist/v1.js +107 -0
  256. package/node_modules/uuid/dist/v3.js +16 -0
  257. package/node_modules/uuid/dist/v35.js +69 -0
  258. package/node_modules/uuid/dist/v4.js +40 -0
  259. package/node_modules/uuid/dist/v5.js +16 -0
  260. package/node_modules/uuid/package.json +92 -19
  261. package/node_modules/uuid/wrapper.mjs +5 -0
  262. package/package.json +17 -14
  263. package/releasetag.txt +1 -1
  264. package/version.txt +1 -1
  265. package/node_modules/set-immediate-shim/index.js +0 -7
  266. package/node_modules/set-immediate-shim/package.json +0 -34
  267. package/node_modules/set-immediate-shim/readme.md +0 -31
  268. package/node_modules/uuid/.eslintrc.json +0 -47
  269. package/node_modules/uuid/AUTHORS +0 -5
  270. package/node_modules/uuid/README_js.md +0 -280
  271. package/node_modules/uuid/bin/uuid +0 -65
  272. package/node_modules/uuid/index.js +0 -8
  273. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  274. package/node_modules/uuid/lib/md5.js +0 -25
  275. package/node_modules/uuid/lib/rng-browser.js +0 -34
  276. package/node_modules/uuid/lib/rng.js +0 -8
  277. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  278. package/node_modules/uuid/lib/sha1.js +0 -25
  279. package/node_modules/uuid/v3.js +0 -4
  280. package/node_modules/uuid/v4.js +0 -29
  281. package/node_modules/uuid/v5.js +0 -3
@@ -311,14 +311,14 @@
311
311
  "shape": "S51"
312
312
  },
313
313
  "OutputDataConfig": {
314
- "shape": "S57"
314
+ "shape": "S58"
315
315
  },
316
316
  "ProblemType": {},
317
317
  "AutoMLJobObjective": {
318
- "shape": "S59"
318
+ "shape": "S5a"
319
319
  },
320
320
  "AutoMLJobConfig": {
321
- "shape": "S5b"
321
+ "shape": "S5c"
322
322
  },
323
323
  "RoleArn": {},
324
324
  "GenerateCandidateDefinitionsOnly": {
@@ -328,7 +328,7 @@
328
328
  "shape": "S7"
329
329
  },
330
330
  "ModelDeployConfig": {
331
- "shape": "S5n"
331
+ "shape": "S5r"
332
332
  }
333
333
  }
334
334
  },
@@ -352,7 +352,7 @@
352
352
  "members": {
353
353
  "CodeRepositoryName": {},
354
354
  "GitConfig": {
355
- "shape": "S5t"
355
+ "shape": "S5x"
356
356
  },
357
357
  "Tags": {
358
358
  "shape": "S7"
@@ -383,13 +383,13 @@
383
383
  "RoleArn": {},
384
384
  "ModelPackageVersionArn": {},
385
385
  "InputConfig": {
386
- "shape": "S60"
386
+ "shape": "S64"
387
387
  },
388
388
  "OutputConfig": {
389
- "shape": "S62"
389
+ "shape": "S66"
390
390
  },
391
391
  "VpcConfig": {
392
- "shape": "S69"
392
+ "shape": "S6d"
393
393
  },
394
394
  "StoppingCondition": {
395
395
  "shape": "S3h"
@@ -420,7 +420,7 @@
420
420
  "members": {
421
421
  "ContextName": {},
422
422
  "Source": {
423
- "shape": "S6h"
423
+ "shape": "S6l"
424
424
  },
425
425
  "ContextType": {},
426
426
  "Description": {},
@@ -453,26 +453,26 @@
453
453
  "members": {
454
454
  "JobDefinitionName": {},
455
455
  "DataQualityBaselineConfig": {
456
- "shape": "S6m"
456
+ "shape": "S6q"
457
457
  },
458
458
  "DataQualityAppSpecification": {
459
- "shape": "S6q"
459
+ "shape": "S6u"
460
460
  },
461
461
  "DataQualityJobInput": {
462
- "shape": "S6z"
462
+ "shape": "S73"
463
463
  },
464
464
  "DataQualityJobOutputConfig": {
465
- "shape": "S76"
465
+ "shape": "S7a"
466
466
  },
467
467
  "JobResources": {
468
- "shape": "S7c"
468
+ "shape": "S7g"
469
469
  },
470
470
  "NetworkConfig": {
471
- "shape": "S7h"
471
+ "shape": "S7l"
472
472
  },
473
473
  "RoleArn": {},
474
474
  "StoppingCondition": {
475
- "shape": "S7i"
475
+ "shape": "S7m"
476
476
  },
477
477
  "Tags": {
478
478
  "shape": "S7"
@@ -501,7 +501,7 @@
501
501
  "RoleArn": {},
502
502
  "Description": {},
503
503
  "OutputConfig": {
504
- "shape": "S7o"
504
+ "shape": "S7s"
505
505
  },
506
506
  "Tags": {
507
507
  "shape": "S7"
@@ -526,10 +526,10 @@
526
526
  "DomainName": {},
527
527
  "AuthMode": {},
528
528
  "DefaultUserSettings": {
529
- "shape": "S7u"
529
+ "shape": "S7y"
530
530
  },
531
531
  "SubnetIds": {
532
- "shape": "S5k"
532
+ "shape": "S5l"
533
533
  },
534
534
  "VpcId": {},
535
535
  "Tags": {
@@ -543,7 +543,7 @@
543
543
  "KmsKeyId": {},
544
544
  "AppSecurityGroupManagement": {},
545
545
  "DomainSettings": {
546
- "shape": "S8d"
546
+ "shape": "S8h"
547
547
  }
548
548
  }
549
549
  },
@@ -573,7 +573,7 @@
573
573
  "ModelVersion": {},
574
574
  "RoleArn": {},
575
575
  "OutputConfig": {
576
- "shape": "S7o"
576
+ "shape": "S7s"
577
577
  },
578
578
  "ResourceKey": {},
579
579
  "Tags": {
@@ -593,7 +593,7 @@
593
593
  "EndpointName": {},
594
594
  "EndpointConfigName": {},
595
595
  "DeploymentConfig": {
596
- "shape": "S8n"
596
+ "shape": "S8r"
597
597
  },
598
598
  "Tags": {
599
599
  "shape": "S7"
@@ -620,17 +620,17 @@
620
620
  "members": {
621
621
  "EndpointConfigName": {},
622
622
  "ProductionVariants": {
623
- "shape": "S94"
623
+ "shape": "S98"
624
624
  },
625
625
  "DataCaptureConfig": {
626
- "shape": "S9g"
626
+ "shape": "S9k"
627
627
  },
628
628
  "Tags": {
629
629
  "shape": "S7"
630
630
  },
631
631
  "KmsKeyId": {},
632
632
  "AsyncInferenceConfig": {
633
- "shape": "S9r"
633
+ "shape": "S9v"
634
634
  }
635
635
  }
636
636
  },
@@ -680,13 +680,13 @@
680
680
  "RecordIdentifierFeatureName": {},
681
681
  "EventTimeFeatureName": {},
682
682
  "FeatureDefinitions": {
683
- "shape": "Sa5"
683
+ "shape": "Sa9"
684
684
  },
685
685
  "OnlineStoreConfig": {
686
- "shape": "Sa8"
686
+ "shape": "Sac"
687
687
  },
688
688
  "OfflineStoreConfig": {
689
- "shape": "Saa"
689
+ "shape": "Sae"
690
690
  },
691
691
  "RoleArn": {},
692
692
  "Description": {},
@@ -717,16 +717,16 @@
717
717
  "members": {
718
718
  "FlowDefinitionName": {},
719
719
  "HumanLoopRequestSource": {
720
- "shape": "Sal"
720
+ "shape": "Sap"
721
721
  },
722
722
  "HumanLoopActivationConfig": {
723
- "shape": "San"
723
+ "shape": "Sar"
724
724
  },
725
725
  "HumanLoopConfig": {
726
- "shape": "Saq"
726
+ "shape": "Sau"
727
727
  },
728
728
  "OutputConfig": {
729
- "shape": "Sb5"
729
+ "shape": "Sb9"
730
730
  },
731
731
  "RoleArn": {},
732
732
  "Tags": {
@@ -754,7 +754,7 @@
754
754
  "members": {
755
755
  "HumanTaskUiName": {},
756
756
  "UiTemplate": {
757
- "shape": "Sba"
757
+ "shape": "Sbe"
758
758
  },
759
759
  "Tags": {
760
760
  "shape": "S7"
@@ -781,16 +781,16 @@
781
781
  "members": {
782
782
  "HyperParameterTuningJobName": {},
783
783
  "HyperParameterTuningJobConfig": {
784
- "shape": "Sbf"
784
+ "shape": "Sbj"
785
785
  },
786
786
  "TrainingJobDefinition": {
787
- "shape": "Sbw"
787
+ "shape": "Sc0"
788
788
  },
789
789
  "TrainingJobDefinitions": {
790
- "shape": "Sc4"
790
+ "shape": "Sc8"
791
791
  },
792
792
  "WarmStartConfig": {
793
- "shape": "Sc5"
793
+ "shape": "Sc9"
794
794
  },
795
795
  "Tags": {
796
796
  "shape": "S7"
@@ -868,11 +868,23 @@
868
868
  "JobType": {},
869
869
  "RoleArn": {},
870
870
  "InputConfig": {
871
- "shape": "Scm"
871
+ "shape": "Scq"
872
872
  },
873
873
  "JobDescription": {},
874
874
  "StoppingConditions": {
875
- "shape": "Sd8"
875
+ "shape": "Sdc"
876
+ },
877
+ "OutputConfig": {
878
+ "type": "structure",
879
+ "members": {
880
+ "KmsKeyId": {},
881
+ "CompiledOutputConfig": {
882
+ "type": "structure",
883
+ "members": {
884
+ "S3OutputUri": {}
885
+ }
886
+ }
887
+ }
876
888
  },
877
889
  "Tags": {
878
890
  "shape": "S7"
@@ -904,21 +916,21 @@
904
916
  "LabelingJobName": {},
905
917
  "LabelAttributeName": {},
906
918
  "InputConfig": {
907
- "shape": "Sdh"
919
+ "shape": "Sdn"
908
920
  },
909
921
  "OutputConfig": {
910
- "shape": "Sdo"
922
+ "shape": "Sdu"
911
923
  },
912
924
  "RoleArn": {},
913
925
  "LabelCategoryConfigS3Uri": {},
914
926
  "StoppingConditions": {
915
- "shape": "Sdp"
927
+ "shape": "Sdv"
916
928
  },
917
929
  "LabelingJobAlgorithmsConfig": {
918
- "shape": "Sds"
930
+ "shape": "Sdy"
919
931
  },
920
932
  "HumanTaskConfig": {
921
- "shape": "Sdw"
933
+ "shape": "Se2"
922
934
  },
923
935
  "Tags": {
924
936
  "shape": "S7"
@@ -945,20 +957,20 @@
945
957
  "members": {
946
958
  "ModelName": {},
947
959
  "PrimaryContainer": {
948
- "shape": "Seb"
960
+ "shape": "Seh"
949
961
  },
950
962
  "Containers": {
951
- "shape": "Sek"
963
+ "shape": "Seq"
952
964
  },
953
965
  "InferenceExecutionConfig": {
954
- "shape": "Sel"
966
+ "shape": "Ser"
955
967
  },
956
968
  "ExecutionRoleArn": {},
957
969
  "Tags": {
958
970
  "shape": "S7"
959
971
  },
960
972
  "VpcConfig": {
961
- "shape": "S5h"
973
+ "shape": "S5i"
962
974
  },
963
975
  "EnableNetworkIsolation": {
964
976
  "type": "boolean"
@@ -989,26 +1001,26 @@
989
1001
  "members": {
990
1002
  "JobDefinitionName": {},
991
1003
  "ModelBiasBaselineConfig": {
992
- "shape": "Sep"
1004
+ "shape": "Sev"
993
1005
  },
994
1006
  "ModelBiasAppSpecification": {
995
- "shape": "Seq"
1007
+ "shape": "Sew"
996
1008
  },
997
1009
  "ModelBiasJobInput": {
998
- "shape": "Ser"
1010
+ "shape": "Sex"
999
1011
  },
1000
1012
  "ModelBiasJobOutputConfig": {
1001
- "shape": "S76"
1013
+ "shape": "S7a"
1002
1014
  },
1003
1015
  "JobResources": {
1004
- "shape": "S7c"
1016
+ "shape": "S7g"
1005
1017
  },
1006
1018
  "NetworkConfig": {
1007
- "shape": "S7h"
1019
+ "shape": "S7l"
1008
1020
  },
1009
1021
  "RoleArn": {},
1010
1022
  "StoppingCondition": {
1011
- "shape": "S7i"
1023
+ "shape": "S7m"
1012
1024
  },
1013
1025
  "Tags": {
1014
1026
  "shape": "S7"
@@ -1039,26 +1051,26 @@
1039
1051
  "members": {
1040
1052
  "JobDefinitionName": {},
1041
1053
  "ModelExplainabilityBaselineConfig": {
1042
- "shape": "Sev"
1054
+ "shape": "Sf1"
1043
1055
  },
1044
1056
  "ModelExplainabilityAppSpecification": {
1045
- "shape": "Sew"
1057
+ "shape": "Sf2"
1046
1058
  },
1047
1059
  "ModelExplainabilityJobInput": {
1048
- "shape": "Sex"
1060
+ "shape": "Sf3"
1049
1061
  },
1050
1062
  "ModelExplainabilityJobOutputConfig": {
1051
- "shape": "S76"
1063
+ "shape": "S7a"
1052
1064
  },
1053
1065
  "JobResources": {
1054
- "shape": "S7c"
1066
+ "shape": "S7g"
1055
1067
  },
1056
1068
  "NetworkConfig": {
1057
- "shape": "S7h"
1069
+ "shape": "S7l"
1058
1070
  },
1059
1071
  "RoleArn": {},
1060
1072
  "StoppingCondition": {
1061
- "shape": "S7i"
1073
+ "shape": "S7m"
1062
1074
  },
1063
1075
  "Tags": {
1064
1076
  "shape": "S7"
@@ -1086,10 +1098,10 @@
1086
1098
  "shape": "Sr"
1087
1099
  },
1088
1100
  "ValidationSpecification": {
1089
- "shape": "Sf0"
1101
+ "shape": "Sf6"
1090
1102
  },
1091
1103
  "SourceAlgorithmSpecification": {
1092
- "shape": "Sf3"
1104
+ "shape": "Sf9"
1093
1105
  },
1094
1106
  "CertifyForMarketplace": {
1095
1107
  "type": "boolean"
@@ -1102,22 +1114,22 @@
1102
1114
  "shape": "S1q"
1103
1115
  },
1104
1116
  "ModelMetrics": {
1105
- "shape": "Sf6"
1117
+ "shape": "Sfc"
1106
1118
  },
1107
1119
  "ClientToken": {
1108
1120
  "idempotencyToken": true
1109
1121
  },
1110
1122
  "CustomerMetadataProperties": {
1111
- "shape": "Sfd"
1123
+ "shape": "Sfj"
1112
1124
  },
1113
1125
  "DriftCheckBaselines": {
1114
- "shape": "Sfg"
1126
+ "shape": "Sfm"
1115
1127
  },
1116
1128
  "Domain": {},
1117
1129
  "Task": {},
1118
1130
  "SamplePayloadUrl": {},
1119
1131
  "AdditionalInferenceSpecifications": {
1120
- "shape": "Sfm"
1132
+ "shape": "Sfs"
1121
1133
  }
1122
1134
  }
1123
1135
  },
@@ -1169,26 +1181,26 @@
1169
1181
  "members": {
1170
1182
  "JobDefinitionName": {},
1171
1183
  "ModelQualityBaselineConfig": {
1172
- "shape": "Sft"
1184
+ "shape": "Sfz"
1173
1185
  },
1174
1186
  "ModelQualityAppSpecification": {
1175
- "shape": "Sfu"
1187
+ "shape": "Sg0"
1176
1188
  },
1177
1189
  "ModelQualityJobInput": {
1178
- "shape": "Sfw"
1190
+ "shape": "Sg2"
1179
1191
  },
1180
1192
  "ModelQualityJobOutputConfig": {
1181
- "shape": "S76"
1193
+ "shape": "S7a"
1182
1194
  },
1183
1195
  "JobResources": {
1184
- "shape": "S7c"
1196
+ "shape": "S7g"
1185
1197
  },
1186
1198
  "NetworkConfig": {
1187
- "shape": "S7h"
1199
+ "shape": "S7l"
1188
1200
  },
1189
1201
  "RoleArn": {},
1190
1202
  "StoppingCondition": {
1191
- "shape": "S7i"
1203
+ "shape": "S7m"
1192
1204
  },
1193
1205
  "Tags": {
1194
1206
  "shape": "S7"
@@ -1215,7 +1227,7 @@
1215
1227
  "members": {
1216
1228
  "MonitoringScheduleName": {},
1217
1229
  "MonitoringScheduleConfig": {
1218
- "shape": "Sg0"
1230
+ "shape": "Sg6"
1219
1231
  },
1220
1232
  "Tags": {
1221
1233
  "shape": "S7"
@@ -1245,7 +1257,7 @@
1245
1257
  "InstanceType": {},
1246
1258
  "SubnetId": {},
1247
1259
  "SecurityGroupIds": {
1248
- "shape": "S7v"
1260
+ "shape": "S7z"
1249
1261
  },
1250
1262
  "RoleArn": {},
1251
1263
  "KmsKeyId": {},
@@ -1258,14 +1270,17 @@
1258
1270
  "type": "integer"
1259
1271
  },
1260
1272
  "AcceleratorTypes": {
1261
- "shape": "Sgi"
1273
+ "shape": "Sgo"
1262
1274
  },
1263
1275
  "DefaultCodeRepository": {},
1264
1276
  "AdditionalCodeRepositories": {
1265
- "shape": "Sgl"
1277
+ "shape": "Sgr"
1266
1278
  },
1267
1279
  "RootAccess": {},
1268
- "PlatformIdentifier": {}
1280
+ "PlatformIdentifier": {},
1281
+ "InstanceMetadataServiceConfiguration": {
1282
+ "shape": "Sgu"
1283
+ }
1269
1284
  }
1270
1285
  },
1271
1286
  "output": {
@@ -1284,10 +1299,10 @@
1284
1299
  "members": {
1285
1300
  "NotebookInstanceLifecycleConfigName": {},
1286
1301
  "OnCreate": {
1287
- "shape": "Sgr"
1302
+ "shape": "Sgz"
1288
1303
  },
1289
1304
  "OnStart": {
1290
- "shape": "Sgr"
1305
+ "shape": "Sgz"
1291
1306
  }
1292
1307
  }
1293
1308
  },
@@ -1311,7 +1326,7 @@
1311
1326
  "PipelineDisplayName": {},
1312
1327
  "PipelineDefinition": {},
1313
1328
  "PipelineDefinitionS3Location": {
1314
- "shape": "Sgz"
1329
+ "shape": "Sh7"
1315
1330
  },
1316
1331
  "PipelineDescription": {},
1317
1332
  "ClientRequestToken": {
@@ -1322,7 +1337,7 @@
1322
1337
  "shape": "S7"
1323
1338
  },
1324
1339
  "ParallelismConfiguration": {
1325
- "shape": "Sh5"
1340
+ "shape": "Shd"
1326
1341
  }
1327
1342
  }
1328
1343
  },
@@ -1389,33 +1404,33 @@
1389
1404
  ],
1390
1405
  "members": {
1391
1406
  "ProcessingInputs": {
1392
- "shape": "Shi"
1407
+ "shape": "Shq"
1393
1408
  },
1394
1409
  "ProcessingOutputConfig": {
1395
- "shape": "Si5"
1410
+ "shape": "Sid"
1396
1411
  },
1397
1412
  "ProcessingJobName": {},
1398
1413
  "ProcessingResources": {
1399
- "shape": "Sia"
1414
+ "shape": "Sii"
1400
1415
  },
1401
1416
  "StoppingCondition": {
1402
- "shape": "Sic"
1417
+ "shape": "Sik"
1403
1418
  },
1404
1419
  "AppSpecification": {
1405
- "shape": "Sie"
1420
+ "shape": "Sim"
1406
1421
  },
1407
1422
  "Environment": {
1408
- "shape": "Sig"
1423
+ "shape": "Sio"
1409
1424
  },
1410
1425
  "NetworkConfig": {
1411
- "shape": "Sg8"
1426
+ "shape": "Sge"
1412
1427
  },
1413
1428
  "RoleArn": {},
1414
1429
  "Tags": {
1415
1430
  "shape": "S7"
1416
1431
  },
1417
1432
  "ExperimentConfig": {
1418
- "shape": "Sih"
1433
+ "shape": "Sip"
1419
1434
  }
1420
1435
  }
1421
1436
  },
@@ -1440,7 +1455,7 @@
1440
1455
  "ProjectName": {},
1441
1456
  "ProjectDescription": {},
1442
1457
  "ServiceCatalogProvisioningDetails": {
1443
- "shape": "Sim"
1458
+ "shape": "Siu"
1444
1459
  },
1445
1460
  "Tags": {
1446
1461
  "shape": "S7"
@@ -1500,7 +1515,7 @@
1500
1515
  "shape": "S2t"
1501
1516
  },
1502
1517
  "AlgorithmSpecification": {
1503
- "shape": "Sj2"
1518
+ "shape": "Sja"
1504
1519
  },
1505
1520
  "RoleArn": {},
1506
1521
  "InputDataConfig": {
@@ -1513,7 +1528,7 @@
1513
1528
  "shape": "S3e"
1514
1529
  },
1515
1530
  "VpcConfig": {
1516
- "shape": "S5h"
1531
+ "shape": "S5i"
1517
1532
  },
1518
1533
  "StoppingCondition": {
1519
1534
  "shape": "S3h"
@@ -1531,31 +1546,31 @@
1531
1546
  "type": "boolean"
1532
1547
  },
1533
1548
  "CheckpointConfig": {
1534
- "shape": "Sc1"
1549
+ "shape": "Sc5"
1535
1550
  },
1536
1551
  "DebugHookConfig": {
1537
- "shape": "Sj3"
1552
+ "shape": "Sjb"
1538
1553
  },
1539
1554
  "DebugRuleConfigurations": {
1540
- "shape": "Sjb"
1555
+ "shape": "Sjj"
1541
1556
  },
1542
1557
  "TensorBoardOutputConfig": {
1543
- "shape": "Sjg"
1558
+ "shape": "Sjo"
1544
1559
  },
1545
1560
  "ExperimentConfig": {
1546
- "shape": "Sih"
1561
+ "shape": "Sip"
1547
1562
  },
1548
1563
  "ProfilerConfig": {
1549
- "shape": "Sjh"
1564
+ "shape": "Sjp"
1550
1565
  },
1551
1566
  "ProfilerRuleConfigurations": {
1552
- "shape": "Sjk"
1567
+ "shape": "Sjs"
1553
1568
  },
1554
1569
  "Environment": {
1555
- "shape": "Sjm"
1570
+ "shape": "Sju"
1556
1571
  },
1557
1572
  "RetryStrategy": {
1558
- "shape": "Sc2"
1573
+ "shape": "Sc6"
1559
1574
  }
1560
1575
  }
1561
1576
  },
@@ -1586,7 +1601,7 @@
1586
1601
  "type": "integer"
1587
1602
  },
1588
1603
  "ModelClientConfig": {
1589
- "shape": "Sjt"
1604
+ "shape": "Sk1"
1590
1605
  },
1591
1606
  "MaxPayloadInMB": {
1592
1607
  "type": "integer"
@@ -1605,13 +1620,13 @@
1605
1620
  "shape": "S3y"
1606
1621
  },
1607
1622
  "DataProcessing": {
1608
- "shape": "Sjw"
1623
+ "shape": "Sk4"
1609
1624
  },
1610
1625
  "Tags": {
1611
1626
  "shape": "S7"
1612
1627
  },
1613
1628
  "ExperimentConfig": {
1614
- "shape": "Sih"
1629
+ "shape": "Sip"
1615
1630
  }
1616
1631
  }
1617
1632
  },
@@ -1661,7 +1676,7 @@
1661
1676
  "TrialComponentName": {},
1662
1677
  "DisplayName": {},
1663
1678
  "Status": {
1664
- "shape": "Sk4"
1679
+ "shape": "Skc"
1665
1680
  },
1666
1681
  "StartTime": {
1667
1682
  "type": "timestamp"
@@ -1670,13 +1685,13 @@
1670
1685
  "type": "timestamp"
1671
1686
  },
1672
1687
  "Parameters": {
1673
- "shape": "Sk8"
1688
+ "shape": "Skg"
1674
1689
  },
1675
1690
  "InputArtifacts": {
1676
- "shape": "Skc"
1691
+ "shape": "Skk"
1677
1692
  },
1678
1693
  "OutputArtifacts": {
1679
- "shape": "Skc"
1694
+ "shape": "Skk"
1680
1695
  },
1681
1696
  "MetadataProperties": {
1682
1697
  "shape": "S1q"
@@ -1709,7 +1724,7 @@
1709
1724
  "shape": "S7"
1710
1725
  },
1711
1726
  "UserSettings": {
1712
- "shape": "S7u"
1727
+ "shape": "S7y"
1713
1728
  }
1714
1729
  }
1715
1730
  },
@@ -1728,13 +1743,13 @@
1728
1743
  ],
1729
1744
  "members": {
1730
1745
  "CognitoConfig": {
1731
- "shape": "Skn"
1746
+ "shape": "Skv"
1732
1747
  },
1733
1748
  "OidcConfig": {
1734
- "shape": "Skq"
1749
+ "shape": "Sky"
1735
1750
  },
1736
1751
  "SourceIpConfig": {
1737
- "shape": "Skt"
1752
+ "shape": "Sl1"
1738
1753
  },
1739
1754
  "WorkforceName": {},
1740
1755
  "Tags": {
@@ -1764,11 +1779,11 @@
1764
1779
  "WorkteamName": {},
1765
1780
  "WorkforceName": {},
1766
1781
  "MemberDefinitions": {
1767
- "shape": "Sl1"
1782
+ "shape": "Sl9"
1768
1783
  },
1769
1784
  "Description": {},
1770
1785
  "NotificationConfiguration": {
1771
- "shape": "Sl9"
1786
+ "shape": "Slh"
1772
1787
  },
1773
1788
  "Tags": {
1774
1789
  "shape": "S7"
@@ -2357,13 +2372,13 @@
2357
2372
  "type": "timestamp"
2358
2373
  },
2359
2374
  "CreatedBy": {
2360
- "shape": "Sn3"
2375
+ "shape": "Snb"
2361
2376
  },
2362
2377
  "LastModifiedTime": {
2363
2378
  "type": "timestamp"
2364
2379
  },
2365
2380
  "LastModifiedBy": {
2366
- "shape": "Sn3"
2381
+ "shape": "Snb"
2367
2382
  },
2368
2383
  "MetadataProperties": {
2369
2384
  "shape": "S1q"
@@ -2413,10 +2428,10 @@
2413
2428
  "type": "structure",
2414
2429
  "members": {
2415
2430
  "ValidationStatuses": {
2416
- "shape": "Sn9"
2431
+ "shape": "Snh"
2417
2432
  },
2418
2433
  "ImageScanStatuses": {
2419
- "shape": "Sn9"
2434
+ "shape": "Snh"
2420
2435
  }
2421
2436
  }
2422
2437
  },
@@ -2521,13 +2536,13 @@
2521
2536
  "type": "timestamp"
2522
2537
  },
2523
2538
  "CreatedBy": {
2524
- "shape": "Sn3"
2539
+ "shape": "Snb"
2525
2540
  },
2526
2541
  "LastModifiedTime": {
2527
2542
  "type": "timestamp"
2528
2543
  },
2529
2544
  "LastModifiedBy": {
2530
- "shape": "Sn3"
2545
+ "shape": "Snb"
2531
2546
  },
2532
2547
  "MetadataProperties": {
2533
2548
  "shape": "S1q"
@@ -2566,15 +2581,15 @@
2566
2581
  "shape": "S51"
2567
2582
  },
2568
2583
  "OutputDataConfig": {
2569
- "shape": "S57"
2584
+ "shape": "S58"
2570
2585
  },
2571
2586
  "RoleArn": {},
2572
2587
  "AutoMLJobObjective": {
2573
- "shape": "S59"
2588
+ "shape": "S5a"
2574
2589
  },
2575
2590
  "ProblemType": {},
2576
2591
  "AutoMLJobConfig": {
2577
- "shape": "S5b"
2592
+ "shape": "S5c"
2578
2593
  },
2579
2594
  "CreationTime": {
2580
2595
  "type": "timestamp"
@@ -2587,10 +2602,10 @@
2587
2602
  },
2588
2603
  "FailureReason": {},
2589
2604
  "PartialFailureReasons": {
2590
- "shape": "Snn"
2605
+ "shape": "Snv"
2591
2606
  },
2592
2607
  "BestCandidate": {
2593
- "shape": "Snp"
2608
+ "shape": "Snx"
2594
2609
  },
2595
2610
  "AutoMLJobStatus": {},
2596
2611
  "AutoMLJobSecondaryStatus": {},
@@ -2608,16 +2623,16 @@
2608
2623
  "type": "structure",
2609
2624
  "members": {
2610
2625
  "AutoMLJobObjective": {
2611
- "shape": "S59"
2626
+ "shape": "S5a"
2612
2627
  },
2613
2628
  "ProblemType": {},
2614
2629
  "CompletionCriteria": {
2615
- "shape": "S5c"
2630
+ "shape": "S5d"
2616
2631
  }
2617
2632
  }
2618
2633
  },
2619
2634
  "ModelDeployConfig": {
2620
- "shape": "S5n"
2635
+ "shape": "S5r"
2621
2636
  },
2622
2637
  "ModelDeployResult": {
2623
2638
  "type": "structure",
@@ -2656,7 +2671,7 @@
2656
2671
  "type": "timestamp"
2657
2672
  },
2658
2673
  "GitConfig": {
2659
- "shape": "S5t"
2674
+ "shape": "S5x"
2660
2675
  }
2661
2676
  }
2662
2677
  }
@@ -2709,7 +2724,7 @@
2709
2724
  },
2710
2725
  "FailureReason": {},
2711
2726
  "ModelArtifacts": {
2712
- "shape": "Sop"
2727
+ "shape": "Soy"
2713
2728
  },
2714
2729
  "ModelDigests": {
2715
2730
  "type": "structure",
@@ -2719,13 +2734,13 @@
2719
2734
  },
2720
2735
  "RoleArn": {},
2721
2736
  "InputConfig": {
2722
- "shape": "S60"
2737
+ "shape": "S64"
2723
2738
  },
2724
2739
  "OutputConfig": {
2725
- "shape": "S62"
2740
+ "shape": "S66"
2726
2741
  },
2727
2742
  "VpcConfig": {
2728
- "shape": "S69"
2743
+ "shape": "S6d"
2729
2744
  }
2730
2745
  }
2731
2746
  }
@@ -2746,7 +2761,7 @@
2746
2761
  "ContextName": {},
2747
2762
  "ContextArn": {},
2748
2763
  "Source": {
2749
- "shape": "S6h"
2764
+ "shape": "S6l"
2750
2765
  },
2751
2766
  "ContextType": {},
2752
2767
  "Description": {},
@@ -2757,13 +2772,13 @@
2757
2772
  "type": "timestamp"
2758
2773
  },
2759
2774
  "CreatedBy": {
2760
- "shape": "Sn3"
2775
+ "shape": "Snb"
2761
2776
  },
2762
2777
  "LastModifiedTime": {
2763
2778
  "type": "timestamp"
2764
2779
  },
2765
2780
  "LastModifiedBy": {
2766
- "shape": "Sn3"
2781
+ "shape": "Snb"
2767
2782
  },
2768
2783
  "LineageGroupArn": {}
2769
2784
  }
@@ -2798,26 +2813,26 @@
2798
2813
  "type": "timestamp"
2799
2814
  },
2800
2815
  "DataQualityBaselineConfig": {
2801
- "shape": "S6m"
2816
+ "shape": "S6q"
2802
2817
  },
2803
2818
  "DataQualityAppSpecification": {
2804
- "shape": "S6q"
2819
+ "shape": "S6u"
2805
2820
  },
2806
2821
  "DataQualityJobInput": {
2807
- "shape": "S6z"
2822
+ "shape": "S73"
2808
2823
  },
2809
2824
  "DataQualityJobOutputConfig": {
2810
- "shape": "S76"
2825
+ "shape": "S7a"
2811
2826
  },
2812
2827
  "JobResources": {
2813
- "shape": "S7c"
2828
+ "shape": "S7g"
2814
2829
  },
2815
2830
  "NetworkConfig": {
2816
- "shape": "S7h"
2831
+ "shape": "S7l"
2817
2832
  },
2818
2833
  "RoleArn": {},
2819
2834
  "StoppingCondition": {
2820
- "shape": "S7i"
2835
+ "shape": "S7m"
2821
2836
  }
2822
2837
  }
2823
2838
  }
@@ -2905,7 +2920,7 @@
2905
2920
  "DeviceFleetName": {},
2906
2921
  "DeviceFleetArn": {},
2907
2922
  "OutputConfig": {
2908
- "shape": "S7o"
2923
+ "shape": "S7s"
2909
2924
  },
2910
2925
  "Description": {},
2911
2926
  "CreationTime": {
@@ -2947,7 +2962,7 @@
2947
2962
  "FailureReason": {},
2948
2963
  "AuthMode": {},
2949
2964
  "DefaultUserSettings": {
2950
- "shape": "S7u"
2965
+ "shape": "S7y"
2951
2966
  },
2952
2967
  "AppNetworkAccessType": {},
2953
2968
  "HomeEfsFileSystemKmsKeyId": {
@@ -2955,13 +2970,13 @@
2955
2970
  "deprecatedMessage": "This property is deprecated, use KmsKeyId instead."
2956
2971
  },
2957
2972
  "SubnetIds": {
2958
- "shape": "S5k"
2973
+ "shape": "S5l"
2959
2974
  },
2960
2975
  "Url": {},
2961
2976
  "VpcId": {},
2962
2977
  "KmsKeyId": {},
2963
2978
  "DomainSettings": {
2964
- "shape": "S8d"
2979
+ "shape": "S8h"
2965
2980
  },
2966
2981
  "AppSecurityGroupManagement": {},
2967
2982
  "SecurityGroupIdForDomainBoundary": {}
@@ -2993,7 +3008,7 @@
2993
3008
  "ModelVersion": {},
2994
3009
  "RoleArn": {},
2995
3010
  "OutputConfig": {
2996
- "shape": "S7o"
3011
+ "shape": "S7s"
2997
3012
  },
2998
3013
  "ResourceKey": {},
2999
3014
  "EdgePackagingJobStatus": {},
@@ -3046,10 +3061,10 @@
3046
3061
  "EndpointArn": {},
3047
3062
  "EndpointConfigName": {},
3048
3063
  "ProductionVariants": {
3049
- "shape": "Spl"
3064
+ "shape": "Spu"
3050
3065
  },
3051
3066
  "DataCaptureConfig": {
3052
- "shape": "Spu"
3067
+ "shape": "Sq3"
3053
3068
  },
3054
3069
  "EndpointStatus": {},
3055
3070
  "FailureReason": {},
@@ -3060,10 +3075,10 @@
3060
3075
  "type": "timestamp"
3061
3076
  },
3062
3077
  "LastDeploymentConfig": {
3063
- "shape": "S8n"
3078
+ "shape": "S8r"
3064
3079
  },
3065
3080
  "AsyncInferenceConfig": {
3066
- "shape": "S9r"
3081
+ "shape": "S9v"
3067
3082
  },
3068
3083
  "PendingDeploymentSummary": {
3069
3084
  "type": "structure",
@@ -3082,7 +3097,7 @@
3082
3097
  "members": {
3083
3098
  "VariantName": {},
3084
3099
  "DeployedImages": {
3085
- "shape": "Spn"
3100
+ "shape": "Spw"
3086
3101
  },
3087
3102
  "CurrentWeight": {
3088
3103
  "type": "float"
@@ -3099,13 +3114,13 @@
3099
3114
  "InstanceType": {},
3100
3115
  "AcceleratorType": {},
3101
3116
  "VariantStatus": {
3102
- "shape": "Spq"
3117
+ "shape": "Spz"
3103
3118
  },
3104
3119
  "CurrentServerlessConfig": {
3105
- "shape": "S9d"
3120
+ "shape": "S9h"
3106
3121
  },
3107
3122
  "DesiredServerlessConfig": {
3108
- "shape": "S9d"
3123
+ "shape": "S9h"
3109
3124
  }
3110
3125
  }
3111
3126
  }
@@ -3140,17 +3155,17 @@
3140
3155
  "EndpointConfigName": {},
3141
3156
  "EndpointConfigArn": {},
3142
3157
  "ProductionVariants": {
3143
- "shape": "S94"
3158
+ "shape": "S98"
3144
3159
  },
3145
3160
  "DataCaptureConfig": {
3146
- "shape": "S9g"
3161
+ "shape": "S9k"
3147
3162
  },
3148
3163
  "KmsKeyId": {},
3149
3164
  "CreationTime": {
3150
3165
  "type": "timestamp"
3151
3166
  },
3152
3167
  "AsyncInferenceConfig": {
3153
- "shape": "S9r"
3168
+ "shape": "S9v"
3154
3169
  }
3155
3170
  }
3156
3171
  }
@@ -3172,20 +3187,20 @@
3172
3187
  "ExperimentArn": {},
3173
3188
  "DisplayName": {},
3174
3189
  "Source": {
3175
- "shape": "Sq4"
3190
+ "shape": "Sqd"
3176
3191
  },
3177
3192
  "Description": {},
3178
3193
  "CreationTime": {
3179
3194
  "type": "timestamp"
3180
3195
  },
3181
3196
  "CreatedBy": {
3182
- "shape": "Sn3"
3197
+ "shape": "Snb"
3183
3198
  },
3184
3199
  "LastModifiedTime": {
3185
3200
  "type": "timestamp"
3186
3201
  },
3187
3202
  "LastModifiedBy": {
3188
- "shape": "Sn3"
3203
+ "shape": "Snb"
3189
3204
  }
3190
3205
  }
3191
3206
  }
@@ -3218,21 +3233,21 @@
3218
3233
  "RecordIdentifierFeatureName": {},
3219
3234
  "EventTimeFeatureName": {},
3220
3235
  "FeatureDefinitions": {
3221
- "shape": "Sa5"
3236
+ "shape": "Sa9"
3222
3237
  },
3223
3238
  "CreationTime": {
3224
3239
  "type": "timestamp"
3225
3240
  },
3226
3241
  "OnlineStoreConfig": {
3227
- "shape": "Sa8"
3242
+ "shape": "Sac"
3228
3243
  },
3229
3244
  "OfflineStoreConfig": {
3230
- "shape": "Saa"
3245
+ "shape": "Sae"
3231
3246
  },
3232
3247
  "RoleArn": {},
3233
3248
  "FeatureGroupStatus": {},
3234
3249
  "OfflineStoreStatus": {
3235
- "shape": "Sqa"
3250
+ "shape": "Sqj"
3236
3251
  },
3237
3252
  "FailureReason": {},
3238
3253
  "Description": {},
@@ -3269,16 +3284,16 @@
3269
3284
  "type": "timestamp"
3270
3285
  },
3271
3286
  "HumanLoopRequestSource": {
3272
- "shape": "Sal"
3287
+ "shape": "Sap"
3273
3288
  },
3274
3289
  "HumanLoopActivationConfig": {
3275
- "shape": "San"
3290
+ "shape": "Sar"
3276
3291
  },
3277
3292
  "HumanLoopConfig": {
3278
- "shape": "Saq"
3293
+ "shape": "Sau"
3279
3294
  },
3280
3295
  "OutputConfig": {
3281
- "shape": "Sb5"
3296
+ "shape": "Sb9"
3282
3297
  },
3283
3298
  "RoleArn": {},
3284
3299
  "FailureReason": {}
@@ -3345,13 +3360,13 @@
3345
3360
  "HyperParameterTuningJobName": {},
3346
3361
  "HyperParameterTuningJobArn": {},
3347
3362
  "HyperParameterTuningJobConfig": {
3348
- "shape": "Sbf"
3363
+ "shape": "Sbj"
3349
3364
  },
3350
3365
  "TrainingJobDefinition": {
3351
- "shape": "Sbw"
3366
+ "shape": "Sc0"
3352
3367
  },
3353
3368
  "TrainingJobDefinitions": {
3354
- "shape": "Sc4"
3369
+ "shape": "Sc8"
3355
3370
  },
3356
3371
  "HyperParameterTuningJobStatus": {},
3357
3372
  "CreationTime": {
@@ -3364,19 +3379,19 @@
3364
3379
  "type": "timestamp"
3365
3380
  },
3366
3381
  "TrainingJobStatusCounters": {
3367
- "shape": "Sqp"
3382
+ "shape": "Sqy"
3368
3383
  },
3369
3384
  "ObjectiveStatusCounters": {
3370
- "shape": "Sqr"
3385
+ "shape": "Sr0"
3371
3386
  },
3372
3387
  "BestTrainingJob": {
3373
- "shape": "Sqt"
3388
+ "shape": "Sr2"
3374
3389
  },
3375
3390
  "OverallBestTrainingJob": {
3376
- "shape": "Sqt"
3391
+ "shape": "Sr2"
3377
3392
  },
3378
3393
  "WarmStartConfig": {
3379
- "shape": "Sc5"
3394
+ "shape": "Sc9"
3380
3395
  },
3381
3396
  "FailureReason": {}
3382
3397
  }
@@ -3485,10 +3500,10 @@
3485
3500
  },
3486
3501
  "FailureReason": {},
3487
3502
  "InputConfig": {
3488
- "shape": "Scm"
3503
+ "shape": "Scq"
3489
3504
  },
3490
3505
  "StoppingConditions": {
3491
- "shape": "Sd8"
3506
+ "shape": "Sdc"
3492
3507
  },
3493
3508
  "InferenceRecommendations": {
3494
3509
  "type": "list",
@@ -3596,7 +3611,7 @@
3596
3611
  "members": {
3597
3612
  "LabelingJobStatus": {},
3598
3613
  "LabelCounters": {
3599
- "shape": "Srg"
3614
+ "shape": "Srp"
3600
3615
  },
3601
3616
  "FailureReason": {},
3602
3617
  "CreationTime": {
@@ -3610,27 +3625,27 @@
3610
3625
  "LabelingJobArn": {},
3611
3626
  "LabelAttributeName": {},
3612
3627
  "InputConfig": {
3613
- "shape": "Sdh"
3628
+ "shape": "Sdn"
3614
3629
  },
3615
3630
  "OutputConfig": {
3616
- "shape": "Sdo"
3631
+ "shape": "Sdu"
3617
3632
  },
3618
3633
  "RoleArn": {},
3619
3634
  "LabelCategoryConfigS3Uri": {},
3620
3635
  "StoppingConditions": {
3621
- "shape": "Sdp"
3636
+ "shape": "Sdv"
3622
3637
  },
3623
3638
  "LabelingJobAlgorithmsConfig": {
3624
- "shape": "Sds"
3639
+ "shape": "Sdy"
3625
3640
  },
3626
3641
  "HumanTaskConfig": {
3627
- "shape": "Sdw"
3642
+ "shape": "Se2"
3628
3643
  },
3629
3644
  "Tags": {
3630
3645
  "shape": "S7"
3631
3646
  },
3632
3647
  "LabelingJobOutput": {
3633
- "shape": "Srj"
3648
+ "shape": "Srs"
3634
3649
  }
3635
3650
  }
3636
3651
  }
@@ -3656,13 +3671,13 @@
3656
3671
  "type": "timestamp"
3657
3672
  },
3658
3673
  "CreatedBy": {
3659
- "shape": "Sn3"
3674
+ "shape": "Snb"
3660
3675
  },
3661
3676
  "LastModifiedTime": {
3662
3677
  "type": "timestamp"
3663
3678
  },
3664
3679
  "LastModifiedBy": {
3665
- "shape": "Sn3"
3680
+ "shape": "Snb"
3666
3681
  }
3667
3682
  }
3668
3683
  }
@@ -3688,17 +3703,17 @@
3688
3703
  "members": {
3689
3704
  "ModelName": {},
3690
3705
  "PrimaryContainer": {
3691
- "shape": "Seb"
3706
+ "shape": "Seh"
3692
3707
  },
3693
3708
  "Containers": {
3694
- "shape": "Sek"
3709
+ "shape": "Seq"
3695
3710
  },
3696
3711
  "InferenceExecutionConfig": {
3697
- "shape": "Sel"
3712
+ "shape": "Ser"
3698
3713
  },
3699
3714
  "ExecutionRoleArn": {},
3700
3715
  "VpcConfig": {
3701
- "shape": "S5h"
3716
+ "shape": "S5i"
3702
3717
  },
3703
3718
  "CreationTime": {
3704
3719
  "type": "timestamp"
@@ -3739,26 +3754,26 @@
3739
3754
  "type": "timestamp"
3740
3755
  },
3741
3756
  "ModelBiasBaselineConfig": {
3742
- "shape": "Sep"
3757
+ "shape": "Sev"
3743
3758
  },
3744
3759
  "ModelBiasAppSpecification": {
3745
- "shape": "Seq"
3760
+ "shape": "Sew"
3746
3761
  },
3747
3762
  "ModelBiasJobInput": {
3748
- "shape": "Ser"
3763
+ "shape": "Sex"
3749
3764
  },
3750
3765
  "ModelBiasJobOutputConfig": {
3751
- "shape": "S76"
3766
+ "shape": "S7a"
3752
3767
  },
3753
3768
  "JobResources": {
3754
- "shape": "S7c"
3769
+ "shape": "S7g"
3755
3770
  },
3756
3771
  "NetworkConfig": {
3757
- "shape": "S7h"
3772
+ "shape": "S7l"
3758
3773
  },
3759
3774
  "RoleArn": {},
3760
3775
  "StoppingCondition": {
3761
- "shape": "S7i"
3776
+ "shape": "S7m"
3762
3777
  }
3763
3778
  }
3764
3779
  }
@@ -3792,26 +3807,26 @@
3792
3807
  "type": "timestamp"
3793
3808
  },
3794
3809
  "ModelExplainabilityBaselineConfig": {
3795
- "shape": "Sev"
3810
+ "shape": "Sf1"
3796
3811
  },
3797
3812
  "ModelExplainabilityAppSpecification": {
3798
- "shape": "Sew"
3813
+ "shape": "Sf2"
3799
3814
  },
3800
3815
  "ModelExplainabilityJobInput": {
3801
- "shape": "Sex"
3816
+ "shape": "Sf3"
3802
3817
  },
3803
3818
  "ModelExplainabilityJobOutputConfig": {
3804
- "shape": "S76"
3819
+ "shape": "S7a"
3805
3820
  },
3806
3821
  "JobResources": {
3807
- "shape": "S7c"
3822
+ "shape": "S7g"
3808
3823
  },
3809
3824
  "NetworkConfig": {
3810
- "shape": "S7h"
3825
+ "shape": "S7l"
3811
3826
  },
3812
3827
  "RoleArn": {},
3813
3828
  "StoppingCondition": {
3814
- "shape": "S7i"
3829
+ "shape": "S7m"
3815
3830
  }
3816
3831
  }
3817
3832
  }
@@ -3850,46 +3865,46 @@
3850
3865
  "shape": "Sr"
3851
3866
  },
3852
3867
  "SourceAlgorithmSpecification": {
3853
- "shape": "Sf3"
3868
+ "shape": "Sf9"
3854
3869
  },
3855
3870
  "ValidationSpecification": {
3856
- "shape": "Sf0"
3871
+ "shape": "Sf6"
3857
3872
  },
3858
3873
  "ModelPackageStatus": {},
3859
3874
  "ModelPackageStatusDetails": {
3860
- "shape": "Sru"
3875
+ "shape": "Ss3"
3861
3876
  },
3862
3877
  "CertifyForMarketplace": {
3863
3878
  "type": "boolean"
3864
3879
  },
3865
3880
  "ModelApprovalStatus": {},
3866
3881
  "CreatedBy": {
3867
- "shape": "Sn3"
3882
+ "shape": "Snb"
3868
3883
  },
3869
3884
  "MetadataProperties": {
3870
3885
  "shape": "S1q"
3871
3886
  },
3872
3887
  "ModelMetrics": {
3873
- "shape": "Sf6"
3888
+ "shape": "Sfc"
3874
3889
  },
3875
3890
  "LastModifiedTime": {
3876
3891
  "type": "timestamp"
3877
3892
  },
3878
3893
  "LastModifiedBy": {
3879
- "shape": "Sn3"
3894
+ "shape": "Snb"
3880
3895
  },
3881
3896
  "ApprovalDescription": {},
3882
3897
  "CustomerMetadataProperties": {
3883
- "shape": "Sfd"
3898
+ "shape": "Sfj"
3884
3899
  },
3885
3900
  "DriftCheckBaselines": {
3886
- "shape": "Sfg"
3901
+ "shape": "Sfm"
3887
3902
  },
3888
3903
  "Domain": {},
3889
3904
  "Task": {},
3890
3905
  "SamplePayloadUrl": {},
3891
3906
  "AdditionalInferenceSpecifications": {
3892
- "shape": "Sfm"
3907
+ "shape": "Sfs"
3893
3908
  }
3894
3909
  }
3895
3910
  }
@@ -3921,7 +3936,7 @@
3921
3936
  "type": "timestamp"
3922
3937
  },
3923
3938
  "CreatedBy": {
3924
- "shape": "Sn3"
3939
+ "shape": "Snb"
3925
3940
  },
3926
3941
  "ModelPackageGroupStatus": {}
3927
3942
  }
@@ -3956,26 +3971,26 @@
3956
3971
  "type": "timestamp"
3957
3972
  },
3958
3973
  "ModelQualityBaselineConfig": {
3959
- "shape": "Sft"
3974
+ "shape": "Sfz"
3960
3975
  },
3961
3976
  "ModelQualityAppSpecification": {
3962
- "shape": "Sfu"
3977
+ "shape": "Sg0"
3963
3978
  },
3964
3979
  "ModelQualityJobInput": {
3965
- "shape": "Sfw"
3980
+ "shape": "Sg2"
3966
3981
  },
3967
3982
  "ModelQualityJobOutputConfig": {
3968
- "shape": "S76"
3983
+ "shape": "S7a"
3969
3984
  },
3970
3985
  "JobResources": {
3971
- "shape": "S7c"
3986
+ "shape": "S7g"
3972
3987
  },
3973
3988
  "NetworkConfig": {
3974
- "shape": "S7h"
3989
+ "shape": "S7l"
3975
3990
  },
3976
3991
  "RoleArn": {},
3977
3992
  "StoppingCondition": {
3978
- "shape": "S7i"
3993
+ "shape": "S7m"
3979
3994
  }
3980
3995
  }
3981
3996
  }
@@ -4013,11 +4028,11 @@
4013
4028
  "type": "timestamp"
4014
4029
  },
4015
4030
  "MonitoringScheduleConfig": {
4016
- "shape": "Sg0"
4031
+ "shape": "Sg6"
4017
4032
  },
4018
4033
  "EndpointName": {},
4019
4034
  "LastMonitoringExecutionSummary": {
4020
- "shape": "Ss7"
4035
+ "shape": "Ssg"
4021
4036
  }
4022
4037
  }
4023
4038
  }
@@ -4043,7 +4058,7 @@
4043
4058
  "InstanceType": {},
4044
4059
  "SubnetId": {},
4045
4060
  "SecurityGroups": {
4046
- "shape": "S7v"
4061
+ "shape": "S7z"
4047
4062
  },
4048
4063
  "RoleArn": {},
4049
4064
  "KmsKeyId": {},
@@ -4060,14 +4075,17 @@
4060
4075
  "type": "integer"
4061
4076
  },
4062
4077
  "AcceleratorTypes": {
4063
- "shape": "Sgi"
4078
+ "shape": "Sgo"
4064
4079
  },
4065
4080
  "DefaultCodeRepository": {},
4066
4081
  "AdditionalCodeRepositories": {
4067
- "shape": "Sgl"
4082
+ "shape": "Sgr"
4068
4083
  },
4069
4084
  "RootAccess": {},
4070
- "PlatformIdentifier": {}
4085
+ "PlatformIdentifier": {},
4086
+ "InstanceMetadataServiceConfiguration": {
4087
+ "shape": "Sgu"
4088
+ }
4071
4089
  }
4072
4090
  }
4073
4091
  },
@@ -4087,10 +4105,10 @@
4087
4105
  "NotebookInstanceLifecycleConfigArn": {},
4088
4106
  "NotebookInstanceLifecycleConfigName": {},
4089
4107
  "OnCreate": {
4090
- "shape": "Sgr"
4108
+ "shape": "Sgz"
4091
4109
  },
4092
4110
  "OnStart": {
4093
- "shape": "Sgr"
4111
+ "shape": "Sgz"
4094
4112
  },
4095
4113
  "LastModifiedTime": {
4096
4114
  "type": "timestamp"
@@ -4131,13 +4149,13 @@
4131
4149
  "type": "timestamp"
4132
4150
  },
4133
4151
  "CreatedBy": {
4134
- "shape": "Sn3"
4152
+ "shape": "Snb"
4135
4153
  },
4136
4154
  "LastModifiedBy": {
4137
- "shape": "Sn3"
4155
+ "shape": "Snb"
4138
4156
  },
4139
4157
  "ParallelismConfiguration": {
4140
- "shape": "Sh5"
4158
+ "shape": "Shd"
4141
4159
  }
4142
4160
  }
4143
4161
  }
@@ -4181,7 +4199,7 @@
4181
4199
  "PipelineExecutionStatus": {},
4182
4200
  "PipelineExecutionDescription": {},
4183
4201
  "PipelineExperimentConfig": {
4184
- "shape": "Ssq"
4202
+ "shape": "Ssz"
4185
4203
  },
4186
4204
  "FailureReason": {},
4187
4205
  "CreationTime": {
@@ -4191,13 +4209,13 @@
4191
4209
  "type": "timestamp"
4192
4210
  },
4193
4211
  "CreatedBy": {
4194
- "shape": "Sn3"
4212
+ "shape": "Snb"
4195
4213
  },
4196
4214
  "LastModifiedBy": {
4197
- "shape": "Sn3"
4215
+ "shape": "Snb"
4198
4216
  },
4199
4217
  "ParallelismConfiguration": {
4200
- "shape": "Sh5"
4218
+ "shape": "Shd"
4201
4219
  }
4202
4220
  }
4203
4221
  }
@@ -4224,30 +4242,30 @@
4224
4242
  ],
4225
4243
  "members": {
4226
4244
  "ProcessingInputs": {
4227
- "shape": "Shi"
4245
+ "shape": "Shq"
4228
4246
  },
4229
4247
  "ProcessingOutputConfig": {
4230
- "shape": "Si5"
4248
+ "shape": "Sid"
4231
4249
  },
4232
4250
  "ProcessingJobName": {},
4233
4251
  "ProcessingResources": {
4234
- "shape": "Sia"
4252
+ "shape": "Sii"
4235
4253
  },
4236
4254
  "StoppingCondition": {
4237
- "shape": "Sic"
4255
+ "shape": "Sik"
4238
4256
  },
4239
4257
  "AppSpecification": {
4240
- "shape": "Sie"
4258
+ "shape": "Sim"
4241
4259
  },
4242
4260
  "Environment": {
4243
- "shape": "Sig"
4261
+ "shape": "Sio"
4244
4262
  },
4245
4263
  "NetworkConfig": {
4246
- "shape": "Sg8"
4264
+ "shape": "Sge"
4247
4265
  },
4248
4266
  "RoleArn": {},
4249
4267
  "ExperimentConfig": {
4250
- "shape": "Sih"
4268
+ "shape": "Sip"
4251
4269
  },
4252
4270
  "ProcessingJobArn": {},
4253
4271
  "ProcessingJobStatus": {},
@@ -4297,14 +4315,14 @@
4297
4315
  "ProjectId": {},
4298
4316
  "ProjectDescription": {},
4299
4317
  "ServiceCatalogProvisioningDetails": {
4300
- "shape": "Sim"
4318
+ "shape": "Siu"
4301
4319
  },
4302
4320
  "ServiceCatalogProvisionedProductDetails": {
4303
- "shape": "Ssy"
4321
+ "shape": "St7"
4304
4322
  },
4305
4323
  "ProjectStatus": {},
4306
4324
  "CreatedBy": {
4307
- "shape": "Sn3"
4325
+ "shape": "Snb"
4308
4326
  },
4309
4327
  "CreationTime": {
4310
4328
  "type": "timestamp"
@@ -4313,7 +4331,7 @@
4313
4331
  "type": "timestamp"
4314
4332
  },
4315
4333
  "LastModifiedBy": {
4316
- "shape": "Sn3"
4334
+ "shape": "Snb"
4317
4335
  }
4318
4336
  }
4319
4337
  }
@@ -4361,7 +4379,7 @@
4361
4379
  ],
4362
4380
  "members": {
4363
4381
  "SubscribedWorkteam": {
4364
- "shape": "St5"
4382
+ "shape": "Ste"
4365
4383
  }
4366
4384
  }
4367
4385
  }
@@ -4396,7 +4414,7 @@
4396
4414
  "LabelingJobArn": {},
4397
4415
  "AutoMLJobArn": {},
4398
4416
  "ModelArtifacts": {
4399
- "shape": "Sop"
4417
+ "shape": "Soy"
4400
4418
  },
4401
4419
  "TrainingJobStatus": {},
4402
4420
  "SecondaryStatus": {},
@@ -4405,7 +4423,7 @@
4405
4423
  "shape": "S2t"
4406
4424
  },
4407
4425
  "AlgorithmSpecification": {
4408
- "shape": "Sj2"
4426
+ "shape": "Sja"
4409
4427
  },
4410
4428
  "RoleArn": {},
4411
4429
  "InputDataConfig": {
@@ -4418,7 +4436,7 @@
4418
4436
  "shape": "S3e"
4419
4437
  },
4420
4438
  "VpcConfig": {
4421
- "shape": "S5h"
4439
+ "shape": "S5i"
4422
4440
  },
4423
4441
  "StoppingCondition": {
4424
4442
  "shape": "S3h"
@@ -4436,10 +4454,10 @@
4436
4454
  "type": "timestamp"
4437
4455
  },
4438
4456
  "SecondaryStatusTransitions": {
4439
- "shape": "St9"
4457
+ "shape": "Sti"
4440
4458
  },
4441
4459
  "FinalMetricDataList": {
4442
- "shape": "Stc"
4460
+ "shape": "Stl"
4443
4461
  },
4444
4462
  "EnableNetworkIsolation": {
4445
4463
  "type": "boolean"
@@ -4451,7 +4469,7 @@
4451
4469
  "type": "boolean"
4452
4470
  },
4453
4471
  "CheckpointConfig": {
4454
- "shape": "Sc1"
4472
+ "shape": "Sc5"
4455
4473
  },
4456
4474
  "TrainingTimeInSeconds": {
4457
4475
  "type": "integer"
@@ -4460,25 +4478,25 @@
4460
4478
  "type": "integer"
4461
4479
  },
4462
4480
  "DebugHookConfig": {
4463
- "shape": "Sj3"
4481
+ "shape": "Sjb"
4464
4482
  },
4465
4483
  "ExperimentConfig": {
4466
- "shape": "Sih"
4484
+ "shape": "Sip"
4467
4485
  },
4468
4486
  "DebugRuleConfigurations": {
4469
- "shape": "Sjb"
4487
+ "shape": "Sjj"
4470
4488
  },
4471
4489
  "TensorBoardOutputConfig": {
4472
- "shape": "Sjg"
4490
+ "shape": "Sjo"
4473
4491
  },
4474
4492
  "DebugRuleEvaluationStatuses": {
4475
- "shape": "Stg"
4493
+ "shape": "Stp"
4476
4494
  },
4477
4495
  "ProfilerConfig": {
4478
- "shape": "Sjh"
4496
+ "shape": "Sjp"
4479
4497
  },
4480
4498
  "ProfilerRuleConfigurations": {
4481
- "shape": "Sjk"
4499
+ "shape": "Sjs"
4482
4500
  },
4483
4501
  "ProfilerRuleEvaluationStatuses": {
4484
4502
  "type": "list",
@@ -4497,10 +4515,10 @@
4497
4515
  },
4498
4516
  "ProfilingStatus": {},
4499
4517
  "RetryStrategy": {
4500
- "shape": "Sc2"
4518
+ "shape": "Sc6"
4501
4519
  },
4502
4520
  "Environment": {
4503
- "shape": "Sjm"
4521
+ "shape": "Sju"
4504
4522
  }
4505
4523
  }
4506
4524
  }
@@ -4536,7 +4554,7 @@
4536
4554
  "type": "integer"
4537
4555
  },
4538
4556
  "ModelClientConfig": {
4539
- "shape": "Sjt"
4557
+ "shape": "Sk1"
4540
4558
  },
4541
4559
  "MaxPayloadInMB": {
4542
4560
  "type": "integer"
@@ -4566,10 +4584,10 @@
4566
4584
  "LabelingJobArn": {},
4567
4585
  "AutoMLJobArn": {},
4568
4586
  "DataProcessing": {
4569
- "shape": "Sjw"
4587
+ "shape": "Sk4"
4570
4588
  },
4571
4589
  "ExperimentConfig": {
4572
- "shape": "Sih"
4590
+ "shape": "Sip"
4573
4591
  }
4574
4592
  }
4575
4593
  }
@@ -4592,19 +4610,19 @@
4592
4610
  "DisplayName": {},
4593
4611
  "ExperimentName": {},
4594
4612
  "Source": {
4595
- "shape": "Sts"
4613
+ "shape": "Su1"
4596
4614
  },
4597
4615
  "CreationTime": {
4598
4616
  "type": "timestamp"
4599
4617
  },
4600
4618
  "CreatedBy": {
4601
- "shape": "Sn3"
4619
+ "shape": "Snb"
4602
4620
  },
4603
4621
  "LastModifiedTime": {
4604
4622
  "type": "timestamp"
4605
4623
  },
4606
4624
  "LastModifiedBy": {
4607
- "shape": "Sn3"
4625
+ "shape": "Snb"
4608
4626
  },
4609
4627
  "MetadataProperties": {
4610
4628
  "shape": "S1q"
@@ -4629,10 +4647,10 @@
4629
4647
  "TrialComponentArn": {},
4630
4648
  "DisplayName": {},
4631
4649
  "Source": {
4632
- "shape": "Stw"
4650
+ "shape": "Su5"
4633
4651
  },
4634
4652
  "Status": {
4635
- "shape": "Sk4"
4653
+ "shape": "Skc"
4636
4654
  },
4637
4655
  "StartTime": {
4638
4656
  "type": "timestamp"
@@ -4644,28 +4662,28 @@
4644
4662
  "type": "timestamp"
4645
4663
  },
4646
4664
  "CreatedBy": {
4647
- "shape": "Sn3"
4665
+ "shape": "Snb"
4648
4666
  },
4649
4667
  "LastModifiedTime": {
4650
4668
  "type": "timestamp"
4651
4669
  },
4652
4670
  "LastModifiedBy": {
4653
- "shape": "Sn3"
4671
+ "shape": "Snb"
4654
4672
  },
4655
4673
  "Parameters": {
4656
- "shape": "Sk8"
4674
+ "shape": "Skg"
4657
4675
  },
4658
4676
  "InputArtifacts": {
4659
- "shape": "Skc"
4677
+ "shape": "Skk"
4660
4678
  },
4661
4679
  "OutputArtifacts": {
4662
- "shape": "Skc"
4680
+ "shape": "Skk"
4663
4681
  },
4664
4682
  "MetadataProperties": {
4665
4683
  "shape": "S1q"
4666
4684
  },
4667
4685
  "Metrics": {
4668
- "shape": "Sty"
4686
+ "shape": "Su7"
4669
4687
  },
4670
4688
  "LineageGroupArn": {}
4671
4689
  }
@@ -4701,7 +4719,7 @@
4701
4719
  "SingleSignOnUserIdentifier": {},
4702
4720
  "SingleSignOnUserValue": {},
4703
4721
  "UserSettings": {
4704
- "shape": "S7u"
4722
+ "shape": "S7y"
4705
4723
  }
4706
4724
  }
4707
4725
  }
@@ -4723,7 +4741,7 @@
4723
4741
  ],
4724
4742
  "members": {
4725
4743
  "Workforce": {
4726
- "shape": "Su8"
4744
+ "shape": "Suh"
4727
4745
  }
4728
4746
  }
4729
4747
  }
@@ -4745,7 +4763,7 @@
4745
4763
  ],
4746
4764
  "members": {
4747
4765
  "Workteam": {
4748
- "shape": "Suc"
4766
+ "shape": "Sul"
4749
4767
  }
4750
4768
  }
4751
4769
  }
@@ -4810,7 +4828,7 @@
4810
4828
  "DeviceFleetArn": {},
4811
4829
  "DeviceFleetName": {},
4812
4830
  "OutputConfig": {
4813
- "shape": "S7o"
4831
+ "shape": "S7s"
4814
4832
  },
4815
4833
  "Description": {},
4816
4834
  "ReportGenerated": {
@@ -5244,7 +5262,7 @@
5244
5262
  "type": "timestamp"
5245
5263
  },
5246
5264
  "CreatedBy": {
5247
- "shape": "Sn3"
5265
+ "shape": "Snb"
5248
5266
  }
5249
5267
  }
5250
5268
  }
@@ -5313,7 +5331,7 @@
5313
5331
  },
5314
5332
  "FailureReason": {},
5315
5333
  "PartialFailureReasons": {
5316
- "shape": "Snn"
5334
+ "shape": "Snv"
5317
5335
  }
5318
5336
  }
5319
5337
  }
@@ -5349,7 +5367,7 @@
5349
5367
  "Candidates": {
5350
5368
  "type": "list",
5351
5369
  "member": {
5352
- "shape": "Snp"
5370
+ "shape": "Snx"
5353
5371
  }
5354
5372
  },
5355
5373
  "NextToken": {}
@@ -5407,7 +5425,7 @@
5407
5425
  "type": "timestamp"
5408
5426
  },
5409
5427
  "GitConfig": {
5410
- "shape": "S5t"
5428
+ "shape": "S5x"
5411
5429
  }
5412
5430
  }
5413
5431
  }
@@ -5516,7 +5534,7 @@
5516
5534
  "ContextArn": {},
5517
5535
  "ContextName": {},
5518
5536
  "Source": {
5519
- "shape": "S6h"
5537
+ "shape": "S6l"
5520
5538
  },
5521
5539
  "ContextType": {},
5522
5540
  "CreationTime": {
@@ -5559,7 +5577,7 @@
5559
5577
  ],
5560
5578
  "members": {
5561
5579
  "JobDefinitionSummaries": {
5562
- "shape": "Sx5"
5580
+ "shape": "Sxe"
5563
5581
  },
5564
5582
  "NextToken": {}
5565
5583
  }
@@ -5918,7 +5936,7 @@
5918
5936
  "ExperimentName": {},
5919
5937
  "DisplayName": {},
5920
5938
  "ExperimentSource": {
5921
- "shape": "Sq4"
5939
+ "shape": "Sqd"
5922
5940
  },
5923
5941
  "CreationTime": {
5924
5942
  "type": "timestamp"
@@ -5978,7 +5996,7 @@
5978
5996
  },
5979
5997
  "FeatureGroupStatus": {},
5980
5998
  "OfflineStoreStatus": {
5981
- "shape": "Sqa"
5999
+ "shape": "Sqj"
5982
6000
  }
5983
6001
  }
5984
6002
  }
@@ -6140,13 +6158,13 @@
6140
6158
  "type": "timestamp"
6141
6159
  },
6142
6160
  "TrainingJobStatusCounters": {
6143
- "shape": "Sqp"
6161
+ "shape": "Sqy"
6144
6162
  },
6145
6163
  "ObjectiveStatusCounters": {
6146
- "shape": "Sqr"
6164
+ "shape": "Sr0"
6147
6165
  },
6148
6166
  "ResourceLimits": {
6149
- "shape": "Sbh"
6167
+ "shape": "Sbl"
6150
6168
  }
6151
6169
  }
6152
6170
  }
@@ -6402,17 +6420,17 @@
6402
6420
  },
6403
6421
  "LabelingJobStatus": {},
6404
6422
  "LabelCounters": {
6405
- "shape": "Srg"
6423
+ "shape": "Srp"
6406
6424
  },
6407
6425
  "WorkteamArn": {},
6408
6426
  "PreHumanTaskLambdaArn": {},
6409
6427
  "AnnotationConsolidationLambdaArn": {},
6410
6428
  "FailureReason": {},
6411
6429
  "LabelingJobOutput": {
6412
- "shape": "Srj"
6430
+ "shape": "Srs"
6413
6431
  },
6414
6432
  "InputConfig": {
6415
- "shape": "Sdh"
6433
+ "shape": "Sdn"
6416
6434
  }
6417
6435
  }
6418
6436
  }
@@ -6559,7 +6577,7 @@
6559
6577
  ],
6560
6578
  "members": {
6561
6579
  "JobDefinitionSummaries": {
6562
- "shape": "Sx5"
6580
+ "shape": "Sxe"
6563
6581
  },
6564
6582
  "NextToken": {}
6565
6583
  }
@@ -6592,7 +6610,7 @@
6592
6610
  ],
6593
6611
  "members": {
6594
6612
  "JobDefinitionSummaries": {
6595
- "shape": "Sx5"
6613
+ "shape": "Sxe"
6596
6614
  },
6597
6615
  "NextToken": {}
6598
6616
  }
@@ -6792,7 +6810,7 @@
6792
6810
  ],
6793
6811
  "members": {
6794
6812
  "JobDefinitionSummaries": {
6795
- "shape": "Sx5"
6813
+ "shape": "Sxe"
6796
6814
  },
6797
6815
  "NextToken": {}
6798
6816
  }
@@ -6889,7 +6907,7 @@
6889
6907
  "MonitoringExecutionSummaries": {
6890
6908
  "type": "list",
6891
6909
  "member": {
6892
- "shape": "Ss7"
6910
+ "shape": "Ssg"
6893
6911
  }
6894
6912
  },
6895
6913
  "NextToken": {}
@@ -7070,7 +7088,7 @@
7070
7088
  "NotebookInstanceLifecycleConfigName": {},
7071
7089
  "DefaultCodeRepository": {},
7072
7090
  "AdditionalCodeRepositories": {
7073
- "shape": "Sgl"
7091
+ "shape": "Sgr"
7074
7092
  }
7075
7093
  }
7076
7094
  }
@@ -7169,7 +7187,7 @@
7169
7187
  "CallbackToken": {},
7170
7188
  "SqsQueueUrl": {},
7171
7189
  "OutputParameters": {
7172
- "shape": "S120"
7190
+ "shape": "S129"
7173
7191
  }
7174
7192
  }
7175
7193
  },
@@ -7178,7 +7196,7 @@
7178
7196
  "members": {
7179
7197
  "Arn": {},
7180
7198
  "OutputParameters": {
7181
- "shape": "S120"
7199
+ "shape": "S129"
7182
7200
  }
7183
7201
  }
7184
7202
  },
@@ -7305,7 +7323,7 @@
7305
7323
  "type": "structure",
7306
7324
  "members": {
7307
7325
  "PipelineParameters": {
7308
- "shape": "S12f"
7326
+ "shape": "S12o"
7309
7327
  },
7310
7328
  "NextToken": {}
7311
7329
  }
@@ -7545,7 +7563,7 @@
7545
7563
  "SubscribedWorkteams": {
7546
7564
  "type": "list",
7547
7565
  "member": {
7548
- "shape": "St5"
7566
+ "shape": "Ste"
7549
7567
  }
7550
7568
  },
7551
7569
  "NextToken": {}
@@ -7664,7 +7682,7 @@
7664
7682
  "TrainingJobSummaries": {
7665
7683
  "type": "list",
7666
7684
  "member": {
7667
- "shape": "Sqt"
7685
+ "shape": "Sr2"
7668
7686
  }
7669
7687
  },
7670
7688
  "NextToken": {}
@@ -7767,10 +7785,10 @@
7767
7785
  "TrialComponentArn": {},
7768
7786
  "DisplayName": {},
7769
7787
  "TrialComponentSource": {
7770
- "shape": "Stw"
7788
+ "shape": "Su5"
7771
7789
  },
7772
7790
  "Status": {
7773
- "shape": "Sk4"
7791
+ "shape": "Skc"
7774
7792
  },
7775
7793
  "StartTime": {
7776
7794
  "type": "timestamp"
@@ -7782,13 +7800,13 @@
7782
7800
  "type": "timestamp"
7783
7801
  },
7784
7802
  "CreatedBy": {
7785
- "shape": "Sn3"
7803
+ "shape": "Snb"
7786
7804
  },
7787
7805
  "LastModifiedTime": {
7788
7806
  "type": "timestamp"
7789
7807
  },
7790
7808
  "LastModifiedBy": {
7791
- "shape": "Sn3"
7809
+ "shape": "Snb"
7792
7810
  }
7793
7811
  }
7794
7812
  }
@@ -7829,7 +7847,7 @@
7829
7847
  "TrialName": {},
7830
7848
  "DisplayName": {},
7831
7849
  "TrialSource": {
7832
- "shape": "Sts"
7850
+ "shape": "Su1"
7833
7851
  },
7834
7852
  "CreationTime": {
7835
7853
  "type": "timestamp"
@@ -7904,7 +7922,7 @@
7904
7922
  "Workforces": {
7905
7923
  "type": "list",
7906
7924
  "member": {
7907
- "shape": "Su8"
7925
+ "shape": "Suh"
7908
7926
  }
7909
7927
  },
7910
7928
  "NextToken": {}
@@ -7933,7 +7951,7 @@
7933
7951
  "Workteams": {
7934
7952
  "type": "list",
7935
7953
  "member": {
7936
- "shape": "Suc"
7954
+ "shape": "Sul"
7937
7955
  }
7938
7956
  },
7939
7957
  "NextToken": {}
@@ -8055,7 +8073,7 @@
8055
8073
  "members": {
8056
8074
  "DeviceFleetName": {},
8057
8075
  "Devices": {
8058
- "shape": "S14r"
8076
+ "shape": "S150"
8059
8077
  },
8060
8078
  "Tags": {
8061
8079
  "shape": "S7"
@@ -8072,7 +8090,7 @@
8072
8090
  ],
8073
8091
  "members": {
8074
8092
  "UiTemplate": {
8075
- "shape": "Sba"
8093
+ "shape": "Sbe"
8076
8094
  },
8077
8095
  "Task": {
8078
8096
  "type": "structure",
@@ -8125,7 +8143,7 @@
8125
8143
  "idempotencyToken": true
8126
8144
  },
8127
8145
  "ParallelismConfiguration": {
8128
- "shape": "Sh5"
8146
+ "shape": "Shd"
8129
8147
  }
8130
8148
  }
8131
8149
  },
@@ -8145,7 +8163,7 @@
8145
8163
  "members": {
8146
8164
  "Resource": {},
8147
8165
  "SearchExpression": {
8148
- "shape": "S152"
8166
+ "shape": "S15b"
8149
8167
  },
8150
8168
  "SortBy": {},
8151
8169
  "SortOrder": {},
@@ -8164,7 +8182,7 @@
8164
8182
  "type": "structure",
8165
8183
  "members": {
8166
8184
  "TrainingJob": {
8167
- "shape": "S15f"
8185
+ "shape": "S15o"
8168
8186
  },
8169
8187
  "Experiment": {
8170
8188
  "type": "structure",
@@ -8173,20 +8191,20 @@
8173
8191
  "ExperimentArn": {},
8174
8192
  "DisplayName": {},
8175
8193
  "Source": {
8176
- "shape": "Sq4"
8194
+ "shape": "Sqd"
8177
8195
  },
8178
8196
  "Description": {},
8179
8197
  "CreationTime": {
8180
8198
  "type": "timestamp"
8181
8199
  },
8182
8200
  "CreatedBy": {
8183
- "shape": "Sn3"
8201
+ "shape": "Snb"
8184
8202
  },
8185
8203
  "LastModifiedTime": {
8186
8204
  "type": "timestamp"
8187
8205
  },
8188
8206
  "LastModifiedBy": {
8189
- "shape": "Sn3"
8207
+ "shape": "Snb"
8190
8208
  },
8191
8209
  "Tags": {
8192
8210
  "shape": "S7"
@@ -8201,19 +8219,19 @@
8201
8219
  "DisplayName": {},
8202
8220
  "ExperimentName": {},
8203
8221
  "Source": {
8204
- "shape": "Sts"
8222
+ "shape": "Su1"
8205
8223
  },
8206
8224
  "CreationTime": {
8207
8225
  "type": "timestamp"
8208
8226
  },
8209
8227
  "CreatedBy": {
8210
- "shape": "Sn3"
8228
+ "shape": "Snb"
8211
8229
  },
8212
8230
  "LastModifiedTime": {
8213
8231
  "type": "timestamp"
8214
8232
  },
8215
8233
  "LastModifiedBy": {
8216
- "shape": "Sn3"
8234
+ "shape": "Snb"
8217
8235
  },
8218
8236
  "MetadataProperties": {
8219
8237
  "shape": "S1q"
@@ -8229,13 +8247,13 @@
8229
8247
  "TrialComponentName": {},
8230
8248
  "TrialComponentArn": {},
8231
8249
  "TrialComponentSource": {
8232
- "shape": "Stw"
8250
+ "shape": "Su5"
8233
8251
  },
8234
8252
  "CreationTime": {
8235
8253
  "type": "timestamp"
8236
8254
  },
8237
8255
  "CreatedBy": {
8238
- "shape": "Sn3"
8256
+ "shape": "Snb"
8239
8257
  }
8240
8258
  }
8241
8259
  }
@@ -8249,10 +8267,10 @@
8249
8267
  "DisplayName": {},
8250
8268
  "TrialComponentArn": {},
8251
8269
  "Source": {
8252
- "shape": "Stw"
8270
+ "shape": "Su5"
8253
8271
  },
8254
8272
  "Status": {
8255
- "shape": "Sk4"
8273
+ "shape": "Skc"
8256
8274
  },
8257
8275
  "StartTime": {
8258
8276
  "type": "timestamp"
@@ -8264,25 +8282,25 @@
8264
8282
  "type": "timestamp"
8265
8283
  },
8266
8284
  "CreatedBy": {
8267
- "shape": "Sn3"
8285
+ "shape": "Snb"
8268
8286
  },
8269
8287
  "LastModifiedTime": {
8270
8288
  "type": "timestamp"
8271
8289
  },
8272
8290
  "LastModifiedBy": {
8273
- "shape": "Sn3"
8291
+ "shape": "Snb"
8274
8292
  },
8275
8293
  "Parameters": {
8276
- "shape": "Sk8"
8294
+ "shape": "Skg"
8277
8295
  },
8278
8296
  "InputArtifacts": {
8279
- "shape": "Skc"
8297
+ "shape": "Skk"
8280
8298
  },
8281
8299
  "OutputArtifacts": {
8282
- "shape": "Skc"
8300
+ "shape": "Skk"
8283
8301
  },
8284
8302
  "Metrics": {
8285
- "shape": "Sty"
8303
+ "shape": "Su7"
8286
8304
  },
8287
8305
  "MetadataProperties": {
8288
8306
  "shape": "S1q"
@@ -8292,36 +8310,36 @@
8292
8310
  "members": {
8293
8311
  "SourceArn": {},
8294
8312
  "TrainingJob": {
8295
- "shape": "S15f"
8313
+ "shape": "S15o"
8296
8314
  },
8297
8315
  "ProcessingJob": {
8298
8316
  "type": "structure",
8299
8317
  "members": {
8300
8318
  "ProcessingInputs": {
8301
- "shape": "Shi"
8319
+ "shape": "Shq"
8302
8320
  },
8303
8321
  "ProcessingOutputConfig": {
8304
- "shape": "Si5"
8322
+ "shape": "Sid"
8305
8323
  },
8306
8324
  "ProcessingJobName": {},
8307
8325
  "ProcessingResources": {
8308
- "shape": "Sia"
8326
+ "shape": "Sii"
8309
8327
  },
8310
8328
  "StoppingCondition": {
8311
- "shape": "Sic"
8329
+ "shape": "Sik"
8312
8330
  },
8313
8331
  "AppSpecification": {
8314
- "shape": "Sie"
8332
+ "shape": "Sim"
8315
8333
  },
8316
8334
  "Environment": {
8317
- "shape": "Sig"
8335
+ "shape": "Sio"
8318
8336
  },
8319
8337
  "NetworkConfig": {
8320
- "shape": "Sg8"
8338
+ "shape": "Sge"
8321
8339
  },
8322
8340
  "RoleArn": {},
8323
8341
  "ExperimentConfig": {
8324
- "shape": "Sih"
8342
+ "shape": "Sip"
8325
8343
  },
8326
8344
  "ProcessingJobArn": {},
8327
8345
  "ProcessingJobStatus": {},
@@ -8359,7 +8377,7 @@
8359
8377
  "type": "integer"
8360
8378
  },
8361
8379
  "ModelClientConfig": {
8362
- "shape": "Sjt"
8380
+ "shape": "Sk1"
8363
8381
  },
8364
8382
  "MaxPayloadInMB": {
8365
8383
  "type": "integer"
@@ -8389,10 +8407,10 @@
8389
8407
  "LabelingJobArn": {},
8390
8408
  "AutoMLJobArn": {},
8391
8409
  "DataProcessing": {
8392
- "shape": "Sjw"
8410
+ "shape": "Sk4"
8393
8411
  },
8394
8412
  "ExperimentConfig": {
8395
- "shape": "Sih"
8413
+ "shape": "Sip"
8396
8414
  },
8397
8415
  "Tags": {
8398
8416
  "shape": "S7"
@@ -8432,10 +8450,10 @@
8432
8450
  "EndpointArn": {},
8433
8451
  "EndpointConfigName": {},
8434
8452
  "ProductionVariants": {
8435
- "shape": "Spl"
8453
+ "shape": "Spu"
8436
8454
  },
8437
8455
  "DataCaptureConfig": {
8438
- "shape": "Spu"
8456
+ "shape": "Sq3"
8439
8457
  },
8440
8458
  "EndpointStatus": {},
8441
8459
  "FailureReason": {},
@@ -8462,11 +8480,11 @@
8462
8480
  "type": "timestamp"
8463
8481
  },
8464
8482
  "MonitoringScheduleConfig": {
8465
- "shape": "Sg0"
8483
+ "shape": "Sg6"
8466
8484
  },
8467
8485
  "EndpointName": {},
8468
8486
  "LastMonitoringExecutionSummary": {
8469
- "shape": "Ss7"
8487
+ "shape": "Ssg"
8470
8488
  },
8471
8489
  "Tags": {
8472
8490
  "shape": "S7"
@@ -8496,49 +8514,49 @@
8496
8514
  "shape": "Sr"
8497
8515
  },
8498
8516
  "SourceAlgorithmSpecification": {
8499
- "shape": "Sf3"
8517
+ "shape": "Sf9"
8500
8518
  },
8501
8519
  "ValidationSpecification": {
8502
- "shape": "Sf0"
8520
+ "shape": "Sf6"
8503
8521
  },
8504
8522
  "ModelPackageStatus": {},
8505
8523
  "ModelPackageStatusDetails": {
8506
- "shape": "Sru"
8524
+ "shape": "Ss3"
8507
8525
  },
8508
8526
  "CertifyForMarketplace": {
8509
8527
  "type": "boolean"
8510
8528
  },
8511
8529
  "ModelApprovalStatus": {},
8512
8530
  "CreatedBy": {
8513
- "shape": "Sn3"
8531
+ "shape": "Snb"
8514
8532
  },
8515
8533
  "MetadataProperties": {
8516
8534
  "shape": "S1q"
8517
8535
  },
8518
8536
  "ModelMetrics": {
8519
- "shape": "Sf6"
8537
+ "shape": "Sfc"
8520
8538
  },
8521
8539
  "LastModifiedTime": {
8522
8540
  "type": "timestamp"
8523
8541
  },
8524
8542
  "LastModifiedBy": {
8525
- "shape": "Sn3"
8543
+ "shape": "Snb"
8526
8544
  },
8527
8545
  "ApprovalDescription": {},
8528
8546
  "Domain": {},
8529
8547
  "Task": {},
8530
8548
  "SamplePayloadUrl": {},
8531
8549
  "AdditionalInferenceSpecifications": {
8532
- "shape": "Sfm"
8550
+ "shape": "Sfs"
8533
8551
  },
8534
8552
  "Tags": {
8535
8553
  "shape": "S7"
8536
8554
  },
8537
8555
  "CustomerMetadataProperties": {
8538
- "shape": "Sfd"
8556
+ "shape": "Sfj"
8539
8557
  },
8540
8558
  "DriftCheckBaselines": {
8541
- "shape": "Sfg"
8559
+ "shape": "Sfm"
8542
8560
  }
8543
8561
  }
8544
8562
  },
@@ -8552,7 +8570,7 @@
8552
8570
  "type": "timestamp"
8553
8571
  },
8554
8572
  "CreatedBy": {
8555
- "shape": "Sn3"
8573
+ "shape": "Snb"
8556
8574
  },
8557
8575
  "ModelPackageGroupStatus": {},
8558
8576
  "Tags": {
@@ -8579,13 +8597,13 @@
8579
8597
  "type": "timestamp"
8580
8598
  },
8581
8599
  "CreatedBy": {
8582
- "shape": "Sn3"
8600
+ "shape": "Snb"
8583
8601
  },
8584
8602
  "LastModifiedBy": {
8585
- "shape": "Sn3"
8603
+ "shape": "Snb"
8586
8604
  },
8587
8605
  "ParallelismConfiguration": {
8588
- "shape": "Sh5"
8606
+ "shape": "Shd"
8589
8607
  },
8590
8608
  "Tags": {
8591
8609
  "shape": "S7"
@@ -8601,7 +8619,7 @@
8601
8619
  "PipelineExecutionStatus": {},
8602
8620
  "PipelineExecutionDescription": {},
8603
8621
  "PipelineExperimentConfig": {
8604
- "shape": "Ssq"
8622
+ "shape": "Ssz"
8605
8623
  },
8606
8624
  "FailureReason": {},
8607
8625
  "CreationTime": {
@@ -8611,16 +8629,16 @@
8611
8629
  "type": "timestamp"
8612
8630
  },
8613
8631
  "CreatedBy": {
8614
- "shape": "Sn3"
8632
+ "shape": "Snb"
8615
8633
  },
8616
8634
  "LastModifiedBy": {
8617
- "shape": "Sn3"
8635
+ "shape": "Snb"
8618
8636
  },
8619
8637
  "ParallelismConfiguration": {
8620
- "shape": "Sh5"
8638
+ "shape": "Shd"
8621
8639
  },
8622
8640
  "PipelineParameters": {
8623
- "shape": "S12f"
8641
+ "shape": "S12o"
8624
8642
  }
8625
8643
  }
8626
8644
  },
@@ -8632,21 +8650,21 @@
8632
8650
  "RecordIdentifierFeatureName": {},
8633
8651
  "EventTimeFeatureName": {},
8634
8652
  "FeatureDefinitions": {
8635
- "shape": "Sa5"
8653
+ "shape": "Sa9"
8636
8654
  },
8637
8655
  "CreationTime": {
8638
8656
  "type": "timestamp"
8639
8657
  },
8640
8658
  "OnlineStoreConfig": {
8641
- "shape": "Sa8"
8659
+ "shape": "Sac"
8642
8660
  },
8643
8661
  "OfflineStoreConfig": {
8644
- "shape": "Saa"
8662
+ "shape": "Sae"
8645
8663
  },
8646
8664
  "RoleArn": {},
8647
8665
  "FeatureGroupStatus": {},
8648
8666
  "OfflineStoreStatus": {
8649
- "shape": "Sqa"
8667
+ "shape": "Sqj"
8650
8668
  },
8651
8669
  "FailureReason": {},
8652
8670
  "Description": {},
@@ -8663,14 +8681,14 @@
8663
8681
  "ProjectId": {},
8664
8682
  "ProjectDescription": {},
8665
8683
  "ServiceCatalogProvisioningDetails": {
8666
- "shape": "Sim"
8684
+ "shape": "Siu"
8667
8685
  },
8668
8686
  "ServiceCatalogProvisionedProductDetails": {
8669
- "shape": "Ssy"
8687
+ "shape": "St7"
8670
8688
  },
8671
8689
  "ProjectStatus": {},
8672
8690
  "CreatedBy": {
8673
- "shape": "Sn3"
8691
+ "shape": "Snb"
8674
8692
  },
8675
8693
  "CreationTime": {
8676
8694
  "type": "timestamp"
@@ -8682,7 +8700,7 @@
8682
8700
  "type": "timestamp"
8683
8701
  },
8684
8702
  "LastModifiedBy": {
8685
- "shape": "Sn3"
8703
+ "shape": "Snb"
8686
8704
  }
8687
8705
  }
8688
8706
  }
@@ -8723,7 +8741,7 @@
8723
8741
  "members": {
8724
8742
  "CallbackToken": {},
8725
8743
  "OutputParameters": {
8726
- "shape": "S120"
8744
+ "shape": "S129"
8727
8745
  },
8728
8746
  "ClientRequestToken": {
8729
8747
  "idempotencyToken": true
@@ -8770,14 +8788,14 @@
8770
8788
  "PipelineName": {},
8771
8789
  "PipelineExecutionDisplayName": {},
8772
8790
  "PipelineParameters": {
8773
- "shape": "S12f"
8791
+ "shape": "S12o"
8774
8792
  },
8775
8793
  "PipelineExecutionDescription": {},
8776
8794
  "ClientRequestToken": {
8777
8795
  "idempotencyToken": true
8778
8796
  },
8779
8797
  "ParallelismConfiguration": {
8780
- "shape": "Sh5"
8798
+ "shape": "Shd"
8781
8799
  }
8782
8800
  }
8783
8801
  },
@@ -8944,7 +8962,7 @@
8944
8962
  "shape": "S1o"
8945
8963
  },
8946
8964
  "PropertiesToRemove": {
8947
- "shape": "S16l"
8965
+ "shape": "S16u"
8948
8966
  }
8949
8967
  }
8950
8968
  },
@@ -8988,7 +9006,7 @@
8988
9006
  "shape": "S1o"
8989
9007
  },
8990
9008
  "PropertiesToRemove": {
8991
- "shape": "S16l"
9009
+ "shape": "S16u"
8992
9010
  }
8993
9011
  }
8994
9012
  },
@@ -9038,7 +9056,7 @@
9038
9056
  "shape": "S1o"
9039
9057
  },
9040
9058
  "PropertiesToRemove": {
9041
- "shape": "S16l"
9059
+ "shape": "S16u"
9042
9060
  }
9043
9061
  }
9044
9062
  },
@@ -9061,7 +9079,7 @@
9061
9079
  "RoleArn": {},
9062
9080
  "Description": {},
9063
9081
  "OutputConfig": {
9064
- "shape": "S7o"
9082
+ "shape": "S7s"
9065
9083
  },
9066
9084
  "EnableIotRoleAlias": {
9067
9085
  "type": "boolean"
@@ -9079,7 +9097,7 @@
9079
9097
  "members": {
9080
9098
  "DeviceFleetName": {},
9081
9099
  "Devices": {
9082
- "shape": "S14r"
9100
+ "shape": "S150"
9083
9101
  }
9084
9102
  }
9085
9103
  }
@@ -9093,7 +9111,7 @@
9093
9111
  "members": {
9094
9112
  "DomainId": {},
9095
9113
  "DefaultUserSettings": {
9096
- "shape": "S7u"
9114
+ "shape": "S7y"
9097
9115
  },
9098
9116
  "DomainSettingsForUpdate": {
9099
9117
  "type": "structure",
@@ -9147,7 +9165,7 @@
9147
9165
  }
9148
9166
  },
9149
9167
  "DeploymentConfig": {
9150
- "shape": "S8n"
9168
+ "shape": "S8r"
9151
9169
  },
9152
9170
  "RetainDeploymentConfig": {
9153
9171
  "type": "boolean"
@@ -9257,14 +9275,14 @@
9257
9275
  "ModelApprovalStatus": {},
9258
9276
  "ApprovalDescription": {},
9259
9277
  "CustomerMetadataProperties": {
9260
- "shape": "Sfd"
9278
+ "shape": "Sfj"
9261
9279
  },
9262
9280
  "CustomerMetadataPropertiesToRemove": {
9263
9281
  "type": "list",
9264
9282
  "member": {}
9265
9283
  },
9266
9284
  "AdditionalInferenceSpecificationsToAdd": {
9267
- "shape": "Sfm"
9285
+ "shape": "Sfs"
9268
9286
  }
9269
9287
  }
9270
9288
  },
@@ -9288,7 +9306,7 @@
9288
9306
  "members": {
9289
9307
  "MonitoringScheduleName": {},
9290
9308
  "MonitoringScheduleConfig": {
9291
- "shape": "Sg0"
9309
+ "shape": "Sg6"
9292
9310
  }
9293
9311
  }
9294
9312
  },
@@ -9321,10 +9339,10 @@
9321
9339
  },
9322
9340
  "DefaultCodeRepository": {},
9323
9341
  "AdditionalCodeRepositories": {
9324
- "shape": "Sgl"
9342
+ "shape": "Sgr"
9325
9343
  },
9326
9344
  "AcceleratorTypes": {
9327
- "shape": "Sgi"
9345
+ "shape": "Sgo"
9328
9346
  },
9329
9347
  "DisassociateAcceleratorTypes": {
9330
9348
  "type": "boolean"
@@ -9335,7 +9353,10 @@
9335
9353
  "DisassociateAdditionalCodeRepositories": {
9336
9354
  "type": "boolean"
9337
9355
  },
9338
- "RootAccess": {}
9356
+ "RootAccess": {},
9357
+ "InstanceMetadataServiceConfiguration": {
9358
+ "shape": "Sgu"
9359
+ }
9339
9360
  }
9340
9361
  },
9341
9362
  "output": {
@@ -9352,10 +9373,10 @@
9352
9373
  "members": {
9353
9374
  "NotebookInstanceLifecycleConfigName": {},
9354
9375
  "OnCreate": {
9355
- "shape": "Sgr"
9376
+ "shape": "Sgz"
9356
9377
  },
9357
9378
  "OnStart": {
9358
- "shape": "Sgr"
9379
+ "shape": "Sgz"
9359
9380
  }
9360
9381
  }
9361
9382
  },
@@ -9375,12 +9396,12 @@
9375
9396
  "PipelineDisplayName": {},
9376
9397
  "PipelineDefinition": {},
9377
9398
  "PipelineDefinitionS3Location": {
9378
- "shape": "Sgz"
9399
+ "shape": "Sh7"
9379
9400
  },
9380
9401
  "PipelineDescription": {},
9381
9402
  "RoleArn": {},
9382
9403
  "ParallelismConfiguration": {
9383
- "shape": "Sh5"
9404
+ "shape": "Shd"
9384
9405
  }
9385
9406
  }
9386
9407
  },
@@ -9402,7 +9423,7 @@
9402
9423
  "PipelineExecutionDescription": {},
9403
9424
  "PipelineExecutionDisplayName": {},
9404
9425
  "ParallelismConfiguration": {
9405
- "shape": "Sh5"
9426
+ "shape": "Shd"
9406
9427
  }
9407
9428
  }
9408
9429
  },
@@ -9427,7 +9448,7 @@
9427
9448
  "members": {
9428
9449
  "ProvisioningArtifactId": {},
9429
9450
  "ProvisioningParameters": {
9430
- "shape": "Sio"
9451
+ "shape": "Siw"
9431
9452
  }
9432
9453
  }
9433
9454
  },
@@ -9462,7 +9483,7 @@
9462
9483
  "type": "long"
9463
9484
  },
9464
9485
  "ProfilingParameters": {
9465
- "shape": "Sjj"
9486
+ "shape": "Sjr"
9466
9487
  },
9467
9488
  "DisableProfiler": {
9468
9489
  "type": "boolean"
@@ -9470,7 +9491,7 @@
9470
9491
  }
9471
9492
  },
9472
9493
  "ProfilerRuleConfigurations": {
9473
- "shape": "Sjk"
9494
+ "shape": "Sjs"
9474
9495
  }
9475
9496
  }
9476
9497
  },
@@ -9512,7 +9533,7 @@
9512
9533
  "TrialComponentName": {},
9513
9534
  "DisplayName": {},
9514
9535
  "Status": {
9515
- "shape": "Sk4"
9536
+ "shape": "Skc"
9516
9537
  },
9517
9538
  "StartTime": {
9518
9539
  "type": "timestamp"
@@ -9521,22 +9542,22 @@
9521
9542
  "type": "timestamp"
9522
9543
  },
9523
9544
  "Parameters": {
9524
- "shape": "Sk8"
9545
+ "shape": "Skg"
9525
9546
  },
9526
9547
  "ParametersToRemove": {
9527
- "shape": "S188"
9548
+ "shape": "S18h"
9528
9549
  },
9529
9550
  "InputArtifacts": {
9530
- "shape": "Skc"
9551
+ "shape": "Skk"
9531
9552
  },
9532
9553
  "InputArtifactsToRemove": {
9533
- "shape": "S188"
9554
+ "shape": "S18h"
9534
9555
  },
9535
9556
  "OutputArtifacts": {
9536
- "shape": "Skc"
9557
+ "shape": "Skk"
9537
9558
  },
9538
9559
  "OutputArtifactsToRemove": {
9539
- "shape": "S188"
9560
+ "shape": "S18h"
9540
9561
  }
9541
9562
  }
9542
9563
  },
@@ -9558,7 +9579,7 @@
9558
9579
  "DomainId": {},
9559
9580
  "UserProfileName": {},
9560
9581
  "UserSettings": {
9561
- "shape": "S7u"
9582
+ "shape": "S7y"
9562
9583
  }
9563
9584
  }
9564
9585
  },
@@ -9578,10 +9599,10 @@
9578
9599
  "members": {
9579
9600
  "WorkforceName": {},
9580
9601
  "SourceIpConfig": {
9581
- "shape": "Skt"
9602
+ "shape": "Sl1"
9582
9603
  },
9583
9604
  "OidcConfig": {
9584
- "shape": "Skq"
9605
+ "shape": "Sky"
9585
9606
  }
9586
9607
  }
9587
9608
  },
@@ -9592,7 +9613,7 @@
9592
9613
  ],
9593
9614
  "members": {
9594
9615
  "Workforce": {
9595
- "shape": "Su8"
9616
+ "shape": "Suh"
9596
9617
  }
9597
9618
  }
9598
9619
  }
@@ -9606,11 +9627,11 @@
9606
9627
  "members": {
9607
9628
  "WorkteamName": {},
9608
9629
  "MemberDefinitions": {
9609
- "shape": "Sl1"
9630
+ "shape": "Sl9"
9610
9631
  },
9611
9632
  "Description": {},
9612
9633
  "NotificationConfiguration": {
9613
- "shape": "Sl9"
9634
+ "shape": "Slh"
9614
9635
  }
9615
9636
  }
9616
9637
  },
@@ -9621,7 +9642,7 @@
9621
9642
  ],
9622
9643
  "members": {
9623
9644
  "Workteam": {
9624
- "shape": "Suc"
9645
+ "shape": "Sul"
9625
9646
  }
9626
9647
  }
9627
9648
  }
@@ -10237,11 +10258,12 @@
10237
10258
  },
10238
10259
  "CompressionType": {},
10239
10260
  "TargetAttributeName": {},
10240
- "ContentType": {}
10261
+ "ContentType": {},
10262
+ "ChannelType": {}
10241
10263
  }
10242
10264
  }
10243
10265
  },
10244
- "S57": {
10266
+ "S58": {
10245
10267
  "type": "structure",
10246
10268
  "required": [
10247
10269
  "S3OutputPath"
@@ -10251,7 +10273,7 @@
10251
10273
  "S3OutputPath": {}
10252
10274
  }
10253
10275
  },
10254
- "S59": {
10276
+ "S5a": {
10255
10277
  "type": "structure",
10256
10278
  "required": [
10257
10279
  "MetricName"
@@ -10260,11 +10282,11 @@
10260
10282
  "MetricName": {}
10261
10283
  }
10262
10284
  },
10263
- "S5b": {
10285
+ "S5c": {
10264
10286
  "type": "structure",
10265
10287
  "members": {
10266
10288
  "CompletionCriteria": {
10267
- "shape": "S5c"
10289
+ "shape": "S5d"
10268
10290
  },
10269
10291
  "SecurityConfig": {
10270
10292
  "type": "structure",
@@ -10274,13 +10296,27 @@
10274
10296
  "type": "boolean"
10275
10297
  },
10276
10298
  "VpcConfig": {
10277
- "shape": "S5h"
10299
+ "shape": "S5i"
10300
+ }
10301
+ }
10302
+ },
10303
+ "DataSplitConfig": {
10304
+ "type": "structure",
10305
+ "members": {
10306
+ "ValidationFraction": {
10307
+ "type": "float"
10278
10308
  }
10279
10309
  }
10310
+ },
10311
+ "CandidateGenerationConfig": {
10312
+ "type": "structure",
10313
+ "members": {
10314
+ "FeatureSpecificationS3Uri": {}
10315
+ }
10280
10316
  }
10281
10317
  }
10282
10318
  },
10283
- "S5c": {
10319
+ "S5d": {
10284
10320
  "type": "structure",
10285
10321
  "members": {
10286
10322
  "MaxCandidates": {
@@ -10294,7 +10330,7 @@
10294
10330
  }
10295
10331
  }
10296
10332
  },
10297
- "S5h": {
10333
+ "S5i": {
10298
10334
  "type": "structure",
10299
10335
  "required": [
10300
10336
  "SecurityGroupIds",
@@ -10306,15 +10342,15 @@
10306
10342
  "member": {}
10307
10343
  },
10308
10344
  "Subnets": {
10309
- "shape": "S5k"
10345
+ "shape": "S5l"
10310
10346
  }
10311
10347
  }
10312
10348
  },
10313
- "S5k": {
10349
+ "S5l": {
10314
10350
  "type": "list",
10315
10351
  "member": {}
10316
10352
  },
10317
- "S5n": {
10353
+ "S5r": {
10318
10354
  "type": "structure",
10319
10355
  "members": {
10320
10356
  "AutoGenerateEndpointName": {
@@ -10323,7 +10359,7 @@
10323
10359
  "EndpointName": {}
10324
10360
  }
10325
10361
  },
10326
- "S5t": {
10362
+ "S5x": {
10327
10363
  "type": "structure",
10328
10364
  "required": [
10329
10365
  "RepositoryUrl"
@@ -10334,7 +10370,7 @@
10334
10370
  "SecretArn": {}
10335
10371
  }
10336
10372
  },
10337
- "S60": {
10373
+ "S64": {
10338
10374
  "type": "structure",
10339
10375
  "required": [
10340
10376
  "S3Uri",
@@ -10348,7 +10384,7 @@
10348
10384
  "FrameworkVersion": {}
10349
10385
  }
10350
10386
  },
10351
- "S62": {
10387
+ "S66": {
10352
10388
  "type": "structure",
10353
10389
  "required": [
10354
10390
  "S3OutputLocation"
@@ -10372,7 +10408,7 @@
10372
10408
  "KmsKeyId": {}
10373
10409
  }
10374
10410
  },
10375
- "S69": {
10411
+ "S6d": {
10376
10412
  "type": "structure",
10377
10413
  "required": [
10378
10414
  "SecurityGroupIds",
@@ -10389,7 +10425,7 @@
10389
10425
  }
10390
10426
  }
10391
10427
  },
10392
- "S6h": {
10428
+ "S6l": {
10393
10429
  "type": "structure",
10394
10430
  "required": [
10395
10431
  "SourceUri"
@@ -10400,31 +10436,31 @@
10400
10436
  "SourceId": {}
10401
10437
  }
10402
10438
  },
10403
- "S6m": {
10439
+ "S6q": {
10404
10440
  "type": "structure",
10405
10441
  "members": {
10406
10442
  "BaseliningJobName": {},
10407
10443
  "ConstraintsResource": {
10408
- "shape": "S6o"
10444
+ "shape": "S6s"
10409
10445
  },
10410
10446
  "StatisticsResource": {
10411
- "shape": "S6p"
10447
+ "shape": "S6t"
10412
10448
  }
10413
10449
  }
10414
10450
  },
10415
- "S6o": {
10451
+ "S6s": {
10416
10452
  "type": "structure",
10417
10453
  "members": {
10418
10454
  "S3Uri": {}
10419
10455
  }
10420
10456
  },
10421
- "S6p": {
10457
+ "S6t": {
10422
10458
  "type": "structure",
10423
10459
  "members": {
10424
10460
  "S3Uri": {}
10425
10461
  }
10426
10462
  },
10427
- "S6q": {
10463
+ "S6u": {
10428
10464
  "type": "structure",
10429
10465
  "required": [
10430
10466
  "ImageUri"
@@ -10432,43 +10468,43 @@
10432
10468
  "members": {
10433
10469
  "ImageUri": {},
10434
10470
  "ContainerEntrypoint": {
10435
- "shape": "S6s"
10471
+ "shape": "S6w"
10436
10472
  },
10437
10473
  "ContainerArguments": {
10438
- "shape": "S6u"
10474
+ "shape": "S6y"
10439
10475
  },
10440
10476
  "RecordPreprocessorSourceUri": {},
10441
10477
  "PostAnalyticsProcessorSourceUri": {},
10442
10478
  "Environment": {
10443
- "shape": "S6w"
10479
+ "shape": "S70"
10444
10480
  }
10445
10481
  }
10446
10482
  },
10447
- "S6s": {
10483
+ "S6w": {
10448
10484
  "type": "list",
10449
10485
  "member": {}
10450
10486
  },
10451
- "S6u": {
10487
+ "S6y": {
10452
10488
  "type": "list",
10453
10489
  "member": {}
10454
10490
  },
10455
- "S6w": {
10491
+ "S70": {
10456
10492
  "type": "map",
10457
10493
  "key": {},
10458
10494
  "value": {}
10459
10495
  },
10460
- "S6z": {
10496
+ "S73": {
10461
10497
  "type": "structure",
10462
10498
  "required": [
10463
10499
  "EndpointInput"
10464
10500
  ],
10465
10501
  "members": {
10466
10502
  "EndpointInput": {
10467
- "shape": "S70"
10503
+ "shape": "S74"
10468
10504
  }
10469
10505
  }
10470
10506
  },
10471
- "S70": {
10507
+ "S74": {
10472
10508
  "type": "structure",
10473
10509
  "required": [
10474
10510
  "EndpointName",
@@ -10489,7 +10525,7 @@
10489
10525
  "EndTimeOffset": {}
10490
10526
  }
10491
10527
  },
10492
- "S76": {
10528
+ "S7a": {
10493
10529
  "type": "structure",
10494
10530
  "required": [
10495
10531
  "MonitoringOutputs"
@@ -10521,7 +10557,7 @@
10521
10557
  "KmsKeyId": {}
10522
10558
  }
10523
10559
  },
10524
- "S7c": {
10560
+ "S7g": {
10525
10561
  "type": "structure",
10526
10562
  "required": [
10527
10563
  "ClusterConfig"
@@ -10547,7 +10583,7 @@
10547
10583
  }
10548
10584
  }
10549
10585
  },
10550
- "S7h": {
10586
+ "S7l": {
10551
10587
  "type": "structure",
10552
10588
  "members": {
10553
10589
  "EnableInterContainerTrafficEncryption": {
@@ -10557,11 +10593,11 @@
10557
10593
  "type": "boolean"
10558
10594
  },
10559
10595
  "VpcConfig": {
10560
- "shape": "S5h"
10596
+ "shape": "S5i"
10561
10597
  }
10562
10598
  }
10563
10599
  },
10564
- "S7i": {
10600
+ "S7m": {
10565
10601
  "type": "structure",
10566
10602
  "required": [
10567
10603
  "MaxRuntimeInSeconds"
@@ -10572,7 +10608,7 @@
10572
10608
  }
10573
10609
  }
10574
10610
  },
10575
- "S7o": {
10611
+ "S7s": {
10576
10612
  "type": "structure",
10577
10613
  "required": [
10578
10614
  "S3OutputLocation"
@@ -10584,12 +10620,12 @@
10584
10620
  "PresetDeploymentConfig": {}
10585
10621
  }
10586
10622
  },
10587
- "S7u": {
10623
+ "S7y": {
10588
10624
  "type": "structure",
10589
10625
  "members": {
10590
10626
  "ExecutionRole": {},
10591
10627
  "SecurityGroups": {
10592
- "shape": "S7v"
10628
+ "shape": "S7z"
10593
10629
  },
10594
10630
  "SharingSettings": {
10595
10631
  "type": "structure",
@@ -10606,7 +10642,7 @@
10606
10642
  "shape": "S48"
10607
10643
  },
10608
10644
  "LifecycleConfigArns": {
10609
- "shape": "S7z"
10645
+ "shape": "S83"
10610
10646
  }
10611
10647
  }
10612
10648
  },
@@ -10617,24 +10653,10 @@
10617
10653
  "shape": "S48"
10618
10654
  },
10619
10655
  "CustomImages": {
10620
- "type": "list",
10621
- "member": {
10622
- "type": "structure",
10623
- "required": [
10624
- "ImageName",
10625
- "AppImageConfigName"
10626
- ],
10627
- "members": {
10628
- "ImageName": {},
10629
- "ImageVersionNumber": {
10630
- "type": "integer"
10631
- },
10632
- "AppImageConfigName": {}
10633
- }
10634
- }
10656
+ "shape": "S85"
10635
10657
  },
10636
10658
  "LifecycleConfigArns": {
10637
- "shape": "S7z"
10659
+ "shape": "S83"
10638
10660
  }
10639
10661
  }
10640
10662
  },
@@ -10655,19 +10677,43 @@
10655
10677
  },
10656
10678
  "RSessionAppSettings": {
10657
10679
  "type": "structure",
10658
- "members": {}
10680
+ "members": {
10681
+ "DefaultResourceSpec": {
10682
+ "shape": "S48"
10683
+ },
10684
+ "CustomImages": {
10685
+ "shape": "S85"
10686
+ }
10687
+ }
10659
10688
  }
10660
10689
  }
10661
10690
  },
10662
- "S7v": {
10691
+ "S7z": {
10663
10692
  "type": "list",
10664
10693
  "member": {}
10665
10694
  },
10666
- "S7z": {
10695
+ "S83": {
10667
10696
  "type": "list",
10668
10697
  "member": {}
10669
10698
  },
10670
- "S8d": {
10699
+ "S85": {
10700
+ "type": "list",
10701
+ "member": {
10702
+ "type": "structure",
10703
+ "required": [
10704
+ "ImageName",
10705
+ "AppImageConfigName"
10706
+ ],
10707
+ "members": {
10708
+ "ImageName": {},
10709
+ "ImageVersionNumber": {
10710
+ "type": "integer"
10711
+ },
10712
+ "AppImageConfigName": {}
10713
+ }
10714
+ }
10715
+ },
10716
+ "S8h": {
10671
10717
  "type": "structure",
10672
10718
  "members": {
10673
10719
  "SecurityGroupIds": {
@@ -10690,7 +10736,7 @@
10690
10736
  }
10691
10737
  }
10692
10738
  },
10693
- "S8n": {
10739
+ "S8r": {
10694
10740
  "type": "structure",
10695
10741
  "required": [
10696
10742
  "BlueGreenUpdatePolicy"
@@ -10714,10 +10760,10 @@
10714
10760
  "type": "integer"
10715
10761
  },
10716
10762
  "CanarySize": {
10717
- "shape": "S8s"
10763
+ "shape": "S8w"
10718
10764
  },
10719
10765
  "LinearStepSize": {
10720
- "shape": "S8s"
10766
+ "shape": "S8w"
10721
10767
  }
10722
10768
  }
10723
10769
  },
@@ -10745,7 +10791,7 @@
10745
10791
  }
10746
10792
  }
10747
10793
  },
10748
- "S8s": {
10794
+ "S8w": {
10749
10795
  "type": "structure",
10750
10796
  "required": [
10751
10797
  "Type",
@@ -10758,7 +10804,7 @@
10758
10804
  }
10759
10805
  }
10760
10806
  },
10761
- "S94": {
10807
+ "S98": {
10762
10808
  "type": "list",
10763
10809
  "member": {
10764
10810
  "type": "structure",
@@ -10788,12 +10834,12 @@
10788
10834
  }
10789
10835
  },
10790
10836
  "ServerlessConfig": {
10791
- "shape": "S9d"
10837
+ "shape": "S9h"
10792
10838
  }
10793
10839
  }
10794
10840
  }
10795
10841
  },
10796
- "S9d": {
10842
+ "S9h": {
10797
10843
  "type": "structure",
10798
10844
  "required": [
10799
10845
  "MemorySizeInMB",
@@ -10808,7 +10854,7 @@
10808
10854
  }
10809
10855
  }
10810
10856
  },
10811
- "S9g": {
10857
+ "S9k": {
10812
10858
  "type": "structure",
10813
10859
  "required": [
10814
10860
  "InitialSamplingPercentage",
@@ -10851,7 +10897,7 @@
10851
10897
  }
10852
10898
  }
10853
10899
  },
10854
- "S9r": {
10900
+ "S9v": {
10855
10901
  "type": "structure",
10856
10902
  "required": [
10857
10903
  "OutputConfig"
@@ -10884,7 +10930,7 @@
10884
10930
  }
10885
10931
  }
10886
10932
  },
10887
- "Sa5": {
10933
+ "Sa9": {
10888
10934
  "type": "list",
10889
10935
  "member": {
10890
10936
  "type": "structure",
@@ -10894,7 +10940,7 @@
10894
10940
  }
10895
10941
  }
10896
10942
  },
10897
- "Sa8": {
10943
+ "Sac": {
10898
10944
  "type": "structure",
10899
10945
  "members": {
10900
10946
  "SecurityConfig": {
@@ -10908,7 +10954,7 @@
10908
10954
  }
10909
10955
  }
10910
10956
  },
10911
- "Saa": {
10957
+ "Sae": {
10912
10958
  "type": "structure",
10913
10959
  "required": [
10914
10960
  "S3StorageConfig"
@@ -10943,7 +10989,7 @@
10943
10989
  }
10944
10990
  }
10945
10991
  },
10946
- "Sal": {
10992
+ "Sap": {
10947
10993
  "type": "structure",
10948
10994
  "required": [
10949
10995
  "AwsManagedHumanLoopRequestSource"
@@ -10952,7 +10998,7 @@
10952
10998
  "AwsManagedHumanLoopRequestSource": {}
10953
10999
  }
10954
11000
  },
10955
- "San": {
11001
+ "Sar": {
10956
11002
  "type": "structure",
10957
11003
  "required": [
10958
11004
  "HumanLoopActivationConditionsConfig"
@@ -10971,7 +11017,7 @@
10971
11017
  }
10972
11018
  }
10973
11019
  },
10974
- "Saq": {
11020
+ "Sau": {
10975
11021
  "type": "structure",
10976
11022
  "required": [
10977
11023
  "WorkteamArn",
@@ -10999,11 +11045,11 @@
10999
11045
  "member": {}
11000
11046
  },
11001
11047
  "PublicWorkforceTaskPrice": {
11002
- "shape": "Sb0"
11048
+ "shape": "Sb4"
11003
11049
  }
11004
11050
  }
11005
11051
  },
11006
- "Sb0": {
11052
+ "Sb4": {
11007
11053
  "type": "structure",
11008
11054
  "members": {
11009
11055
  "AmountInUsd": {
@@ -11022,7 +11068,7 @@
11022
11068
  }
11023
11069
  }
11024
11070
  },
11025
- "Sb5": {
11071
+ "Sb9": {
11026
11072
  "type": "structure",
11027
11073
  "required": [
11028
11074
  "S3OutputPath"
@@ -11032,7 +11078,7 @@
11032
11078
  "KmsKeyId": {}
11033
11079
  }
11034
11080
  },
11035
- "Sba": {
11081
+ "Sbe": {
11036
11082
  "type": "structure",
11037
11083
  "required": [
11038
11084
  "Content"
@@ -11041,7 +11087,7 @@
11041
11087
  "Content": {}
11042
11088
  }
11043
11089
  },
11044
- "Sbf": {
11090
+ "Sbj": {
11045
11091
  "type": "structure",
11046
11092
  "required": [
11047
11093
  "Strategy",
@@ -11053,10 +11099,10 @@
11053
11099
  "shape": "S2m"
11054
11100
  },
11055
11101
  "ResourceLimits": {
11056
- "shape": "Sbh"
11102
+ "shape": "Sbl"
11057
11103
  },
11058
11104
  "ParameterRanges": {
11059
- "shape": "Sbk"
11105
+ "shape": "Sbo"
11060
11106
  },
11061
11107
  "TrainingJobEarlyStoppingType": {},
11062
11108
  "TuningJobCompletionCriteria": {
@@ -11072,7 +11118,7 @@
11072
11118
  }
11073
11119
  }
11074
11120
  },
11075
- "Sbh": {
11121
+ "Sbl": {
11076
11122
  "type": "structure",
11077
11123
  "required": [
11078
11124
  "MaxNumberOfTrainingJobs",
@@ -11087,7 +11133,7 @@
11087
11133
  }
11088
11134
  }
11089
11135
  },
11090
- "Sbk": {
11136
+ "Sbo": {
11091
11137
  "type": "structure",
11092
11138
  "members": {
11093
11139
  "IntegerParameterRanges": {
@@ -11142,7 +11188,7 @@
11142
11188
  }
11143
11189
  }
11144
11190
  },
11145
- "Sbw": {
11191
+ "Sc0": {
11146
11192
  "type": "structure",
11147
11193
  "required": [
11148
11194
  "AlgorithmSpecification",
@@ -11157,7 +11203,7 @@
11157
11203
  "shape": "S2m"
11158
11204
  },
11159
11205
  "HyperParameterRanges": {
11160
- "shape": "Sbk"
11206
+ "shape": "Sbo"
11161
11207
  },
11162
11208
  "StaticHyperParameters": {
11163
11209
  "shape": "S2t"
@@ -11181,7 +11227,7 @@
11181
11227
  "shape": "S2v"
11182
11228
  },
11183
11229
  "VpcConfig": {
11184
- "shape": "S5h"
11230
+ "shape": "S5i"
11185
11231
  },
11186
11232
  "OutputDataConfig": {
11187
11233
  "shape": "S3c"
@@ -11202,14 +11248,14 @@
11202
11248
  "type": "boolean"
11203
11249
  },
11204
11250
  "CheckpointConfig": {
11205
- "shape": "Sc1"
11251
+ "shape": "Sc5"
11206
11252
  },
11207
11253
  "RetryStrategy": {
11208
- "shape": "Sc2"
11254
+ "shape": "Sc6"
11209
11255
  }
11210
11256
  }
11211
11257
  },
11212
- "Sc1": {
11258
+ "Sc5": {
11213
11259
  "type": "structure",
11214
11260
  "required": [
11215
11261
  "S3Uri"
@@ -11219,7 +11265,7 @@
11219
11265
  "LocalPath": {}
11220
11266
  }
11221
11267
  },
11222
- "Sc2": {
11268
+ "Sc6": {
11223
11269
  "type": "structure",
11224
11270
  "required": [
11225
11271
  "MaximumRetryAttempts"
@@ -11230,13 +11276,13 @@
11230
11276
  }
11231
11277
  }
11232
11278
  },
11233
- "Sc4": {
11279
+ "Sc8": {
11234
11280
  "type": "list",
11235
11281
  "member": {
11236
- "shape": "Sbw"
11282
+ "shape": "Sc0"
11237
11283
  }
11238
11284
  },
11239
- "Sc5": {
11285
+ "Sc9": {
11240
11286
  "type": "structure",
11241
11287
  "required": [
11242
11288
  "ParentHyperParameterTuningJobs",
@@ -11255,7 +11301,7 @@
11255
11301
  "WarmStartType": {}
11256
11302
  }
11257
11303
  },
11258
- "Scm": {
11304
+ "Scq": {
11259
11305
  "type": "structure",
11260
11306
  "required": [
11261
11307
  "ModelPackageVersionArn"
@@ -11333,10 +11379,11 @@
11333
11379
  }
11334
11380
  }
11335
11381
  }
11336
- }
11382
+ },
11383
+ "VolumeKmsKeyId": {}
11337
11384
  }
11338
11385
  },
11339
- "Sd8": {
11386
+ "Sdc": {
11340
11387
  "type": "structure",
11341
11388
  "members": {
11342
11389
  "MaxInvocations": {
@@ -11356,7 +11403,7 @@
11356
11403
  }
11357
11404
  }
11358
11405
  },
11359
- "Sdh": {
11406
+ "Sdn": {
11360
11407
  "type": "structure",
11361
11408
  "required": [
11362
11409
  "DataSource"
@@ -11396,7 +11443,7 @@
11396
11443
  }
11397
11444
  }
11398
11445
  },
11399
- "Sdo": {
11446
+ "Sdu": {
11400
11447
  "type": "structure",
11401
11448
  "required": [
11402
11449
  "S3OutputPath"
@@ -11407,7 +11454,7 @@
11407
11454
  "SnsTopicArn": {}
11408
11455
  }
11409
11456
  },
11410
- "Sdp": {
11457
+ "Sdv": {
11411
11458
  "type": "structure",
11412
11459
  "members": {
11413
11460
  "MaxHumanLabeledObjectCount": {
@@ -11418,7 +11465,7 @@
11418
11465
  }
11419
11466
  }
11420
11467
  },
11421
- "Sds": {
11468
+ "Sdy": {
11422
11469
  "type": "structure",
11423
11470
  "required": [
11424
11471
  "LabelingJobAlgorithmSpecificationArn"
@@ -11434,7 +11481,7 @@
11434
11481
  }
11435
11482
  }
11436
11483
  },
11437
- "Sdw": {
11484
+ "Se2": {
11438
11485
  "type": "structure",
11439
11486
  "required": [
11440
11487
  "WorkteamArn",
@@ -11484,11 +11531,11 @@
11484
11531
  }
11485
11532
  },
11486
11533
  "PublicWorkforceTaskPrice": {
11487
- "shape": "Sb0"
11534
+ "shape": "Sb4"
11488
11535
  }
11489
11536
  }
11490
11537
  },
11491
- "Seb": {
11538
+ "Seh": {
11492
11539
  "type": "structure",
11493
11540
  "members": {
11494
11541
  "ContainerHostname": {},
@@ -11526,13 +11573,13 @@
11526
11573
  }
11527
11574
  }
11528
11575
  },
11529
- "Sek": {
11576
+ "Seq": {
11530
11577
  "type": "list",
11531
11578
  "member": {
11532
- "shape": "Seb"
11579
+ "shape": "Seh"
11533
11580
  }
11534
11581
  },
11535
- "Sel": {
11582
+ "Ser": {
11536
11583
  "type": "structure",
11537
11584
  "required": [
11538
11585
  "Mode"
@@ -11541,16 +11588,16 @@
11541
11588
  "Mode": {}
11542
11589
  }
11543
11590
  },
11544
- "Sep": {
11591
+ "Sev": {
11545
11592
  "type": "structure",
11546
11593
  "members": {
11547
11594
  "BaseliningJobName": {},
11548
11595
  "ConstraintsResource": {
11549
- "shape": "S6o"
11596
+ "shape": "S6s"
11550
11597
  }
11551
11598
  }
11552
11599
  },
11553
- "Seq": {
11600
+ "Sew": {
11554
11601
  "type": "structure",
11555
11602
  "required": [
11556
11603
  "ImageUri",
@@ -11560,11 +11607,11 @@
11560
11607
  "ImageUri": {},
11561
11608
  "ConfigUri": {},
11562
11609
  "Environment": {
11563
- "shape": "S6w"
11610
+ "shape": "S70"
11564
11611
  }
11565
11612
  }
11566
11613
  },
11567
- "Ser": {
11614
+ "Sex": {
11568
11615
  "type": "structure",
11569
11616
  "required": [
11570
11617
  "EndpointInput",
@@ -11572,29 +11619,29 @@
11572
11619
  ],
11573
11620
  "members": {
11574
11621
  "EndpointInput": {
11575
- "shape": "S70"
11622
+ "shape": "S74"
11576
11623
  },
11577
11624
  "GroundTruthS3Input": {
11578
- "shape": "Ses"
11625
+ "shape": "Sey"
11579
11626
  }
11580
11627
  }
11581
11628
  },
11582
- "Ses": {
11629
+ "Sey": {
11583
11630
  "type": "structure",
11584
11631
  "members": {
11585
11632
  "S3Uri": {}
11586
11633
  }
11587
11634
  },
11588
- "Sev": {
11635
+ "Sf1": {
11589
11636
  "type": "structure",
11590
11637
  "members": {
11591
11638
  "BaseliningJobName": {},
11592
11639
  "ConstraintsResource": {
11593
- "shape": "S6o"
11640
+ "shape": "S6s"
11594
11641
  }
11595
11642
  }
11596
11643
  },
11597
- "Sew": {
11644
+ "Sf2": {
11598
11645
  "type": "structure",
11599
11646
  "required": [
11600
11647
  "ImageUri",
@@ -11604,22 +11651,22 @@
11604
11651
  "ImageUri": {},
11605
11652
  "ConfigUri": {},
11606
11653
  "Environment": {
11607
- "shape": "S6w"
11654
+ "shape": "S70"
11608
11655
  }
11609
11656
  }
11610
11657
  },
11611
- "Sex": {
11658
+ "Sf3": {
11612
11659
  "type": "structure",
11613
11660
  "required": [
11614
11661
  "EndpointInput"
11615
11662
  ],
11616
11663
  "members": {
11617
11664
  "EndpointInput": {
11618
- "shape": "S70"
11665
+ "shape": "S74"
11619
11666
  }
11620
11667
  }
11621
11668
  },
11622
- "Sf0": {
11669
+ "Sf6": {
11623
11670
  "type": "structure",
11624
11671
  "required": [
11625
11672
  "ValidationRole",
@@ -11645,7 +11692,7 @@
11645
11692
  }
11646
11693
  }
11647
11694
  },
11648
- "Sf3": {
11695
+ "Sf9": {
11649
11696
  "type": "structure",
11650
11697
  "required": [
11651
11698
  "SourceAlgorithms"
@@ -11666,17 +11713,17 @@
11666
11713
  }
11667
11714
  }
11668
11715
  },
11669
- "Sf6": {
11716
+ "Sfc": {
11670
11717
  "type": "structure",
11671
11718
  "members": {
11672
11719
  "ModelQuality": {
11673
11720
  "type": "structure",
11674
11721
  "members": {
11675
11722
  "Statistics": {
11676
- "shape": "Sf8"
11723
+ "shape": "Sfe"
11677
11724
  },
11678
11725
  "Constraints": {
11679
- "shape": "Sf8"
11726
+ "shape": "Sfe"
11680
11727
  }
11681
11728
  }
11682
11729
  },
@@ -11684,10 +11731,10 @@
11684
11731
  "type": "structure",
11685
11732
  "members": {
11686
11733
  "Statistics": {
11687
- "shape": "Sf8"
11734
+ "shape": "Sfe"
11688
11735
  },
11689
11736
  "Constraints": {
11690
- "shape": "Sf8"
11737
+ "shape": "Sfe"
11691
11738
  }
11692
11739
  }
11693
11740
  },
@@ -11695,13 +11742,13 @@
11695
11742
  "type": "structure",
11696
11743
  "members": {
11697
11744
  "Report": {
11698
- "shape": "Sf8"
11745
+ "shape": "Sfe"
11699
11746
  },
11700
11747
  "PreTrainingReport": {
11701
- "shape": "Sf8"
11748
+ "shape": "Sfe"
11702
11749
  },
11703
11750
  "PostTrainingReport": {
11704
- "shape": "Sf8"
11751
+ "shape": "Sfe"
11705
11752
  }
11706
11753
  }
11707
11754
  },
@@ -11709,13 +11756,13 @@
11709
11756
  "type": "structure",
11710
11757
  "members": {
11711
11758
  "Report": {
11712
- "shape": "Sf8"
11759
+ "shape": "Sfe"
11713
11760
  }
11714
11761
  }
11715
11762
  }
11716
11763
  }
11717
11764
  },
11718
- "Sf8": {
11765
+ "Sfe": {
11719
11766
  "type": "structure",
11720
11767
  "required": [
11721
11768
  "ContentType",
@@ -11727,25 +11774,25 @@
11727
11774
  "S3Uri": {}
11728
11775
  }
11729
11776
  },
11730
- "Sfd": {
11777
+ "Sfj": {
11731
11778
  "type": "map",
11732
11779
  "key": {},
11733
11780
  "value": {}
11734
11781
  },
11735
- "Sfg": {
11782
+ "Sfm": {
11736
11783
  "type": "structure",
11737
11784
  "members": {
11738
11785
  "Bias": {
11739
11786
  "type": "structure",
11740
11787
  "members": {
11741
11788
  "ConfigFile": {
11742
- "shape": "Sfi"
11789
+ "shape": "Sfo"
11743
11790
  },
11744
11791
  "PreTrainingConstraints": {
11745
- "shape": "Sf8"
11792
+ "shape": "Sfe"
11746
11793
  },
11747
11794
  "PostTrainingConstraints": {
11748
- "shape": "Sf8"
11795
+ "shape": "Sfe"
11749
11796
  }
11750
11797
  }
11751
11798
  },
@@ -11753,10 +11800,10 @@
11753
11800
  "type": "structure",
11754
11801
  "members": {
11755
11802
  "Constraints": {
11756
- "shape": "Sf8"
11803
+ "shape": "Sfe"
11757
11804
  },
11758
11805
  "ConfigFile": {
11759
- "shape": "Sfi"
11806
+ "shape": "Sfo"
11760
11807
  }
11761
11808
  }
11762
11809
  },
@@ -11764,10 +11811,10 @@
11764
11811
  "type": "structure",
11765
11812
  "members": {
11766
11813
  "Statistics": {
11767
- "shape": "Sf8"
11814
+ "shape": "Sfe"
11768
11815
  },
11769
11816
  "Constraints": {
11770
- "shape": "Sf8"
11817
+ "shape": "Sfe"
11771
11818
  }
11772
11819
  }
11773
11820
  },
@@ -11775,16 +11822,16 @@
11775
11822
  "type": "structure",
11776
11823
  "members": {
11777
11824
  "Statistics": {
11778
- "shape": "Sf8"
11825
+ "shape": "Sfe"
11779
11826
  },
11780
11827
  "Constraints": {
11781
- "shape": "Sf8"
11828
+ "shape": "Sfe"
11782
11829
  }
11783
11830
  }
11784
11831
  }
11785
11832
  }
11786
11833
  },
11787
- "Sfi": {
11834
+ "Sfo": {
11788
11835
  "type": "structure",
11789
11836
  "required": [
11790
11837
  "S3Uri"
@@ -11795,7 +11842,7 @@
11795
11842
  "S3Uri": {}
11796
11843
  }
11797
11844
  },
11798
- "Sfm": {
11845
+ "Sfs": {
11799
11846
  "type": "list",
11800
11847
  "member": {
11801
11848
  "type": "structure",
@@ -11824,16 +11871,16 @@
11824
11871
  }
11825
11872
  }
11826
11873
  },
11827
- "Sft": {
11874
+ "Sfz": {
11828
11875
  "type": "structure",
11829
11876
  "members": {
11830
11877
  "BaseliningJobName": {},
11831
11878
  "ConstraintsResource": {
11832
- "shape": "S6o"
11879
+ "shape": "S6s"
11833
11880
  }
11834
11881
  }
11835
11882
  },
11836
- "Sfu": {
11883
+ "Sg0": {
11837
11884
  "type": "structure",
11838
11885
  "required": [
11839
11886
  "ImageUri"
@@ -11841,20 +11888,20 @@
11841
11888
  "members": {
11842
11889
  "ImageUri": {},
11843
11890
  "ContainerEntrypoint": {
11844
- "shape": "S6s"
11891
+ "shape": "S6w"
11845
11892
  },
11846
11893
  "ContainerArguments": {
11847
- "shape": "S6u"
11894
+ "shape": "S6y"
11848
11895
  },
11849
11896
  "RecordPreprocessorSourceUri": {},
11850
11897
  "PostAnalyticsProcessorSourceUri": {},
11851
11898
  "ProblemType": {},
11852
11899
  "Environment": {
11853
- "shape": "S6w"
11900
+ "shape": "S70"
11854
11901
  }
11855
11902
  }
11856
11903
  },
11857
- "Sfw": {
11904
+ "Sg2": {
11858
11905
  "type": "structure",
11859
11906
  "required": [
11860
11907
  "EndpointInput",
@@ -11862,14 +11909,14 @@
11862
11909
  ],
11863
11910
  "members": {
11864
11911
  "EndpointInput": {
11865
- "shape": "S70"
11912
+ "shape": "S74"
11866
11913
  },
11867
11914
  "GroundTruthS3Input": {
11868
- "shape": "Ses"
11915
+ "shape": "Sey"
11869
11916
  }
11870
11917
  }
11871
11918
  },
11872
- "Sg0": {
11919
+ "Sg6": {
11873
11920
  "type": "structure",
11874
11921
  "members": {
11875
11922
  "ScheduleConfig": {
@@ -11896,10 +11943,10 @@
11896
11943
  "members": {
11897
11944
  "BaseliningJobName": {},
11898
11945
  "ConstraintsResource": {
11899
- "shape": "S6o"
11946
+ "shape": "S6s"
11900
11947
  },
11901
11948
  "StatisticsResource": {
11902
- "shape": "S6p"
11949
+ "shape": "S6t"
11903
11950
  }
11904
11951
  }
11905
11952
  },
@@ -11912,16 +11959,16 @@
11912
11959
  ],
11913
11960
  "members": {
11914
11961
  "EndpointInput": {
11915
- "shape": "S70"
11962
+ "shape": "S74"
11916
11963
  }
11917
11964
  }
11918
11965
  }
11919
11966
  },
11920
11967
  "MonitoringOutputConfig": {
11921
- "shape": "S76"
11968
+ "shape": "S7a"
11922
11969
  },
11923
11970
  "MonitoringResources": {
11924
- "shape": "S7c"
11971
+ "shape": "S7g"
11925
11972
  },
11926
11973
  "MonitoringAppSpecification": {
11927
11974
  "type": "structure",
@@ -11931,23 +11978,23 @@
11931
11978
  "members": {
11932
11979
  "ImageUri": {},
11933
11980
  "ContainerEntrypoint": {
11934
- "shape": "S6s"
11981
+ "shape": "S6w"
11935
11982
  },
11936
11983
  "ContainerArguments": {
11937
- "shape": "S6u"
11984
+ "shape": "S6y"
11938
11985
  },
11939
11986
  "RecordPreprocessorSourceUri": {},
11940
11987
  "PostAnalyticsProcessorSourceUri": {}
11941
11988
  }
11942
11989
  },
11943
11990
  "StoppingCondition": {
11944
- "shape": "S7i"
11991
+ "shape": "S7m"
11945
11992
  },
11946
11993
  "Environment": {
11947
- "shape": "S6w"
11994
+ "shape": "S70"
11948
11995
  },
11949
11996
  "NetworkConfig": {
11950
- "shape": "Sg8"
11997
+ "shape": "Sge"
11951
11998
  },
11952
11999
  "RoleArn": {}
11953
12000
  }
@@ -11956,7 +12003,7 @@
11956
12003
  "MonitoringType": {}
11957
12004
  }
11958
12005
  },
11959
- "Sg8": {
12006
+ "Sge": {
11960
12007
  "type": "structure",
11961
12008
  "members": {
11962
12009
  "EnableInterContainerTrafficEncryption": {
@@ -11966,19 +12013,28 @@
11966
12013
  "type": "boolean"
11967
12014
  },
11968
12015
  "VpcConfig": {
11969
- "shape": "S5h"
12016
+ "shape": "S5i"
11970
12017
  }
11971
12018
  }
11972
12019
  },
11973
- "Sgi": {
12020
+ "Sgo": {
11974
12021
  "type": "list",
11975
12022
  "member": {}
11976
12023
  },
11977
- "Sgl": {
12024
+ "Sgr": {
11978
12025
  "type": "list",
11979
12026
  "member": {}
11980
12027
  },
11981
- "Sgr": {
12028
+ "Sgu": {
12029
+ "type": "structure",
12030
+ "required": [
12031
+ "MinimumInstanceMetadataServiceVersion"
12032
+ ],
12033
+ "members": {
12034
+ "MinimumInstanceMetadataServiceVersion": {}
12035
+ }
12036
+ },
12037
+ "Sgz": {
11982
12038
  "type": "list",
11983
12039
  "member": {
11984
12040
  "type": "structure",
@@ -11987,7 +12043,7 @@
11987
12043
  }
11988
12044
  }
11989
12045
  },
11990
- "Sgz": {
12046
+ "Sh7": {
11991
12047
  "type": "structure",
11992
12048
  "required": [
11993
12049
  "Bucket",
@@ -11999,7 +12055,7 @@
11999
12055
  "VersionId": {}
12000
12056
  }
12001
12057
  },
12002
- "Sh5": {
12058
+ "Shd": {
12003
12059
  "type": "structure",
12004
12060
  "required": [
12005
12061
  "MaxParallelExecutionSteps"
@@ -12010,7 +12066,7 @@
12010
12066
  }
12011
12067
  }
12012
12068
  },
12013
- "Shi": {
12069
+ "Shq": {
12014
12070
  "type": "list",
12015
12071
  "member": {
12016
12072
  "type": "structure",
@@ -12091,7 +12147,7 @@
12091
12147
  }
12092
12148
  }
12093
12149
  },
12094
- "Si5": {
12150
+ "Sid": {
12095
12151
  "type": "structure",
12096
12152
  "required": [
12097
12153
  "Outputs"
@@ -12137,7 +12193,7 @@
12137
12193
  "KmsKeyId": {}
12138
12194
  }
12139
12195
  },
12140
- "Sia": {
12196
+ "Sii": {
12141
12197
  "type": "structure",
12142
12198
  "required": [
12143
12199
  "ClusterConfig"
@@ -12163,7 +12219,7 @@
12163
12219
  }
12164
12220
  }
12165
12221
  },
12166
- "Sic": {
12222
+ "Sik": {
12167
12223
  "type": "structure",
12168
12224
  "required": [
12169
12225
  "MaxRuntimeInSeconds"
@@ -12174,7 +12230,7 @@
12174
12230
  }
12175
12231
  }
12176
12232
  },
12177
- "Sie": {
12233
+ "Sim": {
12178
12234
  "type": "structure",
12179
12235
  "required": [
12180
12236
  "ImageUri"
@@ -12182,7 +12238,7 @@
12182
12238
  "members": {
12183
12239
  "ImageUri": {},
12184
12240
  "ContainerEntrypoint": {
12185
- "shape": "S6s"
12241
+ "shape": "S6w"
12186
12242
  },
12187
12243
  "ContainerArguments": {
12188
12244
  "type": "list",
@@ -12190,12 +12246,12 @@
12190
12246
  }
12191
12247
  }
12192
12248
  },
12193
- "Sig": {
12249
+ "Sio": {
12194
12250
  "type": "map",
12195
12251
  "key": {},
12196
12252
  "value": {}
12197
12253
  },
12198
- "Sih": {
12254
+ "Sip": {
12199
12255
  "type": "structure",
12200
12256
  "members": {
12201
12257
  "ExperimentName": {},
@@ -12203,7 +12259,7 @@
12203
12259
  "TrialComponentDisplayName": {}
12204
12260
  }
12205
12261
  },
12206
- "Sim": {
12262
+ "Siu": {
12207
12263
  "type": "structure",
12208
12264
  "required": [
12209
12265
  "ProductId"
@@ -12213,11 +12269,11 @@
12213
12269
  "ProvisioningArtifactId": {},
12214
12270
  "PathId": {},
12215
12271
  "ProvisioningParameters": {
12216
- "shape": "Sio"
12272
+ "shape": "Siw"
12217
12273
  }
12218
12274
  }
12219
12275
  },
12220
- "Sio": {
12276
+ "Siw": {
12221
12277
  "type": "list",
12222
12278
  "member": {
12223
12279
  "type": "structure",
@@ -12227,7 +12283,7 @@
12227
12283
  }
12228
12284
  }
12229
12285
  },
12230
- "Sj2": {
12286
+ "Sja": {
12231
12287
  "type": "structure",
12232
12288
  "required": [
12233
12289
  "TrainingInputMode"
@@ -12244,7 +12300,7 @@
12244
12300
  }
12245
12301
  }
12246
12302
  },
12247
- "Sj3": {
12303
+ "Sjb": {
12248
12304
  "type": "structure",
12249
12305
  "required": [
12250
12306
  "S3OutputPath"
@@ -12273,7 +12329,7 @@
12273
12329
  }
12274
12330
  }
12275
12331
  },
12276
- "Sjb": {
12332
+ "Sjj": {
12277
12333
  "type": "list",
12278
12334
  "member": {
12279
12335
  "type": "structure",
@@ -12291,17 +12347,17 @@
12291
12347
  "type": "integer"
12292
12348
  },
12293
12349
  "RuleParameters": {
12294
- "shape": "Sjf"
12350
+ "shape": "Sjn"
12295
12351
  }
12296
12352
  }
12297
12353
  }
12298
12354
  },
12299
- "Sjf": {
12355
+ "Sjn": {
12300
12356
  "type": "map",
12301
12357
  "key": {},
12302
12358
  "value": {}
12303
12359
  },
12304
- "Sjg": {
12360
+ "Sjo": {
12305
12361
  "type": "structure",
12306
12362
  "required": [
12307
12363
  "S3OutputPath"
@@ -12311,7 +12367,7 @@
12311
12367
  "S3OutputPath": {}
12312
12368
  }
12313
12369
  },
12314
- "Sjh": {
12370
+ "Sjp": {
12315
12371
  "type": "structure",
12316
12372
  "required": [
12317
12373
  "S3OutputPath"
@@ -12322,16 +12378,16 @@
12322
12378
  "type": "long"
12323
12379
  },
12324
12380
  "ProfilingParameters": {
12325
- "shape": "Sjj"
12381
+ "shape": "Sjr"
12326
12382
  }
12327
12383
  }
12328
12384
  },
12329
- "Sjj": {
12385
+ "Sjr": {
12330
12386
  "type": "map",
12331
12387
  "key": {},
12332
12388
  "value": {}
12333
12389
  },
12334
- "Sjk": {
12390
+ "Sjs": {
12335
12391
  "type": "list",
12336
12392
  "member": {
12337
12393
  "type": "structure",
@@ -12349,17 +12405,17 @@
12349
12405
  "type": "integer"
12350
12406
  },
12351
12407
  "RuleParameters": {
12352
- "shape": "Sjf"
12408
+ "shape": "Sjn"
12353
12409
  }
12354
12410
  }
12355
12411
  }
12356
12412
  },
12357
- "Sjm": {
12413
+ "Sju": {
12358
12414
  "type": "map",
12359
12415
  "key": {},
12360
12416
  "value": {}
12361
12417
  },
12362
- "Sjt": {
12418
+ "Sk1": {
12363
12419
  "type": "structure",
12364
12420
  "members": {
12365
12421
  "InvocationsTimeoutInSeconds": {
@@ -12370,7 +12426,7 @@
12370
12426
  }
12371
12427
  }
12372
12428
  },
12373
- "Sjw": {
12429
+ "Sk4": {
12374
12430
  "type": "structure",
12375
12431
  "members": {
12376
12432
  "InputFilter": {},
@@ -12378,14 +12434,14 @@
12378
12434
  "JoinSource": {}
12379
12435
  }
12380
12436
  },
12381
- "Sk4": {
12437
+ "Skc": {
12382
12438
  "type": "structure",
12383
12439
  "members": {
12384
12440
  "PrimaryStatus": {},
12385
12441
  "Message": {}
12386
12442
  }
12387
12443
  },
12388
- "Sk8": {
12444
+ "Skg": {
12389
12445
  "type": "map",
12390
12446
  "key": {},
12391
12447
  "value": {
@@ -12398,7 +12454,7 @@
12398
12454
  }
12399
12455
  }
12400
12456
  },
12401
- "Skc": {
12457
+ "Skk": {
12402
12458
  "type": "map",
12403
12459
  "key": {},
12404
12460
  "value": {
@@ -12412,7 +12468,7 @@
12412
12468
  }
12413
12469
  }
12414
12470
  },
12415
- "Skn": {
12471
+ "Skv": {
12416
12472
  "type": "structure",
12417
12473
  "required": [
12418
12474
  "UserPool",
@@ -12423,7 +12479,7 @@
12423
12479
  "ClientId": {}
12424
12480
  }
12425
12481
  },
12426
- "Skq": {
12482
+ "Sky": {
12427
12483
  "type": "structure",
12428
12484
  "required": [
12429
12485
  "ClientId",
@@ -12449,7 +12505,7 @@
12449
12505
  "JwksUri": {}
12450
12506
  }
12451
12507
  },
12452
- "Skt": {
12508
+ "Sl1": {
12453
12509
  "type": "structure",
12454
12510
  "required": [
12455
12511
  "Cidrs"
@@ -12461,7 +12517,7 @@
12461
12517
  }
12462
12518
  }
12463
12519
  },
12464
- "Sl1": {
12520
+ "Sl9": {
12465
12521
  "type": "list",
12466
12522
  "member": {
12467
12523
  "type": "structure",
@@ -12494,13 +12550,13 @@
12494
12550
  }
12495
12551
  }
12496
12552
  },
12497
- "Sl9": {
12553
+ "Slh": {
12498
12554
  "type": "structure",
12499
12555
  "members": {
12500
12556
  "NotificationTopicArn": {}
12501
12557
  }
12502
12558
  },
12503
- "Sn3": {
12559
+ "Snb": {
12504
12560
  "type": "structure",
12505
12561
  "members": {
12506
12562
  "UserProfileArn": {},
@@ -12508,7 +12564,7 @@
12508
12564
  "DomainId": {}
12509
12565
  }
12510
12566
  },
12511
- "Sn9": {
12567
+ "Snh": {
12512
12568
  "type": "list",
12513
12569
  "member": {
12514
12570
  "type": "structure",
@@ -12523,7 +12579,7 @@
12523
12579
  }
12524
12580
  }
12525
12581
  },
12526
- "Snn": {
12582
+ "Snv": {
12527
12583
  "type": "list",
12528
12584
  "member": {
12529
12585
  "type": "structure",
@@ -12532,7 +12588,7 @@
12532
12588
  }
12533
12589
  }
12534
12590
  },
12535
- "Snp": {
12591
+ "Snx": {
12536
12592
  "type": "structure",
12537
12593
  "required": [
12538
12594
  "CandidateName",
@@ -12625,7 +12681,8 @@
12625
12681
  "Value": {
12626
12682
  "type": "float"
12627
12683
  },
12628
- "Set": {}
12684
+ "Set": {},
12685
+ "StandardMetricName": {}
12629
12686
  }
12630
12687
  }
12631
12688
  }
@@ -12633,7 +12690,7 @@
12633
12690
  }
12634
12691
  }
12635
12692
  },
12636
- "Sop": {
12693
+ "Soy": {
12637
12694
  "type": "structure",
12638
12695
  "required": [
12639
12696
  "S3ModelArtifacts"
@@ -12642,7 +12699,7 @@
12642
12699
  "S3ModelArtifacts": {}
12643
12700
  }
12644
12701
  },
12645
- "Spl": {
12702
+ "Spu": {
12646
12703
  "type": "list",
12647
12704
  "member": {
12648
12705
  "type": "structure",
@@ -12652,7 +12709,7 @@
12652
12709
  "members": {
12653
12710
  "VariantName": {},
12654
12711
  "DeployedImages": {
12655
- "shape": "Spn"
12712
+ "shape": "Spw"
12656
12713
  },
12657
12714
  "CurrentWeight": {
12658
12715
  "type": "float"
@@ -12667,18 +12724,18 @@
12667
12724
  "type": "integer"
12668
12725
  },
12669
12726
  "VariantStatus": {
12670
- "shape": "Spq"
12727
+ "shape": "Spz"
12671
12728
  },
12672
12729
  "CurrentServerlessConfig": {
12673
- "shape": "S9d"
12730
+ "shape": "S9h"
12674
12731
  },
12675
12732
  "DesiredServerlessConfig": {
12676
- "shape": "S9d"
12733
+ "shape": "S9h"
12677
12734
  }
12678
12735
  }
12679
12736
  }
12680
12737
  },
12681
- "Spn": {
12738
+ "Spw": {
12682
12739
  "type": "list",
12683
12740
  "member": {
12684
12741
  "type": "structure",
@@ -12691,7 +12748,7 @@
12691
12748
  }
12692
12749
  }
12693
12750
  },
12694
- "Spq": {
12751
+ "Spz": {
12695
12752
  "type": "list",
12696
12753
  "member": {
12697
12754
  "type": "structure",
@@ -12707,7 +12764,7 @@
12707
12764
  }
12708
12765
  }
12709
12766
  },
12710
- "Spu": {
12767
+ "Sq3": {
12711
12768
  "type": "structure",
12712
12769
  "required": [
12713
12770
  "EnableCapture",
@@ -12728,7 +12785,7 @@
12728
12785
  "KmsKeyId": {}
12729
12786
  }
12730
12787
  },
12731
- "Sq4": {
12788
+ "Sqd": {
12732
12789
  "type": "structure",
12733
12790
  "required": [
12734
12791
  "SourceArn"
@@ -12738,7 +12795,7 @@
12738
12795
  "SourceType": {}
12739
12796
  }
12740
12797
  },
12741
- "Sqa": {
12798
+ "Sqj": {
12742
12799
  "type": "structure",
12743
12800
  "required": [
12744
12801
  "Status"
@@ -12748,7 +12805,7 @@
12748
12805
  "BlockedReason": {}
12749
12806
  }
12750
12807
  },
12751
- "Sqp": {
12808
+ "Sqy": {
12752
12809
  "type": "structure",
12753
12810
  "members": {
12754
12811
  "Completed": {
@@ -12768,7 +12825,7 @@
12768
12825
  }
12769
12826
  }
12770
12827
  },
12771
- "Sqr": {
12828
+ "Sr0": {
12772
12829
  "type": "structure",
12773
12830
  "members": {
12774
12831
  "Succeeded": {
@@ -12782,7 +12839,7 @@
12782
12839
  }
12783
12840
  }
12784
12841
  },
12785
- "Sqt": {
12842
+ "Sr2": {
12786
12843
  "type": "structure",
12787
12844
  "required": [
12788
12845
  "TrainingJobName",
@@ -12827,7 +12884,7 @@
12827
12884
  "ObjectiveStatus": {}
12828
12885
  }
12829
12886
  },
12830
- "Srg": {
12887
+ "Srp": {
12831
12888
  "type": "structure",
12832
12889
  "members": {
12833
12890
  "TotalLabeled": {
@@ -12847,7 +12904,7 @@
12847
12904
  }
12848
12905
  }
12849
12906
  },
12850
- "Srj": {
12907
+ "Srs": {
12851
12908
  "type": "structure",
12852
12909
  "required": [
12853
12910
  "OutputDatasetS3Uri"
@@ -12857,21 +12914,21 @@
12857
12914
  "FinalActiveLearningModelArn": {}
12858
12915
  }
12859
12916
  },
12860
- "Sru": {
12917
+ "Ss3": {
12861
12918
  "type": "structure",
12862
12919
  "required": [
12863
12920
  "ValidationStatuses"
12864
12921
  ],
12865
12922
  "members": {
12866
12923
  "ValidationStatuses": {
12867
- "shape": "Srv"
12924
+ "shape": "Ss4"
12868
12925
  },
12869
12926
  "ImageScanStatuses": {
12870
- "shape": "Srv"
12927
+ "shape": "Ss4"
12871
12928
  }
12872
12929
  }
12873
12930
  },
12874
- "Srv": {
12931
+ "Ss4": {
12875
12932
  "type": "list",
12876
12933
  "member": {
12877
12934
  "type": "structure",
@@ -12886,7 +12943,7 @@
12886
12943
  }
12887
12944
  }
12888
12945
  },
12889
- "Ss7": {
12946
+ "Ssg": {
12890
12947
  "type": "structure",
12891
12948
  "required": [
12892
12949
  "MonitoringScheduleName",
@@ -12914,21 +12971,21 @@
12914
12971
  "MonitoringType": {}
12915
12972
  }
12916
12973
  },
12917
- "Ssq": {
12974
+ "Ssz": {
12918
12975
  "type": "structure",
12919
12976
  "members": {
12920
12977
  "ExperimentName": {},
12921
12978
  "TrialName": {}
12922
12979
  }
12923
12980
  },
12924
- "Ssy": {
12981
+ "St7": {
12925
12982
  "type": "structure",
12926
12983
  "members": {
12927
12984
  "ProvisionedProductId": {},
12928
12985
  "ProvisionedProductStatusMessage": {}
12929
12986
  }
12930
12987
  },
12931
- "St5": {
12988
+ "Ste": {
12932
12989
  "type": "structure",
12933
12990
  "required": [
12934
12991
  "WorkteamArn"
@@ -12941,7 +12998,7 @@
12941
12998
  "ListingId": {}
12942
12999
  }
12943
13000
  },
12944
- "St9": {
13001
+ "Sti": {
12945
13002
  "type": "list",
12946
13003
  "member": {
12947
13004
  "type": "structure",
@@ -12961,7 +13018,7 @@
12961
13018
  }
12962
13019
  }
12963
13020
  },
12964
- "Stc": {
13021
+ "Stl": {
12965
13022
  "type": "list",
12966
13023
  "member": {
12967
13024
  "type": "structure",
@@ -12976,7 +13033,7 @@
12976
13033
  }
12977
13034
  }
12978
13035
  },
12979
- "Stg": {
13036
+ "Stp": {
12980
13037
  "type": "list",
12981
13038
  "member": {
12982
13039
  "type": "structure",
@@ -12991,7 +13048,7 @@
12991
13048
  }
12992
13049
  }
12993
13050
  },
12994
- "Sts": {
13051
+ "Su1": {
12995
13052
  "type": "structure",
12996
13053
  "required": [
12997
13054
  "SourceArn"
@@ -13001,7 +13058,7 @@
13001
13058
  "SourceType": {}
13002
13059
  }
13003
13060
  },
13004
- "Stw": {
13061
+ "Su5": {
13005
13062
  "type": "structure",
13006
13063
  "required": [
13007
13064
  "SourceArn"
@@ -13011,7 +13068,7 @@
13011
13068
  "SourceType": {}
13012
13069
  }
13013
13070
  },
13014
- "Sty": {
13071
+ "Su7": {
13015
13072
  "type": "list",
13016
13073
  "member": {
13017
13074
  "type": "structure",
@@ -13042,7 +13099,7 @@
13042
13099
  }
13043
13100
  }
13044
13101
  },
13045
- "Su8": {
13102
+ "Suh": {
13046
13103
  "type": "structure",
13047
13104
  "required": [
13048
13105
  "WorkforceName",
@@ -13055,11 +13112,11 @@
13055
13112
  "type": "timestamp"
13056
13113
  },
13057
13114
  "SourceIpConfig": {
13058
- "shape": "Skt"
13115
+ "shape": "Sl1"
13059
13116
  },
13060
13117
  "SubDomain": {},
13061
13118
  "CognitoConfig": {
13062
- "shape": "Skn"
13119
+ "shape": "Skv"
13063
13120
  },
13064
13121
  "OidcConfig": {
13065
13122
  "type": "structure",
@@ -13078,7 +13135,7 @@
13078
13135
  }
13079
13136
  }
13080
13137
  },
13081
- "Suc": {
13138
+ "Sul": {
13082
13139
  "type": "structure",
13083
13140
  "required": [
13084
13141
  "WorkteamName",
@@ -13089,7 +13146,7 @@
13089
13146
  "members": {
13090
13147
  "WorkteamName": {},
13091
13148
  "MemberDefinitions": {
13092
- "shape": "Sl1"
13149
+ "shape": "Sl9"
13093
13150
  },
13094
13151
  "WorkteamArn": {},
13095
13152
  "WorkforceArn": {},
@@ -13106,11 +13163,11 @@
13106
13163
  "type": "timestamp"
13107
13164
  },
13108
13165
  "NotificationConfiguration": {
13109
- "shape": "Sl9"
13166
+ "shape": "Slh"
13110
13167
  }
13111
13168
  }
13112
13169
  },
13113
- "Sx5": {
13170
+ "Sxe": {
13114
13171
  "type": "list",
13115
13172
  "member": {
13116
13173
  "type": "structure",
@@ -13130,7 +13187,7 @@
13130
13187
  }
13131
13188
  }
13132
13189
  },
13133
- "S120": {
13190
+ "S129": {
13134
13191
  "type": "list",
13135
13192
  "member": {
13136
13193
  "type": "structure",
@@ -13144,7 +13201,7 @@
13144
13201
  }
13145
13202
  }
13146
13203
  },
13147
- "S12f": {
13204
+ "S12o": {
13148
13205
  "type": "list",
13149
13206
  "member": {
13150
13207
  "type": "structure",
@@ -13158,7 +13215,7 @@
13158
13215
  }
13159
13216
  }
13160
13217
  },
13161
- "S14r": {
13218
+ "S150": {
13162
13219
  "type": "list",
13163
13220
  "member": {
13164
13221
  "type": "structure",
@@ -13172,11 +13229,11 @@
13172
13229
  }
13173
13230
  }
13174
13231
  },
13175
- "S152": {
13232
+ "S15b": {
13176
13233
  "type": "structure",
13177
13234
  "members": {
13178
13235
  "Filters": {
13179
- "shape": "S153"
13236
+ "shape": "S15c"
13180
13237
  },
13181
13238
  "NestedFilters": {
13182
13239
  "type": "list",
@@ -13189,7 +13246,7 @@
13189
13246
  "members": {
13190
13247
  "NestedPropertyName": {},
13191
13248
  "Filters": {
13192
- "shape": "S153"
13249
+ "shape": "S15c"
13193
13250
  }
13194
13251
  }
13195
13252
  }
@@ -13197,13 +13254,13 @@
13197
13254
  "SubExpressions": {
13198
13255
  "type": "list",
13199
13256
  "member": {
13200
- "shape": "S152"
13257
+ "shape": "S15b"
13201
13258
  }
13202
13259
  },
13203
13260
  "Operator": {}
13204
13261
  }
13205
13262
  },
13206
- "S153": {
13263
+ "S15c": {
13207
13264
  "type": "list",
13208
13265
  "member": {
13209
13266
  "type": "structure",
@@ -13217,7 +13274,7 @@
13217
13274
  }
13218
13275
  }
13219
13276
  },
13220
- "S15f": {
13277
+ "S15o": {
13221
13278
  "type": "structure",
13222
13279
  "members": {
13223
13280
  "TrainingJobName": {},
@@ -13226,7 +13283,7 @@
13226
13283
  "LabelingJobArn": {},
13227
13284
  "AutoMLJobArn": {},
13228
13285
  "ModelArtifacts": {
13229
- "shape": "Sop"
13286
+ "shape": "Soy"
13230
13287
  },
13231
13288
  "TrainingJobStatus": {},
13232
13289
  "SecondaryStatus": {},
@@ -13235,7 +13292,7 @@
13235
13292
  "shape": "S2t"
13236
13293
  },
13237
13294
  "AlgorithmSpecification": {
13238
- "shape": "Sj2"
13295
+ "shape": "Sja"
13239
13296
  },
13240
13297
  "RoleArn": {},
13241
13298
  "InputDataConfig": {
@@ -13248,7 +13305,7 @@
13248
13305
  "shape": "S3e"
13249
13306
  },
13250
13307
  "VpcConfig": {
13251
- "shape": "S5h"
13308
+ "shape": "S5i"
13252
13309
  },
13253
13310
  "StoppingCondition": {
13254
13311
  "shape": "S3h"
@@ -13266,10 +13323,10 @@
13266
13323
  "type": "timestamp"
13267
13324
  },
13268
13325
  "SecondaryStatusTransitions": {
13269
- "shape": "St9"
13326
+ "shape": "Sti"
13270
13327
  },
13271
13328
  "FinalMetricDataList": {
13272
- "shape": "Stc"
13329
+ "shape": "Stl"
13273
13330
  },
13274
13331
  "EnableNetworkIsolation": {
13275
13332
  "type": "boolean"
@@ -13281,7 +13338,7 @@
13281
13338
  "type": "boolean"
13282
13339
  },
13283
13340
  "CheckpointConfig": {
13284
- "shape": "Sc1"
13341
+ "shape": "Sc5"
13285
13342
  },
13286
13343
  "TrainingTimeInSeconds": {
13287
13344
  "type": "integer"
@@ -13290,36 +13347,36 @@
13290
13347
  "type": "integer"
13291
13348
  },
13292
13349
  "DebugHookConfig": {
13293
- "shape": "Sj3"
13350
+ "shape": "Sjb"
13294
13351
  },
13295
13352
  "ExperimentConfig": {
13296
- "shape": "Sih"
13353
+ "shape": "Sip"
13297
13354
  },
13298
13355
  "DebugRuleConfigurations": {
13299
- "shape": "Sjb"
13356
+ "shape": "Sjj"
13300
13357
  },
13301
13358
  "TensorBoardOutputConfig": {
13302
- "shape": "Sjg"
13359
+ "shape": "Sjo"
13303
13360
  },
13304
13361
  "DebugRuleEvaluationStatuses": {
13305
- "shape": "Stg"
13362
+ "shape": "Stp"
13306
13363
  },
13307
13364
  "Environment": {
13308
- "shape": "Sjm"
13365
+ "shape": "Sju"
13309
13366
  },
13310
13367
  "RetryStrategy": {
13311
- "shape": "Sc2"
13368
+ "shape": "Sc6"
13312
13369
  },
13313
13370
  "Tags": {
13314
13371
  "shape": "S7"
13315
13372
  }
13316
13373
  }
13317
13374
  },
13318
- "S16l": {
13375
+ "S16u": {
13319
13376
  "type": "list",
13320
13377
  "member": {}
13321
13378
  },
13322
- "S188": {
13379
+ "S18h": {
13323
13380
  "type": "list",
13324
13381
  "member": {}
13325
13382
  }