@aws-sdk/client-bedrock-agentcore-control 3.1115.0 → 3.1117.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
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1114.0";
72
+ var version = "3.1116.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -1207,6 +1207,8 @@ const _SPG = "StartPolicyGeneration";
1207
1207
  const _SPGR = "StartPolicyGenerationRequest";
1208
1208
  const _SPGRt = "StartPolicyGenerationResponse";
1209
1209
  const _SQEE = "ServiceQuotaExceededException";
1210
+ const _SQP = "StaticQueryParameters";
1211
+ const _SQPV = "StaticQueryParameterValue";
1210
1212
  const _SR = "SecretReference";
1211
1213
  const _SRE = "SubscriptionRequiredException";
1212
1214
  const _SRRFA = "SubmitRegistryRecordForApproval";
@@ -1493,6 +1495,7 @@ const _cIA = "codeInterpreterArn";
1493
1495
  const _cII = "codeInterpreterId";
1494
1496
  const _cIS = "codeInterpreterSummaries";
1495
1497
  const _cIo = "connectorId";
1498
+ const _cIom = "compositeIdentifier";
1496
1499
  const _cJWTA = "customJWTAuthorizer";
1497
1500
  const _cL = "credentialLocation";
1498
1501
  const _cM = "commitMessage";
@@ -1953,6 +1956,8 @@ const _sPC = "stripePrivyConfiguration";
1953
1956
  const _sPa = "samplingPercentage";
1954
1957
  const _sPe = "serverProtocol";
1955
1958
  const _sPt = "stripePrivy";
1959
+ const _sQP = "staticQueryParameters";
1960
+ const _sQPCR = "staticQueryParameterConflictResolution";
1956
1961
  const _sR = "statusReasons";
1957
1962
  const _sRt = "statusReason";
1958
1963
  const _sRta = "staticRoute";
@@ -2198,6 +2203,7 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
2198
2203
  var Prompt = [0, n0, _P, 8, 0];
2199
2204
  var SensitiveJson = [0, n0, _SJ, 8, 15];
2200
2205
  var SensitiveText = [0, n0, _ST, 8, 0];
2206
+ var StaticQueryParameterValue = [0, n0, _SQPV, 8, 0];
2201
2207
  var TargetDescription = [0, n0, _TD, 8, 0];
2202
2208
  var TargetName = [0, n0, _TN, 8, 0];
