@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,13 +1,11 @@
1
1
  import { BedrockAgentCoreControlExtensionConfiguration } from "./extensionConfiguration";
2
2
  export interface RuntimeExtension {
3
- configure(
4
- extensionConfiguration: BedrockAgentCoreControlExtensionConfiguration
5
- ): void;
3
+ configure(extensionConfiguration: BedrockAgentCoreControlExtensionConfiguration): void;
6
4
  }
7
5
  export interface RuntimeExtensionsConfig {
8
6
  extensions: RuntimeExtension[];
9
7
  }
10
8
  export declare const resolveRuntimeExtensions: (
11
9
  runtimeConfig: any,
12
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
13
11
  ) => any;
@@ -1,17 +1,12 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
2
  import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
- import {
4
- GetMemoryCommandInput,
5
- GetMemoryCommandOutput,
6
- } from "../commands/GetMemoryCommand";
3
+ import { GetMemoryCommandInput, GetMemoryCommandOutput } from "../commands/GetMemoryCommand";
7
4
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
8
5
  export declare const waitForMemoryCreated: (
9
6
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
10
- input: GetMemoryCommandInput
11
- ) => Promise<
12
- WaiterResult<GetMemoryCommandOutput | BedrockAgentCoreControlServiceException>
13
- >;
7
+ input: GetMemoryCommandInput,
8
+ ) => Promise<WaiterResult<GetMemoryCommandOutput | BedrockAgentCoreControlServiceException>>;
14
9
  export declare const waitUntilMemoryCreated: (
15
10
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
16
- input: GetMemoryCommandInput
11
+ input: GetMemoryCommandInput,
17
12
  ) => Promise<WaiterResult<GetMemoryCommandOutput>>;
@@ -1,17 +1,12 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
2
  import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
- import {
4
- GetPolicyCommandInput,
5
- GetPolicyCommandOutput,
6
- } from "../commands/GetPolicyCommand";
3
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
7
4
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
8
5
  export declare const waitForPolicyActive: (
9
6
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
10
- input: GetPolicyCommandInput
11
- ) => Promise<
12
- WaiterResult<GetPolicyCommandOutput | BedrockAgentCoreControlServiceException>
13
- >;
7
+ input: GetPolicyCommandInput,
8
+ ) => Promise<WaiterResult<GetPolicyCommandOutput | BedrockAgentCoreControlServiceException>>;
14
9
  export declare const waitUntilPolicyActive: (
15
10
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
16
- input: GetPolicyCommandInput
11
+ input: GetPolicyCommandInput,
17
12
  ) => Promise<WaiterResult<GetPolicyCommandOutput>>;
@@ -1,18 +1,13 @@
1
1
  import { WaiterConfiguration, WaiterResult } from "@smithy/core/client";
2
2
  import { BedrockAgentCoreControlClient } from "../BedrockAgentCoreControlClient";
3
- import {
4
- GetPolicyCommandInput,
5
- GetPolicyCommandOutput,
6
- } from "../commands/GetPolicyCommand";
3
+ import { GetPolicyCommandInput, GetPolicyCommandOutput } from "../commands/GetPolicyCommand";
7
4
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
8
5
  import { ResourceNotFoundException } from "../models/errors";
9
6
  export declare const waitForPolicyDeleted: (
10
7
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
11
- input: GetPolicyCommandInput
12
- ) => Promise<
13
- WaiterResult<GetPolicyCommandOutput | BedrockAgentCoreControlServiceException>
14
- >;
8
+ input: GetPolicyCommandInput,
9
+ ) => Promise<WaiterResult<GetPolicyCommandOutput | BedrockAgentCoreControlServiceException>>;
15
10
  export declare const waitUntilPolicyDeleted: (
16
11
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
17
- input: GetPolicyCommandInput
12
+ input: GetPolicyCommandInput,
18
13
  ) => Promise<WaiterResult<ResourceNotFoundException>>;
@@ -7,13 +7,9 @@ import {
7
7
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
8
8
  export declare const waitForPolicyEngineActive: (
9
9
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
10
- input: GetPolicyEngineCommandInput
11
- ) => Promise<
12
- WaiterResult<
13
- GetPolicyEngineCommandOutput | BedrockAgentCoreControlServiceException
14
- >
15
- >;
10
+ input: GetPolicyEngineCommandInput,
11
+ ) => Promise<WaiterResult<GetPolicyEngineCommandOutput | BedrockAgentCoreControlServiceException>>;
16
12
  export declare const waitUntilPolicyEngineActive: (
17
13
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
18
- input: GetPolicyEngineCommandInput
14
+ input: GetPolicyEngineCommandInput,
19
15
  ) => Promise<WaiterResult<GetPolicyEngineCommandOutput>>;
