@aws-sdk/client-bedrock-agentcore-control 3.1087.0 → 3.1089.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.
Files changed (187) hide show
  1. package/dist-cjs/index.js +3 -3
  2. package/dist-es/schemas/schemas_0.js +2 -2
  3. package/dist-types/commands/CreateHarnessCommand.d.ts +2 -0
  4. package/dist-types/commands/DeleteHarnessCommand.d.ts +1 -0
  5. package/dist-types/commands/GetHarnessCommand.d.ts +1 -0
  6. package/dist-types/commands/UpdateHarnessCommand.d.ts +2 -0
  7. package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -0
  8. package/dist-types/models/models_0.d.ts +5 -0
  9. package/dist-types/ts3.4/BedrockAgentCoreControl.d.ts +508 -532
  10. package/dist-types/ts3.4/BedrockAgentCoreControlClient.d.ts +13 -47
  11. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  12. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  13. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  14. package/dist-types/ts3.4/commands/AddDatasetExamplesCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateAgentRuntimeCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateAgentRuntimeEndpointCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateApiKeyCredentialProviderCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/CreateBrowserCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/CreateBrowserProfileCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/CreateCodeInterpreterCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/CreateConfigurationBundleCommand.d.ts +4 -6
  22. package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/CreateDatasetVersionCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/CreateEvaluatorCommand.d.ts +4 -9
  25. package/dist-types/ts3.4/commands/CreateGatewayCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/CreateGatewayRuleCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/CreateGatewayTargetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/CreateHarnessCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/CreateHarnessEndpointCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/CreateMemoryCommand.d.ts +3 -5
  31. package/dist-types/ts3.4/commands/CreateOauth2CredentialProviderCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/CreateOnlineEvaluationConfigCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/CreatePaymentConnectorCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/CreatePaymentCredentialProviderCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/CreatePaymentManagerCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/CreatePolicyEngineCommand.d.ts +5 -10
  38. package/dist-types/ts3.4/commands/CreateRegistryCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/CreateRegistryRecordCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/CreateWorkloadIdentityCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/DeleteAgentRuntimeCommand.d.ts +5 -10
  42. package/dist-types/ts3.4/commands/DeleteAgentRuntimeEndpointCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/DeleteApiKeyCredentialProviderCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/DeleteBrowserCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/DeleteBrowserProfileCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/DeleteCodeInterpreterCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/DeleteConfigurationBundleCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/DeleteDatasetExamplesCommand.d.ts +5 -10
  50. package/dist-types/ts3.4/commands/DeleteEvaluatorCommand.d.ts +4 -9
  51. package/dist-types/ts3.4/commands/DeleteGatewayCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/DeleteGatewayRuleCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/DeleteGatewayTargetCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/DeleteHarnessCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/DeleteHarnessEndpointCommand.d.ts +5 -10
  56. package/dist-types/ts3.4/commands/DeleteMemoryCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/DeleteOauth2CredentialProviderCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/DeleteOnlineEvaluationConfigCommand.d.ts +4 -6
  59. package/dist-types/ts3.4/commands/DeletePaymentConnectorCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/DeletePaymentCredentialProviderCommand.d.ts +4 -6
  61. package/dist-types/ts3.4/commands/DeletePaymentManagerCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +3 -5
  63. package/dist-types/ts3.4/commands/DeletePolicyEngineCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/DeleteRegistryCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/DeleteRegistryRecordCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +5 -10
  67. package/dist-types/ts3.4/commands/DeleteWorkloadIdentityCommand.d.ts +5 -10
  68. package/dist-types/ts3.4/commands/GetAgentRuntimeCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/GetAgentRuntimeEndpointCommand.d.ts +4 -6
  70. package/dist-types/ts3.4/commands/GetApiKeyCredentialProviderCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/GetBrowserCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/GetBrowserProfileCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/GetCodeInterpreterCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/GetConfigurationBundleCommand.d.ts +5 -10
  75. package/dist-types/ts3.4/commands/GetConfigurationBundleVersionCommand.d.ts +4 -6
  76. package/dist-types/ts3.4/commands/GetDatasetCommand.d.ts +3 -5
  77. package/dist-types/ts3.4/commands/GetEvaluatorCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/GetGatewayCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/GetGatewayRuleCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/GetGatewayTargetCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/GetHarnessCommand.d.ts +3 -5
  82. package/dist-types/ts3.4/commands/GetHarnessEndpointCommand.d.ts +5 -10
  83. package/dist-types/ts3.4/commands/GetMemoryCommand.d.ts +7 -5
  84. package/dist-types/ts3.4/commands/GetOauth2CredentialProviderCommand.d.ts +4 -6
  85. package/dist-types/ts3.4/commands/GetOnlineEvaluationConfigCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/GetPaymentConnectorCommand.d.ts +5 -10
  87. package/dist-types/ts3.4/commands/GetPaymentCredentialProviderCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/GetPaymentManagerCommand.d.ts +5 -10
  89. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -5
  90. package/dist-types/ts3.4/commands/GetPolicyEngineCommand.d.ts +4 -9
  91. package/dist-types/ts3.4/commands/GetPolicyEngineSummaryCommand.d.ts +5 -10
  92. package/dist-types/ts3.4/commands/GetPolicyGenerationCommand.d.ts +5 -10
  93. package/dist-types/ts3.4/commands/GetPolicyGenerationSummaryCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/GetPolicySummaryCommand.d.ts +4 -9
  95. package/dist-types/ts3.4/commands/GetRegistryCommand.d.ts +3 -5
  96. package/dist-types/ts3.4/commands/GetRegistryRecordCommand.d.ts +5 -10
  97. package/dist-types/ts3.4/commands/GetResourcePolicyCommand.d.ts +5 -10
  98. package/dist-types/ts3.4/commands/GetTokenVaultCommand.d.ts +3 -8
  99. package/dist-types/ts3.4/commands/GetWorkloadIdentityCommand.d.ts +5 -10
  100. package/dist-types/ts3.4/commands/ListAgentRuntimeEndpointsCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/ListAgentRuntimeVersionsCommand.d.ts +4 -6
  102. package/dist-types/ts3.4/commands/ListAgentRuntimesCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/ListApiKeyCredentialProvidersCommand.d.ts +3 -5
  104. package/dist-types/ts3.4/commands/ListBrowserProfilesCommand.d.ts +4 -9
  105. package/dist-types/ts3.4/commands/ListBrowsersCommand.d.ts +2 -4
  106. package/dist-types/ts3.4/commands/ListCodeInterpretersCommand.d.ts +4 -9
  107. package/dist-types/ts3.4/commands/ListConfigurationBundleVersionsCommand.d.ts +4 -6
  108. package/dist-types/ts3.4/commands/ListConfigurationBundlesCommand.d.ts +3 -5
  109. package/dist-types/ts3.4/commands/ListDatasetExamplesCommand.d.ts +5 -10
  110. package/dist-types/ts3.4/commands/ListDatasetVersionsCommand.d.ts +5 -10
  111. package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
  112. package/dist-types/ts3.4/commands/ListEvaluatorsCommand.d.ts +3 -8
  113. package/dist-types/ts3.4/commands/ListGatewayRulesCommand.d.ts +4 -9
  114. package/dist-types/ts3.4/commands/ListGatewayTargetsCommand.d.ts +5 -10
  115. package/dist-types/ts3.4/commands/ListGatewaysCommand.d.ts +2 -4
  116. package/dist-types/ts3.4/commands/ListHarnessEndpointsCommand.d.ts +5 -10
  117. package/dist-types/ts3.4/commands/ListHarnessVersionsCommand.d.ts +5 -10
  118. package/dist-types/ts3.4/commands/ListHarnessesCommand.d.ts +3 -8
  119. package/dist-types/ts3.4/commands/ListMemoriesCommand.d.ts +2 -4
  120. package/dist-types/ts3.4/commands/ListOauth2CredentialProvidersCommand.d.ts +3 -5
  121. package/dist-types/ts3.4/commands/ListOnlineEvaluationConfigsCommand.d.ts +3 -5
  122. package/dist-types/ts3.4/commands/ListPaymentConnectorsCommand.d.ts +5 -10
  123. package/dist-types/ts3.4/commands/ListPaymentCredentialProvidersCommand.d.ts +3 -5
  124. package/dist-types/ts3.4/commands/ListPaymentManagersCommand.d.ts +4 -9
  125. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +3 -5
  126. package/dist-types/ts3.4/commands/ListPolicyEngineSummariesCommand.d.ts +3 -5
  127. package/dist-types/ts3.4/commands/ListPolicyEnginesCommand.d.ts +4 -9
  128. package/dist-types/ts3.4/commands/ListPolicyGenerationAssetsCommand.d.ts +4 -6
  129. package/dist-types/ts3.4/commands/ListPolicyGenerationSummariesCommand.d.ts +4 -6
  130. package/dist-types/ts3.4/commands/ListPolicyGenerationsCommand.d.ts +5 -10
  131. package/dist-types/ts3.4/commands/ListPolicySummariesCommand.d.ts +5 -10
  132. package/dist-types/ts3.4/commands/ListRegistriesCommand.d.ts +3 -8
  133. package/dist-types/ts3.4/commands/ListRegistryRecordsCommand.d.ts +4 -6
  134. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  135. package/dist-types/ts3.4/commands/ListWorkloadIdentitiesCommand.d.ts +4 -9
  136. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
  137. package/dist-types/ts3.4/commands/SetTokenVaultCMKCommand.d.ts +4 -9
  138. package/dist-types/ts3.4/commands/StartPolicyGenerationCommand.d.ts +5 -10
  139. package/dist-types/ts3.4/commands/SubmitRegistryRecordForApprovalCommand.d.ts +4 -6
  140. package/dist-types/ts3.4/commands/SynchronizeGatewayTargetsCommand.d.ts +4 -6
  141. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  142. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  143. package/dist-types/ts3.4/commands/UpdateAgentRuntimeCommand.d.ts +5 -10
  144. package/dist-types/ts3.4/commands/UpdateAgentRuntimeEndpointCommand.d.ts +4 -6
  145. package/dist-types/ts3.4/commands/UpdateApiKeyCredentialProviderCommand.d.ts +4 -6
  146. package/dist-types/ts3.4/commands/UpdateConfigurationBundleCommand.d.ts +4 -6
  147. package/dist-types/ts3.4/commands/UpdateDatasetCommand.d.ts +4 -9
  148. package/dist-types/ts3.4/commands/UpdateDatasetExamplesCommand.d.ts +5 -10
  149. package/dist-types/ts3.4/commands/UpdateEvaluatorCommand.d.ts +4 -9
  150. package/dist-types/ts3.4/commands/UpdateGatewayCommand.d.ts +4 -9
  151. package/dist-types/ts3.4/commands/UpdateGatewayRuleCommand.d.ts +5 -10
  152. package/dist-types/ts3.4/commands/UpdateGatewayTargetCommand.d.ts +5 -10
  153. package/dist-types/ts3.4/commands/UpdateHarnessCommand.d.ts +4 -9
  154. package/dist-types/ts3.4/commands/UpdateHarnessEndpointCommand.d.ts +5 -10
  155. package/dist-types/ts3.4/commands/UpdateMemoryCommand.d.ts +3 -5
  156. package/dist-types/ts3.4/commands/UpdateOauth2CredentialProviderCommand.d.ts +4 -6
  157. package/dist-types/ts3.4/commands/UpdateOnlineEvaluationConfigCommand.d.ts +4 -6
  158. package/dist-types/ts3.4/commands/UpdatePaymentConnectorCommand.d.ts +5 -10
  159. package/dist-types/ts3.4/commands/UpdatePaymentCredentialProviderCommand.d.ts +4 -6
  160. package/dist-types/ts3.4/commands/UpdatePaymentManagerCommand.d.ts +5 -10
  161. package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +3 -5
  162. package/dist-types/ts3.4/commands/UpdatePolicyEngineCommand.d.ts +5 -10
  163. package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +4 -9
  164. package/dist-types/ts3.4/commands/UpdateRegistryRecordCommand.d.ts +5 -10
  165. package/dist-types/ts3.4/commands/UpdateRegistryRecordStatusCommand.d.ts +4 -6
  166. package/dist-types/ts3.4/commands/UpdateWorkloadIdentityCommand.d.ts +5 -10
  167. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  168. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  169. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  170. package/dist-types/ts3.4/models/enums.d.ts +31 -62
  171. package/dist-types/ts3.4/models/errors.d.ts +9 -30
  172. package/dist-types/ts3.4/models/models_0.d.ts +6 -15
  173. package/dist-types/ts3.4/models/models_1.d.ts +39 -113
  174. package/dist-types/ts3.4/models/models_2.d.ts +7 -21
  175. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  176. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  177. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  178. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  179. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  180. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  181. package/dist-types/ts3.4/waiters/waitForMemoryCreated.d.ts +4 -9
  182. package/dist-types/ts3.4/waiters/waitForPolicyActive.d.ts +4 -9
  183. package/dist-types/ts3.4/waiters/waitForPolicyDeleted.d.ts +4 -9
  184. package/dist-types/ts3.4/waiters/waitForPolicyEngineActive.d.ts +3 -7
  185. package/dist-types/ts3.4/waiters/waitForPolicyEngineDeleted.d.ts +3 -7
  186. package/dist-types/ts3.4/waiters/waitForPolicyGenerationCompleted.d.ts +3 -5
  187. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWorkloadIdentityRequest,
