@aws-sdk/client-bedrock-agent-runtime 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 (55) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/BedrockAgentRuntime.d.ts +114 -144
  3. package/dist-types/ts3.4/BedrockAgentRuntimeClient.d.ts +12 -43
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -10
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AgenticRetrieveStreamCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateInvocationCommand.d.ts +4 -9
  9. package/dist-types/ts3.4/commands/CreateSessionCommand.d.ts +3 -8
  10. package/dist-types/ts3.4/commands/DeleteAgentMemoryCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/DeleteSessionCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/EndSessionCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/GenerateQueryCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/GetAgentMemoryCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/GetDocumentContentCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/GetExecutionFlowSnapshotCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/GetFlowExecutionCommand.d.ts +4 -9
  18. package/dist-types/ts3.4/commands/GetInvocationStepCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/GetSessionCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/InvokeAgentCommand.d.ts +3 -5
  21. package/dist-types/ts3.4/commands/InvokeFlowCommand.d.ts +3 -5
  22. package/dist-types/ts3.4/commands/InvokeInlineAgentCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/ListFlowExecutionEventsCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/ListFlowExecutionsCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/ListInvocationStepsCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/ListInvocationsCommand.d.ts +4 -9
  27. package/dist-types/ts3.4/commands/ListSessionsCommand.d.ts +2 -4
  28. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  29. package/dist-types/ts3.4/commands/OptimizePromptCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/PutInvocationStepCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/RerankCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/RetrieveAndGenerateCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/RetrieveAndGenerateStreamCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/RetrieveCommand.d.ts +7 -5
  35. package/dist-types/ts3.4/commands/StartFlowExecutionCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/StopFlowExecutionCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/UpdateSessionCommand.d.ts +4 -9
  40. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  41. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  42. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  43. package/dist-types/ts3.4/models/enums.d.ts +29 -58
  44. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  45. package/dist-types/ts3.4/models/models_0.d.ts +23 -70
  46. package/dist-types/ts3.4/models/models_1.d.ts +5 -15
  47. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  48. package/dist-types/ts3.4/pagination/RerankPaginator.d.ts +1 -4
  49. package/dist-types/ts3.4/pagination/RetrievePaginator.d.ts +1 -4
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  54. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  55. package/package.json +38 -38
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { InvokeInlineAgentResponse } from "../models/models_0";
3
3
  import { InvokeInlineAgentRequest } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
- export interface InvokeInlineAgentCommandInput
6
- extends InvokeInlineAgentRequest {}
5
+ export interface InvokeInlineAgentCommandInput extends InvokeInlineAgentRequest {}
7
6
  export interface InvokeInlineAgentCommandOutput
