@aws-sdk/client-bedrock-agentcore-control 3.1103.0 → 3.1104.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.1102.0";
72
+ var version = "3.1103.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75
 
@@ -753,6 +753,8 @@ const _HACRE = "HarnessAgentCoreRuntimeEnvironment";
753
753
  const _HACRER = "HarnessAgentCoreRuntimeEnvironmentRequest";
754
754
  const _HASC = "HttpApiSchemaConfiguration";
755
755
  const _HBMC = "HarnessBedrockModelConfig";
756
+ const _HCS = "HttpConnectorSource";
757
+ const _HCTC = "HttpConnectorTargetConfiguration";
756
758
  const _HDMC = "HarnessDisabledMemoryConfiguration";
757
759
  const _HE = "HarnessEndpoint";
758
760
  const _HEA = "HarnessEnvironmentArtifact";
@@ -1702,6 +1704,7 @@ const _pV = "parameterValues";
1702
1704
  const _pVI = "parentVersionIds";
1703
1705
  const _pVr = "protocolVersion";
1704
1706
  const _pa = "paths";
1707
+ const _par = "parameters";
1705
1708
  const _pas = "passthrough";
1706
1709
  const _po = "policy";
1707
1710
  const _pol = "policies";
@@ -3427,6 +3430,16 @@ var HttpApiSchemaConfiguration$ = [3, n0, _HASC,
3427
3430
  [_so],
3428
3431
  [[() => ApiSchemaConfiguration$, 0]], 1
3429
3432
  ];
3433
+ var HttpConnectorSource$ = [3, n0, _HCS,
3434
+ 0,
3435
+ [_cIo],
3436
+ [0], 1
3437
+ ];
3438
+ var HttpConnectorTargetConfiguration$ = [3, n0, _HCTC,
3439
+ 0,
3440
+ [_so, _par],
3441
+ [() => HttpConnectorSource$, 128 | 0], 1
3442
+ ];
3430
3443
  var IamCredentialProvider$ = [3, n0, _ICP,
3431
3444
  0,
3432
3445
  [_ser, _reg],
@@ -5507,8 +5520,8 @@ var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
5507
5520
  ];
5508
5521
  var HttpTargetConfiguration$ = [4, n0, _HTCt,
5509
5522
  0,
5510
- [_aRg, _pas],
5511
- [[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0]]
5523
+ [_aRg, _pas, _conn],
5524
+ [[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0], () => HttpConnectorTargetConfiguration$]
5512
5525
  ];
