@aws-sdk/client-bedrock-agentcore-control 3.1087.0 → 3.1088.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
@@ -254,9 +254,7 @@ export declare namespace HarnessToolConfiguration {
254
254
  agentCoreBrowser: (value: HarnessAgentCoreBrowserConfig) => T;
255
255
  agentCoreGateway: (value: HarnessAgentCoreGatewayConfig) => T;
256
256
  inlineFunction: (value: HarnessInlineFunctionConfig) => T;
257
- agentCoreCodeInterpreter: (
258
- value: HarnessAgentCoreCodeInterpreterConfig
259
- ) => T;
257
+ agentCoreCodeInterpreter: (value: HarnessAgentCoreCodeInterpreterConfig) => T;
260
258
  _: (name: string, value: any) => T;
261
259
  }
262
260
  }
@@ -344,9 +342,7 @@ export declare namespace HarnessEnvironmentProvider {
344
342
  $unknown: [string, any];
345
343
  }
346
344
  interface Visitor<T> {
347
- agentCoreRuntimeEnvironment: (
348
- value: HarnessAgentCoreRuntimeEnvironment
349
- ) => T;
345
+ agentCoreRuntimeEnvironment: (value: HarnessAgentCoreRuntimeEnvironment) => T;
350
346
  _: (name: string, value: any) => T;
351
347
  }
352
348
  }
@@ -653,9 +649,7 @@ export interface UserPreferenceOverrideExtractionConfigurationInput {
653
649
  }
654
650
  export interface UserPreferenceOverrideConfigurationInput {
655
651
  extraction?: UserPreferenceOverrideExtractionConfigurationInput | undefined;
656
- consolidation?:
657
- | UserPreferenceOverrideConsolidationConfigurationInput
658
- | undefined;
652
+ consolidation?: UserPreferenceOverrideConsolidationConfigurationInput | undefined;
659
653
  }
660
654
  export type CustomConfigurationInput =
661
655
  | CustomConfigurationInput.EpisodicOverrideMember
