@effect-aws/client-bedrock-agentcore-control 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.
Files changed (36) hide show
  1. package/README.md +3 -3
  2. package/dist/dts/BedrockAgentCoreControlClientInstance.d.ts +1 -1
  3. package/dist/dts/BedrockAgentCoreControlClientInstance.d.ts.map +1 -1
  4. package/dist/dts/BedrockAgentCoreControlService.d.ts +261 -163
  5. package/dist/dts/BedrockAgentCoreControlService.d.ts.map +1 -1
  6. package/dist/dts/BedrockAgentCoreControlServiceConfig.d.ts.map +1 -1
  7. package/dist/esm/BedrockAgentCoreControlClientInstance.js +2 -2
  8. package/dist/esm/BedrockAgentCoreControlClientInstance.js.map +1 -1
  9. package/dist/esm/BedrockAgentCoreControlService.js +34 -2
  10. package/dist/esm/BedrockAgentCoreControlService.js.map +1 -1
  11. package/dist/esm/BedrockAgentCoreControlServiceConfig.js +5 -6
  12. package/dist/esm/BedrockAgentCoreControlServiceConfig.js.map +1 -1
  13. package/package.json +8 -14
  14. package/src/BedrockAgentCoreControlClientInstance.ts +6 -4
  15. package/src/BedrockAgentCoreControlService.ts +780 -165
  16. package/src/BedrockAgentCoreControlServiceConfig.ts +6 -7
  17. package/dist/cjs/BedrockAgentCoreControlClientInstance.d.ts +0 -26
  18. package/dist/cjs/BedrockAgentCoreControlClientInstance.d.ts.map +0 -1
  19. package/dist/cjs/BedrockAgentCoreControlClientInstance.js +0 -52
  20. package/dist/cjs/BedrockAgentCoreControlClientInstance.js.map +0 -1
  21. package/dist/cjs/BedrockAgentCoreControlService.d.ts +0 -596
  22. package/dist/cjs/BedrockAgentCoreControlService.d.ts.map +0 -1
  23. package/dist/cjs/BedrockAgentCoreControlService.js +0 -219
  24. package/dist/cjs/BedrockAgentCoreControlService.js.map +0 -1
  25. package/dist/cjs/BedrockAgentCoreControlServiceConfig.d.ts +0 -26
  26. package/dist/cjs/BedrockAgentCoreControlServiceConfig.d.ts.map +0 -1
  27. package/dist/cjs/BedrockAgentCoreControlServiceConfig.js +0 -60
  28. package/dist/cjs/BedrockAgentCoreControlServiceConfig.js.map +0 -1
  29. package/dist/cjs/Errors.d.ts +0 -21
  30. package/dist/cjs/Errors.d.ts.map +0 -1
  31. package/dist/cjs/Errors.js +0 -20
  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
@@ -1,573 +1,671 @@
1
1
  /**
2
2
  * @since 1.0.0
3
3
  */
