@pgarbe/cdk-ecr-sync 0.5.28 → 0.5.31

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 (246) hide show
  1. package/.jsii +5 -5
  2. package/API.md +106 -50
  3. package/CHANGELOG.md +91 -1
  4. package/lib/ecr-sync.d.ts +0 -1
  5. package/lib/ecr-sync.js +4 -5
  6. package/lib/image.d.ts +0 -1
  7. package/lib/index.d.ts +0 -1
  8. package/lib/lambda/docker-adapter.d.ts +0 -1
  9. package/lib/lambda/docker-adapter.js +2 -3
  10. package/lib/lambda/ecr-adapter.d.ts +0 -1
  11. package/lib/lambda/get-image-tags-handler.d.ts +0 -1
  12. package/lib/lambda/get-image-tags-handler.js +3 -4
  13. package/node_modules/aws-sdk/CHANGELOG.md +109 -1
  14. package/node_modules/aws-sdk/README.md +1 -1
  15. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +76 -70
  16. package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +25 -24
  17. package/node_modules/aws-sdk/apis/appmesh-2019-01-25.min.json +129 -121
  18. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +4 -0
  19. package/node_modules/aws-sdk/apis/backup-gateway-2021-01-01.min.json +58 -8
  20. package/node_modules/aws-sdk/apis/budgets-2016-10-20.min.json +53 -53
  21. package/node_modules/aws-sdk/apis/ce-2017-10-25.min.json +79 -0
  22. package/node_modules/aws-sdk/apis/ce-2017-10-25.paginators.json +5 -0
  23. package/node_modules/aws-sdk/apis/chime-sdk-meetings-2021-07-15.min.json +126 -33
  24. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +124 -53
  25. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  26. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +10 -8
  27. package/node_modules/aws-sdk/apis/cognito-idp-2016-04-18.min.json +155 -127
  28. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +637 -93
  29. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +11 -0
  30. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.examples.json +5 -0
  31. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.min.json +767 -0
  32. package/node_modules/aws-sdk/apis/connectcampaigns-2021-01-30.paginators.json +10 -0
  33. package/node_modules/aws-sdk/apis/datasync-2018-11-09.min.json +80 -74
  34. package/node_modules/aws-sdk/apis/datasync-2018-11-09.paginators.json +10 -5
  35. package/node_modules/aws-sdk/apis/dms-2016-01-01.min.json +385 -52
  36. package/node_modules/aws-sdk/apis/dms-2016-01-01.paginators.json +25 -0
  37. package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +332 -205
  38. package/node_modules/aws-sdk/apis/drs-2020-02-26.paginators.json +12 -0
  39. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +17 -0
  40. package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.examples.json +5 -0
  42. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +860 -0
  43. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.paginators.json +16 -0
  44. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +278 -73
  45. package/node_modules/aws-sdk/apis/forecast-2018-06-26.min.json +354 -68
  46. package/node_modules/aws-sdk/apis/forecast-2018-06-26.paginators.json +24 -0
  47. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +135 -116
  48. package/node_modules/aws-sdk/apis/gamesparks-2021-08-17.min.json +13 -0
  49. package/node_modules/aws-sdk/apis/greengrassv2-2020-11-30.min.json +37 -18
  50. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +325 -98
  51. package/node_modules/aws-sdk/apis/iotevents-data-2018-10-23.min.json +45 -0
  52. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +20 -15
  53. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +179 -61
  54. package/node_modules/aws-sdk/apis/lightsail-2016-11-28.min.json +155 -122
  55. package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +142 -56
  56. package/node_modules/aws-sdk/apis/m2-2021-04-28.examples.json +5 -0
  57. package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +1820 -0
  58. package/node_modules/aws-sdk/apis/m2-2021-04-28.paginators.json +58 -0
  59. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +223 -143
  60. package/node_modules/aws-sdk/apis/metadata.json +13 -0
  61. package/node_modules/aws-sdk/apis/neptune-2014-10-31.min.json +293 -100
  62. package/node_modules/aws-sdk/apis/networkmanager-2019-07-05.min.json +72 -3
  63. package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +67 -0
  64. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +14 -8
  65. package/node_modules/aws-sdk/apis/proton-2020-07-20.min.json +451 -139
  66. package/node_modules/aws-sdk/apis/proton-2020-07-20.paginators.json +16 -0
  67. package/node_modules/aws-sdk/apis/proton-2020-07-20.waiters2.json +33 -0
  68. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +35 -1
  69. package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +39 -5
  70. package/node_modules/aws-sdk/apis/redshift-data-2019-12-20.min.json +25 -16
  71. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +5 -0
  72. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +1206 -0
  73. package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +40 -0
  74. package/node_modules/aws-sdk/apis/route53-2013-04-01.min.json +333 -78
  75. package/node_modules/aws-sdk/apis/route53-2013-04-01.paginators.json +18 -0
  76. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +673 -649
  77. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +841 -300
  78. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.min.json +45 -0
  79. package/node_modules/aws-sdk/apis/servicecatalog-appregistry-2020-06-24.paginators.json +6 -0
  80. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +37 -11
  81. package/node_modules/aws-sdk/apis/transfer-2018-11-05.min.json +37 -36
  82. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.min.json +73 -53
  83. package/node_modules/aws-sdk/apis/voice-id-2021-09-27.paginators.json +8 -4
  84. package/node_modules/aws-sdk/clients/all.d.ts +4 -0
  85. package/node_modules/aws-sdk/clients/all.js +5 -1
  86. package/node_modules/aws-sdk/clients/apigateway.d.ts +327 -324
  87. package/node_modules/aws-sdk/clients/appflow.d.ts +17 -7
  88. package/node_modules/aws-sdk/clients/applicationinsights.d.ts +38 -3
  89. package/node_modules/aws-sdk/clients/appmesh.d.ts +70 -51
  90. package/node_modules/aws-sdk/clients/apprunner.d.ts +2 -2
  91. package/node_modules/aws-sdk/clients/auditmanager.d.ts +7 -7
  92. package/node_modules/aws-sdk/clients/backupgateway.d.ts +77 -2
  93. package/node_modules/aws-sdk/clients/batch.d.ts +4 -4
  94. package/node_modules/aws-sdk/clients/budgets.d.ts +2 -1
  95. package/node_modules/aws-sdk/clients/chimesdkmeetings.d.ts +82 -1
  96. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +81 -5
  97. package/node_modules/aws-sdk/clients/cloudformation.d.ts +62 -53
  98. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +4 -4
  99. package/node_modules/aws-sdk/clients/codeartifact.d.ts +93 -93
  100. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +197 -162
  101. package/node_modules/aws-sdk/clients/comprehend.d.ts +22 -22
  102. package/node_modules/aws-sdk/clients/connect.d.ts +708 -11
  103. package/node_modules/aws-sdk/clients/connectcampaigns.d.ts +446 -0
  104. package/node_modules/aws-sdk/clients/connectcampaigns.js +18 -0
  105. package/node_modules/aws-sdk/clients/costexplorer.d.ts +219 -113
  106. package/node_modules/aws-sdk/clients/datasync.d.ts +41 -15
  107. package/node_modules/aws-sdk/clients/dms.d.ts +532 -2
  108. package/node_modules/aws-sdk/clients/drs.d.ts +173 -6
  109. package/node_modules/aws-sdk/clients/dynamodb.d.ts +18 -18
  110. package/node_modules/aws-sdk/clients/dynamodbstreams.d.ts +1 -1
  111. package/node_modules/aws-sdk/clients/ec2.d.ts +35 -15
  112. package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
  113. package/node_modules/aws-sdk/clients/emrserverless.d.ts +890 -0
  114. package/node_modules/aws-sdk/clients/emrserverless.js +18 -0
  115. package/node_modules/aws-sdk/clients/finspacedata.d.ts +201 -4
  116. package/node_modules/aws-sdk/clients/forecastservice.d.ts +452 -24
  117. package/node_modules/aws-sdk/clients/frauddetector.d.ts +5 -5
  118. package/node_modules/aws-sdk/clients/fsx.d.ts +28 -3
  119. package/node_modules/aws-sdk/clients/gamesparks.d.ts +20 -0
  120. package/node_modules/aws-sdk/clients/greengrassv2.d.ts +49 -18
  121. package/node_modules/aws-sdk/clients/guardduty.d.ts +186 -4
  122. package/node_modules/aws-sdk/clients/iam.d.ts +2 -2
  123. package/node_modules/aws-sdk/clients/ioteventsdata.d.ts +50 -0
  124. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +23 -3
  125. package/node_modules/aws-sdk/clients/ivschat.d.ts +1 -1
  126. package/node_modules/aws-sdk/clients/kendra.d.ts +157 -4
  127. package/node_modules/aws-sdk/clients/lightsail.d.ts +40 -0
  128. package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +126 -5
  129. package/node_modules/aws-sdk/clients/m2.d.ts +1840 -0
  130. package/node_modules/aws-sdk/clients/m2.js +18 -0
  131. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +89 -9
  132. package/node_modules/aws-sdk/clients/neptune.d.ts +233 -0
  133. package/node_modules/aws-sdk/clients/networkmanager.d.ts +56 -10
  134. package/node_modules/aws-sdk/clients/outposts.d.ts +94 -0
  135. package/node_modules/aws-sdk/clients/personalize.d.ts +12 -8
  136. package/node_modules/aws-sdk/clients/proton.d.ts +492 -72
  137. package/node_modules/aws-sdk/clients/quicksight.d.ts +37 -5
  138. package/node_modules/aws-sdk/clients/redshift.d.ts +41 -1
  139. package/node_modules/aws-sdk/clients/redshiftdata.d.ts +51 -14
  140. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +1525 -0
  141. package/node_modules/aws-sdk/clients/redshiftserverless.js +18 -0
  142. package/node_modules/aws-sdk/clients/route53.d.ts +267 -7
  143. package/node_modules/aws-sdk/clients/sagemaker.d.ts +53 -24
  144. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  145. package/node_modules/aws-sdk/clients/securityhub.d.ts +1020 -19
  146. package/node_modules/aws-sdk/clients/servicecatalogappregistry.d.ts +49 -2
  147. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +479 -447
  148. package/node_modules/aws-sdk/clients/transfer.d.ts +9 -4
  149. package/node_modules/aws-sdk/clients/voiceid.d.ts +55 -24
  150. package/node_modules/aws-sdk/clients/workspaces.d.ts +10 -10
  151. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +737 -241
  152. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +2697 -1828
  153. package/node_modules/aws-sdk/dist/aws-sdk.js +2319 -517
  154. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  155. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +8 -0
  156. package/node_modules/aws-sdk/lib/core.js +1 -1
  157. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +11 -11
  158. package/node_modules/aws-sdk/lib/event_listeners.js +18 -0
  159. package/node_modules/aws-sdk/lib/util.js +15 -7
  160. package/node_modules/aws-sdk/package.json +2 -2
  161. package/node_modules/jszip/.github/workflows/pr.yaml +5 -6
  162. package/node_modules/jszip/CHANGES.md +5 -0
  163. package/node_modules/jszip/README.markdown +1 -3
  164. package/node_modules/jszip/dist/jszip.js +194 -13
  165. package/node_modules/jszip/dist/jszip.min.js +4 -4
  166. package/node_modules/jszip/index.d.ts +1 -1
  167. package/node_modules/jszip/lib/index.js +1 -1
  168. package/node_modules/jszip/lib/license_header.js +2 -2
  169. package/node_modules/jszip/lib/utils.js +1 -1
  170. package/node_modules/jszip/package.json +2 -2
  171. package/node_modules/jszip/vendor/FileSaver.js +1 -1
  172. package/node_modules/setimmediate/LICENSE.txt +20 -0
  173. package/node_modules/setimmediate/package.json +30 -0
  174. package/node_modules/setimmediate/setImmediate.js +186 -0
  175. package/node_modules/uuid/CHANGELOG.md +132 -44
  176. package/node_modules/uuid/CONTRIBUTING.md +20 -0
  177. package/node_modules/uuid/LICENSE.md +1 -1
  178. package/node_modules/uuid/README.md +298 -152
  179. package/node_modules/uuid/dist/bin/uuid +2 -0
  180. package/node_modules/uuid/dist/bytesToUuid.js +26 -0
  181. package/node_modules/uuid/dist/esm-browser/bytesToUuid.js +18 -0
  182. package/node_modules/uuid/dist/esm-browser/index.js +4 -0
  183. package/node_modules/uuid/dist/esm-browser/md5.js +218 -0
  184. package/node_modules/uuid/dist/esm-browser/rng.js +15 -0
  185. package/node_modules/uuid/dist/esm-browser/sha1.js +91 -0
  186. package/node_modules/uuid/{v1.js → dist/esm-browser/v1.js} +34 -48
  187. package/node_modules/uuid/dist/esm-browser/v3.js +4 -0
  188. package/node_modules/uuid/dist/esm-browser/v35.js +56 -0
  189. package/node_modules/uuid/dist/esm-browser/v4.js +27 -0
  190. package/node_modules/uuid/dist/esm-browser/v5.js +4 -0
  191. package/node_modules/uuid/dist/esm-node/bytesToUuid.js +18 -0
  192. package/node_modules/uuid/dist/esm-node/index.js +4 -0
  193. package/node_modules/uuid/dist/esm-node/md5.js +13 -0
  194. package/node_modules/uuid/dist/esm-node/rng.js +4 -0
  195. package/node_modules/uuid/dist/esm-node/sha1.js +13 -0
  196. package/node_modules/uuid/dist/esm-node/v1.js +95 -0
  197. package/node_modules/uuid/dist/esm-node/v3.js +4 -0
  198. package/node_modules/uuid/{lib → dist/esm-node}/v35.js +21 -22
  199. package/node_modules/uuid/dist/esm-node/v4.js +27 -0
  200. package/node_modules/uuid/dist/esm-node/v5.js +4 -0
  201. package/node_modules/uuid/dist/index.js +39 -0
  202. package/node_modules/uuid/{lib → dist}/md5-browser.js +58 -50
  203. package/node_modules/uuid/dist/md5.js +23 -0
  204. package/node_modules/uuid/dist/rng-browser.js +21 -0
  205. package/node_modules/uuid/dist/rng.js +14 -0
  206. package/node_modules/uuid/dist/sha1-browser.js +95 -0
  207. package/node_modules/uuid/dist/sha1.js +23 -0
  208. package/node_modules/uuid/dist/umd/uuid.min.js +1 -0
  209. package/node_modules/uuid/dist/umd/uuidv1.min.js +1 -0
  210. package/node_modules/uuid/dist/umd/uuidv3.min.js +1 -0
  211. package/node_modules/uuid/dist/umd/uuidv4.min.js +1 -0
  212. package/node_modules/uuid/dist/umd/uuidv5.min.js +1 -0
  213. package/node_modules/uuid/dist/uuid-bin.js +67 -0
  214. package/node_modules/uuid/dist/v1.js +107 -0
  215. package/node_modules/uuid/dist/v3.js +16 -0
  216. package/node_modules/uuid/dist/v35.js +69 -0
  217. package/node_modules/uuid/dist/v4.js +40 -0
  218. package/node_modules/uuid/dist/v5.js +16 -0
  219. package/node_modules/uuid/package.json +92 -19
  220. package/node_modules/uuid/wrapper.mjs +5 -0
  221. package/package.json +15 -15
  222. package/lib/ecr-sync.d.ts.map +0 -1
  223. package/lib/image.d.ts.map +0 -1
  224. package/lib/index.d.ts.map +0 -1
  225. package/lib/lambda/docker-adapter.d.ts.map +0 -1
  226. package/lib/lambda/ecr-adapter.d.ts.map +0 -1
  227. package/lib/lambda/get-image-tags-handler.d.ts.map +0 -1
  228. package/node_modules/set-immediate-shim/index.js +0 -7
  229. package/node_modules/set-immediate-shim/package.json +0 -34
  230. package/node_modules/set-immediate-shim/readme.md +0 -31
  231. package/node_modules/uuid/.eslintrc.json +0 -47
  232. package/node_modules/uuid/AUTHORS +0 -5
  233. package/node_modules/uuid/README_js.md +0 -280
  234. package/node_modules/uuid/bin/uuid +0 -65
  235. package/node_modules/uuid/index.js +0 -8
  236. package/node_modules/uuid/lib/bytesToUuid.js +0 -24
  237. package/node_modules/uuid/lib/md5.js +0 -25
  238. package/node_modules/uuid/lib/rng-browser.js +0 -34
  239. package/node_modules/uuid/lib/rng.js +0 -8
  240. package/node_modules/uuid/lib/sha1-browser.js +0 -89
  241. package/node_modules/uuid/lib/sha1.js +0 -25
  242. package/node_modules/uuid/v3.js +0 -4
  243. package/node_modules/uuid/v4.js +0 -29
  244. package/node_modules/uuid/v5.js +0 -3
  245. package/releasetag.txt +0 -1
  246. package/version.txt +0 -1
@@ -328,7 +328,7 @@
328
328
  "shape": "S7"
329
329
  },
330
330
  "ModelDeployConfig": {
331
- "shape": "S5q"
331
+ "shape": "S5r"
332
332
  }
333
333
  }
334
334
  },
@@ -352,7 +352,7 @@
352
352
  "members": {
353
353
  "CodeRepositoryName": {},
354
354
  "GitConfig": {
355
- "shape": "S5w"
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": "S63"
386
+ "shape": "S64"
387
387
  },
388
388
  "OutputConfig": {
389
- "shape": "S65"
389
+ "shape": "S66"
390
390
  },
391
391
  "VpcConfig": {
392
- "shape": "S6c"
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": "S6k"
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": "S6p"
456
+ "shape": "S6q"
457
457
  },
458
458
  "DataQualityAppSpecification": {
459
- "shape": "S6t"
459
+ "shape": "S6u"
460
460
  },
461
461
  "DataQualityJobInput": {
462
- "shape": "S72"
462
+ "shape": "S73"
463
463
  },
464
464
  "DataQualityJobOutputConfig": {
465
- "shape": "S79"
465
+ "shape": "S7a"
466
466
  },
467
467
  "JobResources": {
468
- "shape": "S7f"
468
+ "shape": "S7g"
469
469
  },
470
470
  "NetworkConfig": {
471
- "shape": "S7k"
471
+ "shape": "S7l"
472
472
  },
473
473
  "RoleArn": {},
474
474
  "StoppingCondition": {
475
- "shape": "S7l"
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": "S7r"
504
+ "shape": "S7s"
505
505
  },
506
506
  "Tags": {
507
507
  "shape": "S7"
@@ -526,7 +526,7 @@
526
526
  "DomainName": {},
527
527
  "AuthMode": {},
528
528
  "DefaultUserSettings": {
529
- "shape": "S7x"
529
+ "shape": "S7y"
530
530
  },
531
531
  "SubnetIds": {
532
532
  "shape": "S5l"
@@ -543,7 +543,7 @@
543
543
  "KmsKeyId": {},
544
544
  "AppSecurityGroupManagement": {},
545
545
  "DomainSettings": {
546
- "shape": "S8g"
546
+ "shape": "S8h"
547
547
  }
548
548
  }
549
549
  },
@@ -573,7 +573,7 @@
573
573
  "ModelVersion": {},
574
574
  "RoleArn": {},
575
575
  "OutputConfig": {
576
- "shape": "S7r"
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": "S8q"
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": "S97"
623
+ "shape": "S98"
624
624
  },
625
625
  "DataCaptureConfig": {
626
- "shape": "S9j"
626
+ "shape": "S9k"
627
627
  },
628
628
  "Tags": {
629
629
  "shape": "S7"
630
630
  },
631
631
  "KmsKeyId": {},
632
632
  "AsyncInferenceConfig": {
633
- "shape": "S9u"
633
+ "shape": "S9v"
634
634
  }
635
635
  }
636
636
  },
@@ -680,13 +680,13 @@
680
680
  "RecordIdentifierFeatureName": {},
681
681
  "EventTimeFeatureName": {},
682
682
  "FeatureDefinitions": {
683
- "shape": "Sa8"
683
+ "shape": "Sa9"
684
684
  },
685
685
  "OnlineStoreConfig": {
686
- "shape": "Sab"
686
+ "shape": "Sac"
687
687
  },
688
688
  "OfflineStoreConfig": {
689
- "shape": "Sad"
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": "Sao"
720
+ "shape": "Sap"
721
721
  },
722
722
  "HumanLoopActivationConfig": {
723
- "shape": "Saq"
723
+ "shape": "Sar"
724
724
  },
725
725
  "HumanLoopConfig": {
726
- "shape": "Sat"
726
+ "shape": "Sau"
727
727
  },
728
728
  "OutputConfig": {
729
- "shape": "Sb8"
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": "Sbd"
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": "Sbi"
784
+ "shape": "Sbj"
785
785
  },
786
786
  "TrainingJobDefinition": {
787
- "shape": "Sbz"
787
+ "shape": "Sc0"
788
788
  },
789
789
  "TrainingJobDefinitions": {
790
- "shape": "Sc7"
790
+ "shape": "Sc8"
791
791
  },
792
792
  "WarmStartConfig": {
793
- "shape": "Sc8"
793
+ "shape": "Sc9"
794
794
  },
