types-boto3-full 1.40.2__py3-none-any.whl → 1.40.3__py3-none-any.whl

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 (867) hide show
  1. types_boto3_accessanalyzer/__main__.py +3 -3
  2. types_boto3_accessanalyzer/version.py +1 -1
  3. types_boto3_account/__main__.py +3 -3
  4. types_boto3_account/version.py +1 -1
  5. types_boto3_acm/__main__.py +3 -3
  6. types_boto3_acm/version.py +1 -1
  7. types_boto3_acm_pca/__main__.py +3 -3
  8. types_boto3_acm_pca/version.py +1 -1
  9. types_boto3_aiops/__main__.py +3 -3
  10. types_boto3_aiops/version.py +1 -1
  11. types_boto3_amp/__main__.py +3 -3
  12. types_boto3_amp/version.py +1 -1
  13. types_boto3_amplify/__main__.py +3 -3
  14. types_boto3_amplify/version.py +1 -1
  15. types_boto3_amplifybackend/__main__.py +3 -3
  16. types_boto3_amplifybackend/version.py +1 -1
  17. types_boto3_amplifyuibuilder/__main__.py +3 -3
  18. types_boto3_amplifyuibuilder/version.py +1 -1
  19. types_boto3_apigateway/__main__.py +3 -3
  20. types_boto3_apigateway/version.py +1 -1
  21. types_boto3_apigatewaymanagementapi/__main__.py +3 -3
  22. types_boto3_apigatewaymanagementapi/version.py +1 -1
  23. types_boto3_apigatewayv2/__main__.py +3 -3
  24. types_boto3_apigatewayv2/version.py +1 -1
  25. types_boto3_appconfig/__main__.py +3 -3
  26. types_boto3_appconfig/version.py +1 -1
  27. types_boto3_appconfigdata/__main__.py +3 -3
  28. types_boto3_appconfigdata/version.py +1 -1
  29. types_boto3_appfabric/__main__.py +3 -3
  30. types_boto3_appfabric/version.py +1 -1
  31. types_boto3_appflow/__main__.py +3 -3
  32. types_boto3_appflow/version.py +1 -1
  33. types_boto3_appintegrations/__main__.py +3 -3
  34. types_boto3_appintegrations/version.py +1 -1
  35. types_boto3_application_autoscaling/__main__.py +3 -3
  36. types_boto3_application_autoscaling/version.py +1 -1
  37. types_boto3_application_insights/__main__.py +3 -3
  38. types_boto3_application_insights/version.py +1 -1
  39. types_boto3_application_signals/__main__.py +3 -3
  40. types_boto3_application_signals/version.py +1 -1
  41. types_boto3_applicationcostprofiler/__main__.py +3 -3
  42. types_boto3_applicationcostprofiler/version.py +1 -1
  43. types_boto3_appmesh/__main__.py +3 -3
  44. types_boto3_appmesh/version.py +1 -1
  45. types_boto3_apprunner/__main__.py +3 -3
  46. types_boto3_apprunner/version.py +1 -1
  47. types_boto3_appstream/__main__.py +3 -3
  48. types_boto3_appstream/version.py +1 -1
  49. types_boto3_appsync/__main__.py +3 -3
  50. types_boto3_appsync/version.py +1 -1
  51. types_boto3_apptest/__main__.py +3 -3
  52. types_boto3_apptest/version.py +1 -1
  53. types_boto3_arc_region_switch/__main__.py +3 -3
  54. types_boto3_arc_region_switch/version.py +1 -1
  55. types_boto3_arc_zonal_shift/__main__.py +3 -3
  56. types_boto3_arc_zonal_shift/version.py +1 -1
  57. types_boto3_artifact/__main__.py +3 -3
  58. types_boto3_artifact/version.py +1 -1
  59. types_boto3_athena/__main__.py +3 -3
  60. types_boto3_athena/version.py +1 -1
  61. types_boto3_auditmanager/__main__.py +3 -3
  62. types_boto3_auditmanager/version.py +1 -1
  63. types_boto3_autoscaling/__main__.py +3 -3
  64. types_boto3_autoscaling/version.py +1 -1
  65. types_boto3_autoscaling_plans/__main__.py +3 -3
  66. types_boto3_autoscaling_plans/version.py +1 -1
  67. types_boto3_b2bi/__main__.py +3 -3
  68. types_boto3_b2bi/version.py +1 -1
  69. types_boto3_backup/__main__.py +3 -3
  70. types_boto3_backup/version.py +1 -1
  71. types_boto3_backup_gateway/__main__.py +3 -3
  72. types_boto3_backup_gateway/version.py +1 -1
  73. types_boto3_backupsearch/__main__.py +3 -3
  74. types_boto3_backupsearch/version.py +1 -1
  75. types_boto3_batch/__main__.py +3 -3
  76. types_boto3_batch/version.py +1 -1
  77. types_boto3_bcm_data_exports/__main__.py +3 -3
  78. types_boto3_bcm_data_exports/version.py +1 -1
  79. types_boto3_bcm_pricing_calculator/__main__.py +3 -3
  80. types_boto3_bcm_pricing_calculator/version.py +1 -1
  81. types_boto3_bedrock/__init__.py +16 -0
  82. types_boto3_bedrock/__init__.pyi +16 -0
  83. types_boto3_bedrock/__main__.py +3 -3
  84. types_boto3_bedrock/client.py +342 -0
  85. types_boto3_bedrock/client.pyi +342 -0
  86. types_boto3_bedrock/literals.py +61 -0
  87. types_boto3_bedrock/literals.pyi +61 -0
  88. types_boto3_bedrock/paginator.py +118 -0
  89. types_boto3_bedrock/paginator.pyi +106 -0
  90. types_boto3_bedrock/type_defs.py +1121 -130
  91. types_boto3_bedrock/type_defs.pyi +985 -118
  92. types_boto3_bedrock/version.py +1 -1
  93. types_boto3_bedrock_agent/__main__.py +3 -3
  94. types_boto3_bedrock_agent/version.py +1 -1
  95. types_boto3_bedrock_agent_runtime/__main__.py +3 -3
  96. types_boto3_bedrock_agent_runtime/version.py +1 -1
  97. types_boto3_bedrock_agentcore/__main__.py +3 -3
  98. types_boto3_bedrock_agentcore/version.py +1 -1
  99. types_boto3_bedrock_agentcore_control/__main__.py +3 -3
  100. types_boto3_bedrock_agentcore_control/version.py +1 -1
  101. types_boto3_bedrock_data_automation/__main__.py +3 -3
  102. types_boto3_bedrock_data_automation/version.py +1 -1
  103. types_boto3_bedrock_data_automation_runtime/__main__.py +3 -3
  104. types_boto3_bedrock_data_automation_runtime/version.py +1 -1
  105. types_boto3_bedrock_runtime/__main__.py +3 -3
  106. types_boto3_bedrock_runtime/literals.py +2 -0
  107. types_boto3_bedrock_runtime/literals.pyi +2 -0
  108. types_boto3_bedrock_runtime/type_defs.py +160 -59
  109. types_boto3_bedrock_runtime/type_defs.pyi +145 -57
  110. types_boto3_bedrock_runtime/version.py +1 -1
  111. types_boto3_billing/__main__.py +3 -3
  112. types_boto3_billing/version.py +1 -1
  113. types_boto3_billingconductor/__main__.py +3 -3
  114. types_boto3_billingconductor/version.py +1 -1
  115. types_boto3_braket/__main__.py +3 -3
  116. types_boto3_braket/version.py +1 -1
  117. types_boto3_budgets/__main__.py +3 -3
  118. types_boto3_budgets/version.py +1 -1
  119. types_boto3_ce/__main__.py +3 -3
  120. types_boto3_ce/version.py +1 -1
  121. types_boto3_chatbot/__main__.py +3 -3
  122. types_boto3_chatbot/version.py +1 -1
  123. types_boto3_chime/__main__.py +3 -3
  124. types_boto3_chime/version.py +1 -1
  125. types_boto3_chime_sdk_identity/__main__.py +3 -3
  126. types_boto3_chime_sdk_identity/version.py +1 -1
  127. types_boto3_chime_sdk_media_pipelines/__main__.py +3 -3
  128. types_boto3_chime_sdk_media_pipelines/version.py +1 -1
  129. types_boto3_chime_sdk_meetings/__main__.py +3 -3
  130. types_boto3_chime_sdk_meetings/version.py +1 -1
  131. types_boto3_chime_sdk_messaging/__main__.py +3 -3
  132. types_boto3_chime_sdk_messaging/version.py +1 -1
  133. types_boto3_chime_sdk_voice/__main__.py +3 -3
  134. types_boto3_chime_sdk_voice/version.py +1 -1
  135. types_boto3_cleanrooms/__main__.py +3 -3
  136. types_boto3_cleanrooms/version.py +1 -1
  137. types_boto3_cleanroomsml/__main__.py +3 -3
  138. types_boto3_cleanroomsml/version.py +1 -1
  139. types_boto3_cloud9/__main__.py +3 -3
  140. types_boto3_cloud9/version.py +1 -1
  141. types_boto3_cloudcontrol/__main__.py +3 -3
  142. types_boto3_cloudcontrol/version.py +1 -1
  143. types_boto3_clouddirectory/__main__.py +3 -3
  144. types_boto3_clouddirectory/version.py +1 -1
  145. types_boto3_cloudformation/__main__.py +3 -3
  146. types_boto3_cloudformation/version.py +1 -1
  147. types_boto3_cloudfront/__main__.py +3 -3
  148. types_boto3_cloudfront/version.py +1 -1
  149. types_boto3_cloudfront_keyvaluestore/__main__.py +3 -3
  150. types_boto3_cloudfront_keyvaluestore/version.py +1 -1
  151. types_boto3_cloudhsm/__main__.py +3 -3
  152. types_boto3_cloudhsm/version.py +1 -1
  153. types_boto3_cloudhsmv2/__main__.py +3 -3
  154. types_boto3_cloudhsmv2/version.py +1 -1
  155. types_boto3_cloudsearch/__main__.py +3 -3
  156. types_boto3_cloudsearch/version.py +1 -1
  157. types_boto3_cloudsearchdomain/__main__.py +3 -3
  158. types_boto3_cloudsearchdomain/version.py +1 -1
  159. types_boto3_cloudtrail/__main__.py +3 -3
  160. types_boto3_cloudtrail/version.py +1 -1
  161. types_boto3_cloudtrail_data/__main__.py +3 -3
  162. types_boto3_cloudtrail_data/version.py +1 -1
  163. types_boto3_cloudwatch/__main__.py +3 -3
  164. types_boto3_cloudwatch/version.py +1 -1
  165. types_boto3_codeartifact/__main__.py +3 -3
  166. types_boto3_codeartifact/version.py +1 -1
  167. types_boto3_codebuild/__main__.py +3 -3
  168. types_boto3_codebuild/version.py +1 -1
  169. types_boto3_codecatalyst/__main__.py +3 -3
  170. types_boto3_codecatalyst/version.py +1 -1
  171. types_boto3_codecommit/__main__.py +3 -3
  172. types_boto3_codecommit/version.py +1 -1
  173. types_boto3_codeconnections/__main__.py +3 -3
  174. types_boto3_codeconnections/version.py +1 -1
  175. types_boto3_codedeploy/__main__.py +3 -3
  176. types_boto3_codedeploy/version.py +1 -1
  177. types_boto3_codeguru_reviewer/__main__.py +3 -3
  178. types_boto3_codeguru_reviewer/version.py +1 -1
  179. types_boto3_codeguru_security/__main__.py +3 -3
  180. types_boto3_codeguru_security/version.py +1 -1
  181. types_boto3_codeguruprofiler/__main__.py +3 -3
  182. types_boto3_codeguruprofiler/version.py +1 -1
  183. types_boto3_codepipeline/__main__.py +3 -3
  184. types_boto3_codepipeline/version.py +1 -1
  185. types_boto3_codestar_connections/__main__.py +3 -3
  186. types_boto3_codestar_connections/version.py +1 -1
  187. types_boto3_codestar_notifications/__main__.py +3 -3
  188. types_boto3_codestar_notifications/version.py +1 -1
  189. types_boto3_cognito_identity/__main__.py +3 -3
  190. types_boto3_cognito_identity/version.py +1 -1
  191. types_boto3_cognito_idp/__main__.py +3 -3
  192. types_boto3_cognito_idp/version.py +1 -1
  193. types_boto3_cognito_sync/__main__.py +3 -3
  194. types_boto3_cognito_sync/version.py +1 -1
  195. types_boto3_comprehend/__main__.py +3 -3
  196. types_boto3_comprehend/version.py +1 -1
  197. types_boto3_comprehendmedical/__main__.py +3 -3
  198. types_boto3_comprehendmedical/version.py +1 -1
  199. types_boto3_compute_optimizer/__main__.py +3 -3
  200. types_boto3_compute_optimizer/version.py +1 -1
  201. types_boto3_config/__main__.py +3 -3
  202. types_boto3_config/version.py +1 -1
  203. types_boto3_connect/__main__.py +3 -3
  204. types_boto3_connect/version.py +1 -1
  205. types_boto3_connect_contact_lens/__main__.py +3 -3
  206. types_boto3_connect_contact_lens/version.py +1 -1
  207. types_boto3_connectcampaigns/__main__.py +3 -3
  208. types_boto3_connectcampaigns/version.py +1 -1
  209. types_boto3_connectcampaignsv2/__main__.py +3 -3
  210. types_boto3_connectcampaignsv2/version.py +1 -1
  211. types_boto3_connectcases/__main__.py +3 -3
  212. types_boto3_connectcases/version.py +1 -1
  213. types_boto3_connectparticipant/__main__.py +3 -3
  214. types_boto3_connectparticipant/version.py +1 -1
  215. types_boto3_controlcatalog/__main__.py +3 -3
  216. types_boto3_controlcatalog/version.py +1 -1
  217. types_boto3_controltower/__main__.py +3 -3
  218. types_boto3_controltower/version.py +1 -1
  219. types_boto3_cost_optimization_hub/__main__.py +3 -3
  220. types_boto3_cost_optimization_hub/version.py +1 -1
  221. types_boto3_cur/__main__.py +3 -3
  222. types_boto3_cur/version.py +1 -1
  223. types_boto3_customer_profiles/__main__.py +3 -3
  224. types_boto3_customer_profiles/version.py +1 -1
  225. types_boto3_databrew/__main__.py +3 -3
  226. types_boto3_databrew/version.py +1 -1
  227. types_boto3_dataexchange/__main__.py +3 -3
  228. types_boto3_dataexchange/version.py +1 -1
  229. types_boto3_datapipeline/__main__.py +3 -3
  230. types_boto3_datapipeline/version.py +1 -1
  231. types_boto3_datasync/__main__.py +3 -3
  232. types_boto3_datasync/version.py +1 -1
  233. types_boto3_datazone/__main__.py +3 -3
  234. types_boto3_datazone/version.py +1 -1
  235. types_boto3_dax/__main__.py +3 -3
  236. types_boto3_dax/version.py +1 -1
  237. types_boto3_deadline/__main__.py +3 -3
  238. types_boto3_deadline/version.py +1 -1
  239. types_boto3_detective/__main__.py +3 -3
  240. types_boto3_detective/version.py +1 -1
  241. types_boto3_devicefarm/__main__.py +3 -3
  242. types_boto3_devicefarm/version.py +1 -1
  243. types_boto3_devops_guru/__main__.py +3 -3
  244. types_boto3_devops_guru/version.py +1 -1
  245. types_boto3_directconnect/__main__.py +3 -3
  246. types_boto3_directconnect/version.py +1 -1
  247. types_boto3_discovery/__main__.py +3 -3
  248. types_boto3_discovery/version.py +1 -1
  249. types_boto3_dlm/__main__.py +3 -3
  250. types_boto3_dlm/version.py +1 -1
  251. types_boto3_dms/__main__.py +3 -3
  252. types_boto3_dms/version.py +1 -1
  253. types_boto3_docdb/__main__.py +3 -3
  254. types_boto3_docdb/version.py +1 -1
  255. types_boto3_docdb_elastic/__main__.py +3 -3
  256. types_boto3_docdb_elastic/version.py +1 -1
  257. types_boto3_drs/__main__.py +3 -3
  258. types_boto3_drs/version.py +1 -1
  259. types_boto3_ds/__main__.py +3 -3
  260. types_boto3_ds/version.py +1 -1
  261. types_boto3_ds_data/__main__.py +3 -3
  262. types_boto3_ds_data/version.py +1 -1
  263. types_boto3_dsql/__main__.py +3 -3
  264. types_boto3_dsql/version.py +1 -1
  265. types_boto3_dynamodb/__main__.py +3 -3
  266. types_boto3_dynamodb/version.py +1 -1
  267. types_boto3_dynamodbstreams/__main__.py +3 -3
  268. types_boto3_dynamodbstreams/version.py +1 -1
  269. types_boto3_ebs/__main__.py +3 -3
  270. types_boto3_ebs/version.py +1 -1
  271. types_boto3_ec2/__main__.py +3 -3
  272. types_boto3_ec2/version.py +1 -1
  273. types_boto3_ec2_instance_connect/__main__.py +3 -3
  274. types_boto3_ec2_instance_connect/version.py +1 -1
  275. types_boto3_ecr/__main__.py +3 -3
  276. types_boto3_ecr/version.py +1 -1
  277. types_boto3_ecr_public/__main__.py +3 -3
  278. types_boto3_ecr_public/version.py +1 -1
  279. types_boto3_ecs/__main__.py +3 -3
  280. types_boto3_ecs/version.py +1 -1
  281. types_boto3_efs/__main__.py +3 -3
  282. types_boto3_efs/version.py +1 -1
  283. types_boto3_eks/__main__.py +3 -3
  284. types_boto3_eks/literals.py +2 -0
  285. types_boto3_eks/literals.pyi +2 -0
  286. types_boto3_eks/type_defs.py +3 -0
  287. types_boto3_eks/type_defs.pyi +3 -0
  288. types_boto3_eks/version.py +1 -1
  289. types_boto3_eks_auth/__main__.py +3 -3
  290. types_boto3_eks_auth/version.py +1 -1
  291. types_boto3_elasticache/__main__.py +3 -3
  292. types_boto3_elasticache/version.py +1 -1
  293. types_boto3_elasticbeanstalk/__main__.py +3 -3
  294. types_boto3_elasticbeanstalk/version.py +1 -1
  295. types_boto3_elastictranscoder/__main__.py +3 -3
  296. types_boto3_elastictranscoder/version.py +1 -1
  297. types_boto3_elb/__main__.py +3 -3
  298. types_boto3_elb/version.py +1 -1
  299. types_boto3_elbv2/__main__.py +3 -3
  300. types_boto3_elbv2/version.py +1 -1
  301. types_boto3_emr/__main__.py +3 -3
  302. types_boto3_emr/version.py +1 -1
  303. types_boto3_emr_containers/__main__.py +3 -3
  304. types_boto3_emr_containers/version.py +1 -1
  305. types_boto3_emr_serverless/__main__.py +3 -3
  306. types_boto3_emr_serverless/version.py +1 -1
  307. types_boto3_entityresolution/__main__.py +3 -3
  308. types_boto3_entityresolution/version.py +1 -1
  309. types_boto3_es/__main__.py +3 -3
  310. types_boto3_es/version.py +1 -1
  311. types_boto3_events/__main__.py +3 -3
  312. types_boto3_events/version.py +1 -1
  313. types_boto3_evidently/__main__.py +3 -3
  314. types_boto3_evidently/version.py +1 -1
  315. types_boto3_evs/__main__.py +3 -3
  316. types_boto3_evs/version.py +1 -1
  317. types_boto3_finspace/__main__.py +3 -3
  318. types_boto3_finspace/version.py +1 -1
  319. types_boto3_finspace_data/__main__.py +3 -3
  320. types_boto3_finspace_data/version.py +1 -1
  321. types_boto3_firehose/__main__.py +3 -3
  322. types_boto3_firehose/version.py +1 -1
  323. types_boto3_fis/__main__.py +3 -3
  324. types_boto3_fis/version.py +1 -1
  325. types_boto3_fms/__main__.py +3 -3
  326. types_boto3_fms/version.py +1 -1
  327. types_boto3_forecast/__main__.py +3 -3
  328. types_boto3_forecast/version.py +1 -1
  329. types_boto3_forecastquery/__main__.py +3 -3
  330. types_boto3_forecastquery/version.py +1 -1
  331. types_boto3_frauddetector/__main__.py +3 -3
  332. types_boto3_frauddetector/version.py +1 -1
  333. types_boto3_freetier/__main__.py +3 -3
  334. types_boto3_freetier/version.py +1 -1
  335. types_boto3_fsx/__main__.py +3 -3
  336. types_boto3_fsx/version.py +1 -1
  337. {types_boto3_full-1.40.2.dist-info → types_boto3_full-1.40.3.dist-info}/METADATA +4 -4
  338. {types_boto3_full-1.40.2.dist-info → types_boto3_full-1.40.3.dist-info}/RECORD +867 -867
  339. types_boto3_gamelift/__main__.py +3 -3
  340. types_boto3_gamelift/version.py +1 -1
  341. types_boto3_gameliftstreams/__main__.py +3 -3
  342. types_boto3_gameliftstreams/version.py +1 -1
  343. types_boto3_geo_maps/__main__.py +3 -3
  344. types_boto3_geo_maps/version.py +1 -1
  345. types_boto3_geo_places/__main__.py +3 -3
  346. types_boto3_geo_places/version.py +1 -1
  347. types_boto3_geo_routes/__main__.py +3 -3
  348. types_boto3_geo_routes/version.py +1 -1
  349. types_boto3_glacier/__main__.py +3 -3
  350. types_boto3_glacier/version.py +1 -1
  351. types_boto3_globalaccelerator/__main__.py +3 -3
  352. types_boto3_globalaccelerator/version.py +1 -1
  353. types_boto3_glue/__main__.py +3 -3
  354. types_boto3_glue/version.py +1 -1
  355. types_boto3_grafana/__main__.py +3 -3
  356. types_boto3_grafana/version.py +1 -1
  357. types_boto3_greengrass/__main__.py +3 -3
  358. types_boto3_greengrass/version.py +1 -1
  359. types_boto3_greengrassv2/__main__.py +3 -3
  360. types_boto3_greengrassv2/version.py +1 -1
  361. types_boto3_groundstation/__main__.py +3 -3
  362. types_boto3_groundstation/version.py +1 -1
  363. types_boto3_guardduty/__main__.py +3 -3
  364. types_boto3_guardduty/version.py +1 -1
  365. types_boto3_health/__main__.py +3 -3
  366. types_boto3_health/version.py +1 -1
  367. types_boto3_healthlake/__main__.py +3 -3
  368. types_boto3_healthlake/version.py +1 -1
  369. types_boto3_iam/__main__.py +3 -3
  370. types_boto3_iam/version.py +1 -1
  371. types_boto3_identitystore/__main__.py +3 -3
  372. types_boto3_identitystore/version.py +1 -1
  373. types_boto3_imagebuilder/__main__.py +3 -3
  374. types_boto3_imagebuilder/version.py +1 -1
  375. types_boto3_importexport/__main__.py +3 -3
  376. types_boto3_importexport/version.py +1 -1
  377. types_boto3_inspector/__main__.py +3 -3
  378. types_boto3_inspector/version.py +1 -1
  379. types_boto3_inspector2/__main__.py +3 -3
  380. types_boto3_inspector2/version.py +1 -1
  381. types_boto3_inspector_scan/__main__.py +3 -3
  382. types_boto3_inspector_scan/version.py +1 -1
  383. types_boto3_internetmonitor/__main__.py +3 -3
  384. types_boto3_internetmonitor/version.py +1 -1
  385. types_boto3_invoicing/__main__.py +3 -3
  386. types_boto3_invoicing/version.py +1 -1
  387. types_boto3_iot/__main__.py +3 -3
  388. types_boto3_iot/version.py +1 -1
  389. types_boto3_iot_data/__main__.py +3 -3
  390. types_boto3_iot_data/version.py +1 -1
  391. types_boto3_iot_jobs_data/__main__.py +3 -3
  392. types_boto3_iot_jobs_data/literals.py +3 -0
  393. types_boto3_iot_jobs_data/literals.pyi +3 -0
  394. types_boto3_iot_jobs_data/version.py +1 -1
  395. types_boto3_iot_managed_integrations/__main__.py +3 -3
  396. types_boto3_iot_managed_integrations/version.py +1 -1
  397. types_boto3_iotanalytics/__main__.py +3 -3
  398. types_boto3_iotanalytics/version.py +1 -1
  399. types_boto3_iotdeviceadvisor/__main__.py +3 -3
  400. types_boto3_iotdeviceadvisor/version.py +1 -1
  401. types_boto3_iotevents/__main__.py +3 -3
  402. types_boto3_iotevents/version.py +1 -1
  403. types_boto3_iotevents_data/__main__.py +3 -3
  404. types_boto3_iotevents_data/version.py +1 -1
  405. types_boto3_iotfleethub/__main__.py +3 -3
  406. types_boto3_iotfleethub/version.py +1 -1
  407. types_boto3_iotfleetwise/__main__.py +3 -3
  408. types_boto3_iotfleetwise/version.py +1 -1
  409. types_boto3_iotsecuretunneling/__main__.py +3 -3
  410. types_boto3_iotsecuretunneling/version.py +1 -1
  411. types_boto3_iotsitewise/__main__.py +3 -3
  412. types_boto3_iotsitewise/version.py +1 -1
  413. types_boto3_iotthingsgraph/__main__.py +3 -3
  414. types_boto3_iotthingsgraph/version.py +1 -1
  415. types_boto3_iottwinmaker/__main__.py +3 -3
  416. types_boto3_iottwinmaker/version.py +1 -1
  417. types_boto3_iotwireless/__main__.py +3 -3
  418. types_boto3_iotwireless/version.py +1 -1
  419. types_boto3_ivs/__main__.py +3 -3
  420. types_boto3_ivs/version.py +1 -1
  421. types_boto3_ivs_realtime/__main__.py +3 -3
  422. types_boto3_ivs_realtime/version.py +1 -1
  423. types_boto3_ivschat/__main__.py +3 -3
  424. types_boto3_ivschat/version.py +1 -1
  425. types_boto3_kafka/__main__.py +3 -3
  426. types_boto3_kafka/version.py +1 -1
  427. types_boto3_kafkaconnect/__main__.py +3 -3
  428. types_boto3_kafkaconnect/version.py +1 -1
  429. types_boto3_kendra/__main__.py +3 -3
  430. types_boto3_kendra/version.py +1 -1
  431. types_boto3_kendra_ranking/__main__.py +3 -3
  432. types_boto3_kendra_ranking/version.py +1 -1
  433. types_boto3_keyspaces/__main__.py +3 -3
  434. types_boto3_keyspaces/version.py +1 -1
  435. types_boto3_keyspacesstreams/__main__.py +3 -3
  436. types_boto3_keyspacesstreams/version.py +1 -1
  437. types_boto3_kinesis/__main__.py +3 -3
  438. types_boto3_kinesis/version.py +1 -1
  439. types_boto3_kinesis_video_archived_media/__main__.py +3 -3
  440. types_boto3_kinesis_video_archived_media/version.py +1 -1
  441. types_boto3_kinesis_video_media/__main__.py +3 -3
  442. types_boto3_kinesis_video_media/version.py +1 -1
  443. types_boto3_kinesis_video_signaling/__main__.py +3 -3
  444. types_boto3_kinesis_video_signaling/version.py +1 -1
  445. types_boto3_kinesis_video_webrtc_storage/__main__.py +3 -3
  446. types_boto3_kinesis_video_webrtc_storage/version.py +1 -1
  447. types_boto3_kinesisanalytics/__main__.py +3 -3
  448. types_boto3_kinesisanalytics/version.py +1 -1
  449. types_boto3_kinesisanalyticsv2/__main__.py +3 -3
  450. types_boto3_kinesisanalyticsv2/version.py +1 -1
  451. types_boto3_kinesisvideo/__main__.py +3 -3
  452. types_boto3_kinesisvideo/version.py +1 -1
  453. types_boto3_kms/__main__.py +3 -3
  454. types_boto3_kms/version.py +1 -1
  455. types_boto3_lakeformation/__main__.py +3 -3
  456. types_boto3_lakeformation/version.py +1 -1
  457. types_boto3_lambda/__main__.py +3 -3
  458. types_boto3_lambda/version.py +1 -1
  459. types_boto3_launch_wizard/__main__.py +3 -3
  460. types_boto3_launch_wizard/version.py +1 -1
  461. types_boto3_lex_models/__main__.py +3 -3
  462. types_boto3_lex_models/version.py +1 -1
  463. types_boto3_lex_runtime/__main__.py +3 -3
  464. types_boto3_lex_runtime/version.py +1 -1
  465. types_boto3_lexv2_models/__main__.py +3 -3
  466. types_boto3_lexv2_models/version.py +1 -1
  467. types_boto3_lexv2_runtime/__main__.py +3 -3
  468. types_boto3_lexv2_runtime/version.py +1 -1
  469. types_boto3_license_manager/__main__.py +3 -3
  470. types_boto3_license_manager/literals.py +1 -0
  471. types_boto3_license_manager/literals.pyi +1 -0
  472. types_boto3_license_manager/version.py +1 -1
  473. types_boto3_license_manager_linux_subscriptions/__main__.py +3 -3
  474. types_boto3_license_manager_linux_subscriptions/version.py +1 -1
  475. types_boto3_license_manager_user_subscriptions/__main__.py +3 -3
  476. types_boto3_license_manager_user_subscriptions/literals.py +1 -0
  477. types_boto3_license_manager_user_subscriptions/literals.pyi +1 -0
  478. types_boto3_license_manager_user_subscriptions/version.py +1 -1
  479. types_boto3_lightsail/__main__.py +3 -3
  480. types_boto3_lightsail/version.py +1 -1
  481. types_boto3_location/__main__.py +3 -3
  482. types_boto3_location/version.py +1 -1
  483. types_boto3_logs/__main__.py +3 -3
  484. types_boto3_logs/version.py +1 -1
  485. types_boto3_lookoutequipment/__main__.py +3 -3
  486. types_boto3_lookoutequipment/version.py +1 -1
  487. types_boto3_lookoutmetrics/__main__.py +3 -3
  488. types_boto3_lookoutmetrics/version.py +1 -1
  489. types_boto3_lookoutvision/__main__.py +3 -3
  490. types_boto3_lookoutvision/version.py +1 -1
  491. types_boto3_m2/__main__.py +3 -3
  492. types_boto3_m2/version.py +1 -1
  493. types_boto3_machinelearning/__main__.py +3 -3
  494. types_boto3_machinelearning/version.py +1 -1
  495. types_boto3_macie2/__main__.py +3 -3
  496. types_boto3_macie2/version.py +1 -1
  497. types_boto3_mailmanager/__main__.py +3 -3
  498. types_boto3_mailmanager/version.py +1 -1
  499. types_boto3_managedblockchain/__main__.py +3 -3
  500. types_boto3_managedblockchain/version.py +1 -1
  501. types_boto3_managedblockchain_query/__main__.py +3 -3
  502. types_boto3_managedblockchain_query/version.py +1 -1
  503. types_boto3_marketplace_agreement/__main__.py +3 -3
  504. types_boto3_marketplace_agreement/version.py +1 -1
  505. types_boto3_marketplace_catalog/__main__.py +3 -3
  506. types_boto3_marketplace_catalog/version.py +1 -1
  507. types_boto3_marketplace_deployment/__main__.py +3 -3
  508. types_boto3_marketplace_deployment/version.py +1 -1
  509. types_boto3_marketplace_entitlement/__main__.py +3 -3
  510. types_boto3_marketplace_entitlement/version.py +1 -1
  511. types_boto3_marketplace_reporting/__main__.py +3 -3
  512. types_boto3_marketplace_reporting/version.py +1 -1
  513. types_boto3_marketplacecommerceanalytics/__main__.py +3 -3
  514. types_boto3_marketplacecommerceanalytics/version.py +1 -1
  515. types_boto3_mediaconnect/__main__.py +3 -3
  516. types_boto3_mediaconnect/version.py +1 -1
  517. types_boto3_mediaconvert/__main__.py +3 -3
  518. types_boto3_mediaconvert/version.py +1 -1
  519. types_boto3_medialive/__main__.py +3 -3
  520. types_boto3_medialive/version.py +1 -1
  521. types_boto3_mediapackage/__main__.py +3 -3
  522. types_boto3_mediapackage/version.py +1 -1
  523. types_boto3_mediapackage_vod/__main__.py +3 -3
  524. types_boto3_mediapackage_vod/version.py +1 -1
  525. types_boto3_mediapackagev2/__main__.py +3 -3
  526. types_boto3_mediapackagev2/version.py +1 -1
  527. types_boto3_mediastore/__main__.py +3 -3
  528. types_boto3_mediastore/version.py +1 -1
  529. types_boto3_mediastore_data/__main__.py +3 -3
  530. types_boto3_mediastore_data/version.py +1 -1
  531. types_boto3_mediatailor/__main__.py +3 -3
  532. types_boto3_mediatailor/version.py +1 -1
  533. types_boto3_medical_imaging/__main__.py +3 -3
  534. types_boto3_medical_imaging/version.py +1 -1
  535. types_boto3_memorydb/__main__.py +3 -3
  536. types_boto3_memorydb/version.py +1 -1
  537. types_boto3_meteringmarketplace/__main__.py +3 -3
  538. types_boto3_meteringmarketplace/version.py +1 -1
  539. types_boto3_mgh/__main__.py +3 -3
  540. types_boto3_mgh/version.py +1 -1
  541. types_boto3_mgn/__main__.py +3 -3
  542. types_boto3_mgn/version.py +1 -1
  543. types_boto3_migration_hub_refactor_spaces/__main__.py +3 -3
  544. types_boto3_migration_hub_refactor_spaces/version.py +1 -1
  545. types_boto3_migrationhub_config/__main__.py +3 -3
  546. types_boto3_migrationhub_config/version.py +1 -1
  547. types_boto3_migrationhuborchestrator/__main__.py +3 -3
  548. types_boto3_migrationhuborchestrator/version.py +1 -1
  549. types_boto3_migrationhubstrategy/__main__.py +3 -3
  550. types_boto3_migrationhubstrategy/version.py +1 -1
  551. types_boto3_mpa/__main__.py +3 -3
  552. types_boto3_mpa/version.py +1 -1
  553. types_boto3_mq/__main__.py +3 -3
  554. types_boto3_mq/version.py +1 -1
  555. types_boto3_mturk/__main__.py +3 -3
  556. types_boto3_mturk/version.py +1 -1
  557. types_boto3_mwaa/__main__.py +3 -3
  558. types_boto3_mwaa/version.py +1 -1
  559. types_boto3_neptune/__main__.py +3 -3
  560. types_boto3_neptune/version.py +1 -1
  561. types_boto3_neptune_graph/__main__.py +3 -3
  562. types_boto3_neptune_graph/version.py +1 -1
  563. types_boto3_neptunedata/__main__.py +3 -3
  564. types_boto3_neptunedata/version.py +1 -1
  565. types_boto3_network_firewall/__main__.py +3 -3
  566. types_boto3_network_firewall/version.py +1 -1
  567. types_boto3_networkflowmonitor/__main__.py +3 -3
  568. types_boto3_networkflowmonitor/version.py +1 -1
  569. types_boto3_networkmanager/__main__.py +3 -3
  570. types_boto3_networkmanager/version.py +1 -1
  571. types_boto3_networkmonitor/__main__.py +3 -3
  572. types_boto3_networkmonitor/version.py +1 -1
  573. types_boto3_notifications/__main__.py +3 -3
  574. types_boto3_notifications/version.py +1 -1
  575. types_boto3_notificationscontacts/__main__.py +3 -3
  576. types_boto3_notificationscontacts/version.py +1 -1
  577. types_boto3_oam/__main__.py +3 -3
  578. types_boto3_oam/version.py +1 -1
  579. types_boto3_observabilityadmin/__main__.py +3 -3
  580. types_boto3_observabilityadmin/version.py +1 -1
  581. types_boto3_odb/__main__.py +3 -3
  582. types_boto3_odb/version.py +1 -1
  583. types_boto3_omics/__main__.py +3 -3
  584. types_boto3_omics/version.py +1 -1
  585. types_boto3_opensearch/__main__.py +3 -3
  586. types_boto3_opensearch/version.py +1 -1
  587. types_boto3_opensearchserverless/__main__.py +3 -3
  588. types_boto3_opensearchserverless/version.py +1 -1
  589. types_boto3_opsworks/__main__.py +3 -3
  590. types_boto3_opsworks/version.py +1 -1
  591. types_boto3_opsworkscm/__main__.py +3 -3
  592. types_boto3_opsworkscm/version.py +1 -1
  593. types_boto3_organizations/__main__.py +3 -3
  594. types_boto3_organizations/version.py +1 -1
  595. types_boto3_osis/__main__.py +3 -3
  596. types_boto3_osis/version.py +1 -1
  597. types_boto3_outposts/__main__.py +3 -3
  598. types_boto3_outposts/version.py +1 -1
  599. types_boto3_panorama/__main__.py +3 -3
  600. types_boto3_panorama/version.py +1 -1
  601. types_boto3_partnercentral_selling/__main__.py +3 -3
  602. types_boto3_partnercentral_selling/version.py +1 -1
  603. types_boto3_payment_cryptography/__main__.py +3 -3
  604. types_boto3_payment_cryptography/version.py +1 -1
  605. types_boto3_payment_cryptography_data/__main__.py +3 -3
  606. types_boto3_payment_cryptography_data/version.py +1 -1
  607. types_boto3_pca_connector_ad/__main__.py +3 -3
  608. types_boto3_pca_connector_ad/version.py +1 -1
  609. types_boto3_pca_connector_scep/__main__.py +3 -3
  610. types_boto3_pca_connector_scep/version.py +1 -1
  611. types_boto3_pcs/__main__.py +3 -3
  612. types_boto3_pcs/version.py +1 -1
  613. types_boto3_personalize/__main__.py +3 -3
  614. types_boto3_personalize/version.py +1 -1
  615. types_boto3_personalize_events/__main__.py +3 -3
  616. types_boto3_personalize_events/version.py +1 -1
  617. types_boto3_personalize_runtime/__main__.py +3 -3
  618. types_boto3_personalize_runtime/version.py +1 -1
  619. types_boto3_pi/__main__.py +3 -3
  620. types_boto3_pi/version.py +1 -1
  621. types_boto3_pinpoint/__main__.py +3 -3
  622. types_boto3_pinpoint/version.py +1 -1
  623. types_boto3_pinpoint_email/__main__.py +3 -3
  624. types_boto3_pinpoint_email/version.py +1 -1
  625. types_boto3_pinpoint_sms_voice/__main__.py +3 -3
  626. types_boto3_pinpoint_sms_voice/version.py +1 -1
  627. types_boto3_pinpoint_sms_voice_v2/__main__.py +3 -3
  628. types_boto3_pinpoint_sms_voice_v2/version.py +1 -1
  629. types_boto3_pipes/__main__.py +3 -3
  630. types_boto3_pipes/version.py +1 -1
  631. types_boto3_polly/__main__.py +3 -3
  632. types_boto3_polly/version.py +1 -1
  633. types_boto3_pricing/__main__.py +3 -3
  634. types_boto3_pricing/version.py +1 -1
  635. types_boto3_proton/__main__.py +3 -3
  636. types_boto3_proton/version.py +1 -1
  637. types_boto3_qapps/__main__.py +3 -3
  638. types_boto3_qapps/version.py +1 -1
  639. types_boto3_qbusiness/__main__.py +3 -3
  640. types_boto3_qbusiness/version.py +1 -1
  641. types_boto3_qconnect/__main__.py +3 -3
  642. types_boto3_qconnect/version.py +1 -1
  643. types_boto3_qldb/__main__.py +3 -3
  644. types_boto3_qldb/version.py +1 -1
  645. types_boto3_qldb_session/__main__.py +3 -3
  646. types_boto3_qldb_session/version.py +1 -1
  647. types_boto3_quicksight/__main__.py +3 -3
  648. types_boto3_quicksight/version.py +1 -1
  649. types_boto3_ram/__main__.py +3 -3
  650. types_boto3_ram/version.py +1 -1
  651. types_boto3_rbin/__main__.py +3 -3
  652. types_boto3_rbin/version.py +1 -1
  653. types_boto3_rds/__main__.py +3 -3
  654. types_boto3_rds/type_defs.py +1 -0
  655. types_boto3_rds/type_defs.pyi +1 -0
  656. types_boto3_rds/version.py +1 -1
  657. types_boto3_rds_data/__main__.py +3 -3
  658. types_boto3_rds_data/version.py +1 -1
  659. types_boto3_redshift/__main__.py +3 -3
  660. types_boto3_redshift/version.py +1 -1
  661. types_boto3_redshift_data/__main__.py +3 -3
  662. types_boto3_redshift_data/version.py +1 -1
  663. types_boto3_redshift_serverless/__main__.py +3 -3
  664. types_boto3_redshift_serverless/version.py +1 -1
  665. types_boto3_rekognition/__main__.py +3 -3
  666. types_boto3_rekognition/version.py +1 -1
  667. types_boto3_repostspace/__main__.py +3 -3
  668. types_boto3_repostspace/version.py +1 -1
  669. types_boto3_resiliencehub/__main__.py +3 -3
  670. types_boto3_resiliencehub/version.py +1 -1
  671. types_boto3_resource_explorer_2/__main__.py +3 -3
  672. types_boto3_resource_explorer_2/version.py +1 -1
  673. types_boto3_resource_groups/__main__.py +3 -3
  674. types_boto3_resource_groups/version.py +1 -1
  675. types_boto3_resourcegroupstaggingapi/__main__.py +3 -3
  676. types_boto3_resourcegroupstaggingapi/version.py +1 -1
  677. types_boto3_robomaker/__main__.py +3 -3
  678. types_boto3_robomaker/version.py +1 -1
  679. types_boto3_rolesanywhere/__main__.py +3 -3
  680. types_boto3_rolesanywhere/version.py +1 -1
  681. types_boto3_route53/__main__.py +3 -3
  682. types_boto3_route53/version.py +1 -1
  683. types_boto3_route53_recovery_cluster/__main__.py +3 -3
  684. types_boto3_route53_recovery_cluster/version.py +1 -1
  685. types_boto3_route53_recovery_control_config/__main__.py +3 -3
  686. types_boto3_route53_recovery_control_config/version.py +1 -1
  687. types_boto3_route53_recovery_readiness/__main__.py +3 -3
  688. types_boto3_route53_recovery_readiness/version.py +1 -1
  689. types_boto3_route53domains/__main__.py +3 -3
  690. types_boto3_route53domains/version.py +1 -1
  691. types_boto3_route53profiles/__main__.py +3 -3
  692. types_boto3_route53profiles/version.py +1 -1
  693. types_boto3_route53resolver/__main__.py +3 -3
  694. types_boto3_route53resolver/version.py +1 -1
  695. types_boto3_rum/__main__.py +3 -3
  696. types_boto3_rum/version.py +1 -1
  697. types_boto3_s3/__main__.py +3 -3
  698. types_boto3_s3/version.py +1 -1
  699. types_boto3_s3control/__main__.py +3 -3
  700. types_boto3_s3control/version.py +1 -1
  701. types_boto3_s3outposts/__main__.py +3 -3
  702. types_boto3_s3outposts/version.py +1 -1
  703. types_boto3_s3tables/__main__.py +3 -3
  704. types_boto3_s3tables/version.py +1 -1
  705. types_boto3_s3vectors/__main__.py +3 -3
  706. types_boto3_s3vectors/version.py +1 -1
  707. types_boto3_sagemaker/__init__.py +4 -0
  708. types_boto3_sagemaker/__init__.pyi +4 -0
  709. types_boto3_sagemaker/__main__.py +3 -3
  710. types_boto3_sagemaker/client.py +50 -0
  711. types_boto3_sagemaker/client.pyi +50 -0
  712. types_boto3_sagemaker/literals.py +20 -1
  713. types_boto3_sagemaker/literals.pyi +20 -1
  714. types_boto3_sagemaker/paginator.py +26 -0
  715. types_boto3_sagemaker/paginator.pyi +23 -0
  716. types_boto3_sagemaker/type_defs.py +192 -0
  717. types_boto3_sagemaker/type_defs.pyi +172 -0
  718. types_boto3_sagemaker/version.py +1 -1
  719. types_boto3_sagemaker_a2i_runtime/__main__.py +3 -3
  720. types_boto3_sagemaker_a2i_runtime/version.py +1 -1
  721. types_boto3_sagemaker_edge/__main__.py +3 -3
  722. types_boto3_sagemaker_edge/version.py +1 -1
  723. types_boto3_sagemaker_featurestore_runtime/__main__.py +3 -3
  724. types_boto3_sagemaker_featurestore_runtime/version.py +1 -1
  725. types_boto3_sagemaker_geospatial/__main__.py +3 -3
  726. types_boto3_sagemaker_geospatial/version.py +1 -1
  727. types_boto3_sagemaker_metrics/__main__.py +3 -3
  728. types_boto3_sagemaker_metrics/version.py +1 -1
  729. types_boto3_sagemaker_runtime/__main__.py +3 -3
  730. types_boto3_sagemaker_runtime/version.py +1 -1
  731. types_boto3_savingsplans/__main__.py +3 -3
  732. types_boto3_savingsplans/version.py +1 -1
  733. types_boto3_scheduler/__main__.py +3 -3
  734. types_boto3_scheduler/version.py +1 -1
  735. types_boto3_schemas/__main__.py +3 -3
  736. types_boto3_schemas/version.py +1 -1
  737. types_boto3_sdb/__main__.py +3 -3
  738. types_boto3_sdb/version.py +1 -1
  739. types_boto3_secretsmanager/__main__.py +3 -3
  740. types_boto3_secretsmanager/version.py +1 -1
  741. types_boto3_security_ir/__main__.py +3 -3
  742. types_boto3_security_ir/version.py +1 -1
  743. types_boto3_securityhub/__main__.py +3 -3
  744. types_boto3_securityhub/version.py +1 -1
  745. types_boto3_securitylake/__main__.py +3 -3
  746. types_boto3_securitylake/version.py +1 -1
  747. types_boto3_serverlessrepo/__main__.py +3 -3
  748. types_boto3_serverlessrepo/version.py +1 -1
  749. types_boto3_service_quotas/__main__.py +3 -3
  750. types_boto3_service_quotas/version.py +1 -1
  751. types_boto3_servicecatalog/__main__.py +3 -3
  752. types_boto3_servicecatalog/version.py +1 -1
  753. types_boto3_servicecatalog_appregistry/__main__.py +3 -3
  754. types_boto3_servicecatalog_appregistry/version.py +1 -1
  755. types_boto3_servicediscovery/__main__.py +3 -3
  756. types_boto3_servicediscovery/version.py +1 -1
  757. types_boto3_ses/__main__.py +3 -3
  758. types_boto3_ses/version.py +1 -1
  759. types_boto3_sesv2/__main__.py +3 -3
  760. types_boto3_sesv2/version.py +1 -1
  761. types_boto3_shield/__main__.py +3 -3
  762. types_boto3_shield/version.py +1 -1
  763. types_boto3_signer/__main__.py +3 -3
  764. types_boto3_signer/version.py +1 -1
  765. types_boto3_simspaceweaver/__main__.py +3 -3
  766. types_boto3_simspaceweaver/version.py +1 -1
  767. types_boto3_sms/__main__.py +3 -3
  768. types_boto3_sms/version.py +1 -1
  769. types_boto3_snow_device_management/__main__.py +3 -3
  770. types_boto3_snow_device_management/version.py +1 -1
  771. types_boto3_snowball/__main__.py +3 -3
  772. types_boto3_snowball/version.py +1 -1
  773. types_boto3_sns/__main__.py +3 -3
  774. types_boto3_sns/version.py +1 -1
  775. types_boto3_socialmessaging/__main__.py +3 -3
  776. types_boto3_socialmessaging/version.py +1 -1
  777. types_boto3_sqs/__main__.py +3 -3
  778. types_boto3_sqs/version.py +1 -1
  779. types_boto3_ssm/__main__.py +3 -3
  780. types_boto3_ssm/version.py +1 -1
  781. types_boto3_ssm_contacts/__main__.py +3 -3
  782. types_boto3_ssm_contacts/version.py +1 -1
  783. types_boto3_ssm_guiconnect/__main__.py +3 -3
  784. types_boto3_ssm_guiconnect/version.py +1 -1
  785. types_boto3_ssm_incidents/__main__.py +3 -3
  786. types_boto3_ssm_incidents/version.py +1 -1
  787. types_boto3_ssm_quicksetup/__main__.py +3 -3
  788. types_boto3_ssm_quicksetup/version.py +1 -1
  789. types_boto3_ssm_sap/__main__.py +3 -3
  790. types_boto3_ssm_sap/version.py +1 -1
  791. types_boto3_sso/__main__.py +3 -3
  792. types_boto3_sso/version.py +1 -1
  793. types_boto3_sso_admin/__main__.py +3 -3
  794. types_boto3_sso_admin/version.py +1 -1
  795. types_boto3_sso_oidc/__main__.py +3 -3
  796. types_boto3_sso_oidc/version.py +1 -1
  797. types_boto3_stepfunctions/__main__.py +3 -3
  798. types_boto3_stepfunctions/version.py +1 -1
  799. types_boto3_storagegateway/__main__.py +3 -3
  800. types_boto3_storagegateway/version.py +1 -1
  801. types_boto3_sts/__main__.py +3 -3
  802. types_boto3_sts/version.py +1 -1
  803. types_boto3_supplychain/__main__.py +3 -3
  804. types_boto3_supplychain/version.py +1 -1
  805. types_boto3_support/__main__.py +3 -3
  806. types_boto3_support/version.py +1 -1
  807. types_boto3_support_app/__main__.py +3 -3
  808. types_boto3_support_app/version.py +1 -1
  809. types_boto3_swf/__main__.py +3 -3
  810. types_boto3_swf/version.py +1 -1
  811. types_boto3_synthetics/__main__.py +3 -3
  812. types_boto3_synthetics/version.py +1 -1
  813. types_boto3_taxsettings/__main__.py +3 -3
  814. types_boto3_taxsettings/version.py +1 -1
  815. types_boto3_textract/__main__.py +3 -3
  816. types_boto3_textract/version.py +1 -1
  817. types_boto3_timestream_influxdb/__main__.py +3 -3
  818. types_boto3_timestream_influxdb/version.py +1 -1
  819. types_boto3_timestream_query/__main__.py +3 -3
  820. types_boto3_timestream_query/version.py +1 -1
  821. types_boto3_timestream_write/__main__.py +3 -3
  822. types_boto3_timestream_write/version.py +1 -1
  823. types_boto3_tnb/__main__.py +3 -3
  824. types_boto3_tnb/version.py +1 -1
  825. types_boto3_transcribe/__main__.py +3 -3
  826. types_boto3_transcribe/version.py +1 -1
  827. types_boto3_transfer/__main__.py +3 -3
  828. types_boto3_transfer/version.py +1 -1
  829. types_boto3_translate/__main__.py +3 -3
  830. types_boto3_translate/version.py +1 -1
  831. types_boto3_trustedadvisor/__main__.py +3 -3
  832. types_boto3_trustedadvisor/version.py +1 -1
  833. types_boto3_verifiedpermissions/__main__.py +3 -3
  834. types_boto3_verifiedpermissions/version.py +1 -1
  835. types_boto3_voice_id/__main__.py +3 -3
  836. types_boto3_voice_id/version.py +1 -1
  837. types_boto3_vpc_lattice/__main__.py +3 -3
  838. types_boto3_vpc_lattice/version.py +1 -1
  839. types_boto3_waf/__main__.py +3 -3
  840. types_boto3_waf/version.py +1 -1
  841. types_boto3_waf_regional/__main__.py +3 -3
  842. types_boto3_waf_regional/version.py +1 -1
  843. types_boto3_wafv2/__main__.py +3 -3
  844. types_boto3_wafv2/version.py +1 -1
  845. types_boto3_wellarchitected/__main__.py +3 -3
  846. types_boto3_wellarchitected/version.py +1 -1
  847. types_boto3_wisdom/__main__.py +3 -3
  848. types_boto3_wisdom/version.py +1 -1
  849. types_boto3_workdocs/__main__.py +3 -3
  850. types_boto3_workdocs/version.py +1 -1
  851. types_boto3_workmail/__main__.py +3 -3
  852. types_boto3_workmail/version.py +1 -1
  853. types_boto3_workmailmessageflow/__main__.py +3 -3
  854. types_boto3_workmailmessageflow/version.py +1 -1
  855. types_boto3_workspaces/__main__.py +3 -3
  856. types_boto3_workspaces/version.py +1 -1
  857. types_boto3_workspaces_instances/__main__.py +3 -3
  858. types_boto3_workspaces_instances/version.py +1 -1
  859. types_boto3_workspaces_thin_client/__main__.py +3 -3
  860. types_boto3_workspaces_thin_client/version.py +1 -1
  861. types_boto3_workspaces_web/__main__.py +3 -3
  862. types_boto3_workspaces_web/version.py +1 -1
  863. types_boto3_xray/__main__.py +3 -3
  864. types_boto3_xray/version.py +1 -1
  865. {types_boto3_full-1.40.2.dist-info → types_boto3_full-1.40.3.dist-info}/WHEEL +0 -0
  866. {types_boto3_full-1.40.2.dist-info → types_boto3_full-1.40.3.dist-info}/licenses/LICENSE +0 -0
  867. {types_boto3_full-1.40.2.dist-info → types_boto3_full-1.40.3.dist-info}/top_level.txt +0 -0
