aws_sdk_bedrock_runtime 0.0.1__tar.gz

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 (224) hide show
  1. aws_sdk_bedrock_runtime-0.0.1/CHANGES.md +7 -0
  2. aws_sdk_bedrock_runtime-0.0.1/PKG-INFO +43 -0
  3. aws_sdk_bedrock_runtime-0.0.1/README.md +13 -0
  4. aws_sdk_bedrock_runtime-0.0.1/docs/Makefile +15 -0
  5. aws_sdk_bedrock_runtime-0.0.1/docs/README.md +10 -0
  6. aws_sdk_bedrock_runtime-0.0.1/docs/client/__init__.py +1 -0
  7. aws_sdk_bedrock_runtime-0.0.1/docs/client/apply_guardrail.rst +25 -0
  8. aws_sdk_bedrock_runtime-0.0.1/docs/client/converse.rst +25 -0
  9. aws_sdk_bedrock_runtime-0.0.1/docs/client/get_async_invoke.rst +25 -0
  10. aws_sdk_bedrock_runtime-0.0.1/docs/client/index.rst +11 -0
  11. aws_sdk_bedrock_runtime-0.0.1/docs/client/invoke_model.rst +25 -0
  12. aws_sdk_bedrock_runtime-0.0.1/docs/client/list_async_invokes.rst +25 -0
  13. aws_sdk_bedrock_runtime-0.0.1/docs/client/start_async_invoke.rst +25 -0
  14. aws_sdk_bedrock_runtime-0.0.1/docs/conf.py +31 -0
  15. aws_sdk_bedrock_runtime-0.0.1/docs/index.rst +12 -0
  16. aws_sdk_bedrock_runtime-0.0.1/docs/make.bat +35 -0
  17. aws_sdk_bedrock_runtime-0.0.1/docs/models/AccessDeniedException.rst +9 -0
  18. aws_sdk_bedrock_runtime-0.0.1/docs/models/AnyToolChoice.rst +8 -0
  19. aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfig.rst +9 -0
  20. aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfigS3OutputDataConfig.rst +9 -0
  21. aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfigUnknown.rst +9 -0
  22. aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeS3OutputDataConfig.rst +8 -0
  23. aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeSummary.rst +8 -0
  24. aws_sdk_bedrock_runtime-0.0.1/docs/models/AutoToolChoice.rst +8 -0
  25. aws_sdk_bedrock_runtime-0.0.1/docs/models/BidirectionalInputPayloadPart.rst +8 -0
  26. aws_sdk_bedrock_runtime-0.0.1/docs/models/BidirectionalOutputPayloadPart.rst +8 -0
  27. aws_sdk_bedrock_runtime-0.0.1/docs/models/CachePointBlock.rst +8 -0
  28. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConflictException.rst +9 -0
  29. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlock.rst +9 -0
  30. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockCachePoint.rst +9 -0
  31. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDelta.rst +9 -0
  32. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaEvent.rst +8 -0
  33. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaReasoningContent.rst +9 -0
  34. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaText.rst +9 -0
  35. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaToolUse.rst +9 -0
  36. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaUnknown.rst +9 -0
  37. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDocument.rst +9 -0
  38. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockGuardContent.rst +9 -0
  39. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockImage.rst +9 -0
  40. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockReasoningContent.rst +9 -0
  41. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStart.rst +9 -0
  42. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartEvent.rst +8 -0
  43. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartToolUse.rst +9 -0
  44. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartUnknown.rst +9 -0
  45. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStopEvent.rst +8 -0
  46. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockText.rst +9 -0
  47. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockToolResult.rst +9 -0
  48. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockToolUse.rst +9 -0
  49. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockUnknown.rst +9 -0
  50. aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockVideo.rst +9 -0
  51. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseMetrics.rst +8 -0
  52. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutput.rst +9 -0
  53. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutputMessage.rst +9 -0
  54. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutputUnknown.rst +9 -0
  55. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamMetadataEvent.rst +8 -0
  56. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamMetrics.rst +8 -0
  57. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutput.rst +9 -0
  58. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockDelta.rst +9 -0
  59. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockStart.rst +9 -0
  60. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockStop.rst +9 -0
  61. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputInternalServerException.rst +9 -0
  62. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMessageStart.rst +9 -0
  63. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMessageStop.rst +9 -0
  64. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMetadata.rst +9 -0
  65. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputModelStreamErrorException.rst +9 -0
  66. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputServiceUnavailableException.rst +9 -0
  67. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputThrottlingException.rst +9 -0
  68. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputUnknown.rst +9 -0
  69. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputValidationException.rst +9 -0
  70. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamTrace.rst +8 -0
  71. aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseTrace.rst +8 -0
  72. aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentBlock.rst +8 -0
  73. aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSource.rst +9 -0
  74. aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSourceBytes.rst +9 -0
  75. aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSourceUnknown.rst +9 -0
  76. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailAssessment.rst +8 -0
  77. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConfiguration.rst +8 -0
  78. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlock.rst +9 -0
  79. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockImage.rst +9 -0
  80. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockText.rst +9 -0
  81. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockUnknown.rst +9 -0
  82. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentFilter.rst +8 -0
  83. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentPolicyAssessment.rst +8 -0
  84. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContextualGroundingFilter.rst +8 -0
  85. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContextualGroundingPolicyAssessment.rst +8 -0
  86. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlock.rst +9 -0
  87. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockImage.rst +9 -0
  88. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockText.rst +9 -0
  89. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockUnknown.rst +9 -0
  90. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageBlock.rst +8 -0
  91. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSource.rst +9 -0
  92. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSourceBytes.rst +9 -0
  93. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSourceUnknown.rst +9 -0
  94. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseTextBlock.rst +8 -0
  95. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailCoverage.rst +8 -0
  96. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailCustomWord.rst +8 -0
  97. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageBlock.rst +8 -0
  98. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageCoverage.rst +8 -0
  99. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSource.rst +9 -0
  100. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSourceBytes.rst +9 -0
  101. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSourceUnknown.rst +9 -0
  102. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailInvocationMetrics.rst +8 -0
  103. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailManagedWord.rst +8 -0
  104. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailOutputContent.rst +8 -0
  105. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailPiiEntityFilter.rst +8 -0
  106. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailRegexFilter.rst +8 -0
  107. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailSensitiveInformationPolicyAssessment.rst +8 -0
  108. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailStreamConfiguration.rst +8 -0
  109. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTextBlock.rst +8 -0
  110. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTextCharactersCoverage.rst +8 -0
  111. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTopic.rst +8 -0
  112. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTopicPolicyAssessment.rst +8 -0
  113. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTraceAssessment.rst +8 -0
  114. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailUsage.rst +8 -0
  115. aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailWordPolicyAssessment.rst +8 -0
  116. aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageBlock.rst +8 -0
  117. aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSource.rst +9 -0
  118. aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSourceBytes.rst +9 -0
  119. aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSourceUnknown.rst +9 -0
  120. aws_sdk_bedrock_runtime-0.0.1/docs/models/InferenceConfiguration.rst +8 -0
  121. aws_sdk_bedrock_runtime-0.0.1/docs/models/InternalServerException.rst +9 -0
  122. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInput.rst +9 -0
  123. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInputChunk.rst +9 -0
  124. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInputUnknown.rst +9 -0
  125. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutput.rst +9 -0
  126. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputChunk.rst +9 -0
  127. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputInternalServerException.rst +9 -0
  128. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputModelStreamErrorException.rst +9 -0
  129. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputModelTimeoutException.rst +9 -0
  130. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputServiceUnavailableException.rst +9 -0
  131. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputThrottlingException.rst +9 -0
  132. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputUnknown.rst +9 -0
  133. aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputValidationException.rst +9 -0
  134. aws_sdk_bedrock_runtime-0.0.1/docs/models/Message.rst +8 -0
  135. aws_sdk_bedrock_runtime-0.0.1/docs/models/MessageStartEvent.rst +8 -0
  136. aws_sdk_bedrock_runtime-0.0.1/docs/models/MessageStopEvent.rst +8 -0
  137. aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelErrorException.rst +9 -0
  138. aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelNotReadyException.rst +9 -0
  139. aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelStreamErrorException.rst +9 -0
  140. aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelTimeoutException.rst +9 -0
  141. aws_sdk_bedrock_runtime-0.0.1/docs/models/PayloadPart.rst +8 -0
  142. aws_sdk_bedrock_runtime-0.0.1/docs/models/PerformanceConfiguration.rst +8 -0
  143. aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptRouterTrace.rst +8 -0
  144. aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValues.rst +9 -0
  145. aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValuesText.rst +9 -0
  146. aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValuesUnknown.rst +9 -0
  147. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlock.rst +9 -0
  148. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDelta.rst +9 -0
  149. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaRedactedContent.rst +9 -0
  150. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaSignature.rst +9 -0
  151. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaText.rst +9 -0
  152. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaUnknown.rst +9 -0
  153. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockReasoningText.rst +9 -0
  154. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockRedactedContent.rst +9 -0
  155. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockUnknown.rst +9 -0
  156. aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningTextBlock.rst +8 -0
  157. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResourceNotFoundException.rst +9 -0
  158. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStream.rst +9 -0
  159. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamChunk.rst +9 -0
  160. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamInternalServerException.rst +9 -0
  161. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamModelStreamErrorException.rst +9 -0
  162. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamModelTimeoutException.rst +9 -0
  163. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamServiceUnavailableException.rst +9 -0
  164. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamThrottlingException.rst +9 -0
  165. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamUnknown.rst +9 -0
  166. aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamValidationException.rst +9 -0
  167. aws_sdk_bedrock_runtime-0.0.1/docs/models/S3Location.rst +8 -0
  168. aws_sdk_bedrock_runtime-0.0.1/docs/models/ServiceQuotaExceededException.rst +9 -0
  169. aws_sdk_bedrock_runtime-0.0.1/docs/models/ServiceUnavailableException.rst +9 -0
  170. aws_sdk_bedrock_runtime-0.0.1/docs/models/SpecificToolChoice.rst +8 -0
  171. aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlock.rst +9 -0
  172. aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockCachePoint.rst +9 -0
  173. aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockGuardContent.rst +9 -0
  174. aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockText.rst +9 -0
  175. aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockUnknown.rst +9 -0
  176. aws_sdk_bedrock_runtime-0.0.1/docs/models/Tag.rst +8 -0
  177. aws_sdk_bedrock_runtime-0.0.1/docs/models/ThrottlingException.rst +9 -0
  178. aws_sdk_bedrock_runtime-0.0.1/docs/models/TokenUsage.rst +8 -0
  179. aws_sdk_bedrock_runtime-0.0.1/docs/models/Tool.rst +9 -0
  180. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolCachePoint.rst +9 -0
  181. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoice.rst +9 -0
  182. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceAny.rst +9 -0
  183. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceAuto.rst +9 -0
  184. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceTool.rst +9 -0
  185. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceUnknown.rst +9 -0
  186. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolConfiguration.rst +8 -0
  187. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchema.rst +9 -0
  188. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchemaJson.rst +9 -0
  189. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchemaUnknown.rst +9 -0
  190. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultBlock.rst +8 -0
  191. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlock.rst +9 -0
  192. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockDocument.rst +9 -0
  193. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockImage.rst +9 -0
  194. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockJson.rst +9 -0
  195. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockText.rst +9 -0
  196. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockUnknown.rst +9 -0
  197. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockVideo.rst +9 -0
  198. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolSpecification.rst +8 -0
  199. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolToolSpec.rst +9 -0
  200. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUnknown.rst +9 -0
  201. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlock.rst +8 -0
  202. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlockDelta.rst +8 -0
  203. aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlockStart.rst +8 -0
  204. aws_sdk_bedrock_runtime-0.0.1/docs/models/ValidationException.rst +9 -0
  205. aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoBlock.rst +8 -0
  206. aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSource.rst +9 -0
  207. aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceBytes.rst +9 -0
  208. aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceS3Location.rst +9 -0
  209. aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceUnknown.rst +9 -0
  210. aws_sdk_bedrock_runtime-0.0.1/docs/models/__init__.py +1 -0
  211. aws_sdk_bedrock_runtime-0.0.1/docs/models/index.rst +11 -0
  212. aws_sdk_bedrock_runtime-0.0.1/pyproject.toml +70 -0
  213. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/__init__.py +3 -0
  214. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/_private/__init__.py +1 -0
  215. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/_private/schemas.py +6245 -0
  216. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/auth.py +31 -0
  217. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/client.py +1154 -0
  218. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/config.py +182 -0
  219. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/deserialize.py +919 -0
  220. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/models.py +11300 -0
  221. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/serialize.py +455 -0
  222. aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/user_agent.py +17 -0
  223. aws_sdk_bedrock_runtime-0.0.1/tests/__init__.py +1 -0
  224. aws_sdk_bedrock_runtime-0.0.1/tests/test_protocol.py +62 -0