795
795
  "Tags": {
796
796
  "shape": "S7"
@@ -868,11 +868,11 @@
868
868
  "JobType": {},
869
869
  "RoleArn": {},
870
870
  "InputConfig": {
871
- "shape": "Scp"
871
+ "shape": "Scq"
872
872
  },
873
873
  "JobDescription": {},
874
874
  "StoppingConditions": {
875
- "shape": "Sdb"
875
+ "shape": "Sdc"
876
876
  },
877
877
  "OutputConfig": {
878
878
  "type": "structure",
@@ -916,21 +916,21 @@
916
916
  "LabelingJobName": {},
917
917
  "LabelAttributeName": {},
918
918
  "InputConfig": {
919
- "shape": "Sdm"
919
+ "shape": "Sdn"
920
920
  },
921
921
  "OutputConfig": {
922
- "shape": "Sdt"
922
+ "shape": "Sdu"
923
923
  },
924
924
  "RoleArn": {},
925
925
  "LabelCategoryConfigS3Uri": {},
926
926
  "StoppingConditions": {
927
- "shape": "Sdu"
927
+ "shape": "Sdv"
928
928
  },
929
929
  "LabelingJobAlgorithmsConfig": {
930
- "shape": "Sdx"
930
+ "shape": "Sdy"
931
931
  },
932
932
  "HumanTaskConfig": {
933
- "shape": "Se1"
933
+ "shape": "Se2"
934
934
  },
935
935
  "Tags": {
936
936
  "shape": "S7"
@@ -957,13 +957,13 @@
957
957
  "members": {
958
958
  "ModelName": {},
959
959
  "PrimaryContainer": {
960
- "shape": "Seg"
960
+ "shape": "Seh"
961
961
  },
962
962
  "Containers": {
963
- "shape": "Sep"
963
+ "shape": "Seq"
964
964
  },
965
965
  "InferenceExecutionConfig": {
966
- "shape": "Seq"
966
+ "shape": "Ser"
967
967
  },
968
968
  "ExecutionRoleArn": {},
969
969
  "Tags": {
@@ -1001,26 +1001,26 @@
1001
1001
  "members": {
1002
1002
  "JobDefinitionName": {},
1003
1003
  "ModelBiasBaselineConfig": {
1004
- "shape": "Seu"
1004
+ "shape": "Sev"
1005
1005
  },
1006
1006
  "ModelBiasAppSpecification": {
1007
- "shape": "Sev"
1007
+ "shape": "Sew"
1008
1008
  },
1009
1009
  "ModelBiasJobInput": {
1010
- "shape": "Sew"
1010
+ "shape": "Sex"
1011
1011
  },
1012
1012
  "ModelBiasJobOutputConfig": {
1013
- "shape": "S79"
1013
+ "shape": "S7a"
1014
1014
  },
1015
1015
  "JobResources": {
1016
- "shape": "S7f"
1016
+ "shape": "S7g"
1017
1017
  },
1018
1018
  "NetworkConfig": {
1019
- "shape": "S7k"
1019
+ "shape": "S7l"
1020
1020
  },
1021
1021
  "RoleArn": {},
1022
1022
  "StoppingCondition": {
1023
- "shape": "S7l"
1023
+ "shape": "S7m"
1024
1024
  },
1025
1025
  "Tags": {
1026
1026
  "shape": "S7"
@@ -1051,26 +1051,26 @@
1051
1051
  "members": {
1052
1052
  "JobDefinitionName": {},
1053
1053
  "ModelExplainabilityBaselineConfig": {
1054
- "shape": "Sf0"
1054
+ "shape": "Sf1"
1055
1055
  },
1056
1056
  "ModelExplainabilityAppSpecification": {
1057
- "shape": "Sf1"
1057
+ "shape": "Sf2"
1058
1058
  },
1059
1059
  "ModelExplainabilityJobInput": {
1060
- "shape": "Sf2"
1060
+ "shape": "Sf3"
1061
1061
  },
1062
1062
  "ModelExplainabilityJobOutputConfig": {
1063
- "shape": "S79"
1063
+ "shape": "S7a"
1064
1064
  },
1065
1065
  "JobResources": {
1066
- "shape": "S7f"
1066
+ "shape": "S7g"
1067
1067
  },
1068
1068
  "NetworkConfig": {
1069
- "shape": "S7k"
1069
+ "shape": "S7l"
1070
1070
  },
1071
1071
  "RoleArn": {},
1072
1072
  "StoppingCondition": {
1073
- "shape": "S7l"
1073
+ "shape": "S7m"
1074
1074
  },
1075
1075
  "Tags": {
1076
1076
  "shape": "S7"
@@ -1098,10 +1098,10 @@
1098
1098
  "shape": "Sr"
1099
1099
  },
1100
1100
  "ValidationSpecification": {
1101
- "shape": "Sf5"
1101
+ "shape": "Sf6"
1102
1102
  },
1103
1103
  "SourceAlgorithmSpecification": {
1104
- "shape": "Sf8"
1104
+ "shape": "Sf9"
1105
1105
  },
1106
1106
  "CertifyForMarketplace": {
1107
1107
  "type": "boolean"
@@ -1114,22 +1114,22 @@
1114
1114
  "shape": "S1q"
1115
1115
  },
1116
1116
  "ModelMetrics": {
1117
- "shape": "Sfb"
1117
+ "shape": "Sfc"
1118
1118
  },
1119
1119
  "ClientToken": {
1120
1120
  "idempotencyToken": true
1121
1121
  },
1122
1122
  "CustomerMetadataProperties": {
1123
- "shape": "Sfi"
1123
+ "shape": "Sfj"
1124
1124
  },
1125
1125
  "DriftCheckBaselines": {
1126
- "shape": "Sfl"
1126
+ "shape": "Sfm"
1127
1127
  },
1128
1128
  "Domain": {},
1129
1129
  "Task": {},
1130
1130
  "SamplePayloadUrl": {},
1131
1131
  "AdditionalInferenceSpecifications": {
1132
- "shape": "Sfr"
1132
+ "shape": "Sfs"
1133
1133
  }
1134
1134
  }
1135
1135
  },
@@ -1181,26 +1181,26 @@
1181
1181
  "members": {
1182
1182
  "JobDefinitionName": {},
1183
1183
  "ModelQualityBaselineConfig": {
1184
- "shape": "Sfy"
1184
+ "shape": "Sfz"
1185
1185
  },
1186
1186
  "ModelQualityAppSpecification": {
1187
- "shape": "Sfz"
1187
+ "shape": "Sg0"
1188
1188
  },
1189
1189
  "ModelQualityJobInput": {
1190
- "shape": "Sg1"
1190
+ "shape": "Sg2"
1191
1191
  },
1192
1192
  "ModelQualityJobOutputConfig": {
1193
- "shape": "S79"
1193
+ "shape": "S7a"
1194
1194
  },
1195
1195
  "JobResources": {
1196
- "shape": "S7f"
1196
+ "shape": "S7g"
1197
1197
  },
1198
1198
  "NetworkConfig": {
1199
- "shape": "S7k"
1199
+ "shape": "S7l"
1200
1200
  },
1201
1201
  "RoleArn": {},
1202
1202
  "StoppingCondition": {
1203
- "shape": "S7l"
1203
+ "shape": "S7m"
1204
1204
  },
1205
1205
  "Tags": {
1206
1206
  "shape": "S7"
@@ -1227,7 +1227,7 @@
1227
1227
  "members": {
1228
1228
  "MonitoringScheduleName": {},
1229
1229
  "MonitoringScheduleConfig": {
1230
- "shape": "Sg5"
1230
+ "shape": "Sg6"
1231
1231
  },
1232
1232
  "Tags": {
1233
1233
  "shape": "S7"
@@ -1257,7 +1257,7 @@
1257
1257
  "InstanceType": {},
1258
1258
  "SubnetId": {},
1259
1259
  "SecurityGroupIds": {
1260
- "shape": "S7y"
1260
+ "shape": "S7z"
1261
1261
  },
1262
1262
  "RoleArn": {},
1263
1263
  "KmsKeyId": {},
@@ -1270,14 +1270,17 @@
1270
1270
  "type": "integer"
1271
1271
  },
1272
1272
  "AcceleratorTypes": {
1273
- "shape": "Sgn"
1273
+ "shape": "Sgo"
1274
1274
  },
1275
1275
  "DefaultCodeRepository": {},
1276
1276
  "AdditionalCodeRepositories": {
1277
- "shape": "Sgq"
1277
+ "shape": "Sgr"
1278
1278
  },
1279
1279
  "RootAccess": {},
1280
- "PlatformIdentifier": {}
1280
+ "PlatformIdentifier": {},
1281
+ "InstanceMetadataServiceConfiguration": {
1282
+ "shape": "Sgu"
1283
+ }
1281
1284
  }
1282
1285
  },
1283
1286
  "output": {
@@ -1296,10 +1299,10 @@
1296
1299
  "members": {
1297
1300
  "NotebookInstanceLifecycleConfigName": {},
1298
1301
  "OnCreate": {
1299
- "shape": "Sgw"
1302
+ "shape": "Sgz"
1300
1303
  },
1301
1304
  "OnStart": {
1302
- "shape": "Sgw"
1305
+ "shape": "Sgz"
1303
1306
  }
1304
1307
  }
1305
1308
  },
@@ -1323,7 +1326,7 @@
1323
1326
  "PipelineDisplayName": {},
1324
1327
  "PipelineDefinition": {},
1325
1328
  "PipelineDefinitionS3Location": {
1326
- "shape": "Sh4"
1329
+ "shape": "Sh7"
1327
1330
  },
1328
1331
  "PipelineDescription": {},
1329
1332
  "ClientRequestToken": {
@@ -1334,7 +1337,7 @@
1334
1337
  "shape": "S7"
1335
1338
  },
1336
1339
  "ParallelismConfiguration": {
1337
- "shape": "Sha"
1340
+ "shape": "Shd"
1338
1341
  }
1339
1342
  }
1340
1343
  },
@@ -1401,33 +1404,33 @@
1401
1404
  ],
1402
1405
  "members": {
1403
1406
  "ProcessingInputs": {
1404
- "shape": "Shn"
1407
+ "shape": "Shq"
1405
1408
  },
1406
1409
  "ProcessingOutputConfig": {
1407
- "shape": "Sia"
1410
+ "shape": "Sid"
1408
1411
  },
1409
1412
  "ProcessingJobName": {},
1410
1413
  "ProcessingResources": {
1411
- "shape": "Sif"
1414
+ "shape": "Sii"
1412
1415
  },
1413
1416
  "StoppingCondition": {
1414
- "shape": "Sih"
1417
+ "shape": "Sik"
1415
1418
  },
1416
1419
  "AppSpecification": {
1417
- "shape": "Sij"
1420
+ "shape": "Sim"
1418
1421
  },
1419
1422
  "Environment": {
1420
- "shape": "Sil"
1423
+ "shape": "Sio"
1421
1424
  },
1422
1425
  "NetworkConfig": {
1423
- "shape": "Sgd"
1426
+ "shape": "Sge"
1424
1427
  },
1425
1428
  "RoleArn": {},
1426
1429
  "Tags": {
1427
1430
  "shape": "S7"
1428
1431
  },
1429
1432
  "ExperimentConfig": {
1430
- "shape": "Sim"
1433
+ "shape": "Sip"
1431
1434
  }
1432
1435
  }
1433
1436
  },
@@ -1452,7 +1455,7 @@
1452
1455
  "ProjectName": {},
1453
1456
  "ProjectDescription": {},
1454
1457
  "ServiceCatalogProvisioningDetails": {
1455
- "shape": "Sir"
1458
+ "shape": "Siu"
1456
1459
  },
1457
1460
  "Tags": {
1458
1461
  "shape": "S7"
@@ -1512,7 +1515,7 @@
1512
1515
  "shape": "S2t"
1513
1516
  },
1514
1517
  "AlgorithmSpecification": {
1515
- "shape": "Sj7"
1518
+ "shape": "Sja"
1516
1519
  },
1517
1520
  "RoleArn": {},
1518
1521
  "InputDataConfig": {
@@ -1543,31 +1546,31 @@
1543
1546
  "type": "boolean"
1544
1547
  },
1545
1548
  "CheckpointConfig": {
1546
- "shape": "Sc4"
1549
+ "shape": "Sc5"
1547
1550
  },
1548
1551
  "DebugHookConfig": {
1549
- "shape": "Sj8"
1552
+ "shape": "Sjb"
1550
1553
  },
1551
1554
  "DebugRuleConfigurations": {
1552
- "shape": "Sjg"
1555
+ "shape": "Sjj"
1553
1556
  },
1554
1557
  "TensorBoardOutputConfig": {
1555
- "shape": "Sjl"
1558
+ "shape": "Sjo"
1556
1559
  },
1557
1560
  "ExperimentConfig": {
1558
- "shape": "Sim"
1561
+ "shape": "Sip"
1559
1562
  },
1560
1563
  "ProfilerConfig": {
1561
- "shape": "Sjm"
1564
+ "shape": "Sjp"
1562
1565
  },
1563
1566
  "ProfilerRuleConfigurations": {
1564
- "shape": "Sjp"
1567
+ "shape": "Sjs"
1565
1568
  },
1566
1569
  "Environment": {
1567
- "shape": "Sjr"
1570
+ "shape": "Sju"
1568
1571
  },
1569
1572
  "RetryStrategy": {
1570
- "shape": "Sc5"
1573
+ "shape": "Sc6"
1571
1574
  }
1572
1575
  }
1573
1576
  },
@@ -1598,7 +1601,7 @@
1598
1601
  "type": "integer"
1599
1602
  },
1600
1603
  "ModelClientConfig": {
1601
- "shape": "Sjy"
1604
+ "shape": "Sk1"
1602
1605
  },
1603
1606
  "MaxPayloadInMB": {
1604
1607
  "type": "integer"
@@ -1617,13 +1620,13 @@
1617
1620
  "shape": "S3y"
1618
1621
  },
1619
1622
  "DataProcessing": {
1620
- "shape": "Sk1"
1623
+ "shape": "Sk4"
1621
1624
  },
1622
1625
  "Tags": {
1623
1626
  "shape": "S7"
1624
1627
  },
1625
1628
  "ExperimentConfig": {
1626
- "shape": "Sim"
1629
+ "shape": "Sip"
1627
1630
  }
1628
1631
  }
1629
1632
  },
@@ -1673,7 +1676,7 @@
1673
1676
  "TrialComponentName": {},
1674
1677
  "DisplayName": {},
1675
1678
  "Status": {
1676
- "shape": "Sk9"
1679
+ "shape": "Skc"
1677
1680
  },
1678
1681
  "StartTime": {
1679
1682
  "type": "timestamp"
@@ -1682,13 +1685,13 @@
1682
1685
  "type": "timestamp"
1683
1686
  },
1684
1687
  "Parameters": {
1685
- "shape": "Skd"
1688
+ "shape": "Skg"
1686
1689
  },
1687
1690
  "InputArtifacts": {
1688
- "shape": "Skh"
1691
+ "shape": "Skk"
1689
1692
  },
1690
1693
  "OutputArtifacts": {
1691
- "shape": "Skh"
1694
+ "shape": "Skk"
1692
1695
  },
1693
1696
  "MetadataProperties": {
1694
1697
  "shape": "S1q"
@@ -1721,7 +1724,7 @@
1721
1724
  "shape": "S7"
1722
1725
  },
1723
1726
  "UserSettings": {
1724
- "shape": "S7x"
1727
+ "shape": "S7y"
1725
1728
  }
1726
1729
  }
1727
1730
  },
@@ -1740,13 +1743,13 @@
1740
1743
  ],
1741
1744
  "members": {
1742
1745
  "CognitoConfig": {
1743
- "shape": "Sks"
1746
+ "shape": "Skv"
1744
1747
  },
1745
1748
  "OidcConfig": {
1746
- "shape": "Skv"
1749
+ "shape": "Sky"
1747
1750
  },
1748
1751
  "SourceIpConfig": {
1749
- "shape": "Sky"
1752
+ "shape": "Sl1"
1750
1753
  },
1751
1754
  "WorkforceName": {},
1752
1755
  "Tags": {
@@ -1776,11 +1779,11 @@
1776
1779
  "WorkteamName": {},
1777
1780
  "WorkforceName": {},
1778
1781
  "MemberDefinitions": {
1779
- "shape": "Sl6"
1782
+ "shape": "Sl9"
1780
1783
  },
1781
1784
  "Description": {},
1782
1785
  "NotificationConfiguration": {
1783
- "shape": "Sle"
1786
+ "shape": "Slh"
1784
1787
  },
1785
1788
  "Tags": {
1786
1789
  "shape": "S7"
@@ -2369,13 +2372,13 @@
2369
2372
  "type": "timestamp"
2370
2373
  },
2371
2374
  "CreatedBy": {
2372
- "shape": "Sn8"
2375
+ "shape": "Snb"
2373
2376
  },
2374
2377
  "LastModifiedTime": {
2375
2378
  "type": "timestamp"
2376
2379
  },
2377
2380
  "LastModifiedBy": {
2378
- "shape": "Sn8"
2381
+ "shape": "Snb"
2379
2382
  },
2380
2383
  "MetadataProperties": {
2381
2384
  "shape": "S1q"
@@ -2425,10 +2428,10 @@
2425
2428
  "type": "structure",
2426
2429
  "members": {
2427
2430
  "ValidationStatuses": {
2428
- "shape": "Sne"
2431
+ "shape": "Snh"
2429
2432
  },
2430
2433
  "ImageScanStatuses": {
2431
- "shape": "Sne"
2434
+ "shape": "Snh"
2432
2435
  }
2433
2436
  }
2434
2437
  },
@@ -2533,13 +2536,13 @@
2533
2536
  "type": "timestamp"
2534
2537
  },
2535
2538
  "CreatedBy": {
2536
- "shape": "Sn8"
2539
+ "shape": "Snb"
2537
2540
  },
2538
2541
  "LastModifiedTime": {
2539
2542
  "type": "timestamp"
2540
2543
  },
2541
2544
  "LastModifiedBy": {
2542
- "shape": "Sn8"
2545
+ "shape": "Snb"
2543
2546
  },
2544
2547
  "MetadataProperties": {
2545
2548
  "shape": "S1q"
@@ -2599,10 +2602,10 @@
2599
2602
  },
2600
2603
  "FailureReason": {},
2601
2604
  "PartialFailureReasons": {
2602
- "shape": "Sns"
2605
+ "shape": "Snv"
2603
2606
  },
2604
2607
  "BestCandidate": {
2605
- "shape": "Snu"
2608
+ "shape": "Snx"
2606
2609
  },
2607
2610
  "AutoMLJobStatus": {},
2608
2611
  "AutoMLJobSecondaryStatus": {},
@@ -2629,7 +2632,7 @@
2629
2632
  }
2630
2633
  },
2631
2634
  "ModelDeployConfig": {
2632
- "shape": "S5q"
2635
+ "shape": "S5r"
2633
2636
  },
2634
2637
  "ModelDeployResult": {
2635
2638
  "type": "structure",
@@ -2668,7 +2671,7 @@
2668
2671
  "type": "timestamp"
2669
2672
  },
2670
2673
  "GitConfig": {
2671
- "shape": "S5w"
2674
+ "shape": "S5x"
2672
2675
  }
2673
2676
  }
2674
2677
  }
@@ -2721,7 +2724,7 @@
2721
2724
  },
2722
2725
  "FailureReason": {},
2723
2726
  "ModelArtifacts": {
2724
- "shape": "Sov"
2727
+ "shape": "Soy"
2725
2728
  },
2726
2729
  "ModelDigests": {
2727
2730
  "type": "structure",
@@ -2731,13 +2734,13 @@
2731
2734
  },
2732
2735
  "RoleArn": {},
2733
2736
  "InputConfig": {
2734
- "shape": "S63"
2737
+ "shape": "S64"
2735
2738
  },
2736
2739
  "OutputConfig": {
2737
- "shape": "S65"
2740
+ "shape": "S66"
2738
2741
  },
2739
2742
  "VpcConfig": {
2740
- "shape": "S6c"
2743
+ "shape": "S6d"
2741
2744
  }
2742
2745
  }
2743
2746
  }
@@ -2758,7 +2761,7 @@
2758
2761
  "ContextName": {},
2759
2762
  "ContextArn": {},
2760
2763
  "Source": {
2761
- "shape": "S6k"
2764
+ "shape": "S6l"
2762
2765
  },
2763
2766
  "ContextType": {},
2764
2767
  "Description": {},
@@ -2769,13 +2772,13 @@
2769
2772
  "type": "timestamp"
2770
2773
  },
2771
2774
  "CreatedBy": {
2772
- "shape": "Sn8"
2775
+ "shape": "Snb"
2773
2776
  },
2774
2777
  "LastModifiedTime": {
2775
2778
  "type": "timestamp"
2776
2779
  },
2777
2780
  "LastModifiedBy": {
2778
- "shape": "Sn8"
2781
+ "shape": "Snb"
2779
2782
  },
2780
2783
  "LineageGroupArn": {}
2781
2784
  }
