A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/aws/aws-sdk-js-v3/commit/0f75d4615b031a0512cb3b2dd18ee5e21ed2cae1 below:

Remove superfluous field from API · aws/aws-sdk-js-v3@0f75d46 · GitHub

File tree Expand file treeCollapse file tree 19 files changed

+63

-77

lines changed

Filter options

Expand file treeCollapse file tree 19 files changed

+63

-77

lines changed Original file line number Diff line number Diff line change

@@ -6,7 +6,7 @@

6 6 7 7

AWS SDK for JavaScript BedrockAgentCore Client for Node.js, Browser and React Native.

8 8 9 -

<note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Data plane operations for Amazon Bedrock AgentCore.</p>

9 +

<note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Data Plane API reference. Data Plane actions process and handle data or workloads within Amazon Web Services services. </p>

10 10 11 11

## Installing

12 12 Original file line number Diff line number Diff line change

@@ -549,7 +549,7 @@ export interface BedrockAgentCore {

549 549

}

550 550 551 551

/**

552 -

* <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Data plane operations for Amazon Bedrock AgentCore.</p>

552 +

* <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Data Plane API reference. Data Plane actions process and handle data or workloads within Amazon Web Services services. </p>

553 553

* @public

554 554

*/

555 555

export class BedrockAgentCore extends BedrockAgentCoreClient implements BedrockAgentCore {}

Original file line number Diff line number Diff line change

@@ -402,7 +402,7 @@ export type BedrockAgentCoreClientResolvedConfigType = __SmithyResolvedConfigura

402 402

export interface BedrockAgentCoreClientResolvedConfig extends BedrockAgentCoreClientResolvedConfigType {}

403 403 404 404

/**

405 -

* <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Data plane operations for Amazon Bedrock AgentCore.</p>

405 +

* <note> <p>Amazon Bedrock AgentCore is in preview release and is subject to change.</p> </note> <p>Welcome to the Amazon Bedrock AgentCore Data Plane API reference. Data Plane actions process and handle data or workloads within Amazon Web Services services. </p>

406 406

* @public

407 407

*/

408 408

export class BedrockAgentCoreClient extends __Client<

Original file line number Diff line number Diff line change

@@ -33,7 +33,7 @@ export interface CreateEventCommandInput extends CreateEventInput {}

33 33

export interface CreateEventCommandOutput extends CreateEventOutput, __MetadataBearer {}

34 34 35 35