2203
2209
  var A2aDescriptor$ = [3, n0, _AD,
@@ -4497,8 +4503,8 @@ var OutputConfig$ = [3, n0, _OC,
4497
4503
  ];
4498
4504
  var PassthroughTargetConfiguration$ = [3, n0, _PTC,
4499
4505
  0,
4500
- [_end, _pT, _sch, _sCti],
4501
- [0, 0, [() => HttpApiSchemaConfiguration$, 0], () => StickinessConfiguration$], 2
4506
+ [_end, _pT, _sch, _sCti, _sQP, _sQPCR],
4507
+ [0, 0, [() => HttpApiSchemaConfiguration$, 0], () => StickinessConfiguration$, [() => StaticQueryParameters, 0], 0], 2
4502
4508
  ];
4503
4509
  var PaymentConnectorSummary$ = [3, n0, _PCS,
4504
4510
  0,
@@ -4832,8 +4838,8 @@ var StaticRoute$ = [3, n0, _SRt,
4832
4838
  ];
4833
4839
  var StickinessConfiguration$ = [3, n0, _SCt,
4834
4840
  0,
4835
- [_id, _ti],
4836
- [0, 1], 1
4841
+ [_id, _ti, _cIom],
4842
+ [0, 1, 64 | 0], 1
4837
4843
  ];
4838
4844
  var StrategyConfiguration$ = [3, n0, _SCtr,
4839
4845
  0,
@@ -5758,6 +5764,12 @@ var OAuthCustomParameters = [2, n0, _OACPu,
5758
5764
  var SchemaProperties = [2, n0, _SP,
5759
5765
  0, 0, () => SchemaDefinition$
5760
5766
  ];
5767
+ var StaticQueryParameters = [2, n0, _SQP,
5768
+ 0, [0,
5769
+ 0],
5770
+ [() => StaticQueryParameterValue,
5771
+ 0]
5772
+ ];
5761
5773
  var Action$ = [4, n0, _Ac,
5762
5774
  0,
5763
5775
  [_cBo, _rTT],
@@ -8052,7 +8064,7 @@ const ConfigurationBundleStatus = {
8052
8064
  const DatasetSchemaType = {
8053
8065
  AGENTCORE_EVALUATION_PREDEFINED_V1: "AGENTCORE_EVALUATION_PREDEFINED_V1",
8054
8066
  AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1",
8055
- GENERIC_EVALUATION_PREDEFINED_V1: "GENERIC_EVALUATION_PREDEFINED_V1",
8067
+ THIRD_PARTY_EVALUATION_V1: "THIRD_PARTY_EVALUATION_V1",
8056
8068
  };
8057
8069
  const DraftStatus = {
8058
8070
  MODIFIED: "MODIFIED",
@@ -8168,6 +8180,10 @@ const PassthroughProtocolType = {
8168
8180
  INFERENCE: "INFERENCE",
8169
8181
  MCP: "MCP",
8170
8182
  };
8183
+ const StaticQueryParameterConflictResolution = {
8184
+ CLIENT_OVERRIDE: "CLIENT_OVERRIDE",
8185
+ STATIC_OVERRIDE: "STATIC_OVERRIDE",
8186
+ };
8171
8187
  const RestApiMethod = {
8172
8188
  DELETE: "DELETE",
8173
8189
  GET: "GET",
@@ -9500,6 +9516,7 @@ exports.StartPolicyGenerationCommand = StartPolicyGenerationCommand;
9500
9516
  exports.StartPolicyGenerationRequest$ = StartPolicyGenerationRequest$;
9501
9517
  exports.StartPolicyGenerationResponse$ = StartPolicyGenerationResponse$;
9502
9518
  exports.StaticOverride$ = StaticOverride$;
9519
+ exports.StaticQueryParameterConflictResolution = StaticQueryParameterConflictResolution;
9503
9520
  exports.StaticRoute$ = StaticRoute$;
9504
9521
  exports.Status = Status;
9505
9522
  exports.StickinessConfiguration$ = StickinessConfiguration$;
@@ -158,7 +158,7 @@ export const ConfigurationBundleStatus = {
158
158
  export const DatasetSchemaType = {
159
159
  AGENTCORE_EVALUATION_PREDEFINED_V1: "AGENTCORE_EVALUATION_PREDEFINED_V1",
160
160
  AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1",
161
- GENERIC_EVALUATION_PREDEFINED_V1: "GENERIC_EVALUATION_PREDEFINED_V1",
161
+ THIRD_PARTY_EVALUATION_V1: "THIRD_PARTY_EVALUATION_V1",
162
162
  };
163
163
  export const DraftStatus = {
164
164
  MODIFIED: "MODIFIED",
@@ -274,6 +274,10 @@ export const PassthroughProtocolType = {
274
274
  INFERENCE: "INFERENCE",
275
275
  MCP: "MCP",
276
276
  };
277
+ export const StaticQueryParameterConflictResolution = {
278
+ CLIENT_OVERRIDE: "CLIENT_OVERRIDE",
279
+ STATIC_OVERRIDE: "STATIC_OVERRIDE",
280
+ };
277
281
  export const RestApiMethod = {
278
282
  DELETE: "DELETE",
279
283
  GET: "GET",
@@ -863,6 +863,8 @@ const _SPG = "StartPolicyGeneration";
863
863
  const _SPGR = "StartPolicyGenerationRequest";
864
864
  const _SPGRt = "StartPolicyGenerationResponse";
865
865
  const _SQEE = "ServiceQuotaExceededException";
866
+ const _SQP = "StaticQueryParameters";
867
+ const _SQPV = "StaticQueryParameterValue";
866
868
  const _SR = "SecretReference";
867
869
  const _SRE = "SubscriptionRequiredException";
868
870
  const _SRRFA = "SubmitRegistryRecordForApproval";
@@ -1149,6 +1151,7 @@ const _cIA = "codeInterpreterArn";
1149
1151
  const _cII = "codeInterpreterId";
1150
1152
  const _cIS = "codeInterpreterSummaries";
1151
1153
  const _cIo = "connectorId";
1154
+ const _cIom = "compositeIdentifier";
1152
1155
  const _cJWTA = "customJWTAuthorizer";
1153
1156
  const _cL = "credentialLocation";
1154
1157
  const _cM = "commitMessage";
@@ -1609,6 +1612,8 @@ const _sPC = "stripePrivyConfiguration";
1609
1612
  const _sPa = "samplingPercentage";
1610
1613
  const _sPe = "serverProtocol";
1611
1614
  const _sPt = "stripePrivy";
1615
+ const _sQP = "staticQueryParameters";
1616
+ const _sQPCR = "staticQueryParameterConflictResolution";
1612
1617
  const _sR = "statusReasons";
1613
1618
  const _sRt = "statusReason";
1614
1619
  const _sRta = "staticRoute";
@@ -1857,6 +1862,7 @@ var OAuthCustomParametersValue = [0, n0, _OACPV, 8, 0];
1857
1862
  var Prompt = [0, n0, _P, 8, 0];
1858
1863
  var SensitiveJson = [0, n0, _SJ, 8, 15];
1859
1864
  var SensitiveText = [0, n0, _ST, 8, 0];
1865
+ var StaticQueryParameterValue = [0, n0, _SQPV, 8, 0];
1860
1866
  var TargetDescription = [0, n0, _TD, 8, 0];
1861
1867
  var TargetName = [0, n0, _TN, 8, 0];
1862
1868
  export var A2aDescriptor$ = [3, n0, _AD,
@@ -4156,8 +4162,8 @@ export var OutputConfig$ = [3, n0, _OC,
4156
4162
  ];
4157
4163
  export var PassthroughTargetConfiguration$ = [3, n0, _PTC,
4158
4164
  0,
4159
- [_end, _pT, _sch, _sCti],
4160
- [0, 0, [() => HttpApiSchemaConfiguration$, 0], () => StickinessConfiguration$], 2
4165
+ [_end, _pT, _sch, _sCti, _sQP, _sQPCR],
4166
+ [0, 0, [() => HttpApiSchemaConfiguration$, 0], () => StickinessConfiguration$, [() => StaticQueryParameters, 0], 0], 2
4161
4167
  ];
4162
4168
  export var PaymentConnectorSummary$ = [3, n0, _PCS,
4163
4169
  0,
@@ -4491,8 +4497,8 @@ export var StaticRoute$ = [3, n0, _SRt,
4491
4497
  ];
4492
4498
  export var StickinessConfiguration$ = [3, n0, _SCt,
4493
4499
  0,
4494
- [_id, _ti],
4495
- [0, 1], 1
4500
+ [_id, _ti, _cIom],
4501
+ [0, 1, 64 | 0], 1
4496
4502
  ];
4497
4503
  export var StrategyConfiguration$ = [3, n0, _SCtr,
4498
4504
  0,
@@ -5150,6 +5156,7 @@ var CodeInterpreterSummaries = [1, n0, _CISo,
5150
5156
  0, [() => CodeInterpreterSummary$,
5151
5157
  0]
5152
5158
  ];
5159
+ var CompositeIdentifierList = 64 | 0;
5153
5160
  var Conditions = [1, n0, _Co,
5154
5161
  0, () => Condition$
5155
5162
  ];
@@ -5468,6 +5475,12 @@ var OAuthCustomParameters = [2, n0, _OACPu,
5468
5475
  var SchemaProperties = [2, n0, _SP,
5469
5476
  0, 0, () => SchemaDefinition$
5470
5477
  ];
5478
+ var StaticQueryParameters = [2, n0, _SQP,
5479
+ 0, [0,
5480
+ 0],
5481
+ [() => StaticQueryParameterValue,
5482
+ 0]
5483
+ ];
5471
5484
  var TagsMap = 128 | 0;
5472
5485
  var TrafficSplitMetadataMap = 128 | 0;
5473
5486
  export var Action$ = [4, n0, _Ac,
@@ -47,7 +47,7 @@ declare const CreateDatasetCommand_base: {
47
47
  * s3Uri: "STRING_VALUE", // required
48
48
  * },
49
49
  * },
50
- * schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
50
+ * schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "THIRD_PARTY_EVALUATION_V1", // required
51
51
  * kmsKeyArn: "STRING_VALUE",
52
52
  * tags: { // TagsMap
53
53
  * "<keys>": "STRING_VALUE",
@@ -172,7 +172,14 @@ declare const CreateGatewayTargetCommand_base: {
172
172
  * stickinessConfiguration: { // StickinessConfiguration
173
173
  * identifier: "STRING_VALUE", // required
174
174
  * timeout: Number("int"),
175
+ * compositeIdentifier: [ // CompositeIdentifierList
176
+ * "STRING_VALUE",
177
+ * ],
178
+ * },
179
+ * staticQueryParameters: { // StaticQueryParameters
180
+ * "<keys>": "STRING_VALUE",
175
181
  * },
182
+ * staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
176
183
  * },
177
184
  * connector: { // HttpConnectorTargetConfiguration
178
185
  * source: { // HttpConnectorSource
@@ -417,7 +424,14 @@ declare const CreateGatewayTargetCommand_base: {
417
424
  * // stickinessConfiguration: { // StickinessConfiguration
418
425
  * // identifier: "STRING_VALUE", // required
419
426
  * // timeout: Number("int"),
427
+ * // compositeIdentifier: [ // CompositeIdentifierList
428
+ * // "STRING_VALUE",
429
+ * // ],
430
+ * // },
431
+ * // staticQueryParameters: { // StaticQueryParameters
432
+ * // "<keys>": "STRING_VALUE",
420
433
  * // },
434
+ * // staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
421
435
  * // },
422
436
  * // connector: { // HttpConnectorTargetConfiguration
423
437
  * // source: { // HttpConnectorSource
@@ -24,7 +24,7 @@ declare const DeleteMemoryCommand_base: {
24
24
  getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
25
25
  };
26
26
  /**
27
- * <p>Deletes an Amazon Bedrock AgentCore Memory resource.</p>
27
+ * <p>Deletes an Amazon Bedrock AgentCore Memory resource. When you delete a memory resource, it is permanently removed.</p>
28
28
  * @example
29
29
  * Use a bare-bones client and the command you need to make an API call.
30
30
  * ```javascript
@@ -48,7 +48,7 @@ declare const GetDatasetCommand_base: {
48
48
  * // status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
49
49
  * // draftStatus: "MODIFIED" || "UNMODIFIED",
50
50
  * // failureReason: "STRING_VALUE",
51
- * // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
51
+ * // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "THIRD_PARTY_EVALUATION_V1", // required
52
52
  * // kmsKeyArn: "STRING_VALUE",
53
53
  * // exampleCount: Number("long"), // required
54
54
  * // downloadUrl: "STRING_VALUE",
@@ -185,7 +185,14 @@ declare const GetGatewayTargetCommand_base: {
185
185
  * // stickinessConfiguration: { // StickinessConfiguration
186
186
  * // identifier: "STRING_VALUE", // required
187
187
  * // timeout: Number("int"),
188
+ * // compositeIdentifier: [ // CompositeIdentifierList
189
+ * // "STRING_VALUE",
190
+ * // ],
191
+ * // },
192
+ * // staticQueryParameters: { // StaticQueryParameters
193
+ * // "<keys>": "STRING_VALUE",
188
194
  * // },
195
+ * // staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
189
196
  * // },
190
197
  * // connector: { // HttpConnectorTargetConfiguration
191
198
  * // source: { // HttpConnectorSource
@@ -48,7 +48,7 @@ declare const ListDatasetsCommand_base: {
48
48
  * // description: "STRING_VALUE",
49
49
  * // status: "CREATING" || "UPDATING" || "DELETING" || "ACTIVE" || "CREATE_FAILED" || "UPDATE_FAILED" || "DELETE_FAILED", // required
50
50
  * // draftStatus: "MODIFIED" || "UNMODIFIED",
51
- * // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "GENERIC_EVALUATION_PREDEFINED_V1", // required
51
+ * // schemaType: "AGENTCORE_EVALUATION_PREDEFINED_V1" || "AGENTCORE_EVALUATION_SIMULATED_V1" || "THIRD_PARTY_EVALUATION_V1", // required
52
52
  * // exampleCount: Number("long"), // required
53
53
  * // createdAt: new Date("TIMESTAMP"), // required
54
54
  * // updatedAt: new Date("TIMESTAMP"), // required
@@ -189,7 +189,14 @@ declare const SynchronizeGatewayTargetsCommand_base: {
189
189
  * // stickinessConfiguration: { // StickinessConfiguration
190
190
  * // identifier: "STRING_VALUE", // required
191
191
  * // timeout: Number("int"),
192
+ * // compositeIdentifier: [ // CompositeIdentifierList
193
+ * // "STRING_VALUE",
194
+ * // ],
195
+ * // },
196
+ * // staticQueryParameters: { // StaticQueryParameters
197
+ * // "<keys>": "STRING_VALUE",
192
198
  * // },
199
+ * // staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
193
200
  * // },
194
201
  * // connector: { // HttpConnectorTargetConfiguration
195
202
  * // source: { // HttpConnectorSource
@@ -172,7 +172,14 @@ declare const UpdateGatewayTargetCommand_base: {
172
172
  * stickinessConfiguration: { // StickinessConfiguration
173
173
  * identifier: "STRING_VALUE", // required
174
174
  * timeout: Number("int"),
175
+ * compositeIdentifier: [ // CompositeIdentifierList
176
+ * "STRING_VALUE",
177
+ * ],
178
+ * },
179
+ * staticQueryParameters: { // StaticQueryParameters
180
+ * "<keys>": "STRING_VALUE",
175
181
  * },
182
+ * staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
176
183
  * },
177
184
  * connector: { // HttpConnectorTargetConfiguration
178
185
  * source: { // HttpConnectorSource
@@ -417,7 +424,14 @@ declare const UpdateGatewayTargetCommand_base: {
417
424
  * // stickinessConfiguration: { // StickinessConfiguration
418
425
  * // identifier: "STRING_VALUE", // required
419
426
  * // timeout: Number("int"),
427
+ * // compositeIdentifier: [ // CompositeIdentifierList
428
+ * // "STRING_VALUE",
429
+ * // ],
430
+ * // },
431
+ * // staticQueryParameters: { // StaticQueryParameters
432
+ * // "<keys>": "STRING_VALUE",
420
433
  * // },
434
+ * // staticQueryParameterConflictResolution: "CLIENT_OVERRIDE" || "STATIC_OVERRIDE",
421
435
  * // },
422
436
  * // connector: { // HttpConnectorTargetConfiguration
423
437
  * // source: { // HttpConnectorSource
@@ -398,9 +398,9 @@ export declare const DatasetSchemaType: {
398
398
  */
399
399
  readonly AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1";
400
400
  /**
401
- * <p> Unified generic evaluation schema, version 1. Supports single-turn (string input) and multi-turn (message list input) across all evaluation frameworks. </p>
401
+ * <p> Third-party evaluation schema, version 1. Supports single-turn (string input) and multi-turn (message list input) across third-party evaluation frameworks. </p>
402
402
  */
403
- readonly GENERIC_EVALUATION_PREDEFINED_V1: "GENERIC_EVALUATION_PREDEFINED_V1";
403
+ readonly THIRD_PARTY_EVALUATION_V1: "THIRD_PARTY_EVALUATION_V1";
404
404
  };
405
405
  /**
406
406
  * @public
@@ -710,6 +710,18 @@ export declare const PassthroughProtocolType: {
710
710
  * @public
711
711
  */
712
712
  export type PassthroughProtocolType = (typeof PassthroughProtocolType)[keyof typeof PassthroughProtocolType];
713
+ /**
714
+ * @public
715
+ * @enum
716
+ */
717
+ export declare const StaticQueryParameterConflictResolution: {
718
+ readonly CLIENT_OVERRIDE: "CLIENT_OVERRIDE";
719
+ readonly STATIC_OVERRIDE: "STATIC_OVERRIDE";
720
+ };
721
+ /**
722
+ * @public
723
+ */
724
+ export type StaticQueryParameterConflictResolution = (typeof StaticQueryParameterConflictResolution)[keyof typeof StaticQueryParameterConflictResolution];
713
725
  /**
714
726
  * @public
715
727
  * @enum
@@ -1,5 +1,5 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserEnterprisePolicyType, BrowserNetworkMode, BrowserProfileStatus, BrowserStatus, CapacityProviderStatus, CapacityProviderStatusCode, CapacityReservationPreference, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ConfigurationBundleStatus, CredentialProviderType, DatasetSchemaType, DatasetStatus, DraftStatus, EbsVolumeType, EndpointIpAddressType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayRateLimitStatus, GatewayRuleStatus, GatewayStatus, InboundTokenClaimValueType, IncludedData, InterceptorPayloadExclusion, Monitoring, NetworkMode, OAuthGrantType, OperatingSystem, PassthroughProtocolType, Period, PrincipalMatchOperator, Provider, ResourceType, SearchType, SecretSourceType, ServerProtocol, WafFailureMode } from "./enums";
2
+ import type { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserEnterprisePolicyType, BrowserNetworkMode, BrowserProfileStatus, BrowserStatus, CapacityProviderStatus, CapacityProviderStatusCode, CapacityReservationPreference, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ConfigurationBundleStatus, CredentialProviderType, DatasetSchemaType, DatasetStatus, DraftStatus, EbsVolumeType, EndpointIpAddressType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayRateLimitStatus, GatewayRuleStatus, GatewayStatus, InboundTokenClaimValueType, IncludedData, InterceptorPayloadExclusion, Monitoring, NetworkMode, OAuthGrantType, OperatingSystem, PassthroughProtocolType, Period, PrincipalMatchOperator, Provider, ResourceType, SearchType, SecretSourceType, ServerProtocol, StaticQueryParameterConflictResolution, WafFailureMode } from "./enums";
3
3
  /**
4
4
  * <p>The agent card definition for an A2A descriptor. Contains the schema version and inline content for the agent card.</p>
5
5
  * @public
@@ -8056,6 +8056,11 @@ export interface StickinessConfiguration {
8056
8056
  * @public
8057
8057
  */
8058
8058
  timeout?: number | undefined;
8059
+ /**
8060
+ * <p>Additional headers to include in session affinity routing. When set, requests are only considered part of the same session if both the <code>identifier</code> and all composite identifier values match.</p>
8061
+ * @public
8062
+ */
8063
+ compositeIdentifier?: string[] | undefined;
8059
8064
  }
8060
8065
  /**
8061
8066
  * <p>The configuration for an HTTP passthrough target. A passthrough target forwards requests directly to an external HTTP endpoint.</p>
@@ -8082,6 +8087,16 @@ export interface PassthroughTargetConfiguration {
8082
8087
  * @public
8083
8088
  */
8084
8089
  stickinessConfiguration?: StickinessConfiguration | undefined;
8090
+ /**
8091
+ * <p>A map of static query parameters that the gateway always appends to the outbound URL when forwarding requests to the target. The total outbound URL length, which includes the endpoint and the percent-encoded query parameters, is enforced by the service.</p>
8092
+ * @public
8093
+ */
8094
+ staticQueryParameters?: Record<string, string> | undefined;
8095
+ /**
8096
+ * <p>Controls precedence when a client request supplies a query parameter whose name matches a configured static query parameter. If not set, defaults to <code>CLIENT_OVERRIDE</code>:</p> <ul> <li> <p> <code>CLIENT_OVERRIDE</code> - The client-supplied value overrides the configured static value for that parameter name.</p> </li> <li> <p> <code>STATIC_OVERRIDE</code> - The configured static value is retained, overriding the client-supplied value for that parameter name.</p> </li> </ul>
8097
+ * @public
8098
+ */
8099
+ staticQueryParameterConflictResolution?: StaticQueryParameterConflictResolution | undefined;
8085
8100
  }
8086
8101
  /**
8087
8102
  * <p>The HTTP target configuration for a gateway target. Contains the configuration for HTTP-based target endpoints.</p>
@@ -4962,7 +4962,7 @@ export interface UpdateMemoryInput {
4962
4962
  */
4963
4963
  addIndexedKeys?: IndexedKey[] | undefined;
4964
4964
  /**
4965
- * <p>The namespace variable key definitions with validation rules for this memory. Use this parameter to update existing <code>namespaceKey</code> validation rules or add new keys when namespace templates change.</p>
4965
+ * <p>The namespace variable key definitions with validation rules for this memory. This value fully replaces the existing set — any key you omit is removed. Any referenced <code>namespaceKey</code> omission will throw ValidationException.</p>
4966
4966
  * @public
4967
4967
  */
4968
4968
  namespaceKeys?: NamespaceKeyEntry[] | undefined;
@@ -198,7 +198,7 @@ export type ConfigurationBundleStatus =
198
198
  export declare const DatasetSchemaType: {
199
199
  readonly AGENTCORE_EVALUATION_PREDEFINED_V1: "AGENTCORE_EVALUATION_PREDEFINED_V1";
200
200
  readonly AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1";
201
- readonly GENERIC_EVALUATION_PREDEFINED_V1: "GENERIC_EVALUATION_PREDEFINED_V1";
201
+ readonly THIRD_PARTY_EVALUATION_V1: "THIRD_PARTY_EVALUATION_V1";
202
202
  };
203
203
  export type DatasetSchemaType = (typeof DatasetSchemaType)[keyof typeof DatasetSchemaType];
204
204
  export declare const DraftStatus: {
@@ -346,6 +346,12 @@ export declare const PassthroughProtocolType: {
346
346
  };
347
347
  export type PassthroughProtocolType =
348
348
  (typeof PassthroughProtocolType)[keyof typeof PassthroughProtocolType];
349
+ export declare const StaticQueryParameterConflictResolution: {
350
+ readonly CLIENT_OVERRIDE: "CLIENT_OVERRIDE";
351
+ readonly STATIC_OVERRIDE: "STATIC_OVERRIDE";
352
+ };
353
+ export type StaticQueryParameterConflictResolution =
354
+ (typeof StaticQueryParameterConflictResolution)[keyof typeof StaticQueryParameterConflictResolution];
349
355
  export declare const RestApiMethod: {
350
356
  readonly DELETE: "DELETE";
351
357
  readonly GET: "GET";
@@ -47,6 +47,7 @@ import {
47
47
  SearchType,
48
48
  SecretSourceType,
49
49
  ServerProtocol,
50
+ StaticQueryParameterConflictResolution,
50
51
  WafFailureMode,
51
52
  } from "./enums";
52
53
  export interface AgentCardDefinition {
@@ -2331,12 +2332,15 @@ export interface HttpConnectorTargetConfiguration {
2331
2332
  export interface StickinessConfiguration {
2332
2333
  identifier: string | undefined;
2333
2334
  timeout?: number | undefined;
2335
+ compositeIdentifier?: string[] | undefined;
2334
2336
  }
2335
2337
  export interface PassthroughTargetConfiguration {
2336
2338
  endpoint: string | undefined;
2337
2339
  protocolType: PassthroughProtocolType | undefined;
2338
2340
  schema?: HttpApiSchemaConfiguration | undefined;
2339
2341
  stickinessConfiguration?: StickinessConfiguration | undefined;
2342
+ staticQueryParameters?: Record<string, string> | undefined;
2343
+ staticQueryParameterConflictResolution?: StaticQueryParameterConflictResolution | undefined;
2340
2344
  }
2341
2345
  export type HttpTargetConfiguration =
2342
2346
  | HttpTargetConfiguration.AgentcoreRuntimeMember
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
- "version": "3.1115.0",
3
+ "version": "3.1117.0",
4
4
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
5
5
  "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
6
6
  "license": "Apache-2.0",
@@ -46,13 +46,13 @@
46
46
  "test:index": "tsc -p tsconfig.test.json && node ./test/index-objects.spec.mjs"
47
47
  },
48
48
  "dependencies": {
49
- "@aws-sdk/core": "^3.977.8",
50
- "@aws-sdk/credential-provider-node": "^3.972.80",
51
- "@aws-sdk/types": "^3.974.4",
52
- "@smithy/core": "^3.31.1",
53
- "@smithy/fetch-http-handler": "^5.6.13",
54
- "@smithy/node-http-handler": "^4.9.13",
55
- "@smithy/types": "^4.16.1",
49
+ "@aws-sdk/core": "^3.977.9",
50
+ "@aws-sdk/credential-provider-node": "^3.972.81",
51
+ "@aws-sdk/types": "^3.974.5",
52
+ "@smithy/core": "^3.33.3",
53
+ "@smithy/fetch-http-handler": "^5.7.2",
54
+ "@smithy/node-http-handler": "^4.11.3",
55
+ "@smithy/types": "^4.17.2",
56
56
  "tslib": "^2.6.2"
57
57
  },
58
58
  "devDependencies": {