@@ -716,9 +710,7 @@ export declare namespace CustomConfigurationInput {
716
710
  interface Visitor<T> {
717
711
  semanticOverride: (value: SemanticOverrideConfigurationInput) => T;
718
712
  summaryOverride: (value: SummaryOverrideConfigurationInput) => T;
719
- userPreferenceOverride: (
720
- value: UserPreferenceOverrideConfigurationInput
721
- ) => T;
713
+ userPreferenceOverride: (value: UserPreferenceOverrideConfigurationInput) => T;
722
714
  episodicOverride: (value: EpisodicOverrideConfigurationInput) => T;
723
715
  selfManagedConfiguration: (value: SelfManagedConfigurationInput) => T;
724
716
  _: (name: string, value: any) => T;
@@ -825,9 +817,7 @@ export declare namespace MemoryStrategyInput {
825
817
  interface Visitor<T> {
826
818
  semanticMemoryStrategy: (value: SemanticMemoryStrategyInput) => T;
827
819
  summaryMemoryStrategy: (value: SummaryMemoryStrategyInput) => T;
828
- userPreferenceMemoryStrategy: (
829
- value: UserPreferenceMemoryStrategyInput
830
- ) => T;
820
+ userPreferenceMemoryStrategy: (value: UserPreferenceMemoryStrategyInput) => T;
831
821
  customMemoryStrategy: (value: CustomMemoryStrategyInput) => T;
832
822
  episodicMemoryStrategy: (value: EpisodicMemoryStrategyInput) => T;
833
823
  _: (name: string, value: any) => T;
@@ -934,9 +924,7 @@ export declare namespace CustomConsolidationConfiguration {
934
924
  interface Visitor<T> {
935
925
  semanticConsolidationOverride: (value: SemanticConsolidationOverride) => T;
936
926
  summaryConsolidationOverride: (value: SummaryConsolidationOverride) => T;
937
- userPreferenceConsolidationOverride: (
938
- value: UserPreferenceConsolidationOverride
939
- ) => T;
927
+ userPreferenceConsolidationOverride: (value: UserPreferenceConsolidationOverride) => T;
940
928
  episodicConsolidationOverride: (value: EpisodicConsolidationOverride) => T;
941
929
  _: (name: string, value: any) => T;
942
930
  }
@@ -954,9 +942,7 @@ export declare namespace ConsolidationConfiguration {
954
942
  $unknown: [string, any];
955
943
  }
956
944
  interface Visitor<T> {
957
- customConsolidationConfiguration: (
958
- value: CustomConsolidationConfiguration
959
- ) => T;
945
+ customConsolidationConfiguration: (value: CustomConsolidationConfiguration) => T;
960
946
  _: (name: string, value: any) => T;
961
947
  }
962
948
  }
@@ -1004,9 +990,7 @@ export declare namespace CustomExtractionConfiguration {
1004
990
  }
1005
991
  interface Visitor<T> {
1006
992
  semanticExtractionOverride: (value: SemanticExtractionOverride) => T;
1007
- userPreferenceExtractionOverride: (
1008
- value: UserPreferenceExtractionOverride
1009
- ) => T;
993
+ userPreferenceExtractionOverride: (value: UserPreferenceExtractionOverride) => T;
1010
994
  episodicExtractionOverride: (value: EpisodicExtractionOverride) => T;
1011
995
  _: (name: string, value: any) => T;
1012
996
  }
@@ -1079,9 +1063,7 @@ export declare namespace ReflectionConfiguration {
1079
1063
  }
1080
1064
  interface Visitor<T> {
1081
1065
  customReflectionConfiguration: (value: CustomReflectionConfiguration) => T;
1082
- episodicReflectionConfiguration: (
1083
- value: EpisodicReflectionConfiguration
1084
- ) => T;
1066
+ episodicReflectionConfiguration: (value: EpisodicReflectionConfiguration) => T;
1085
1067
  _: (name: string, value: any) => T;
1086
1068
  }
1087
1069
  }
@@ -1257,18 +1239,12 @@ export declare namespace CustomConsolidationConfigurationInput {
1257
1239
  $unknown: [string, any];
1258
1240
  }
1259
1241
  interface Visitor<T> {
1260
- semanticConsolidationOverride: (
1261
- value: SemanticOverrideConsolidationConfigurationInput
1262
- ) => T;
1263
- summaryConsolidationOverride: (
1264
- value: SummaryOverrideConsolidationConfigurationInput
1265
- ) => T;
1242
+ semanticConsolidationOverride: (value: SemanticOverrideConsolidationConfigurationInput) => T;
1243
+ summaryConsolidationOverride: (value: SummaryOverrideConsolidationConfigurationInput) => T;
1266
1244
  userPreferenceConsolidationOverride: (
1267
- value: UserPreferenceOverrideConsolidationConfigurationInput
1268
- ) => T;
1269
- episodicConsolidationOverride: (
1270
- value: EpisodicOverrideConsolidationConfigurationInput
1245
+ value: UserPreferenceOverrideConsolidationConfigurationInput,
1271
1246
  ) => T;
1247
+ episodicConsolidationOverride: (value: EpisodicOverrideConsolidationConfigurationInput) => T;
1272
1248
  _: (name: string, value: any) => T;
1273
1249
  }
1274
1250
  }
@@ -1285,9 +1261,7 @@ export declare namespace ModifyConsolidationConfiguration {
1285
1261
  $unknown: [string, any];
1286
1262
  }
1287
1263
  interface Visitor<T> {
1288
- customConsolidationConfiguration: (
1289
- value: CustomConsolidationConfigurationInput
1290
- ) => T;
1264
+ customConsolidationConfiguration: (value: CustomConsolidationConfigurationInput) => T;
1291
1265
  _: (name: string, value: any) => T;
1292
1266
  }
1293
1267
  }
@@ -1322,15 +1296,11 @@ export declare namespace CustomExtractionConfigurationInput {
1322
1296
  $unknown: [string, any];
1323
1297
  }
1324
1298
  interface Visitor<T> {
1325
- semanticExtractionOverride: (
1326
- value: SemanticOverrideExtractionConfigurationInput
1327
- ) => T;
1299
+ semanticExtractionOverride: (value: SemanticOverrideExtractionConfigurationInput) => T;
1328
1300
  userPreferenceExtractionOverride: (
1329
- value: UserPreferenceOverrideExtractionConfigurationInput
1330
- ) => T;
1331
- episodicExtractionOverride: (
1332
- value: EpisodicOverrideExtractionConfigurationInput
1301
+ value: UserPreferenceOverrideExtractionConfigurationInput,
1333
1302
  ) => T;
1303
+ episodicExtractionOverride: (value: EpisodicOverrideExtractionConfigurationInput) => T;
1334
1304
  _: (name: string, value: any) => T;
1335
1305
  }
1336
1306
  }