@@ -2810,26 +2813,26 @@
2810
2813
  "type": "timestamp"
2811
2814
  },
2812
2815
  "DataQualityBaselineConfig": {
2813
- "shape": "S6p"
2816
+ "shape": "S6q"
2814
2817
  },
2815
2818
  "DataQualityAppSpecification": {
2816
- "shape": "S6t"
2819
+ "shape": "S6u"
2817
2820
  },
2818
2821
  "DataQualityJobInput": {
2819
- "shape": "S72"
2822
+ "shape": "S73"
2820
2823
  },
2821
2824
  "DataQualityJobOutputConfig": {
2822
- "shape": "S79"
2825
+ "shape": "S7a"
2823
2826
  },
2824
2827
  "JobResources": {
2825
- "shape": "S7f"
2828
+ "shape": "S7g"
2826
2829
  },
2827
2830
  "NetworkConfig": {
2828
- "shape": "S7k"
2831
+ "shape": "S7l"
2829
2832
  },
2830
2833
  "RoleArn": {},
2831
2834
  "StoppingCondition": {
2832
- "shape": "S7l"
2835
+ "shape": "S7m"
2833
2836
  }
2834
2837
  }
2835
2838
  }
@@ -2917,7 +2920,7 @@
2917
2920
  "DeviceFleetName": {},
2918
2921
  "DeviceFleetArn": {},
2919
2922
  "OutputConfig": {
2920
- "shape": "S7r"
2923
+ "shape": "S7s"
2921
2924
  },
2922
2925
  "Description": {},
2923
2926
  "CreationTime": {
@@ -2959,7 +2962,7 @@
2959
2962
  "FailureReason": {},
2960
2963
  "AuthMode": {},
2961
2964
  "DefaultUserSettings": {
2962
- "shape": "S7x"
2965
+ "shape": "S7y"
2963
2966
  },
2964
2967
  "AppNetworkAccessType": {},
2965
2968
  "HomeEfsFileSystemKmsKeyId": {
@@ -2973,7 +2976,7 @@
2973
2976
  "VpcId": {},
2974
2977
  "KmsKeyId": {},
2975
2978
  "DomainSettings": {
2976
- "shape": "S8g"
2979
+ "shape": "S8h"
2977
2980
  },
2978
2981
  "AppSecurityGroupManagement": {},
2979
2982
  "SecurityGroupIdForDomainBoundary": {}
@@ -3005,7 +3008,7 @@
3005
3008
  "ModelVersion": {},
3006
3009
  "RoleArn": {},
3007
3010
  "OutputConfig": {
3008
- "shape": "S7r"
3011
+ "shape": "S7s"
3009
3012
  },
3010
3013
  "ResourceKey": {},
3011
3014
  "EdgePackagingJobStatus": {},
@@ -3058,10 +3061,10 @@
3058
3061
  "EndpointArn": {},
3059
3062
  "EndpointConfigName": {},
3060
3063
  "ProductionVariants": {
3061
- "shape": "Spr"
3064
+ "shape": "Spu"
3062
3065
  },
3063
3066
  "DataCaptureConfig": {
3064
- "shape": "Sq0"
3067
+ "shape": "Sq3"
3065
3068
  },
3066
3069
  "EndpointStatus": {},
3067
3070
  "FailureReason": {},
@@ -3072,10 +3075,10 @@
3072
3075
  "type": "timestamp"
3073
3076
  },
3074
3077
  "LastDeploymentConfig": {
3075
- "shape": "S8q"
3078
+ "shape": "S8r"
3076
3079
  },
3077
3080
  "AsyncInferenceConfig": {
3078
- "shape": "S9u"
3081
+ "shape": "S9v"
3079
3082
  },
3080
3083
  "PendingDeploymentSummary": {
3081
3084
  "type": "structure",
@@ -3094,7 +3097,7 @@
3094
3097
  "members": {
3095
3098
  "VariantName": {},
3096
3099
  "DeployedImages": {
3097
- "shape": "Spt"
3100
+ "shape": "Spw"
3098
3101
  },
3099
3102
  "CurrentWeight": {
3100
3103
  "type": "float"
@@ -3111,13 +3114,13 @@
3111
3114
  "InstanceType": {},
3112
3115
  "AcceleratorType": {},
3113
3116
  "VariantStatus": {
3114
- "shape": "Spw"
3117
+ "shape": "Spz"
3115
3118
  },
3116
3119
  "CurrentServerlessConfig": {
3117
- "shape": "S9g"
3120
+ "shape": "S9h"
3118
3121
  },
3119
3122
  "DesiredServerlessConfig": {
3120
- "shape": "S9g"
3123
+ "shape": "S9h"
3121
3124
  }
3122
3125
  }
3123
3126
  }
@@ -3152,17 +3155,17 @@
3152
3155
  "EndpointConfigName": {},
3153
3156
  "EndpointConfigArn": {},
3154
3157
  "ProductionVariants": {
3155
- "shape": "S97"
3158
+ "shape": "S98"
3156
3159
  },
3157
3160
  "DataCaptureConfig": {
3158
- "shape": "S9j"
3161
+ "shape": "S9k"
3159
3162
  },
3160
3163
  "KmsKeyId": {},
3161
3164
  "CreationTime": {
3162
3165
  "type": "timestamp"
3163
3166
  },
3164
3167
  "AsyncInferenceConfig": {
3165
- "shape": "S9u"
3168
+ "shape": "S9v"
3166
3169
  }
3167
3170
  }
3168
3171
  }
@@ -3184,20 +3187,20 @@
3184
3187
  "ExperimentArn": {},
3185
3188
  "DisplayName": {},
3186
3189
  "Source": {
3187
- "shape": "Sqa"
3190
+ "shape": "Sqd"
3188
3191
  },
3189
3192
  "Description": {},
3190
3193
  "CreationTime": {
3191
3194
  "type": "timestamp"
3192
3195
  },
3193
3196
  "CreatedBy": {
3194
- "shape": "Sn8"
3197
+ "shape": "Snb"
3195
3198
  },
3196
3199
  "LastModifiedTime": {
3197
3200
  "type": "timestamp"
3198
3201
  },
3199
3202
  "LastModifiedBy": {
3200
- "shape": "Sn8"
3203
+ "shape": "Snb"
3201
3204
  }
3202
3205
  }
3203
3206
  }
@@ -3230,21 +3233,21 @@
3230
3233
  "RecordIdentifierFeatureName": {},
3231
3234
  "EventTimeFeatureName": {},
3232
3235
  "FeatureDefinitions": {
3233
- "shape": "Sa8"
3236
+ "shape": "Sa9"
3234
3237
  },
3235
3238
  "CreationTime": {
3236
3239
  "type": "timestamp"
3237
3240
  },
3238
3241
  "OnlineStoreConfig": {
3239
- "shape": "Sab"
3242
+ "shape": "Sac"
3240
3243
  },
3241
3244
  "OfflineStoreConfig": {
3242
- "shape": "Sad"
3245
+ "shape": "Sae"
3243
3246
  },
3244
3247
  "RoleArn": {},
3245
3248
  "FeatureGroupStatus": {},
3246
3249
  "OfflineStoreStatus": {
3247
- "shape": "Sqg"
3250
+ "shape": "Sqj"
3248
3251
  },
3249
3252
  "FailureReason": {},
3250
3253
  "Description": {},
@@ -3281,16 +3284,16 @@
3281
3284
  "type": "timestamp"
3282
3285
  },
3283
3286
  "HumanLoopRequestSource": {
3284
- "shape": "Sao"
3287
+ "shape": "Sap"
3285
3288
  },
3286
3289
  "HumanLoopActivationConfig": {
3287
- "shape": "Saq"
3290
+ "shape": "Sar"
3288
3291
  },
3289
3292
  "HumanLoopConfig": {
3290
- "shape": "Sat"
3293
+ "shape": "Sau"
3291
3294
  },
3292
3295
  "OutputConfig": {
3293
- "shape": "Sb8"
3296
+ "shape": "Sb9"
3294
3297
  },
3295
3298
  "RoleArn": {},
3296
3299
  "FailureReason": {}
@@ -3357,13 +3360,13 @@
3357
3360
  "HyperParameterTuningJobName": {},
3358
3361
  "HyperParameterTuningJobArn": {},
3359
3362
  "HyperParameterTuningJobConfig": {
3360
- "shape": "Sbi"
3363
+ "shape": "Sbj"
3361
3364
  },
3362
3365
  "TrainingJobDefinition": {
3363
- "shape": "Sbz"
3366
+ "shape": "Sc0"
3364
3367
  },
3365
3368
  "TrainingJobDefinitions": {
3366
- "shape": "Sc7"
3369
+ "shape": "Sc8"
3367
3370
  },
3368
3371
  "HyperParameterTuningJobStatus": {},
3369
3372
  "CreationTime": {
@@ -3376,19 +3379,19 @@
3376
3379
  "type": "timestamp"
3377
3380
  },
3378
3381
  "TrainingJobStatusCounters": {
3379
- "shape": "Sqv"
3382
+ "shape": "Sqy"
3380
3383
  },
3381
3384
  "ObjectiveStatusCounters": {
3382
- "shape": "Sqx"
3385
+ "shape": "Sr0"
3383
3386
  },
3384
3387
  "BestTrainingJob": {
3385
- "shape": "Sqz"
3388
+ "shape": "Sr2"
3386
3389
  },
3387
3390
  "OverallBestTrainingJob": {
3388
- "shape": "Sqz"
3391
+ "shape": "Sr2"
3389
3392
  },
3390
3393
  "WarmStartConfig": {
3391
- "shape": "Sc8"
3394
+ "shape": "Sc9"
3392
3395
  },
3393
3396
  "FailureReason": {}
3394
3397
  }
@@ -3497,10 +3500,10 @@
3497
3500
  },
3498
3501
  "FailureReason": {},
3499
3502
  "InputConfig": {
3500
- "shape": "Scp"
3503
+ "shape": "Scq"
3501
3504
  },
3502
3505
  "StoppingConditions": {
3503
- "shape": "Sdb"
3506
+ "shape": "Sdc"
3504
3507
  },
3505
3508
  "InferenceRecommendations": {
3506
3509
  "type": "list",
@@ -3608,7 +3611,7 @@
3608
3611
  "members": {
3609
3612
  "LabelingJobStatus": {},
3610
3613
  "LabelCounters": {
3611
- "shape": "Srm"
3614
+ "shape": "Srp"
3612
3615
  },
3613
3616
  "FailureReason": {},
3614
3617
  "CreationTime": {
@@ -3622,27 +3625,27 @@
3622
3625
  "LabelingJobArn": {},
3623
3626
  "LabelAttributeName": {},
3624
3627
  "InputConfig": {
3625
- "shape": "Sdm"
3628
+ "shape": "Sdn"
3626
3629
  },
3627
3630
  "OutputConfig": {
3628
- "shape": "Sdt"
3631
+ "shape": "Sdu"
3629
3632
  },
3630
3633
  "RoleArn": {},
3631
3634
  "LabelCategoryConfigS3Uri": {},
3632
3635
  "StoppingConditions": {
3633
- "shape": "Sdu"
3636
+ "shape": "Sdv"
3634
3637
  },
3635
3638
  "LabelingJobAlgorithmsConfig": {
3636
- "shape": "Sdx"
3639
+ "shape": "Sdy"
3637
3640
  },
3638
3641
  "HumanTaskConfig": {
3639
- "shape": "Se1"
3642
+ "shape": "Se2"
3640
3643
  },
3641
3644
  "Tags": {
3642
3645
  "shape": "S7"
3643
3646
  },
3644
3647
  "LabelingJobOutput": {
3645
- "shape": "Srp"
3648
+ "shape": "Srs"
3646
3649
  }
3647
3650
  }
3648
3651
  }
@@ -3668,13 +3671,13 @@
3668
3671
  "type": "timestamp"
3669
3672
  },
3670
3673
  "CreatedBy": {
3671
- "shape": "Sn8"
3674
+ "shape": "Snb"
3672
3675
  },
3673
3676
  "LastModifiedTime": {
3674
3677
  "type": "timestamp"
3675
3678
  },
3676
3679
  "LastModifiedBy": {
3677
- "shape": "Sn8"
3680
+ "shape": "Snb"
3678
3681
  }
3679
3682
  }
3680
3683
  }
@@ -3700,13 +3703,13 @@
3700
3703
  "members": {
3701
3704
  "ModelName": {},
3702
3705
  "PrimaryContainer": {
3703
- "shape": "Seg"
3706
+ "shape": "Seh"
3704
3707
  },
3705
3708
  "Containers": {
3706
- "shape": "Sep"
3709
+ "shape": "Seq"
3707
3710
  },
3708
3711
  "InferenceExecutionConfig": {
3709
- "shape": "Seq"
3712
+ "shape": "Ser"
3710
3713
  },
3711
3714
  "ExecutionRoleArn": {},
3712
3715
  "VpcConfig": {
@@ -3751,26 +3754,26 @@
3751
3754
  "type": "timestamp"
3752
3755
  },
3753
3756
  "ModelBiasBaselineConfig": {
3754
- "shape": "Seu"
3757
+ "shape": "Sev"
3755
3758
  },
3756
3759
  "ModelBiasAppSpecification": {
3757
- "shape": "Sev"
3760
+ "shape": "Sew"
3758
3761
  },
3759
3762
  "ModelBiasJobInput": {
3760
- "shape": "Sew"
3763
+ "shape": "Sex"
3761
3764
  },
3762
3765
  "ModelBiasJobOutputConfig": {
3763
- "shape": "S79"
3766
+ "shape": "S7a"
3764
3767
  },
3765
3768
  "JobResources": {
3766
- "shape": "S7f"
3769
+ "shape": "S7g"
3767
3770
  },
3768
3771
  "NetworkConfig": {
3769
- "shape": "S7k"
3772
+ "shape": "S7l"
3770
3773
  },
3771
3774
  "RoleArn": {},
3772
3775
  "StoppingCondition": {
3773
- "shape": "S7l"
3776
+ "shape": "S7m"
3774
3777
  }
3775
3778
  }
3776
3779
  }
@@ -3804,26 +3807,26 @@
3804
3807
  "type": "timestamp"
3805
3808
  },
3806
3809
  "ModelExplainabilityBaselineConfig": {
3807
- "shape": "Sf0"
3810
+ "shape": "Sf1"
3808
3811
  },
3809
3812
  "ModelExplainabilityAppSpecification": {
3810
- "shape": "Sf1"
3813
+ "shape": "Sf2"
3811
3814
  },
3812
3815
  "ModelExplainabilityJobInput": {
3813
- "shape": "Sf2"
3816
+ "shape": "Sf3"
3814
3817
  },
3815
3818
  "ModelExplainabilityJobOutputConfig": {
3816
- "shape": "S79"
3819
+ "shape": "S7a"
3817
3820
  },
3818
3821
  "JobResources": {
3819
- "shape": "S7f"
3822
+ "shape": "S7g"
3820
3823
  },
3821
3824
  "NetworkConfig": {
3822
- "shape": "S7k"
3825
+ "shape": "S7l"
3823
3826
  },
3824
3827
  "RoleArn": {},
3825
3828
  "StoppingCondition": {
3826
- "shape": "S7l"
3829
+ "shape": "S7m"
3827
3830
  }
3828
3831
  }
3829
3832
  }
@@ -3862,46 +3865,46 @@
3862
3865
  "shape": "Sr"
3863
3866
  },
3864
3867
  "SourceAlgorithmSpecification": {
3865
- "shape": "Sf8"
3868
+ "shape": "Sf9"
3866
3869
  },
3867
3870
  "ValidationSpecification": {
3868
- "shape": "Sf5"
3871
+ "shape": "Sf6"
3869
3872
  },
3870
3873
  "ModelPackageStatus": {},
3871
3874
  "ModelPackageStatusDetails": {
3872
- "shape": "Ss0"
3875
+ "shape": "Ss3"
3873
3876
  },
3874
3877
  "CertifyForMarketplace": {
3875
3878
  "type": "boolean"
3876
3879
  },
3877
3880
  "ModelApprovalStatus": {},
3878
3881
  "CreatedBy": {
3879
- "shape": "Sn8"
3882
+ "shape": "Snb"
3880
3883
  },
3881
3884
  "MetadataProperties": {
3882
3885
  "shape": "S1q"
3883
3886
  },
3884
3887
  "ModelMetrics": {
3885
- "shape": "Sfb"
3888
+ "shape": "Sfc"
3886
3889
  },
3887
3890
  "LastModifiedTime": {
3888
3891
  "type": "timestamp"
3889
3892
  },
3890
3893
  "LastModifiedBy": {
3891
- "shape": "Sn8"
3894
+ "shape": "Snb"
3892
3895
  },
3893
3896
  "ApprovalDescription": {},
3894
3897
  "CustomerMetadataProperties": {
3895
- "shape": "Sfi"
3898
+ "shape": "Sfj"
3896
3899
  },
3897
3900
  "DriftCheckBaselines": {
3898
- "shape": "Sfl"
3901
+ "shape": "Sfm"
3899
3902
  },
3900
3903
  "Domain": {},
3901
3904
  "Task": {},
3902
3905
  "SamplePayloadUrl": {},
3903
3906
  "AdditionalInferenceSpecifications": {
3904
- "shape": "Sfr"
3907
+ "shape": "Sfs"
3905
3908
  }
3906
3909
  }
3907
3910
  }
@@ -3933,7 +3936,7 @@
3933
3936
  "type": "timestamp"
3934
3937
  },
3935
3938
  "CreatedBy": {
3936
- "shape": "Sn8"
3939
+ "shape": "Snb"
3937
3940
  },
3938
3941
  "ModelPackageGroupStatus": {}
3939
3942
  }
@@ -3968,26 +3971,26 @@
3968
3971
  "type": "timestamp"
3969
3972
  },
3970
3973
  "ModelQualityBaselineConfig": {
3971
- "shape": "Sfy"
3974
+ "shape": "Sfz"
3972
3975
  },
3973
3976
  "ModelQualityAppSpecification": {
3974
- "shape": "Sfz"
3977
+ "shape": "Sg0"
3975
3978
  },
3976
3979
  "ModelQualityJobInput": {
3977
- "shape": "Sg1"
3980
+ "shape": "Sg2"
3978
3981
  },
3979
3982
  "ModelQualityJobOutputConfig": {
3980
- "shape": "S79"
3983
+ "shape": "S7a"
3981
3984
  },
3982
3985
  "JobResources": {
3983
- "shape": "S7f"
3986
+ "shape": "S7g"
3984
3987
  },
3985
3988
  "NetworkConfig": {
3986
- "shape": "S7k"
3989
+ "shape": "S7l"
3987
3990
  },
3988
3991
  "RoleArn": {},
3989
3992
  "StoppingCondition": {
3990
- "shape": "S7l"
3993
+ "shape": "S7m"
3991
3994
  }
3992
3995
  }
3993
3996
  }
@@ -4025,11 +4028,11 @@
4025
4028
  "type": "timestamp"
4026
4029
  },
4027
4030
  "MonitoringScheduleConfig": {
4028
- "shape": "Sg5"
4031
+ "shape": "Sg6"
4029
4032
  },
4030
4033
  "EndpointName": {},
4031
4034
  "LastMonitoringExecutionSummary": {
4032
- "shape": "Ssd"
4035
+ "shape": "Ssg"
4033
4036
  }
4034
4037
  }
4035
4038
  }
@@ -4055,7 +4058,7 @@
4055
4058
  "InstanceType": {},
4056
4059
  "SubnetId": {},
4057
4060
  "SecurityGroups": {
4058
- "shape": "S7y"
4061
+ "shape": "S7z"
4059
4062
  },
4060
4063
  "RoleArn": {},
4061
4064
  "KmsKeyId": {},
@@ -4072,14 +4075,17 @@
4072
4075
  "type": "integer"
4073
4076
  },
4074
4077
  "AcceleratorTypes": {
4075
- "shape": "Sgn"
4078
+ "shape": "Sgo"
4076
4079
  },
4077
4080
  "DefaultCodeRepository": {},
4078
4081
  "AdditionalCodeRepositories": {
4079
- "shape": "Sgq"
4082
+ "shape": "Sgr"
4080
4083
  },
4081
4084
  "RootAccess": {},
4082
- "PlatformIdentifier": {}
4085
+ "PlatformIdentifier": {},
4086
+ "InstanceMetadataServiceConfiguration": {
4087
+ "shape": "Sgu"
4088
+ }
4083
4089
  }
4084
4090
  }
4085
4091
  },
@@ -4099,10 +4105,10 @@
4099
4105
  "NotebookInstanceLifecycleConfigArn": {},
4100
4106
  "NotebookInstanceLifecycleConfigName": {},
4101
4107
  "OnCreate": {
4102
- "shape": "Sgw"
4108
+ "shape": "Sgz"
4103
4109
  },
4104
4110
  "OnStart": {
4105
- "shape": "Sgw"
4111
+ "shape": "Sgz"
4106
4112
  },
4107
4113
  "LastModifiedTime": {
4108
4114
  "type": "timestamp"
@@ -4143,13 +4149,13 @@
4143
4149
  "type": "timestamp"
4144
4150
  },