5513
5526
  var InferenceTargetConfiguration$ = [4, n0, _ITC,
5514
5527
  0,
@@ -7583,6 +7596,7 @@ const TargetType = {
7583
7596
  AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME",
7584
7597
  API_GATEWAY: "API_GATEWAY",
7585
7598
  CONNECTOR: "CONNECTOR",
7599
+ HTTP_CONNECTOR: "HTTP_CONNECTOR",
7586
7600
  LAMBDA: "LAMBDA",
7587
7601
  MCP_SERVER: "MCP_SERVER",
7588
7602
  OPEN_API_SCHEMA: "OPEN_API_SCHEMA",
@@ -8432,6 +8446,8 @@ exports.HarnessTruncationStrategyConfiguration$ = HarnessTruncationStrategyConfi
8432
8446
  exports.HarnessVersionSummary$ = HarnessVersionSummary$;
8433
8447
  exports.HostingEnvironment$ = HostingEnvironment$;
8434
8448
  exports.HttpApiSchemaConfiguration$ = HttpApiSchemaConfiguration$;
8449
+ exports.HttpConnectorSource$ = HttpConnectorSource$;
8450
+ exports.HttpConnectorTargetConfiguration$ = HttpConnectorTargetConfiguration$;
8435
8451
  exports.HttpTargetConfiguration$ = HttpTargetConfiguration$;
8436
8452
  exports.IamCredentialProvider$ = IamCredentialProvider$;
8437
8453
  exports.IamPrincipal$ = IamPrincipal$;
@@ -260,6 +260,7 @@ export const TargetType = {
260
260
  AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME",
261
261
  API_GATEWAY: "API_GATEWAY",
262
262
  CONNECTOR: "CONNECTOR",
263
+ HTTP_CONNECTOR: "HTTP_CONNECTOR",
263
264
  LAMBDA: "LAMBDA",
264
265
  MCP_SERVER: "MCP_SERVER",
265
266
  OPEN_API_SCHEMA: "OPEN_API_SCHEMA",
@@ -438,6 +438,8 @@ const _HACRE = "HarnessAgentCoreRuntimeEnvironment";
438
438
  const _HACRER = "HarnessAgentCoreRuntimeEnvironmentRequest";
439
439
  const _HASC = "HttpApiSchemaConfiguration";
440
440
  const _HBMC = "HarnessBedrockModelConfig";
441
+ const _HCS = "HttpConnectorSource";
442
+ const _HCTC = "HttpConnectorTargetConfiguration";
441
443
  const _HDMC = "HarnessDisabledMemoryConfiguration";
442
444
  const _HE = "HarnessEndpoint";
443
445
  const _HEA = "HarnessEnvironmentArtifact";
@@ -1387,6 +1389,7 @@ const _pV = "parameterValues";
1387
1389
  const _pVI = "parentVersionIds";
1388
1390
  const _pVr = "protocolVersion";
1389
1391
  const _pa = "paths";
1392
+ const _par = "parameters";
1390
1393
  const _pas = "passthrough";
1391
1394
  const _po = "policy";
1392
1395
  const _pol = "policies";
@@ -3115,6 +3118,16 @@ export var HttpApiSchemaConfiguration$ = [3, n0, _HASC,
3115
3118
  [_so],
3116
3119
  [[() => ApiSchemaConfiguration$, 0]], 1
3117
3120
  ];
3121
+ export var HttpConnectorSource$ = [3, n0, _HCS,
3122
+ 0,
3123
+ [_cIo],
3124
+ [0], 1
3125
+ ];
3126
+ export var HttpConnectorTargetConfiguration$ = [3, n0, _HCTC,
3127
+ 0,
3128
+ [_so, _par],
3129
+ [() => HttpConnectorSource$, 128 | 0], 1
3130
+ ];
3118
3131
  export var IamCredentialProvider$ = [3, n0, _ICP,
3119
3132
  0,
3120
3133
  [_ser, _reg],
@@ -5015,6 +5028,7 @@ var EnvironmentVariablesMap = [2, n0, _EVM,
5015
5028
  var HarnessAgentCoreMemoryRetrievalConfigs = [2, n0, _HACMRCa,
5016
5029
  0, 0, () => HarnessAgentCoreMemoryRetrievalConfig$
5017
5030
  ];
5031
+ var HttpConnectorParameters = 128 | 0;
5018
5032
  var HttpHeadersMap = [2, n0, _HHM,
5019
5033
  8, 0, 0
5020
5034
  ];
@@ -5241,8 +5255,8 @@ export var HarnessTruncationStrategyConfiguration$ = [4, n0, _HTSC,
5241
5255
  ];
5242
5256
  export var HttpTargetConfiguration$ = [4, n0, _HTCt,
5243
5257
  0,
5244
- [_aRg, _pas],
5245
- [[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0]]
5258
+ [_aRg, _pas, _conn],
5259
+ [[() => RuntimeTargetConfiguration$, 0], [() => PassthroughTargetConfiguration$, 0], () => HttpConnectorTargetConfiguration$]
5246
5260
  ];
5247
5261
  export var InferenceTargetConfiguration$ = [4, n0, _ITC,
5248
5262
  0,
@@ -174,6 +174,14 @@ declare const CreateGatewayTargetCommand_base: {
174
174
  * timeout: Number("int"),
175
175
  * },
176
176
  * },
177
+ * connector: { // HttpConnectorTargetConfiguration
178
+ * source: { // HttpConnectorSource
179
+ * connectorId: "STRING_VALUE", // required
180
+ * },
181
+ * parameters: { // HttpConnectorParameters
182
+ * "<keys>": "STRING_VALUE",
183
+ * },
184
+ * },
177
185
  * },
178
186
  * inference: { // InferenceTargetConfiguration Union: only one key present
179
187
  * connector: { // InferenceConnectorTargetConfiguration
@@ -411,6 +419,14 @@ declare const CreateGatewayTargetCommand_base: {
411
419
  * // timeout: Number("int"),
412
420
  * // },
413
421
  * // },
422
+ * // connector: { // HttpConnectorTargetConfiguration
423
+ * // source: { // HttpConnectorSource
424
+ * // connectorId: "STRING_VALUE", // required
425
+ * // },
426
+ * // parameters: { // HttpConnectorParameters
427
+ * // "<keys>": "STRING_VALUE",
428
+ * // },
429
+ * // },
414
430
  * // },
415
431
  * // inference: { // InferenceTargetConfiguration Union: only one key present
416
432
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -187,6 +187,14 @@ declare const GetGatewayTargetCommand_base: {
187
187
  * // timeout: Number("int"),
188
188
  * // },
189
189
  * // },
190
+ * // connector: { // HttpConnectorTargetConfiguration
191
+ * // source: { // HttpConnectorSource
192
+ * // connectorId: "STRING_VALUE", // required
193
+ * // },
194
+ * // parameters: { // HttpConnectorParameters
195
+ * // "<keys>": "STRING_VALUE",
196
+ * // },
197
+ * // },
190
198
  * // },
191
199
  * // inference: { // InferenceTargetConfiguration Union: only one key present
192
200
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -57,7 +57,7 @@ declare const ListGatewayTargetsCommand_base: {
57
57
  * // userId: "STRING_VALUE",
58
58
  * // },
59
59
  * // },
60
- * // targetType: "OPEN_API_SCHEMA" || "SMITHY_MODEL" || "MCP_SERVER" || "LAMBDA" || "API_GATEWAY" || "CONNECTOR" || "AGENTCORE_RUNTIME" || "PASSTHROUGH" || "PROVIDER",
60
+ * // targetType: "OPEN_API_SCHEMA" || "SMITHY_MODEL" || "MCP_SERVER" || "LAMBDA" || "API_GATEWAY" || "CONNECTOR" || "AGENTCORE_RUNTIME" || "PASSTHROUGH" || "PROVIDER" || "HTTP_CONNECTOR",
61
61
  * // listingMode: "DEFAULT" || "DYNAMIC",
62
62
  * // },
63
63
  * // ],
@@ -191,6 +191,14 @@ declare const SynchronizeGatewayTargetsCommand_base: {
191
191
  * // timeout: Number("int"),
192
192
  * // },
193
193
  * // },
194
+ * // connector: { // HttpConnectorTargetConfiguration
195
+ * // source: { // HttpConnectorSource
196
+ * // connectorId: "STRING_VALUE", // required
197
+ * // },
198
+ * // parameters: { // HttpConnectorParameters
199
+ * // "<keys>": "STRING_VALUE",
200
+ * // },
201
+ * // },
194
202
  * // },
195
203
  * // inference: { // InferenceTargetConfiguration Union: only one key present
196
204
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -174,6 +174,14 @@ declare const UpdateGatewayTargetCommand_base: {
174
174
  * timeout: Number("int"),
175
175
  * },
176
176
  * },
177
+ * connector: { // HttpConnectorTargetConfiguration
178
+ * source: { // HttpConnectorSource
179
+ * connectorId: "STRING_VALUE", // required
180
+ * },
181
+ * parameters: { // HttpConnectorParameters
182
+ * "<keys>": "STRING_VALUE",
183
+ * },
184
+ * },
177
185
  * },
178
186
  * inference: { // InferenceTargetConfiguration Union: only one key present
179
187
  * connector: { // InferenceConnectorTargetConfiguration
@@ -411,6 +419,14 @@ declare const UpdateGatewayTargetCommand_base: {
411
419
  * // timeout: Number("int"),
412
420
  * // },
413
421
  * // },
422
+ * // connector: { // HttpConnectorTargetConfiguration
423
+ * // source: { // HttpConnectorSource
424
+ * // connectorId: "STRING_VALUE", // required
425
+ * // },
426
+ * // parameters: { // HttpConnectorParameters
427
+ * // "<keys>": "STRING_VALUE",
428
+ * // },
429
+ * // },
414
430
  * // },
415
431
  * // inference: { // InferenceTargetConfiguration Union: only one key present
416
432
  * // connector: { // InferenceConnectorTargetConfiguration
@@ -665,6 +665,7 @@ export declare const TargetType: {
665
665
  readonly AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME";
666
666
  readonly API_GATEWAY: "API_GATEWAY";
667
667
  readonly CONNECTOR: "CONNECTOR";
668
+ readonly HTTP_CONNECTOR: "HTTP_CONNECTOR";
668
669
  readonly LAMBDA: "LAMBDA";
669
670
  readonly MCP_SERVER: "MCP_SERVER";
670
671
  readonly OPEN_API_SCHEMA: "OPEN_API_SCHEMA";
@@ -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, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ConfigurationBundleStatus, CredentialProviderType, DatasetSchemaType, DatasetStatus, DraftStatus, EndpointIpAddressType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayRuleStatus, GatewayStatus, HarnessBedrockApiFormat, HarnessEndpointStatus, HarnessManagedMemoryStrategyType, InboundTokenClaimValueType, IncludedData, InterceptorPayloadExclusion, KeyType, ListingMode, NetworkMode, OAuthGrantType, PassthroughProtocolType, PrincipalMatchOperator, ResourceType, RestApiMethod, SearchType, SecretSourceType, ServerProtocol, TargetStatus, TargetType, WafFailureMode } from "./enums";
2
+ import type { AgentManagedRuntimeType, AgentRuntimeEndpointStatus, AgentRuntimeStatus, ApiKeyCredentialLocation, AuthorizerType, BrowserEnterprisePolicyType, BrowserNetworkMode, BrowserProfileStatus, BrowserStatus, ClaimMatchOperatorType, CodeInterpreterNetworkMode, CodeInterpreterStatus, ConfigurationBundleStatus, CredentialProviderType, DatasetSchemaType, DatasetStatus, DraftStatus, EndpointIpAddressType, EvaluatorLevel, EvaluatorStatus, EvaluatorType, ExceptionLevel, GatewayInterceptionPoint, GatewayPolicyEngineMode, GatewayProtocolType, GatewayRuleStatus, GatewayStatus, HarnessEndpointStatus, HarnessManagedMemoryStrategyType, InboundTokenClaimValueType, IncludedData, InterceptorPayloadExclusion, KeyType, ListingMode, NetworkMode, OAuthGrantType, PassthroughProtocolType, PrincipalMatchOperator, ResourceType, RestApiMethod, SearchType, SecretSourceType, ServerProtocol, TargetStatus, TargetType, 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
@@ -6704,6 +6704,33 @@ export interface RuntimeTargetConfiguration {
6704
6704
  */
6705
6705
  schema?: HttpApiSchemaConfiguration | undefined;
6706
6706
  }
6707
+ /**
6708
+ * <p>The source identifying the HTTP connector integration.</p>
6709
+ * @public
6710
+ */
6711
+ export interface HttpConnectorSource {
6712
+ /**
6713
+ * <p>The identifier for the HTTP connector integration.</p>
6714
+ * @public
6715
+ */
6716
+ connectorId: string | undefined;
6717
+ }
6718
+ /**
6719
+ * <p>The configuration for an HTTP connector target. Use this configuration when you want to route HTTP requests through a managed connector.</p>
6720
+ * @public
6721
+ */
6722
+ export interface HttpConnectorTargetConfiguration {
6723
+ /**
6724
+ * <p>The source configuration identifying which HTTP connector to use.</p>
6725
+ * @public
6726
+ */
6727
+ source: HttpConnectorSource | undefined;
6728
+ /**
6729
+ * <p>The resource parameters for this connector (for example, <code>memoryId</code>). The service validates these parameters against the request path at runtime.</p>
6730
+ * @public
6731
+ */
6732
+ parameters?: Record<string, string> | undefined;
6733
+ }
6707
6734
  /**
6708
6735
  * <p>The configuration for session-sticky routing to a target. Session stickiness routes requests that share a session identifier to the same target.</p>
6709
6736
  * @public
@@ -6750,7 +6777,7 @@ export interface PassthroughTargetConfiguration {
6750
6777
  * <p>The HTTP target configuration for a gateway target. Contains the configuration for HTTP-based target endpoints.</p>
6751
6778
  * @public
6752
6779
  */
6753
- export type HttpTargetConfiguration = HttpTargetConfiguration.AgentcoreRuntimeMember | HttpTargetConfiguration.PassthroughMember | HttpTargetConfiguration.$UnknownMember;
6780
+ export type HttpTargetConfiguration = HttpTargetConfiguration.AgentcoreRuntimeMember | HttpTargetConfiguration.ConnectorMember | HttpTargetConfiguration.PassthroughMember | HttpTargetConfiguration.$UnknownMember;
6754
6781
  /**
6755
6782
  * @public
6756
6783
  */
@@ -6762,6 +6789,7 @@ export declare namespace HttpTargetConfiguration {
6762
6789
  interface AgentcoreRuntimeMember {
6763
6790
  agentcoreRuntime: RuntimeTargetConfiguration;
6764
6791
  passthrough?: never;
6792
+ connector?: never;
6765
6793
  $unknown?: never;
6766
6794
  }
6767
6795
  /**
@@ -6771,6 +6799,17 @@ export declare namespace HttpTargetConfiguration {
6771
6799
  interface PassthroughMember {
6772
6800
  agentcoreRuntime?: never;
6773
6801
  passthrough: PassthroughTargetConfiguration;
6802
+ connector?: never;
6803
+ $unknown?: never;
6804
+ }
6805
+ /**
6806
+ * <p>The connector-based configuration for the HTTP target. Use this configuration when you want to route HTTP requests through a managed connector.</p>
6807
+ * @public
6808
+ */
6809
+ interface ConnectorMember {
6810
+ agentcoreRuntime?: never;
6811
+ passthrough?: never;
6812
+ connector: HttpConnectorTargetConfiguration;
6774
6813
  $unknown?: never;
6775
6814
  }
6776
6815
  /**
@@ -6779,6 +6818,7 @@ export declare namespace HttpTargetConfiguration {
6779
6818
  interface $UnknownMember {
6780
6819
  agentcoreRuntime?: never;
6781
6820
  passthrough?: never;
6821
+ connector?: never;
6782
6822
  $unknown: [string, any];
6783
6823
  }
6784
6824
  /**
@@ -6788,6 +6828,7 @@ export declare namespace HttpTargetConfiguration {
6788
6828
  interface Visitor<T> {
6789
6829
  agentcoreRuntime: (value: RuntimeTargetConfiguration) => T;
6790
6830
  passthrough: (value: PassthroughTargetConfiguration) => T;
6831
+ connector: (value: HttpConnectorTargetConfiguration) => T;
6791
6832
  _: (name: string, value: any) => T;
6792
6833
  }
6793
6834
  }
@@ -7876,101 +7917,6 @@ export interface HarnessManagedMemoryConfiguration {
7876
7917
  */
7877
7918
  encryptionKeyArn?: string | undefined;
7878
7919
  }
7879
- /**
7880
- * <p>The memory configuration for a harness.</p>
7881
- * @public
7882
- */
7883
- export type HarnessMemoryConfiguration = HarnessMemoryConfiguration.AgentCoreMemoryConfigurationMember | HarnessMemoryConfiguration.DisabledMember | HarnessMemoryConfiguration.ManagedMemoryConfigurationMember | HarnessMemoryConfiguration.$UnknownMember;
7884
- /**
7885
- * @public
7886
- */
7887
- export declare namespace HarnessMemoryConfiguration {
7888
- /**
7889
- * <p>The AgentCore Memory configuration.</p>
7890
- * @public
7891
- */
7892
- interface AgentCoreMemoryConfigurationMember {
7893
- agentCoreMemoryConfiguration: HarnessAgentCoreMemoryConfiguration;
7894
- managedMemoryConfiguration?: never;
7895
- disabled?: never;
7896
- $unknown?: never;
7897
- }
7898
- /**
7899
- * <p>Harness creates and manages a memory resource in the customer's account.</p>
7900
- * @public
7901
- */
7902
- interface ManagedMemoryConfigurationMember {
7903
- agentCoreMemoryConfiguration?: never;
7904
- managedMemoryConfiguration: HarnessManagedMemoryConfiguration;
7905
- disabled?: never;
7906
- $unknown?: never;
7907
- }
7908
- /**
7909
- * <p>Explicitly opt out of memory.</p>
7910
- * @public
7911
- */
7912
- interface DisabledMember {
7913
- agentCoreMemoryConfiguration?: never;
7914
- managedMemoryConfiguration?: never;
7915
- disabled: HarnessDisabledMemoryConfiguration;
7916
- $unknown?: never;
7917
- }
7918
- /**
7919
- * @public
7920
- */
7921
- interface $UnknownMember {
7922
- agentCoreMemoryConfiguration?: never;
7923
- managedMemoryConfiguration?: never;
7924
- disabled?: never;
7925
- $unknown: [string, any];
7926
- }
7927
- /**
7928
- * @deprecated unused in schema-serde mode.
7929
- *
7930
- */
7931
- interface Visitor<T> {
7932
- agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
7933
- managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
7934
- disabled: (value: HarnessDisabledMemoryConfiguration) => T;
7935
- _: (name: string, value: any) => T;
7936
- }
7937
- }
7938
- /**
7939
- * <p>Configuration for an Amazon Bedrock model provider.</p>
7940
- * @public
7941
- */
7942
- export interface HarnessBedrockModelConfig {
7943
- /**
7944
- * <p>The Bedrock model ID.</p>
7945
- * @public
7946
- */
7947
- modelId: string | undefined;
7948
- /**
7949
- * <p>The maximum number of tokens to allow in the generated response per model call.</p>
7950
- * @public
7951
- */
7952
- maxTokens?: number | undefined;
7953
- /**
7954
- * <p>The temperature to set when calling the model.</p>
7955
- * @public
7956
- */
7957
- temperature?: number | undefined;
7958
- /**
7959
- * <p>The topP set when calling the model.</p>
7960
- * @public
7961
- */
7962
- topP?: number | undefined;
7963
- /**
7964
- * <p>The API format to use when calling the Bedrock provider.</p>
7965
- * @public
7966
- */
7967
- apiFormat?: HarnessBedrockApiFormat | undefined;
7968
- /**
7969
- * <p>Provider-specific parameters passed through to the model provider unchanged.</p>
7970
- * @public
7971
- */
7972
- additionalParams?: __DocumentType | undefined;
7973
- }
7974
7920
  /**
7975
7921
  * @public
7976
7922
  */
@@ -1,6 +1,101 @@
1
1
  import type { DocumentType as __DocumentType } from "@smithy/types";
2
- import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, EnforcementMode, ExtractionType, FilterOperator, FindingType, HarnessOpenAiApiFormat, HarnessStatus, HarnessToolType, HarnessTruncationStrategy, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, SecretSourceType, SigningAlgorithm, Status } from "./enums";
3
- import type { A2aDescriptor, AgentSkillsDescriptor, AuthorizerConfiguration, FilesystemConfiguration, HarnessBedrockModelConfig, HarnessEnvironmentArtifact, HarnessEnvironmentProviderRequest, HarnessMemoryConfiguration, LifecycleConfiguration, NetworkConfiguration, OAuthCredentialProvider, PrivateEndpoint, PrivateEndpointOverride, Secret, SecretReference, Unit, WorkloadIdentityDetails } from "./models_0";
2
+ import type { ActorTokenContentType, ClientAuthenticationMethodType, ClusteringFrequency, ContentLevel, ContentType, CredentialProviderVendorType, EnforcementMode, ExtractionType, FilterOperator, FindingType, HarnessBedrockApiFormat, HarnessOpenAiApiFormat, HarnessStatus, HarnessToolType, HarnessTruncationStrategy, MemoryStatus, MemoryStrategyStatus, MemoryStrategyType, MemoryView, MetadataValueType, OnBehalfOfTokenExchangeGrantTypeType, OnlineEvaluationConfigStatus, OnlineEvaluationExecutionStatus, OverrideType, PaymentConnectorStatus, PaymentConnectorType, PaymentCredentialProviderVendorType, PaymentManagerStatus, PaymentsAuthorizerType, PolicyEngineStatus, PolicyGenerationStatus, PolicyStatus, PolicyValidationMode, RegistryRecordCredentialProviderType, RegistryRecordOAuthGrantType, SecretSourceType, SigningAlgorithm, Status } from "./enums";
3
+ import type { A2aDescriptor, AgentSkillsDescriptor, AuthorizerConfiguration, FilesystemConfiguration, HarnessAgentCoreMemoryConfiguration, HarnessDisabledMemoryConfiguration, HarnessEnvironmentArtifact, HarnessEnvironmentProviderRequest, HarnessManagedMemoryConfiguration, LifecycleConfiguration, NetworkConfiguration, OAuthCredentialProvider, PrivateEndpoint, PrivateEndpointOverride, Secret, SecretReference, Unit, WorkloadIdentityDetails } from "./models_0";
4
+ /**
5
+ * <p>The memory configuration for a harness.</p>
6
+ * @public
7
+ */
8
+ export type HarnessMemoryConfiguration = HarnessMemoryConfiguration.AgentCoreMemoryConfigurationMember | HarnessMemoryConfiguration.DisabledMember | HarnessMemoryConfiguration.ManagedMemoryConfigurationMember | HarnessMemoryConfiguration.$UnknownMember;
9
+ /**
10
+ * @public
11
+ */
12
+ export declare namespace HarnessMemoryConfiguration {
13
+ /**
14
+ * <p>The AgentCore Memory configuration.</p>
15
+ * @public
16
+ */
17
+ interface AgentCoreMemoryConfigurationMember {
18
+ agentCoreMemoryConfiguration: HarnessAgentCoreMemoryConfiguration;
19
+ managedMemoryConfiguration?: never;
20
+ disabled?: never;
21
+ $unknown?: never;
22
+ }
23
+ /**
24
+ * <p>Harness creates and manages a memory resource in the customer's account.</p>
25
+ * @public
26
+ */
27
+ interface ManagedMemoryConfigurationMember {
28
+ agentCoreMemoryConfiguration?: never;
29
+ managedMemoryConfiguration: HarnessManagedMemoryConfiguration;
30
+ disabled?: never;
31
+ $unknown?: never;
32
+ }
33
+ /**
34
+ * <p>Explicitly opt out of memory.</p>
35
+ * @public
36
+ */
37
+ interface DisabledMember {
38
+ agentCoreMemoryConfiguration?: never;
39
+ managedMemoryConfiguration?: never;
40
+ disabled: HarnessDisabledMemoryConfiguration;
41
+ $unknown?: never;
42
+ }
43
+ /**
44
+ * @public
45
+ */
46
+ interface $UnknownMember {
47
+ agentCoreMemoryConfiguration?: never;
48
+ managedMemoryConfiguration?: never;
49
+ disabled?: never;
50
+ $unknown: [string, any];
51
+ }
52
+ /**
53
+ * @deprecated unused in schema-serde mode.
54
+ *
55
+ */
56
+ interface Visitor<T> {
57
+ agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
58
+ managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
59
+ disabled: (value: HarnessDisabledMemoryConfiguration) => T;
60
+ _: (name: string, value: any) => T;
61
+ }
62
+ }
63
+ /**
64
+ * <p>Configuration for an Amazon Bedrock model provider.</p>
65
+ * @public
66
+ */
67
+ export interface HarnessBedrockModelConfig {
68
+ /**
69
+ * <p>The Bedrock model ID.</p>
70
+ * @public
71
+ */
72
+ modelId: string | undefined;
73
+ /**
74
+ * <p>The maximum number of tokens to allow in the generated response per model call.</p>
75
+ * @public
76
+ */
77
+ maxTokens?: number | undefined;
78
+ /**
79
+ * <p>The temperature to set when calling the model.</p>
80
+ * @public
81
+ */
82
+ temperature?: number | undefined;
83
+ /**
84
+ * <p>The topP set when calling the model.</p>
85
+ * @public
86
+ */
87
+ topP?: number | undefined;
88
+ /**
89
+ * <p>The API format to use when calling the Bedrock provider.</p>
90
+ * @public
91
+ */
92
+ apiFormat?: HarnessBedrockApiFormat | undefined;
93
+ /**
94
+ * <p>Provider-specific parameters passed through to the model provider unchanged.</p>
95
+ * @public
96
+ */
97
+ additionalParams?: __DocumentType | undefined;
98
+ }
4
99
  /**
5
100
  * <p>Configuration for a Google Gemini model provider. Requires an API key stored in AgentCore Identity.</p>
6
101
  * @public
@@ -8882,30 +8977,3 @@ export interface RegistryRecordCredentialProviderConfiguration {
8882
8977
  */
8883
8978
  credentialProvider: RegistryRecordCredentialProviderUnion | undefined;
8884
8979
  }
8885
- /**
8886
- * <p>Configuration for synchronizing from a URL-based MCP server.</p>
8887
- * @public
8888
- */
8889
- export interface FromUrlSynchronizationConfiguration {
8890
- /**
8891
- * <p>The HTTPS URL of the MCP server to synchronize from.</p>
8892
- * @public
8893
- */
8894
- url: string | undefined;
8895
- /**
8896
- * <p>Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.</p>
8897
- * @public
8898
- */
8899
- credentialProviderConfigurations?: RegistryRecordCredentialProviderConfiguration[] | undefined;
8900
- }
8901
- /**
8902
- * <p>Configuration for synchronizing registry record metadata from an external source.</p>
8903
- * @public
8904
- */
8905
- export interface SynchronizationConfiguration {
8906
- /**
8907
- * <p>Configuration for synchronizing from a URL-based source.</p>
8908
- * @public
8909
- */
8910
- fromUrl?: FromUrlSynchronizationConfiguration | undefined;
8911
- }
@@ -1,6 +1,33 @@
1
1
  import type { DescriptorType, RegistryAuthorizerType, RegistryRecordStatus, RegistryStatus, SchemaType, SynchronizationType, TargetProtocolType, TargetStatus } from "./enums";
2
2
  import type { A2aDescriptor, ApiGatewayTargetConfiguration, ApiSchemaConfiguration, AuthorizationData, AuthorizerConfiguration, ConnectorTargetConfiguration, CredentialProviderConfiguration, HttpTargetConfiguration, InferenceTargetConfiguration, KmsConfiguration, ManagedResourceDetails, McpServerTargetConfiguration, MetadataConfiguration, PrivateEndpoint, S3Configuration, SkillDefinition, SkillMdDefinition } from "./models_0";
3
- import type { CustomDescriptor, Descriptors, ServerDefinition, SynchronizationConfiguration, ToolsDefinition, UpdatedAuthorizerConfiguration, UpdatedDescription } from "./models_1";
3
+ import type { CustomDescriptor, Descriptors, RegistryRecordCredentialProviderConfiguration, ServerDefinition, ToolsDefinition, UpdatedAuthorizerConfiguration, UpdatedDescription } from "./models_1";
4
+ /**
5
+ * <p>Configuration for synchronizing from a URL-based MCP server.</p>
6
+ * @public
7
+ */
8
+ export interface FromUrlSynchronizationConfiguration {
9
+ /**
10
+ * <p>The HTTPS URL of the MCP server to synchronize from.</p>
11
+ * @public
12
+ */
13
+ url: string | undefined;
14
+ /**
15
+ * <p>Optional list of credential provider configurations for authenticating with the MCP server. At most one credential provider configuration can be specified.</p>
16
+ * @public
17
+ */
18
+ credentialProviderConfigurations?: RegistryRecordCredentialProviderConfiguration[] | undefined;
19
+ }
20
+ /**
21
+ * <p>Configuration for synchronizing registry record metadata from an external source.</p>
22
+ * @public
23
+ */
24
+ export interface SynchronizationConfiguration {
25
+ /**
26
+ * <p>Configuration for synchronizing from a URL-based source.</p>
27
+ * @public
28
+ */
29
+ fromUrl?: FromUrlSynchronizationConfiguration | undefined;
30
+ }
4
31
  /**
5
32
  * @public
6
33
  */
@@ -303,6 +303,8 @@ export declare var HarnessTruncationConfiguration$: StaticStructureSchema;
303
303
  export declare var HarnessVersionSummary$: StaticStructureSchema;
304
304
  export declare var HostingEnvironment$: StaticStructureSchema;
305
305
  export declare var HttpApiSchemaConfiguration$: StaticStructureSchema;
306
+ export declare var HttpConnectorSource$: StaticStructureSchema;
307
+ export declare var HttpConnectorTargetConfiguration$: StaticStructureSchema;
306
308
  export declare var IamCredentialProvider$: StaticStructureSchema;
307
309
  export declare var IamPrincipal$: StaticStructureSchema;
308
310
  export declare var IncludedOauth2ProviderConfigInput$: StaticStructureSchema;
@@ -324,6 +324,7 @@ export declare const TargetType: {
324
324
  readonly AGENTCORE_RUNTIME: "AGENTCORE_RUNTIME";
325
325
  readonly API_GATEWAY: "API_GATEWAY";
326
326
  readonly CONNECTOR: "CONNECTOR";
327
+ readonly HTTP_CONNECTOR: "HTTP_CONNECTOR";
327
328
  readonly LAMBDA: "LAMBDA";
328
329
  readonly MCP_SERVER: "MCP_SERVER";
329
330
  readonly OPEN_API_SCHEMA: "OPEN_API_SCHEMA";
@@ -27,7 +27,6 @@ import {
27
27
  GatewayProtocolType,
28
28
  GatewayRuleStatus,
29
29
  GatewayStatus,
30
- HarnessBedrockApiFormat,
31
30
  HarnessEndpointStatus,
32
31
  HarnessManagedMemoryStrategyType,
33
32
  InboundTokenClaimValueType,
@@ -1967,6 +1966,13 @@ export interface RuntimeTargetConfiguration {
1967
1966
  qualifier?: string | undefined;
1968
1967
  schema?: HttpApiSchemaConfiguration | undefined;
1969
1968
  }
1969
+ export interface HttpConnectorSource {
1970
+ connectorId: string | undefined;
1971
+ }
1972
+ export interface HttpConnectorTargetConfiguration {
1973
+ source: HttpConnectorSource | undefined;
1974
+ parameters?: Record<string, string> | undefined;
1975
+ }
1970
1976
  export interface StickinessConfiguration {
1971
1977
  identifier: string | undefined;
1972
1978
  timeout?: number | undefined;
@@ -1979,27 +1985,38 @@ export interface PassthroughTargetConfiguration {
1979
1985
  }
1980
1986
  export type HttpTargetConfiguration =
1981
1987
  | HttpTargetConfiguration.AgentcoreRuntimeMember
1988
+ | HttpTargetConfiguration.ConnectorMember
1982
1989
  | HttpTargetConfiguration.PassthroughMember
1983
1990
  | HttpTargetConfiguration.$UnknownMember;
1984
1991
  export declare namespace HttpTargetConfiguration {
1985
1992
  interface AgentcoreRuntimeMember {
1986
1993
  agentcoreRuntime: RuntimeTargetConfiguration;
1987
1994
  passthrough?: never;
1995
+ connector?: never;
1988
1996
  $unknown?: never;
1989
1997
  }
1990
1998
  interface PassthroughMember {
1991
1999
  agentcoreRuntime?: never;
1992
2000
  passthrough: PassthroughTargetConfiguration;
2001
+ connector?: never;
2002
+ $unknown?: never;
2003
+ }
2004
+ interface ConnectorMember {
2005
+ agentcoreRuntime?: never;
2006
+ passthrough?: never;
2007
+ connector: HttpConnectorTargetConfiguration;
1993
2008
  $unknown?: never;
1994
2009
  }
1995
2010
  interface $UnknownMember {
1996
2011
  agentcoreRuntime?: never;
1997
2012
  passthrough?: never;
2013
+ connector?: never;
1998
2014
  $unknown: [string, any];
1999
2015
  }
2000
2016
  interface Visitor<T> {
2001
2017
  agentcoreRuntime: (value: RuntimeTargetConfiguration) => T;
2002
2018
  passthrough: (value: PassthroughTargetConfiguration) => T;
2019
+ connector: (value: HttpConnectorTargetConfiguration) => T;
2003
2020
  _: (name: string, value: any) => T;
2004
2021
  }
2005
2022
  }
@@ -2323,49 +2340,4 @@ export interface HarnessManagedMemoryConfiguration {
2323
2340
  eventExpiryDuration?: number | undefined;
2324
2341
  encryptionKeyArn?: string | undefined;
2325
2342
  }
2326
- export type HarnessMemoryConfiguration =
2327
- | HarnessMemoryConfiguration.AgentCoreMemoryConfigurationMember
2328
- | HarnessMemoryConfiguration.DisabledMember
2329
- | HarnessMemoryConfiguration.ManagedMemoryConfigurationMember
2330
- | HarnessMemoryConfiguration.$UnknownMember;
2331
- export declare namespace HarnessMemoryConfiguration {
2332
- interface AgentCoreMemoryConfigurationMember {
2333
- agentCoreMemoryConfiguration: HarnessAgentCoreMemoryConfiguration;
2334
- managedMemoryConfiguration?: never;
2335
- disabled?: never;
2336
- $unknown?: never;
2337
- }
2338
- interface ManagedMemoryConfigurationMember {
2339
- agentCoreMemoryConfiguration?: never;
2340
- managedMemoryConfiguration: HarnessManagedMemoryConfiguration;
2341
- disabled?: never;
2342
- $unknown?: never;
2343
- }
2344
- interface DisabledMember {
2345
- agentCoreMemoryConfiguration?: never;
2346
- managedMemoryConfiguration?: never;
2347
- disabled: HarnessDisabledMemoryConfiguration;
2348
- $unknown?: never;
2349
- }
2350
- interface $UnknownMember {
2351
- agentCoreMemoryConfiguration?: never;
2352
- managedMemoryConfiguration?: never;
2353
- disabled?: never;
2354
- $unknown: [string, any];
2355
- }
2356
- interface Visitor<T> {
2357
- agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
2358
- managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
2359
- disabled: (value: HarnessDisabledMemoryConfiguration) => T;
2360
- _: (name: string, value: any) => T;
2361
- }
2362
- }
2363
- export interface HarnessBedrockModelConfig {
2364
- modelId: string | undefined;
2365
- maxTokens?: number | undefined;
2366
- temperature?: number | undefined;
2367
- topP?: number | undefined;
2368
- apiFormat?: HarnessBedrockApiFormat | undefined;
2369
- additionalParams?: __DocumentType | undefined;
2370
- }
2371
2343
  export interface Unit {}
@@ -10,6 +10,7 @@ import {
10
10
  ExtractionType,
11
11
  FilterOperator,
12
12
  FindingType,
13
+ HarnessBedrockApiFormat,
13
14
  HarnessOpenAiApiFormat,
14
15
  HarnessStatus,
15
16
  HarnessToolType,
@@ -43,10 +44,11 @@ import {
43
44
  AgentSkillsDescriptor,
44
45
  AuthorizerConfiguration,
45
46
  FilesystemConfiguration,
46
- HarnessBedrockModelConfig,
47
+ HarnessAgentCoreMemoryConfiguration,
48
+ HarnessDisabledMemoryConfiguration,
47
49
  HarnessEnvironmentArtifact,
48
50
  HarnessEnvironmentProviderRequest,
49
- HarnessMemoryConfiguration,
51
+ HarnessManagedMemoryConfiguration,
50
52
  LifecycleConfiguration,
51
53
  NetworkConfiguration,
52
54
  OAuthCredentialProvider,
@@ -57,6 +59,51 @@ import {
57
59
  Unit,
58
60
  WorkloadIdentityDetails,
59
61
  } from "./models_0";
62
+ export type HarnessMemoryConfiguration =
63
+ | HarnessMemoryConfiguration.AgentCoreMemoryConfigurationMember
64
+ | HarnessMemoryConfiguration.DisabledMember
65
+ | HarnessMemoryConfiguration.ManagedMemoryConfigurationMember
66
+ | HarnessMemoryConfiguration.$UnknownMember;
67
+ export declare namespace HarnessMemoryConfiguration {
68
+ interface AgentCoreMemoryConfigurationMember {
69
+ agentCoreMemoryConfiguration: HarnessAgentCoreMemoryConfiguration;
70
+ managedMemoryConfiguration?: never;
71
+ disabled?: never;
72
+ $unknown?: never;
73
+ }
74
+ interface ManagedMemoryConfigurationMember {
75
+ agentCoreMemoryConfiguration?: never;
76
+ managedMemoryConfiguration: HarnessManagedMemoryConfiguration;
77
+ disabled?: never;
78
+ $unknown?: never;
79
+ }
80
+ interface DisabledMember {
81
+ agentCoreMemoryConfiguration?: never;
82
+ managedMemoryConfiguration?: never;
83
+ disabled: HarnessDisabledMemoryConfiguration;
84
+ $unknown?: never;
85
+ }
86
+ interface $UnknownMember {
87
+ agentCoreMemoryConfiguration?: never;
88
+ managedMemoryConfiguration?: never;
89
+ disabled?: never;
90
+ $unknown: [string, any];
91
+ }
92
+ interface Visitor<T> {
93
+ agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
94
+ managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
95
+ disabled: (value: HarnessDisabledMemoryConfiguration) => T;
96
+ _: (name: string, value: any) => T;
97
+ }
98
+ }
99
+ export interface HarnessBedrockModelConfig {
100
+ modelId: string | undefined;
101
+ maxTokens?: number | undefined;
102
+ temperature?: number | undefined;
103
+ topP?: number | undefined;
104
+ apiFormat?: HarnessBedrockApiFormat | undefined;
105
+ additionalParams?: __DocumentType | undefined;
106
+ }
60
107
  export interface HarnessGeminiModelConfig {
61
108
  modelId: string | undefined;
62
109
  apiKeyArn: string | undefined;
@@ -3044,10 +3091,3 @@ export interface RegistryRecordCredentialProviderConfiguration {
3044
3091
  credentialProviderType: RegistryRecordCredentialProviderType | undefined;
3045
3092
  credentialProvider: RegistryRecordCredentialProviderUnion | undefined;
3046
3093
  }
3047
- export interface FromUrlSynchronizationConfiguration {
3048
- url: string | undefined;
3049
- credentialProviderConfigurations?: RegistryRecordCredentialProviderConfiguration[] | undefined;
3050
- }
3051
- export interface SynchronizationConfiguration {
3052
- fromUrl?: FromUrlSynchronizationConfiguration | undefined;
3053
- }
@@ -30,12 +30,19 @@ import {
30
30
  import {
31
31
  CustomDescriptor,
32
32
  Descriptors,
33
+ RegistryRecordCredentialProviderConfiguration,
33
34
  ServerDefinition,
34
- SynchronizationConfiguration,
35
35
  ToolsDefinition,
36
36
  UpdatedAuthorizerConfiguration,
37
37
  UpdatedDescription,
38
38
  } from "./models_1";
39
+ export interface FromUrlSynchronizationConfiguration {
40
+ url: string | undefined;
41
+ credentialProviderConfigurations?: RegistryRecordCredentialProviderConfiguration[] | undefined;
42
+ }
43
+ export interface SynchronizationConfiguration {
44
+ fromUrl?: FromUrlSynchronizationConfiguration | undefined;
45
+ }
39
46
  export interface CreateRegistryRecordRequest {
40
47
  registryId: string | undefined;
41
48
  name: string | undefined;
@@ -303,6 +303,8 @@ export declare var HarnessTruncationConfiguration$: StaticStructureSchema;
303
303
  export declare var HarnessVersionSummary$: StaticStructureSchema;
304
304
  export declare var HostingEnvironment$: StaticStructureSchema;
305
305
  export declare var HttpApiSchemaConfiguration$: StaticStructureSchema;
306
+ export declare var HttpConnectorSource$: StaticStructureSchema;
307
+ export declare var HttpConnectorTargetConfiguration$: StaticStructureSchema;
306
308
  export declare var IamCredentialProvider$: StaticStructureSchema;
307
309
  export declare var IamPrincipal$: StaticStructureSchema;
308
310
  export declare var IncludedOauth2ProviderConfigInput$: StaticStructureSchema;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
- "version": "3.1103.0",
3
+ "version": "3.1104.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",