@effect-aws/client-bedrock-agent 1.11.3 → 2.0.0-beta.5

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 (36) hide show
  1. package/README.md +3 -3
  2. package/dist/dts/BedrockAgentClientInstance.d.ts +1 -1
  3. package/dist/dts/BedrockAgentClientInstance.d.ts.map +1 -1
  4. package/dist/dts/BedrockAgentService.d.ts +92 -94
  5. package/dist/dts/BedrockAgentService.d.ts.map +1 -1
  6. package/dist/dts/BedrockAgentServiceConfig.d.ts.map +1 -1
  7. package/dist/esm/BedrockAgentClientInstance.js +2 -2
  8. package/dist/esm/BedrockAgentClientInstance.js.map +1 -1
  9. package/dist/esm/BedrockAgentService.js +2 -1
  10. package/dist/esm/BedrockAgentService.js.map +1 -1
  11. package/dist/esm/BedrockAgentServiceConfig.js +5 -6
  12. package/dist/esm/BedrockAgentServiceConfig.js.map +1 -1
  13. package/package.json +8 -14
  14. package/src/BedrockAgentClientInstance.ts +3 -3
  15. package/src/BedrockAgentService.ts +93 -94
  16. package/src/BedrockAgentServiceConfig.ts +6 -7
  17. package/dist/cjs/BedrockAgentClientInstance.d.ts +0 -26
  18. package/dist/cjs/BedrockAgentClientInstance.d.ts.map +0 -1
  19. package/dist/cjs/BedrockAgentClientInstance.js +0 -52
  20. package/dist/cjs/BedrockAgentClientInstance.js.map +0 -1
  21. package/dist/cjs/BedrockAgentService.d.ts +0 -363
  22. package/dist/cjs/BedrockAgentService.d.ts.map +0 -1
  23. package/dist/cjs/BedrockAgentService.js +0 -151
  24. package/dist/cjs/BedrockAgentService.js.map +0 -1
  25. package/dist/cjs/BedrockAgentServiceConfig.d.ts +0 -26
  26. package/dist/cjs/BedrockAgentServiceConfig.d.ts.map +0 -1
  27. package/dist/cjs/BedrockAgentServiceConfig.js +0 -60
  28. package/dist/cjs/BedrockAgentServiceConfig.js.map +0 -1
  29. package/dist/cjs/Errors.d.ts +0 -14
  30. package/dist/cjs/Errors.d.ts.map +0 -1
  31. package/dist/cjs/Errors.js +0 -13
  32. package/dist/cjs/Errors.js.map +0 -1
  33. package/dist/cjs/index.d.ts +0 -44
  34. package/dist/cjs/index.d.ts.map +0 -1
  35. package/dist/cjs/index.js +0 -56
  36. package/dist/cjs/index.js.map +0 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ With default BedrockAgentClient instance:
16
16
  ```typescript
17
17
  import { BedrockAgent } from "@effect-aws/client-bedrock-agent";
18
18
 
19
- const program = BedrockAgent.listAgents(args);
19
+ const program = BedrockAgent.use((svc) => svc.listAgents(args));
20
20
 
21
21
  const result = pipe(
22
22
  program,
@@ -30,7 +30,7 @@ With custom BedrockAgentClient instance:
30
30
  ```typescript
31
31
  import { BedrockAgent } from "@effect-aws/client-bedrock-agent";
32
32
 
33
- const program = BedrockAgent.listAgents(args);
33
+ const program = BedrockAgent.use((svc) => svc.listAgents(args));
34
34
 
