@aws-sdk/client-bedrock-agentcore-control 3.964.0 → 3.966.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/index.js CHANGED
@@ -1093,6 +1093,7 @@ const _vC = "vpcConfig";
1093
1093
  const _vI = "versionId";
1094
1094
  const _vM = "validationMode";
1095
1095
  const _ve = "version";
1096
+ const _vi = "view";
1096
1097
  const _wI = "workloadIdentities";
1097
1098
  const _wIA = "workloadIdentityArn";
1098
1099
  const _wID = "workloadIdentityDetails";
@@ -1753,8 +1754,8 @@ var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1753
1754
  ];
1754
1755
  var GetMemoryInput$ = [3, n0, _GMI,
1755
1756
  0,
1756
- [_mIe],
1757
- [[0, 1]]
1757
+ [_mIe, _vi],
1758
+ [[0, 1], [0, { [_hQ]: _vi }]]
1758
1759
  ];
1759
1760
  var GetMemoryOutput$ = [3, n0, _GMO,
1760
1761
  0,
@@ -4863,6 +4864,10 @@ const MemoryStrategyType = {
4863
4864
  SUMMARIZATION: "SUMMARIZATION",
4864
4865
  USER_PREFERENCE: "USER_PREFERENCE",
4865
4866
  };
4867
+ const MemoryView = {
4868
+ FULL: "full",
4869
+ WITHOUT_DECRYPTION: "without_decryption",
4870
+ };
4866
4871
  const CredentialProviderVendorType = {
4867
4872
  AtlassianOauth2: "AtlassianOauth2",
4868
4873
  Auth0Oauth2: "Auth0Oauth2",
@@ -5352,6 +5357,7 @@ exports.MemoryStrategyInput$ = MemoryStrategyInput$;
5352
5357
  exports.MemoryStrategyStatus = MemoryStrategyStatus;
5353
5358
  exports.MemoryStrategyType = MemoryStrategyType;
5354
5359
  exports.MemorySummary$ = MemorySummary$;
5360
+ exports.MemoryView = MemoryView;
5355
5361
  exports.MessageBasedTrigger$ = MessageBasedTrigger$;
5356
5362
  exports.MessageBasedTriggerInput$ = MessageBasedTriggerInput$;
5357
5363
  exports.MetadataConfiguration$ = MetadataConfiguration$;
@@ -191,6 +191,10 @@ export const MemoryStrategyType = {
191
191
  SUMMARIZATION: "SUMMARIZATION",
192
192
  USER_PREFERENCE: "USER_PREFERENCE",
193
193
  };
194
+ export const MemoryView = {
195
+ FULL: "full",
196
+ WITHOUT_DECRYPTION: "without_decryption",
197
+ };
194
198
  export const CredentialProviderVendorType = {
195
199
  AtlassianOauth2: "AtlassianOauth2",
196
200
  Auth0Oauth2: "Auth0Oauth2",
@@ -798,6 +798,7 @@ const _vC = "vpcConfig";
798
798
  const _vI = "versionId";
799
799
  const _vM = "validationMode";
800
800
  const _ve = "version";
801
+ const _vi = "view";
801
802
  const _wI = "workloadIdentities";
802
803
  const _wIA = "workloadIdentityArn";
803
804
  const _wID = "workloadIdentityDetails";
@@ -1461,8 +1462,8 @@ export var GetGatewayTargetResponse$ = [3, n0, _GGTRe,
1461
1462
  ];
1462
1463
  export var GetMemoryInput$ = [3, n0, _GMI,
1463
1464
  0,
1464
- [_mIe],
1465
- [[0, 1]]
1465
+ [_mIe, _vi],
1466
+ [[0, 1], [0, { [_hQ]: _vi }]]
1466
1467
  ];
1467
1468
  export var GetMemoryOutput$ = [3, n0, _GMO,
1468
1469
  0,
@@ -38,6 +38,7 @@ declare const GetMemoryCommand_base: {
38
38
  * const client = new BedrockAgentCoreControlClient(config);
39
39
  * const input = { // GetMemoryInput
40
40
  * memoryId: "STRING_VALUE", // required
41
+ * view: "full" || "without_decryption",
41
42
  * };
42
43
  * const command = new GetMemoryCommand(input);
43
44
  * const response = await client.send(command);
@@ -463,6 +463,18 @@ export declare const MemoryStrategyType: {
463
463
  * @public
464
464
  */
465
465
  export type MemoryStrategyType = (typeof MemoryStrategyType)[keyof typeof MemoryStrategyType];
466
+ /**
467
+ * @public
468
+ * @enum
469
+ */
470
+ export declare const MemoryView: {
471
+ readonly FULL: "full";
472
+ readonly WITHOUT_DECRYPTION: "without_decryption";
473
+ };
474
+ /**
475
+ * @public
476
+ */
477
+ export type MemoryView = (typeof MemoryView)[keyof typeof MemoryView];
466
478
  /**
467
479
  * @public
468
480
  * @enum
@@ -1,5 +1,5 @@
1
1
  import { DocumentType as __DocumentType } from "@smithy/types";
2
- import { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserNetworkMode, BrowserStatus, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, CredentialProviderType, CredentialProviderVendorType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, FilterOperator, FindingType, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayStatus, InboundTokenClaimValueType, KeyType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, NetworkMode, OAuthGrantType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, ResourceType, RestApiMethod, SearchType, ServerProtocol, TargetStatus } from "./enums";
2
+ import { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserNetworkMode, BrowserStatus, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, CredentialProviderType, CredentialProviderVendorType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, FilterOperator, FindingType, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayStatus, InboundTokenClaimValueType, KeyType, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, NetworkMode, OAuthGrantType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, ResourceType, RestApiMethod, SearchType, ServerProtocol, TargetStatus } from "./enums";
3
3
  /**
4
4
  * @public
5
5
  */
@@ -5129,6 +5129,11 @@ export interface GetMemoryInput {
5129
5129
  * @public
5130
5130
  */
5131
5131
  memoryId: string | undefined;
5132
+ /**
5133
+ * <p>The level of detail to return for the memory.</p>
5134
+ * @public
5135
+ */
5136
+ view?: MemoryView | undefined;
5132
5137
  }
5133
5138
  /**
5134
5139
  * @public
@@ -247,6 +247,11 @@ export declare const MemoryStrategyType: {
247
247
  };
248
248
  export type MemoryStrategyType =
249
249
  (typeof MemoryStrategyType)[keyof typeof MemoryStrategyType];
250
+ export declare const MemoryView: {
251
+ readonly FULL: "full";
252
+ readonly WITHOUT_DECRYPTION: "without_decryption";
253
+ };
254
+ export type MemoryView = (typeof MemoryView)[keyof typeof MemoryView];
250
255
  export declare const CredentialProviderVendorType: {
251
256
  readonly AtlassianOauth2: "AtlassianOauth2";
252
257
  readonly Auth0Oauth2: "Auth0Oauth2";
@@ -27,6 +27,7 @@ import {
27
27
  MemoryStatus,
28
28
  MemoryStrategyStatus,
29
29
  MemoryStrategyType,
30
+ MemoryView,
30
31
  NetworkMode,
31
32
  OAuthGrantType,
32
33
  OnlineEvaluationConfigStatus,
@@ -1643,6 +1644,7 @@ export interface DeleteMemoryOutput {
1643
1644
  }
1644
1645
  export interface GetMemoryInput {
1645
1646
  memoryId: string | undefined;
1647
+ view?: MemoryView | undefined;
1646
1648
  }
1647
1649
  export interface GetMemoryOutput {
1648
1650
  memory: Memory | undefined;
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.964.0",
4
+ "version": "3.966.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,38 +21,38 @@
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.964.0",
25
- "@aws-sdk/credential-provider-node": "3.964.0",
26
- "@aws-sdk/middleware-host-header": "3.957.0",
27
- "@aws-sdk/middleware-logger": "3.957.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.957.0",
29
- "@aws-sdk/middleware-user-agent": "3.964.0",
30
- "@aws-sdk/region-config-resolver": "3.957.0",
31
- "@aws-sdk/types": "3.957.0",
32
- "@aws-sdk/util-endpoints": "3.957.0",
33
- "@aws-sdk/util-user-agent-browser": "3.957.0",
34
- "@aws-sdk/util-user-agent-node": "3.964.0",
24
+ "@aws-sdk/core": "3.966.0",
25
+ "@aws-sdk/credential-provider-node": "3.966.0",
26
+ "@aws-sdk/middleware-host-header": "3.965.0",
27
+ "@aws-sdk/middleware-logger": "3.965.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.965.0",
29
+ "@aws-sdk/middleware-user-agent": "3.966.0",
30
+ "@aws-sdk/region-config-resolver": "3.965.0",
31
+ "@aws-sdk/types": "3.965.0",
32
+ "@aws-sdk/util-endpoints": "3.965.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.965.0",
34
+ "@aws-sdk/util-user-agent-node": "3.966.0",
35
35
  "@smithy/config-resolver": "^4.4.5",
36
- "@smithy/core": "^3.20.0",
36
+ "@smithy/core": "^3.20.1",
37
37
  "@smithy/fetch-http-handler": "^5.3.8",
38
38
  "@smithy/hash-node": "^4.2.7",
39
39
  "@smithy/invalid-dependency": "^4.2.7",
40
40
  "@smithy/middleware-content-length": "^4.2.7",
41
- "@smithy/middleware-endpoint": "^4.4.1",
42
- "@smithy/middleware-retry": "^4.4.17",
41
+ "@smithy/middleware-endpoint": "^4.4.2",
42
+ "@smithy/middleware-retry": "^4.4.18",
43
43
  "@smithy/middleware-serde": "^4.2.8",
44
44
  "@smithy/middleware-stack": "^4.2.7",
45
45
  "@smithy/node-config-provider": "^4.3.7",
46
46
  "@smithy/node-http-handler": "^4.4.7",
47
47
  "@smithy/protocol-http": "^5.3.7",
48
- "@smithy/smithy-client": "^4.10.2",
48
+ "@smithy/smithy-client": "^4.10.3",
49
49
  "@smithy/types": "^4.11.0",
50
50
  "@smithy/url-parser": "^4.2.7",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.16",
55
- "@smithy/util-defaults-mode-node": "^4.2.19",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.17",
55
+ "@smithy/util-defaults-mode-node": "^4.2.20",
56
56
  "@smithy/util-endpoints": "^3.2.7",
57
57
  "@smithy/util-middleware": "^4.2.7",
58
58
  "@smithy/util-retry": "^4.2.7",
@@ -65,7 +65,7 @@
65
65
  "@types/node": "^18.19.69",
66
66
  "concurrently": "7.0.0",
67
67
  "downlevel-dts": "0.10.1",
68
- "rimraf": "3.0.2",
68
+ "rimraf": "5.0.10",
69
69
  "typescript": "~5.8.3"
70
70
  },
71
71
  "engines": {