4145
4151
  "CreatedBy": {
4146
- "shape": "Sn8"
4152
+ "shape": "Snb"
4147
4153
  },
4148
4154
  "LastModifiedBy": {
4149
- "shape": "Sn8"
4155
+ "shape": "Snb"
4150
4156
  },
4151
4157
  "ParallelismConfiguration": {
4152
- "shape": "Sha"
4158
+ "shape": "Shd"
4153
4159
  }
4154
4160
  }
4155
4161
  }
@@ -4193,7 +4199,7 @@
4193
4199
  "PipelineExecutionStatus": {},
4194
4200
  "PipelineExecutionDescription": {},
4195
4201
  "PipelineExperimentConfig": {
4196
- "shape": "Ssw"
4202
+ "shape": "Ssz"
4197
4203
  },
4198
4204
  "FailureReason": {},
4199
4205
  "CreationTime": {
@@ -4203,13 +4209,13 @@
4203
4209
  "type": "timestamp"
4204
4210
  },
4205
4211
  "CreatedBy": {
4206
- "shape": "Sn8"
4212
+ "shape": "Snb"
4207
4213
  },
4208
4214
  "LastModifiedBy": {
4209
- "shape": "Sn8"
4215
+ "shape": "Snb"
4210
4216
  },
4211
4217
  "ParallelismConfiguration": {
4212
- "shape": "Sha"
4218
+ "shape": "Shd"
4213
4219
  }
4214
4220
  }
4215
4221
  }
@@ -4236,30 +4242,30 @@
4236
4242
  ],
4237
4243
  "members": {
4238
4244
  "ProcessingInputs": {
4239
- "shape": "Shn"
4245
+ "shape": "Shq"
4240
4246
  },
4241
4247
  "ProcessingOutputConfig": {
4242
- "shape": "Sia"
4248
+ "shape": "Sid"
4243
4249
  },
4244
4250
  "ProcessingJobName": {},
4245
4251
  "ProcessingResources": {
4246
- "shape": "Sif"
4252
+ "shape": "Sii"
4247
4253
  },
4248
4254
  "StoppingCondition": {
4249
- "shape": "Sih"
4255
+ "shape": "Sik"
4250
4256
  },
4251
4257
  "AppSpecification": {
4252
- "shape": "Sij"
4258
+ "shape": "Sim"
4253
4259
  },
4254
4260
  "Environment": {
4255
- "shape": "Sil"
4261
+ "shape": "Sio"
4256
4262
  },
4257
4263
  "NetworkConfig": {
4258
- "shape": "Sgd"
4264
+ "shape": "Sge"
4259
4265
  },
4260
4266
  "RoleArn": {},
4261
4267
  "ExperimentConfig": {
4262
- "shape": "Sim"
4268
+ "shape": "Sip"
4263
4269
  },
4264
4270
  "ProcessingJobArn": {},
4265
4271
  "ProcessingJobStatus": {},
@@ -4309,14 +4315,14 @@
4309
4315
  "ProjectId": {},
4310
4316
  "ProjectDescription": {},
4311
4317
  "ServiceCatalogProvisioningDetails": {
4312
- "shape": "Sir"
4318
+ "shape": "Siu"
4313
4319
  },
4314
4320
  "ServiceCatalogProvisionedProductDetails": {
4315
- "shape": "St4"
4321
+ "shape": "St7"
4316
4322
  },
4317
4323
  "ProjectStatus": {},
4318
4324
  "CreatedBy": {
4319
- "shape": "Sn8"
4325
+ "shape": "Snb"
4320
4326
  },
4321
4327
  "CreationTime": {
4322
4328
  "type": "timestamp"
@@ -4325,7 +4331,7 @@
4325
4331
  "type": "timestamp"
4326
4332
  },
4327
4333
  "LastModifiedBy": {
4328
- "shape": "Sn8"
4334
+ "shape": "Snb"
4329
4335
  }
4330
4336
  }
4331
4337
  }
@@ -4373,7 +4379,7 @@
4373
4379
  ],
4374
4380
  "members": {
4375
4381
  "SubscribedWorkteam": {
4376
- "shape": "Stb"
4382
+ "shape": "Ste"
4377
4383
  }
4378
4384
  }
4379
4385
  }
@@ -4408,7 +4414,7 @@
4408
4414
  "LabelingJobArn": {},
4409
4415
  "AutoMLJobArn": {},
4410
4416
  "ModelArtifacts": {
4411
- "shape": "Sov"
4417
+ "shape": "Soy"
4412
4418
  },
4413
4419
  "TrainingJobStatus": {},
4414
4420
  "SecondaryStatus": {},
@@ -4417,7 +4423,7 @@
4417
4423
  "shape": "S2t"
4418
4424
  },
4419
4425
  "AlgorithmSpecification": {
4420
- "shape": "Sj7"
4426
+ "shape": "Sja"
4421
4427
  },
4422
4428
  "RoleArn": {},
4423
4429
  "InputDataConfig": {
@@ -4448,10 +4454,10 @@
4448
4454
  "type": "timestamp"
4449
4455
  },
4450
4456
  "SecondaryStatusTransitions": {
4451
- "shape": "Stf"
4457
+ "shape": "Sti"
4452
4458
  },
4453
4459
  "FinalMetricDataList": {
4454
- "shape": "Sti"
4460
+ "shape": "Stl"
4455
4461
  },
4456
4462
  "EnableNetworkIsolation": {
4457
4463
  "type": "boolean"
@@ -4463,7 +4469,7 @@
4463
4469
  "type": "boolean"
4464
4470
  },
4465
4471
  "CheckpointConfig": {
4466
- "shape": "Sc4"
4472
+ "shape": "Sc5"
4467
4473
  },
4468
4474
  "TrainingTimeInSeconds": {
4469
4475
  "type": "integer"
@@ -4472,25 +4478,25 @@
4472
4478
  "type": "integer"
4473
4479
  },
4474
4480
  "DebugHookConfig": {
4475
- "shape": "Sj8"
4481
+ "shape": "Sjb"
4476
4482
  },
4477
4483
  "ExperimentConfig": {
4478
- "shape": "Sim"
4484
+ "shape": "Sip"
4479
4485
  },
4480
4486
  "DebugRuleConfigurations": {
4481
- "shape": "Sjg"
4487
+ "shape": "Sjj"
4482
4488
  },
4483
4489
  "TensorBoardOutputConfig": {
4484
- "shape": "Sjl"
4490
+ "shape": "Sjo"
4485
4491
  },
4486
4492
  "DebugRuleEvaluationStatuses": {
4487
- "shape": "Stm"
4493
+ "shape": "Stp"
4488
4494
  },
4489
4495
  "ProfilerConfig": {
4490
- "shape": "Sjm"
4496
+ "shape": "Sjp"
4491
4497
  },
4492
4498
  "ProfilerRuleConfigurations": {
4493
- "shape": "Sjp"
4499
+ "shape": "Sjs"
4494
4500
  },
4495
4501
  "ProfilerRuleEvaluationStatuses": {
4496
4502
  "type": "list",
@@ -4509,10 +4515,10 @@
4509
4515
  },
4510
4516
  "ProfilingStatus": {},
4511
4517
  "RetryStrategy": {
4512
- "shape": "Sc5"
4518
+ "shape": "Sc6"
4513
4519
  },
4514
4520
  "Environment": {
4515
- "shape": "Sjr"
4521
+ "shape": "Sju"
4516
4522
  }
4517
4523
  }
4518
4524
  }
@@ -4548,7 +4554,7 @@
4548
4554
  "type": "integer"
4549
4555
  },
4550
4556
  "ModelClientConfig": {
4551
- "shape": "Sjy"
4557
+ "shape": "Sk1"
4552
4558
  },
4553
4559
  "MaxPayloadInMB": {
4554
4560
  "type": "integer"
@@ -4578,10 +4584,10 @@
4578
4584
  "LabelingJobArn": {},
4579
4585
  "AutoMLJobArn": {},
4580
4586
  "DataProcessing": {
4581
- "shape": "Sk1"
4587
+ "shape": "Sk4"
4582
4588
  },
4583
4589
  "ExperimentConfig": {
4584
- "shape": "Sim"
4590
+ "shape": "Sip"
4585
4591
  }
4586
4592
  }
4587
4593
  }
@@ -4604,19 +4610,19 @@
4604
4610
  "DisplayName": {},
4605
4611
  "ExperimentName": {},
4606
4612
  "Source": {
4607
- "shape": "Sty"
4613
+ "shape": "Su1"
4608
4614
  },
4609
4615
  "CreationTime": {
4610
4616
  "type": "timestamp"
4611
4617
  },
4612
4618
  "CreatedBy": {
4613
- "shape": "Sn8"
4619
+ "shape": "Snb"
4614
4620
  },
4615
4621
  "LastModifiedTime": {
4616
4622
  "type": "timestamp"
4617
4623
  },
4618
4624
  "LastModifiedBy": {
4619
- "shape": "Sn8"
4625
+ "shape": "Snb"
4620
4626
  },
4621
4627
  "MetadataProperties": {
4622
4628
  "shape": "S1q"
@@ -4641,10 +4647,10 @@
4641
4647
  "TrialComponentArn": {},
4642
4648
  "DisplayName": {},
4643
4649
  "Source": {
4644
- "shape": "Su2"
4650
+ "shape": "Su5"
4645
4651
  },
4646
4652
  "Status": {
4647
- "shape": "Sk9"
4653
+ "shape": "Skc"
4648
4654
  },
4649
4655
  "StartTime": {
4650
4656
  "type": "timestamp"
@@ -4656,28 +4662,28 @@
4656
4662
  "type": "timestamp"
4657
4663
  },
4658
4664
  "CreatedBy": {
4659
- "shape": "Sn8"
4665
+ "shape": "Snb"
4660
4666
  },
4661
4667
  "LastModifiedTime": {
4662
4668
  "type": "timestamp"
4663
4669
  },
4664
4670
  "LastModifiedBy": {
4665
- "shape": "Sn8"
4671
+ "shape": "Snb"
4666
4672
  },
4667
4673
  "Parameters": {
4668
- "shape": "Skd"
4674
+ "shape": "Skg"
4669
4675
  },
4670
4676
  "InputArtifacts": {
4671
- "shape": "Skh"
4677
+ "shape": "Skk"
4672
4678
  },
4673
4679
  "OutputArtifacts": {
4674
- "shape": "Skh"
4680
+ "shape": "Skk"
4675
4681
  },
4676
4682
  "MetadataProperties": {
4677
4683
  "shape": "S1q"
4678
4684
  },
4679
4685
  "Metrics": {
4680
- "shape": "Su4"
4686
+ "shape": "Su7"
4681
4687
  },
4682
4688
  "LineageGroupArn": {}
4683
4689
  }
@@ -4713,7 +4719,7 @@
4713
4719
  "SingleSignOnUserIdentifier": {},
4714
4720
  "SingleSignOnUserValue": {},
4715
4721
  "UserSettings": {
4716
- "shape": "S7x"
4722
+ "shape": "S7y"
4717
4723
  }
4718
4724
  }
4719
4725
  }
@@ -4735,7 +4741,7 @@
4735
4741
  ],
4736
4742
  "members": {
4737
4743
  "Workforce": {
4738
- "shape": "Sue"
4744
+ "shape": "Suh"
4739
4745
  }
4740
4746
  }
4741
4747
  }
@@ -4757,7 +4763,7 @@
4757
4763
  ],
4758
4764
  "members": {
4759
4765
  "Workteam": {
4760
- "shape": "Sui"
4766
+ "shape": "Sul"
4761
4767
  }
4762
4768
  }
4763
4769
  }
@@ -4822,7 +4828,7 @@
4822
4828
  "DeviceFleetArn": {},
4823
4829
  "DeviceFleetName": {},
4824
4830
  "OutputConfig": {
4825
- "shape": "S7r"
4831
+ "shape": "S7s"
4826
4832
  },
4827
4833
  "Description": {},
4828
4834
  "ReportGenerated": {
@@ -5256,7 +5262,7 @@
5256
5262
  "type": "timestamp"
5257
5263
  },
5258
5264
  "CreatedBy": {
5259
- "shape": "Sn8"
5265
+ "shape": "Snb"
5260
5266
  }
5261
5267
  }
5262
5268
  }
@@ -5325,7 +5331,7 @@
5325
5331
  },
5326
5332
  "FailureReason": {},
5327
5333
  "PartialFailureReasons": {
5328
- "shape": "Sns"
5334
+ "shape": "Snv"
5329
5335
  }
5330
5336
  }
5331
5337
  }
@@ -5361,7 +5367,7 @@
5361
5367
  "Candidates": {
5362
5368
  "type": "list",
5363
5369
  "member": {
5364
- "shape": "Snu"
5370
+ "shape": "Snx"
5365
5371
  }
5366
5372
  },
5367
5373
  "NextToken": {}
@@ -5419,7 +5425,7 @@
5419
5425
  "type": "timestamp"
5420
5426
  },
5421
5427
  "GitConfig": {
5422
- "shape": "S5w"
5428
+ "shape": "S5x"
5423
5429
  }
5424
5430
  }
5425
5431
  }
@@ -5528,7 +5534,7 @@
5528
5534
  "ContextArn": {},
5529
5535
  "ContextName": {},
5530
5536
  "Source": {
5531
- "shape": "S6k"
5537
+ "shape": "S6l"
5532
5538
  },
5533
5539
  "ContextType": {},
5534
5540
  "CreationTime": {
@@ -5571,7 +5577,7 @@
5571
5577
  ],
5572
5578
  "members": {
5573
5579
  "JobDefinitionSummaries": {
5574
- "shape": "Sxb"
5580
+ "shape": "Sxe"
5575
5581
  },
5576
5582
  "NextToken": {}
5577
5583
  }
@@ -5930,7 +5936,7 @@
5930
5936
  "ExperimentName": {},
5931
5937
  "DisplayName": {},
5932
5938
  "ExperimentSource": {
5933
- "shape": "Sqa"
5939
+ "shape": "Sqd"
5934
5940
  },
5935
5941
  "CreationTime": {
5936
5942
  "type": "timestamp"
@@ -5990,7 +5996,7 @@
5990
5996
  },
5991
5997
  "FeatureGroupStatus": {},
5992
5998
  "OfflineStoreStatus": {
5993
- "shape": "Sqg"
5999
+ "shape": "Sqj"
5994
6000
  }
5995
6001
  }
5996
6002
  }
@@ -6152,13 +6158,13 @@
6152
6158
  "type": "timestamp"
6153
6159
  },
6154
6160
  "TrainingJobStatusCounters": {
6155
- "shape": "Sqv"
6161
+ "shape": "Sqy"
6156
6162
  },
6157
6163
  "ObjectiveStatusCounters": {
6158
- "shape": "Sqx"
6164
+ "shape": "Sr0"
6159
6165
  },
6160
6166
  "ResourceLimits": {
6161
- "shape": "Sbk"
6167
+ "shape": "Sbl"
6162
6168
  }
6163
6169
  }
6164
6170
  }
@@ -6414,17 +6420,17 @@
6414
6420
  },
6415
6421
  "LabelingJobStatus": {},
6416
6422
  "LabelCounters": {
6417
- "shape": "Srm"
6423
+ "shape": "Srp"
6418
6424
  },
6419
6425
  "WorkteamArn": {},
6420
6426
  "PreHumanTaskLambdaArn": {},
6421
6427
  "AnnotationConsolidationLambdaArn": {},
6422
6428
  "FailureReason": {},
6423
6429
  "LabelingJobOutput": {
6424
- "shape": "Srp"
6430
+ "shape": "Srs"
6425
6431
  },
6426
6432
  "InputConfig": {
6427
- "shape": "Sdm"
6433
+ "shape": "Sdn"
6428
6434
  }
6429
6435
  }
6430
6436
  }
@@ -6571,7 +6577,7 @@
6571
6577
  ],
6572
6578
  "members": {
6573
6579
  "JobDefinitionSummaries": {
6574
- "shape": "Sxb"
6580
+ "shape": "Sxe"
6575
6581
  },
6576
6582
  "NextToken": {}
6577
6583
  }
@@ -6604,7 +6610,7 @@
6604
6610
  ],
6605
6611
  "members": {
6606
6612
  "JobDefinitionSummaries": {
6607
- "shape": "Sxb"
6613
+ "shape": "Sxe"
6608
6614
  },
6609
6615
  "NextToken": {}
6610
6616
  }
@@ -6804,7 +6810,7 @@
6804
6810
  ],
6805
6811
  "members": {
6806
6812
  "JobDefinitionSummaries": {
6807
- "shape": "Sxb"
6813
+ "shape": "Sxe"
6808
6814
  },
6809
6815
  "NextToken": {}
6810
6816
  }
@@ -6901,7 +6907,7 @@
6901
6907
  "MonitoringExecutionSummaries": {
6902
6908
  "type": "list",
6903
6909
  "member": {
6904
- "shape": "Ssd"
6910
+ "shape": "Ssg"
6905
6911
  }
6906
6912
  },
6907
6913
  "NextToken": {}
@@ -7082,7 +7088,7 @@
7082
7088
  "NotebookInstanceLifecycleConfigName": {},
7083
7089
  "DefaultCodeRepository": {},
7084
7090
  "AdditionalCodeRepositories": {
7085
- "shape": "Sgq"
7091
+ "shape": "Sgr"
7086
7092
  }
7087
7093
  }
7088
7094
  }
@@ -7181,7 +7187,7 @@
7181
7187
  "CallbackToken": {},
7182
7188
  "SqsQueueUrl": {},
7183
7189
  "OutputParameters": {
7184
- "shape": "S126"
7190
+ "shape": "S129"
7185
7191
  }
7186
7192
  }
7187
7193
  },
@@ -7190,7 +7196,7 @@
7190
7196
  "members": {
7191
7197
  "Arn": {},
7192
7198
  "OutputParameters": {
7193
- "shape": "S126"
7199
+ "shape": "S129"
7194
7200
  }
7195
7201
  }
7196
7202
  },
@@ -7317,7 +7323,7 @@
7317
7323
  "type": "structure",
7318
7324
  "members": {
7319
7325
  "PipelineParameters": {
7320
- "shape": "S12l"
7326
+ "shape": "S12o"
7321
7327
  },
7322
7328
  "NextToken": {}
7323
7329
  }
@@ -7557,7 +7563,7 @@
7557
7563
  "SubscribedWorkteams": {
7558
7564
  "type": "list",
7559
7565
  "member": {
7560
- "shape": "Stb"
7566
+ "shape": "Ste"
7561
7567
  }
7562
7568
  },
7563
7569
  "NextToken": {}
@@ -7676,7 +7682,7 @@
7676
7682
  "TrainingJobSummaries": {
7677
7683
  "type": "list",
7678
7684
  "member": {
7679
- "shape": "Sqz"
7685
+ "shape": "Sr2"
7680
7686
  }
7681
7687
  },
7682
7688
  "NextToken": {}
@@ -7779,10 +7785,10 @@
7779
7785
  "TrialComponentArn": {},
7780
7786
  "DisplayName": {},
7781
7787
  "TrialComponentSource": {
7782
- "shape": "Su2"
7788
+ "shape": "Su5"
7783
7789
  },
7784
7790
  "Status": {
7785
- "shape": "Sk9"
7791
+ "shape": "Skc"
7786
7792
  },
7787
7793
  "StartTime": {
7788
7794
  "type": "timestamp"
@@ -7794,13 +7800,13 @@
7794
7800
  "type": "timestamp"
7795
7801
  },
7796
7802
  "CreatedBy": {
7797
- "shape": "Sn8"
7803
+ "shape": "Snb"
7798
7804
  },
7799
7805
  "LastModifiedTime": {
7800
7806
  "type": "timestamp"
7801
7807
  },
7802
7808
  "LastModifiedBy": {
7803
- "shape": "Sn8"
7809
+ "shape": "Snb"
7804
7810
  }
7805
7811
  }
7806
7812
  }
@@ -7841,7 +7847,7 @@
7841
7847
  "TrialName": {},
7842
7848
  "DisplayName": {},
7843
7849
  "TrialSource": {
7844
- "shape": "Sty"
7850
+ "shape": "Su1"
7845
7851
  },