35
35
  const result = await pipe(
36
36
  program,
@@ -46,7 +46,7 @@ With custom BedrockAgentClient configuration:
46
46
  ```typescript
47
47
  import { BedrockAgent } from "@effect-aws/client-bedrock-agent";
48
48
 
49
- const program = BedrockAgent.listAgents(args);
49
+ const program = BedrockAgent.use((svc) => svc.listAgents(args));
50
50
 
51
51
  const result = await pipe(
52
52
  program,
@@ -5,7 +5,7 @@ import { BedrockAgentClient } from "@aws-sdk/client-bedrock-agent";
5
5
  import * as Context from "effect/Context";
6
6
  import * as Effect from "effect/Effect";
7
7
  import * as Layer from "effect/Layer";
8
- declare const BedrockAgentClientInstance_base: Context.TagClass<BedrockAgentClientInstance, "@effect-aws/client-bedrock-agent/BedrockAgentClientInstance", BedrockAgentClient>;
8
+ declare const BedrockAgentClientInstance_base: Context.ServiceClass<BedrockAgentClientInstance, "@effect-aws/client-bedrock-agent/BedrockAgentClientInstance", BedrockAgentClient>;
9
9
  /**
10
10
  * @since 1.0.0
11
11
  * @category tags
@@ -1 +1 @@
1
- {"version":3,"file":"BedrockAgentClientInstance.d.ts","sourceRoot":"","sources":["../../src/BedrockAgentClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;;AAGtC;;;GAGG;AACH,qBAAa,0BAA2B,SAAQ,+BAEG;CAAG;AAEtD;;;GAGG;AACH,eAAO,MAAM,IAAI,wEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,uDAAiD,CAAC"}
1
+ {"version":3,"file":"BedrockAgentClientInstance.d.ts","sourceRoot":"","sources":["../../src/BedrockAgentClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,OAAO,MAAM,gBAAgB,CAAC;AAC1C,OAAO,KAAK,MAAM,MAAM,eAAe,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,cAAc,CAAC;;AAGtC;;;GAGG;AACH,qBAAa,0BAA2B,SAAQ,+BAE/C;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,wEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,uDAAiD,CAAC"}
@@ -5,336 +5,334 @@ import { type AssociateAgentCollaboratorCommandInput, type AssociateAgentCollabo
5
5
  import type * as ServiceLogger from "@effect-aws/commons/ServiceLogger";
6
6
  import type { HttpHandlerOptions } from "@effect-aws/commons/Types";
7
7
  import type * as Cause from "effect/Cause";
8
+ import * as Context from "effect/Context";
8
9
  import * as Effect from "effect/Effect";
9
10
  import * as Layer from "effect/Layer";
10
11
  import type * as Stream from "effect/Stream";
11
12
  import * as Instance from "./BedrockAgentClientInstance.js";
12
13
  import type { AccessDeniedError, ConflictError, InternalServerError, ResourceNotFoundError, SdkError, ServiceQuotaExceededError, ThrottlingError, ValidationError } from "./Errors.js";
13
- interface BedrockAgentService$ {
14
- readonly _: unique symbol;
14
+ export interface BedrockAgentService$ {
15
15
  /**
16
16
  * @see {@link AssociateAgentCollaboratorCommand}
17
17
  */
18
- associateAgentCollaborator(args: AssociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAgentCollaboratorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
18
+ associateAgentCollaborator(args: AssociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
19
19
  /**
20
20
  * @see {@link AssociateAgentKnowledgeBaseCommand}
21
21
  */
22
- associateAgentKnowledgeBase(args: AssociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAgentKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
22
+ associateAgentKnowledgeBase(args: AssociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
23
23
  /**
24
24
  * @see {@link CreateAgentCommand}
25
25
  */
26
- createAgent(args: CreateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
26
+ createAgent(args: CreateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
27
27
  /**
28
28
  * @see {@link CreateAgentActionGroupCommand}
29
29
  */
30
- createAgentActionGroup(args: CreateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentActionGroupCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
30
+ createAgentActionGroup(args: CreateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
31
31
  /**
32
32
  * @see {@link CreateAgentAliasCommand}
33
33
  */
34
- createAgentAlias(args: CreateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
34
+ createAgentAlias(args: CreateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
35
35
  /**
36
36
  * @see {@link CreateDataSourceCommand}
37
37
  */
38
- createDataSource(args: CreateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDataSourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
38
+ createDataSource(args: CreateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
39
39
  /**
40
40
  * @see {@link CreateFlowCommand}
41
41
  */
42
- createFlow(args: CreateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
42
+ createFlow(args: CreateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
43
43
  /**
44
44
  * @see {@link CreateFlowAliasCommand}
45
45
  */
46
- createFlowAlias(args: CreateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
46
+ createFlowAlias(args: CreateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
47
47
  /**
48
48
  * @see {@link CreateFlowVersionCommand}
49
49
  */
50
- createFlowVersion(args: CreateFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
50
+ createFlowVersion(args: CreateFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateFlowVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
51
51
  /**
52
52
  * @see {@link CreateKnowledgeBaseCommand}
53
53
  */
54
- createKnowledgeBase(args: CreateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
54
+ createKnowledgeBase(args: CreateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
55
55
  /**
56
56
  * @see {@link CreatePromptCommand}
57
57
  */
58
- createPrompt(args: CreatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePromptCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
58
+ createPrompt(args: CreatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
59
59
  /**
60
60
  * @see {@link CreatePromptVersionCommand}
61
61
  */
62
- createPromptVersion(args: CreatePromptVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePromptVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
62
+ createPromptVersion(args: CreatePromptVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePromptVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
63
63
  /**
64
64
  * @see {@link DeleteAgentCommand}
65
65
  */
66
- deleteAgent(args: DeleteAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
66
+ deleteAgent(args: DeleteAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
67
67
  /**
68
68
  * @see {@link DeleteAgentActionGroupCommand}
69
69
  */
70
- deleteAgentActionGroup(args: DeleteAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentActionGroupCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
70
+ deleteAgentActionGroup(args: DeleteAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
71
71
  /**
72
72
  * @see {@link DeleteAgentAliasCommand}
73
73
  */
74
- deleteAgentAlias(args: DeleteAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
74
+ deleteAgentAlias(args: DeleteAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
75
75
  /**
76
76
  * @see {@link DeleteAgentVersionCommand}
77
77
  */
78
- deleteAgentVersion(args: DeleteAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
78
+ deleteAgentVersion(args: DeleteAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
79
79
  /**
80
80
  * @see {@link DeleteDataSourceCommand}
81
81
  */
82
- deleteDataSource(args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataSourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
82
+ deleteDataSource(args: DeleteDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
83
83
  /**
84
84
  * @see {@link DeleteFlowCommand}
85
85
  */
86
- deleteFlow(args: DeleteFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
86
+ deleteFlow(args: DeleteFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
87
87
  /**
88
88
  * @see {@link DeleteFlowAliasCommand}
89
89
  */
90
- deleteFlowAlias(args: DeleteFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
90
+ deleteFlowAlias(args: DeleteFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
91
91
  /**
92
92
  * @see {@link DeleteFlowVersionCommand}
93
93
  */
94
- deleteFlowVersion(args: DeleteFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
94
+ deleteFlowVersion(args: DeleteFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteFlowVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
95
95
  /**
96
96
  * @see {@link DeleteKnowledgeBaseCommand}
97
97
  */
98
- deleteKnowledgeBase(args: DeleteKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
98
+ deleteKnowledgeBase(args: DeleteKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
99
99
  /**
100
100
  * @see {@link DeleteKnowledgeBaseDocumentsCommand}
101
101
  */
102
- deleteKnowledgeBaseDocuments(args: DeleteKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
102
+ deleteKnowledgeBaseDocuments(args: DeleteKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
103
103
  /**
104
104
  * @see {@link DeletePromptCommand}
105
105
  */
106
- deletePrompt(args: DeletePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePromptCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
106
+ deletePrompt(args: DeletePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
107
107
  /**
108
108
  * @see {@link DeleteResourcePolicyCommand}
109
109
  */
110
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
110
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
111
111
  /**
112
112
  * @see {@link DisassociateAgentCollaboratorCommand}
113
113
  */
114
- disassociateAgentCollaborator(args: DisassociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentCollaboratorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
114
+ disassociateAgentCollaborator(args: DisassociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
115
115
  /**
116
116
  * @see {@link DisassociateAgentKnowledgeBaseCommand}
117
117
  */
118
- disassociateAgentKnowledgeBase(args: DisassociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
118
+ disassociateAgentKnowledgeBase(args: DisassociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
119
119
  /**
120
120
  * @see {@link GetAgentCommand}
121
121
  */
122
- getAgent(args: GetAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
122
+ getAgent(args: GetAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
123
123
  /**
124
124
  * @see {@link GetAgentActionGroupCommand}
125
125
  */
126
- getAgentActionGroup(args: GetAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentActionGroupCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
126
+ getAgentActionGroup(args: GetAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
127
127
  /**
128
128
  * @see {@link GetAgentAliasCommand}
129
129
  */
130
- getAgentAlias(args: GetAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
130
+ getAgentAlias(args: GetAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
131
131
  /**
132
132
  * @see {@link GetAgentCollaboratorCommand}
133
133
  */
134
- getAgentCollaborator(args: GetAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCollaboratorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
134
+ getAgentCollaborator(args: GetAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
135
135
  /**
136
136
  * @see {@link GetAgentKnowledgeBaseCommand}
137
137
  */
138
- getAgentKnowledgeBase(args: GetAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
138
+ getAgentKnowledgeBase(args: GetAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
139
139
  /**
140
140
  * @see {@link GetAgentVersionCommand}
141
141
  */
142
- getAgentVersion(args: GetAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
142
+ getAgentVersion(args: GetAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
143
143
  /**
144
144
  * @see {@link GetDataSourceCommand}
145
145
  */
146
- getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
146
+ getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
147
147
  /**
148
148
  * @see {@link GetFlowCommand}
149
149
  */
150
- getFlow(args: GetFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
150
+ getFlow(args: GetFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
151
151
  /**
152
152
  * @see {@link GetFlowAliasCommand}
153
153
  */
154
- getFlowAlias(args: GetFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
154
+ getFlowAlias(args: GetFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
155
155
  /**
156
156
  * @see {@link GetFlowVersionCommand}
157
157
  */
158
- getFlowVersion(args: GetFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
158
+ getFlowVersion(args: GetFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
159
159
  /**
160
160
  * @see {@link GetIngestionJobCommand}
161
161
  */
162
- getIngestionJob(args: GetIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIngestionJobCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
162
+ getIngestionJob(args: GetIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
163
163
  /**
164
164
  * @see {@link GetKnowledgeBaseCommand}
165
165
  */
166
- getKnowledgeBase(args: GetKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
166
+ getKnowledgeBase(args: GetKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
167
167
  /**
168
168
  * @see {@link GetKnowledgeBaseDocumentsCommand}
169
169
  */
170
- getKnowledgeBaseDocuments(args: GetKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
170
+ getKnowledgeBaseDocuments(args: GetKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
171
171
  /**
172
172
  * @see {@link GetPromptCommand}
173
173
  */
174
- getPrompt(args: GetPromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPromptCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
174
+ getPrompt(args: GetPromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
175
175
  /**
176
176
  * @see {@link GetResourcePolicyCommand}
177
177
  */
178
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
178
+ getResourcePolicy(args: GetResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
179
179
  /**
180
180
  * @see {@link IngestKnowledgeBaseDocumentsCommand}
181
181
  */
182
- ingestKnowledgeBaseDocuments(args: IngestKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<IngestKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
182
+ ingestKnowledgeBaseDocuments(args: IngestKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<IngestKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
183
183
  /**
184
184
  * @see {@link ListAgentActionGroupsCommand}
185
185
  */
186
- listAgentActionGroups(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentActionGroupsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
187
- listAgentActionGroupsStream(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentActionGroupsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
186
+ listAgentActionGroups(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentActionGroupsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
187
+ listAgentActionGroupsStream(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentActionGroupsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
188
188
  /**
189
189
  * @see {@link ListAgentAliasesCommand}
190
190
  */
191
- listAgentAliases(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentAliasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
192
- listAgentAliasesStream(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentAliasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
191
+ listAgentAliases(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentAliasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
192
+ listAgentAliasesStream(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentAliasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
193
193
  /**
194
194
  * @see {@link ListAgentCollaboratorsCommand}
195
195
  */
196
- listAgentCollaborators(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentCollaboratorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
197
- listAgentCollaboratorsStream(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentCollaboratorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
196
+ listAgentCollaborators(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentCollaboratorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
197
+ listAgentCollaboratorsStream(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentCollaboratorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
198
198
  /**
199
199
  * @see {@link ListAgentKnowledgeBasesCommand}
200
200
  */
201
- listAgentKnowledgeBases(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentKnowledgeBasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
202
- listAgentKnowledgeBasesStream(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentKnowledgeBasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
201
+ listAgentKnowledgeBases(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentKnowledgeBasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
202
+ listAgentKnowledgeBasesStream(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentKnowledgeBasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
203
203
  /**
204
204
  * @see {@link ListAgentVersionsCommand}
205
205
  */
206
- listAgentVersions(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
207
- listAgentVersionsStream(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
206
+ listAgentVersions(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
207
+ listAgentVersionsStream(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
208
208
  /**
209
209
  * @see {@link ListAgentsCommand}
210
210
  */
211
- listAgents(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
212
- listAgentsStream(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
211
+ listAgents(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
212
+ listAgentsStream(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
213
213
  /**
214
214
  * @see {@link ListDataSourcesCommand}
215
215
  */
216
- listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
217
- listDataSourcesStream(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDataSourcesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
216
+ listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
217
+ listDataSourcesStream(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDataSourcesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
218
218
  /**
219
219
  * @see {@link ListFlowAliasesCommand}
220
220
  */
221
- listFlowAliases(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowAliasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
222
- listFlowAliasesStream(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowAliasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
221
+ listFlowAliases(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowAliasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
222
+ listFlowAliasesStream(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowAliasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
223
223
  /**
224
224
  * @see {@link ListFlowVersionsCommand}
225
225
  */
226
- listFlowVersions(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
227
- listFlowVersionsStream(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
226
+ listFlowVersions(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
227
+ listFlowVersionsStream(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
228
228
  /**
229
229
  * @see {@link ListFlowsCommand}
230
230
  */
231
- listFlows(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
232
- listFlowsStream(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
231
+ listFlows(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
232
+ listFlowsStream(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
233
233
  /**
234
234
  * @see {@link ListIngestionJobsCommand}
235
235
  */
236
- listIngestionJobs(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIngestionJobsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
237
- listIngestionJobsStream(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListIngestionJobsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
236
+ listIngestionJobs(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIngestionJobsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
237
+ listIngestionJobsStream(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListIngestionJobsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
238
238
  /**
239
239
  * @see {@link ListKnowledgeBaseDocumentsCommand}
240
240
  */
241
- listKnowledgeBaseDocuments(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
242
- listKnowledgeBaseDocumentsStream(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
241
+ listKnowledgeBaseDocuments(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
242
+ listKnowledgeBaseDocumentsStream(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
243
243
  /**
244
244
  * @see {@link ListKnowledgeBasesCommand}
245
245
  */
246
- listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
247
- listKnowledgeBasesStream(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBasesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
246
+ listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
247
+ listKnowledgeBasesStream(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBasesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
248
248
  /**
249
249
  * @see {@link ListPromptsCommand}
250
250
  */
251
- listPrompts(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPromptsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
252
- listPromptsStream(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPromptsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
251
+ listPrompts(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPromptsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
252
+ listPromptsStream(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPromptsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
253
253
  /**
254
254
  * @see {@link ListTagsForResourceCommand}
255
255
  */
256
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
256
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
257
257
  /**
258
258
  * @see {@link PrepareAgentCommand}
259
259
  */
260
- prepareAgent(args: PrepareAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareAgentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
260
+ prepareAgent(args: PrepareAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
261
261
  /**
262
262
  * @see {@link PrepareFlowCommand}
263
263
  */
264
- prepareFlow(args: PrepareFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareFlowCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
264
+ prepareFlow(args: PrepareFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
265
265
  /**
266
266
  * @see {@link PutResourcePolicyCommand}
267
267
  */
268
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
268
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
269
269
  /**
270
270
  * @see {@link StartIngestionJobCommand}
271
271
  */
272
- startIngestionJob(args: StartIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartIngestionJobCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
272
+ startIngestionJob(args: StartIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
273
273
  /**
274
274
  * @see {@link StopIngestionJobCommand}
275
275
  */
276
- stopIngestionJob(args: StopIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopIngestionJobCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
276
+ stopIngestionJob(args: StopIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
277
277
  /**
278
278
  * @see {@link TagResourceCommand}
279
279
  */
280
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
280
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
281
281
  /**
282
282
  * @see {@link UntagResourceCommand}
283
283
  */
284
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
284
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
285
285
  /**
286
286
  * @see {@link UpdateAgentCommand}
287
287
  */
288
- updateAgent(args: UpdateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
288
+ updateAgent(args: UpdateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
289
289
  /**
290
290
  * @see {@link UpdateAgentActionGroupCommand}
291
291
  */
292
- updateAgentActionGroup(args: UpdateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentActionGroupCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
292
+ updateAgentActionGroup(args: UpdateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
293
293
  /**
294
294
  * @see {@link UpdateAgentAliasCommand}
295
295
  */
296
- updateAgentAlias(args: UpdateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
296
+ updateAgentAlias(args: UpdateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
297
297
  /**
298
298
  * @see {@link UpdateAgentCollaboratorCommand}
299
299
  */
300
- updateAgentCollaborator(args: UpdateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCollaboratorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
300
+ updateAgentCollaborator(args: UpdateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
301
301
  /**
302
302
  * @see {@link UpdateAgentKnowledgeBaseCommand}
303
303
  */
304
- updateAgentKnowledgeBase(args: UpdateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
304
+ updateAgentKnowledgeBase(args: UpdateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
305
305
  /**
306
306
  * @see {@link UpdateDataSourceCommand}
307
307
  */
308
- updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
308
+ updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
309
309
  /**
310
310
  * @see {@link UpdateFlowCommand}
311
311
  */
312
- updateFlow(args: UpdateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
312
+ updateFlow(args: UpdateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
313
313
  /**
314
314
  * @see {@link UpdateFlowAliasCommand}
315
315
  */
316
- updateFlowAlias(args: UpdateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowAliasCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
316
+ updateFlowAlias(args: UpdateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
317
317
  /**
318
318
  * @see {@link UpdateKnowledgeBaseCommand}
319
319
  */
320
- updateKnowledgeBase(args: UpdateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateKnowledgeBaseCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
320
+ updateKnowledgeBase(args: UpdateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
321
321
  /**
322
322
  * @see {@link UpdatePromptCommand}
323
323
  */
324
- updatePrompt(args: UpdatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePromptCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
324
+ updatePrompt(args: UpdatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
325
325
  /**
326
326
  * @see {@link ValidateFlowDefinitionCommand}
327
327
  */
328
- validateFlowDefinition(args: ValidateFlowDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ValidateFlowDefinitionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
328
+ validateFlowDefinition(args: ValidateFlowDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ValidateFlowDefinitionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
329
329
  }
330
330
  /**
331
331
  * @since 1.0.0
332
332
  * @category constructors
333
333
  */
334
334
  export declare const makeBedrockAgentService: Effect.Effect<BedrockAgentService$, never, Instance.BedrockAgentClientInstance>;
335
- declare const BedrockAgentService_base: import("effect/Context").TagClass<BedrockAgentService, "@effect-aws/client-bedrock-agent/BedrockAgentService", BedrockAgentService$> & Effect.Tag.Proxy<BedrockAgentService, BedrockAgentService$> & {
336
- use: <X>(body: (_: BedrockAgentService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, BedrockAgentService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, BedrockAgentService> : Effect.Effect<X, never, BedrockAgentService>;
337
- };
335
+ declare const BedrockAgentService_base: Context.ServiceClass<BedrockAgentService, "@effect-aws/client-bedrock-agent/BedrockAgentService", BedrockAgentService$>;
338
336
  /**
339
337
  * @since 1.0.0
340
338
  * @category models