@effect-aws/client-bedrock-agent 1.11.2 → 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.
- package/README.md +3 -3
- package/dist/dts/BedrockAgentClientInstance.d.ts +1 -1
- package/dist/dts/BedrockAgentClientInstance.d.ts.map +1 -1
- package/dist/dts/BedrockAgentService.d.ts +102 -92
- package/dist/dts/BedrockAgentService.d.ts.map +1 -1
- package/dist/dts/BedrockAgentServiceConfig.d.ts.map +1 -1
- package/dist/esm/BedrockAgentClientInstance.js +2 -2
- package/dist/esm/BedrockAgentClientInstance.js.map +1 -1
- package/dist/esm/BedrockAgentService.js +6 -2
- package/dist/esm/BedrockAgentService.js.map +1 -1
- package/dist/esm/BedrockAgentServiceConfig.js +5 -6
- package/dist/esm/BedrockAgentServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/BedrockAgentClientInstance.ts +3 -3
- package/src/BedrockAgentService.ts +155 -91
- package/src/BedrockAgentServiceConfig.ts +6 -7
- package/dist/cjs/BedrockAgentClientInstance.d.ts +0 -26
- package/dist/cjs/BedrockAgentClientInstance.d.ts.map +0 -1
- package/dist/cjs/BedrockAgentClientInstance.js +0 -52
- package/dist/cjs/BedrockAgentClientInstance.js.map +0 -1
- package/dist/cjs/BedrockAgentService.d.ts +0 -351
- package/dist/cjs/BedrockAgentService.d.ts.map +0 -1
- package/dist/cjs/BedrockAgentService.js +0 -148
- package/dist/cjs/BedrockAgentService.js.map +0 -1
- package/dist/cjs/BedrockAgentServiceConfig.d.ts +0 -26
- package/dist/cjs/BedrockAgentServiceConfig.d.ts.map +0 -1
- package/dist/cjs/BedrockAgentServiceConfig.js +0 -60
- package/dist/cjs/BedrockAgentServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -14
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -13
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- 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.
|
|
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,+
|
|
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"}
|
|
@@ -1,328 +1,338 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @since 1.0.0
|
|
3
3
|
*/
|
|
4
|
-
import { type AssociateAgentCollaboratorCommandInput, type AssociateAgentCollaboratorCommandOutput, type AssociateAgentKnowledgeBaseCommandInput, type AssociateAgentKnowledgeBaseCommandOutput, type BedrockAgentClient, type BedrockAgentClientConfig, type CreateAgentActionGroupCommandInput, type CreateAgentActionGroupCommandOutput, type CreateAgentAliasCommandInput, type CreateAgentAliasCommandOutput, type CreateAgentCommandInput, type CreateAgentCommandOutput, type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput, type CreateFlowAliasCommandInput, type CreateFlowAliasCommandOutput, type CreateFlowCommandInput, type CreateFlowCommandOutput, type CreateFlowVersionCommandInput, type CreateFlowVersionCommandOutput, type CreateKnowledgeBaseCommandInput, type CreateKnowledgeBaseCommandOutput, type CreatePromptCommandInput, type CreatePromptCommandOutput, type CreatePromptVersionCommandInput, type CreatePromptVersionCommandOutput, type DeleteAgentActionGroupCommandInput, type DeleteAgentActionGroupCommandOutput, type DeleteAgentAliasCommandInput, type DeleteAgentAliasCommandOutput, type DeleteAgentCommandInput, type DeleteAgentCommandOutput, type DeleteAgentVersionCommandInput, type DeleteAgentVersionCommandOutput, type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput, type DeleteFlowAliasCommandInput, type DeleteFlowAliasCommandOutput, type DeleteFlowCommandInput, type DeleteFlowCommandOutput, type DeleteFlowVersionCommandInput, type DeleteFlowVersionCommandOutput, type DeleteKnowledgeBaseCommandInput, type DeleteKnowledgeBaseCommandOutput, type DeleteKnowledgeBaseDocumentsCommandInput, type DeleteKnowledgeBaseDocumentsCommandOutput, type DeletePromptCommandInput, type DeletePromptCommandOutput, type DisassociateAgentCollaboratorCommandInput, type DisassociateAgentCollaboratorCommandOutput, type DisassociateAgentKnowledgeBaseCommandInput, type DisassociateAgentKnowledgeBaseCommandOutput, type GetAgentActionGroupCommandInput, type GetAgentActionGroupCommandOutput, type GetAgentAliasCommandInput, type GetAgentAliasCommandOutput, type GetAgentCollaboratorCommandInput, type GetAgentCollaboratorCommandOutput, type GetAgentCommandInput, type GetAgentCommandOutput, type GetAgentKnowledgeBaseCommandInput, type GetAgentKnowledgeBaseCommandOutput, type GetAgentVersionCommandInput, type GetAgentVersionCommandOutput, type GetDataSourceCommandInput, type GetDataSourceCommandOutput, type GetFlowAliasCommandInput, type GetFlowAliasCommandOutput, type GetFlowCommandInput, type GetFlowCommandOutput, type GetFlowVersionCommandInput, type GetFlowVersionCommandOutput, type GetIngestionJobCommandInput, type GetIngestionJobCommandOutput, type GetKnowledgeBaseCommandInput, type GetKnowledgeBaseCommandOutput, type GetKnowledgeBaseDocumentsCommandInput, type GetKnowledgeBaseDocumentsCommandOutput, type GetPromptCommandInput, type GetPromptCommandOutput, type IngestKnowledgeBaseDocumentsCommandInput, type IngestKnowledgeBaseDocumentsCommandOutput, type ListAgentActionGroupsCommandInput, type ListAgentActionGroupsCommandOutput, type ListAgentAliasesCommandInput, type ListAgentAliasesCommandOutput, type ListAgentCollaboratorsCommandInput, type ListAgentCollaboratorsCommandOutput, type ListAgentKnowledgeBasesCommandInput, type ListAgentKnowledgeBasesCommandOutput, type ListAgentsCommandInput, type ListAgentsCommandOutput, type ListAgentVersionsCommandInput, type ListAgentVersionsCommandOutput, type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput, type ListFlowAliasesCommandInput, type ListFlowAliasesCommandOutput, type ListFlowsCommandInput, type ListFlowsCommandOutput, type ListFlowVersionsCommandInput, type ListFlowVersionsCommandOutput, type ListIngestionJobsCommandInput, type ListIngestionJobsCommandOutput, type ListKnowledgeBaseDocumentsCommandInput, type ListKnowledgeBaseDocumentsCommandOutput, type ListKnowledgeBasesCommandInput, type ListKnowledgeBasesCommandOutput, type ListPromptsCommandInput, type ListPromptsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type PrepareAgentCommandInput, type PrepareAgentCommandOutput, type PrepareFlowCommandInput, type PrepareFlowCommandOutput, type StartIngestionJobCommandInput, type StartIngestionJobCommandOutput, type StopIngestionJobCommandInput, type StopIngestionJobCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentActionGroupCommandInput, type UpdateAgentActionGroupCommandOutput, type UpdateAgentAliasCommandInput, type UpdateAgentAliasCommandOutput, type UpdateAgentCollaboratorCommandInput, type UpdateAgentCollaboratorCommandOutput, type UpdateAgentCommandInput, type UpdateAgentCommandOutput, type UpdateAgentKnowledgeBaseCommandInput, type UpdateAgentKnowledgeBaseCommandOutput, type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput, type UpdateFlowAliasCommandInput, type UpdateFlowAliasCommandOutput, type UpdateFlowCommandInput, type UpdateFlowCommandOutput, type UpdateKnowledgeBaseCommandInput, type UpdateKnowledgeBaseCommandOutput, type UpdatePromptCommandInput, type UpdatePromptCommandOutput, type ValidateFlowDefinitionCommandInput, type ValidateFlowDefinitionCommandOutput } from "@aws-sdk/client-bedrock-agent";
|
|
4
|
+
import { type AssociateAgentCollaboratorCommandInput, type AssociateAgentCollaboratorCommandOutput, type AssociateAgentKnowledgeBaseCommandInput, type AssociateAgentKnowledgeBaseCommandOutput, type BedrockAgentClient, type BedrockAgentClientConfig, type CreateAgentActionGroupCommandInput, type CreateAgentActionGroupCommandOutput, type CreateAgentAliasCommandInput, type CreateAgentAliasCommandOutput, type CreateAgentCommandInput, type CreateAgentCommandOutput, type CreateDataSourceCommandInput, type CreateDataSourceCommandOutput, type CreateFlowAliasCommandInput, type CreateFlowAliasCommandOutput, type CreateFlowCommandInput, type CreateFlowCommandOutput, type CreateFlowVersionCommandInput, type CreateFlowVersionCommandOutput, type CreateKnowledgeBaseCommandInput, type CreateKnowledgeBaseCommandOutput, type CreatePromptCommandInput, type CreatePromptCommandOutput, type CreatePromptVersionCommandInput, type CreatePromptVersionCommandOutput, type DeleteAgentActionGroupCommandInput, type DeleteAgentActionGroupCommandOutput, type DeleteAgentAliasCommandInput, type DeleteAgentAliasCommandOutput, type DeleteAgentCommandInput, type DeleteAgentCommandOutput, type DeleteAgentVersionCommandInput, type DeleteAgentVersionCommandOutput, type DeleteDataSourceCommandInput, type DeleteDataSourceCommandOutput, type DeleteFlowAliasCommandInput, type DeleteFlowAliasCommandOutput, type DeleteFlowCommandInput, type DeleteFlowCommandOutput, type DeleteFlowVersionCommandInput, type DeleteFlowVersionCommandOutput, type DeleteKnowledgeBaseCommandInput, type DeleteKnowledgeBaseCommandOutput, type DeleteKnowledgeBaseDocumentsCommandInput, type DeleteKnowledgeBaseDocumentsCommandOutput, type DeletePromptCommandInput, type DeletePromptCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DisassociateAgentCollaboratorCommandInput, type DisassociateAgentCollaboratorCommandOutput, type DisassociateAgentKnowledgeBaseCommandInput, type DisassociateAgentKnowledgeBaseCommandOutput, type GetAgentActionGroupCommandInput, type GetAgentActionGroupCommandOutput, type GetAgentAliasCommandInput, type GetAgentAliasCommandOutput, type GetAgentCollaboratorCommandInput, type GetAgentCollaboratorCommandOutput, type GetAgentCommandInput, type GetAgentCommandOutput, type GetAgentKnowledgeBaseCommandInput, type GetAgentKnowledgeBaseCommandOutput, type GetAgentVersionCommandInput, type GetAgentVersionCommandOutput, type GetDataSourceCommandInput, type GetDataSourceCommandOutput, type GetFlowAliasCommandInput, type GetFlowAliasCommandOutput, type GetFlowCommandInput, type GetFlowCommandOutput, type GetFlowVersionCommandInput, type GetFlowVersionCommandOutput, type GetIngestionJobCommandInput, type GetIngestionJobCommandOutput, type GetKnowledgeBaseCommandInput, type GetKnowledgeBaseCommandOutput, type GetKnowledgeBaseDocumentsCommandInput, type GetKnowledgeBaseDocumentsCommandOutput, type GetPromptCommandInput, type GetPromptCommandOutput, type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput, type IngestKnowledgeBaseDocumentsCommandInput, type IngestKnowledgeBaseDocumentsCommandOutput, type ListAgentActionGroupsCommandInput, type ListAgentActionGroupsCommandOutput, type ListAgentAliasesCommandInput, type ListAgentAliasesCommandOutput, type ListAgentCollaboratorsCommandInput, type ListAgentCollaboratorsCommandOutput, type ListAgentKnowledgeBasesCommandInput, type ListAgentKnowledgeBasesCommandOutput, type ListAgentsCommandInput, type ListAgentsCommandOutput, type ListAgentVersionsCommandInput, type ListAgentVersionsCommandOutput, type ListDataSourcesCommandInput, type ListDataSourcesCommandOutput, type ListFlowAliasesCommandInput, type ListFlowAliasesCommandOutput, type ListFlowsCommandInput, type ListFlowsCommandOutput, type ListFlowVersionsCommandInput, type ListFlowVersionsCommandOutput, type ListIngestionJobsCommandInput, type ListIngestionJobsCommandOutput, type ListKnowledgeBaseDocumentsCommandInput, type ListKnowledgeBaseDocumentsCommandOutput, type ListKnowledgeBasesCommandInput, type ListKnowledgeBasesCommandOutput, type ListPromptsCommandInput, type ListPromptsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type PrepareAgentCommandInput, type PrepareAgentCommandOutput, type PrepareFlowCommandInput, type PrepareFlowCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type StartIngestionJobCommandInput, type StartIngestionJobCommandOutput, type StopIngestionJobCommandInput, type StopIngestionJobCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentActionGroupCommandInput, type UpdateAgentActionGroupCommandOutput, type UpdateAgentAliasCommandInput, type UpdateAgentAliasCommandOutput, type UpdateAgentCollaboratorCommandInput, type UpdateAgentCollaboratorCommandOutput, type UpdateAgentCommandInput, type UpdateAgentCommandOutput, type UpdateAgentKnowledgeBaseCommandInput, type UpdateAgentKnowledgeBaseCommandOutput, type UpdateDataSourceCommandInput, type UpdateDataSourceCommandOutput, type UpdateFlowAliasCommandInput, type UpdateFlowAliasCommandOutput, type UpdateFlowCommandInput, type UpdateFlowCommandOutput, type UpdateKnowledgeBaseCommandInput, type UpdateKnowledgeBaseCommandOutput, type UpdatePromptCommandInput, type UpdatePromptCommandOutput, type ValidateFlowDefinitionCommandInput, type ValidateFlowDefinitionCommandOutput } from "@aws-sdk/client-bedrock-agent";
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
106
|
+
deletePrompt(args: DeletePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
107
|
+
/**
|
|
108
|
+
* @see {@link DeleteResourcePolicyCommand}
|
|
109
|
+
*/
|
|
110
|
+
deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
107
111
|
/**
|
|
108
112
|
* @see {@link DisassociateAgentCollaboratorCommand}
|
|
109
113
|
*/
|
|
110
|
-
disassociateAgentCollaborator(args: DisassociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentCollaboratorCommandOutput, Cause.
|
|
114
|
+
disassociateAgentCollaborator(args: DisassociateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
111
115
|
/**
|
|
112
116
|
* @see {@link DisassociateAgentKnowledgeBaseCommand}
|
|
113
117
|
*/
|
|
114
|
-
disassociateAgentKnowledgeBase(args: DisassociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentKnowledgeBaseCommandOutput, Cause.
|
|
118
|
+
disassociateAgentKnowledgeBase(args: DisassociateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
115
119
|
/**
|
|
116
120
|
* @see {@link GetAgentCommand}
|
|
117
121
|
*/
|
|
118
|
-
getAgent(args: GetAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCommandOutput, Cause.
|
|
122
|
+
getAgent(args: GetAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
119
123
|
/**
|
|
120
124
|
* @see {@link GetAgentActionGroupCommand}
|
|
121
125
|
*/
|
|
122
|
-
getAgentActionGroup(args: GetAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentActionGroupCommandOutput, Cause.
|
|
126
|
+
getAgentActionGroup(args: GetAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
123
127
|
/**
|
|
124
128
|
* @see {@link GetAgentAliasCommand}
|
|
125
129
|
*/
|
|
126
|
-
getAgentAlias(args: GetAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentAliasCommandOutput, Cause.
|
|
130
|
+
getAgentAlias(args: GetAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
127
131
|
/**
|
|
128
132
|
* @see {@link GetAgentCollaboratorCommand}
|
|
129
133
|
*/
|
|
130
|
-
getAgentCollaborator(args: GetAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCollaboratorCommandOutput, Cause.
|
|
134
|
+
getAgentCollaborator(args: GetAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
131
135
|
/**
|
|
132
136
|
* @see {@link GetAgentKnowledgeBaseCommand}
|
|
133
137
|
*/
|
|
134
|
-
getAgentKnowledgeBase(args: GetAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentKnowledgeBaseCommandOutput, Cause.
|
|
138
|
+
getAgentKnowledgeBase(args: GetAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
135
139
|
/**
|
|
136
140
|
* @see {@link GetAgentVersionCommand}
|
|
137
141
|
*/
|
|
138
|
-
getAgentVersion(args: GetAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentVersionCommandOutput, Cause.
|
|
142
|
+
getAgentVersion(args: GetAgentVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
139
143
|
/**
|
|
140
144
|
* @see {@link GetDataSourceCommand}
|
|
141
145
|
*/
|
|
142
|
-
getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.
|
|
146
|
+
getDataSource(args: GetDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
143
147
|
/**
|
|
144
148
|
* @see {@link GetFlowCommand}
|
|
145
149
|
*/
|
|
146
|
-
getFlow(args: GetFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowCommandOutput, Cause.
|
|
150
|
+
getFlow(args: GetFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
147
151
|
/**
|
|
148
152
|
* @see {@link GetFlowAliasCommand}
|
|
149
153
|
*/
|
|
150
|
-
getFlowAlias(args: GetFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowAliasCommandOutput, Cause.
|
|
154
|
+
getFlowAlias(args: GetFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
151
155
|
/**
|
|
152
156
|
* @see {@link GetFlowVersionCommand}
|
|
153
157
|
*/
|
|
154
|
-
getFlowVersion(args: GetFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowVersionCommandOutput, Cause.
|
|
158
|
+
getFlowVersion(args: GetFlowVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetFlowVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
155
159
|
/**
|
|
156
160
|
* @see {@link GetIngestionJobCommand}
|
|
157
161
|
*/
|
|
158
|
-
getIngestionJob(args: GetIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIngestionJobCommandOutput, Cause.
|
|
162
|
+
getIngestionJob(args: GetIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
159
163
|
/**
|
|
160
164
|
* @see {@link GetKnowledgeBaseCommand}
|
|
161
165
|
*/
|
|
162
|
-
getKnowledgeBase(args: GetKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseCommandOutput, Cause.
|
|
166
|
+
getKnowledgeBase(args: GetKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
163
167
|
/**
|
|
164
168
|
* @see {@link GetKnowledgeBaseDocumentsCommand}
|
|
165
169
|
*/
|
|
166
|
-
getKnowledgeBaseDocuments(args: GetKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseDocumentsCommandOutput, Cause.
|
|
170
|
+
getKnowledgeBaseDocuments(args: GetKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
167
171
|
/**
|
|
168
172
|
* @see {@link GetPromptCommand}
|
|
169
173
|
*/
|
|
170
|
-
getPrompt(args: GetPromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPromptCommandOutput, Cause.
|
|
174
|
+
getPrompt(args: GetPromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
175
|
+
/**
|
|
176
|
+
* @see {@link GetResourcePolicyCommand}
|
|
177
|
+
*/
|
|
178
|
+
getResourcePolicy(args: GetResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
171
179
|
/**
|
|
172
180
|
* @see {@link IngestKnowledgeBaseDocumentsCommand}
|
|
173
181
|
*/
|
|
174
|
-
ingestKnowledgeBaseDocuments(args: IngestKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<IngestKnowledgeBaseDocumentsCommandOutput, Cause.
|
|
182
|
+
ingestKnowledgeBaseDocuments(args: IngestKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<IngestKnowledgeBaseDocumentsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
175
183
|
/**
|
|
176
184
|
* @see {@link ListAgentActionGroupsCommand}
|
|
177
185
|
*/
|
|
178
|
-
listAgentActionGroups(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentActionGroupsCommandOutput, Cause.
|
|
179
|
-
listAgentActionGroupsStream(args: ListAgentActionGroupsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentActionGroupsCommandOutput, Cause.
|
|
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>;
|
|
180
188
|
/**
|
|
181
189
|
* @see {@link ListAgentAliasesCommand}
|
|
182
190
|
*/
|
|
183
|
-
listAgentAliases(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentAliasesCommandOutput, Cause.
|
|
184
|
-
listAgentAliasesStream(args: ListAgentAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentAliasesCommandOutput, Cause.
|
|
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>;
|
|
185
193
|
/**
|
|
186
194
|
* @see {@link ListAgentCollaboratorsCommand}
|
|
187
195
|
*/
|
|
188
|
-
listAgentCollaborators(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentCollaboratorsCommandOutput, Cause.
|
|
189
|
-
listAgentCollaboratorsStream(args: ListAgentCollaboratorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentCollaboratorsCommandOutput, Cause.
|
|
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>;
|
|
190
198
|
/**
|
|
191
199
|
* @see {@link ListAgentKnowledgeBasesCommand}
|
|
192
200
|
*/
|
|
193
|
-
listAgentKnowledgeBases(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentKnowledgeBasesCommandOutput, Cause.
|
|
194
|
-
listAgentKnowledgeBasesStream(args: ListAgentKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentKnowledgeBasesCommandOutput, Cause.
|
|
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>;
|
|
195
203
|
/**
|
|
196
204
|
* @see {@link ListAgentVersionsCommand}
|
|
197
205
|
*/
|
|
198
|
-
listAgentVersions(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentVersionsCommandOutput, Cause.
|
|
199
|
-
listAgentVersionsStream(args: ListAgentVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentVersionsCommandOutput, Cause.
|
|
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>;
|
|
200
208
|
/**
|
|
201
209
|
* @see {@link ListAgentsCommand}
|
|
202
210
|
*/
|
|
203
|
-
listAgents(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentsCommandOutput, Cause.
|
|
204
|
-
listAgentsStream(args: ListAgentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentsCommandOutput, Cause.
|
|
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>;
|
|
205
213
|
/**
|
|
206
214
|
* @see {@link ListDataSourcesCommand}
|
|
207
215
|
*/
|
|
208
|
-
listDataSources(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDataSourcesCommandOutput, Cause.
|
|
209
|
-
listDataSourcesStream(args: ListDataSourcesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDataSourcesCommandOutput, Cause.
|
|
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>;
|
|
210
218
|
/**
|
|
211
219
|
* @see {@link ListFlowAliasesCommand}
|
|
212
220
|
*/
|
|
213
|
-
listFlowAliases(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowAliasesCommandOutput, Cause.
|
|
214
|
-
listFlowAliasesStream(args: ListFlowAliasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowAliasesCommandOutput, Cause.
|
|
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>;
|
|
215
223
|
/**
|
|
216
224
|
* @see {@link ListFlowVersionsCommand}
|
|
217
225
|
*/
|
|
218
|
-
listFlowVersions(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowVersionsCommandOutput, Cause.
|
|
219
|
-
listFlowVersionsStream(args: ListFlowVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowVersionsCommandOutput, Cause.
|
|
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>;
|
|
220
228
|
/**
|
|
221
229
|
* @see {@link ListFlowsCommand}
|
|
222
230
|
*/
|
|
223
|
-
listFlows(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListFlowsCommandOutput, Cause.
|
|
224
|
-
listFlowsStream(args: ListFlowsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListFlowsCommandOutput, Cause.
|
|
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>;
|
|
225
233
|
/**
|
|
226
234
|
* @see {@link ListIngestionJobsCommand}
|
|
227
235
|
*/
|
|
228
|
-
listIngestionJobs(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIngestionJobsCommandOutput, Cause.
|
|
229
|
-
listIngestionJobsStream(args: ListIngestionJobsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListIngestionJobsCommandOutput, Cause.
|
|
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>;
|
|
230
238
|
/**
|
|
231
239
|
* @see {@link ListKnowledgeBaseDocumentsCommand}
|
|
232
240
|
*/
|
|
233
|
-
listKnowledgeBaseDocuments(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBaseDocumentsCommandOutput, Cause.
|
|
234
|
-
listKnowledgeBaseDocumentsStream(args: ListKnowledgeBaseDocumentsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBaseDocumentsCommandOutput, Cause.
|
|
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>;
|
|
235
243
|
/**
|
|
236
244
|
* @see {@link ListKnowledgeBasesCommand}
|
|
237
245
|
*/
|
|
238
|
-
listKnowledgeBases(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListKnowledgeBasesCommandOutput, Cause.
|
|
239
|
-
listKnowledgeBasesStream(args: ListKnowledgeBasesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListKnowledgeBasesCommandOutput, Cause.
|
|
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>;
|
|
240
248
|
/**
|
|
241
249
|
* @see {@link ListPromptsCommand}
|
|
242
250
|
*/
|
|
243
|
-
listPrompts(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPromptsCommandOutput, Cause.
|
|
244
|
-
listPromptsStream(args: ListPromptsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPromptsCommandOutput, Cause.
|
|
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>;
|
|
245
253
|
/**
|
|
246
254
|
* @see {@link ListTagsForResourceCommand}
|
|
247
255
|
*/
|
|
248
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.
|
|
256
|
+
listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
249
257
|
/**
|
|
250
258
|
* @see {@link PrepareAgentCommand}
|
|
251
259
|
*/
|
|
252
|
-
prepareAgent(args: PrepareAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareAgentCommandOutput, Cause.
|
|
260
|
+
prepareAgent(args: PrepareAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
253
261
|
/**
|
|
254
262
|
* @see {@link PrepareFlowCommand}
|
|
255
263
|
*/
|
|
256
|
-
prepareFlow(args: PrepareFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareFlowCommandOutput, Cause.
|
|
264
|
+
prepareFlow(args: PrepareFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<PrepareFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
265
|
+
/**
|
|
266
|
+
* @see {@link PutResourcePolicyCommand}
|
|
267
|
+
*/
|
|
268
|
+
putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
257
269
|
/**
|
|
258
270
|
* @see {@link StartIngestionJobCommand}
|
|
259
271
|
*/
|
|
260
|
-
startIngestionJob(args: StartIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartIngestionJobCommandOutput, Cause.
|
|
272
|
+
startIngestionJob(args: StartIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
261
273
|
/**
|
|
262
274
|
* @see {@link StopIngestionJobCommand}
|
|
263
275
|
*/
|
|
264
|
-
stopIngestionJob(args: StopIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopIngestionJobCommandOutput, Cause.
|
|
276
|
+
stopIngestionJob(args: StopIngestionJobCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopIngestionJobCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
265
277
|
/**
|
|
266
278
|
* @see {@link TagResourceCommand}
|
|
267
279
|
*/
|
|
268
|
-
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.
|
|
280
|
+
tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
269
281
|
/**
|
|
270
282
|
* @see {@link UntagResourceCommand}
|
|
271
283
|
*/
|
|
272
|
-
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.
|
|
284
|
+
untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
273
285
|
/**
|
|
274
286
|
* @see {@link UpdateAgentCommand}
|
|
275
287
|
*/
|
|
276
|
-
updateAgent(args: UpdateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCommandOutput, Cause.
|
|
288
|
+
updateAgent(args: UpdateAgentCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
277
289
|
/**
|
|
278
290
|
* @see {@link UpdateAgentActionGroupCommand}
|
|
279
291
|
*/
|
|
280
|
-
updateAgentActionGroup(args: UpdateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentActionGroupCommandOutput, Cause.
|
|
292
|
+
updateAgentActionGroup(args: UpdateAgentActionGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentActionGroupCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
281
293
|
/**
|
|
282
294
|
* @see {@link UpdateAgentAliasCommand}
|
|
283
295
|
*/
|
|
284
|
-
updateAgentAlias(args: UpdateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentAliasCommandOutput, Cause.
|
|
296
|
+
updateAgentAlias(args: UpdateAgentAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
285
297
|
/**
|
|
286
298
|
* @see {@link UpdateAgentCollaboratorCommand}
|
|
287
299
|
*/
|
|
288
|
-
updateAgentCollaborator(args: UpdateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCollaboratorCommandOutput, Cause.
|
|
300
|
+
updateAgentCollaborator(args: UpdateAgentCollaboratorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentCollaboratorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
289
301
|
/**
|
|
290
302
|
* @see {@link UpdateAgentKnowledgeBaseCommand}
|
|
291
303
|
*/
|
|
292
|
-
updateAgentKnowledgeBase(args: UpdateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentKnowledgeBaseCommandOutput, Cause.
|
|
304
|
+
updateAgentKnowledgeBase(args: UpdateAgentKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
293
305
|
/**
|
|
294
306
|
* @see {@link UpdateDataSourceCommand}
|
|
295
307
|
*/
|
|
296
|
-
updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.
|
|
308
|
+
updateDataSource(args: UpdateDataSourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDataSourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
297
309
|
/**
|
|
298
310
|
* @see {@link UpdateFlowCommand}
|
|
299
311
|
*/
|
|
300
|
-
updateFlow(args: UpdateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowCommandOutput, Cause.
|
|
312
|
+
updateFlow(args: UpdateFlowCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
301
313
|
/**
|
|
302
314
|
* @see {@link UpdateFlowAliasCommand}
|
|
303
315
|
*/
|
|
304
|
-
updateFlowAlias(args: UpdateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowAliasCommandOutput, Cause.
|
|
316
|
+
updateFlowAlias(args: UpdateFlowAliasCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateFlowAliasCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
305
317
|
/**
|
|
306
318
|
* @see {@link UpdateKnowledgeBaseCommand}
|
|
307
319
|
*/
|
|
308
|
-
updateKnowledgeBase(args: UpdateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateKnowledgeBaseCommandOutput, Cause.
|
|
320
|
+
updateKnowledgeBase(args: UpdateKnowledgeBaseCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateKnowledgeBaseCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
|
|
309
321
|
/**
|
|
310
322
|
* @see {@link UpdatePromptCommand}
|
|
311
323
|
*/
|
|
312
|
-
updatePrompt(args: UpdatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePromptCommandOutput, Cause.
|
|
324
|
+
updatePrompt(args: UpdatePromptCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePromptCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
|
|
313
325
|
/**
|
|
314
326
|
* @see {@link ValidateFlowDefinitionCommand}
|
|
315
327
|
*/
|
|
316
|
-
validateFlowDefinition(args: ValidateFlowDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ValidateFlowDefinitionCommandOutput, Cause.
|
|
328
|
+
validateFlowDefinition(args: ValidateFlowDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<ValidateFlowDefinitionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
|
|
317
329
|
}
|
|
318
330
|
/**
|
|
319
331
|
* @since 1.0.0
|
|
320
332
|
* @category constructors
|
|
321
333
|
*/
|
|
322
334
|
export declare const makeBedrockAgentService: Effect.Effect<BedrockAgentService$, never, Instance.BedrockAgentClientInstance>;
|
|
323
|
-
declare const BedrockAgentService_base:
|
|
324
|
-
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>;
|
|
325
|
-
};
|
|
335
|
+
declare const BedrockAgentService_base: Context.ServiceClass<BedrockAgentService, "@effect-aws/client-bedrock-agent/BedrockAgentService", BedrockAgentService$>;
|
|
326
336
|
/**
|
|
327
337
|
* @since 1.0.0
|
|
328
338
|
* @category models
|