7846
7852
  "CreationTime": {
7847
7853
  "type": "timestamp"
@@ -7916,7 +7922,7 @@
7916
7922
  "Workforces": {
7917
7923
  "type": "list",
7918
7924
  "member": {
7919
- "shape": "Sue"
7925
+ "shape": "Suh"
7920
7926
  }
7921
7927
  },
7922
7928
  "NextToken": {}
@@ -7945,7 +7951,7 @@
7945
7951
  "Workteams": {
7946
7952
  "type": "list",
7947
7953
  "member": {
7948
- "shape": "Sui"
7954
+ "shape": "Sul"
7949
7955
  }
7950
7956
  },
7951
7957
  "NextToken": {}
@@ -8067,7 +8073,7 @@
8067
8073
  "members": {
8068
8074
  "DeviceFleetName": {},
8069
8075
  "Devices": {
8070
- "shape": "S14x"
8076
+ "shape": "S150"
8071
8077
  },
8072
8078
  "Tags": {
8073
8079
  "shape": "S7"
@@ -8084,7 +8090,7 @@
8084
8090
  ],
8085
8091
  "members": {
8086
8092
  "UiTemplate": {
8087
- "shape": "Sbd"
8093
+ "shape": "Sbe"
8088
8094
  },
8089
8095
  "Task": {
8090
8096
  "type": "structure",
@@ -8137,7 +8143,7 @@
8137
8143
  "idempotencyToken": true
8138
8144
  },
8139
8145
  "ParallelismConfiguration": {
8140
- "shape": "Sha"
8146
+ "shape": "Shd"
8141
8147
  }
8142
8148
  }
8143
8149
  },
@@ -8157,7 +8163,7 @@
8157
8163
  "members": {
8158
8164
  "Resource": {},
8159
8165
  "SearchExpression": {
8160
- "shape": "S158"
8166
+ "shape": "S15b"
8161
8167
  },
8162
8168
  "SortBy": {},
8163
8169
  "SortOrder": {},
@@ -8176,7 +8182,7 @@
8176
8182
  "type": "structure",
8177
8183
  "members": {
8178
8184
  "TrainingJob": {
8179
- "shape": "S15l"
8185
+ "shape": "S15o"
8180
8186
  },
8181
8187
  "Experiment": {
8182
8188
  "type": "structure",
@@ -8185,20 +8191,20 @@
8185
8191
  "ExperimentArn": {},
8186
8192
  "DisplayName": {},
8187
8193
  "Source": {
8188
- "shape": "Sqa"
8194
+ "shape": "Sqd"
8189
8195
  },
8190
8196
  "Description": {},
8191
8197
  "CreationTime": {
8192
8198
  "type": "timestamp"
8193
8199
  },
8194
8200
  "CreatedBy": {
8195
- "shape": "Sn8"
8201
+ "shape": "Snb"
8196
8202
  },
8197
8203
  "LastModifiedTime": {
8198
8204
  "type": "timestamp"
8199
8205
  },
8200
8206
  "LastModifiedBy": {
8201
- "shape": "Sn8"
8207
+ "shape": "Snb"
8202
8208
  },
8203
8209
  "Tags": {
8204
8210
  "shape": "S7"
@@ -8213,19 +8219,19 @@
8213
8219
  "DisplayName": {},
8214
8220
  "ExperimentName": {},
8215
8221
  "Source": {
8216
- "shape": "Sty"
8222
+ "shape": "Su1"
8217
8223
  },
8218
8224
  "CreationTime": {
8219
8225
  "type": "timestamp"
8220
8226
  },
8221
8227
  "CreatedBy": {
8222
- "shape": "Sn8"
8228
+ "shape": "Snb"
8223
8229
  },
8224
8230
  "LastModifiedTime": {
8225
8231
  "type": "timestamp"
8226
8232
  },
8227
8233
  "LastModifiedBy": {
8228
- "shape": "Sn8"
8234
+ "shape": "Snb"
8229
8235
  },
8230
8236
  "MetadataProperties": {
8231
8237
  "shape": "S1q"
@@ -8241,13 +8247,13 @@
8241
8247
  "TrialComponentName": {},
8242
8248
  "TrialComponentArn": {},
8243
8249
  "TrialComponentSource": {
8244
- "shape": "Su2"
8250
+ "shape": "Su5"
8245
8251
  },
8246
8252
  "CreationTime": {
8247
8253
  "type": "timestamp"
8248
8254
  },
8249
8255
  "CreatedBy": {
8250
- "shape": "Sn8"
8256
+ "shape": "Snb"
8251
8257
  }
8252
8258
  }
8253
8259
  }
@@ -8261,10 +8267,10 @@
8261
8267
  "DisplayName": {},
8262
8268
  "TrialComponentArn": {},
8263
8269
  "Source": {
8264
- "shape": "Su2"
8270
+ "shape": "Su5"
8265
8271
  },
8266
8272
  "Status": {
8267
- "shape": "Sk9"
8273
+ "shape": "Skc"
8268
8274
  },
8269
8275
  "StartTime": {
8270
8276
  "type": "timestamp"
@@ -8276,25 +8282,25 @@
8276
8282
  "type": "timestamp"
8277
8283
  },
8278
8284
  "CreatedBy": {
8279
- "shape": "Sn8"
8285
+ "shape": "Snb"
8280
8286
  },
8281
8287
  "LastModifiedTime": {
8282
8288
  "type": "timestamp"
8283
8289
  },
8284
8290
  "LastModifiedBy": {
8285
- "shape": "Sn8"
8291
+ "shape": "Snb"
8286
8292
  },
8287
8293
  "Parameters": {
8288
- "shape": "Skd"
8294
+ "shape": "Skg"
8289
8295
  },
8290
8296
  "InputArtifacts": {
8291
- "shape": "Skh"
8297
+ "shape": "Skk"
8292
8298
  },
8293
8299
  "OutputArtifacts": {
8294
- "shape": "Skh"
8300
+ "shape": "Skk"
8295
8301
  },
8296
8302
  "Metrics": {
8297
- "shape": "Su4"
8303
+ "shape": "Su7"
8298
8304
  },
8299
8305
  "MetadataProperties": {
8300
8306
  "shape": "S1q"
@@ -8304,36 +8310,36 @@
8304
8310
  "members": {
8305
8311
  "SourceArn": {},
8306
8312
  "TrainingJob": {
8307
- "shape": "S15l"
8313
+ "shape": "S15o"
8308
8314
  },
8309
8315
  "ProcessingJob": {
8310
8316
  "type": "structure",
8311
8317
  "members": {
8312
8318
  "ProcessingInputs": {
8313
- "shape": "Shn"
8319
+ "shape": "Shq"
8314
8320
  },
8315
8321
  "ProcessingOutputConfig": {
8316
- "shape": "Sia"
8322
+ "shape": "Sid"
8317
8323
  },
8318
8324
  "ProcessingJobName": {},
8319
8325
  "ProcessingResources": {
8320
- "shape": "Sif"
8326
+ "shape": "Sii"
8321
8327
  },
8322
8328
  "StoppingCondition": {
8323
- "shape": "Sih"
8329
+ "shape": "Sik"
8324
8330
  },
8325
8331
  "AppSpecification": {
8326
- "shape": "Sij"
8332
+ "shape": "Sim"
8327
8333
  },
8328
8334
  "Environment": {
8329
- "shape": "Sil"
8335
+ "shape": "Sio"
8330
8336
  },
8331
8337
  "NetworkConfig": {
8332
- "shape": "Sgd"
8338
+ "shape": "Sge"
8333
8339
  },
8334
8340
  "RoleArn": {},
8335
8341
  "ExperimentConfig": {
8336
- "shape": "Sim"
8342
+ "shape": "Sip"
8337
8343
  },
8338
8344
  "ProcessingJobArn": {},
8339
8345
  "ProcessingJobStatus": {},
@@ -8371,7 +8377,7 @@
8371
8377
  "type": "integer"
8372
8378
  },
8373
8379
  "ModelClientConfig": {
8374
- "shape": "Sjy"
8380
+ "shape": "Sk1"
8375
8381
  },
8376
8382
  "MaxPayloadInMB": {
8377
8383
  "type": "integer"
@@ -8401,10 +8407,10 @@
8401
8407
  "LabelingJobArn": {},
8402
8408
  "AutoMLJobArn": {},
8403
8409
  "DataProcessing": {
8404
- "shape": "Sk1"
8410
+ "shape": "Sk4"
8405
8411
  },
8406
8412
  "ExperimentConfig": {
8407
- "shape": "Sim"
8413
+ "shape": "Sip"
8408
8414
  },
8409
8415
  "Tags": {
8410
8416
  "shape": "S7"
@@ -8444,10 +8450,10 @@
8444
8450
  "EndpointArn": {},
8445
8451
  "EndpointConfigName": {},
8446
8452
  "ProductionVariants": {
8447
- "shape": "Spr"
8453
+ "shape": "Spu"
8448
8454
  },
8449
8455
  "DataCaptureConfig": {
8450
- "shape": "Sq0"
8456
+ "shape": "Sq3"
8451
8457
  },
8452
8458
  "EndpointStatus": {},
8453
8459
  "FailureReason": {},
@@ -8474,11 +8480,11 @@
8474
8480
  "type": "timestamp"
8475
8481
  },
8476
8482
  "MonitoringScheduleConfig": {
8477
- "shape": "Sg5"
8483
+ "shape": "Sg6"
8478
8484
  },
8479
8485
  "EndpointName": {},
8480
8486
  "LastMonitoringExecutionSummary": {
8481
- "shape": "Ssd"
8487
+ "shape": "Ssg"
8482
8488
  },
8483
8489
  "Tags": {
8484
8490
  "shape": "S7"
@@ -8508,49 +8514,49 @@
8508
8514
  "shape": "Sr"
8509
8515
  },
8510
8516
  "SourceAlgorithmSpecification": {
8511
- "shape": "Sf8"
8517
+ "shape": "Sf9"
8512
8518
  },
8513
8519
  "ValidationSpecification": {
8514
- "shape": "Sf5"
8520
+ "shape": "Sf6"
8515
8521
  },
8516
8522
  "ModelPackageStatus": {},
8517
8523
  "ModelPackageStatusDetails": {
8518
- "shape": "Ss0"
8524
+ "shape": "Ss3"
8519
8525
  },
8520
8526
  "CertifyForMarketplace": {
8521
8527
  "type": "boolean"
8522
8528
  },
8523
8529
  "ModelApprovalStatus": {},
8524
8530
  "CreatedBy": {
8525
- "shape": "Sn8"
8531
+ "shape": "Snb"
8526
8532
  },
8527
8533
  "MetadataProperties": {
8528
8534
  "shape": "S1q"
8529
8535
  },
8530
8536
  "ModelMetrics": {
8531
- "shape": "Sfb"
8537
+ "shape": "Sfc"
8532
8538
  },
8533
8539
  "LastModifiedTime": {
8534
8540
  "type": "timestamp"
8535
8541
  },
8536
8542
  "LastModifiedBy": {
8537
- "shape": "Sn8"
8543
+ "shape": "Snb"
8538
8544
  },
8539
8545
  "ApprovalDescription": {},
8540
8546
  "Domain": {},
8541
8547
  "Task": {},
8542
8548
  "SamplePayloadUrl": {},
8543
8549
  "AdditionalInferenceSpecifications": {
8544
- "shape": "Sfr"
8550
+ "shape": "Sfs"
8545
8551
  },
8546
8552
  "Tags": {
8547
8553
  "shape": "S7"
8548
8554
  },
8549
8555
  "CustomerMetadataProperties": {
8550
- "shape": "Sfi"
8556
+ "shape": "Sfj"
8551
8557
  },
8552
8558
  "DriftCheckBaselines": {
8553
- "shape": "Sfl"
8559
+ "shape": "Sfm"
8554
8560
  }
8555
8561
  }
8556
8562
  },
@@ -8564,7 +8570,7 @@
8564
8570
  "type": "timestamp"
8565
8571
  },
8566
8572
  "CreatedBy": {
8567
- "shape": "Sn8"
8573
+ "shape": "Snb"
8568
8574
  },
8569
8575
  "ModelPackageGroupStatus": {},
8570
8576
  "Tags": {
@@ -8591,13 +8597,13 @@
8591
8597
  "type": "timestamp"
8592
8598
  },
8593
8599
  "CreatedBy": {
8594
- "shape": "Sn8"
8600
+ "shape": "Snb"
8595
8601
  },
8596
8602
  "LastModifiedBy": {
8597
- "shape": "Sn8"
8603
+ "shape": "Snb"
8598
8604
  },
8599
8605
  "ParallelismConfiguration": {
8600
- "shape": "Sha"
8606
+ "shape": "Shd"
8601
8607
  },
8602
8608
  "Tags": {
8603
8609
  "shape": "S7"
@@ -8613,7 +8619,7 @@
8613
8619
  "PipelineExecutionStatus": {},
8614
8620
  "PipelineExecutionDescription": {},
8615
8621
  "PipelineExperimentConfig": {
8616
- "shape": "Ssw"
8622
+ "shape": "Ssz"
8617
8623
  },
8618
8624
  "FailureReason": {},
8619
8625
  "CreationTime": {
@@ -8623,16 +8629,16 @@
8623
8629
  "type": "timestamp"
8624
8630
  },
8625
8631
  "CreatedBy": {
8626
- "shape": "Sn8"
8632
+ "shape": "Snb"
8627
8633
  },
8628
8634
  "LastModifiedBy": {
8629
- "shape": "Sn8"
8635
+ "shape": "Snb"
8630
8636
  },
8631
8637
  "ParallelismConfiguration": {
8632
- "shape": "Sha"
8638
+ "shape": "Shd"
8633
8639
  },
8634
8640
  "PipelineParameters": {
8635
- "shape": "S12l"
8641
+ "shape": "S12o"
8636
8642
  }
8637
8643
  }
8638
8644
  },
@@ -8644,21 +8650,21 @@
8644
8650
  "RecordIdentifierFeatureName": {},
8645
8651
  "EventTimeFeatureName": {},
8646
8652
  "FeatureDefinitions": {
8647
- "shape": "Sa8"
8653
+ "shape": "Sa9"
8648
8654
  },
8649
8655
  "CreationTime": {
8650
8656
  "type": "timestamp"
8651
8657
  },
8652
8658
  "OnlineStoreConfig": {
8653
- "shape": "Sab"
8659
+ "shape": "Sac"
8654
8660
  },
8655
8661
  "OfflineStoreConfig": {
8656
- "shape": "Sad"
8662
+ "shape": "Sae"
8657
8663
  },
8658
8664
  "RoleArn": {},
8659
8665
  "FeatureGroupStatus": {},
8660
8666
  "OfflineStoreStatus": {
8661
- "shape": "Sqg"
8667
+ "shape": "Sqj"
8662
8668
  },
8663
8669
  "FailureReason": {},
8664
8670
  "Description": {},
@@ -8675,14 +8681,14 @@
8675
8681
  "ProjectId": {},
8676
8682
  "ProjectDescription": {},
8677
8683
  "ServiceCatalogProvisioningDetails": {
8678
- "shape": "Sir"
8684
+ "shape": "Siu"
8679
8685
  },
8680
8686
  "ServiceCatalogProvisionedProductDetails": {
8681
- "shape": "St4"
8687
+ "shape": "St7"
8682
8688
  },
8683
8689
  "ProjectStatus": {},
8684
8690
  "CreatedBy": {
8685
- "shape": "Sn8"
8691
+ "shape": "Snb"
8686
8692
  },
8687
8693
  "CreationTime": {
8688
8694
  "type": "timestamp"
@@ -8694,7 +8700,7 @@
8694
8700
  "type": "timestamp"
8695
8701
  },
8696
8702
  "LastModifiedBy": {
8697
- "shape": "Sn8"
8703
+ "shape": "Snb"
8698
8704
  }
8699
8705
  }
8700
8706
  }
@@ -8735,7 +8741,7 @@
8735
8741
  "members": {
8736
8742
  "CallbackToken": {},
8737
8743
  "OutputParameters": {
8738
- "shape": "S126"
8744
+ "shape": "S129"
8739
8745
  },
8740
8746
  "ClientRequestToken": {
8741
8747
  "idempotencyToken": true
@@ -8782,14 +8788,14 @@
8782
8788
  "PipelineName": {},
8783
8789
  "PipelineExecutionDisplayName": {},
8784
8790
  "PipelineParameters": {
8785
- "shape": "S12l"
8791
+ "shape": "S12o"
8786
8792
  },
8787
8793
  "PipelineExecutionDescription": {},
8788
8794
  "ClientRequestToken": {
8789
8795
  "idempotencyToken": true
8790
8796
  },
8791
8797
  "ParallelismConfiguration": {
8792
- "shape": "Sha"
8798
+ "shape": "Shd"
8793
8799
  }
8794
8800
  }
8795
8801
  },
@@ -8956,7 +8962,7 @@
8956
8962
  "shape": "S1o"
8957
8963
  },
8958
8964
  "PropertiesToRemove": {
8959
- "shape": "S16r"
8965
+ "shape": "S16u"
8960
8966
  }
8961
8967
  }
8962
8968
  },
@@ -9000,7 +9006,7 @@
9000
9006
  "shape": "S1o"
9001
9007
  },
9002
9008
  "PropertiesToRemove": {
9003
- "shape": "S16r"
9009
+ "shape": "S16u"
9004
9010
  }
9005
9011
  }
9006
9012
  },
@@ -9050,7 +9056,7 @@
9050
9056
  "shape": "S1o"
9051
9057
  },
9052
9058
  "PropertiesToRemove": {
9053
- "shape": "S16r"
9059
+ "shape": "S16u"
9054
9060
  }
9055
9061
  }
9056
9062
  },
@@ -9073,7 +9079,7 @@
9073
9079
  "RoleArn": {},
9074
9080
  "Description": {},
9075
9081
  "OutputConfig": {
9076
- "shape": "S7r"
9082
+ "shape": "S7s"
9077
9083
  },
9078
9084
  "EnableIotRoleAlias": {
9079
9085
  "type": "boolean"
@@ -9091,7 +9097,7 @@
9091
9097
  "members": {
9092
9098
  "DeviceFleetName": {},
9093
9099
  "Devices": {
9094
- "shape": "S14x"
9100
+ "shape": "S150"
9095
9101
  }
9096
9102
  }
9097
9103
  }
@@ -9105,7 +9111,7 @@
9105
9111
  "members": {
9106
9112
  "DomainId": {},
9107
9113
  "DefaultUserSettings": {
9108
- "shape": "S7x"
9114
+ "shape": "S7y"
9109
9115
  },
9110
9116
  "DomainSettingsForUpdate": {
9111
9117
  "type": "structure",
@@ -9159,7 +9165,7 @@
9159
9165
  }
9160
9166
  },
9161
9167
  "DeploymentConfig": {
9162
- "shape": "S8q"
9168
+ "shape": "S8r"
9163
9169
  },
9164
9170
  "RetainDeploymentConfig": {
9165
9171
  "type": "boolean"
@@ -9269,14 +9275,14 @@
9269
9275
  "ModelApprovalStatus": {},
9270
9276
  "ApprovalDescription": {},
9271
9277
  "CustomerMetadataProperties": {
9272
- "shape": "Sfi"
9278
+ "shape": "Sfj"
9273
9279
  },
9274
9280
  "CustomerMetadataPropertiesToRemove": {
9275
9281
  "type": "list",
9276
9282
  "member": {}
9277
9283
  },
9278
9284
  "AdditionalInferenceSpecificationsToAdd": {
9279
- "shape": "Sfr"
9285
+ "shape": "Sfs"
9280
9286
  }
9281
9287
  }
9282
9288
  },
@@ -9300,7 +9306,7 @@
9300
9306
  "members": {
9301
9307
  "MonitoringScheduleName": {},
9302
9308
  "MonitoringScheduleConfig": {
9303
- "shape": "Sg5"
9309
+ "shape": "Sg6"
9304
9310
  }
9305
9311
  }
9306
9312
  },
@@ -9333,10 +9339,10 @@
9333
9339
  },
9334
9340
  "DefaultCodeRepository": {},
9335
9341
  "AdditionalCodeRepositories": {
9336
- "shape": "Sgq"
9342
+ "shape": "Sgr"
9337
9343
  },
9338
9344
  "AcceleratorTypes": {
9339
- "shape": "Sgn"
9345
+ "shape": "Sgo"
9340
9346
  },
9341
9347
  "DisassociateAcceleratorTypes": {
9342
9348
  "type": "boolean"
@@ -9347,7 +9353,10 @@
9347
9353
  "DisassociateAdditionalCodeRepositories": {
9348
9354
  "type": "boolean"
9349
9355
  },
9350
- "RootAccess": {}
9356
+ "RootAccess": {},
9357
+ "InstanceMetadataServiceConfiguration": {
9358
+ "shape": "Sgu"
9359
+ }
9351
9360
  }
9352
9361
  },
9353
9362
  "output": {
@@ -9364,10 +9373,10 @@
9364
9373
  "members": {
9365
9374
  "NotebookInstanceLifecycleConfigName": {},
9366
9375
  "OnCreate": {
9367
- "shape": "Sgw"
9376
+ "shape": "Sgz"
9368
9377
  },
9369
9378
  "OnStart": {
9370
- "shape": "Sgw"
9379
+ "shape": "Sgz"
9371
9380
  }
9372
9381
  }
9373
9382
  },
@@ -9387,12 +9396,12 @@
9387
9396
  "PipelineDisplayName": {},
9388
9397
  "PipelineDefinition": {},
9389
9398
  "PipelineDefinitionS3Location": {
9390
- "shape": "Sh4"
9399
+ "shape": "Sh7"
9391
9400
  },
9392
9401
  "PipelineDescription": {},
9393
9402
  "RoleArn": {},
9394
9403
  "ParallelismConfiguration": {
9395
- "shape": "Sha"
9404
+ "shape": "Shd"
9396
9405
  }
9397
9406
  }
9398
9407
  },
@@ -9414,7 +9423,7 @@
9414
9423
  "PipelineExecutionDescription": {},
9415
9424
  "PipelineExecutionDisplayName": {},