@@ -26,6 +26,10 @@ from botocore.errorfactory import BaseClientExceptions
26
26
  from botocore.exceptions import ClientError as BotocoreClientError
27
27
 
28
28
  from .paginator import (
29
+ ListAutomatedReasoningPoliciesPaginator,
30
+ ListAutomatedReasoningPolicyBuildWorkflowsPaginator,
31
+ ListAutomatedReasoningPolicyTestCasesPaginator,
32
+ ListAutomatedReasoningPolicyTestResultsPaginator,
29
33
  ListCustomModelDeploymentsPaginator,
30
34
  ListCustomModelsPaginator,
31
35
  ListEvaluationJobsPaginator,
@@ -43,6 +47,13 @@ from .paginator import (
43
47
  from .type_defs import (
44
48
  BatchDeleteEvaluationJobRequestTypeDef,
45
49
  BatchDeleteEvaluationJobResponseTypeDef,
50
+ CancelAutomatedReasoningPolicyBuildWorkflowRequestTypeDef,
51
+ CreateAutomatedReasoningPolicyRequestTypeDef,
52
+ CreateAutomatedReasoningPolicyResponseTypeDef,
53
+ CreateAutomatedReasoningPolicyTestCaseRequestTypeDef,
54
+ CreateAutomatedReasoningPolicyTestCaseResponseTypeDef,
55
+ CreateAutomatedReasoningPolicyVersionRequestTypeDef,
56
+ CreateAutomatedReasoningPolicyVersionResponseTypeDef,
46
57
  CreateCustomModelDeploymentRequestTypeDef,
47
58
  CreateCustomModelDeploymentResponseTypeDef,
48
59
  CreateCustomModelRequestTypeDef,
@@ -71,6 +82,9 @@ from .type_defs import (
71
82
  CreatePromptRouterResponseTypeDef,
72
83
  CreateProvisionedModelThroughputRequestTypeDef,
73
84
  CreateProvisionedModelThroughputResponseTypeDef,
85
+ DeleteAutomatedReasoningPolicyBuildWorkflowRequestTypeDef,
86
+ DeleteAutomatedReasoningPolicyRequestTypeDef,
87
+ DeleteAutomatedReasoningPolicyTestCaseRequestTypeDef,
74
88
  DeleteCustomModelDeploymentRequestTypeDef,
75
89
  DeleteCustomModelRequestTypeDef,
76
90
  DeleteFoundationModelAgreementRequestTypeDef,
@@ -81,6 +95,22 @@ from .type_defs import (
81
95
  DeletePromptRouterRequestTypeDef,
82
96
  DeleteProvisionedModelThroughputRequestTypeDef,
83
97
  DeregisterMarketplaceModelEndpointRequestTypeDef,
98
+ ExportAutomatedReasoningPolicyVersionRequestTypeDef,
99
+ ExportAutomatedReasoningPolicyVersionResponseTypeDef,
100
+ GetAutomatedReasoningPolicyAnnotationsRequestTypeDef,
101
+ GetAutomatedReasoningPolicyAnnotationsResponseTypeDef,
102
+ GetAutomatedReasoningPolicyBuildWorkflowRequestTypeDef,
103
+ GetAutomatedReasoningPolicyBuildWorkflowResponseTypeDef,
104
+ GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequestTypeDef,
105
+ GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseTypeDef,
106
+ GetAutomatedReasoningPolicyNextScenarioRequestTypeDef,
107
+ GetAutomatedReasoningPolicyNextScenarioResponseTypeDef,
108
+ GetAutomatedReasoningPolicyRequestTypeDef,
109
+ GetAutomatedReasoningPolicyResponseTypeDef,
110
+ GetAutomatedReasoningPolicyTestCaseRequestTypeDef,
111
+ GetAutomatedReasoningPolicyTestCaseResponseTypeDef,
112
+ GetAutomatedReasoningPolicyTestResultRequestTypeDef,
113
+ GetAutomatedReasoningPolicyTestResultResponseTypeDef,
84
114
  GetCustomModelDeploymentRequestTypeDef,
85
115
  GetCustomModelDeploymentResponseTypeDef,
86
116
  GetCustomModelRequestTypeDef,
@@ -113,6 +143,14 @@ from .type_defs import (
113
143
  GetProvisionedModelThroughputRequestTypeDef,
114
144
  GetProvisionedModelThroughputResponseTypeDef,
115
145
  GetUseCaseForModelAccessResponseTypeDef,
146
+ ListAutomatedReasoningPoliciesRequestTypeDef,
147
+ ListAutomatedReasoningPoliciesResponseTypeDef,
148
+ ListAutomatedReasoningPolicyBuildWorkflowsRequestTypeDef,
149
+ ListAutomatedReasoningPolicyBuildWorkflowsResponseTypeDef,
150
+ ListAutomatedReasoningPolicyTestCasesRequestTypeDef,
151
+ ListAutomatedReasoningPolicyTestCasesResponseTypeDef,
152
+ ListAutomatedReasoningPolicyTestResultsRequestTypeDef,
153
+ ListAutomatedReasoningPolicyTestResultsResponseTypeDef,
116
154
  ListCustomModelDeploymentsRequestTypeDef,
117
155
  ListCustomModelDeploymentsResponseTypeDef,
118
156
  ListCustomModelsRequestTypeDef,
@@ -149,11 +187,21 @@ from .type_defs import (
149
187
  PutUseCaseForModelAccessRequestTypeDef,
150
188
  RegisterMarketplaceModelEndpointRequestTypeDef,
151
189
  RegisterMarketplaceModelEndpointResponseTypeDef,
190
+ StartAutomatedReasoningPolicyBuildWorkflowRequestTypeDef,
191
+ StartAutomatedReasoningPolicyBuildWorkflowResponseTypeDef,
192
+ StartAutomatedReasoningPolicyTestWorkflowRequestTypeDef,
193
+ StartAutomatedReasoningPolicyTestWorkflowResponseTypeDef,
152
194
  StopEvaluationJobRequestTypeDef,
153
195
  StopModelCustomizationJobRequestTypeDef,
154
196
  StopModelInvocationJobRequestTypeDef,
155
197
  TagResourceRequestTypeDef,
156
198
  UntagResourceRequestTypeDef,
199
+ UpdateAutomatedReasoningPolicyAnnotationsRequestTypeDef,
200
+ UpdateAutomatedReasoningPolicyAnnotationsResponseTypeDef,
201
+ UpdateAutomatedReasoningPolicyRequestTypeDef,
202
+ UpdateAutomatedReasoningPolicyResponseTypeDef,
203
+ UpdateAutomatedReasoningPolicyTestCaseRequestTypeDef,
204
+ UpdateAutomatedReasoningPolicyTestCaseResponseTypeDef,
157
205
  UpdateGuardrailRequestTypeDef,
158
206
  UpdateGuardrailResponseTypeDef,
159
207
  UpdateMarketplaceModelEndpointRequestTypeDef,
@@ -179,6 +227,7 @@ class Exceptions(BaseClientExceptions):
179
227
  ClientError: Type[BotocoreClientError]
180
228
  ConflictException: Type[BotocoreClientError]
181
229
  InternalServerException: Type[BotocoreClientError]
230
+ ResourceInUseException: Type[BotocoreClientError]
182
231
  ResourceNotFoundException: Type[BotocoreClientError]
183
232
  ServiceQuotaExceededException: Type[BotocoreClientError]
184
233
  ServiceUnavailableException: Type[BotocoreClientError]
@@ -231,6 +280,46 @@ class BedrockClient(BaseClient):
231
280
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#batch_delete_evaluation_job)
232
281
  """
233
282
 
283
+ def cancel_automated_reasoning_policy_build_workflow(
284
+ self, **kwargs: Unpack[CancelAutomatedReasoningPolicyBuildWorkflowRequestTypeDef]
285
+ ) -> Dict[str, Any]:
286
+ """
287
+ Cancels a running Automated Reasoning policy build workflow.
288
+
289
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/cancel_automated_reasoning_policy_build_workflow.html)
290
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#cancel_automated_reasoning_policy_build_workflow)
291
+ """
292
+
293
+ def create_automated_reasoning_policy(
294
+ self, **kwargs: Unpack[CreateAutomatedReasoningPolicyRequestTypeDef]
295
+ ) -> CreateAutomatedReasoningPolicyResponseTypeDef:
296
+ """
297
+ Creates an Automated Reasoning policy for Amazon Bedrock Guardrails.
298
+
299
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/create_automated_reasoning_policy.html)
300
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#create_automated_reasoning_policy)
301
+ """
302
+
303
+ def create_automated_reasoning_policy_test_case(
304
+ self, **kwargs: Unpack[CreateAutomatedReasoningPolicyTestCaseRequestTypeDef]
305
+ ) -> CreateAutomatedReasoningPolicyTestCaseResponseTypeDef:
306
+ """
307
+ Creates a test for an Automated Reasoning policy.
308
+
309
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/create_automated_reasoning_policy_test_case.html)
310
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#create_automated_reasoning_policy_test_case)
311
+ """
312
+
313
+ def create_automated_reasoning_policy_version(
314
+ self, **kwargs: Unpack[CreateAutomatedReasoningPolicyVersionRequestTypeDef]
315
+ ) -> CreateAutomatedReasoningPolicyVersionResponseTypeDef:
316
+ """
317
+ Creates a new version of an existing Automated Reasoning policy.
318
+
319
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/create_automated_reasoning_policy_version.html)
320
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#create_automated_reasoning_policy_version)
321
+ """
322
+
234
323
  def create_custom_model(
235
324
  self, **kwargs: Unpack[CreateCustomModelRequestTypeDef]
236
325
  ) -> CreateCustomModelResponseTypeDef:
@@ -376,6 +465,37 @@ class BedrockClient(BaseClient):
376
465
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#create_provisioned_model_throughput)
377
466
  """
378
467
 
468
+ def delete_automated_reasoning_policy(
469
+ self, **kwargs: Unpack[DeleteAutomatedReasoningPolicyRequestTypeDef]
470
+ ) -> Dict[str, Any]:
471
+ """
472
+ Deletes an Automated Reasoning policy or policy version.
473
+
474
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/delete_automated_reasoning_policy.html)
475
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#delete_automated_reasoning_policy)
476
+ """
477
+
478
+ def delete_automated_reasoning_policy_build_workflow(
479
+ self, **kwargs: Unpack[DeleteAutomatedReasoningPolicyBuildWorkflowRequestTypeDef]
480
+ ) -> Dict[str, Any]:
481
+ """
482
+ Deletes an Automated Reasoning policy build workflow and its associated
483
+ artifacts.
484
+
485
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/delete_automated_reasoning_policy_build_workflow.html)
486
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#delete_automated_reasoning_policy_build_workflow)
487
+ """
488
+
489
+ def delete_automated_reasoning_policy_test_case(
490
+ self, **kwargs: Unpack[DeleteAutomatedReasoningPolicyTestCaseRequestTypeDef]
491
+ ) -> Dict[str, Any]:
492
+ """
493
+ Deletes an Automated Reasoning policy test.
494
+
495
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/delete_automated_reasoning_policy_test_case.html)
496
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#delete_automated_reasoning_policy_test_case)
497
+ """
498
+
379
499
  def delete_custom_model(
380
500
  self, **kwargs: Unpack[DeleteCustomModelRequestTypeDef]
381
501
  ) -> Dict[str, Any]:
@@ -482,6 +602,90 @@ class BedrockClient(BaseClient):
482
602
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#deregister_marketplace_model_endpoint)
483
603
  """
484
604
 
605
+ def export_automated_reasoning_policy_version(
606
+ self, **kwargs: Unpack[ExportAutomatedReasoningPolicyVersionRequestTypeDef]
607
+ ) -> ExportAutomatedReasoningPolicyVersionResponseTypeDef:
608
+ """
609
+ Exports the policy definition for an Automated Reasoning policy version.
610
+
611
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/export_automated_reasoning_policy_version.html)
612
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#export_automated_reasoning_policy_version)
613
+ """
614
+
615
+ def get_automated_reasoning_policy(
616
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyRequestTypeDef]
617
+ ) -> GetAutomatedReasoningPolicyResponseTypeDef:
618
+ """
619
+ Retrieves details about an Automated Reasoning policy or policy version.
620
+
621
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy.html)
622
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy)
623
+ """
624
+
625
+ def get_automated_reasoning_policy_annotations(
626
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyAnnotationsRequestTypeDef]
627
+ ) -> GetAutomatedReasoningPolicyAnnotationsResponseTypeDef:
628
+ """
629
+ Retrieves the current annotations for an Automated Reasoning policy build
630
+ workflow.
631
+
632
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_annotations.html)
633
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_annotations)
634
+ """
635
+
636
+ def get_automated_reasoning_policy_build_workflow(
637
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyBuildWorkflowRequestTypeDef]
638
+ ) -> GetAutomatedReasoningPolicyBuildWorkflowResponseTypeDef:
639
+ """
640
+ Retrieves detailed information about an Automated Reasoning policy build
641
+ workflow, including its status, configuration, and metadata.
642
+
643
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_build_workflow.html)
644
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_build_workflow)
645
+ """
646
+
647
+ def get_automated_reasoning_policy_build_workflow_result_assets(
648
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyBuildWorkflowResultAssetsRequestTypeDef]
649
+ ) -> GetAutomatedReasoningPolicyBuildWorkflowResultAssetsResponseTypeDef:
650
+ """
651
+ Retrieves the resulting assets from a completed Automated Reasoning policy
652
+ build workflow, including build logs, quality reports, and generated policy
653
+ artifacts.
654
+
655
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_build_workflow_result_assets.html)
656
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_build_workflow_result_assets)
657
+ """
658
+
659
+ def get_automated_reasoning_policy_next_scenario(
660
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyNextScenarioRequestTypeDef]
661
+ ) -> GetAutomatedReasoningPolicyNextScenarioResponseTypeDef:
662
+ """
663
+ Retrieves the next test scenario for validating an Automated Reasoning policy.
664
+
665
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_next_scenario.html)
666
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_next_scenario)
667
+ """
668
+
669
+ def get_automated_reasoning_policy_test_case(
670
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyTestCaseRequestTypeDef]
671
+ ) -> GetAutomatedReasoningPolicyTestCaseResponseTypeDef:
672
+ """
673
+ Retrieves details about a specific Automated Reasoning policy test.
674
+
675
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_test_case.html)
676
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_test_case)
677
+ """
678
+
679
+ def get_automated_reasoning_policy_test_result(
680
+ self, **kwargs: Unpack[GetAutomatedReasoningPolicyTestResultRequestTypeDef]
681
+ ) -> GetAutomatedReasoningPolicyTestResultResponseTypeDef:
682
+ """
683
+ Retrieves the test result for a specific Automated Reasoning policy test.
684
+
685
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_automated_reasoning_policy_test_result.html)
686
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_automated_reasoning_policy_test_result)
687
+ """
688
+
485
689
  def get_custom_model(
486
690
  self, **kwargs: Unpack[GetCustomModelRequestTypeDef]
487
691
  ) -> GetCustomModelResponseTypeDef:
@@ -655,6 +859,49 @@ class BedrockClient(BaseClient):
655
859
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_use_case_for_model_access)
656
860
  """