@@ -8,13 +8,9 @@ import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentC
8
8
  import { ResourceNotFoundException } from "../models/errors";
9
9
  export declare const waitForPolicyEngineDeleted: (
10
10
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
11
- input: GetPolicyEngineCommandInput
12
- ) => Promise<
13
- WaiterResult<
14
- GetPolicyEngineCommandOutput | BedrockAgentCoreControlServiceException
15
- >
16
- >;
11
+ input: GetPolicyEngineCommandInput,
12
+ ) => Promise<WaiterResult<GetPolicyEngineCommandOutput | BedrockAgentCoreControlServiceException>>;
17
13
  export declare const waitUntilPolicyEngineDeleted: (
18
14
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
19
- input: GetPolicyEngineCommandInput
15
+ input: GetPolicyEngineCommandInput,
20
16
  ) => Promise<WaiterResult<ResourceNotFoundException>>;
@@ -7,13 +7,11 @@ import {
7
7
  import { BedrockAgentCoreControlServiceException } from "../models/BedrockAgentCoreControlServiceException";
8
8
  export declare const waitForPolicyGenerationCompleted: (
9
9
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
10
- input: GetPolicyGenerationCommandInput
10
+ input: GetPolicyGenerationCommandInput,
11
11
  ) => Promise<
12
- WaiterResult<
13
- GetPolicyGenerationCommandOutput | BedrockAgentCoreControlServiceException
14
- >
12
+ WaiterResult<GetPolicyGenerationCommandOutput | BedrockAgentCoreControlServiceException>
15
13
  >;
16
14
  export declare const waitUntilPolicyGenerationCompleted: (
17
15
  params: WaiterConfiguration<BedrockAgentCoreControlClient>,
18
- input: GetPolicyGenerationCommandInput
16
+ input: GetPolicyGenerationCommandInput,
19
17
  ) => Promise<WaiterResult<GetPolicyGenerationCommandOutput>>;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-bedrock-agentcore-control",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript Bedrock Agentcore Control Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-bedrock-agentcore-control"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -14,17 +45,13 @@
14
45
  "generate:client": "node ../../scripts/generate-clients/single-service",
15
46
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
16
47
  },
17
- "main": "./dist-cjs/index.js",
18
- "types": "./dist-types/index.d.ts",
19
- "module": "./dist-es/index.js",
20
- "sideEffects": false,
21
48
  "dependencies": {
22
- "@aws-sdk/core": "^3.975.2",
23
- "@aws-sdk/credential-provider-node": "^3.972.68",
24
- "@aws-sdk/types": "^3.974.1",
25
- "@smithy/core": "^3.29.3",
26
- "@smithy/fetch-http-handler": "^5.6.5",
27
- "@smithy/node-http-handler": "^4.9.5",
49
+ "@aws-sdk/core": "^3.975.3",
50
+ "@aws-sdk/credential-provider-node": "^3.972.70",
51
+ "@aws-sdk/types": "^3.974.2",
52
+ "@smithy/core": "^3.29.4",
53
+ "@smithy/fetch-http-handler": "^5.6.6",
54
+ "@smithy/node-http-handler": "^4.9.6",
28
55
  "@smithy/types": "^4.16.1",
29
56
  "tslib": "^2.6.2"
30
57
  },
@@ -38,32 +65,5 @@
38
65
  },
39
66
  "engines": {
40
67
  "node": ">=20.0.0"
41
- },
42
- "typesVersions": {
43
- "<4.5": {
44
- "dist-types/*": [
45
- "dist-types/ts3.4/*"
46
- ]
47
- }
48
- },
49
- "files": [
50
- "dist-*/**"
51
- ],
52
- "author": {
53
- "name": "AWS SDK for JavaScript Team",
54
- "url": "https://aws.amazon.com/sdk-for-javascript/"
55
- },
56
- "license": "Apache-2.0",
57
- "browser": {
58
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
59
- },
60
- "react-native": {
61
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
62
- },
63
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-bedrock-agentcore-control",
64
- "repository": {
65
- "type": "git",
66
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
67
- "directory": "clients/client-bedrock-agentcore-control"
68
68
  }
69
69
  }