@aws-sdk/client-bedrock-agentcore-control 3.1018.0 → 3.1020.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/dist-cjs/auth/httpAuthSchemeProvider.js +2 -2
- package/dist-cjs/index.js +1 -0
- package/dist-cjs/runtimeConfig.js +4 -3
- package/dist-cjs/runtimeConfig.shared.js +2 -2
- package/dist-cjs/schemas/schemas_0.js +24 -9
- package/dist-es/BedrockAgentCoreControl.js +3 -3
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/models/enums.js +1 -0
- package/dist-es/runtimeConfig.js +2 -1
- package/dist-es/runtimeConfig.shared.js +1 -1
- package/dist-es/schemas/schemas_0.js +17 -2
- 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 +2 -2
- package/dist-types/BedrockAgentCoreControl.d.ts +86 -86
- package/dist-types/BedrockAgentCoreControlClient.d.ts +89 -89
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/commands/CreateEvaluatorCommand.d.ts +7 -1
- package/dist-types/commands/GetEvaluatorCommand.d.ts +6 -0
- package/dist-types/commands/ListEvaluatorsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateEvaluatorCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePolicyEngineCommand.d.ts +1 -2
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +1 -0
- package/dist-types/models/errors.d.ts +2 -2
- package/dist-types/models/models_0.d.ts +67 -35
- package/dist-types/models/models_1.d.ts +31 -2
- package/dist-types/pagination/ListAgentRuntimeEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentRuntimeVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAgentRuntimesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListApiKeyCredentialProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrowserProfilesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBrowsersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCodeInterpretersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEvaluatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewayTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGatewaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMemoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOauth2CredentialProvidersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOnlineEvaluationConfigsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPoliciesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyEnginesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGenerationAssetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListPolicyGenerationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkloadIdentitiesPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +2 -0
- package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +4 -2
- package/dist-types/ts3.4/models/enums.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -7
- package/dist-types/ts3.4/models/models_1.d.ts +9 -3
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +2 -0
- package/dist-types/waiters/waitForMemoryCreated.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyActive.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyEngineActive.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyEngineDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForPolicyGenerationCompleted.d.ts +3 -3
- package/package.json +14 -14
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListGatewaysCommandInput, ListGatewaysCommandOutput } from "../commands/ListGatewaysCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMemoriesCommandInput, ListMemoriesCommandOutput } from "../commands/ListMemoriesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOauth2CredentialProvidersCommandInput, ListOauth2CredentialProvidersCommandOutput } from "../commands/ListOauth2CredentialProvidersCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListOnlineEvaluationConfigsCommandInput, ListOnlineEvaluationConfigsCommandOutput } from "../commands/ListOnlineEvaluationConfigsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPoliciesCommandInput, ListPoliciesCommandOutput } from "../commands/ListPoliciesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPolicyEnginesCommandInput, ListPolicyEnginesCommandOutput } from "../commands/ListPolicyEnginesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPolicyGenerationAssetsCommandInput, ListPolicyGenerationAssetsCommandOutput } from "../commands/ListPolicyGenerationAssetsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListPolicyGenerationsCommandInput, ListPolicyGenerationsCommandOutput } from "../commands/ListPolicyGenerationsCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListWorkloadIdentitiesCommandInput, ListWorkloadIdentitiesCommandOutput } from "../commands/ListWorkloadIdentitiesCommand";
|
|
3
|
-
import { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { BedrockAgentCoreControlPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -18,7 +18,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
22
22
|
protocolSettings: {
|
|
23
23
|
defaultNamespace?: string;
|
|
24
24
|
[setting: string]: unknown;
|
|
@@ -20,7 +20,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
24
24
|
protocolSettings: {
|
|
25
25
|
defaultNamespace?: string;
|
|
26
26
|
[setting: string]: unknown;
|
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientCon
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
cacheMiddleware?: boolean;
|
|
10
|
-
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
11
11
|
protocolSettings: {
|
|
12
12
|
defaultNamespace?: string;
|
|
13
13
|
[setting: string]: unknown;
|
|
@@ -183,6 +183,7 @@ export declare var InvocationConfiguration$: StaticStructureSchema;
|
|
|
183
183
|
export declare var InvocationConfigurationInput$: StaticStructureSchema;
|
|
184
184
|
export declare var KinesisResource$: StaticStructureSchema;
|
|
185
185
|
export declare var KmsConfiguration$: StaticStructureSchema;
|
|
186
|
+
export declare var LambdaEvaluatorConfig$: StaticStructureSchema;
|
|
186
187
|
export declare var LambdaInterceptorConfiguration$: StaticStructureSchema;
|
|
187
188
|
export declare var LifecycleConfiguration$: StaticStructureSchema;
|
|
188
189
|
export declare var LinkedinOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
@@ -343,6 +344,7 @@ export declare var AuthorizerConfiguration$: StaticUnionSchema;
|
|
|
343
344
|
export declare var CertificateLocation$: StaticUnionSchema;
|
|
344
345
|
export declare var ClaimMatchValueType$: StaticUnionSchema;
|
|
345
346
|
export declare var Code$: StaticUnionSchema;
|
|
347
|
+
export declare var CodeBasedEvaluatorConfig$: StaticUnionSchema;
|
|
346
348
|
export declare var ConsolidationConfiguration$: StaticUnionSchema;
|
|
347
349
|
export declare var Content$: StaticUnionSchema;
|
|
348
350
|
export declare var CredentialProvider$: StaticUnionSchema;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -588,7 +587,7 @@ export interface ClientDefaults
|
|
|
588
587
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
589
588
|
region?: string | __Provider<string>;
|
|
590
589
|
profile?: string;
|
|
591
|
-
defaultUserAgentProvider?:
|
|
590
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
592
591
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
593
592
|
maxAttempts?: number | __Provider<number>;
|
|
594
593
|
retryMode?: string | __Provider<string>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
|
-
HttpAuthScheme,
|
|
3
2
|
AwsCredentialIdentity,
|
|
4
3
|
AwsCredentialIdentityProvider,
|
|
4
|
+
HttpAuthScheme,
|
|
5
5
|
} from "@smithy/types";
|
|
6
6
|
import { BedrockAgentCoreControlHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
7
7
|
export interface HttpAuthExtensionConfiguration {
|
|
@@ -5,8 +5,10 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../BedrockAgentCoreControlClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
8
|
+
import {
|
|
9
|
+
UpdatePolicyEngineRequest,
|
|
10
|
+
UpdatePolicyEngineResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
10
12
|
export { __MetadataBearer };
|
|
11
13
|
export { $Command };
|
|
12
14
|
export interface UpdatePolicyEngineCommandInput
|
|
@@ -132,6 +132,7 @@ export type EvaluatorStatus =
|
|
|
132
132
|
(typeof EvaluatorStatus)[keyof typeof EvaluatorStatus];
|
|
133
133
|
export declare const EvaluatorType: {
|
|
134
134
|
readonly BUILTIN: "Builtin";
|
|
135
|
+
readonly CODE: "CustomCode";
|
|
135
136
|
readonly CUSTOM: "Custom";
|
|
136
137
|
};
|
|
137
138
|
export type EvaluatorType = (typeof EvaluatorType)[keyof typeof EvaluatorType];
|
|
@@ -705,6 +705,27 @@ export interface DeleteResourcePolicyRequest {
|
|
|
705
705
|
resourceArn: string | undefined;
|
|
706
706
|
}
|
|
707
707
|
export interface DeleteResourcePolicyResponse {}
|
|
708
|
+
export interface LambdaEvaluatorConfig {
|
|
709
|
+
lambdaArn: string | undefined;
|
|
710
|
+
lambdaTimeoutInSeconds?: number | undefined;
|
|
711
|
+
}
|
|
712
|
+
export type CodeBasedEvaluatorConfig =
|
|
713
|
+
| CodeBasedEvaluatorConfig.LambdaConfigMember
|
|
714
|
+
| CodeBasedEvaluatorConfig.$UnknownMember;
|
|
715
|
+
export declare namespace CodeBasedEvaluatorConfig {
|
|
716
|
+
interface LambdaConfigMember {
|
|
717
|
+
lambdaConfig: LambdaEvaluatorConfig;
|
|
718
|
+
$unknown?: never;
|
|
719
|
+
}
|
|
720
|
+
interface $UnknownMember {
|
|
721
|
+
lambdaConfig?: never;
|
|
722
|
+
$unknown: [string, any];
|
|
723
|
+
}
|
|
724
|
+
interface Visitor<T> {
|
|
725
|
+
lambdaConfig: (value: LambdaEvaluatorConfig) => T;
|
|
726
|
+
_: (name: string, value: any) => T;
|
|
727
|
+
}
|
|
728
|
+
}
|
|
708
729
|
export interface InferenceConfiguration {
|
|
709
730
|
maxTokens?: number | undefined;
|
|
710
731
|
temperature?: number | undefined;
|
|
@@ -774,19 +795,28 @@ export interface LlmAsAJudgeEvaluatorConfig {
|
|
|
774
795
|
modelConfig: EvaluatorModelConfig | undefined;
|
|
775
796
|
}
|
|
776
797
|
export type EvaluatorConfig =
|
|
798
|
+
| EvaluatorConfig.CodeBasedMember
|
|
777
799
|
| EvaluatorConfig.LlmAsAJudgeMember
|
|
778
800
|
| EvaluatorConfig.$UnknownMember;
|
|
779
801
|
export declare namespace EvaluatorConfig {
|
|
780
802
|
interface LlmAsAJudgeMember {
|
|
781
803
|
llmAsAJudge: LlmAsAJudgeEvaluatorConfig;
|
|
804
|
+
codeBased?: never;
|
|
805
|
+
$unknown?: never;
|
|
806
|
+
}
|
|
807
|
+
interface CodeBasedMember {
|
|
808
|
+
llmAsAJudge?: never;
|
|
809
|
+
codeBased: CodeBasedEvaluatorConfig;
|
|
782
810
|
$unknown?: never;
|
|
783
811
|
}
|
|
784
812
|
interface $UnknownMember {
|
|
785
813
|
llmAsAJudge?: never;
|
|
814
|
+
codeBased?: never;
|
|
786
815
|
$unknown: [string, any];
|
|
787
816
|
}
|
|
788
817
|
interface Visitor<T> {
|
|
789
818
|
llmAsAJudge: (value: LlmAsAJudgeEvaluatorConfig) => T;
|
|
819
|
+
codeBased: (value: CodeBasedEvaluatorConfig) => T;
|
|
790
820
|
_: (name: string, value: any) => T;
|
|
791
821
|
}
|
|
792
822
|
}
|
|
@@ -2800,10 +2830,3 @@ export interface ListPolicyEnginesResponse {
|
|
|
2800
2830
|
policyEngines: PolicyEngine[] | undefined;
|
|
2801
2831
|
nextToken?: string | undefined;
|
|
2802
2832
|
}
|
|
2803
|
-
export interface UpdatedDescription {
|
|
2804
|
-
optionalValue?: string | undefined;
|
|
2805
|
-
}
|
|
2806
|
-
export interface UpdatePolicyEngineRequest {
|
|
2807
|
-
policyEngineId: string | undefined;
|
|
2808
|
-
description?: UpdatedDescription | undefined;
|
|
2809
|
-
}
|
|
@@ -8,15 +8,21 @@ import {
|
|
|
8
8
|
TargetStatus,
|
|
9
9
|
} from "./enums";
|
|
10
10
|
import {
|
|
11
|
-
KmsConfiguration,
|
|
12
|
-
MetadataConfiguration,
|
|
13
|
-
UpdatedDescription,
|
|
14
11
|
ApiGatewayTargetConfiguration,
|
|
15
12
|
ApiSchemaConfiguration,
|
|
16
13
|
CredentialProviderConfiguration,
|
|
14
|
+
KmsConfiguration,
|
|
17
15
|
McpServerTargetConfiguration,
|
|
16
|
+
MetadataConfiguration,
|
|
18
17
|
S3Configuration,
|
|
19
18
|
} from "./models_0";
|
|
19
|
+
export interface UpdatedDescription {
|
|
20
|
+
optionalValue?: string | undefined;
|
|
21
|
+
}
|
|
22
|
+
export interface UpdatePolicyEngineRequest {
|
|
23
|
+
policyEngineId: string | undefined;
|
|
24
|
+
description?: UpdatedDescription | undefined;
|
|
25
|
+
}
|
|
20
26
|
export interface UpdatePolicyEngineResponse {
|
|
21
27
|
policyEngineId: string | undefined;
|
|
22
28
|
name: string | undefined;
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (
|
|
|
32
32
|
protocol:
|
|
33
33
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
34
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
35
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
36
36
|
protocolSettings: {
|
|
37
37
|
defaultNamespace?: string;
|
|
38
38
|
[setting: string]: unknown;
|
|
@@ -32,7 +32,7 @@ export declare const getRuntimeConfig: (
|
|
|
32
32
|
protocol:
|
|
33
33
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
34
34
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
35
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
35
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
36
36
|
protocolSettings: {
|
|
37
37
|
defaultNamespace?: string;
|
|
38
38
|
[setting: string]: unknown;
|
|
@@ -14,7 +14,7 @@ export declare const getRuntimeConfig: (
|
|
|
14
14
|
protocol:
|
|
15
15
|
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
16
|
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
-
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
17
|
+
| typeof import("@aws-sdk/core/protocols").AwsRestJsonProtocol;
|
|
18
18
|
protocolSettings: {
|
|
19
19
|
defaultNamespace?: string;
|
|
20
20
|
[setting: string]: unknown;
|
|
@@ -183,6 +183,7 @@ export declare var InvocationConfiguration$: StaticStructureSchema;
|
|
|
183
183
|
export declare var InvocationConfigurationInput$: StaticStructureSchema;
|
|
184
184
|
export declare var KinesisResource$: StaticStructureSchema;
|
|
185
185
|
export declare var KmsConfiguration$: StaticStructureSchema;
|
|
186
|
+
export declare var LambdaEvaluatorConfig$: StaticStructureSchema;
|
|
186
187
|
export declare var LambdaInterceptorConfiguration$: StaticStructureSchema;
|
|
187
188
|
export declare var LifecycleConfiguration$: StaticStructureSchema;
|
|
188
189
|
export declare var LinkedinOauth2ProviderConfigInput$: StaticStructureSchema;
|
|
@@ -343,6 +344,7 @@ export declare var AuthorizerConfiguration$: StaticUnionSchema;
|
|
|
343
344
|
export declare var CertificateLocation$: StaticUnionSchema;
|
|
344
345
|
export declare var ClaimMatchValueType$: StaticUnionSchema;
|
|
345
346
|
export declare var Code$: StaticUnionSchema;
|
|
347
|
+
export declare var CodeBasedEvaluatorConfig$: StaticUnionSchema;
|
|
346
348
|
export declare var ConsolidationConfiguration$: StaticUnionSchema;
|
|
347
349
|
export declare var Content$: StaticUnionSchema;
|
|
348
350
|
export declare var CredentialProvider$: StaticUnionSchema;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetMemoryCommandInput } from "../commands/GetMemoryCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetMemoryCommandInput } from "../commands/GetMemoryCommand";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilMemoryCreated instead. waitForMemoryCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetPolicyCommandInput } from "../commands/GetPolicyCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetPolicyCommandInput } from "../commands/GetPolicyCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Policy is active
|
|
6
6
|
* @deprecated Use waitUntilPolicyActive instead. waitForPolicyActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetPolicyCommandInput } from "../commands/GetPolicyCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetPolicyCommandInput } from "../commands/GetPolicyCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a Policy is deleted
|
|
6
6
|
* @deprecated Use waitUntilPolicyDeleted instead. waitForPolicyDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetPolicyEngineCommandInput } from "../commands/GetPolicyEngineCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetPolicyEngineCommandInput } from "../commands/GetPolicyEngineCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a PolicyEngine is active
|
|
6
6
|
* @deprecated Use waitUntilPolicyEngineActive instead. waitForPolicyEngineActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetPolicyEngineCommandInput } from "../commands/GetPolicyEngineCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetPolicyEngineCommandInput } from "../commands/GetPolicyEngineCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a PolicyEngine is deleted
|
|
6
6
|
* @deprecated Use waitUntilPolicyEngineDeleted instead. waitForPolicyEngineDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
-
import { GetPolicyGenerationCommandInput } from "../commands/GetPolicyGenerationCommand";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import type { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
|
|
3
|
+
import { type GetPolicyGenerationCommandInput } from "../commands/GetPolicyGenerationCommand";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until policy generation is completed
|
|
6
6
|
* @deprecated Use waitUntilPolicyGenerationCompleted instead. waitForPolicyGenerationCompleted does not throw error in non-success cases.
|
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.1020.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",
|
|
@@ -21,43 +21,43 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.2",
|
|
60
|
-
"@smithy/util-waiter": "^4.2.
|
|
60
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|