657
861
 
862
+ def list_automated_reasoning_policies(
863
+ self, **kwargs: Unpack[ListAutomatedReasoningPoliciesRequestTypeDef]
864
+ ) -> ListAutomatedReasoningPoliciesResponseTypeDef:
865
+ """
866
+ Lists all Automated Reasoning policies in your account, with optional filtering
867
+ by policy ARN.
868
+
869
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/list_automated_reasoning_policies.html)
870
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#list_automated_reasoning_policies)
871
+ """
872
+
873
+ def list_automated_reasoning_policy_build_workflows(
874
+ self, **kwargs: Unpack[ListAutomatedReasoningPolicyBuildWorkflowsRequestTypeDef]
875
+ ) -> ListAutomatedReasoningPolicyBuildWorkflowsResponseTypeDef:
876
+ """
877
+ Lists all build workflows for an Automated Reasoning policy, showing the
878
+ history of policy creation and modification attempts.
879
+
880
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/list_automated_reasoning_policy_build_workflows.html)
881
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#list_automated_reasoning_policy_build_workflows)
882
+ """
883
+
884
+ def list_automated_reasoning_policy_test_cases(
885
+ self, **kwargs: Unpack[ListAutomatedReasoningPolicyTestCasesRequestTypeDef]
886
+ ) -> ListAutomatedReasoningPolicyTestCasesResponseTypeDef:
887
+ """
888
+ Lists tests for an Automated Reasoning policy.
889
+
890
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/list_automated_reasoning_policy_test_cases.html)
891
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#list_automated_reasoning_policy_test_cases)
892
+ """
893
+
894
+ def list_automated_reasoning_policy_test_results(
895
+ self, **kwargs: Unpack[ListAutomatedReasoningPolicyTestResultsRequestTypeDef]
896
+ ) -> ListAutomatedReasoningPolicyTestResultsResponseTypeDef:
897
+ """
898
+ Lists test results for an Automated Reasoning policy, showing how the policy
899
+ performed against various test scenarios and validation checks.
900
+
901
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/list_automated_reasoning_policy_test_results.html)
902
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#list_automated_reasoning_policy_test_results)
903
+ """
904
+
658
905
  def list_custom_model_deployments(
659
906
  self, **kwargs: Unpack[ListCustomModelDeploymentsRequestTypeDef]
660
907
  ) -> ListCustomModelDeploymentsResponseTypeDef:
@@ -848,6 +1095,26 @@ class BedrockClient(BaseClient):
848
1095
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#register_marketplace_model_endpoint)
849
1096
  """
850
1097
 
1098
+ def start_automated_reasoning_policy_build_workflow(
1099
+ self, **kwargs: Unpack[StartAutomatedReasoningPolicyBuildWorkflowRequestTypeDef]
1100
+ ) -> StartAutomatedReasoningPolicyBuildWorkflowResponseTypeDef:
1101
+ """
1102
+ Starts a new build workflow for an Automated Reasoning policy.
1103
+
1104
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/start_automated_reasoning_policy_build_workflow.html)
1105
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#start_automated_reasoning_policy_build_workflow)
1106
+ """
1107
+
1108
+ def start_automated_reasoning_policy_test_workflow(
1109
+ self, **kwargs: Unpack[StartAutomatedReasoningPolicyTestWorkflowRequestTypeDef]
1110
+ ) -> StartAutomatedReasoningPolicyTestWorkflowResponseTypeDef:
1111
+ """
1112
+ Initiates a test workflow to validate Automated Reasoning policy tests.
1113
+
1114
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/start_automated_reasoning_policy_test_workflow.html)
1115
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#start_automated_reasoning_policy_test_workflow)
1116
+ """
1117
+
851
1118
  def stop_evaluation_job(
852
1119
  self, **kwargs: Unpack[StopEvaluationJobRequestTypeDef]
853
1120
  ) -> Dict[str, Any]:
@@ -894,6 +1161,37 @@ class BedrockClient(BaseClient):
894
1161
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#untag_resource)
895
1162
  """