8
- extends InvokeInlineAgentResponse,
9
- __MetadataBearer {}
7
+ extends InvokeInlineAgentResponse, __MetadataBearer {}
10
8
  declare const InvokeInlineAgentCommand_base: {
11
9
  new (
12
- input: InvokeInlineAgentCommandInput
10
+ input: InvokeInlineAgentCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  InvokeInlineAgentCommandInput,
15
13
  InvokeInlineAgentCommandOutput,
@@ -18,7 +16,7 @@ declare const InvokeInlineAgentCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: InvokeInlineAgentCommandInput
19
+ input: InvokeInlineAgentCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  InvokeInlineAgentCommandInput,
24
22
  InvokeInlineAgentCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListFlowExecutionEventsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListFlowExecutionEventsCommandInput
8
- extends ListFlowExecutionEventsRequest {}
7
+ export interface ListFlowExecutionEventsCommandInput extends ListFlowExecutionEventsRequest {}
9
8
  export interface ListFlowExecutionEventsCommandOutput
10
- extends ListFlowExecutionEventsResponse,
11
- __MetadataBearer {}
9
+ extends ListFlowExecutionEventsResponse, __MetadataBearer {}
12
10
  declare const ListFlowExecutionEventsCommand_base: {
13
11
  new (
14
- input: ListFlowExecutionEventsCommandInput
12
+ input: ListFlowExecutionEventsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListFlowExecutionEventsCommandInput,
17
15
  ListFlowExecutionEventsCommandOutput,
@@ -20,7 +18,7 @@ declare const ListFlowExecutionEventsCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: ListFlowExecutionEventsCommandInput
21
+ input: ListFlowExecutionEventsCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  ListFlowExecutionEventsCommandInput,
26
24
  ListFlowExecutionEventsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListFlowExecutionsRequest,
4
- ListFlowExecutionsResponse,
5
- } from "../models/models_0";
2
+ import { ListFlowExecutionsRequest, ListFlowExecutionsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListFlowExecutionsCommandInput
8
- extends ListFlowExecutionsRequest {}
4
+ export interface ListFlowExecutionsCommandInput extends ListFlowExecutionsRequest {}
9
5
  export interface ListFlowExecutionsCommandOutput
10
- extends ListFlowExecutionsResponse,
11
- __MetadataBearer {}
6
+ extends ListFlowExecutionsResponse, __MetadataBearer {}
12
7
  declare const ListFlowExecutionsCommand_base: {
13
8
  new (
14
- input: ListFlowExecutionsCommandInput
9
+ input: ListFlowExecutionsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListFlowExecutionsCommandInput,
17
12
  ListFlowExecutionsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListFlowExecutionsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListFlowExecutionsCommandInput
18
+ input: ListFlowExecutionsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListFlowExecutionsCommandInput,
26
21
  ListFlowExecutionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInvocationStepsRequest,
4
- ListInvocationStepsResponse,
5
- } from "../models/models_1";
2
+ import { ListInvocationStepsRequest, ListInvocationStepsResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListInvocationStepsCommandInput
8
- extends ListInvocationStepsRequest {}
4
+ export interface ListInvocationStepsCommandInput extends ListInvocationStepsRequest {}
9
5
  export interface ListInvocationStepsCommandOutput
10
- extends ListInvocationStepsResponse,
11
- __MetadataBearer {}
6
+ extends ListInvocationStepsResponse, __MetadataBearer {}
12
7
  declare const ListInvocationStepsCommand_base: {
13
8
  new (
14
- input: ListInvocationStepsCommandInput
9
+ input: ListInvocationStepsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListInvocationStepsCommandInput,
17
12
  ListInvocationStepsCommandOutput,
@@ -20,7 +15,7 @@ declare const ListInvocationStepsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListInvocationStepsCommandInput
18
+ input: ListInvocationStepsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListInvocationStepsCommandInput,
26
21
  ListInvocationStepsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListInvocationsRequest,
4
- ListInvocationsResponse,
5
- } from "../models/models_1";
2
+ import { ListInvocationsRequest, ListInvocationsResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface ListInvocationsCommandInput extends ListInvocationsRequest {}
8
- export interface ListInvocationsCommandOutput
9
- extends ListInvocationsResponse,
10
- __MetadataBearer {}
5
+ export interface ListInvocationsCommandOutput extends ListInvocationsResponse, __MetadataBearer {}
11
6
  declare const ListInvocationsCommand_base: {
12
7
  new (
13
- input: ListInvocationsCommandInput
8
+ input: ListInvocationsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListInvocationsCommandInput,
16
11
  ListInvocationsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListInvocationsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListInvocationsCommandInput
17
+ input: ListInvocationsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListInvocationsCommandInput,
25
20
  ListInvocationsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListSessionsRequest, ListSessionsResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface ListSessionsCommandInput extends ListSessionsRequest {}
5
- export interface ListSessionsCommandOutput
6
- extends ListSessionsResponse,
7
- __MetadataBearer {}
5
+ export interface ListSessionsCommandOutput extends ListSessionsResponse, __MetadataBearer {}
8
6
  declare const ListSessionsCommand_base: {
9
7
  new (
10
- input: ListSessionsCommandInput
8
+ input: ListSessionsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListSessionsCommandInput,
13
11
  ListSessionsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_1";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- OptimizePromptRequest,
4
- OptimizePromptResponse,
5
- } from "../models/models_0";
2
+ import { OptimizePromptRequest, OptimizePromptResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface OptimizePromptCommandInput extends OptimizePromptRequest {}
8
- export interface OptimizePromptCommandOutput
9
- extends OptimizePromptResponse,
10
- __MetadataBearer {}
5
+ export interface OptimizePromptCommandOutput extends OptimizePromptResponse, __MetadataBearer {}
11
6
  declare const OptimizePromptCommand_base: {
12
7
  new (
13
- input: OptimizePromptCommandInput
8
+ input: OptimizePromptCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  OptimizePromptCommandInput,
16
11
  OptimizePromptCommandOutput,
@@ -19,7 +14,7 @@ declare const OptimizePromptCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: OptimizePromptCommandInput
17
+ input: OptimizePromptCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  OptimizePromptCommandInput,
25
20
  OptimizePromptCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutInvocationStepRequest,
4
- PutInvocationStepResponse,
5
- } from "../models/models_1";
2
+ import { PutInvocationStepRequest, PutInvocationStepResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
- export interface PutInvocationStepCommandInput
8
- extends PutInvocationStepRequest {}
4
+ export interface PutInvocationStepCommandInput extends PutInvocationStepRequest {}
9
5
  export interface PutInvocationStepCommandOutput
10
- extends PutInvocationStepResponse,
11
- __MetadataBearer {}
6
+ extends PutInvocationStepResponse, __MetadataBearer {}
12
7
  declare const PutInvocationStepCommand_base: {
13
8
  new (
14
- input: PutInvocationStepCommandInput
9
+ input: PutInvocationStepCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PutInvocationStepCommandInput,
17
12
  PutInvocationStepCommandOutput,
@@ -20,7 +15,7 @@ declare const PutInvocationStepCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PutInvocationStepCommandInput
18
+ input: PutInvocationStepCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PutInvocationStepCommandInput,
26
21
  PutInvocationStepCommandOutput,
@@ -4,14 +4,18 @@ export { __MetadataBearer };
4
4
  export interface RerankCommandInput extends RerankRequest {}
5
5
  export interface RerankCommandOutput extends RerankResponse, __MetadataBearer {}
6
6
  declare const RerankCommand_base: {
7
- new (input: RerankCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: RerankCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
8
10
  RerankCommandInput,
9
11
  RerankCommandOutput,
10
12
  import("..").BedrockAgentRuntimeClientResolvedConfig,
11
13
  import("..").ServiceInputTypes,
12
14
  import("..").ServiceOutputTypes
13
15
  >;
14
- new (input: RerankCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: RerankCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
15
19
  RerankCommandInput,
16
20
  RerankCommandOutput,
17
21
  import("..").BedrockAgentRuntimeClientResolvedConfig,
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RetrieveAndGenerateResponse } from "../models/models_0";
3
3
  import { RetrieveAndGenerateRequest } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
- export interface RetrieveAndGenerateCommandInput
6
- extends RetrieveAndGenerateRequest {}
5
+ export interface RetrieveAndGenerateCommandInput extends RetrieveAndGenerateRequest {}
7
6
  export interface RetrieveAndGenerateCommandOutput
8
- extends RetrieveAndGenerateResponse,
9
- __MetadataBearer {}
7
+ extends RetrieveAndGenerateResponse, __MetadataBearer {}
10
8
  declare const RetrieveAndGenerateCommand_base: {
11
9
  new (
12
- input: RetrieveAndGenerateCommandInput
10
+ input: RetrieveAndGenerateCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  RetrieveAndGenerateCommandInput,
15
13
  RetrieveAndGenerateCommandOutput,
@@ -18,7 +16,7 @@ declare const RetrieveAndGenerateCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: RetrieveAndGenerateCommandInput
19
+ input: RetrieveAndGenerateCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  RetrieveAndGenerateCommandInput,
24
22
  RetrieveAndGenerateCommandOutput,
@@ -2,14 +2,12 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { RetrieveAndGenerateStreamResponse } from "../models/models_0";
3
3
  import { RetrieveAndGenerateStreamRequest } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
- export interface RetrieveAndGenerateStreamCommandInput
6
- extends RetrieveAndGenerateStreamRequest {}
5
+ export interface RetrieveAndGenerateStreamCommandInput extends RetrieveAndGenerateStreamRequest {}
7
6
  export interface RetrieveAndGenerateStreamCommandOutput
8
- extends RetrieveAndGenerateStreamResponse,
9
- __MetadataBearer {}
7
+ extends RetrieveAndGenerateStreamResponse, __MetadataBearer {}
10
8
  declare const RetrieveAndGenerateStreamCommand_base: {
11
9
  new (
12
- input: RetrieveAndGenerateStreamCommandInput
10
+ input: RetrieveAndGenerateStreamCommandInput,
13
11
  ): import("@smithy/core/client").CommandImpl<
14
12
  RetrieveAndGenerateStreamCommandInput,
15
13
  RetrieveAndGenerateStreamCommandOutput,
@@ -18,7 +16,7 @@ declare const RetrieveAndGenerateStreamCommand_base: {
18
16
  import("..").ServiceOutputTypes
19
17
  >;
20
18
  new (
21
- input: RetrieveAndGenerateStreamCommandInput
19
+ input: RetrieveAndGenerateStreamCommandInput,
22
20
  ): import("@smithy/core/client").CommandImpl<
23
21
  RetrieveAndGenerateStreamCommandInput,
24
22
  RetrieveAndGenerateStreamCommandOutput,
@@ -3,18 +3,20 @@ import { RetrieveResponse } from "../models/models_0";
3
3
  import { RetrieveRequest } from "../models/models_1";
4
4
  export { __MetadataBearer };
5
5
  export interface RetrieveCommandInput extends RetrieveRequest {}
6
- export interface RetrieveCommandOutput
7
- extends RetrieveResponse,
8
- __MetadataBearer {}
6
+ export interface RetrieveCommandOutput extends RetrieveResponse, __MetadataBearer {}
9
7
  declare const RetrieveCommand_base: {
10
- new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<
8
+ new (
9
+ input: RetrieveCommandInput,
10
+ ): import("@smithy/core/client").CommandImpl<
11
11
  RetrieveCommandInput,
12
12
  RetrieveCommandOutput,
13
13
  import("..").BedrockAgentRuntimeClientResolvedConfig,
14
14
  import("..").ServiceInputTypes,
15
15
  import("..").ServiceOutputTypes
16
16
  >;
17
- new (input: RetrieveCommandInput): import("@smithy/core/client").CommandImpl<
17
+ new (
18
+ input: RetrieveCommandInput,
19
+ ): import("@smithy/core/client").CommandImpl<
18
20
  RetrieveCommandInput,
19
21
  RetrieveCommandOutput,
20
22
  import("..").BedrockAgentRuntimeClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StartFlowExecutionRequest,
4
- StartFlowExecutionResponse,
5
- } from "../models/models_0";
2
+ import { StartFlowExecutionRequest, StartFlowExecutionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StartFlowExecutionCommandInput
8
- extends StartFlowExecutionRequest {}
4
+ export interface StartFlowExecutionCommandInput extends StartFlowExecutionRequest {}
9
5
  export interface StartFlowExecutionCommandOutput
10
- extends StartFlowExecutionResponse,
11
- __MetadataBearer {}
6
+ extends StartFlowExecutionResponse, __MetadataBearer {}
12
7
  declare const StartFlowExecutionCommand_base: {
13
8
  new (
14
- input: StartFlowExecutionCommandInput
9
+ input: StartFlowExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StartFlowExecutionCommandInput,
17
12
  StartFlowExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const StartFlowExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StartFlowExecutionCommandInput
18
+ input: StartFlowExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StartFlowExecutionCommandInput,
26
21
  StartFlowExecutionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- StopFlowExecutionRequest,
4
- StopFlowExecutionResponse,
5
- } from "../models/models_0";
2
+ import { StopFlowExecutionRequest, StopFlowExecutionResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface StopFlowExecutionCommandInput
8
- extends StopFlowExecutionRequest {}
4
+ export interface StopFlowExecutionCommandInput extends StopFlowExecutionRequest {}
9
5
  export interface StopFlowExecutionCommandOutput
10
- extends StopFlowExecutionResponse,
11
- __MetadataBearer {}
6
+ extends StopFlowExecutionResponse, __MetadataBearer {}
12
7
  declare const StopFlowExecutionCommand_base: {
13
8
  new (
14
- input: StopFlowExecutionCommandInput
9
+ input: StopFlowExecutionCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  StopFlowExecutionCommandInput,
17
12
  StopFlowExecutionCommandOutput,
@@ -20,7 +15,7 @@ declare const StopFlowExecutionCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: StopFlowExecutionCommandInput
18
+ input: StopFlowExecutionCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  StopFlowExecutionCommandInput,
26
21
  StopFlowExecutionCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_1";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_1";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateSessionRequest,
4
- UpdateSessionResponse,
5
- } from "../models/models_1";
2
+ import { UpdateSessionRequest, UpdateSessionResponse } from "../models/models_1";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateSessionCommandInput extends UpdateSessionRequest {}
8
- export interface UpdateSessionCommandOutput
9
- extends UpdateSessionResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateSessionCommandOutput extends UpdateSessionResponse, __MetadataBearer {}
11
6
  declare const UpdateSessionCommand_base: {
12
7
  new (
13
- input: UpdateSessionCommandInput
8
+ input: UpdateSessionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateSessionCommandInput,
16
11
  UpdateSessionCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateSessionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateSessionCommandInput
17
+ input: UpdateSessionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateSessionCommandInput,
25
20
  UpdateSessionCommandOutput,
@@ -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 BedrockAgentRuntimeExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}