@@ -1347,9 +1317,7 @@ export declare namespace ModifyExtractionConfiguration {
1347
1317
  $unknown: [string, any];
1348
1318
  }
1349
1319
  interface Visitor<T> {
1350
- customExtractionConfiguration: (
1351
- value: CustomExtractionConfigurationInput
1352
- ) => T;
1320
+ customExtractionConfiguration: (value: CustomExtractionConfigurationInput) => T;
1353
1321
  _: (name: string, value: any) => T;
1354
1322
  }
1355
1323
  }
@@ -1366,9 +1334,7 @@ export declare namespace CustomReflectionConfigurationInput {
1366
1334
  $unknown: [string, any];
1367
1335
  }
1368
1336
  interface Visitor<T> {
1369
- episodicReflectionOverride: (
1370
- value: EpisodicOverrideReflectionConfigurationInput
1371
- ) => T;
1337
+ episodicReflectionOverride: (value: EpisodicOverrideReflectionConfigurationInput) => T;
1372
1338
  _: (name: string, value: any) => T;
1373
1339
  }
1374
1340
  }
@@ -1393,12 +1359,8 @@ export declare namespace ModifyReflectionConfiguration {
1393
1359
  $unknown: [string, any];
1394
1360
  }
1395
1361
  interface Visitor<T> {
1396
- episodicReflectionConfiguration: (
1397
- value: EpisodicReflectionConfigurationInput
1398
- ) => T;
1399
- customReflectionConfiguration: (
1400
- value: CustomReflectionConfigurationInput
1401
- ) => T;
1362
+ episodicReflectionConfiguration: (value: EpisodicReflectionConfigurationInput) => T;
1363
+ customReflectionConfiguration: (value: CustomReflectionConfigurationInput) => T;
1402
1364
  _: (name: string, value: any) => T;
1403
1365
  }
1404
1366
  }
@@ -1478,9 +1440,7 @@ export declare namespace Oauth2Discovery {
1478
1440
  }
1479
1441
  interface Visitor<T> {
1480
1442
  discoveryUrl: (value: string) => T;
1481
- authorizationServerMetadata: (
1482
- value: Oauth2AuthorizationServerMetadata
1483
- ) => T;
1443
+ authorizationServerMetadata: (value: Oauth2AuthorizationServerMetadata) => T;
1484
1444
  _: (name: string, value: any) => T;
1485
1445
  }
1486
1446
  }
@@ -1686,21 +1646,11 @@ export declare namespace Oauth2ProviderConfigInput {
1686
1646
  googleOauth2ProviderConfig: (value: GoogleOauth2ProviderConfigInput) => T;
1687
1647
  githubOauth2ProviderConfig: (value: GithubOauth2ProviderConfigInput) => T;
1688
1648
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigInput) => T;
1689
- salesforceOauth2ProviderConfig: (
1690
- value: SalesforceOauth2ProviderConfigInput
1691
- ) => T;
1692
- microsoftOauth2ProviderConfig: (
1693
- value: MicrosoftOauth2ProviderConfigInput
1694
- ) => T;
1695
- atlassianOauth2ProviderConfig: (
1696
- value: AtlassianOauth2ProviderConfigInput
1697
- ) => T;
1698
- linkedinOauth2ProviderConfig: (
1699
- value: LinkedinOauth2ProviderConfigInput
1700
- ) => T;
1701
- includedOauth2ProviderConfig: (
1702
- value: IncludedOauth2ProviderConfigInput
1703
- ) => T;
1649
+ salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigInput) => T;
1650
+ microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigInput) => T;
1651
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigInput) => T;
1652
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigInput) => T;
1653
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigInput) => T;
1704
1654
  _: (name: string, value: any) => T;
1705
1655
  }
1706
1656
  }