896
1163
 
1164
+ def update_automated_reasoning_policy(
1165
+ self, **kwargs: Unpack[UpdateAutomatedReasoningPolicyRequestTypeDef]
1166
+ ) -> UpdateAutomatedReasoningPolicyResponseTypeDef:
1167
+ """
1168
+ Updates an existing Automated Reasoning policy with new rules, variables, or
1169
+ configuration.
1170
+
1171
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/update_automated_reasoning_policy.html)
1172
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#update_automated_reasoning_policy)
1173
+ """
1174
+
1175
+ def update_automated_reasoning_policy_annotations(
1176
+ self, **kwargs: Unpack[UpdateAutomatedReasoningPolicyAnnotationsRequestTypeDef]
1177
+ ) -> UpdateAutomatedReasoningPolicyAnnotationsResponseTypeDef:
1178
+ """
1179
+ Updates the annotations for an Automated Reasoning policy build workflow.
1180
+
1181
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/update_automated_reasoning_policy_annotations.html)
1182
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#update_automated_reasoning_policy_annotations)
1183
+ """
1184
+
1185
+ def update_automated_reasoning_policy_test_case(
1186
+ self, **kwargs: Unpack[UpdateAutomatedReasoningPolicyTestCaseRequestTypeDef]
1187
+ ) -> UpdateAutomatedReasoningPolicyTestCaseResponseTypeDef:
1188
+ """
1189
+ Updates an existing Automated Reasoning policy test.
1190
+
1191
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/update_automated_reasoning_policy_test_case.html)
1192
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#update_automated_reasoning_policy_test_case)
1193
+ """
1194
+
897
1195
  def update_guardrail(
898
1196
  self, **kwargs: Unpack[UpdateGuardrailRequestTypeDef]
899
1197
  ) -> UpdateGuardrailResponseTypeDef:
@@ -925,6 +1223,50 @@ class BedrockClient(BaseClient):
925
1223
  [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#update_provisioned_model_throughput)
926
1224
  """
927
1225
 
1226
+ @overload # type: ignore[override]
1227
+ def get_paginator( # type: ignore[override]
1228
+ self, operation_name: Literal["list_automated_reasoning_policies"]
1229
+ ) -> ListAutomatedReasoningPoliciesPaginator:
1230
+ """
1231
+ Create a paginator for an operation.
1232
+
1233
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_paginator.html)
1234
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_paginator)
1235
+ """
1236
+
1237
+ @overload # type: ignore[override]
1238
+ def get_paginator( # type: ignore[override]
1239
+ self, operation_name: Literal["list_automated_reasoning_policy_build_workflows"]
1240
+ ) -> ListAutomatedReasoningPolicyBuildWorkflowsPaginator:
1241
+ """
1242
+ Create a paginator for an operation.
1243
+
1244
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_paginator.html)
1245
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_paginator)
1246
+ """
1247
+
1248
+ @overload # type: ignore[override]
1249
+ def get_paginator( # type: ignore[override]
1250
+ self, operation_name: Literal["list_automated_reasoning_policy_test_cases"]
1251
+ ) -> ListAutomatedReasoningPolicyTestCasesPaginator:
1252
+ """
1253
+ Create a paginator for an operation.
1254
+
1255
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_paginator.html)
1256
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_paginator)
1257
+ """
1258
+
1259
+ @overload # type: ignore[override]
1260
+ def get_paginator( # type: ignore[override]
1261
+ self, operation_name: Literal["list_automated_reasoning_policy_test_results"]
1262
+ ) -> ListAutomatedReasoningPolicyTestResultsPaginator:
1263
+ """
1264
+ Create a paginator for an operation.
1265
+
1266
+ [Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/bedrock/client/get_paginator.html)
1267
+ [Show types-boto3-full documentation](https://youtype.github.io/types_boto3_docs/types_boto3_bedrock/client/#get_paginator)
1268
+ """
1269
+
928
1270
  @overload # type: ignore[override]
929
1271
  def get_paginator( # type: ignore[override]
930
1272
  self, operation_name: Literal["list_custom_model_deployments"]
@@ -27,6 +27,16 @@ __all__ = (
27
27
  "ApplicationTypeType",
28
28
  "AttributeTypeType",
29
29
  "AuthorizationStatusType",
30
+ "AutomatedReasoningCheckLogicWarningTypeType",
31
+ "AutomatedReasoningCheckResultType",
32
+ "AutomatedReasoningPolicyAnnotationStatusType",
33
+ "AutomatedReasoningPolicyBuildDocumentContentTypeType",
34
+ "AutomatedReasoningPolicyBuildMessageTypeType",
35
+ "AutomatedReasoningPolicyBuildResultAssetTypeType",
36
+ "AutomatedReasoningPolicyBuildWorkflowStatusType",
37
+ "AutomatedReasoningPolicyBuildWorkflowTypeType",
38
+ "AutomatedReasoningPolicyTestRunResultType",
39
+ "AutomatedReasoningPolicyTestRunStatusType",
30
40
  "BedrockServiceName",
31
41
  "CommitmentDurationType",
32
42
  "CustomModelDeploymentStatusType",
@@ -57,6 +67,10 @@ __all__ = (
57
67
  "InferenceProfileTypeType",
58
68
  "InferenceTypeType",
59
69
  "JobStatusDetailsType",
70
+ "ListAutomatedReasoningPoliciesPaginatorName",
71
+ "ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName",
72
+ "ListAutomatedReasoningPolicyTestCasesPaginatorName",
73
+ "ListAutomatedReasoningPolicyTestResultsPaginatorName",
60
74
  "ListCustomModelDeploymentsPaginatorName",
61
75
  "ListCustomModelsPaginatorName",
62
76
  "ListEvaluationJobsPaginatorName",
@@ -105,6 +119,39 @@ AgreementStatusType = Literal["AVAILABLE", "ERROR", "NOT_AVAILABLE", "PENDING"]
105
119
  ApplicationTypeType = Literal["ModelEvaluation", "RagEvaluation"]
106
120
  AttributeTypeType = Literal["BOOLEAN", "NUMBER", "STRING", "STRING_LIST"]
107
121
  AuthorizationStatusType = Literal["AUTHORIZED", "NOT_AUTHORIZED"]
122
+ AutomatedReasoningCheckLogicWarningTypeType = Literal["ALWAYS_FALSE", "ALWAYS_TRUE"]
123
+ AutomatedReasoningCheckResultType = Literal[
124
+ "IMPOSSIBLE",
125
+ "INVALID",
126
+ "NO_TRANSLATION",
127
+ "SATISFIABLE",
128
+ "TOO_COMPLEX",
129
+ "TRANSLATION_AMBIGUOUS",
130
+ "VALID",
131
+ ]
132
+ AutomatedReasoningPolicyAnnotationStatusType = Literal["APPLIED", "FAILED"]
133
+ AutomatedReasoningPolicyBuildDocumentContentTypeType = Literal["pdf", "txt"]
134
+ AutomatedReasoningPolicyBuildMessageTypeType = Literal["ERROR", "INFO", "WARNING"]
135
+ AutomatedReasoningPolicyBuildResultAssetTypeType = Literal[
136
+ "BUILD_LOG", "POLICY_DEFINITION", "QUALITY_REPORT"
137
+ ]
138
+ AutomatedReasoningPolicyBuildWorkflowStatusType = Literal[
139
+ "BUILDING",
140
+ "CANCELLED",
141
+ "CANCEL_REQUESTED",
142
+ "COMPLETED",
143
+ "FAILED",
144
+ "PREPROCESSING",
145
+ "SCHEDULED",
146
+ "TESTING",
147
+ ]
148
+ AutomatedReasoningPolicyBuildWorkflowTypeType = Literal[
149
+ "IMPORT_POLICY", "INGEST_CONTENT", "REFINE_POLICY"
150
+ ]
151
+ AutomatedReasoningPolicyTestRunResultType = Literal["FAILED", "PASSED"]
152
+ AutomatedReasoningPolicyTestRunStatusType = Literal[
153
+ "COMPLETED", "FAILED", "IN_PROGRESS", "NOT_STARTED", "SCHEDULED"
154
+ ]
108
155
  CommitmentDurationType = Literal["OneMonth", "SixMonths"]
109
156
  CustomModelDeploymentStatusType = Literal["Active", "Creating", "Failed"]
110
157
  CustomizationTypeType = Literal["CONTINUED_PRE_TRAINING", "DISTILLATION", "FINE_TUNING", "IMPORTED"]
@@ -174,6 +221,16 @@ InferenceTypeType = Literal["ON_DEMAND", "PROVISIONED"]
174
221
  JobStatusDetailsType = Literal[
175
222
  "Completed", "Failed", "InProgress", "NotStarted", "Stopped", "Stopping"
176
223
  ]
224
+ ListAutomatedReasoningPoliciesPaginatorName = Literal["list_automated_reasoning_policies"]
225
+ ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName = Literal[
226
+ "list_automated_reasoning_policy_build_workflows"
227
+ ]
228
+ ListAutomatedReasoningPolicyTestCasesPaginatorName = Literal[
229
+ "list_automated_reasoning_policy_test_cases"
230
+ ]
231
+ ListAutomatedReasoningPolicyTestResultsPaginatorName = Literal[
232
+ "list_automated_reasoning_policy_test_results"
233
+ ]
177
234
  ListCustomModelDeploymentsPaginatorName = Literal["list_custom_model_deployments"]
178
235
  ListCustomModelsPaginatorName = Literal["list_custom_models"]
179
236
  ListEvaluationJobsPaginatorName = Literal["list_evaluation_jobs"]
@@ -653,6 +710,10 @@ ResourceServiceName = Literal[
653
710
  "sqs",
654
711
  ]
655
712
  PaginatorName = Literal[
713
+ "list_automated_reasoning_policies",
714
+ "list_automated_reasoning_policy_build_workflows",
715
+ "list_automated_reasoning_policy_test_cases",
716
+ "list_automated_reasoning_policy_test_results",
656
717
  "list_custom_model_deployments",
657
718
  "list_custom_models",
658
719
  "list_evaluation_jobs",
@@ -26,6 +26,16 @@ __all__ = (
26
26
  "ApplicationTypeType",
27
27
  "AttributeTypeType",
28
28
  "AuthorizationStatusType",
29
+ "AutomatedReasoningCheckLogicWarningTypeType",
30
+ "AutomatedReasoningCheckResultType",
31
+ "AutomatedReasoningPolicyAnnotationStatusType",
32
+ "AutomatedReasoningPolicyBuildDocumentContentTypeType",
33
+ "AutomatedReasoningPolicyBuildMessageTypeType",
34
+ "AutomatedReasoningPolicyBuildResultAssetTypeType",
35
+ "AutomatedReasoningPolicyBuildWorkflowStatusType",
36
+ "AutomatedReasoningPolicyBuildWorkflowTypeType",
37
+ "AutomatedReasoningPolicyTestRunResultType",
38
+ "AutomatedReasoningPolicyTestRunStatusType",
29
39
  "BedrockServiceName",
30
40
  "CommitmentDurationType",
31
41
  "CustomModelDeploymentStatusType",
@@ -56,6 +66,10 @@ __all__ = (
56
66
  "InferenceProfileTypeType",
57
67
  "InferenceTypeType",
58
68
  "JobStatusDetailsType",
69
+ "ListAutomatedReasoningPoliciesPaginatorName",
70
+ "ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName",
71
+ "ListAutomatedReasoningPolicyTestCasesPaginatorName",
72
+ "ListAutomatedReasoningPolicyTestResultsPaginatorName",
59
73
  "ListCustomModelDeploymentsPaginatorName",
60
74
  "ListCustomModelsPaginatorName",
61
75
  "ListEvaluationJobsPaginatorName",
@@ -103,6 +117,39 @@ AgreementStatusType = Literal["AVAILABLE", "ERROR", "NOT_AVAILABLE", "PENDING"]
103
117
  ApplicationTypeType = Literal["ModelEvaluation", "RagEvaluation"]
104
118
  AttributeTypeType = Literal["BOOLEAN", "NUMBER", "STRING", "STRING_LIST"]
105
119
  AuthorizationStatusType = Literal["AUTHORIZED", "NOT_AUTHORIZED"]
120
+ AutomatedReasoningCheckLogicWarningTypeType = Literal["ALWAYS_FALSE", "ALWAYS_TRUE"]
121
+ AutomatedReasoningCheckResultType = Literal[
122
+ "IMPOSSIBLE",
123
+ "INVALID",
124
+ "NO_TRANSLATION",
125
+ "SATISFIABLE",
126
+ "TOO_COMPLEX",
127
+ "TRANSLATION_AMBIGUOUS",
128
+ "VALID",
129
+ ]
130
+ AutomatedReasoningPolicyAnnotationStatusType = Literal["APPLIED", "FAILED"]
131
+ AutomatedReasoningPolicyBuildDocumentContentTypeType = Literal["pdf", "txt"]
132
+ AutomatedReasoningPolicyBuildMessageTypeType = Literal["ERROR", "INFO", "WARNING"]
133
+ AutomatedReasoningPolicyBuildResultAssetTypeType = Literal[
134
+ "BUILD_LOG", "POLICY_DEFINITION", "QUALITY_REPORT"
135
+ ]
136
+ AutomatedReasoningPolicyBuildWorkflowStatusType = Literal[
137
+ "BUILDING",
138
+ "CANCELLED",
139
+ "CANCEL_REQUESTED",
140
+ "COMPLETED",
141
+ "FAILED",
142
+ "PREPROCESSING",
143
+ "SCHEDULED",
144
+ "TESTING",
145
+ ]
146
+ AutomatedReasoningPolicyBuildWorkflowTypeType = Literal[
147
+ "IMPORT_POLICY", "INGEST_CONTENT", "REFINE_POLICY"
148
+ ]
149
+ AutomatedReasoningPolicyTestRunResultType = Literal["FAILED", "PASSED"]
150
+ AutomatedReasoningPolicyTestRunStatusType = Literal[
151
+ "COMPLETED", "FAILED", "IN_PROGRESS", "NOT_STARTED", "SCHEDULED"
152
+ ]
106
153
  CommitmentDurationType = Literal["OneMonth", "SixMonths"]
107
154
  CustomModelDeploymentStatusType = Literal["Active", "Creating", "Failed"]
108
155
  CustomizationTypeType = Literal["CONTINUED_PRE_TRAINING", "DISTILLATION", "FINE_TUNING", "IMPORTED"]
@@ -172,6 +219,16 @@ InferenceTypeType = Literal["ON_DEMAND", "PROVISIONED"]
172
219
  JobStatusDetailsType = Literal[
173
220
  "Completed", "Failed", "InProgress", "NotStarted", "Stopped", "Stopping"
174
221
  ]
222
+ ListAutomatedReasoningPoliciesPaginatorName = Literal["list_automated_reasoning_policies"]
223
+ ListAutomatedReasoningPolicyBuildWorkflowsPaginatorName = Literal[
224
+ "list_automated_reasoning_policy_build_workflows"
225
+ ]
226
+ ListAutomatedReasoningPolicyTestCasesPaginatorName = Literal[
227
+ "list_automated_reasoning_policy_test_cases"
228
+ ]
229
+ ListAutomatedReasoningPolicyTestResultsPaginatorName = Literal[
230
+ "list_automated_reasoning_policy_test_results"
231
+ ]
175
232
  ListCustomModelDeploymentsPaginatorName = Literal["list_custom_model_deployments"]
176
233
  ListCustomModelsPaginatorName = Literal["list_custom_models"]
177
234
  ListEvaluationJobsPaginatorName = Literal["list_evaluation_jobs"]
@@ -651,6 +708,10 @@ ResourceServiceName = Literal[
651
708
  "sqs",
652
709
  ]
653
710
  PaginatorName = Literal[
711
+ "list_automated_reasoning_policies",
712
+ "list_automated_reasoning_policy_build_workflows",
713
+ "list_automated_reasoning_policy_test_cases",
714
+ "list_automated_reasoning_policy_test_results",
654
715
  "list_custom_model_deployments",
655
716
  "list_custom_models",
656
717
  "list_evaluation_jobs",