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.
- aws_sdk_bedrock_runtime-0.0.1/CHANGES.md +7 -0
- aws_sdk_bedrock_runtime-0.0.1/PKG-INFO +43 -0
- aws_sdk_bedrock_runtime-0.0.1/README.md +13 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/Makefile +15 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/README.md +10 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/__init__.py +1 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/apply_guardrail.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/converse.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/get_async_invoke.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/index.rst +11 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/invoke_model.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/list_async_invokes.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/client/start_async_invoke.rst +25 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/conf.py +31 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/index.rst +12 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/make.bat +35 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AccessDeniedException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AnyToolChoice.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfig.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfigS3OutputDataConfig.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeOutputDataConfigUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeS3OutputDataConfig.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AsyncInvokeSummary.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/AutoToolChoice.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/BidirectionalInputPayloadPart.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/BidirectionalOutputPayloadPart.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/CachePointBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConflictException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockCachePoint.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDelta.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaReasoningContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaToolUse.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDeltaUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockDocument.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockGuardContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockImage.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockReasoningContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStart.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartToolUse.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStartUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockStopEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockToolResult.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockToolUse.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ContentBlockVideo.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseMetrics.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutput.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutputMessage.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseOutputUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamMetadataEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamMetrics.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutput.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockDelta.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockStart.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputContentBlockStop.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputInternalServerException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMessageStart.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMessageStop.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputMetadata.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputModelStreamErrorException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputServiceUnavailableException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputThrottlingException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamOutputValidationException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseStreamTrace.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ConverseTrace.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSource.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSourceBytes.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/DocumentSourceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConfiguration.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockImage.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentFilter.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContentPolicyAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContextualGroundingFilter.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailContextualGroundingPolicyAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockImage.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSource.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSourceBytes.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseImageSourceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailConverseTextBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailCoverage.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailCustomWord.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageCoverage.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSource.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSourceBytes.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailImageSourceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailInvocationMetrics.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailManagedWord.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailOutputContent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailPiiEntityFilter.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailRegexFilter.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailSensitiveInformationPolicyAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailStreamConfiguration.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTextBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTextCharactersCoverage.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTopic.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTopicPolicyAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailTraceAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailUsage.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/GuardrailWordPolicyAssessment.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSource.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSourceBytes.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ImageSourceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InferenceConfiguration.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InternalServerException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInput.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInputChunk.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamInputUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutput.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputChunk.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputInternalServerException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputModelStreamErrorException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputModelTimeoutException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputServiceUnavailableException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputThrottlingException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/InvokeModelWithBidirectionalStreamOutputValidationException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/Message.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/MessageStartEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/MessageStopEvent.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelErrorException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelNotReadyException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelStreamErrorException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ModelTimeoutException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PayloadPart.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PerformanceConfiguration.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptRouterTrace.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValues.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValuesText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/PromptVariableValuesUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDelta.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaRedactedContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaSignature.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockDeltaUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockReasoningText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockRedactedContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ReasoningTextBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResourceNotFoundException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStream.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamChunk.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamInternalServerException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamModelStreamErrorException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamModelTimeoutException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamServiceUnavailableException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamThrottlingException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ResponseStreamValidationException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/S3Location.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ServiceQuotaExceededException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ServiceUnavailableException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SpecificToolChoice.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockCachePoint.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockGuardContent.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/SystemContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/Tag.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ThrottlingException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/TokenUsage.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/Tool.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolCachePoint.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoice.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceAny.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceAuto.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceTool.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolChoiceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolConfiguration.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchema.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchemaJson.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolInputSchemaUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlock.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockDocument.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockImage.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockJson.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockText.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolResultContentBlockVideo.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolSpecification.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolToolSpec.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlockDelta.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ToolUseBlockStart.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/ValidationException.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoBlock.rst +8 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSource.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceBytes.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceS3Location.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/VideoSourceUnknown.rst +9 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/__init__.py +1 -0
- aws_sdk_bedrock_runtime-0.0.1/docs/models/index.rst +11 -0
- aws_sdk_bedrock_runtime-0.0.1/pyproject.toml +70 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/__init__.py +3 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/_private/__init__.py +1 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/_private/schemas.py +6245 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/auth.py +31 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/client.py +1154 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/config.py +182 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/deserialize.py +919 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/models.py +11300 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/serialize.py +455 -0
- aws_sdk_bedrock_runtime-0.0.1/src/aws_sdk_bedrock_runtime/user_agent.py +17 -0
- aws_sdk_bedrock_runtime-0.0.1/tests/__init__.py +1 -0
- aws_sdk_bedrock_runtime-0.0.1/tests/test_protocol.py +62 -0
|
@@ -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 @@
|
|
|
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,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,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
|
+
.. _AsyncInvokeOutputDataConfigS3OutputDataConfig:
|
|
5
|
+
|
|
6
|
+
AsyncInvokeOutputDataConfigS3OutputDataConfig
|
|
7
|
+
=============================================
|
|
8
|
+
|
|
9
|
+
.. autoclass:: aws_sdk_bedrock_runtime.models.AsyncInvokeOutputDataConfigS3OutputDataConfig
|