9416
9425
  "ParallelismConfiguration": {
9417
- "shape": "Sha"
9426
+ "shape": "Shd"
9418
9427
  }
9419
9428
  }
9420
9429
  },
@@ -9439,7 +9448,7 @@
9439
9448
  "members": {
9440
9449
  "ProvisioningArtifactId": {},
9441
9450
  "ProvisioningParameters": {
9442
- "shape": "Sit"
9451
+ "shape": "Siw"
9443
9452
  }
9444
9453
  }
9445
9454
  },
@@ -9474,7 +9483,7 @@
9474
9483
  "type": "long"
9475
9484
  },
9476
9485
  "ProfilingParameters": {
9477
- "shape": "Sjo"
9486
+ "shape": "Sjr"
9478
9487
  },
9479
9488
  "DisableProfiler": {
9480
9489
  "type": "boolean"
@@ -9482,7 +9491,7 @@
9482
9491
  }
9483
9492
  },
9484
9493
  "ProfilerRuleConfigurations": {
9485
- "shape": "Sjp"
9494
+ "shape": "Sjs"
9486
9495
  }
9487
9496
  }
9488
9497
  },
@@ -9524,7 +9533,7 @@
9524
9533
  "TrialComponentName": {},
9525
9534
  "DisplayName": {},
9526
9535
  "Status": {
9527
- "shape": "Sk9"
9536
+ "shape": "Skc"
9528
9537
  },
9529
9538
  "StartTime": {
9530
9539
  "type": "timestamp"
@@ -9533,22 +9542,22 @@
9533
9542
  "type": "timestamp"
9534
9543
  },
9535
9544
  "Parameters": {
9536
- "shape": "Skd"
9545
+ "shape": "Skg"
9537
9546
  },
9538
9547
  "ParametersToRemove": {
9539
- "shape": "S18e"
9548
+ "shape": "S18h"
9540
9549
  },
9541
9550
  "InputArtifacts": {
9542
- "shape": "Skh"
9551
+ "shape": "Skk"
9543
9552
  },
9544
9553
  "InputArtifactsToRemove": {
9545
- "shape": "S18e"
9554
+ "shape": "S18h"
9546
9555
  },
9547
9556
  "OutputArtifacts": {
9548
- "shape": "Skh"
9557
+ "shape": "Skk"
9549
9558
  },
9550
9559
  "OutputArtifactsToRemove": {
9551
- "shape": "S18e"
9560
+ "shape": "S18h"
9552
9561
  }
9553
9562
  }
9554
9563
  },
@@ -9570,7 +9579,7 @@
9570
9579
  "DomainId": {},
9571
9580
  "UserProfileName": {},
9572
9581
  "UserSettings": {
9573
- "shape": "S7x"
9582
+ "shape": "S7y"
9574
9583
  }
9575
9584
  }
9576
9585
  },
@@ -9590,10 +9599,10 @@
9590
9599
  "members": {
9591
9600
  "WorkforceName": {},
9592
9601
  "SourceIpConfig": {
9593
- "shape": "Sky"
9602
+ "shape": "Sl1"
9594
9603
  },
9595
9604
  "OidcConfig": {
9596
- "shape": "Skv"
9605
+ "shape": "Sky"
9597
9606
  }
9598
9607
  }
9599
9608
  },
@@ -9604,7 +9613,7 @@
9604
9613
  ],
9605
9614
  "members": {
9606
9615
  "Workforce": {
9607
- "shape": "Sue"
9616
+ "shape": "Suh"
9608
9617
  }
9609
9618
  }
9610
9619
  }
@@ -9618,11 +9627,11 @@
9618
9627
  "members": {
9619
9628
  "WorkteamName": {},
9620
9629
  "MemberDefinitions": {
9621
- "shape": "Sl6"
9630
+ "shape": "Sl9"
9622
9631
  },
9623
9632
  "Description": {},
9624
9633
  "NotificationConfiguration": {
9625
- "shape": "Sle"
9634
+ "shape": "Slh"
9626
9635
  }
9627
9636
  }
9628
9637
  },
@@ -9633,7 +9642,7 @@
9633
9642
  ],
9634
9643
  "members": {
9635
9644
  "Workteam": {
9636
- "shape": "Sui"
9645
+ "shape": "Sul"
9637
9646
  }
9638
9647
  }
9639
9648
  }
@@ -10298,6 +10307,12 @@
10298
10307
  "type": "float"
10299
10308
  }
10300
10309
  }
10310
+ },
10311
+ "CandidateGenerationConfig": {
10312
+ "type": "structure",
10313
+ "members": {
10314
+ "FeatureSpecificationS3Uri": {}
10315
+ }
10301
10316
  }
10302
10317
  }
10303
10318
  },
@@ -10335,7 +10350,7 @@
10335
10350
  "type": "list",
10336
10351
  "member": {}
10337
10352
  },
