@aws-sdk/client-bedrock-agentcore-control 3.957.0 → 3.962.0
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.
- package/README.md +2 -91
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +1509 -2396
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +2 -2
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +1499 -2386
- package/dist-es/waiters/waitForMemoryCreated.js +1 -1
- package/dist-es/waiters/waitForPolicyActive.js +1 -1
- package/dist-es/waiters/waitForPolicyDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineActive.js +1 -1
- package/dist-es/waiters/waitForPolicyEngineDeleted.js +1 -1
- package/dist-es/waiters/waitForPolicyGenerationCompleted.js +1 -1
- package/dist-types/pagination/index.d.ts +2 -2
- package/dist-types/ts3.4/pagination/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import { GetMemoryCommand } from "../commands/GetMemoryCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetMemoryCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { GetPolicyCommand } from "../commands/GetPolicyCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { GetPolicyCommand } from "../commands/GetPolicyCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetPolicyCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { GetPolicyEngineCommand } from "../commands/GetPolicyEngineCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { GetPolicyEngineCommand } from "../commands/GetPolicyEngineCommand";
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetPolicyEngineCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -3,7 +3,7 @@ import { GetPolicyGenerationCommand } from "../commands/GetPolicyGenerationComma
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetPolicyGenerationCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAgentRuntimeEndpointsPaginator";
|
|
3
|
-
export * from "./ListAgentRuntimeVersionsPaginator";
|
|
4
3
|
export * from "./ListAgentRuntimesPaginator";
|
|
4
|
+
export * from "./ListAgentRuntimeVersionsPaginator";
|
|
5
5
|
export * from "./ListApiKeyCredentialProvidersPaginator";
|
|
6
6
|
export * from "./ListBrowsersPaginator";
|
|
7
7
|
export * from "./ListCodeInterpretersPaginator";
|
|
8
8
|
export * from "./ListEvaluatorsPaginator";
|
|
9
|
-
export * from "./ListGatewayTargetsPaginator";
|
|
10
9
|
export * from "./ListGatewaysPaginator";
|
|
10
|
+
export * from "./ListGatewayTargetsPaginator";
|
|
11
11
|
export * from "./ListMemoriesPaginator";
|
|
12
12
|
export * from "./ListOauth2CredentialProvidersPaginator";
|
|
13
13
|
export * from "./ListOnlineEvaluationConfigsPaginator";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export * from "./Interfaces";
|
|
2
2
|
export * from "./ListAgentRuntimeEndpointsPaginator";
|
|
3
|
-
export * from "./ListAgentRuntimeVersionsPaginator";
|
|
4
3
|
export * from "./ListAgentRuntimesPaginator";
|
|
4
|
+
export * from "./ListAgentRuntimeVersionsPaginator";
|
|
5
5
|
export * from "./ListApiKeyCredentialProvidersPaginator";
|
|
6
6
|
export * from "./ListBrowsersPaginator";
|
|
7
7
|
export * from "./ListCodeInterpretersPaginator";
|
|
8
8
|
export * from "./ListEvaluatorsPaginator";
|
|
9
|
-
export * from "./ListGatewayTargetsPaginator";
|
|
10
9
|
export * from "./ListGatewaysPaginator";
|
|
10
|
+
export * from "./ListGatewayTargetsPaginator";
|
|
11
11
|
export * from "./ListMemoriesPaginator";
|
|
12
12
|
export * from "./ListOauth2CredentialProvidersPaginator";
|
|
13
13
|
export * from "./ListOnlineEvaluationConfigsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-bedrock-agentcore-control",
|
|
3
3
|
"description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-bedrock-agentcore-control",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
24
|
"@aws-sdk/core": "3.957.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|