@@ -1887,21 +1837,11 @@ export declare namespace Oauth2ProviderConfigOutput {
1887
1837
  googleOauth2ProviderConfig: (value: GoogleOauth2ProviderConfigOutput) => T;
1888
1838
  githubOauth2ProviderConfig: (value: GithubOauth2ProviderConfigOutput) => T;
1889
1839
  slackOauth2ProviderConfig: (value: SlackOauth2ProviderConfigOutput) => T;
1890
- salesforceOauth2ProviderConfig: (
1891
- value: SalesforceOauth2ProviderConfigOutput
1892
- ) => T;
1893
- microsoftOauth2ProviderConfig: (
1894
- value: MicrosoftOauth2ProviderConfigOutput
1895
- ) => T;
1896
- atlassianOauth2ProviderConfig: (
1897
- value: AtlassianOauth2ProviderConfigOutput
1898
- ) => T;
1899
- linkedinOauth2ProviderConfig: (
1900
- value: LinkedinOauth2ProviderConfigOutput
1901
- ) => T;
1902
- includedOauth2ProviderConfig: (
1903
- value: IncludedOauth2ProviderConfigOutput
1904
- ) => T;
1840
+ salesforceOauth2ProviderConfig: (value: SalesforceOauth2ProviderConfigOutput) => T;
1841
+ microsoftOauth2ProviderConfig: (value: MicrosoftOauth2ProviderConfigOutput) => T;
1842
+ atlassianOauth2ProviderConfig: (value: AtlassianOauth2ProviderConfigOutput) => T;
1843
+ linkedinOauth2ProviderConfig: (value: LinkedinOauth2ProviderConfigOutput) => T;
1844
+ includedOauth2ProviderConfig: (value: IncludedOauth2ProviderConfigOutput) => T;
1905
1845
  _: (name: string, value: any) => T;
1906
1846
  }
1907
1847
  }
@@ -2409,9 +2349,7 @@ export interface CreatePaymentConnectorRequest {
2409
2349
  name: string | undefined;
2410
2350
  description?: string | undefined;
2411
2351
  type: PaymentConnectorType | undefined;
2412
- credentialProviderConfigurations:
2413
- | CredentialsProviderConfiguration[]
2414
- | undefined;
2352
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
2415
2353
  clientToken?: string | undefined;
2416
2354
  }