4
- UpdateWorkloadIdentityResponse,
5
- } from "../models/models_2";
2
+ import { UpdateWorkloadIdentityRequest, UpdateWorkloadIdentityResponse } from "../models/models_2";
6
3
  export { __MetadataBearer };
7
- export interface UpdateWorkloadIdentityCommandInput
8
- extends UpdateWorkloadIdentityRequest {}
4
+ export interface UpdateWorkloadIdentityCommandInput extends UpdateWorkloadIdentityRequest {}
9
5
  export interface UpdateWorkloadIdentityCommandOutput
10
- extends UpdateWorkloadIdentityResponse,
11
- __MetadataBearer {}
6
+ extends UpdateWorkloadIdentityResponse, __MetadataBearer {}
12
7
  declare const UpdateWorkloadIdentityCommand_base: {
13
8
  new (
14
- input: UpdateWorkloadIdentityCommandInput
9
+ input: UpdateWorkloadIdentityCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateWorkloadIdentityCommandInput,
17
12
  UpdateWorkloadIdentityCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateWorkloadIdentityCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateWorkloadIdentityCommandInput
18
+ input: UpdateWorkloadIdentityCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateWorkloadIdentityCommandInput,
26
21
  UpdateWorkloadIdentityCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface BedrockAgentCoreControlExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -74,8 +74,7 @@ export declare const ServerProtocol: {
74
74
  readonly HTTP: "HTTP";
75
75
  readonly MCP: "MCP";
76
76
  };
77
- export type ServerProtocol =
78
- (typeof ServerProtocol)[keyof typeof ServerProtocol];
77
+ export type ServerProtocol = (typeof ServerProtocol)[keyof typeof ServerProtocol];
79
78
  export declare const AgentRuntimeStatus: {
80
79
  readonly CREATE_FAILED: "CREATE_FAILED";
81
80
  readonly CREATING: "CREATING";
@@ -84,22 +83,19 @@ export declare const AgentRuntimeStatus: {
84
83
  readonly UPDATE_FAILED: "UPDATE_FAILED";
85
84
  readonly UPDATING: "UPDATING";
86
85
  };
87
- export type AgentRuntimeStatus =
88
- (typeof AgentRuntimeStatus)[keyof typeof AgentRuntimeStatus];
86
+ export type AgentRuntimeStatus = (typeof AgentRuntimeStatus)[keyof typeof AgentRuntimeStatus];
89
87
  export declare const SecretSourceType: {
90
88
  readonly EXTERNAL: "EXTERNAL";
91
89
  readonly MANAGED: "MANAGED";
92
90
  };
93
- export type SecretSourceType =
94
- (typeof SecretSourceType)[keyof typeof SecretSourceType];
91
+ export type SecretSourceType = (typeof SecretSourceType)[keyof typeof SecretSourceType];
95
92
  export declare const BrowserProfileStatus: {
96
93
  readonly DELETED: "DELETED";
97
94
  readonly DELETING: "DELETING";
98
95
  readonly READY: "READY";
99
96
  readonly SAVING: "SAVING";
100
97
  };
101
- export type BrowserProfileStatus =
102
- (typeof BrowserProfileStatus)[keyof typeof BrowserProfileStatus];
98
+ export type BrowserProfileStatus = (typeof BrowserProfileStatus)[keyof typeof BrowserProfileStatus];
103
99
  export declare const BrowserEnterprisePolicyType: {
104
100
  readonly MANAGED: "MANAGED";
105
101
  readonly RECOMMENDED: "RECOMMENDED";
@@ -110,8 +106,7 @@ export declare const BrowserNetworkMode: {
110
106
  readonly PUBLIC: "PUBLIC";
111
107
  readonly VPC: "VPC";
112
108
  };
113
- export type BrowserNetworkMode =
114
- (typeof BrowserNetworkMode)[keyof typeof BrowserNetworkMode];
109
+ export type BrowserNetworkMode = (typeof BrowserNetworkMode)[keyof typeof BrowserNetworkMode];
115
110
  export declare const BrowserStatus: {
116
111
  readonly CREATE_FAILED: "CREATE_FAILED";
117
112
  readonly CREATING: "CREATING";
@@ -158,8 +153,7 @@ export declare const DatasetSchemaType: {
158
153
  readonly AGENTCORE_EVALUATION_PREDEFINED_V1: "AGENTCORE_EVALUATION_PREDEFINED_V1";
159
154
  readonly AGENTCORE_EVALUATION_SIMULATED_V1: "AGENTCORE_EVALUATION_SIMULATED_V1";
160
155
  };
161
- export type DatasetSchemaType =
162
- (typeof DatasetSchemaType)[keyof typeof DatasetSchemaType];
156
+ export type DatasetSchemaType = (typeof DatasetSchemaType)[keyof typeof DatasetSchemaType];
163
157
  export declare const DraftStatus: {
164
158
  readonly MODIFIED: "MODIFIED";
165
159
  readonly UNMODIFIED: "UNMODIFIED";
@@ -170,8 +164,7 @@ export declare const EvaluatorLevel: {
170
164
  readonly TOOL_CALL: "TOOL_CALL";
171
165
  readonly TRACE: "TRACE";
172
166
  };
173
- export type EvaluatorLevel =
174
- (typeof EvaluatorLevel)[keyof typeof EvaluatorLevel];
167
+ export type EvaluatorLevel = (typeof EvaluatorLevel)[keyof typeof EvaluatorLevel];
175
168
  export declare const EvaluatorStatus: {
176
169
  readonly ACTIVE: "ACTIVE";
177
170
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -180,8 +173,7 @@ export declare const EvaluatorStatus: {
180
173
  readonly UPDATE_FAILED: "UPDATE_FAILED";
181
174
  readonly UPDATING: "UPDATING";
182
175
  };
183
- export type EvaluatorStatus =
184
- (typeof EvaluatorStatus)[keyof typeof EvaluatorStatus];
176
+ export type EvaluatorStatus = (typeof EvaluatorStatus)[keyof typeof EvaluatorStatus];
185
177
  export declare const IncludedData: {
186
178
  readonly ALL_DATA: "ALL_DATA";
187
179
  readonly METADATA_ONLY: "METADATA_ONLY";
@@ -199,13 +191,11 @@ export declare const AuthorizerType: {
199
191
  readonly CUSTOM_JWT: "CUSTOM_JWT";
200
192
  readonly NONE: "NONE";
201
193
  };
202
- export type AuthorizerType =
203
- (typeof AuthorizerType)[keyof typeof AuthorizerType];
194
+ export type AuthorizerType = (typeof AuthorizerType)[keyof typeof AuthorizerType];
204
195
  export declare const ExceptionLevel: {
205
196
  readonly DEBUG: "DEBUG";
206
197
  };
207
- export type ExceptionLevel =
208
- (typeof ExceptionLevel)[keyof typeof ExceptionLevel];
198
+ export type ExceptionLevel = (typeof ExceptionLevel)[keyof typeof ExceptionLevel];
209
199
  export declare const InterceptorPayloadExclusion: {
210
200
  readonly RESPONSE_BODY: "RESPONSE_BODY";
211
201
  };
@@ -230,8 +220,7 @@ export type SearchType = (typeof SearchType)[keyof typeof SearchType];
230
220
  export declare const GatewayProtocolType: {
231
221
  readonly MCP: "MCP";
232
222
  };
233
- export type GatewayProtocolType =
234
- (typeof GatewayProtocolType)[keyof typeof GatewayProtocolType];
223
+ export type GatewayProtocolType = (typeof GatewayProtocolType)[keyof typeof GatewayProtocolType];
235
224
  export declare const GatewayStatus: {
236
225
  readonly CREATING: "CREATING";
237
226
  readonly DELETING: "DELETING";
@@ -245,8 +234,7 @@ export declare const WafFailureMode: {
245
234
  readonly FAIL_CLOSE: "FAIL_CLOSE";
246
235
  readonly FAIL_OPEN: "FAIL_OPEN";
247
236
  };
248
- export type WafFailureMode =
249
- (typeof WafFailureMode)[keyof typeof WafFailureMode];
237
+ export type WafFailureMode = (typeof WafFailureMode)[keyof typeof WafFailureMode];
250
238
  export declare const PrincipalMatchOperator: {
251
239
  readonly StringEquals: "StringEquals";
252
240
  readonly StringLike: "StringLike";
@@ -259,8 +247,7 @@ export declare const GatewayRuleStatus: {
259
247
  readonly DELETING: "DELETING";
260
248
  readonly UPDATING: "UPDATING";
261
249
  };
262
- export type GatewayRuleStatus =
263
- (typeof GatewayRuleStatus)[keyof typeof GatewayRuleStatus];
250
+ export type GatewayRuleStatus = (typeof GatewayRuleStatus)[keyof typeof GatewayRuleStatus];
264
251
  export declare const ApiKeyCredentialLocation: {
265
252
  readonly HEADER: "HEADER";
266
253
  readonly QUERY_PARAMETER: "QUERY_PARAMETER";
@@ -272,8 +259,7 @@ export declare const OAuthGrantType: {
272
259
  readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
273
260
  readonly TOKEN_EXCHANGE: "TOKEN_EXCHANGE";
274
261
  };
275
- export type OAuthGrantType =
276
- (typeof OAuthGrantType)[keyof typeof OAuthGrantType];
262
+ export type OAuthGrantType = (typeof OAuthGrantType)[keyof typeof OAuthGrantType];
277
263
  export declare const CredentialProviderType: {
278
264
  readonly API_KEY: "API_KEY";
279
265
  readonly CALLER_IAM_CREDENTIALS: "CALLER_IAM_CREDENTIALS";
@@ -319,8 +305,7 @@ export declare const TargetProtocolType: {
319
305
  readonly HTTP: "HTTP";
320
306
  readonly MCP: "MCP";
321
307
  };
322
- export type TargetProtocolType =
323
- (typeof TargetProtocolType)[keyof typeof TargetProtocolType];
308
+ export type TargetProtocolType = (typeof TargetProtocolType)[keyof typeof TargetProtocolType];
324
309
  export declare const TargetStatus: {
325
310
  readonly CREATE_PENDING_AUTH: "CREATE_PENDING_AUTH";
326
311
  readonly CREATING: "CREATING";
@@ -391,8 +376,7 @@ export declare const HarnessToolType: {
391
376
  readonly INLINE_FUNCTION: "inline_function";
392
377
  readonly REMOTE_MCP: "remote_mcp";
393
378
  };
394
- export type HarnessToolType =
395
- (typeof HarnessToolType)[keyof typeof HarnessToolType];
379
+ export type HarnessToolType = (typeof HarnessToolType)[keyof typeof HarnessToolType];
396
380
  export declare const HarnessTruncationStrategy: {
397
381
  readonly NONE: "none";
398
382
  readonly SLIDING_WINDOW: "sliding_window";
@@ -415,14 +399,12 @@ export declare const MetadataValueType: {
415
399
  readonly STRING: "STRING";
416
400
  readonly STRINGLIST: "STRINGLIST";
417
401
  };
418
- export type MetadataValueType =
419
- (typeof MetadataValueType)[keyof typeof MetadataValueType];
402
+ export type MetadataValueType = (typeof MetadataValueType)[keyof typeof MetadataValueType];
420
403
  export declare const ExtractionType: {
421
404
  readonly LLM_INFERRED: "LLM_INFERRED";
422
405
  readonly STRICTLY_CONSISTENT: "STRICTLY_CONSISTENT";
423
406
  };
424
- export type ExtractionType =
425
- (typeof ExtractionType)[keyof typeof ExtractionType];
407
+ export type ExtractionType = (typeof ExtractionType)[keyof typeof ExtractionType];
426
408
  export declare const ContentLevel: {
427
409
  readonly FULL_CONTENT: "FULL_CONTENT";
428
410
  readonly METADATA_ONLY: "METADATA_ONLY";
@@ -454,8 +436,7 @@ export declare const MemoryStrategyStatus: {
454
436
  readonly DELETING: "DELETING";
455
437
  readonly FAILED: "FAILED";
456
438
  };
457
- export type MemoryStrategyStatus =
458
- (typeof MemoryStrategyStatus)[keyof typeof MemoryStrategyStatus];
439
+ export type MemoryStrategyStatus = (typeof MemoryStrategyStatus)[keyof typeof MemoryStrategyStatus];
459
440
  export declare const MemoryStrategyType: {
460
441
  readonly CUSTOM: "CUSTOM";
461
442
  readonly EPISODIC: "EPISODIC";
@@ -463,8 +444,7 @@ export declare const MemoryStrategyType: {
463
444
  readonly SUMMARIZATION: "SUMMARIZATION";
464
445
  readonly USER_PREFERENCE: "USER_PREFERENCE";
465
446
  };
466
- export type MemoryStrategyType =
467
- (typeof MemoryStrategyType)[keyof typeof MemoryStrategyType];
447
+ export type MemoryStrategyType = (typeof MemoryStrategyType)[keyof typeof MemoryStrategyType];
468
448
  export declare const MemoryView: {
469
449
  readonly FULL: "full";
470
450
  readonly WITHOUT_DECRYPTION: "without_decryption";
@@ -527,8 +507,7 @@ export declare const ClusteringFrequency: {
527
507
  readonly MONTHLY: "MONTHLY";
528
508
  readonly WEEKLY: "WEEKLY";
529
509
  };
530
- export type ClusteringFrequency =
531
- (typeof ClusteringFrequency)[keyof typeof ClusteringFrequency];
510
+ export type ClusteringFrequency = (typeof ClusteringFrequency)[keyof typeof ClusteringFrequency];
532
511
  export declare const FilterOperator: {
533
512
  readonly CONTAINS: "Contains";
534
513
  readonly EQUALS: "Equals";
@@ -539,8 +518,7 @@ export declare const FilterOperator: {
539
518
  readonly NOT_CONTAINS: "NotContains";
540
519
  readonly NOT_EQUALS: "NotEquals";
541
520
  };
542
- export type FilterOperator =
543
- (typeof FilterOperator)[keyof typeof FilterOperator];
521
+ export type FilterOperator = (typeof FilterOperator)[keyof typeof FilterOperator];
544
522
  export declare const OnlineEvaluationExecutionStatus: {
545
523
  readonly DISABLED: "DISABLED";
546
524
  readonly ENABLED: "ENABLED";
@@ -579,14 +557,12 @@ export declare const PaymentManagerStatus: {
579
557
  readonly UPDATE_FAILED: "UPDATE_FAILED";
580
558
  readonly UPDATING: "UPDATING";
581
559
  };
582
- export type PaymentManagerStatus =
583
- (typeof PaymentManagerStatus)[keyof typeof PaymentManagerStatus];
560
+ export type PaymentManagerStatus = (typeof PaymentManagerStatus)[keyof typeof PaymentManagerStatus];
584
561
  export declare const PaymentConnectorType: {
585
562
  readonly COINBASE_CDP: "CoinbaseCDP";
586
563
  readonly STRIPE_PRIVY: "StripePrivy";
587
564
  };
588
- export type PaymentConnectorType =
589
- (typeof PaymentConnectorType)[keyof typeof PaymentConnectorType];
565
+ export type PaymentConnectorType = (typeof PaymentConnectorType)[keyof typeof PaymentConnectorType];
590
566
  export declare const PaymentConnectorStatus: {
591
567
  readonly CREATE_FAILED: "CREATE_FAILED";
592
568
  readonly CREATING: "CREATING";
@@ -607,8 +583,7 @@ export declare const PolicyEngineStatus: {
607
583
  readonly UPDATE_FAILED: "UPDATE_FAILED";
608
584
  readonly UPDATING: "UPDATING";
609
585
  };
610
- export type PolicyEngineStatus =
611
- (typeof PolicyEngineStatus)[keyof typeof PolicyEngineStatus];
586
+ export type PolicyEngineStatus = (typeof PolicyEngineStatus)[keyof typeof PolicyEngineStatus];
612
587
  export declare const PolicyGenerationStatus: {
613
588
  readonly DELETE_FAILED: "DELETE_FAILED";
614
589
  readonly GENERATED: "GENERATED";
@@ -631,14 +606,12 @@ export declare const EnforcementMode: {
631
606
  readonly ACTIVE: "ACTIVE";
632
607
  readonly LOG_ONLY: "LOG_ONLY";
633
608
  };
634
- export type EnforcementMode =
635
- (typeof EnforcementMode)[keyof typeof EnforcementMode];
609
+ export type EnforcementMode = (typeof EnforcementMode)[keyof typeof EnforcementMode];
636
610
  export declare const PolicyValidationMode: {
637
611
  readonly FAIL_ON_ANY_FINDINGS: "FAIL_ON_ANY_FINDINGS";
638
612
  readonly IGNORE_ALL_FINDINGS: "IGNORE_ALL_FINDINGS";
639
613
  };
640
- export type PolicyValidationMode =
641
- (typeof PolicyValidationMode)[keyof typeof PolicyValidationMode];
614
+ export type PolicyValidationMode = (typeof PolicyValidationMode)[keyof typeof PolicyValidationMode];
642
615
  export declare const PolicyStatus: {
643
616
  readonly ACTIVE: "ACTIVE";
644
617
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -655,8 +628,7 @@ export declare const DescriptorType: {
655
628
  readonly CUSTOM: "CUSTOM";
656
629
  readonly MCP: "MCP";
657
630
  };
658
- export type DescriptorType =
659
- (typeof DescriptorType)[keyof typeof DescriptorType];
631
+ export type DescriptorType = (typeof DescriptorType)[keyof typeof DescriptorType];
660
632
  export declare const RegistryRecordOAuthGrantType: {
661
633
  readonly CLIENT_CREDENTIALS: "CLIENT_CREDENTIALS";
662
634
  };
@@ -671,8 +643,7 @@ export type RegistryRecordCredentialProviderType =
671
643
  export declare const SynchronizationType: {
672
644
  readonly URL: "URL";
673
645
  };
674
- export type SynchronizationType =
675
- (typeof SynchronizationType)[keyof typeof SynchronizationType];
646
+ export type SynchronizationType = (typeof SynchronizationType)[keyof typeof SynchronizationType];
676
647
  export declare const RegistryRecordStatus: {
677
648
  readonly APPROVED: "APPROVED";
678
649
  readonly CREATE_FAILED: "CREATE_FAILED";
@@ -684,8 +655,7 @@ export declare const RegistryRecordStatus: {
684
655
  readonly UPDATE_FAILED: "UPDATE_FAILED";
685
656
  readonly UPDATING: "UPDATING";
686
657
  };
687
- export type RegistryRecordStatus =
688
- (typeof RegistryRecordStatus)[keyof typeof RegistryRecordStatus];
658
+ export type RegistryRecordStatus = (typeof RegistryRecordStatus)[keyof typeof RegistryRecordStatus];
689
659
  export declare const RegistryAuthorizerType: {
690
660
  readonly AWS_IAM: "AWS_IAM";
691
661
  readonly CUSTOM_JWT: "CUSTOM_JWT";
@@ -701,5 +671,4 @@ export declare const RegistryStatus: {
701
671
  readonly UPDATE_FAILED: "UPDATE_FAILED";
702
672
  readonly UPDATING: "UPDATING";
703
673
  };
704
- export type RegistryStatus =
705
- (typeof RegistryStatus)[keyof typeof RegistryStatus];
674
+ export type RegistryStatus = (typeof RegistryStatus)[keyof typeof RegistryStatus];
@@ -5,9 +5,7 @@ import { ValidationExceptionField } from "./models_0";
5
5
  export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
- constructor(
9
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
10
- );
8
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
11
9
  }
12
10
  export declare class ConflictException extends __BaseException {
13
11
  readonly name: "ConflictException";
@@ -17,39 +15,29 @@ export declare class ConflictException extends __BaseException {
17
15
  export declare class InternalServerException extends __BaseException {
18
16
  readonly name: "InternalServerException";
19
17
  readonly $fault: "server";
20
- constructor(
21
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
22
- );
18
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
23
19
  }
24
20
  export declare class ResourceNotFoundException extends __BaseException {
25
21
  readonly name: "ResourceNotFoundException";
26
22
  readonly $fault: "client";
27
- constructor(
28
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
29
- );
23
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
30
24
  }
31
25
  export declare class ServiceQuotaExceededException extends __BaseException {
32
26
  readonly name: "ServiceQuotaExceededException";
33
27
  readonly $fault: "client";
34
- constructor(
35
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
36
- );
28
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
37
29
  }
38
30
  export declare class ThrottlingException extends __BaseException {
39
31
  readonly name: "ThrottlingException";
40
32
  readonly $fault: "client";
41
- constructor(
42
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
43
- );
33
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
44
34
  }
45
35
  export declare class ValidationException extends __BaseException {
46
36
  readonly name: "ValidationException";
47
37
  readonly $fault: "client";
48
38
  reason: ValidationExceptionReason | undefined;
49
39
  fieldList?: ValidationExceptionField[] | undefined;
50
- constructor(
51
- opts: __ExceptionOptionType<ValidationException, __BaseException>
52
- );
40
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
53
41
  }
54
42
  export declare class DecryptionFailure extends __BaseException {
55
43
  readonly name: "DecryptionFailure";
@@ -64,16 +52,12 @@ export declare class EncryptionFailure extends __BaseException {
64
52
  export declare class ResourceLimitExceededException extends __BaseException {
65
53
  readonly name: "ResourceLimitExceededException";
66
54
  readonly $fault: "client";
67
- constructor(
68
- opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>
69
- );
55
+ constructor(opts: __ExceptionOptionType<ResourceLimitExceededException, __BaseException>);
70
56
  }
71
57
  export declare class UnauthorizedException extends __BaseException {
72
58
  readonly name: "UnauthorizedException";
73
59
  readonly $fault: "client";
74
- constructor(
75
- opts: __ExceptionOptionType<UnauthorizedException, __BaseException>
76
- );
60
+ constructor(opts: __ExceptionOptionType<UnauthorizedException, __BaseException>);
77
61
  }
78
62
  export declare class ServiceException extends __BaseException {
79
63
  readonly name: "ServiceException";
@@ -90,10 +74,5 @@ export declare class ThrottledException extends __BaseException {
90
74
  export declare class ConcurrentModificationException extends __BaseException {
91
75
  readonly name: "ConcurrentModificationException";
92
76
  readonly $fault: "client";
93
- constructor(
94
- opts: __ExceptionOptionType<
95
- ConcurrentModificationException,
96
- __BaseException
97
- >
98
- );
77
+ constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
99
78
  }
@@ -830,9 +830,7 @@ export declare namespace CertificateLocation {
830
830
  export interface Certificate {
831
831
  location: CertificateLocation | undefined;
832
832
  }
833
- export type ResourceLocation =
834
- | ResourceLocation.S3Member
835
- | ResourceLocation.$UnknownMember;
833
+ export type ResourceLocation = ResourceLocation.S3Member | ResourceLocation.$UnknownMember;
836
834
  export declare namespace ResourceLocation {
837
835
  interface S3Member {
838
836
  s3: S3Location;
@@ -2073,9 +2071,7 @@ export interface OAuth2AuthorizationData {
2073
2071
  authorizationUrl: string | undefined;
2074
2072
  userId?: string | undefined;
2075
2073
  }
2076
- export type AuthorizationData =
2077
- | AuthorizationData.Oauth2Member
2078
- | AuthorizationData.$UnknownMember;
2074
+ export type AuthorizationData = AuthorizationData.Oauth2Member | AuthorizationData.$UnknownMember;
2079
2075
  export declare namespace AuthorizationData {
2080
2076
  interface Oauth2Member {
2081
2077
  oauth2: OAuth2AuthorizationData;
@@ -2229,9 +2225,7 @@ export declare namespace HarnessEnvironmentProviderRequest {
2229
2225
  $unknown: [string, any];
2230
2226
  }
2231
2227
  interface Visitor<T> {
2232
- agentCoreRuntimeEnvironment: (
2233
- value: HarnessAgentCoreRuntimeEnvironmentRequest
2234
- ) => T;
2228
+ agentCoreRuntimeEnvironment: (value: HarnessAgentCoreRuntimeEnvironmentRequest) => T;
2235
2229
  _: (name: string, value: any) => T;
2236
2230
  }
2237
2231
  }
@@ -2261,9 +2255,7 @@ export interface HarnessAgentCoreMemoryConfiguration {
2261
2255
  arn: string | undefined;
2262
2256
  actorId?: string | undefined;
2263
2257
  messagesCount?: number | undefined;
2264
- retrievalConfig?:
2265
- | Record<string, HarnessAgentCoreMemoryRetrievalConfig>
2266
- | undefined;
2258
+ retrievalConfig?: Record<string, HarnessAgentCoreMemoryRetrievalConfig> | undefined;
2267
2259
  }
2268
2260
  export interface HarnessDisabledMemoryConfiguration {}
2269
2261
  export interface HarnessManagedMemoryConfiguration {
@@ -2303,9 +2295,7 @@ export declare namespace HarnessMemoryConfiguration {
2303
2295
  $unknown: [string, any];
2304
2296
  }
2305
2297
  interface Visitor<T> {
2306
- agentCoreMemoryConfiguration: (
2307
- value: HarnessAgentCoreMemoryConfiguration
2308
- ) => T;
2298
+ agentCoreMemoryConfiguration: (value: HarnessAgentCoreMemoryConfiguration) => T;
2309
2299
  managedMemoryConfiguration: (value: HarnessManagedMemoryConfiguration) => T;
2310
2300
  disabled: (value: HarnessDisabledMemoryConfiguration) => T;
2311
2301
  _: (name: string, value: any) => T;
@@ -2326,6 +2316,7 @@ export interface HarnessGeminiModelConfig {
2326
2316
  temperature?: number | undefined;
2327
2317
  topP?: number | undefined;
2328
2318
  topK?: number | undefined;
2319
+ additionalParams?: __DocumentType | undefined;
2329
2320
  }
2330
2321
  export interface HarnessLiteLlmModelConfig {
2331
2322
  modelId: string | undefined;