AWS bedrock-agentcore documentation change
Summary
Rephrased introductory sentence and added API reference for credential provider creation
Security assessment
Documentation improvements without security implications. The credential storage recommendation was pre-existing and only received an API link addition.
Diff
diff --git a/bedrock-agentcore/latest/devguide/payments-prerequisites.md b/bedrock-agentcore/latest/devguide/payments-prerequisites.md index 08efa9f82..2e0748475 100644 --- a//bedrock-agentcore/latest/devguide/payments-prerequisites.md +++ b//bedrock-agentcore/latest/devguide/payments-prerequisites.md @@ -11 +11 @@ AWS account and credentialsPython and AWS SDKPayment provider credentials(Option -Before you use AgentCore payments, complete the following prerequisites. +Complete the prerequisites on this page before you use AgentCore payments. @@ -157 +157 @@ Plan for a brief overlap period where both old and new credentials are active. T -After you obtain credentials from your provider, you store them in AgentCore Identity as a PaymentCredentialProvider. For instructions, see [Configure payment credential providers](./resource-providers.html). +After you obtain credentials from your provider, you store them in AgentCore Identity as a PaymentCredentialProvider. For instructions, see [Configure payment credential providers](./resource-providers.html). For the complete request and response schema, see [CreatePaymentCredentialProvider](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreatePaymentCredentialProvider.html) in the API Reference.