2417
2355
  export interface CreatePaymentConnectorResponse {
@@ -2419,9 +2357,7 @@ export interface CreatePaymentConnectorResponse {
2419
2357
  paymentManagerId: string | undefined;
2420
2358
  name: string | undefined;
2421
2359
  type: PaymentConnectorType | undefined;
2422
- credentialProviderConfigurations:
2423
- | CredentialsProviderConfiguration[]
2424
- | undefined;
2360
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
2425
2361
  createdAt: Date | undefined;
2426
2362
  status: PaymentConnectorStatus | undefined;
2427
2363
  }
@@ -2443,9 +2379,7 @@ export interface GetPaymentConnectorResponse {
2443
2379
  name: string | undefined;
2444
2380
  description?: string | undefined;
2445
2381
  type: PaymentConnectorType | undefined;
2446
- credentialProviderConfigurations:
2447
- | CredentialsProviderConfiguration[]
2448
- | undefined;
2382
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
2449
2383
  createdAt: Date | undefined;
2450
2384
  lastUpdatedAt: Date | undefined;
2451
2385
  status: PaymentConnectorStatus | undefined;
@@ -2471,9 +2405,7 @@ export interface UpdatePaymentConnectorRequest {
2471
2405
  paymentConnectorId: string | undefined;
2472
2406
  description?: string | undefined;
2473
2407
  type?: PaymentConnectorType | undefined;
2474
- credentialProviderConfigurations?:
2475
- | CredentialsProviderConfiguration[]
2476
- | undefined;
2408
+ credentialProviderConfigurations?: CredentialsProviderConfiguration[] | undefined;
2477
2409
  clientToken?: string | undefined;
2478
2410
  }
2479
2411
  export interface UpdatePaymentConnectorResponse {
@@ -2481,9 +2413,7 @@ export interface UpdatePaymentConnectorResponse {
2481
2413
  paymentManagerId: string | undefined;
2482
2414
  name: string | undefined;
2483
2415
  type: PaymentConnectorType | undefined;
2484
- credentialProviderConfigurations:
2485
- | CredentialsProviderConfiguration[]
2486
- | undefined;
2416
+ credentialProviderConfigurations: CredentialsProviderConfiguration[] | undefined;
2487
2417
  lastUpdatedAt: Date | undefined;
2488
2418
  status: PaymentConnectorStatus | undefined;
2489
2419
  }
@@ -2999,9 +2929,7 @@ export declare namespace RegistryRecordCredentialProviderUnion {
2999
2929
  $unknown: [string, any];
3000
2930
  }
3001
2931
  interface Visitor<T> {
3002
- oauthCredentialProvider: (
3003
- value: RegistryRecordOAuthCredentialProvider
3004
- ) => T;
2932
+ oauthCredentialProvider: (value: RegistryRecordOAuthCredentialProvider) => T;
3005
2933
  iamCredentialProvider: (value: RegistryRecordIamCredentialProvider) => T;
3006
2934
  _: (name: string, value: any) => T;
3007
2935
  }
@@ -3012,9 +2940,7 @@ export interface RegistryRecordCredentialProviderConfiguration {
3012
2940
  }
3013
2941
  export interface FromUrlSynchronizationConfiguration {
3014
2942
  url: string | undefined;
3015
- credentialProviderConfigurations?:
3016
- | RegistryRecordCredentialProviderConfiguration[]
3017
- | undefined;
2943
+ credentialProviderConfigurations?: RegistryRecordCredentialProviderConfiguration[] | undefined;
3018
2944
  }
3019
2945
  export interface SynchronizationConfiguration {
3020
2946
  fromUrl?: FromUrlSynchronizationConfiguration | undefined;
@@ -108,9 +108,7 @@ export interface UpdateRegistryRecordRequest {
108
108
  descriptors?: UpdatedDescriptors | undefined;
109
109
  recordVersion?: string | undefined;
110
110
  synchronizationType?: UpdatedSynchronizationType | undefined;
111
- synchronizationConfiguration?:
112
- | UpdatedSynchronizationConfiguration
113
- | undefined;
111
+ synchronizationConfiguration?: UpdatedSynchronizationConfiguration | undefined;
114
112
  triggerSynchronization?: boolean | undefined;
115
113
  }
116
114
  export interface UpdateRegistryRecordResponse {
@@ -457,9 +455,7 @@ export interface CreateGatewayTargetRequest {
457
455
  description?: string | undefined;
458
456
  clientToken?: string | undefined;
459
457
  targetConfiguration: TargetConfiguration | undefined;
460
- credentialProviderConfigurations?:
461
- | CredentialProviderConfiguration[]
462
- | undefined;
458
+ credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
463
459
  metadataConfiguration?: MetadataConfiguration | undefined;
464
460
  privateEndpoint?: PrivateEndpoint | undefined;
465
461
  }
@@ -473,9 +469,7 @@ export interface CreateGatewayTargetResponse {
473
469
  name: string | undefined;
474
470
  description?: string | undefined;
475
471
  targetConfiguration: TargetConfiguration | undefined;
476
- credentialProviderConfigurations:
477
- | CredentialProviderConfiguration[]
478
- | undefined;
472
+ credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
479
473
  lastSynchronizedAt?: Date | undefined;
480
474
  metadataConfiguration?: MetadataConfiguration | undefined;
481
475
  privateEndpoint?: PrivateEndpoint | undefined;
@@ -493,9 +487,7 @@ export interface GatewayTarget {
493
487
  name: string | undefined;
494
488
  description?: string | undefined;
495
489
  targetConfiguration: TargetConfiguration | undefined;
496
- credentialProviderConfigurations:
497
- | CredentialProviderConfiguration[]
498
- | undefined;
490
+ credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
499
491
  lastSynchronizedAt?: Date | undefined;
500
492
  metadataConfiguration?: MetadataConfiguration | undefined;
501
493
  privateEndpoint?: PrivateEndpoint | undefined;
@@ -513,9 +505,7 @@ export interface GetGatewayTargetResponse {
513
505
  name: string | undefined;
514
506
  description?: string | undefined;
515
507
  targetConfiguration: TargetConfiguration | undefined;
516
- credentialProviderConfigurations:
517
- | CredentialProviderConfiguration[]
518
- | undefined;
508
+ credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
519
509
  lastSynchronizedAt?: Date | undefined;
520
510
  metadataConfiguration?: MetadataConfiguration | undefined;
521
511
  privateEndpoint?: PrivateEndpoint | undefined;
@@ -529,9 +519,7 @@ export interface UpdateGatewayTargetRequest {
529
519
  name?: string | undefined;
530
520
  description?: string | undefined;
531
521
  targetConfiguration: TargetConfiguration | undefined;
532
- credentialProviderConfigurations?:
533
- | CredentialProviderConfiguration[]
534
- | undefined;
522
+ credentialProviderConfigurations?: CredentialProviderConfiguration[] | undefined;
535
523
  metadataConfiguration?: MetadataConfiguration | undefined;
536
524
  privateEndpoint?: PrivateEndpoint | undefined;
537
525
  }
@@ -545,9 +533,7 @@ export interface UpdateGatewayTargetResponse {
545
533
  name: string | undefined;
546
534
  description?: string | undefined;
547
535
  targetConfiguration: TargetConfiguration | undefined;
548
- credentialProviderConfigurations:
549
- | CredentialProviderConfiguration[]
550
- | undefined;
536
+ credentialProviderConfigurations: CredentialProviderConfiguration[] | undefined;
551
537
  lastSynchronizedAt?: Date | undefined;
552
538
  metadataConfiguration?: MetadataConfiguration | undefined;
553
539
  privateEndpoint?: PrivateEndpoint | undefined;
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
- export interface BedrockAgentCoreControlPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface BedrockAgentCoreControlPaginationConfiguration extends PaginationConfiguration {
5
4
  client: BedrockAgentCoreControlClient;
6
5
  }
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreControlClient";
3
- export declare const getRuntimeConfig: (
4
- config: BedrockAgentCoreControlClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreControlClient";
3
- export declare const getRuntimeConfig: (
4
- config: BedrockAgentCoreControlClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };
@@ -1,7 +1,5 @@
1
1
  import { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreControlClient";
2
- export declare const getRuntimeConfig: (
3
- config: BedrockAgentCoreControlClientConfig
4
- ) => {
2
+ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
5
3
  runtime: string;
6
4
  requestHandler:
7
5
  | import("@smithy/types").NodeHttpHandlerOptions
@@ -23,11 +21,7 @@ export declare const getRuntimeConfig: (
23
21
  urlParser: import("@smithy/types").UrlParser;
24
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
23
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
25
  ) => Promise<Uint8Array>;
32
26
  base64Decoder: import("@smithy/types").Decoder;
33
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -42,30 +36,21 @@ export declare const getRuntimeConfig: (
42
36
  region: string | import("@smithy/types").Provider<any>;
43
37
  profile?: string;
44
38
  defaultUserAgentProvider: (
45
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
46
40
  ) => Promise<import("@smithy/types").UserAgent>;
47
41
  credentialDefaultProvider:
48
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
49
- | ((
50
- _: unknown
51
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
52
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
53
45
  retryMode: string | import("@smithy/types").Provider<string>;
54
46
  logger: import("@smithy/types").Logger;
55
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
56
48
  defaultsMode:
57
49
  | import("@smithy/core/client").DefaultsMode
58
- | import("@smithy/types").Provider<
59
- import("@smithy/core/client").DefaultsMode
60
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
61
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
62
- userAgentAppId?:
63
- | string
64
- | undefined
65
- | import("@smithy/types").Provider<string | undefined>;
66
- retryStrategy?:
67
- | import("@smithy/types").RetryStrategy
68
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
69
54
  endpoint?:
70
55
  | ((
71
56
  | string
@@ -87,7 +72,7 @@ export declare const getRuntimeConfig: (
87
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
88
73
  context?: {
89
74
  logger?: import("@smithy/types").Logger;
90
- }
75
+ },
91
76
  ) => import("@smithy/types").EndpointV2;
92
77
  tls?: boolean;
93
78
  serviceConfiguredEndpoint?: never;
@@ -100,13 +85,13 @@ export declare const getRuntimeConfig: (
100
85
  signer?:
101
86
  | import("@smithy/types").RequestSigner
102
87
  | ((
103
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
104
89
  ) => Promise<import("@smithy/types").RequestSigner>);
105
90
  signingEscapePath?: boolean;
106
91
  systemClockOffset?: number;
107
92
  signingRegion?: string;
108
93
  signerConstructor?: new (
109
94
  options: import("@smithy/signature-v4").SignatureV4Init &
110
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
111
96
  ) => import("@smithy/types").RequestSigner;
112
97
  };
@@ -1,8 +1,6 @@
1
1
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
2
  import { BedrockAgentCoreControlClientConfig } from "./BedrockAgentCoreControlClient";
3
- export declare const getRuntimeConfig: (
4
- config: BedrockAgentCoreControlClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: BedrockAgentCoreControlClientConfig) => {
6
4
  apiVersion: string;
7
5
  base64Decoder: import("@smithy/types").Decoder;
8
6
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -11,7 +9,7 @@ export declare const getRuntimeConfig: (
11
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
12
10
  context?: {
13
11
  logger?: import("@smithy/types").Logger;
14
- }
12
+ },
15
13
  ) => import("@smithy/types").EndpointV2;
16
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
17
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").BedrockAgentCoreControlHttpAuthSchemeProvider;