4
- import { type BedrockAgentCoreControlClient, type BedrockAgentCoreControlClientConfig, type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput, type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput, type CreateApiKeyCredentialProviderCommandInput, type CreateApiKeyCredentialProviderCommandOutput, type CreateBrowserCommandInput, type CreateBrowserCommandOutput, type CreateBrowserProfileCommandInput, type CreateBrowserProfileCommandOutput, type CreateCodeInterpreterCommandInput, type CreateCodeInterpreterCommandOutput, type CreateConfigurationBundleCommandInput, type CreateConfigurationBundleCommandOutput, type CreateEvaluatorCommandInput, type CreateEvaluatorCommandOutput, type CreateGatewayCommandInput, type CreateGatewayCommandOutput, type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput, type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput, type CreateHarnessCommandInput, type CreateHarnessCommandOutput, type CreateMemoryCommandInput, type CreateMemoryCommandOutput, type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput, type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput, type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput, type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput, type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput, type CreateRegistryCommandInput, type CreateRegistryCommandOutput, type CreateRegistryRecordCommandInput, type CreateRegistryRecordCommandOutput, type CreateWorkloadIdentityCommandInput, type CreateWorkloadIdentityCommandOutput, type DeleteAgentRuntimeCommandInput, type DeleteAgentRuntimeCommandOutput, type DeleteAgentRuntimeEndpointCommandInput, type DeleteAgentRuntimeEndpointCommandOutput, type DeleteApiKeyCredentialProviderCommandInput, type DeleteApiKeyCredentialProviderCommandOutput, type DeleteBrowserCommandInput, type DeleteBrowserCommandOutput, type DeleteBrowserProfileCommandInput, type DeleteBrowserProfileCommandOutput, type DeleteCodeInterpreterCommandInput, type DeleteCodeInterpreterCommandOutput, type DeleteConfigurationBundleCommandInput, type DeleteConfigurationBundleCommandOutput, type DeleteEvaluatorCommandInput, type DeleteEvaluatorCommandOutput, type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput, type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput, type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput, type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput, type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput, type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput, type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput, type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput, type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput, type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput, type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput, type DeleteRegistryRecordCommandInput, type DeleteRegistryRecordCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeleteWorkloadIdentityCommandInput, type DeleteWorkloadIdentityCommandOutput, type GetAgentRuntimeCommandInput, type GetAgentRuntimeCommandOutput, type GetAgentRuntimeEndpointCommandInput, type GetAgentRuntimeEndpointCommandOutput, type GetApiKeyCredentialProviderCommandInput, type GetApiKeyCredentialProviderCommandOutput, type GetBrowserCommandInput, type GetBrowserCommandOutput, type GetBrowserProfileCommandInput, type GetBrowserProfileCommandOutput, type GetCodeInterpreterCommandInput, type GetCodeInterpreterCommandOutput, type GetConfigurationBundleCommandInput, type GetConfigurationBundleCommandOutput, type GetConfigurationBundleVersionCommandInput, type GetConfigurationBundleVersionCommandOutput, type GetEvaluatorCommandInput, type GetEvaluatorCommandOutput, type GetGatewayCommandInput, type GetGatewayCommandOutput, type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput, type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput, type GetHarnessCommandInput, type GetHarnessCommandOutput, type GetMemoryCommandInput, type GetMemoryCommandOutput, type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput, type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput, type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput, type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput, type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput, type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput, type GetRegistryCommandInput, type GetRegistryCommandOutput, type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput, type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput, type GetTokenVaultCommandInput, type GetTokenVaultCommandOutput, type GetWorkloadIdentityCommandInput, type GetWorkloadIdentityCommandOutput, type ListAgentRuntimeEndpointsCommandInput, type ListAgentRuntimeEndpointsCommandOutput, type ListAgentRuntimesCommandInput, type ListAgentRuntimesCommandOutput, type ListAgentRuntimeVersionsCommandInput, type ListAgentRuntimeVersionsCommandOutput, type ListApiKeyCredentialProvidersCommandInput, type ListApiKeyCredentialProvidersCommandOutput, type ListBrowserProfilesCommandInput, type ListBrowserProfilesCommandOutput, type ListBrowsersCommandInput, type ListBrowsersCommandOutput, type ListCodeInterpretersCommandInput, type ListCodeInterpretersCommandOutput, type ListConfigurationBundlesCommandInput, type ListConfigurationBundlesCommandOutput, type ListConfigurationBundleVersionsCommandInput, type ListConfigurationBundleVersionsCommandOutput, type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput, type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput, type ListGatewaysCommandInput, type ListGatewaysCommandOutput, type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput, type ListHarnessesCommandInput, type ListHarnessesCommandOutput, type ListMemoriesCommandInput, type ListMemoriesCommandOutput, type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput, type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput, type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput, type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput, type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput, type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput, type ListPolicyGenerationsCommandInput, type ListPolicyGenerationsCommandOutput, type ListRegistriesCommandInput, type ListRegistriesCommandOutput, type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListWorkloadIdentitiesCommandInput, type ListWorkloadIdentitiesCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type SetTokenVaultCMKCommandInput, type SetTokenVaultCMKCommandOutput, type StartPolicyGenerationCommandInput, type StartPolicyGenerationCommandOutput, type SubmitRegistryRecordForApprovalCommandInput, type SubmitRegistryRecordForApprovalCommandOutput, type SynchronizeGatewayTargetsCommandInput, type SynchronizeGatewayTargetsCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentRuntimeCommandInput, type UpdateAgentRuntimeCommandOutput, type UpdateAgentRuntimeEndpointCommandInput, type UpdateAgentRuntimeEndpointCommandOutput, type UpdateApiKeyCredentialProviderCommandInput, type UpdateApiKeyCredentialProviderCommandOutput, type UpdateConfigurationBundleCommandInput, type UpdateConfigurationBundleCommandOutput, type UpdateEvaluatorCommandInput, type UpdateEvaluatorCommandOutput, type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput, type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput, type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput, type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput, type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput, type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput, type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput, type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput, type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput, type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput, type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput, type UpdateRegistryRecordCommandInput, type UpdateRegistryRecordCommandOutput, type UpdateRegistryRecordStatusCommandInput, type UpdateRegistryRecordStatusCommandOutput, type UpdateWorkloadIdentityCommandInput, type UpdateWorkloadIdentityCommandOutput } from "@aws-sdk/client-bedrock-agentcore-control";
4
+ import { type AddDatasetExamplesCommandInput, type AddDatasetExamplesCommandOutput, type BedrockAgentCoreControlClient, type BedrockAgentCoreControlClientConfig, type CreateAgentRuntimeCommandInput, type CreateAgentRuntimeCommandOutput, type CreateAgentRuntimeEndpointCommandInput, type CreateAgentRuntimeEndpointCommandOutput, type CreateApiKeyCredentialProviderCommandInput, type CreateApiKeyCredentialProviderCommandOutput, type CreateBrowserCommandInput, type CreateBrowserCommandOutput, type CreateBrowserProfileCommandInput, type CreateBrowserProfileCommandOutput, type CreateCodeInterpreterCommandInput, type CreateCodeInterpreterCommandOutput, type CreateConfigurationBundleCommandInput, type CreateConfigurationBundleCommandOutput, type CreateDatasetCommandInput, type CreateDatasetCommandOutput, type CreateDatasetVersionCommandInput, type CreateDatasetVersionCommandOutput, type CreateEvaluatorCommandInput, type CreateEvaluatorCommandOutput, type CreateGatewayCommandInput, type CreateGatewayCommandOutput, type CreateGatewayRuleCommandInput, type CreateGatewayRuleCommandOutput, type CreateGatewayTargetCommandInput, type CreateGatewayTargetCommandOutput, type CreateHarnessCommandInput, type CreateHarnessCommandOutput, type CreateHarnessEndpointCommandInput, type CreateHarnessEndpointCommandOutput, type CreateMemoryCommandInput, type CreateMemoryCommandOutput, type CreateOauth2CredentialProviderCommandInput, type CreateOauth2CredentialProviderCommandOutput, type CreateOnlineEvaluationConfigCommandInput, type CreateOnlineEvaluationConfigCommandOutput, type CreatePaymentConnectorCommandInput, type CreatePaymentConnectorCommandOutput, type CreatePaymentCredentialProviderCommandInput, type CreatePaymentCredentialProviderCommandOutput, type CreatePaymentManagerCommandInput, type CreatePaymentManagerCommandOutput, type CreatePolicyCommandInput, type CreatePolicyCommandOutput, type CreatePolicyEngineCommandInput, type CreatePolicyEngineCommandOutput, type CreateRegistryCommandInput, type CreateRegistryCommandOutput, type CreateRegistryRecordCommandInput, type CreateRegistryRecordCommandOutput, type CreateWorkloadIdentityCommandInput, type CreateWorkloadIdentityCommandOutput, type DeleteAgentRuntimeCommandInput, type DeleteAgentRuntimeCommandOutput, type DeleteAgentRuntimeEndpointCommandInput, type DeleteAgentRuntimeEndpointCommandOutput, type DeleteApiKeyCredentialProviderCommandInput, type DeleteApiKeyCredentialProviderCommandOutput, type DeleteBrowserCommandInput, type DeleteBrowserCommandOutput, type DeleteBrowserProfileCommandInput, type DeleteBrowserProfileCommandOutput, type DeleteCodeInterpreterCommandInput, type DeleteCodeInterpreterCommandOutput, type DeleteConfigurationBundleCommandInput, type DeleteConfigurationBundleCommandOutput, type DeleteDatasetCommandInput, type DeleteDatasetCommandOutput, type DeleteDatasetExamplesCommandInput, type DeleteDatasetExamplesCommandOutput, type DeleteEvaluatorCommandInput, type DeleteEvaluatorCommandOutput, type DeleteGatewayCommandInput, type DeleteGatewayCommandOutput, type DeleteGatewayRuleCommandInput, type DeleteGatewayRuleCommandOutput, type DeleteGatewayTargetCommandInput, type DeleteGatewayTargetCommandOutput, type DeleteHarnessCommandInput, type DeleteHarnessCommandOutput, type DeleteHarnessEndpointCommandInput, type DeleteHarnessEndpointCommandOutput, type DeleteMemoryCommandInput, type DeleteMemoryCommandOutput, type DeleteOauth2CredentialProviderCommandInput, type DeleteOauth2CredentialProviderCommandOutput, type DeleteOnlineEvaluationConfigCommandInput, type DeleteOnlineEvaluationConfigCommandOutput, type DeletePaymentConnectorCommandInput, type DeletePaymentConnectorCommandOutput, type DeletePaymentCredentialProviderCommandInput, type DeletePaymentCredentialProviderCommandOutput, type DeletePaymentManagerCommandInput, type DeletePaymentManagerCommandOutput, type DeletePolicyCommandInput, type DeletePolicyCommandOutput, type DeletePolicyEngineCommandInput, type DeletePolicyEngineCommandOutput, type DeleteRegistryCommandInput, type DeleteRegistryCommandOutput, type DeleteRegistryRecordCommandInput, type DeleteRegistryRecordCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeleteWorkloadIdentityCommandInput, type DeleteWorkloadIdentityCommandOutput, type GetAgentRuntimeCommandInput, type GetAgentRuntimeCommandOutput, type GetAgentRuntimeEndpointCommandInput, type GetAgentRuntimeEndpointCommandOutput, type GetApiKeyCredentialProviderCommandInput, type GetApiKeyCredentialProviderCommandOutput, type GetBrowserCommandInput, type GetBrowserCommandOutput, type GetBrowserProfileCommandInput, type GetBrowserProfileCommandOutput, type GetCodeInterpreterCommandInput, type GetCodeInterpreterCommandOutput, type GetConfigurationBundleCommandInput, type GetConfigurationBundleCommandOutput, type GetConfigurationBundleVersionCommandInput, type GetConfigurationBundleVersionCommandOutput, type GetDatasetCommandInput, type GetDatasetCommandOutput, type GetEvaluatorCommandInput, type GetEvaluatorCommandOutput, type GetGatewayCommandInput, type GetGatewayCommandOutput, type GetGatewayRuleCommandInput, type GetGatewayRuleCommandOutput, type GetGatewayTargetCommandInput, type GetGatewayTargetCommandOutput, type GetHarnessCommandInput, type GetHarnessCommandOutput, type GetHarnessEndpointCommandInput, type GetHarnessEndpointCommandOutput, type GetMemoryCommandInput, type GetMemoryCommandOutput, type GetOauth2CredentialProviderCommandInput, type GetOauth2CredentialProviderCommandOutput, type GetOnlineEvaluationConfigCommandInput, type GetOnlineEvaluationConfigCommandOutput, type GetPaymentConnectorCommandInput, type GetPaymentConnectorCommandOutput, type GetPaymentCredentialProviderCommandInput, type GetPaymentCredentialProviderCommandOutput, type GetPaymentManagerCommandInput, type GetPaymentManagerCommandOutput, type GetPolicyCommandInput, type GetPolicyCommandOutput, type GetPolicyEngineCommandInput, type GetPolicyEngineCommandOutput, type GetPolicyEngineSummaryCommandInput, type GetPolicyEngineSummaryCommandOutput, type GetPolicyGenerationCommandInput, type GetPolicyGenerationCommandOutput, type GetPolicyGenerationSummaryCommandInput, type GetPolicyGenerationSummaryCommandOutput, type GetPolicySummaryCommandInput, type GetPolicySummaryCommandOutput, type GetRegistryCommandInput, type GetRegistryCommandOutput, type GetRegistryRecordCommandInput, type GetRegistryRecordCommandOutput, type GetResourcePolicyCommandInput, type GetResourcePolicyCommandOutput, type GetTokenVaultCommandInput, type GetTokenVaultCommandOutput, type GetWorkloadIdentityCommandInput, type GetWorkloadIdentityCommandOutput, type ListAgentRuntimeEndpointsCommandInput, type ListAgentRuntimeEndpointsCommandOutput, type ListAgentRuntimesCommandInput, type ListAgentRuntimesCommandOutput, type ListAgentRuntimeVersionsCommandInput, type ListAgentRuntimeVersionsCommandOutput, type ListApiKeyCredentialProvidersCommandInput, type ListApiKeyCredentialProvidersCommandOutput, type ListBrowserProfilesCommandInput, type ListBrowserProfilesCommandOutput, type ListBrowsersCommandInput, type ListBrowsersCommandOutput, type ListCodeInterpretersCommandInput, type ListCodeInterpretersCommandOutput, type ListConfigurationBundlesCommandInput, type ListConfigurationBundlesCommandOutput, type ListConfigurationBundleVersionsCommandInput, type ListConfigurationBundleVersionsCommandOutput, type ListDatasetExamplesCommandInput, type ListDatasetExamplesCommandOutput, type ListDatasetsCommandInput, type ListDatasetsCommandOutput, type ListDatasetVersionsCommandInput, type ListDatasetVersionsCommandOutput, type ListEvaluatorsCommandInput, type ListEvaluatorsCommandOutput, type ListGatewayRulesCommandInput, type ListGatewayRulesCommandOutput, type ListGatewaysCommandInput, type ListGatewaysCommandOutput, type ListGatewayTargetsCommandInput, type ListGatewayTargetsCommandOutput, type ListHarnessEndpointsCommandInput, type ListHarnessEndpointsCommandOutput, type ListHarnessesCommandInput, type ListHarnessesCommandOutput, type ListHarnessVersionsCommandInput, type ListHarnessVersionsCommandOutput, type ListMemoriesCommandInput, type ListMemoriesCommandOutput, type ListOauth2CredentialProvidersCommandInput, type ListOauth2CredentialProvidersCommandOutput, type ListOnlineEvaluationConfigsCommandInput, type ListOnlineEvaluationConfigsCommandOutput, type ListPaymentConnectorsCommandInput, type ListPaymentConnectorsCommandOutput, type ListPaymentCredentialProvidersCommandInput, type ListPaymentCredentialProvidersCommandOutput, type ListPaymentManagersCommandInput, type ListPaymentManagersCommandOutput, type ListPoliciesCommandInput, type ListPoliciesCommandOutput, type ListPolicyEnginesCommandInput, type ListPolicyEnginesCommandOutput, type ListPolicyEngineSummariesCommandInput, type ListPolicyEngineSummariesCommandOutput, type ListPolicyGenerationAssetsCommandInput, type ListPolicyGenerationAssetsCommandOutput, type ListPolicyGenerationsCommandInput, type ListPolicyGenerationsCommandOutput, type ListPolicyGenerationSummariesCommandInput, type ListPolicyGenerationSummariesCommandOutput, type ListPolicySummariesCommandInput, type ListPolicySummariesCommandOutput, type ListRegistriesCommandInput, type ListRegistriesCommandOutput, type ListRegistryRecordsCommandInput, type ListRegistryRecordsCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListWorkloadIdentitiesCommandInput, type ListWorkloadIdentitiesCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type SetTokenVaultCMKCommandInput, type SetTokenVaultCMKCommandOutput, type StartPolicyGenerationCommandInput, type StartPolicyGenerationCommandOutput, type SubmitRegistryRecordForApprovalCommandInput, type SubmitRegistryRecordForApprovalCommandOutput, type SynchronizeGatewayTargetsCommandInput, type SynchronizeGatewayTargetsCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAgentRuntimeCommandInput, type UpdateAgentRuntimeCommandOutput, type UpdateAgentRuntimeEndpointCommandInput, type UpdateAgentRuntimeEndpointCommandOutput, type UpdateApiKeyCredentialProviderCommandInput, type UpdateApiKeyCredentialProviderCommandOutput, type UpdateConfigurationBundleCommandInput, type UpdateConfigurationBundleCommandOutput, type UpdateDatasetCommandInput, type UpdateDatasetCommandOutput, type UpdateDatasetExamplesCommandInput, type UpdateDatasetExamplesCommandOutput, type UpdateEvaluatorCommandInput, type UpdateEvaluatorCommandOutput, type UpdateGatewayCommandInput, type UpdateGatewayCommandOutput, type UpdateGatewayRuleCommandInput, type UpdateGatewayRuleCommandOutput, type UpdateGatewayTargetCommandInput, type UpdateGatewayTargetCommandOutput, type UpdateHarnessCommandInput, type UpdateHarnessCommandOutput, type UpdateHarnessEndpointCommandInput, type UpdateHarnessEndpointCommandOutput, type UpdateMemoryCommandInput, type UpdateMemoryCommandOutput, type UpdateOauth2CredentialProviderCommandInput, type UpdateOauth2CredentialProviderCommandOutput, type UpdateOnlineEvaluationConfigCommandInput, type UpdateOnlineEvaluationConfigCommandOutput, type UpdatePaymentConnectorCommandInput, type UpdatePaymentConnectorCommandOutput, type UpdatePaymentCredentialProviderCommandInput, type UpdatePaymentCredentialProviderCommandOutput, type UpdatePaymentManagerCommandInput, type UpdatePaymentManagerCommandOutput, type UpdatePolicyCommandInput, type UpdatePolicyCommandOutput, type UpdatePolicyEngineCommandInput, type UpdatePolicyEngineCommandOutput, type UpdateRegistryCommandInput, type UpdateRegistryCommandOutput, type UpdateRegistryRecordCommandInput, type UpdateRegistryRecordCommandOutput, type UpdateRegistryRecordStatusCommandInput, type UpdateRegistryRecordStatusCommandOutput, type UpdateWorkloadIdentityCommandInput, type UpdateWorkloadIdentityCommandOutput } from "@aws-sdk/client-bedrock-agentcore-control";
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 "./BedrockAgentCoreControlClientInstance.js";
12
13
  import type { AccessDeniedError, ConcurrentModificationError, ConflictError, DecryptionError, EncryptionError, InternalServerError, ResourceLimitExceededError, ResourceNotFoundError, SdkError, ServiceError, ServiceQuotaExceededError, ThrottledError, ThrottlingError, UnauthorizedError, ValidationError } from "./Errors.js";