/**

36 -

* <p>Creates an event in a memory store. Events represent interactions or activities that occur within a session and are associated with specific actors.</p> <p>To use this operation, you must have the <code>genesismemory:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</p>

36 +

* <p>Creates an event in an AgentCore Memory resource. Events represent interactions or activities that occur within a session and are associated with specific actors.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:CreateEvent</code> permission.</p> <p>This operation is subject to request rate limiting.</p>

37 37

* @example

38 38

* Use a bare-bones client and the command you need to make an API call.

39 39

* ```javascript

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface DeleteEventCommandInput extends DeleteEventInput {}

28 28

export interface DeleteEventCommandOutput extends DeleteEventOutput, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Deletes an event from a memory store. When you delete an event, it is permanently removed.</p> <p>To use this operation, you must have the <code>genesismemory:DeleteEvent</code> permission.</p>

31 +

* <p>Deletes an event from an AgentCore Memory resource. When you delete an event, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteEvent</code> permission.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface DeleteMemoryRecordCommandInput extends DeleteMemoryRecordInput

28 28

export interface DeleteMemoryRecordCommandOutput extends DeleteMemoryRecordOutput, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Deletes a memory record from a memory store. When you delete a memory record, it is permanently removed.</p> <p>To use this operation, you must have the <code>genesismemory:DeleteMemoryRecord</code> permission.</p>

31 +

* <p>Deletes a memory record from an AgentCore Memory resource. When you delete a memory record, it is permanently removed.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:DeleteMemoryRecord</code> permission.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

Original file line number Diff line number Diff line change

@@ -28,7 +28,7 @@ export interface GetEventCommandInput extends GetEventInput {}

28 28

export interface GetEventCommandOutput extends GetEventOutput, __MetadataBearer {}

29 29 30 30

/**

31 -

* <p>Retrieves information about a specific event in a memory store.</p> <p>To use this operation, you must have the <code>genesismemory:GetEvent</code> permission.</p>

31 +

* <p>Retrieves information about a specific event in an AgentCore Memory resource.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:GetEvent</code> permission.</p>

32 32

* @example

33 33

* Use a bare-bones client and the command you need to make an API call.

34 34

* ```javascript

Original file line number Diff line number Diff line change

@@ -32,7 +32,7 @@ export interface GetMemoryRecordCommandInput extends GetMemoryRecordInput {}

32 32

export interface GetMemoryRecordCommandOutput extends GetMemoryRecordOutput, __MetadataBearer {}

33 33 34 34

/**

35 -

* <p>Retrieves a specific memory record from a memory store.</p> <p>To use this operation, you must have the <code>genesismemory:GetMemoryRecord</code> permission.</p>

35 +

* <p>Retrieves a specific memory record from an AgentCore Memory resource.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:GetMemoryRecord</code> permission.</p>

36 36

* @example

37 37

* Use a bare-bones client and the command you need to make an API call.

38 38

* ```javascript

Original file line number Diff line number Diff line change

@@ -33,7 +33,7 @@ export interface GetResourceOauth2TokenCommandInput extends GetResourceOauth2Tok

33 33

export interface GetResourceOauth2TokenCommandOutput extends GetResourceOauth2TokenResponse, __MetadataBearer {}

34 34 35 35

/**

36 -

* <p>Reaturns the Oauth2Token of the provided resource</p>

36 +

* <p>Returns the OAuth 2.0 token of the provided resource</p>

37 37

* @example

38 38

* Use a bare-bones client and the command you need to make an API call.

39 39

* ```javascript

@@ -42,7 +42,6 @@ export interface GetResourceOauth2TokenCommandOutput extends GetResourceOauth2To

42 42

* const client = new BedrockAgentCoreClient(config);

43 43

* const input = { // GetResourceOauth2TokenRequest

44 44

* workloadIdentityToken: "STRING_VALUE", // required

45 -

* userId: "STRING_VALUE",

46 45

* resourceCredentialProviderName: "STRING_VALUE", // required

47 46

* scopes: [ // ScopesListType // required

48 47

* "STRING_VALUE",

Original file line number Diff line number Diff line change

@@ -48,7 +48,7 @@ export interface InvokeAgentRuntimeCommandOutput

48 48

}

49 49 50 50

/**

51 -

* <p>Sends a request to an agent runtime in Amazon Bedrock and receives responses in real-time. The agent processes the request using the configured foundation model and any associated knowledge bases or action groups.</p> <p>To invoke an agent runtime, you must specify the agent runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or alias of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p>

51 +

* <p>Sends a request to an agent or tool hosted in an Amazon Bedrock AgentCore Runtime and receives responses in real-time. </p> <p>To invoke an agent you must specify the AgentCore Runtime ARN and provide a payload containing your request. You can optionally specify a qualifier to target a specific version or endpoint of the agent.</p> <p>This operation supports streaming responses, allowing you to receive partial responses as they become available. We recommend using pagination to ensure that the operation returns quickly and successfully when processing large responses.</p> <p>For example code, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-invoke-agent.html">Invoke an AgentCore Runtime agent</a>. </p> <p>If you're integrating your agent with OAuth, you can't use the Amazon Web Services SDK to call <code>InvokeAgentRuntime</code>. Instead, make a HTTPS request to <code>InvokeAgentRuntime</code>. For an example, see <a href="https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-oauth.html">Authenticate and authorize with Inbound Auth and Outbound Auth</a>.</p> <p>To use this operation, you must have the <code>bedrock-agentcore:InvokeAgentRuntime</code> permission.</p>

52 52

* @example

53 53

* Use a bare-bones client and the command you need to make an API call.

54 54

* ```javascript

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4