@@ -0,0 +1,7 @@
1
+ # Changelog
2
+
3
+ ## v0.0.1
4
+
5
+ ### Features
6
+ * Initial Client Release with support for current Amazon Bedrock Runtime operations.
7
+ * Added support for new InvokeModelWithBidirectionalStream API
@@ -0,0 +1,43 @@
1
+ Metadata-Version: 2.4
2
+ Name: aws_sdk_bedrock_runtime
3
+ Version: 0.0.1
4
+ Summary: aws_sdk_bedrock_runtime client
5
+ License: Apache-2.0
6
+ Keywords: aws_sdk_bedrock_runtime,smithy
7
+ Classifier: Development Status :: 2 - Pre-Alpha
8
+ Classifier: Intended Audience :: Developers
9
+ Classifier: Intended Audience :: System Administrators
10
+ Classifier: License :: OSI Approved :: Apache Software License
11
+ Classifier: Natural Language :: English
12
+ Classifier: Programming Language :: Python
13
+ Classifier: Programming Language :: Python :: 3
14
+ Classifier: Programming Language :: Python :: 3 :: Only
15
+ Classifier: Programming Language :: Python :: 3.12
16
+ Classifier: Programming Language :: Python :: 3.13
17
+ Requires-Python: >=3.12
18
+ Requires-Dist: smithy-aws-core==0.0.1
19
+ Requires-Dist: smithy-aws-event-stream==0.0.1
20
+ Requires-Dist: smithy-core==0.0.1
21
+ Requires-Dist: smithy-http[awscrt]==0.0.1
22
+ Requires-Dist: smithy-json==0.0.1
23
+ Provides-Extra: docs
24
+ Requires-Dist: pydata-sphinx-theme>=0.16.1; extra == 'docs'
25
+ Requires-Dist: sphinx>=8.2.3; extra == 'docs'
26
+ Provides-Extra: tests
27
+ Requires-Dist: pytest-asyncio<0.21.0,>=0.20.3; extra == 'tests'
28
+ Requires-Dist: pytest<8.0.0,>=7.2.0; extra == 'tests'
29
+ Description-Content-Type: text/markdown
30
+
31
+ ## Amazon Bedrock Runtime Client
32
+
33
+ The `aws_sdk_bedrock_runtime` client is still under active developement.
34
+ Changes may result in breaking changes prior to the release of version
35
+ 1.0.0.
36
+
37
+ ### Documentation
38
+
39
+ Documentation is available in the `/docs` directory of this package.
40
+ Pages can be built into portable HTML files for the time being. You can
41
+ follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-bedrock-runtime/docs/README.md).
42
+
43
+ For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
@@ -0,0 +1,13 @@
1
+ ## Amazon Bedrock Runtime Client
2
+
3
+ The `aws_sdk_bedrock_runtime` client is still under active developement.
4
+ Changes may result in breaking changes prior to the release of version
5
+ 1.0.0.
6
+
7
+ ### Documentation
8
+
9
+ Documentation is available in the `/docs` directory of this package.
10
+ Pages can be built into portable HTML files for the time being. You can
11
+ follow the instructions in the docs [README.md](https://github.com/awslabs/aws-sdk-python/blob/main/clients/aws-sdk-bedrock-runtime/docs/README.md).
12
+
13
+ For high-level documentation, you can view the [`dev-guide`](https://github.com/awslabs/aws-sdk-python/tree/main/dev-guide) at the top level of this repo.
@@ -0,0 +1,15 @@
1
+ # Code generated by smithy-python-codegen DO NOT EDIT.
2
+
3
+ SPHINXBUILD = sphinx-build
4
+ BUILDDIR = build
5
+ SERVICESDIR = source/reference/services
6
+ SPHINXOPTS = -j auto
7
+ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(SPHINXOPTS) .
8
+
9
+ clean:
10
+ -rm -rf $(BUILDDIR)/*
11
+
12
+ html:
13
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
14
+ @echo
15
+ @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
@@ -0,0 +1,10 @@
1
+ ## Generating Documentation
2
+
3
+ Sphinx is used for documentation. You can generate HTML locally with the
4
+ following:
5
+
6
+ ```
7
+ $ uv pip install ".[docs]"
8
+ $ cd docs
9
+ $ make html
10
+ ```
@@ -0,0 +1 @@
1
+ # Code generated by smithy-python-codegen DO NOT EDIT.
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ apply_guardrail
5
+ ===============
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.apply_guardrail
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ApplyGuardrailInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ApplyGuardrailOutput
25
+ :members:
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ converse
5
+ ========
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.converse
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ConverseInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ConverseOperationOutput
25
+ :members:
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ get_async_invoke
5
+ ================
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.get_async_invoke
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.GetAsyncInvokeInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.GetAsyncInvokeOutput
25
+ :members:
@@ -0,0 +1,11 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ Client
5
+ =======
6
+ .. toctree::
7
+ :maxdepth: 1
8
+ :titlesonly:
9
+ :glob:
10
+
11
+ *
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ invoke_model
5
+ ============
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.invoke_model
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.InvokeModelInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.InvokeModelOutput
25
+ :members:
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ list_async_invokes
5
+ ==================
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.list_async_invokes
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ListAsyncInvokesInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ListAsyncInvokesOutput
25
+ :members:
@@ -0,0 +1,25 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ start_async_invoke
5
+ ==================
6
+
7
+ .. automethod:: aws_sdk_bedrock_runtime.client.BedrockRuntimeClient.start_async_invoke
8
+
9
+ .. toctree::
10
+ :hidden:
11
+ :maxdepth: 2
12
+
13
+ =================
14
+ Input:
15
+ =================
16
+
17
+ .. autoclass:: aws_sdk_bedrock_runtime.models.StartAsyncInvokeInput
18
+ :members:
19
+
20
+ =================
21
+ Output:
22
+ =================
23
+
24
+ .. autoclass:: aws_sdk_bedrock_runtime.models.StartAsyncInvokeOutput
25
+ :members:
@@ -0,0 +1,31 @@
1
+ # Code generated by smithy-python-codegen DO NOT EDIT.
2
+
3
+ import os
4
+ import sys
5
+
6
+ sys.path.insert(0, os.path.abspath(".."))
7
+
8
+ project = "Amazon Bedrock Runtime"
9
+ author = "Amazon Web Services"
10
+ release = "0.0.1"
11
+
12
+ extensions = [
13
+ "sphinx.ext.autodoc",
14
+ "sphinx.ext.viewcode",
15
+ ]
16
+
17
+ templates_path = ["_templates"]
18
+ exclude_patterns = []
19
+
20
+ autodoc_default_options = {
21
+ "exclude-members": "deserialize,deserialize_kwargs,serialize,serialize_members"
22
+ }
23
+
24
+ html_theme = "pydata_sphinx_theme"
25
+ html_theme_options = {
26
+ "logo": {
27
+ "text": "Amazon Bedrock Runtime",
28
+ }
29
+ }
30
+
31
+ autodoc_typehints = "description"
@@ -0,0 +1,12 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ Amazon Bedrock Runtime
5
+ ======================
6
+
7
+ .. toctree::
8
+ :maxdepth: 2
9
+ :titlesonly:
10
+ :glob:
11
+
12
+ */index
@@ -0,0 +1,35 @@
1
+ REM Code generated by smithy-python-codegen DO NOT EDIT.
2
+
3
+ @ECHO OFF
4
+
5
+ pushd %~dp0
6
+
7
+ REM Command file for Sphinx documentation
8
+
9
+ if "%SPHINXBUILD%" == "" (
10
+ set SPHINXBUILD=sphinx-build
11
+ )
12
+ set BUILDDIR=build
13
+ set SERVICESDIR=source/reference/services
14
+ set SPHINXOPTS=-j auto
15
+ set ALLSPHINXOPTS=-d %BUILDDIR%/doctrees %SPHINXOPTS% .
16
+
17
+ if "%1" == "" goto help
18
+
19
+ if "%1" == "clean" (
20
+ rmdir /S /Q %BUILDDIR%
21
+ goto end
22
+ )
23
+
24
+ if "%1" == "html" (
25
+ %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
26
+ echo.
27
+ echo "Build finished. The HTML pages are in %BUILDDIR%/html."
28
+ goto end
29
+ )
30
+
31
+ :help
32
+ %SPHINXBUILD% -M help %SOURCEDIR% %BUILDDIR% %SPHINXOPTS% %O%
33
+
34
+ :end
35
+ popd
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ AccessDeniedException
5
+ =====================
6
+
7
+ .. autoexception:: aws_sdk_bedrock_runtime.models.AccessDeniedException
8
+ :members:
9
+ :show-inheritance:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ AnyToolChoice
5
+ =============
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AnyToolChoice
8
+ :members:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _AsyncInvokeOutputDataConfig:
5
+
6
+ AsyncInvokeOutputDataConfig
7
+ ===========================
8
+
9
+ .. autodata:: aws_sdk_bedrock_runtime.models.AsyncInvokeOutputDataConfig
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _AsyncInvokeOutputDataConfigS3OutputDataConfig:
5
+
6
+ AsyncInvokeOutputDataConfigS3OutputDataConfig
7
+ =============================================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AsyncInvokeOutputDataConfigS3OutputDataConfig
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _AsyncInvokeOutputDataConfigUnknown:
5
+
6
+ AsyncInvokeOutputDataConfigUnknown
7
+ ==================================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AsyncInvokeOutputDataConfigUnknown
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ AsyncInvokeS3OutputDataConfig
5
+ =============================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AsyncInvokeS3OutputDataConfig
8
+ :members:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ AsyncInvokeSummary
5
+ ==================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AsyncInvokeSummary
8
+ :members:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ AutoToolChoice
5
+ ==============
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.AutoToolChoice
8
+ :members:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ BidirectionalInputPayloadPart
5
+ =============================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.BidirectionalInputPayloadPart
8
+ :members:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ BidirectionalOutputPayloadPart
5
+ ==============================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.BidirectionalOutputPayloadPart
8
+ :members:
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ CachePointBlock
5
+ ===============
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.CachePointBlock
8
+ :members:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ ConflictException
5
+ =================
6
+
7
+ .. autoexception:: aws_sdk_bedrock_runtime.models.ConflictException
8
+ :members:
9
+ :show-inheritance:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlock:
5
+
6
+ ContentBlock
7
+ ============
8
+
9
+ .. autodata:: aws_sdk_bedrock_runtime.models.ContentBlock
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockCachePoint:
5
+
6
+ ContentBlockCachePoint
7
+ ======================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockCachePoint
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDelta:
5
+
6
+ ContentBlockDelta
7
+ =================
8
+
9
+ .. autodata:: aws_sdk_bedrock_runtime.models.ContentBlockDelta
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ ContentBlockDeltaEvent
5
+ ======================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaEvent
8
+ :members:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDeltaReasoningContent:
5
+
6
+ ContentBlockDeltaReasoningContent
7
+ =================================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaReasoningContent
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDeltaText:
5
+
6
+ ContentBlockDeltaText
7
+ =====================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaText
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDeltaToolUse:
5
+
6
+ ContentBlockDeltaToolUse
7
+ ========================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaToolUse
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDeltaUnknown:
5
+
6
+ ContentBlockDeltaUnknown
7
+ ========================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDeltaUnknown
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockDocument:
5
+
6
+ ContentBlockDocument
7
+ ====================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockDocument
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockGuardContent:
5
+
6
+ ContentBlockGuardContent
7
+ ========================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockGuardContent
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockImage:
5
+
6
+ ContentBlockImage
7
+ =================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockImage
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockReasoningContent:
5
+
6
+ ContentBlockReasoningContent
7
+ ============================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockReasoningContent
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockStart:
5
+
6
+ ContentBlockStart
7
+ =================
8
+
9
+ .. autodata:: aws_sdk_bedrock_runtime.models.ContentBlockStart
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ ContentBlockStartEvent
5
+ ======================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartEvent
8
+ :members:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockStartToolUse:
5
+
6
+ ContentBlockStartToolUse
7
+ ========================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartToolUse
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockStartUnknown:
5
+
6
+ ContentBlockStartUnknown
7
+ ========================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStartUnknown
@@ -0,0 +1,8 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ ContentBlockStopEvent
5
+ =====================
6
+
7
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockStopEvent
8
+ :members:
@@ -0,0 +1,9 @@
1
+ ..
2
+ Code generated by smithy-python-codegen DO NOT EDIT.
3
+
4
+ .. _ContentBlockText:
5
+
6
+ ContentBlockText
7
+ ================
8
+
9
+ .. autoclass:: aws_sdk_bedrock_runtime.models.ContentBlockText