13
- interface BedrockAgentCoreControlService$ {
14
- readonly _: unique symbol;
14
+ export interface BedrockAgentCoreControlService$ {
15
+ /**
16
+ * @see {@link AddDatasetExamplesCommand}
17
+ */
18
+ addDatasetExamples(args: AddDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<AddDatasetExamplesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
15
19
  /**
16
20
  * @see {@link CreateAgentRuntimeCommand}
17
21
  */
18
- createAgentRuntime(args: CreateAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentRuntimeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
22
+ createAgentRuntime(args: CreateAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentRuntimeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
19
23
  /**
20
24
  * @see {@link CreateAgentRuntimeEndpointCommand}
21
25
  */
22
- createAgentRuntimeEndpoint(args: CreateAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentRuntimeEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
26
+ createAgentRuntimeEndpoint(args: CreateAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateAgentRuntimeEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
23
27
  /**
24
28
  * @see {@link CreateApiKeyCredentialProviderCommand}
25
29
  */
26
- createApiKeyCredentialProvider(args: CreateApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApiKeyCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
30
+ createApiKeyCredentialProvider(args: CreateApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateApiKeyCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
27
31
  /**
28
32
  * @see {@link CreateBrowserCommand}
29
33
  */
30
- createBrowser(args: CreateBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBrowserCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
34
+ createBrowser(args: CreateBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBrowserCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
31
35
  /**
32
36
  * @see {@link CreateBrowserProfileCommand}
33
37
  */
34
- createBrowserProfile(args: CreateBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBrowserProfileCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
38
+ createBrowserProfile(args: CreateBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateBrowserProfileCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
35
39
  /**
36
40
  * @see {@link CreateCodeInterpreterCommand}
37
41
  */
38
- createCodeInterpreter(args: CreateCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeInterpreterCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
42
+ createCodeInterpreter(args: CreateCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCodeInterpreterCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
39
43
  /**
40
44
  * @see {@link CreateConfigurationBundleCommand}
41
45
  */
42
- createConfigurationBundle(args: CreateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
46
+ createConfigurationBundle(args: CreateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationBundleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
47
+ /**
48
+ * @see {@link CreateDatasetCommand}
49
+ */
50
+ createDataset(args: CreateDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDatasetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
51
+ /**
52
+ * @see {@link CreateDatasetVersionCommand}
53
+ */
54
+ createDatasetVersion(args: CreateDatasetVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDatasetVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
43
55
  /**
44
56
  * @see {@link CreateEvaluatorCommand}
45
57
  */
46
- createEvaluator(args: CreateEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEvaluatorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
58
+ createEvaluator(args: CreateEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateEvaluatorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
47
59
  /**
48
60
  * @see {@link CreateGatewayCommand}
49
61
  */
50
- createGateway(args: CreateGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
62
+ createGateway(args: CreateGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
51
63
  /**
52
64
  * @see {@link CreateGatewayRuleCommand}
53
65
  */
54
- createGatewayRule(args: CreateGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayRuleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
66
+ createGatewayRule(args: CreateGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayRuleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
55
67
  /**
56
68
  * @see {@link CreateGatewayTargetCommand}
57
69
  */
58
- createGatewayTarget(args: CreateGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayTargetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
70
+ createGatewayTarget(args: CreateGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateGatewayTargetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
59
71
  /**
60
72
  * @see {@link CreateHarnessCommand}
61
73
  */
62
- createHarness(args: CreateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
74
+ createHarness(args: CreateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateHarnessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
75
+ /**
76
+ * @see {@link CreateHarnessEndpointCommand}
77
+ */
78
+ createHarnessEndpoint(args: CreateHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateHarnessEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
63
79
  /**
64
80
  * @see {@link CreateMemoryCommand}
65
81
  */
66
- createMemory(args: CreateMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateMemoryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ServiceQuotaExceededError | ThrottledError | ValidationError>;
82
+ createMemory(args: CreateMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateMemoryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ServiceQuotaExceededError | ThrottledError | ValidationError>;
67
83
  /**
68
84
  * @see {@link CreateOauth2CredentialProviderCommand}
69
85
  */
70
- createOauth2CredentialProvider(args: CreateOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOauth2CredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
86
+ createOauth2CredentialProvider(args: CreateOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOauth2CredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
71
87
  /**
72
88
  * @see {@link CreateOnlineEvaluationConfigCommand}
73
89
  */
74
- createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOnlineEvaluationConfigCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
90
+ createOnlineEvaluationConfig(args: CreateOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateOnlineEvaluationConfigCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
75
91
  /**
76
92
  * @see {@link CreatePaymentConnectorCommand}
77
93
  */
78
- createPaymentConnector(args: CreatePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentConnectorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
94
+ createPaymentConnector(args: CreatePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentConnectorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
79
95
  /**
80
96
  * @see {@link CreatePaymentCredentialProviderCommand}
81
97
  */
82
- createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
98
+ createPaymentCredentialProvider(args: CreatePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceLimitExceededError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
83
99
  /**
84
100
  * @see {@link CreatePaymentManagerCommand}
85
101
  */
86
- createPaymentManager(args: CreatePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentManagerCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
102
+ createPaymentManager(args: CreatePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePaymentManagerCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
87
103
  /**
88
104
  * @see {@link CreatePolicyCommand}
89
105
  */
90
- createPolicy(args: CreatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
106
+ createPolicy(args: CreatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
91
107
  /**
92
108
  * @see {@link CreatePolicyEngineCommand}
93
109
  */
94
- createPolicyEngine(args: CreatePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyEngineCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
110
+ createPolicyEngine(args: CreatePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreatePolicyEngineCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
95
111
  /**
96
112
  * @see {@link CreateRegistryCommand}
97
113
  */
98
- createRegistry(args: CreateRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRegistryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
114
+ createRegistry(args: CreateRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRegistryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
99
115
  /**
100
116
  * @see {@link CreateRegistryRecordCommand}
101
117
  */
102
- createRegistryRecord(args: CreateRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRegistryRecordCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
118
+ createRegistryRecord(args: CreateRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateRegistryRecordCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
103
119
  /**
104
120
  * @see {@link CreateWorkloadIdentityCommand}
105
121
  */
106
- createWorkloadIdentity(args: CreateWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateWorkloadIdentityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
122
+ createWorkloadIdentity(args: CreateWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateWorkloadIdentityCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
107
123
  /**
108
124
  * @see {@link DeleteAgentRuntimeCommand}
109
125
  */
110
- deleteAgentRuntime(args: DeleteAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentRuntimeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
126
+ deleteAgentRuntime(args: DeleteAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentRuntimeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
111
127
  /**
112
128
  * @see {@link DeleteAgentRuntimeEndpointCommand}
113
129
  */
114
- deleteAgentRuntimeEndpoint(args: DeleteAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentRuntimeEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
130
+ deleteAgentRuntimeEndpoint(args: DeleteAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAgentRuntimeEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
115
131
  /**
116
132
  * @see {@link DeleteApiKeyCredentialProviderCommand}
117
133
  */
118
- deleteApiKeyCredentialProvider(args: DeleteApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApiKeyCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
134
+ deleteApiKeyCredentialProvider(args: DeleteApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteApiKeyCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
119
135
  /**
120
136
  * @see {@link DeleteBrowserCommand}
121
137
  */
122
- deleteBrowser(args: DeleteBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBrowserCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
138
+ deleteBrowser(args: DeleteBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBrowserCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
123
139
  /**
124
140
  * @see {@link DeleteBrowserProfileCommand}
125
141
  */
126
- deleteBrowserProfile(args: DeleteBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBrowserProfileCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
142
+ deleteBrowserProfile(args: DeleteBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteBrowserProfileCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
127
143
  /**
128
144
  * @see {@link DeleteCodeInterpreterCommand}
129
145
  */
130
- deleteCodeInterpreter(args: DeleteCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeInterpreterCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
146
+ deleteCodeInterpreter(args: DeleteCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCodeInterpreterCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
131
147
  /**
132
148
  * @see {@link DeleteConfigurationBundleCommand}
133
149
  */
134
- deleteConfigurationBundle(args: DeleteConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
150
+ deleteConfigurationBundle(args: DeleteConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationBundleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
151
+ /**
152
+ * @see {@link DeleteDatasetCommand}
153
+ */
154
+ deleteDataset(args: DeleteDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDatasetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
155
+ /**
156
+ * @see {@link DeleteDatasetExamplesCommand}
157
+ */
158
+ deleteDatasetExamples(args: DeleteDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDatasetExamplesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
135
159
  /**
136
160
  * @see {@link DeleteEvaluatorCommand}
137
161
  */
138
- deleteEvaluator(args: DeleteEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEvaluatorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
162
+ deleteEvaluator(args: DeleteEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteEvaluatorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
139
163
  /**
140
164
  * @see {@link DeleteGatewayCommand}
141
165
  */
142
- deleteGateway(args: DeleteGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
166
+ deleteGateway(args: DeleteGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
143
167
  /**
144
168
  * @see {@link DeleteGatewayRuleCommand}
145
169
  */
146
- deleteGatewayRule(args: DeleteGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayRuleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
170
+ deleteGatewayRule(args: DeleteGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayRuleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
147
171
  /**
148
172
  * @see {@link DeleteGatewayTargetCommand}
149
173
  */
150
- deleteGatewayTarget(args: DeleteGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayTargetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
174
+ deleteGatewayTarget(args: DeleteGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteGatewayTargetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
151
175
  /**
152
176
  * @see {@link DeleteHarnessCommand}
153
177
  */
154
- deleteHarness(args: DeleteHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
178
+ deleteHarness(args: DeleteHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteHarnessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
179
+ /**
180
+ * @see {@link DeleteHarnessEndpointCommand}
181
+ */
182
+ deleteHarnessEndpoint(args: DeleteHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteHarnessEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
155
183
  /**
156
184
  * @see {@link DeleteMemoryCommand}
157
185
  */
158
- deleteMemory(args: DeleteMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMemoryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
186
+ deleteMemory(args: DeleteMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMemoryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
159
187
  /**
160
188
  * @see {@link DeleteOauth2CredentialProviderCommand}
161
189
  */
162
- deleteOauth2CredentialProvider(args: DeleteOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOauth2CredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
190
+ deleteOauth2CredentialProvider(args: DeleteOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOauth2CredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
163
191
  /**
164
192
  * @see {@link DeleteOnlineEvaluationConfigCommand}
165
193
  */
166
- deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOnlineEvaluationConfigCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
194
+ deleteOnlineEvaluationConfig(args: DeleteOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteOnlineEvaluationConfigCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
167
195
  /**
168
196
  * @see {@link DeletePaymentConnectorCommand}
169
197
  */
170
- deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentConnectorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
198
+ deletePaymentConnector(args: DeletePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentConnectorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
171
199
  /**
172
200
  * @see {@link DeletePaymentCredentialProviderCommand}
173
201
  */
174
- deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
202
+ deletePaymentCredentialProvider(args: DeletePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
175
203
  /**
176
204
  * @see {@link DeletePaymentManagerCommand}
177
205
  */
178
- deletePaymentManager(args: DeletePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentManagerCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
206
+ deletePaymentManager(args: DeletePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePaymentManagerCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError>;
179
207
  /**
180
208
  * @see {@link DeletePolicyCommand}
181
209
  */
182
- deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
210
+ deletePolicy(args: DeletePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
183
211
  /**
184
212
  * @see {@link DeletePolicyEngineCommand}
185
213
  */
186
- deletePolicyEngine(args: DeletePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyEngineCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
214
+ deletePolicyEngine(args: DeletePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeletePolicyEngineCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
187
215
  /**
188
216
  * @see {@link DeleteRegistryCommand}
189
217
  */
190
- deleteRegistry(args: DeleteRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRegistryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
218
+ deleteRegistry(args: DeleteRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRegistryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
191
219
  /**
192
220
  * @see {@link DeleteRegistryRecordCommand}
193
221
  */
194
- deleteRegistryRecord(args: DeleteRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRegistryRecordCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
222
+ deleteRegistryRecord(args: DeleteRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRegistryRecordCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
195
223
  /**
196
224
  * @see {@link DeleteResourcePolicyCommand}
197
225
  */
198
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
226
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
199
227
  /**
200
228
  * @see {@link DeleteWorkloadIdentityCommand}
201
229
  */
202
- deleteWorkloadIdentity(args: DeleteWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWorkloadIdentityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
230
+ deleteWorkloadIdentity(args: DeleteWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteWorkloadIdentityCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
203
231
  /**
204
232
  * @see {@link GetAgentRuntimeCommand}
205
233
  */
206
- getAgentRuntime(args: GetAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentRuntimeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
234
+ getAgentRuntime(args: GetAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentRuntimeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
207
235
  /**
208
236
  * @see {@link GetAgentRuntimeEndpointCommand}
209
237
  */
210
- getAgentRuntimeEndpoint(args: GetAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentRuntimeEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
238
+ getAgentRuntimeEndpoint(args: GetAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAgentRuntimeEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
211
239
  /**
212
240
  * @see {@link GetApiKeyCredentialProviderCommand}
213
241
  */
214
- getApiKeyCredentialProvider(args: GetApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiKeyCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
242
+ getApiKeyCredentialProvider(args: GetApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetApiKeyCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
215
243
  /**
216
244
  * @see {@link GetBrowserCommand}
217
245
  */
218
- getBrowser(args: GetBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBrowserCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError>;
246
+ getBrowser(args: GetBrowserCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBrowserCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError>;
219
247
  /**
220
248
  * @see {@link GetBrowserProfileCommand}
221
249
  */
222
- getBrowserProfile(args: GetBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBrowserProfileCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
250
+ getBrowserProfile(args: GetBrowserProfileCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetBrowserProfileCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
223
251
  /**
224
252
  * @see {@link GetCodeInterpreterCommand}
225
253
  */
226
- getCodeInterpreter(args: GetCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeInterpreterCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError>;
254
+ getCodeInterpreter(args: GetCodeInterpreterCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCodeInterpreterCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError>;
227
255
  /**
228
256
  * @see {@link GetConfigurationBundleCommand}
229
257
  */
230
- getConfigurationBundle(args: GetConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
258
+ getConfigurationBundle(args: GetConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConfigurationBundleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
231
259
  /**
232
260
  * @see {@link GetConfigurationBundleVersionCommand}
233
261
  */
234
- getConfigurationBundleVersion(args: GetConfigurationBundleVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConfigurationBundleVersionCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
262
+ getConfigurationBundleVersion(args: GetConfigurationBundleVersionCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetConfigurationBundleVersionCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
263
+ /**
264
+ * @see {@link GetDatasetCommand}
265
+ */
266
+ getDataset(args: GetDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDatasetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
235
267
  /**
236
268
  * @see {@link GetEvaluatorCommand}
237
269
  */
238
- getEvaluator(args: GetEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEvaluatorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
270
+ getEvaluator(args: GetEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetEvaluatorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
239
271
  /**
240
272
  * @see {@link GetGatewayCommand}
241
273
  */
242
- getGateway(args: GetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
274
+ getGateway(args: GetGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
243
275
  /**
244
276
  * @see {@link GetGatewayRuleCommand}
245
277
  */
246
- getGatewayRule(args: GetGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayRuleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
278
+ getGatewayRule(args: GetGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayRuleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
247
279
  /**
248
280
  * @see {@link GetGatewayTargetCommand}
249
281
  */
250
- getGatewayTarget(args: GetGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayTargetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
282
+ getGatewayTarget(args: GetGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetGatewayTargetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
251
283
  /**
252
284
  * @see {@link GetHarnessCommand}
253
285
  */
254
- getHarness(args: GetHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
286
+ getHarness(args: GetHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHarnessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
287
+ /**
288
+ * @see {@link GetHarnessEndpointCommand}
289
+ */
290
+ getHarnessEndpoint(args: GetHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetHarnessEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
255
291
  /**
256
292
  * @see {@link GetMemoryCommand}
257
293
  */
258
- getMemory(args: GetMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetMemoryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
294
+ getMemory(args: GetMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetMemoryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
259
295
  /**
260
296
  * @see {@link GetOauth2CredentialProviderCommand}
261
297
  */
262
- getOauth2CredentialProvider(args: GetOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOauth2CredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
298
+ getOauth2CredentialProvider(args: GetOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOauth2CredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
263
299
  /**
264
300
  * @see {@link GetOnlineEvaluationConfigCommand}
265
301
  */
266
- getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOnlineEvaluationConfigCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
302
+ getOnlineEvaluationConfig(args: GetOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetOnlineEvaluationConfigCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
267
303
  /**
268
304
  * @see {@link GetPaymentConnectorCommand}
269
305
  */
270
- getPaymentConnector(args: GetPaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentConnectorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
306
+ getPaymentConnector(args: GetPaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentConnectorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
271
307
  /**
272
308
  * @see {@link GetPaymentCredentialProviderCommand}
273
309
  */
274
- getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
310
+ getPaymentCredentialProvider(args: GetPaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | DecryptionError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
275
311
  /**
276
312
  * @see {@link GetPaymentManagerCommand}
277
313
  */
278
- getPaymentManager(args: GetPaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentManagerCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
314
+ getPaymentManager(args: GetPaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPaymentManagerCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
279
315
  /**
280
316
  * @see {@link GetPolicyCommand}
281
317
  */
282
- getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
318
+ getPolicy(args: GetPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
283
319
  /**
284
320
  * @see {@link GetPolicyEngineCommand}
285
321
  */
286
- getPolicyEngine(args: GetPolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyEngineCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
322
+ getPolicyEngine(args: GetPolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyEngineCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
323
+ /**
324
+ * @see {@link GetPolicyEngineSummaryCommand}
325
+ */
326
+ getPolicyEngineSummary(args: GetPolicyEngineSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyEngineSummaryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
287
327
  /**
288
328
  * @see {@link GetPolicyGenerationCommand}
289
329
  */
290
- getPolicyGeneration(args: GetPolicyGenerationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyGenerationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
330
+ getPolicyGeneration(args: GetPolicyGenerationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyGenerationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
331
+ /**
332
+ * @see {@link GetPolicyGenerationSummaryCommand}
333
+ */
334
+ getPolicyGenerationSummary(args: GetPolicyGenerationSummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicyGenerationSummaryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
335
+ /**
336
+ * @see {@link GetPolicySummaryCommand}
337
+ */
338
+ getPolicySummary(args: GetPolicySummaryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetPolicySummaryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
291
339
  /**
292
340
  * @see {@link GetRegistryCommand}
293
341
  */
294
- getRegistry(args: GetRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRegistryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
342
+ getRegistry(args: GetRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRegistryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
295
343
  /**
296
344
  * @see {@link GetRegistryRecordCommand}
297
345
  */
298
- getRegistryRecord(args: GetRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRegistryRecordCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
346
+ getRegistryRecord(args: GetRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetRegistryRecordCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
299
347
  /**
300
348
  * @see {@link GetResourcePolicyCommand}
301
349
  */
302
- getResourcePolicy(args: GetResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
350
+ getResourcePolicy(args: GetResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
303
351
  /**
304
352
  * @see {@link GetTokenVaultCommand}
305
353
  */
306
- getTokenVault(args: GetTokenVaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTokenVaultCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
354
+ getTokenVault(args: GetTokenVaultCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTokenVaultCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
307
355
  /**
308
356
  * @see {@link GetWorkloadIdentityCommand}
309
357
  */
310
- getWorkloadIdentity(args: GetWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetWorkloadIdentityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
358
+ getWorkloadIdentity(args: GetWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetWorkloadIdentityCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
311
359
  /**
312
360
  * @see {@link ListAgentRuntimeEndpointsCommand}
313
361
  */
314
- listAgentRuntimeEndpoints(args: ListAgentRuntimeEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimeEndpointsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
315
- listAgentRuntimeEndpointsStream(args: ListAgentRuntimeEndpointsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimeEndpointsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
362
+ listAgentRuntimeEndpoints(args: ListAgentRuntimeEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimeEndpointsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
363
+ listAgentRuntimeEndpointsStream(args: ListAgentRuntimeEndpointsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimeEndpointsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
316
364
  /**
317
365
  * @see {@link ListAgentRuntimeVersionsCommand}
318
366
  */
319
- listAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimeVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
320
- listAgentRuntimeVersionsStream(args: ListAgentRuntimeVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimeVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
367
+ listAgentRuntimeVersions(args: ListAgentRuntimeVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimeVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
368
+ listAgentRuntimeVersionsStream(args: ListAgentRuntimeVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimeVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
321
369
  /**
322
370
  * @see {@link ListAgentRuntimesCommand}
323
371
  */
324
- listAgentRuntimes(args: ListAgentRuntimesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
325
- listAgentRuntimesStream(args: ListAgentRuntimesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
372
+ listAgentRuntimes(args: ListAgentRuntimesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAgentRuntimesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
373
+ listAgentRuntimesStream(args: ListAgentRuntimesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListAgentRuntimesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
326
374
  /**
327
375
  * @see {@link ListApiKeyCredentialProvidersCommand}
328
376
  */
329
- listApiKeyCredentialProviders(args: ListApiKeyCredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApiKeyCredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
330
- listApiKeyCredentialProvidersStream(args: ListApiKeyCredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListApiKeyCredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
377
+ listApiKeyCredentialProviders(args: ListApiKeyCredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListApiKeyCredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
378
+ listApiKeyCredentialProvidersStream(args: ListApiKeyCredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListApiKeyCredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
331
379
  /**
332
380
  * @see {@link ListBrowserProfilesCommand}
333
381
  */
334
- listBrowserProfiles(args: ListBrowserProfilesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBrowserProfilesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
335
- listBrowserProfilesStream(args: ListBrowserProfilesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListBrowserProfilesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
382
+ listBrowserProfiles(args: ListBrowserProfilesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBrowserProfilesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
383
+ listBrowserProfilesStream(args: ListBrowserProfilesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListBrowserProfilesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
336
384
  /**
337
385
  * @see {@link ListBrowsersCommand}
338
386
  */
339
- listBrowsers(args: ListBrowsersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBrowsersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
340
- listBrowsersStream(args: ListBrowsersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListBrowsersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
387
+ listBrowsers(args: ListBrowsersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListBrowsersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
388
+ listBrowsersStream(args: ListBrowsersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListBrowsersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
341
389
  /**
342
390
  * @see {@link ListCodeInterpretersCommand}
343
391
  */
344
- listCodeInterpreters(args: ListCodeInterpretersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeInterpretersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
345
- listCodeInterpretersStream(args: ListCodeInterpretersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListCodeInterpretersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
392
+ listCodeInterpreters(args: ListCodeInterpretersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCodeInterpretersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
393
+ listCodeInterpretersStream(args: ListCodeInterpretersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListCodeInterpretersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
346
394
  /**
347
395
  * @see {@link ListConfigurationBundleVersionsCommand}
348
396
  */
349
- listConfigurationBundleVersions(args: ListConfigurationBundleVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationBundleVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
350
- listConfigurationBundleVersionsStream(args: ListConfigurationBundleVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListConfigurationBundleVersionsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
397
+ listConfigurationBundleVersions(args: ListConfigurationBundleVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationBundleVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
398
+ listConfigurationBundleVersionsStream(args: ListConfigurationBundleVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListConfigurationBundleVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
351
399
  /**
352
400
  * @see {@link ListConfigurationBundlesCommand}
353
401
  */
354
- listConfigurationBundles(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationBundlesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
355
- listConfigurationBundlesStream(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListConfigurationBundlesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
402
+ listConfigurationBundles(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationBundlesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
403
+ listConfigurationBundlesStream(args: ListConfigurationBundlesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListConfigurationBundlesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
404
+ /**
405
+ * @see {@link ListDatasetExamplesCommand}
406
+ */
407
+ listDatasetExamples(args: ListDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetExamplesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
408
+ listDatasetExamplesStream(args: ListDatasetExamplesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetExamplesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
409
+ /**
410
+ * @see {@link ListDatasetVersionsCommand}
411
+ */
412
+ listDatasetVersions(args: ListDatasetVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
413
+ listDatasetVersionsStream(args: ListDatasetVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
414
+ /**
415
+ * @see {@link ListDatasetsCommand}
416
+ */
417
+ listDatasets(args: ListDatasetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListDatasetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
418
+ listDatasetsStream(args: ListDatasetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListDatasetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
356
419
  /**
357
420
  * @see {@link ListEvaluatorsCommand}
358
421
  */
359
- listEvaluators(args: ListEvaluatorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEvaluatorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
360
- listEvaluatorsStream(args: ListEvaluatorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListEvaluatorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
422
+ listEvaluators(args: ListEvaluatorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListEvaluatorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
423
+ listEvaluatorsStream(args: ListEvaluatorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListEvaluatorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
361
424
  /**
362
425
  * @see {@link ListGatewayRulesCommand}
363
426
  */
364
- listGatewayRules(args: ListGatewayRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayRulesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
365
- listGatewayRulesStream(args: ListGatewayRulesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayRulesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
427
+ listGatewayRules(args: ListGatewayRulesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayRulesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
428
+ listGatewayRulesStream(args: ListGatewayRulesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayRulesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
366
429
  /**
367
430
  * @see {@link ListGatewayTargetsCommand}
368
431
  */
369
- listGatewayTargets(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
370
- listGatewayTargetsStream(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
432
+ listGatewayTargets(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewayTargetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
433
+ listGatewayTargetsStream(args: ListGatewayTargetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewayTargetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
371
434
  /**
372
435
  * @see {@link ListGatewaysCommand}
373
436
  */
374
- listGateways(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewaysCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
375
- listGatewaysStream(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewaysCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
437
+ listGateways(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListGatewaysCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
438
+ listGatewaysStream(args: ListGatewaysCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListGatewaysCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
439
+ /**
440
+ * @see {@link ListHarnessEndpointsCommand}
441
+ */
442
+ listHarnessEndpoints(args: ListHarnessEndpointsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessEndpointsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
443
+ listHarnessEndpointsStream(args: ListHarnessEndpointsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessEndpointsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
444
+ /**
445
+ * @see {@link ListHarnessVersionsCommand}
446
+ */
447
+ listHarnessVersions(args: ListHarnessVersionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
448
+ listHarnessVersionsStream(args: ListHarnessVersionsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessVersionsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
376
449
  /**
377
450
  * @see {@link ListHarnessesCommand}
378
451
  */
379
- listHarnesses(args: ListHarnessesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
380
- listHarnessesStream(args: ListHarnessesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
452
+ listHarnesses(args: ListHarnessesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListHarnessesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
453
+ listHarnessesStream(args: ListHarnessesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListHarnessesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
381
454
  /**
382
455
  * @see {@link ListMemoriesCommand}
383
456
  */
384
- listMemories(args: ListMemoriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListMemoriesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
385
- listMemoriesStream(args: ListMemoriesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListMemoriesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
457
+ listMemories(args: ListMemoriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListMemoriesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
458
+ listMemoriesStream(args: ListMemoriesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListMemoriesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ResourceNotFoundError | ServiceError | ThrottledError | ValidationError>;
386
459
  /**
387
460
  * @see {@link ListOauth2CredentialProvidersCommand}
388
461
  */
389
- listOauth2CredentialProviders(args: ListOauth2CredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOauth2CredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
390
- listOauth2CredentialProvidersStream(args: ListOauth2CredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListOauth2CredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
462
+ listOauth2CredentialProviders(args: ListOauth2CredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOauth2CredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
463
+ listOauth2CredentialProvidersStream(args: ListOauth2CredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListOauth2CredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
391
464
  /**
392
465
  * @see {@link ListOnlineEvaluationConfigsCommand}
393
466
  */
394
- listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOnlineEvaluationConfigsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
395
- listOnlineEvaluationConfigsStream(args: ListOnlineEvaluationConfigsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListOnlineEvaluationConfigsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
467
+ listOnlineEvaluationConfigs(args: ListOnlineEvaluationConfigsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListOnlineEvaluationConfigsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
468
+ listOnlineEvaluationConfigsStream(args: ListOnlineEvaluationConfigsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListOnlineEvaluationConfigsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
396
469
  /**
397
470
  * @see {@link ListPaymentConnectorsCommand}
398
471
  */
399
- listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentConnectorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
400
- listPaymentConnectorsStream(args: ListPaymentConnectorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentConnectorsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
472
+ listPaymentConnectors(args: ListPaymentConnectorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentConnectorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
473
+ listPaymentConnectorsStream(args: ListPaymentConnectorsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentConnectorsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
401
474
  /**
402
475
  * @see {@link ListPaymentCredentialProvidersCommand}
403
476
  */
404
- listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentCredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
405
- listPaymentCredentialProvidersStream(args: ListPaymentCredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentCredentialProvidersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
477
+ listPaymentCredentialProviders(args: ListPaymentCredentialProvidersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentCredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
478
+ listPaymentCredentialProvidersStream(args: ListPaymentCredentialProvidersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentCredentialProvidersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
406
479
  /**
407
480
  * @see {@link ListPaymentManagersCommand}
408
481
  */
409
- listPaymentManagers(args: ListPaymentManagersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentManagersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
410
- listPaymentManagersStream(args: ListPaymentManagersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentManagersCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
482
+ listPaymentManagers(args: ListPaymentManagersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPaymentManagersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
483
+ listPaymentManagersStream(args: ListPaymentManagersCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPaymentManagersCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
411
484
  /**
412
485
  * @see {@link ListPoliciesCommand}
413
486
  */
414
- listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
415
- listPoliciesStream(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPoliciesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
487
+ listPolicies(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPoliciesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
488
+ listPoliciesStream(args: ListPoliciesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPoliciesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
489
+ /**
490
+ * @see {@link ListPolicyEngineSummariesCommand}
491
+ */
492
+ listPolicyEngineSummaries(args: ListPolicyEngineSummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyEngineSummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
493
+ listPolicyEngineSummariesStream(args: ListPolicyEngineSummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyEngineSummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
416
494
  /**
417
495
  * @see {@link ListPolicyEnginesCommand}
418
496
  */
419
- listPolicyEngines(args: ListPolicyEnginesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyEnginesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
420
- listPolicyEnginesStream(args: ListPolicyEnginesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyEnginesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
497
+ listPolicyEngines(args: ListPolicyEnginesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyEnginesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
498
+ listPolicyEnginesStream(args: ListPolicyEnginesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyEnginesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
421
499
  /**
422
500
  * @see {@link ListPolicyGenerationAssetsCommand}
423
501
  */
424
- listPolicyGenerationAssets(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
425
- listPolicyGenerationAssetsStream(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
502
+ listPolicyGenerationAssets(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
503
+ listPolicyGenerationAssetsStream(args: ListPolicyGenerationAssetsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationAssetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
504
+ /**
505
+ * @see {@link ListPolicyGenerationSummariesCommand}
506
+ */
507
+ listPolicyGenerationSummaries(args: ListPolicyGenerationSummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationSummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
508
+ listPolicyGenerationSummariesStream(args: ListPolicyGenerationSummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationSummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
426
509
  /**
427
510
  * @see {@link ListPolicyGenerationsCommand}
428
511
  */
429
- listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
430
- listPolicyGenerationsStream(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
512
+ listPolicyGenerations(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicyGenerationsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
513
+ listPolicyGenerationsStream(args: ListPolicyGenerationsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicyGenerationsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
514
+ /**
515
+ * @see {@link ListPolicySummariesCommand}
516
+ */
517
+ listPolicySummaries(args: ListPolicySummariesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListPolicySummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
518
+ listPolicySummariesStream(args: ListPolicySummariesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListPolicySummariesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
431
519
  /**
432
520
  * @see {@link ListRegistriesCommand}
433
521
  */
434
- listRegistries(args: ListRegistriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRegistriesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
435
- listRegistriesStream(args: ListRegistriesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListRegistriesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
522
+ listRegistries(args: ListRegistriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRegistriesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
523
+ listRegistriesStream(args: ListRegistriesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListRegistriesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError>;
436
524
  /**
437
525
  * @see {@link ListRegistryRecordsCommand}
438
526
  */
439
- listRegistryRecords(args: ListRegistryRecordsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRegistryRecordsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
440
- listRegistryRecordsStream(args: ListRegistryRecordsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListRegistryRecordsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
527
+ listRegistryRecords(args: ListRegistryRecordsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListRegistryRecordsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
528
+ listRegistryRecordsStream(args: ListRegistryRecordsCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListRegistryRecordsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
441
529
  /**
442
530
  * @see {@link ListTagsForResourceCommand}
443
531
  */
444
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
532
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
445
533
  /**
446
534
  * @see {@link ListWorkloadIdentitiesCommand}
447
535
  */
448
- listWorkloadIdentities(args: ListWorkloadIdentitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWorkloadIdentitiesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
449
- listWorkloadIdentitiesStream(args: ListWorkloadIdentitiesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListWorkloadIdentitiesCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
536
+ listWorkloadIdentities(args: ListWorkloadIdentitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListWorkloadIdentitiesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
537
+ listWorkloadIdentitiesStream(args: ListWorkloadIdentitiesCommandInput, options?: HttpHandlerOptions): Stream.Stream<ListWorkloadIdentitiesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
450
538
  /**
451
539
  * @see {@link PutResourcePolicyCommand}
452
540
  */
453
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
541
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
454
542
  /**
455
543
  * @see {@link SetTokenVaultCMKCommand}
456
544
  */
457
- setTokenVaultCMK(args: SetTokenVaultCMKCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetTokenVaultCMKCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConcurrentModificationError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
545
+ setTokenVaultCMK(args: SetTokenVaultCMKCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetTokenVaultCMKCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConcurrentModificationError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
458
546
  /**
459
547
  * @see {@link StartPolicyGenerationCommand}
460
548
  */
461
- startPolicyGeneration(args: StartPolicyGenerationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartPolicyGenerationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
549
+ startPolicyGeneration(args: StartPolicyGenerationCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartPolicyGenerationCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
462
550
  /**
463
551
  * @see {@link SubmitRegistryRecordForApprovalCommand}
464
552
  */
465
- submitRegistryRecordForApproval(args: SubmitRegistryRecordForApprovalCommandInput, options?: HttpHandlerOptions): Effect.Effect<SubmitRegistryRecordForApprovalCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
553
+ submitRegistryRecordForApproval(args: SubmitRegistryRecordForApprovalCommandInput, options?: HttpHandlerOptions): Effect.Effect<SubmitRegistryRecordForApprovalCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
466
554
  /**
467
555
  * @see {@link SynchronizeGatewayTargetsCommand}
468
556
  */
469
- synchronizeGatewayTargets(args: SynchronizeGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SynchronizeGatewayTargetsCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
557
+ synchronizeGatewayTargets(args: SynchronizeGatewayTargetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<SynchronizeGatewayTargetsCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
470
558
  /**
471
559
  * @see {@link TagResourceCommand}
472
560
  */
473
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
561
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
474
562
  /**
475
563
  * @see {@link UntagResourceCommand}
476
564
  */
477
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
565
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
478
566
  /**
479
567
  * @see {@link UpdateAgentRuntimeCommand}
480
568
  */
481
- updateAgentRuntime(args: UpdateAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentRuntimeCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
569
+ updateAgentRuntime(args: UpdateAgentRuntimeCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentRuntimeCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
482
570
  /**
483
571
  * @see {@link UpdateAgentRuntimeEndpointCommand}
484
572
  */
485
- updateAgentRuntimeEndpoint(args: UpdateAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentRuntimeEndpointCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
573
+ updateAgentRuntimeEndpoint(args: UpdateAgentRuntimeEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAgentRuntimeEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
486
574
  /**
487
575
  * @see {@link UpdateApiKeyCredentialProviderCommand}
488
576
  */
489
- updateApiKeyCredentialProvider(args: UpdateApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApiKeyCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
577
+ updateApiKeyCredentialProvider(args: UpdateApiKeyCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateApiKeyCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
490
578
  /**
491
579
  * @see {@link UpdateConfigurationBundleCommand}
492
580
  */
493
- updateConfigurationBundle(args: UpdateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationBundleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
581
+ updateConfigurationBundle(args: UpdateConfigurationBundleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationBundleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
582
+ /**
583
+ * @see {@link UpdateDatasetCommand}
584
+ */
585
+ updateDataset(args: UpdateDatasetCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDatasetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
586
+ /**
587
+ * @see {@link UpdateDatasetExamplesCommand}
588
+ */
589
+ updateDatasetExamples(args: UpdateDatasetExamplesCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDatasetExamplesCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
494
590
  /**
495
591
  * @see {@link UpdateEvaluatorCommand}
496
592
  */
497
- updateEvaluator(args: UpdateEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEvaluatorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
593
+ updateEvaluator(args: UpdateEvaluatorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateEvaluatorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
498
594
  /**
499
595
  * @see {@link UpdateGatewayCommand}
500
596
  */
501
- updateGateway(args: UpdateGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
597
+ updateGateway(args: UpdateGatewayCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
502
598
  /**
503
599
  * @see {@link UpdateGatewayRuleCommand}
504
600
  */
505
- updateGatewayRule(args: UpdateGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayRuleCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
601
+ updateGatewayRule(args: UpdateGatewayRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayRuleCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
506
602
  /**
507
603
  * @see {@link UpdateGatewayTargetCommand}
508
604
  */
509
- updateGatewayTarget(args: UpdateGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayTargetCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
605
+ updateGatewayTarget(args: UpdateGatewayTargetCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateGatewayTargetCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
510
606
  /**
511
607
  * @see {@link UpdateHarnessCommand}
512
608
  */
513
- updateHarness(args: UpdateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateHarnessCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
609
+ updateHarness(args: UpdateHarnessCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateHarnessCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
610
+ /**
611
+ * @see {@link UpdateHarnessEndpointCommand}
612
+ */
613
+ updateHarnessEndpoint(args: UpdateHarnessEndpointCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateHarnessEndpointCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
514
614
  /**
515
615
  * @see {@link UpdateMemoryCommand}
516
616
  */
517
- updateMemory(args: UpdateMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateMemoryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ServiceQuotaExceededError | ThrottledError | ValidationError>;
617
+ updateMemory(args: UpdateMemoryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateMemoryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceError | ServiceQuotaExceededError | ThrottledError | ValidationError>;
518
618
  /**
519
619
  * @see {@link UpdateOauth2CredentialProviderCommand}
520
620
  */
521
- updateOauth2CredentialProvider(args: UpdateOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOauth2CredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
621
+ updateOauth2CredentialProvider(args: UpdateOauth2CredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOauth2CredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
522
622
  /**
523
623
  * @see {@link UpdateOnlineEvaluationConfigCommand}
524
624
  */
525
- updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOnlineEvaluationConfigCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
625
+ updateOnlineEvaluationConfig(args: UpdateOnlineEvaluationConfigCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateOnlineEvaluationConfigCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
526
626
  /**
527
627
  * @see {@link UpdatePaymentConnectorCommand}
528
628
  */
529
- updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentConnectorCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
629
+ updatePaymentConnector(args: UpdatePaymentConnectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentConnectorCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
530
630
  /**
531
631
  * @see {@link UpdatePaymentCredentialProviderCommand}
532
632
  */
533
- updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentCredentialProviderCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
633
+ updatePaymentCredentialProvider(args: UpdatePaymentCredentialProviderCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentCredentialProviderCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | DecryptionError | EncryptionError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | UnauthorizedError | ValidationError>;
534
634
  /**
535
635
  * @see {@link UpdatePaymentManagerCommand}
536
636
  */
537
- updatePaymentManager(args: UpdatePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentManagerCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
637
+ updatePaymentManager(args: UpdatePaymentManagerCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePaymentManagerCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
538
638
  /**
539
639
  * @see {@link UpdatePolicyCommand}
540
640
  */
541
- updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
641
+ updatePolicy(args: UpdatePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
542
642
  /**
543
643
  * @see {@link UpdatePolicyEngineCommand}
544
644
  */
545
- updatePolicyEngine(args: UpdatePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyEngineCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
645
+ updatePolicyEngine(args: UpdatePolicyEngineCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdatePolicyEngineCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
546
646
  /**
547
647
  * @see {@link UpdateRegistryCommand}
548
648
  */
549
- updateRegistry(args: UpdateRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
649
+ updateRegistry(args: UpdateRegistryCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ServiceQuotaExceededError | ThrottlingError | ValidationError>;
550
650
  /**
551
651
  * @see {@link UpdateRegistryRecordCommand}
552
652
  */
553
- updateRegistryRecord(args: UpdateRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryRecordCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
653
+ updateRegistryRecord(args: UpdateRegistryRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryRecordCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
554
654
  /**
555
655
  * @see {@link UpdateRegistryRecordStatusCommand}
556
656
  */
557
- updateRegistryRecordStatus(args: UpdateRegistryRecordStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryRecordStatusCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
657
+ updateRegistryRecordStatus(args: UpdateRegistryRecordStatusCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateRegistryRecordStatusCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | ConflictError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError>;
558
658
  /**
559
659
  * @see {@link UpdateWorkloadIdentityCommand}
560
660
  */
561
- updateWorkloadIdentity(args: UpdateWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateWorkloadIdentityCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
661
+ updateWorkloadIdentity(args: UpdateWorkloadIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateWorkloadIdentityCommandOutput, Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ResourceNotFoundError | ThrottlingError | UnauthorizedError | ValidationError>;
562
662
  }
563
663
  /**
564
664
  * @since 1.0.0
565
665
  * @category constructors
566
666
  */
567
667
  export declare const makeBedrockAgentCoreControlService: Effect.Effect<BedrockAgentCoreControlService$, never, Instance.BedrockAgentCoreControlClientInstance>;
568
- declare const BedrockAgentCoreControlService_base: import("effect/Context").TagClass<BedrockAgentCoreControlService, "@effect-aws/client-bedrock-agentcore-control/BedrockAgentCoreControlService", BedrockAgentCoreControlService$> & Effect.Tag.Proxy<BedrockAgentCoreControlService, BedrockAgentCoreControlService$> & {
569
- use: <X>(body: (_: BedrockAgentCoreControlService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, BedrockAgentCoreControlService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, BedrockAgentCoreControlService> : Effect.Effect<X, never, BedrockAgentCoreControlService>;
570
- };
668
+ declare const BedrockAgentCoreControlService_base: Context.ServiceClass<BedrockAgentCoreControlService, "@effect-aws/client-bedrock-agentcore-control/BedrockAgentCoreControlService", BedrockAgentCoreControlService$>;
571
669
  /**
572
670
  * @since 1.0.0
573
671
  * @category models