10338
- "S5q": {
10353
+ "S5r": {
10339
10354
  "type": "structure",
10340
10355
  "members": {
10341
10356
  "AutoGenerateEndpointName": {
@@ -10344,7 +10359,7 @@
10344
10359
  "EndpointName": {}
10345
10360
  }
10346
10361
  },
10347
- "S5w": {
10362
+ "S5x": {
10348
10363
  "type": "structure",
10349
10364
  "required": [
10350
10365
  "RepositoryUrl"
@@ -10355,7 +10370,7 @@
10355
10370
  "SecretArn": {}
10356
10371
  }
10357
10372
  },
10358
- "S63": {
10373
+ "S64": {
10359
10374
  "type": "structure",
10360
10375
  "required": [
10361
10376
  "S3Uri",
@@ -10369,7 +10384,7 @@
10369
10384
  "FrameworkVersion": {}
10370
10385
  }
10371
10386
  },
10372
- "S65": {
10387
+ "S66": {
10373
10388
  "type": "structure",
10374
10389
  "required": [
10375
10390
  "S3OutputLocation"
@@ -10393,7 +10408,7 @@
10393
10408
  "KmsKeyId": {}
10394
10409
  }
10395
10410
  },
10396
- "S6c": {
10411
+ "S6d": {
10397
10412
  "type": "structure",
10398
10413
  "required": [
10399
10414
  "SecurityGroupIds",
@@ -10410,7 +10425,7 @@
10410
10425
  }
10411
10426
  }
10412
10427
  },
10413
- "S6k": {
10428
+ "S6l": {
10414
10429
  "type": "structure",
10415
10430
  "required": [
10416
10431
  "SourceUri"
@@ -10421,31 +10436,31 @@
10421
10436
  "SourceId": {}
10422
10437
  }
10423
10438
  },
10424
- "S6p": {
10439
+ "S6q": {
10425
10440
  "type": "structure",
10426
10441
  "members": {
10427
10442
  "BaseliningJobName": {},
10428
10443
  "ConstraintsResource": {
10429
- "shape": "S6r"
10444
+ "shape": "S6s"
10430
10445
  },
10431
10446
  "StatisticsResource": {
10432
- "shape": "S6s"
10447
+ "shape": "S6t"
10433
10448
  }
10434
10449
  }
10435
10450
  },
10436
- "S6r": {
10451
+ "S6s": {
10437
10452
  "type": "structure",
10438
10453
  "members": {
10439
10454
  "S3Uri": {}
10440
10455
  }
10441
10456
  },
10442
- "S6s": {
10457
+ "S6t": {
10443
10458
  "type": "structure",
10444
10459
  "members": {
10445
10460
  "S3Uri": {}
10446
10461
  }
10447
10462
  },
10448
- "S6t": {
10463
+ "S6u": {
10449
10464
  "type": "structure",
10450
10465
  "required": [
10451
10466
  "ImageUri"
@@ -10453,43 +10468,43 @@
10453
10468
  "members": {
10454
10469
  "ImageUri": {},
10455
10470
  "ContainerEntrypoint": {
10456
- "shape": "S6v"
10471
+ "shape": "S6w"
10457
10472
  },
10458
10473
  "ContainerArguments": {
10459
- "shape": "S6x"
10474
+ "shape": "S6y"
10460
10475
  },
10461
10476
  "RecordPreprocessorSourceUri": {},
10462
10477
  "PostAnalyticsProcessorSourceUri": {},
10463
10478
  "Environment": {
10464
- "shape": "S6z"
10479
+ "shape": "S70"
10465
10480
  }
10466
10481
  }
10467
10482
  },
10468
- "S6v": {
10483
+ "S6w": {
10469
10484
  "type": "list",
10470
10485
  "member": {}
10471
10486
  },
10472
- "S6x": {
10487
+ "S6y": {
10473
10488
  "type": "list",
10474
10489
  "member": {}
10475
10490
  },
10476
- "S6z": {
10491
+ "S70": {
10477
10492
  "type": "map",
10478
10493
  "key": {},
10479
10494
  "value": {}
10480
10495
  },
10481
- "S72": {
10496
+ "S73": {
10482
10497
  "type": "structure",
10483
10498
  "required": [
10484
10499
  "EndpointInput"
10485
10500
  ],
10486
10501
  "members": {
10487
10502
  "EndpointInput": {
10488
- "shape": "S73"
10503
+ "shape": "S74"
10489
10504
  }
10490
10505
  }
10491
10506
  },
10492
- "S73": {
10507
+ "S74": {
10493
10508
  "type": "structure",
10494
10509
  "required": [
10495
10510
  "EndpointName",
@@ -10510,7 +10525,7 @@
10510
10525
  "EndTimeOffset": {}
10511
10526
  }
10512
10527
  },
10513
- "S79": {
10528
+ "S7a": {
10514
10529
  "type": "structure",
10515
10530
  "required": [
10516
10531
  "MonitoringOutputs"
@@ -10542,7 +10557,7 @@
10542
10557
  "KmsKeyId": {}
10543
10558
  }
10544
10559
  },
10545
- "S7f": {
10560
+ "S7g": {
10546
10561
  "type": "structure",
10547
10562
  "required": [
10548
10563
  "ClusterConfig"
@@ -10568,7 +10583,7 @@
10568
10583
  }
10569
10584
  }
10570
10585
  },
10571
- "S7k": {
10586
+ "S7l": {
10572
10587
  "type": "structure",
10573
10588
  "members": {
10574
10589
  "EnableInterContainerTrafficEncryption": {
@@ -10582,7 +10597,7 @@
10582
10597
  }
10583
10598
  }
10584
10599
  },
10585
- "S7l": {
10600
+ "S7m": {
10586
10601
  "type": "structure",
10587
10602
  "required": [
10588
10603
  "MaxRuntimeInSeconds"
@@ -10593,7 +10608,7 @@
10593
10608
  }
10594
10609
  }
10595
10610
  },
10596
- "S7r": {
10611
+ "S7s": {
10597
10612
  "type": "structure",
10598
10613
  "required": [
10599
10614
  "S3OutputLocation"
@@ -10605,12 +10620,12 @@
10605
10620
  "PresetDeploymentConfig": {}
10606
10621
  }
10607
10622
  },
10608
- "S7x": {
10623
+ "S7y": {
10609
10624
  "type": "structure",
10610
10625
  "members": {
10611
10626
  "ExecutionRole": {},
10612
10627
  "SecurityGroups": {
10613
- "shape": "S7y"
10628
+ "shape": "S7z"
10614
10629
  },
10615
10630
  "SharingSettings": {
10616
10631
  "type": "structure",
@@ -10627,7 +10642,7 @@
10627
10642
  "shape": "S48"
10628
10643
  },
10629
10644
  "LifecycleConfigArns": {
10630
- "shape": "S82"
10645
+ "shape": "S83"
10631
10646
  }
10632
10647
  }
10633
10648
  },
@@ -10638,10 +10653,10 @@
10638
10653
  "shape": "S48"
10639
10654
  },
10640
10655
  "CustomImages": {
10641
- "shape": "S84"
10656
+ "shape": "S85"
10642
10657
  },
10643
10658
  "LifecycleConfigArns": {
10644
- "shape": "S82"
10659
+ "shape": "S83"
10645
10660
  }
10646
10661
  }
10647
10662
  },
@@ -10667,21 +10682,21 @@
10667
10682
  "shape": "S48"
10668
10683
  },
10669
10684
  "CustomImages": {
10670
- "shape": "S84"
10685
+ "shape": "S85"
10671
10686
  }
10672
10687
  }
10673
10688
  }
10674
10689
  }
10675
10690
  },
10676
- "S7y": {
10691
+ "S7z": {
10677
10692
  "type": "list",
10678
10693
  "member": {}
10679
10694
  },
10680
- "S82": {
10695
+ "S83": {
10681
10696
  "type": "list",
10682
10697
  "member": {}
10683
10698
  },
10684
- "S84": {
10699
+ "S85": {
10685
10700
  "type": "list",
10686
10701
  "member": {
10687
10702
  "type": "structure",
@@ -10698,7 +10713,7 @@
10698
10713
  }
10699
10714
  }
10700
10715
  },
10701
- "S8g": {
10716
+ "S8h": {
10702
10717
  "type": "structure",
10703
10718
  "members": {
10704
10719
  "SecurityGroupIds": {
@@ -10721,7 +10736,7 @@
10721
10736
  }
10722
10737
  }
10723
10738
  },
10724
- "S8q": {
10739
+ "S8r": {
10725
10740
  "type": "structure",
10726
10741
  "required": [
10727
10742
  "BlueGreenUpdatePolicy"
@@ -10745,10 +10760,10 @@
10745
10760
  "type": "integer"
10746
10761
  },
10747
10762
  "CanarySize": {
10748
- "shape": "S8v"
10763
+ "shape": "S8w"
10749
10764
  },
10750
10765
  "LinearStepSize": {
10751
- "shape": "S8v"
10766
+ "shape": "S8w"
10752
10767
  }
10753
10768
  }
10754
10769
  },
@@ -10776,7 +10791,7 @@
10776
10791
  }
10777
10792
  }
10778
10793
  },
10779
- "S8v": {
10794
+ "S8w": {
10780
10795
  "type": "structure",
10781
10796
  "required": [
10782
10797
  "Type",
@@ -10789,7 +10804,7 @@
10789
10804
  }
10790
10805
  }
10791
10806
  },
10792
- "S97": {
10807
+ "S98": {
10793
10808
  "type": "list",
10794
10809
  "member": {
10795
10810
  "type": "structure",
@@ -10819,12 +10834,12 @@
10819
10834
  }
10820
10835
  },
10821
10836
  "ServerlessConfig": {
10822
- "shape": "S9g"
10837
+ "shape": "S9h"
10823
10838
  }
10824
10839
  }
10825
10840
  }
10826
10841
  },
10827
- "S9g": {
10842
+ "S9h": {
10828
10843
  "type": "structure",
10829
10844
  "required": [
10830
10845
  "MemorySizeInMB",
@@ -10839,7 +10854,7 @@
10839
10854
  }
10840
10855
  }
10841
10856
  },
10842
- "S9j": {
10857
+ "S9k": {
10843
10858
  "type": "structure",
10844
10859
  "required": [
10845
10860
  "InitialSamplingPercentage",
@@ -10882,7 +10897,7 @@
10882
10897
  }
10883
10898
  }
10884
10899
  },
10885
- "S9u": {
10900
+ "S9v": {
10886
10901
  "type": "structure",
10887
10902
  "required": [
10888
10903
  "OutputConfig"
@@ -10915,7 +10930,7 @@
10915
10930
  }
10916
10931
  }
10917
10932
  },
10918
- "Sa8": {
10933
+ "Sa9": {
10919
10934
  "type": "list",
10920
10935
  "member": {
10921
10936
  "type": "structure",
@@ -10925,7 +10940,7 @@
10925
10940
  }
10926
10941
  }
10927
10942
  },
10928
- "Sab": {
10943
+ "Sac": {
10929
10944
  "type": "structure",
10930
10945
  "members": {
10931
10946
  "SecurityConfig": {
@@ -10939,7 +10954,7 @@
10939
10954
  }
10940
10955
  }
10941
10956
  },
10942
- "Sad": {
10957
+ "Sae": {
10943
10958
  "type": "structure",
10944
10959
  "required": [
10945
10960
  "S3StorageConfig"
@@ -10974,7 +10989,7 @@
10974
10989
  }
10975
10990
  }
10976
10991
  },
10977
- "Sao": {
10992
+ "Sap": {
10978
10993
  "type": "structure",
10979
10994
  "required": [
10980
10995
  "AwsManagedHumanLoopRequestSource"
@@ -10983,7 +10998,7 @@
10983
10998
  "AwsManagedHumanLoopRequestSource": {}
10984
10999
  }
10985
11000
  },
10986
- "Saq": {
11001
+ "Sar": {
10987
11002
  "type": "structure",
10988
11003
  "required": [
10989
11004
  "HumanLoopActivationConditionsConfig"
@@ -11002,7 +11017,7 @@
11002
11017
  }
11003
11018
  }
11004
11019
  },
11005
- "Sat": {
11020
+ "Sau": {
11006
11021
  "type": "structure",
11007
11022
  "required": [
11008
11023
  "WorkteamArn",
@@ -11030,11 +11045,11 @@
11030
11045
  "member": {}
11031
11046
  },
11032
11047
  "PublicWorkforceTaskPrice": {
11033
- "shape": "Sb3"
11048
+ "shape": "Sb4"
11034
11049
  }
11035
11050
  }
11036
11051
  },
11037
- "Sb3": {
11052
+ "Sb4": {
11038
11053
  "type": "structure",
11039
11054
  "members": {
11040
11055
  "AmountInUsd": {
@@ -11053,7 +11068,7 @@
11053
11068
  }
11054
11069
  }
11055
11070
  },
11056
- "Sb8": {
11071
+ "Sb9": {
11057
11072
  "type": "structure",
11058
11073
  "required": [
11059
11074
  "S3OutputPath"
@@ -11063,7 +11078,7 @@
11063
11078
  "KmsKeyId": {}
11064
11079
  }
11065
11080
  },
11066
- "Sbd": {
11081
+ "Sbe": {
11067
11082
  "type": "structure",
11068
11083
  "required": [
11069
11084
  "Content"
@@ -11072,7 +11087,7 @@
11072
11087
  "Content": {}
11073
11088
  }
11074
11089
  },
11075
- "Sbi": {
11090
+ "Sbj": {
11076
11091
  "type": "structure",
11077
11092
  "required": [
11078
11093
  "Strategy",
@@ -11084,10 +11099,10 @@
11084
11099
  "shape": "S2m"
11085
11100
  },
11086
11101
  "ResourceLimits": {
11087
- "shape": "Sbk"
11102
+ "shape": "Sbl"
11088
11103
  },
11089
11104
  "ParameterRanges": {
11090
- "shape": "Sbn"
11105
+ "shape": "Sbo"
11091
11106
  },
11092
11107
  "TrainingJobEarlyStoppingType": {},
11093
11108
  "TuningJobCompletionCriteria": {
@@ -11103,7 +11118,7 @@
11103
11118
  }
11104
11119
  }
11105
11120
  },
11106
- "Sbk": {
11121
+ "Sbl": {
11107
11122
  "type": "structure",
11108
11123
  "required": [
11109
11124
  "MaxNumberOfTrainingJobs",
@@ -11118,7 +11133,7 @@
11118
11133
  }
11119
11134
  }
11120
11135
  },
11121
- "Sbn": {
11136
+ "Sbo": {
11122
11137
  "type": "structure",
11123
11138
  "members": {
11124
11139
  "IntegerParameterRanges": {
@@ -11173,7 +11188,7 @@
11173
11188
  }
11174
11189
  }
11175
11190
  },
11176
- "Sbz": {
11191
+ "Sc0": {
11177
11192
  "type": "structure",
11178
11193
  "required": [
11179
11194
  "AlgorithmSpecification",
@@ -11188,7 +11203,7 @@
11188
11203
  "shape": "S2m"
11189
11204
  },
11190
11205
  "HyperParameterRanges": {
11191
- "shape": "Sbn"
11206
+ "shape": "Sbo"
11192
11207
  },
11193
11208
  "StaticHyperParameters": {
11194
11209
  "shape": "S2t"
@@ -11233,14 +11248,14 @@
11233
11248
  "type": "boolean"
11234
11249
  },
11235
11250
  "CheckpointConfig": {
11236
- "shape": "Sc4"
11251
+ "shape": "Sc5"
11237
11252
  },
11238
11253
  "RetryStrategy": {
11239
- "shape": "Sc5"
11254
+ "shape": "Sc6"
11240
11255
  }
11241
11256
  }
11242
11257
  },
11243
- "Sc4": {
11258
+ "Sc5": {
11244
11259
  "type": "structure",
11245
11260
  "required": [
11246
11261
  "S3Uri"
@@ -11250,7 +11265,7 @@
11250
11265
  "LocalPath": {}
11251
11266
  }
11252
11267
  },
11253
- "Sc5": {
11268
+ "Sc6": {
11254
11269
  "type": "structure",
11255
11270
  "required": [
11256
11271
  "MaximumRetryAttempts"
@@ -11261,13 +11276,13 @@
11261
11276
  }
11262
11277
  }
11263
11278
  },
11264
- "Sc7": {
11279
+ "Sc8": {
11265
11280
  "type": "list",
11266
11281
  "member": {
11267
- "shape": "Sbz"
11282
+ "shape": "Sc0"
11268
11283
  }
11269
11284
  },
11270
- "Sc8": {
11285
+ "Sc9": {
11271
11286
  "type": "structure",
11272
11287
  "required": [
11273
11288
  "ParentHyperParameterTuningJobs",
@@ -11286,7 +11301,7 @@
11286
11301
  "WarmStartType": {}
11287
11302
  }
11288
11303
  },
11289
- "Scp": {
11304
+ "Scq": {
11290
11305
  "type": "structure",
11291
11306
  "required": [
11292
11307
  "ModelPackageVersionArn"
@@ -11368,7 +11383,7 @@
11368
11383
  "VolumeKmsKeyId": {}
11369
11384
  }
11370
11385
  },
11371
- "Sdb": {
11386
+ "Sdc": {
11372
11387
  "type": "structure",
11373
11388
  "members": {
11374
11389
  "MaxInvocations": {
@@ -11388,7 +11403,7 @@
11388
11403
  }
11389
11404
  }
11390
11405
  },
11391
- "Sdm": {
11406
+ "Sdn": {
11392
11407
  "type": "structure",
11393
11408
  "required": [
11394
11409
  "DataSource"
@@ -11428,7 +11443,7 @@
11428
11443
  }
11429
11444
  }
11430
11445
  },
11431
- "Sdt": {
11446
+ "Sdu": {
11432
11447
  "type": "structure",
11433
11448
  "required": [
11434
11449
  "S3OutputPath"
@@ -11439,7 +11454,7 @@
11439
11454
  "SnsTopicArn": {}
11440
11455
  }
11441
11456
  },
11442
- "Sdu": {
11457
+ "Sdv": {
11443
11458
  "type": "structure",
11444
11459
  "members": {
11445
11460
  "MaxHumanLabeledObjectCount": {
@@ -11450,7 +11465,7 @@
11450
11465
  }
11451
11466
  }
11452
11467
  },
11453
- "Sdx": {
11468
+ "Sdy": {
11454
11469
  "type": "structure",
11455
11470
  "required": [
11456
11471
  "LabelingJobAlgorithmSpecificationArn"
@@ -11466,7 +11481,7 @@
11466
11481
  }
11467
11482
  }
11468
11483
  },
11469
- "Se1": {
11484
+ "Se2": {
11470
11485
  "type": "structure",
11471
11486
  "required": [
11472
11487
  "WorkteamArn",
@@ -11516,11 +11531,11 @@
11516
11531
  }
11517
11532
  },
11518
11533
  "PublicWorkforceTaskPrice": {
11519
- "shape": "Sb3"
11534
+ "shape": "Sb4"
11520
11535
  }
11521
11536
  }
11522
11537
  },
11523
- "Seg": {
11538
+ "Seh": {
11524
11539
  "type": "structure",
11525
11540
  "members": {
11526
11541
  "ContainerHostname": {},
@@ -11558,13 +11573,13 @@
11558
11573
  }
11559
11574
  }
11560
11575
  },
11561
- "Sep": {
11576
+ "Seq": {
11562
11577
  "type": "list",
11563
11578
  "member": {
11564
- "shape": "Seg"
11579
+ "shape": "Seh"
11565
11580
  }
11566
11581
  },
11567
- "Seq": {
11582
+ "Ser": {
11568
11583
  "type": "structure",
11569
11584
  "required": [
11570
11585
  "Mode"
@@ -11573,16 +11588,16 @@
11573
11588
  "Mode": {}
11574
11589
  }
11575
11590
  },
11576
- "Seu": {
11591
+ "Sev": {
11577
11592
  "type": "structure",
11578
11593
  "members": {
11579
11594
  "BaseliningJobName": {},
11580
11595
  "ConstraintsResource": {
11581
- "shape": "S6r"
11596
+ "shape": "S6s"
11582
11597
  }
11583
11598
  }
11584
11599
  },
11585
- "Sev": {
11600
+ "Sew": {
11586
11601
  "type": "structure",
11587
11602
  "required": [
11588
11603
  "ImageUri",
@@ -11592,11 +11607,11 @@
11592
11607
  "ImageUri": {},
11593
11608
  "ConfigUri": {},
11594
11609
  "Environment": {
11595
- "shape": "S6z"
11610
+ "shape": "S70"
11596
11611
  }
11597
11612
  }
11598
11613
  },
11599
- "Sew": {
11614
+ "Sex": {
11600
11615
  "type": "structure",
11601
11616
  "required": [
11602
11617
  "EndpointInput",
@@ -11604,29 +11619,29 @@
11604
11619
  ],
11605
11620
  "members": {
11606
11621
  "EndpointInput": {
11607
- "shape": "S73"
11622
+ "shape": "S74"
11608
11623
  },
11609
11624
  "GroundTruthS3Input": {
11610
- "shape": "Sex"
11625
+ "shape": "Sey"
11611
11626
  }
11612
11627
  }
11613
11628
  },
11614
- "Sex": {
11629
+ "Sey": {
11615
11630
  "type": "structure",
11616
11631
  "members": {
11617
11632
  "S3Uri": {}
11618
11633
  }
11619
11634
  },
11620
- "Sf0": {
11635
+ "Sf1": {
11621
11636
  "type": "structure",
11622
11637
  "members": {
11623
11638
  "BaseliningJobName": {},
11624
11639
  "ConstraintsResource": {
11625
- "shape": "S6r"
11640
+ "shape": "S6s"
11626
11641
  }
11627
11642
  }
11628
11643
  },
11629
- "Sf1": {
11644
+ "Sf2": {
11630
11645
  "type": "structure",
11631
11646
  "required": [
11632
11647
  "ImageUri",
@@ -11636,22 +11651,22 @@
11636
11651
  "ImageUri": {},
11637
11652
  "ConfigUri": {},
11638
11653
  "Environment": {
11639
- "shape": "S6z"
11654
+ "shape": "S70"
11640
11655
  }
11641
11656
  }
11642
11657
  },
11643
- "Sf2": {
11658
+ "Sf3": {
11644
11659
  "type": "structure",
11645
11660
  "required": [
11646
11661
  "EndpointInput"
11647
11662
  ],
11648
11663
  "members": {
11649
11664
  "EndpointInput": {
11650
- "shape": "S73"
11665
+ "shape": "S74"
11651
11666
  }
11652
11667
  }
11653
11668
  },
11654
- "Sf5": {
11669
+ "Sf6": {
11655
11670
  "type": "structure",
11656
11671
  "required": [
11657
11672
  "ValidationRole",
@@ -11677,7 +11692,7 @@
11677
11692
  }
11678
11693
  }
11679
11694
  },
11680
- "Sf8": {
11695
+ "Sf9": {
11681
11696
  "type": "structure",
11682
11697
  "required": [
11683
11698
  "SourceAlgorithms"
@@ -11698,17 +11713,17 @@
11698
11713
  }
11699
11714
  }
11700
11715
  },
11701
- "Sfb": {
11716
+ "Sfc": {
11702
11717
  "type": "structure",
11703
11718
  "members": {
11704
11719
  "ModelQuality": {
11705
11720
  "type": "structure",
11706
11721
  "members": {
11707
11722
  "Statistics": {
11708
- "shape": "Sfd"
11723
+ "shape": "Sfe"
11709
11724
  },
11710
11725
  "Constraints": {
11711
- "shape": "Sfd"
11726
+ "shape": "Sfe"
11712
11727
  }
11713
11728
  }
11714
11729
  },
@@ -11716,10 +11731,10 @@
11716
11731
  "type": "structure",
11717
11732
  "members": {
11718
11733
  "Statistics": {
11719
- "shape": "Sfd"
11734
+ "shape": "Sfe"
11720
11735
  },
11721
11736
  "Constraints": {
11722
- "shape": "Sfd"
11737
+ "shape": "Sfe"
11723
11738
  }
11724
11739
  }
11725
11740
  },
@@ -11727,13 +11742,13 @@
11727
11742
  "type": "structure",
11728
11743
  "members": {
11729
11744
  "Report": {
11730
- "shape": "Sfd"
11745
+ "shape": "Sfe"
11731
11746
  },
11732
11747
  "PreTrainingReport": {
11733
- "shape": "Sfd"
11748
+ "shape": "Sfe"
11734
11749
  },
11735
11750
  "PostTrainingReport": {
11736
- "shape": "Sfd"
11751
+ "shape": "Sfe"
11737
11752
  }
11738
11753
  }
11739
11754
  },
@@ -11741,13 +11756,13 @@
11741
11756
  "type": "structure",
11742
11757
  "members": {
11743
11758
  "Report": {
11744
- "shape": "Sfd"
11759
+ "shape": "Sfe"
11745
11760
  }
11746
11761
  }
11747
11762
  }
11748
11763
  }
11749
11764
  },
11750
- "Sfd": {
11765
+ "Sfe": {
11751
11766
  "type": "structure",
11752
11767
  "required": [
11753
11768
  "ContentType",
@@ -11759,25 +11774,25 @@
11759
11774
  "S3Uri": {}
11760
11775
  }
11761
11776
  },
11762
- "Sfi": {
11777
+ "Sfj": {
11763
11778
  "type": "map",
11764
11779
  "key": {},
11765
11780
  "value": {}
11766
11781
  },
11767
- "Sfl": {
11782
+ "Sfm": {
11768
11783
  "type": "structure",
11769
11784
  "members": {
11770
11785
  "Bias": {
11771
11786
  "type": "structure",
11772
11787
  "members": {
11773
11788
  "ConfigFile": {
11774
- "shape": "Sfn"
11789
+ "shape": "Sfo"
11775
11790
  },
11776
11791
  "PreTrainingConstraints": {
11777
- "shape": "Sfd"
11792
+ "shape": "Sfe"
11778
11793
  },
11779
11794
  "PostTrainingConstraints": {
11780
- "shape": "Sfd"
11795
+ "shape": "Sfe"
11781
11796
  }
11782
11797
  }
11783
11798
  },
@@ -11785,10 +11800,10 @@
11785
11800
  "type": "structure",
11786
11801
  "members": {
11787
11802
  "Constraints": {
11788
- "shape": "Sfd"
11803
+ "shape": "Sfe"
11789
11804
  },
11790
11805
  "ConfigFile": {
11791
- "shape": "Sfn"
11806
+ "shape": "Sfo"
11792
11807
  }
11793
11808
  }
11794
11809
  },
@@ -11796,10 +11811,10 @@
11796
11811
  "type": "structure",
11797
11812
  "members": {
11798
11813
  "Statistics": {
11799
- "shape": "Sfd"
11814
+ "shape": "Sfe"
11800
11815
  },
11801
11816
  "Constraints": {
11802
- "shape": "Sfd"
11817
+ "shape": "Sfe"
11803
11818
  }
11804
11819
  }
11805
11820
  },
@@ -11807,16 +11822,16 @@
11807
11822
  "type": "structure",
11808
11823
  "members": {
11809
11824
  "Statistics": {
11810
- "shape": "Sfd"
11825
+ "shape": "Sfe"
11811
11826
  },
11812
11827
  "Constraints": {
11813
- "shape": "Sfd"
11828
+ "shape": "Sfe"
11814
11829
  }
11815
11830
  }
11816
11831
  }
11817
11832
  }
11818
11833
  },
11819
- "Sfn": {
11834
+ "Sfo": {
11820
11835
  "type": "structure",
11821
11836
  "required": [
11822
11837
  "S3Uri"
@@ -11827,7 +11842,7 @@
11827
11842
  "S3Uri": {}
11828
11843
  }
11829
11844
  },
11830
- "Sfr": {
11845
+ "Sfs": {
11831
11846
  "type": "list",
11832
11847
  "member": {
11833
11848
  "type": "structure",
@@ -11856,16 +11871,16 @@
11856
11871
  }
11857
11872
  }
11858
11873
  },
11859
- "Sfy": {
11874
+ "Sfz": {
11860
11875
  "type": "structure",
11861
11876
  "members": {
11862
11877
  "BaseliningJobName": {},
11863
11878
  "ConstraintsResource": {
11864
- "shape": "S6r"
11879
+ "shape": "S6s"
11865
11880
  }
11866
11881
  }
11867
11882
  },
11868
- "Sfz": {
11883
+ "Sg0": {
11869
11884
  "type": "structure",
11870
11885
  "required": [
11871
11886
  "ImageUri"
@@ -11873,20 +11888,20 @@
11873
11888
  "members": {
11874
11889
  "ImageUri": {},
11875
11890
  "ContainerEntrypoint": {
11876
- "shape": "S6v"
11891
+ "shape": "S6w"
11877
11892
  },
11878
11893
  "ContainerArguments": {
11879
- "shape": "S6x"
11894
+ "shape": "S6y"
11880
11895
  },
11881
11896
  "RecordPreprocessorSourceUri": {},
11882
11897
  "PostAnalyticsProcessorSourceUri": {},
11883
11898
  "ProblemType": {},
11884
11899
  "Environment": {
11885
- "shape": "S6z"
11900
+ "shape": "S70"
11886
11901
  }
11887
11902
  }
11888
11903
  },
11889
- "Sg1": {
11904
+ "Sg2": {
11890
11905
  "type": "structure",
11891
11906
  "required": [
11892
11907
  "EndpointInput",
@@ -11894,14 +11909,14 @@
11894
11909
  ],
11895
11910
  "members": {
11896
11911
  "EndpointInput": {
11897
- "shape": "S73"
11912
+ "shape": "S74"
11898
11913
  },
11899
11914
  "GroundTruthS3Input": {
11900
- "shape": "Sex"
11915
+ "shape": "Sey"
11901
11916
  }
11902
11917
  }
11903
11918
  },
11904
- "Sg5": {
11919
+ "Sg6": {
11905
11920
  "type": "structure",
11906
11921
  "members": {
11907
11922
  "ScheduleConfig": {
@@ -11928,10 +11943,10 @@
11928
11943
  "members": {
11929
11944
  "BaseliningJobName": {},
11930
11945
  "ConstraintsResource": {
11931
- "shape": "S6r"
11946
+ "shape": "S6s"
11932
11947
  },
11933
11948
  "StatisticsResource": {
11934
- "shape": "S6s"
11949
+ "shape": "S6t"
11935
11950
  }
11936
11951
  }
11937
11952
  },
@@ -11944,16 +11959,16 @@
11944
11959
  ],
11945
11960
  "members": {
11946
11961
  "EndpointInput": {
11947
- "shape": "S73"
11962
+ "shape": "S74"
11948
11963
  }
11949
11964
  }
11950
11965
  }
11951
11966
  },
11952
11967
  "MonitoringOutputConfig": {
11953
- "shape": "S79"
11968
+ "shape": "S7a"
11954
11969
  },
11955
11970
  "MonitoringResources": {
11956
- "shape": "S7f"
11971
+ "shape": "S7g"
11957
11972
  },
11958
11973
  "MonitoringAppSpecification": {
11959
11974
  "type": "structure",
@@ -11963,23 +11978,23 @@
11963
11978
  "members": {
11964
11979
  "ImageUri": {},
11965
11980
  "ContainerEntrypoint": {
11966
- "shape": "S6v"
11981
+ "shape": "S6w"
11967
11982
  },
11968
11983
  "ContainerArguments": {
11969
- "shape": "S6x"
11984
+ "shape": "S6y"
11970
11985
  },
11971
11986
  "RecordPreprocessorSourceUri": {},
11972
11987
  "PostAnalyticsProcessorSourceUri": {}
11973
11988
  }
11974
11989
  },
11975
11990
  "StoppingCondition": {
11976
- "shape": "S7l"
11991
+ "shape": "S7m"
11977
11992
  },
11978
11993
  "Environment": {
11979
- "shape": "S6z"
11994
+ "shape": "S70"
11980
11995
  },
11981
11996
  "NetworkConfig": {
11982
- "shape": "Sgd"
11997
+ "shape": "Sge"
11983
11998
  },
11984
11999
  "RoleArn": {}
11985
12000
  }
@@ -11988,7 +12003,7 @@
11988
12003
  "MonitoringType": {}
11989
12004
  }
11990
12005
  },
11991
- "Sgd": {
12006
+ "Sge": {
11992
12007
  "type": "structure",
11993
12008
  "members": {
11994
12009
  "EnableInterContainerTrafficEncryption": {
@@ -12002,15 +12017,24 @@
12002
12017
  }
12003
12018
  }
12004
12019
  },
12005
- "Sgn": {
12020
+ "Sgo": {
12006
12021
  "type": "list",
12007
12022
  "member": {}
12008
12023
  },
12009
- "Sgq": {
12024
+ "Sgr": {
12010
12025
  "type": "list",
12011
12026
  "member": {}
12012
12027
  },
12013
- "Sgw": {
12028
+ "Sgu": {
12029
+ "type": "structure",
12030
+ "required": [
12031
+ "MinimumInstanceMetadataServiceVersion"
12032
+ ],
12033
+ "members": {
12034
+ "MinimumInstanceMetadataServiceVersion": {}
12035
+ }
12036
+ },
12037
+ "Sgz": {
12014
12038
  "type": "list",
12015
12039
  "member": {
12016
12040
  "type": "structure",
@@ -12019,7 +12043,7 @@
12019
12043
  }
12020
12044
  }
12021
12045
  },
12022
- "Sh4": {
12046
+ "Sh7": {
12023
12047
  "type": "structure",
12024
12048
  "required": [
12025
12049
  "Bucket",
@@ -12031,7 +12055,7 @@
12031
12055
  "VersionId": {}
12032
12056
  }
12033
12057
  },
12034
- "Sha": {
12058
+ "Shd": {
12035
12059
  "type": "structure",
12036
12060
  "required": [
12037
12061
  "MaxParallelExecutionSteps"
@@ -12042,7 +12066,7 @@
12042
12066
  }
12043
12067
  }
12044
12068
  },
12045
- "Shn": {
12069
+ "Shq": {
12046
12070
  "type": "list",
12047
12071
  "member": {
12048
12072
  "type": "structure",
@@ -12123,7 +12147,7 @@
12123
12147
  }
12124
12148
  }
12125
12149
  },
12126
- "Sia": {
12150
+ "Sid": {
12127
12151
  "type": "structure",
12128
12152
  "required": [
12129
12153
  "Outputs"
@@ -12169,7 +12193,7 @@
12169
12193
  "KmsKeyId": {}
12170
12194
  }
12171
12195
  },
12172
- "Sif": {
12196
+ "Sii": {
12173
12197
  "type": "structure",
12174
12198
  "required": [
12175
12199
  "ClusterConfig"
@@ -12195,7 +12219,7 @@
12195
12219
  }
12196
12220
  }
12197
12221
  },
12198
- "Sih": {
12222
+ "Sik": {
12199
12223
  "type": "structure",
12200
12224
  "required": [
12201
12225
  "MaxRuntimeInSeconds"
@@ -12206,7 +12230,7 @@
12206
12230
  }
12207
12231
  }
12208
12232
  },
12209
- "Sij": {
12233
+ "Sim": {
12210
12234
  "type": "structure",
12211
12235
  "required": [
12212
12236
  "ImageUri"
@@ -12214,7 +12238,7 @@
12214
12238
  "members": {
12215
12239
  "ImageUri": {},
12216
12240
  "ContainerEntrypoint": {
12217
- "shape": "S6v"
12241
+ "shape": "S6w"
12218
12242
  },
12219
12243
  "ContainerArguments": {
12220
12244
  "type": "list",
@@ -12222,12 +12246,12 @@
12222
12246
  }
12223
12247
  }
12224
12248
  },
12225
- "Sil": {
12249
+ "Sio": {
12226
12250
  "type": "map",
12227
12251
  "key": {},
12228
12252
  "value": {}
12229
12253
  },
12230
- "Sim": {
12254
+ "Sip": {
12231
12255
  "type": "structure",
12232
12256
  "members": {
12233
12257
  "ExperimentName": {},
@@ -12235,7 +12259,7 @@
12235
12259
  "TrialComponentDisplayName": {}
12236
12260
  }
12237
12261
  },
12238
- "Sir": {
12262
+ "Siu": {
12239
12263
  "type": "structure",
12240
12264
  "required": [
12241
12265
  "ProductId"
@@ -12245,11 +12269,11 @@
12245
12269
  "ProvisioningArtifactId": {},
12246
12270
  "PathId": {},
12247
12271
  "ProvisioningParameters": {
12248
- "shape": "Sit"
12272
+ "shape": "Siw"
12249
12273
  }
12250
12274
  }
12251
12275
  },
12252
- "Sit": {
12276
+ "Siw": {
12253
12277
  "type": "list",
12254
12278
  "member": {
12255
12279
  "type": "structure",
@@ -12259,7 +12283,7 @@
12259
12283
  }
12260
12284
  }
12261
12285
  },
12262
- "Sj7": {
12286
+ "Sja": {
12263
12287
  "type": "structure",
12264
12288
  "required": [
12265
12289
  "TrainingInputMode"
@@ -12276,7 +12300,7 @@
12276
12300
  }
12277
12301
  }
12278
12302
  },
12279
- "Sj8": {
12303
+ "Sjb": {
12280
12304
  "type": "structure",
12281
12305
  "required": [
12282
12306
  "S3OutputPath"
@@ -12305,7 +12329,7 @@
12305
12329
  }
12306
12330
  }
12307
12331
  },
12308
- "Sjg": {
12332
+ "Sjj": {
12309
12333
  "type": "list",
12310
12334
  "member": {
12311
12335
  "type": "structure",
@@ -12323,17 +12347,17 @@
12323
12347
  "type": "integer"
12324
12348
  },
12325
12349
  "RuleParameters": {
12326
- "shape": "Sjk"
12350
+ "shape": "Sjn"
12327
12351
  }
12328
12352
  }
12329
12353
  }
12330
12354
  },
12331
- "Sjk": {
12355
+ "Sjn": {
12332
12356
  "type": "map",
12333
12357
  "key": {},
12334
12358
  "value": {}
12335
12359
  },
12336
- "Sjl": {
12360
+ "Sjo": {
12337
12361
  "type": "structure",
12338
12362
  "required": [
12339
12363
  "S3OutputPath"
@@ -12343,7 +12367,7 @@
12343
12367
  "S3OutputPath": {}
12344
12368
  }
12345
12369
  },
12346
- "Sjm": {
12370
+ "Sjp": {
12347
12371
  "type": "structure",
12348
12372
  "required": [
12349
12373
  "S3OutputPath"
@@ -12354,16 +12378,16 @@
12354
12378
  "type": "long"
12355
12379
  },
12356
12380
  "ProfilingParameters": {
12357
- "shape": "Sjo"
12381
+ "shape": "Sjr"
12358
12382
  }
12359
12383
  }
12360
12384
  },
12361
- "Sjo": {
12385
+ "Sjr": {
12362
12386
  "type": "map",
12363
12387
  "key": {},
12364
12388
  "value": {}
12365
12389
  },
12366
- "Sjp": {
12390
+ "Sjs": {
12367
12391
  "type": "list",
12368
12392
  "member": {
12369
12393
  "type": "structure",
@@ -12381,17 +12405,17 @@
12381
12405
  "type": "integer"
12382
12406
  },
12383
12407
  "RuleParameters": {
12384
- "shape": "Sjk"
12408
+ "shape": "Sjn"
12385
12409
  }
12386
12410
  }
12387
12411
  }
12388
12412
  },
12389
- "Sjr": {
12413
+ "Sju": {
12390
12414
  "type": "map",
12391
12415
  "key": {},
12392
12416
  "value": {}
12393
12417
  },
12394
- "Sjy": {
12418
+ "Sk1": {
12395
12419
  "type": "structure",
12396
12420
  "members": {
12397
12421
  "InvocationsTimeoutInSeconds": {
@@ -12402,7 +12426,7 @@
12402
12426
  }
12403
12427
  }
12404
12428
  },
12405
- "Sk1": {
12429
+ "Sk4": {
12406
12430
  "type": "structure",
12407
12431
  "members": {
12408
12432
  "InputFilter": {},
@@ -12410,14 +12434,14 @@
12410
12434
  "JoinSource": {}
12411
12435
  }
12412
12436
  },
12413
- "Sk9": {
12437
+ "Skc": {
12414
12438
  "type": "structure",
12415
12439
  "members": {
12416
12440
  "PrimaryStatus": {},
12417
12441
  "Message": {}
12418
12442
  }
12419
12443
  },
12420
- "Skd": {
12444
+ "Skg": {
12421
12445
  "type": "map",
12422
12446
  "key": {},
12423
12447
  "value": {
@@ -12430,7 +12454,7 @@
12430
12454
  }
12431
12455
  }
12432
12456
  },
12433
- "Skh": {
12457
+ "Skk": {
12434
12458
  "type": "map",
12435
12459
  "key": {},
12436
12460
  "value": {
@@ -12444,7 +12468,7 @@
12444
12468
  }
12445
12469
  }
12446
12470
  },
12447
- "Sks": {
12471
+ "Skv": {
12448
12472
  "type": "structure",
12449
12473
  "required": [
12450
12474
  "UserPool",
@@ -12455,7 +12479,7 @@
12455
12479
  "ClientId": {}
12456
12480
  }
12457
12481
  },
12458
- "Skv": {
12482
+ "Sky": {
12459
12483
  "type": "structure",
12460
12484
  "required": [
12461
12485
  "ClientId",
@@ -12481,7 +12505,7 @@
12481
12505
  "JwksUri": {}
12482
12506
  }
12483
12507
  },
12484
- "Sky": {
12508
+ "Sl1": {
12485
12509
  "type": "structure",
12486
12510
  "required": [
12487
12511
  "Cidrs"
@@ -12493,7 +12517,7 @@
12493
12517
  }
12494
12518
  }
12495
12519
  },
12496
- "Sl6": {
12520
+ "Sl9": {
12497
12521
  "type": "list",
12498
12522
  "member": {
12499
12523
  "type": "structure",
@@ -12526,13 +12550,13 @@
12526
12550
  }
12527
12551
  }
12528
12552
  },
12529
- "Sle": {
12553
+ "Slh": {
12530
12554
  "type": "structure",
12531
12555
  "members": {
12532
12556
  "NotificationTopicArn": {}
12533
12557
  }
12534
12558
  },
12535
- "Sn8": {
12559
+ "Snb": {
12536
12560
  "type": "structure",
12537
12561
  "members": {
12538
12562
  "UserProfileArn": {},
@@ -12540,7 +12564,7 @@
12540
12564
  "DomainId": {}
12541
12565
  }
12542
12566
  },
12543
- "Sne": {
12567
+ "Snh": {
12544
12568
  "type": "list",
12545
12569
  "member": {
12546
12570
  "type": "structure",
@@ -12555,7 +12579,7 @@
12555
12579
  }
12556
12580
  }
12557
12581
  },
12558
- "Sns": {
12582
+ "Snv": {
12559
12583
  "type": "list",
12560
12584
  "member": {
12561
12585
  "type": "structure",
@@ -12564,7 +12588,7 @@
12564
12588
  }
12565
12589
  }
12566
12590
  },
12567
- "Snu": {
12591
+ "Snx": {
12568
12592
  "type": "structure",
12569
12593
  "required": [
12570
12594
  "CandidateName",
@@ -12666,7 +12690,7 @@
12666
12690
  }
12667
12691
  }
12668
12692
  },
12669
- "Sov": {
12693
+ "Soy": {
12670
12694
  "type": "structure",
12671
12695
  "required": [
12672
12696
  "S3ModelArtifacts"
@@ -12675,7 +12699,7 @@
12675
12699
  "S3ModelArtifacts": {}
12676
12700
  }
12677
12701
  },
12678
- "Spr": {
12702
+ "Spu": {
12679
12703
  "type": "list",
12680
12704
  "member": {
12681
12705
  "type": "structure",
@@ -12685,7 +12709,7 @@
12685
12709
  "members": {
12686
12710
  "VariantName": {},
12687
12711
  "DeployedImages": {
12688
- "shape": "Spt"
12712
+ "shape": "Spw"
12689
12713
  },
12690
12714
  "CurrentWeight": {
12691
12715
  "type": "float"
@@ -12700,18 +12724,18 @@
12700
12724
  "type": "integer"
12701
12725
  },
12702
12726
  "VariantStatus": {
12703
- "shape": "Spw"
12727
+ "shape": "Spz"
12704
12728
  },
12705
12729
  "CurrentServerlessConfig": {
12706
- "shape": "S9g"
12730
+ "shape": "S9h"
12707
12731
  },
12708
12732
  "DesiredServerlessConfig": {
12709
- "shape": "S9g"
12733
+ "shape": "S9h"
12710
12734
  }
12711
12735
  }
12712
12736
  }
12713
12737
  },
12714
- "Spt": {
12738
+ "Spw": {
12715
12739
  "type": "list",
12716
12740
  "member": {
12717
12741
  "type": "structure",
@@ -12724,7 +12748,7 @@
12724
12748
  }
12725
12749
  }
12726
12750
  },
12727
- "Spw": {
12751
+ "Spz": {
12728
12752
  "type": "list",
12729
12753
  "member": {
12730
12754
  "type": "structure",
@@ -12740,7 +12764,7 @@
12740
12764
  }
12741
12765
  }
12742
12766
  },
12743
- "Sq0": {
12767
+ "Sq3": {
12744
12768
  "type": "structure",
12745
12769
  "required": [
12746
12770
  "EnableCapture",
@@ -12761,7 +12785,7 @@
12761
12785
  "KmsKeyId": {}
12762
12786
  }
12763
12787
  },
12764
- "Sqa": {
12788
+ "Sqd": {
12765
12789
  "type": "structure",
12766
12790
  "required": [
12767
12791
  "SourceArn"
@@ -12771,7 +12795,7 @@
12771
12795
  "SourceType": {}
12772
12796
  }
12773
12797
  },
12774
- "Sqg": {
12798
+ "Sqj": {
12775
12799
  "type": "structure",
12776
12800
  "required": [
12777
12801
  "Status"
@@ -12781,7 +12805,7 @@
12781
12805
  "BlockedReason": {}
12782
12806
  }
12783
12807
  },
12784
- "Sqv": {
12808
+ "Sqy": {
12785
12809
  "type": "structure",
12786
12810
  "members": {
12787
12811
  "Completed": {
@@ -12801,7 +12825,7 @@
12801
12825
  }
12802
12826
  }
12803
12827
  },
12804
- "Sqx": {
12828
+ "Sr0": {
12805
12829
  "type": "structure",
12806
12830
  "members": {
12807
12831
  "Succeeded": {
@@ -12815,7 +12839,7 @@
12815
12839
  }
12816
12840
  }
12817
12841
  },
12818
- "Sqz": {
12842
+ "Sr2": {
12819
12843
  "type": "structure",
12820
12844
  "required": [
12821
12845
  "TrainingJobName",
@@ -12860,7 +12884,7 @@
12860
12884
  "ObjectiveStatus": {}
12861
12885
  }
12862
12886
  },
12863
- "Srm": {
12887
+ "Srp": {
12864
12888
  "type": "structure",
12865
12889
  "members": {
12866
12890
  "TotalLabeled": {
@@ -12880,7 +12904,7 @@
12880
12904
  }
12881
12905
  }
12882
12906
  },
12883
- "Srp": {
12907
+ "Srs": {
12884
12908
  "type": "structure",
12885
12909
  "required": [
12886
12910
  "OutputDatasetS3Uri"
@@ -12890,21 +12914,21 @@
12890
12914
  "FinalActiveLearningModelArn": {}
12891
12915
  }
12892
12916
  },
12893
- "Ss0": {
12917
+ "Ss3": {
12894
12918
  "type": "structure",
12895
12919
  "required": [
12896
12920
  "ValidationStatuses"
12897
12921
  ],
12898
12922
  "members": {
12899
12923
  "ValidationStatuses": {
12900
- "shape": "Ss1"
12924
+ "shape": "Ss4"
12901
12925
  },
12902
12926
  "ImageScanStatuses": {
12903
- "shape": "Ss1"
12927
+ "shape": "Ss4"
12904
12928
  }
12905
12929
  }
12906
12930
  },
12907
- "Ss1": {
12931
+ "Ss4": {
12908
12932
  "type": "list",
12909
12933
  "member": {
12910
12934
  "type": "structure",
@@ -12919,7 +12943,7 @@
12919
12943
  }
12920
12944
  }
12921
12945
  },
12922
- "Ssd": {
12946
+ "Ssg": {
12923
12947
  "type": "structure",
12924
12948
  "required": [
12925
12949
  "MonitoringScheduleName",
@@ -12947,21 +12971,21 @@
12947
12971
  "MonitoringType": {}
12948
12972
  }
12949
12973
  },
12950
- "Ssw": {
12974
+ "Ssz": {
12951
12975
  "type": "structure",
12952
12976
  "members": {
12953
12977
  "ExperimentName": {},
12954
12978
  "TrialName": {}
12955
12979
  }
12956
12980
  },
12957
- "St4": {
12981
+ "St7": {
12958
12982
  "type": "structure",
12959
12983
  "members": {
12960
12984
  "ProvisionedProductId": {},
12961
12985
  "ProvisionedProductStatusMessage": {}
12962
12986
  }
12963
12987
  },
12964
- "Stb": {
12988
+ "Ste": {
12965
12989
  "type": "structure",
12966
12990
  "required": [
12967
12991
  "WorkteamArn"
@@ -12974,7 +12998,7 @@
12974
12998
  "ListingId": {}
12975
12999
  }
12976
13000
  },
12977
- "Stf": {
13001
+ "Sti": {
12978
13002
  "type": "list",
12979
13003
  "member": {
12980
13004
  "type": "structure",
@@ -12994,7 +13018,7 @@
12994
13018
  }
12995
13019
  }
12996
13020
  },
12997
- "Sti": {
13021
+ "Stl": {
12998
13022
  "type": "list",
12999
13023
  "member": {
13000
13024
  "type": "structure",
@@ -13009,7 +13033,7 @@
13009
13033
  }
13010
13034
  }
13011
13035
  },
13012
- "Stm": {
13036
+ "Stp": {
13013
13037
  "type": "list",
13014
13038
  "member": {
13015
13039
  "type": "structure",
@@ -13024,7 +13048,7 @@
13024
13048
  }
13025
13049
  }
13026
13050
  },
13027
- "Sty": {
13051
+ "Su1": {
13028
13052
  "type": "structure",
13029
13053
  "required": [
13030
13054
  "SourceArn"
@@ -13034,7 +13058,7 @@
13034
13058
  "SourceType": {}
13035
13059
  }
13036
13060
  },
13037
- "Su2": {
13061
+ "Su5": {
13038
13062
  "type": "structure",
13039
13063
  "required": [
13040
13064
  "SourceArn"
@@ -13044,7 +13068,7 @@
13044
13068
  "SourceType": {}
13045
13069
  }
13046
13070
  },
13047
- "Su4": {
13071
+ "Su7": {
13048
13072
  "type": "list",
13049
13073
  "member": {
13050
13074
  "type": "structure",
@@ -13075,7 +13099,7 @@
13075
13099
  }
13076
13100
  }
13077
13101
  },
13078
- "Sue": {
13102
+ "Suh": {
13079
13103
  "type": "structure",
13080
13104
  "required": [
13081
13105
  "WorkforceName",
@@ -13088,11 +13112,11 @@
13088
13112
  "type": "timestamp"
13089
13113
  },
13090
13114
  "SourceIpConfig": {
13091
- "shape": "Sky"
13115
+ "shape": "Sl1"
13092
13116
  },
13093
13117
  "SubDomain": {},
13094
13118
  "CognitoConfig": {
13095
- "shape": "Sks"
13119
+ "shape": "Skv"
13096
13120
  },
13097
13121
  "OidcConfig": {
13098
13122
  "type": "structure",
@@ -13111,7 +13135,7 @@
13111
13135
  }
13112
13136
  }
13113
13137
  },
13114
- "Sui": {
13138
+ "Sul": {
13115
13139
  "type": "structure",
13116
13140
  "required": [
13117
13141
  "WorkteamName",
@@ -13122,7 +13146,7 @@
13122
13146
  "members": {
13123
13147
  "WorkteamName": {},
13124
13148
  "MemberDefinitions": {
13125
- "shape": "Sl6"
13149
+ "shape": "Sl9"
13126
13150
  },
13127
13151
  "WorkteamArn": {},
13128
13152
  "WorkforceArn": {},
@@ -13139,11 +13163,11 @@
13139
13163
  "type": "timestamp"
13140
13164
  },
13141
13165
  "NotificationConfiguration": {
13142
- "shape": "Sle"
13166
+ "shape": "Slh"
13143
13167
  }
13144
13168
  }
13145
13169
  },
13146
- "Sxb": {
13170
+ "Sxe": {
13147
13171
  "type": "list",
13148
13172
  "member": {
13149
13173
  "type": "structure",
@@ -13163,7 +13187,7 @@
13163
13187
  }
13164
13188
  }
13165
13189
  },
13166
- "S126": {
13190
+ "S129": {
13167
13191
  "type": "list",
13168
13192
  "member": {
13169
13193
  "type": "structure",
@@ -13177,7 +13201,7 @@
13177
13201
  }
13178
13202
  }
13179
13203
  },
13180
- "S12l": {
13204
+ "S12o": {
13181
13205
  "type": "list",
13182
13206
  "member": {
13183
13207
  "type": "structure",
@@ -13191,7 +13215,7 @@
13191
13215
  }
13192
13216
  }
13193
13217
  },
13194
- "S14x": {
13218
+ "S150": {
13195
13219
  "type": "list",
13196
13220
  "member": {
13197
13221
  "type": "structure",
@@ -13205,11 +13229,11 @@
13205
13229
  }
13206
13230
  }
13207
13231
  },
13208
- "S158": {
13232
+ "S15b": {
13209
13233
  "type": "structure",
13210
13234
  "members": {
13211
13235
  "Filters": {
13212
- "shape": "S159"
13236
+ "shape": "S15c"
13213
13237
  },
13214
13238
  "NestedFilters": {
13215
13239
  "type": "list",
@@ -13222,7 +13246,7 @@
13222
13246
  "members": {
13223
13247
  "NestedPropertyName": {},
13224
13248
  "Filters": {
13225
- "shape": "S159"
13249
+ "shape": "S15c"
13226
13250
  }
13227
13251
  }
13228
13252
  }
@@ -13230,13 +13254,13 @@
13230
13254
  "SubExpressions": {
13231
13255
  "type": "list",
13232
13256
  "member": {
13233
- "shape": "S158"
13257
+ "shape": "S15b"
13234
13258
  }
13235
13259
  },
13236
13260
  "Operator": {}
13237
13261
  }
13238
13262
  },
13239
- "S159": {
13263
+ "S15c": {
13240
13264
  "type": "list",
13241
13265
  "member": {
13242
13266
  "type": "structure",
@@ -13250,7 +13274,7 @@
13250
13274
  }
13251
13275
  }
13252
13276
  },
13253
- "S15l": {
13277
+ "S15o": {
13254
13278
  "type": "structure",
13255
13279
  "members": {
13256
13280
  "TrainingJobName": {},
@@ -13259,7 +13283,7 @@
13259
13283
  "LabelingJobArn": {},
13260
13284
  "AutoMLJobArn": {},
13261
13285
  "ModelArtifacts": {
13262
- "shape": "Sov"
13286
+ "shape": "Soy"
13263
13287
  },
13264
13288
  "TrainingJobStatus": {},
13265
13289
  "SecondaryStatus": {},
@@ -13268,7 +13292,7 @@
13268
13292
  "shape": "S2t"
13269
13293
  },
13270
13294
  "AlgorithmSpecification": {
13271
- "shape": "Sj7"
13295
+ "shape": "Sja"
13272
13296
  },
13273
13297
  "RoleArn": {},
13274
13298
  "InputDataConfig": {
@@ -13299,10 +13323,10 @@
13299
13323
  "type": "timestamp"
13300
13324
  },
13301
13325
  "SecondaryStatusTransitions": {
13302
- "shape": "Stf"
13326
+ "shape": "Sti"
13303
13327
  },
13304
13328
  "FinalMetricDataList": {
13305
- "shape": "Sti"
13329
+ "shape": "Stl"
13306
13330
  },
13307
13331
  "EnableNetworkIsolation": {
13308
13332
  "type": "boolean"
@@ -13314,7 +13338,7 @@
13314
13338
  "type": "boolean"
13315
13339
  },
13316
13340
  "CheckpointConfig": {
13317
- "shape": "Sc4"
13341
+ "shape": "Sc5"
13318
13342
  },
13319
13343
  "TrainingTimeInSeconds": {
13320
13344
  "type": "integer"
@@ -13323,36 +13347,36 @@
13323
13347
  "type": "integer"
13324
13348
  },
13325
13349
  "DebugHookConfig": {
13326
- "shape": "Sj8"
13350
+ "shape": "Sjb"
13327
13351
  },
13328
13352
  "ExperimentConfig": {
13329
- "shape": "Sim"
13353
+ "shape": "Sip"
13330
13354
  },
13331
13355
  "DebugRuleConfigurations": {
13332
- "shape": "Sjg"
13356
+ "shape": "Sjj"
13333
13357
  },
13334
13358
  "TensorBoardOutputConfig": {
13335
- "shape": "Sjl"
13359
+ "shape": "Sjo"
13336
13360
  },
13337
13361
  "DebugRuleEvaluationStatuses": {
13338
- "shape": "Stm"
13362
+ "shape": "Stp"
13339
13363
  },
13340
13364
  "Environment": {
13341
- "shape": "Sjr"
13365
+ "shape": "Sju"
13342
13366
  },
13343
13367
  "RetryStrategy": {
13344
- "shape": "Sc5"
13368
+ "shape": "Sc6"
13345
13369
  },
13346
13370
  "Tags": {
13347
13371
  "shape": "S7"
13348
13372
  }
13349
13373
  }
13350
13374
  },
13351
- "S16r": {
13375
+ "S16u": {
13352
13376
  "type": "list",
13353
13377
  "member": {}
13354
13378
  },
13355
- "S18e": {
13379
+ "S18h": {
13356
13380
  "type": "list",
13357
13381
  "member": {}
13358
13382
  }