@effect-aws/client-ses 1.10.9 → 2.0.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/dts/SESClientInstance.d.ts +2 -2
  4. package/dist/dts/SESClientInstance.d.ts.map +1 -1
  5. package/dist/dts/SESService.d.ts +73 -75
  6. package/dist/dts/SESService.d.ts.map +1 -1
  7. package/dist/dts/SESServiceConfig.d.ts.map +1 -1
  8. package/dist/esm/SESClientInstance.js +3 -3
  9. package/dist/esm/SESClientInstance.js.map +1 -1
  10. package/dist/esm/SESService.js +2 -2
  11. package/dist/esm/SESService.js.map +1 -1
  12. package/dist/esm/SESServiceConfig.js +5 -6
  13. package/dist/esm/SESServiceConfig.js.map +1 -1
  14. package/package.json +8 -14
  15. package/src/SESClientInstance.ts +4 -4
  16. package/src/SESService.ts +74 -74
  17. package/src/SESServiceConfig.ts +6 -7
  18. package/dist/cjs/Errors.d.ts +0 -41
  19. package/dist/cjs/Errors.d.ts.map +0 -1
  20. package/dist/cjs/Errors.js +0 -40
  21. package/dist/cjs/Errors.js.map +0 -1
  22. package/dist/cjs/SESClientInstance.d.ts +0 -24
  23. package/dist/cjs/SESClientInstance.d.ts.map +0 -1
  24. package/dist/cjs/SESClientInstance.js +0 -50
  25. package/dist/cjs/SESClientInstance.js.map +0 -1
  26. package/dist/cjs/SESService.d.ts +0 -330
  27. package/dist/cjs/SESService.d.ts.map +0 -1
  28. package/dist/cjs/SESService.js +0 -130
  29. package/dist/cjs/SESService.js.map +0 -1
  30. package/dist/cjs/SESServiceConfig.d.ts +0 -25
  31. package/dist/cjs/SESServiceConfig.d.ts.map +0 -1
  32. package/dist/cjs/SESServiceConfig.js +0 -35
  33. package/dist/cjs/SESServiceConfig.js.map +0 -1
  34. package/dist/cjs/index.d.ts +0 -44
  35. package/dist/cjs/index.d.ts.map +0 -1
  36. package/dist/cjs/index.js +0 -56
  37. package/dist/cjs/index.js.map +0 -1
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2025 Victor Korzunin
1
+ Copyright (c) 2026 Victor Korzunin
2
2
 
3
3
  Permission is hereby granted, free of charge, to any person obtaining a copy
4
4
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -16,7 +16,7 @@ With default SESClient instance:
16
16
  ```typescript
17
17
  import { SES } from "@effect-aws/client-ses";
18
18
 
19
- const program = SES.sendEmail(args);
19
+ const program = SES.use((svc) => svc.sendEmail(args));
20
20
 
21
21
  const result = pipe(
22
22
  program,
@@ -30,7 +30,7 @@ With custom SESClient instance:
30
30
  ```typescript
31
31
  import { SES } from "@effect-aws/client-ses";
32
32
 
33
- const program = SES.sendEmail(args);
33
+ const program = SES.use((svc) => svc.sendEmail(args));
34
34
 
35
35
  const result = await pipe(
36
36
  program,
@@ -46,7 +46,7 @@ With custom SESClient configuration:
46
46
  ```typescript
47
47
  import { SES } from "@effect-aws/client-ses";
48
48
 
49
- const program = SES.sendEmail(args);
49
+ const program = SES.use((svc) => svc.sendEmail(args));
50
50
 
51
51
  const result = await pipe(
52
52
  program,
@@ -2,8 +2,8 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { SESClient } from "@aws-sdk/client-ses";
5
- import { Context, Effect, Layer } from "effect";
6
- declare const SESClientInstance_base: Context.TagClass<SESClientInstance, "@effect-aws/client-ses/SESClientInstance", SESClient>;
5
+ import { Effect, Layer, ServiceMap } from "effect";
6
+ declare const SESClientInstance_base: ServiceMap.ServiceClass<SESClientInstance, "@effect-aws/client-ses/SESClientInstance", SESClient>;
7
7
  /**
8
8
  * @since 1.0.0
9
9
  * @category tags
@@ -1 +1 @@
1
- {"version":3,"file":"SESClientInstance.d.ts","sourceRoot":"","sources":["../../src/SESClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,iBAAkB,SAAQ,sBAEN;CAAG;AAEpC;;;GAGG;AACH,eAAO,MAAM,IAAI,+DAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,8CAAwC,CAAC"}
1
+ {"version":3,"file":"SESClientInstance.d.ts","sourceRoot":"","sources":["../../src/SESClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;;AAGnD;;;GAGG;AACH,qBAAa,iBAAkB,SAAQ,sBAEtC;CAAG;AAEJ;;;GAGG;AACH,eAAO,MAAM,IAAI,+DAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,8CAAwC,CAAC"}
@@ -4,7 +4,7 @@
4
4
  import { type CloneReceiptRuleSetCommandInput, type CloneReceiptRuleSetCommandOutput, type CreateConfigurationSetCommandInput, type CreateConfigurationSetCommandOutput, type CreateConfigurationSetEventDestinationCommandInput, type CreateConfigurationSetEventDestinationCommandOutput, type CreateConfigurationSetTrackingOptionsCommandInput, type CreateConfigurationSetTrackingOptionsCommandOutput, type CreateCustomVerificationEmailTemplateCommandInput, type CreateCustomVerificationEmailTemplateCommandOutput, type CreateReceiptFilterCommandInput, type CreateReceiptFilterCommandOutput, type CreateReceiptRuleCommandInput, type CreateReceiptRuleCommandOutput, type CreateReceiptRuleSetCommandInput, type CreateReceiptRuleSetCommandOutput, type CreateTemplateCommandInput, type CreateTemplateCommandOutput, type DeleteConfigurationSetCommandInput, type DeleteConfigurationSetCommandOutput, type DeleteConfigurationSetEventDestinationCommandInput, type DeleteConfigurationSetEventDestinationCommandOutput, type DeleteConfigurationSetTrackingOptionsCommandInput, type DeleteConfigurationSetTrackingOptionsCommandOutput, type DeleteCustomVerificationEmailTemplateCommandInput, type DeleteCustomVerificationEmailTemplateCommandOutput, type DeleteIdentityCommandInput, type DeleteIdentityCommandOutput, type DeleteIdentityPolicyCommandInput, type DeleteIdentityPolicyCommandOutput, type DeleteReceiptFilterCommandInput, type DeleteReceiptFilterCommandOutput, type DeleteReceiptRuleCommandInput, type DeleteReceiptRuleCommandOutput, type DeleteReceiptRuleSetCommandInput, type DeleteReceiptRuleSetCommandOutput, type DeleteTemplateCommandInput, type DeleteTemplateCommandOutput, type DeleteVerifiedEmailAddressCommandInput, type DeleteVerifiedEmailAddressCommandOutput, type DescribeActiveReceiptRuleSetCommandInput, type DescribeActiveReceiptRuleSetCommandOutput, type DescribeConfigurationSetCommandInput, type DescribeConfigurationSetCommandOutput, type DescribeReceiptRuleCommandInput, type DescribeReceiptRuleCommandOutput, type DescribeReceiptRuleSetCommandInput, type DescribeReceiptRuleSetCommandOutput, type GetAccountSendingEnabledCommandInput, type GetAccountSendingEnabledCommandOutput, type GetCustomVerificationEmailTemplateCommandInput, type GetCustomVerificationEmailTemplateCommandOutput, type GetIdentityDkimAttributesCommandInput, type GetIdentityDkimAttributesCommandOutput, type GetIdentityMailFromDomainAttributesCommandInput, type GetIdentityMailFromDomainAttributesCommandOutput, type GetIdentityNotificationAttributesCommandInput, type GetIdentityNotificationAttributesCommandOutput, type GetIdentityPoliciesCommandInput, type GetIdentityPoliciesCommandOutput, type GetIdentityVerificationAttributesCommandInput, type GetIdentityVerificationAttributesCommandOutput, type GetSendQuotaCommandInput, type GetSendQuotaCommandOutput, type GetSendStatisticsCommandInput, type GetSendStatisticsCommandOutput, type GetTemplateCommandInput, type GetTemplateCommandOutput, type ListConfigurationSetsCommandInput, type ListConfigurationSetsCommandOutput, type ListCustomVerificationEmailTemplatesCommandInput, type ListCustomVerificationEmailTemplatesCommandOutput, type ListIdentitiesCommandInput, type ListIdentitiesCommandOutput, type ListIdentityPoliciesCommandInput, type ListIdentityPoliciesCommandOutput, type ListReceiptFiltersCommandInput, type ListReceiptFiltersCommandOutput, type ListReceiptRuleSetsCommandInput, type ListReceiptRuleSetsCommandOutput, type ListTemplatesCommandInput, type ListTemplatesCommandOutput, type ListVerifiedEmailAddressesCommandInput, type ListVerifiedEmailAddressesCommandOutput, type PutConfigurationSetDeliveryOptionsCommandInput, type PutConfigurationSetDeliveryOptionsCommandOutput, type PutIdentityPolicyCommandInput, type PutIdentityPolicyCommandOutput, type ReorderReceiptRuleSetCommandInput, type ReorderReceiptRuleSetCommandOutput, type SendBounceCommandInput, type SendBounceCommandOutput, type SendBulkTemplatedEmailCommandInput, type SendBulkTemplatedEmailCommandOutput, type SendCustomVerificationEmailCommandInput, type SendCustomVerificationEmailCommandOutput, type SendEmailCommandInput, type SendEmailCommandOutput, type SendRawEmailCommandInput, type SendRawEmailCommandOutput, type SendTemplatedEmailCommandInput, type SendTemplatedEmailCommandOutput, type SESClient, type SESClientConfig, type SetActiveReceiptRuleSetCommandInput, type SetActiveReceiptRuleSetCommandOutput, type SetIdentityDkimEnabledCommandInput, type SetIdentityDkimEnabledCommandOutput, type SetIdentityFeedbackForwardingEnabledCommandInput, type SetIdentityFeedbackForwardingEnabledCommandOutput, type SetIdentityHeadersInNotificationsEnabledCommandInput, type SetIdentityHeadersInNotificationsEnabledCommandOutput, type SetIdentityMailFromDomainCommandInput, type SetIdentityMailFromDomainCommandOutput, type SetIdentityNotificationTopicCommandInput, type SetIdentityNotificationTopicCommandOutput, type SetReceiptRulePositionCommandInput, type SetReceiptRulePositionCommandOutput, type TestRenderTemplateCommandInput, type TestRenderTemplateCommandOutput, type UpdateAccountSendingEnabledCommandInput, type UpdateAccountSendingEnabledCommandOutput, type UpdateConfigurationSetEventDestinationCommandInput, type UpdateConfigurationSetEventDestinationCommandOutput, type UpdateConfigurationSetReputationMetricsEnabledCommandInput, type UpdateConfigurationSetReputationMetricsEnabledCommandOutput, type UpdateConfigurationSetSendingEnabledCommandInput, type UpdateConfigurationSetSendingEnabledCommandOutput, type UpdateConfigurationSetTrackingOptionsCommandInput, type UpdateConfigurationSetTrackingOptionsCommandOutput, type UpdateCustomVerificationEmailTemplateCommandInput, type UpdateCustomVerificationEmailTemplateCommandOutput, type UpdateReceiptRuleCommandInput, type UpdateReceiptRuleCommandOutput, type UpdateTemplateCommandInput, type UpdateTemplateCommandOutput, type VerifyDomainDkimCommandInput, type VerifyDomainDkimCommandOutput, type VerifyDomainIdentityCommandInput, type VerifyDomainIdentityCommandOutput, type VerifyEmailAddressCommandInput, type VerifyEmailAddressCommandOutput, type VerifyEmailIdentityCommandInput, type VerifyEmailIdentityCommandOutput } from "@aws-sdk/client-ses";
5
5
  import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
6
  import type { Cause } from "effect";
7
- import { Effect, Layer } from "effect";
7
+ import { Effect, Layer, ServiceMap } from "effect";
8
8
  import type { AccountSendingPausedError, AlreadyExistsError, CannotDeleteError, ConfigurationSetAlreadyExistsError, ConfigurationSetDoesNotExistError, ConfigurationSetSendingPausedError, CustomVerificationEmailInvalidContentError, CustomVerificationEmailTemplateAlreadyExistsError, CustomVerificationEmailTemplateDoesNotExistError, EventDestinationAlreadyExistsError, EventDestinationDoesNotExistError, FromEmailAddressNotVerifiedError, InvalidCloudWatchDestinationError, InvalidConfigurationSetError, InvalidDeliveryOptionsError, InvalidFirehoseDestinationError, InvalidLambdaFunctionError, InvalidPolicyError, InvalidRenderingParameterError, InvalidS3ConfigurationError, InvalidSNSDestinationError, InvalidSnsTopicError, InvalidTemplateError, InvalidTrackingOptionsError, LimitExceededError, MailFromDomainNotVerifiedError, MessageRejectedError, MissingRenderingAttributeError, ProductionAccessNotGrantedError, RuleDoesNotExistError, RuleSetDoesNotExistError, SdkError, TemplateDoesNotExistError, TrackingOptionsAlreadyExistsError, TrackingOptionsDoesNotExistError } from "./Errors.js";
9
9
  import * as Instance from "./SESClientInstance.js";
10
10
  interface SESService$ {
@@ -12,296 +12,294 @@ interface SESService$ {
12
12
  /**
13
13
  * @see {@link CloneReceiptRuleSetCommand}
14
14
  */
15
- cloneReceiptRuleSet(args: CloneReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CloneReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | LimitExceededError | RuleSetDoesNotExistError>;
15
+ cloneReceiptRuleSet(args: CloneReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CloneReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | AlreadyExistsError | LimitExceededError | RuleSetDoesNotExistError>;
16
16
  /**
17
17
  * @see {@link CreateConfigurationSetCommand}
18
18
  */
19
- createConfigurationSet(args: CreateConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetAlreadyExistsError | InvalidConfigurationSetError | LimitExceededError>;
19
+ createConfigurationSet(args: CreateConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetAlreadyExistsError | InvalidConfigurationSetError | LimitExceededError>;
20
20
  /**
21
21
  * @see {@link CreateConfigurationSetEventDestinationCommand}
22
22
  */
23
- createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetEventDestinationCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | EventDestinationAlreadyExistsError | InvalidCloudWatchDestinationError | InvalidFirehoseDestinationError | InvalidSNSDestinationError | LimitExceededError>;
23
+ createConfigurationSetEventDestination(args: CreateConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetEventDestinationCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | EventDestinationAlreadyExistsError | InvalidCloudWatchDestinationError | InvalidFirehoseDestinationError | InvalidSNSDestinationError | LimitExceededError>;
24
24
  /**
25
25
  * @see {@link CreateConfigurationSetTrackingOptionsCommand}
26
26
  */
27
- createConfigurationSetTrackingOptions(args: CreateConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | InvalidTrackingOptionsError | TrackingOptionsAlreadyExistsError>;
27
+ createConfigurationSetTrackingOptions(args: CreateConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | InvalidTrackingOptionsError | TrackingOptionsAlreadyExistsError>;
28
28
  /**
29
29
  * @see {@link CreateCustomVerificationEmailTemplateCommand}
30
30
  */
31
- createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutException | SdkError | CustomVerificationEmailInvalidContentError | CustomVerificationEmailTemplateAlreadyExistsError | FromEmailAddressNotVerifiedError | LimitExceededError>;
31
+ createCustomVerificationEmailTemplate(args: CreateCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutError | SdkError | CustomVerificationEmailInvalidContentError | CustomVerificationEmailTemplateAlreadyExistsError | FromEmailAddressNotVerifiedError | LimitExceededError>;
32
32
  /**
33
33
  * @see {@link CreateReceiptFilterCommand}
34
34
  */
35
- createReceiptFilter(args: CreateReceiptFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptFilterCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | LimitExceededError>;
35
+ createReceiptFilter(args: CreateReceiptFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptFilterCommandOutput, Cause.TimeoutError | SdkError | AlreadyExistsError | LimitExceededError>;
36
36
  /**
37
37
  * @see {@link CreateReceiptRuleCommand}
38
38
  */
39
- createReceiptRule(args: CreateReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptRuleCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | InvalidLambdaFunctionError | InvalidS3ConfigurationError | InvalidSnsTopicError | LimitExceededError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
39
+ createReceiptRule(args: CreateReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptRuleCommandOutput, Cause.TimeoutError | SdkError | AlreadyExistsError | InvalidLambdaFunctionError | InvalidS3ConfigurationError | InvalidSnsTopicError | LimitExceededError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
40
40
  /**
41
41
  * @see {@link CreateReceiptRuleSetCommand}
42
42
  */
43
- createReceiptRuleSet(args: CreateReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | LimitExceededError>;
43
+ createReceiptRuleSet(args: CreateReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | AlreadyExistsError | LimitExceededError>;
44
44
  /**
45
45
  * @see {@link CreateTemplateCommand}
46
46
  */
47
- createTemplate(args: CreateTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTemplateCommandOutput, Cause.TimeoutException | SdkError | AlreadyExistsError | InvalidTemplateError | LimitExceededError>;
47
+ createTemplate(args: CreateTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateTemplateCommandOutput, Cause.TimeoutError | SdkError | AlreadyExistsError | InvalidTemplateError | LimitExceededError>;
48
48
  /**
49
49
  * @see {@link DeleteConfigurationSetCommand}
50
50
  */
51
- deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError>;
51
+ deleteConfigurationSet(args: DeleteConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError>;
52
52
  /**
53
53
  * @see {@link DeleteConfigurationSetEventDestinationCommand}
54
54
  */
55
- deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetEventDestinationCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | EventDestinationDoesNotExistError>;
55
+ deleteConfigurationSetEventDestination(args: DeleteConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetEventDestinationCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | EventDestinationDoesNotExistError>;
56
56
  /**
57
57
  * @see {@link DeleteConfigurationSetTrackingOptionsCommand}
58
58
  */
59
- deleteConfigurationSetTrackingOptions(args: DeleteConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | TrackingOptionsDoesNotExistError>;
59
+ deleteConfigurationSetTrackingOptions(args: DeleteConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | TrackingOptionsDoesNotExistError>;
60
60
  /**
61
61
  * @see {@link DeleteCustomVerificationEmailTemplateCommand}
62
62
  */
63
- deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutException | SdkError>;
63
+ deleteCustomVerificationEmailTemplate(args: DeleteCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutError | SdkError>;
64
64
  /**
65
65
  * @see {@link DeleteIdentityCommand}
66
66
  */
67
- deleteIdentity(args: DeleteIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityCommandOutput, Cause.TimeoutException | SdkError>;
67
+ deleteIdentity(args: DeleteIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityCommandOutput, Cause.TimeoutError | SdkError>;
68
68
  /**
69
69
  * @see {@link DeleteIdentityPolicyCommand}
70
70
  */
71
- deleteIdentityPolicy(args: DeleteIdentityPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityPolicyCommandOutput, Cause.TimeoutException | SdkError>;
71
+ deleteIdentityPolicy(args: DeleteIdentityPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIdentityPolicyCommandOutput, Cause.TimeoutError | SdkError>;
72
72
  /**
73
73
  * @see {@link DeleteReceiptFilterCommand}
74
74
  */
75
- deleteReceiptFilter(args: DeleteReceiptFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptFilterCommandOutput, Cause.TimeoutException | SdkError>;
75
+ deleteReceiptFilter(args: DeleteReceiptFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptFilterCommandOutput, Cause.TimeoutError | SdkError>;
76
76
  /**
77
77
  * @see {@link DeleteReceiptRuleCommand}
78
78
  */
79
- deleteReceiptRule(args: DeleteReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptRuleCommandOutput, Cause.TimeoutException | SdkError | RuleSetDoesNotExistError>;
79
+ deleteReceiptRule(args: DeleteReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptRuleCommandOutput, Cause.TimeoutError | SdkError | RuleSetDoesNotExistError>;
80
80
  /**
81
81
  * @see {@link DeleteReceiptRuleSetCommand}
82
82
  */
83
- deleteReceiptRuleSet(args: DeleteReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | CannotDeleteError>;
83
+ deleteReceiptRuleSet(args: DeleteReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | CannotDeleteError>;
84
84
  /**
85
85
  * @see {@link DeleteTemplateCommand}
86
86
  */
87
- deleteTemplate(args: DeleteTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTemplateCommandOutput, Cause.TimeoutException | SdkError>;
87
+ deleteTemplate(args: DeleteTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTemplateCommandOutput, Cause.TimeoutError | SdkError>;
88
88
  /**
89
89
  * @see {@link DeleteVerifiedEmailAddressCommand}
90
90
  */
91
- deleteVerifiedEmailAddress(args: DeleteVerifiedEmailAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedEmailAddressCommandOutput, Cause.TimeoutException | SdkError>;
91
+ deleteVerifiedEmailAddress(args: DeleteVerifiedEmailAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteVerifiedEmailAddressCommandOutput, Cause.TimeoutError | SdkError>;
92
92
  /**
93
93
  * @see {@link DescribeActiveReceiptRuleSetCommand}
94
94
  */
95
- describeActiveReceiptRuleSet(args: DescribeActiveReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeActiveReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError>;
95
+ describeActiveReceiptRuleSet(args: DescribeActiveReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeActiveReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError>;
96
96
  /**
97
97
  * @see {@link DescribeConfigurationSetCommand}
98
98
  */
99
- describeConfigurationSet(args: DescribeConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConfigurationSetCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError>;
99
+ describeConfigurationSet(args: DescribeConfigurationSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConfigurationSetCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError>;
100
100
  /**
101
101
  * @see {@link DescribeReceiptRuleCommand}
102
102
  */
103
- describeReceiptRule(args: DescribeReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReceiptRuleCommandOutput, Cause.TimeoutException | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
103
+ describeReceiptRule(args: DescribeReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReceiptRuleCommandOutput, Cause.TimeoutError | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
104
104
  /**
105
105
  * @see {@link DescribeReceiptRuleSetCommand}
106
106
  */
107
- describeReceiptRuleSet(args: DescribeReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | RuleSetDoesNotExistError>;
107
+ describeReceiptRuleSet(args: DescribeReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | RuleSetDoesNotExistError>;
108
108
  /**
109
109
  * @see {@link GetAccountSendingEnabledCommand}
110
110
  */
111
- getAccountSendingEnabled(args: GetAccountSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSendingEnabledCommandOutput, Cause.TimeoutException | SdkError>;
111
+ getAccountSendingEnabled(args: GetAccountSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetAccountSendingEnabledCommandOutput, Cause.TimeoutError | SdkError>;
112
112
  /**
113
113
  * @see {@link GetCustomVerificationEmailTemplateCommand}
114
114
  */
115
- getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutException | SdkError | CustomVerificationEmailTemplateDoesNotExistError>;
115
+ getCustomVerificationEmailTemplate(args: GetCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutError | SdkError | CustomVerificationEmailTemplateDoesNotExistError>;
116
116
  /**
117
117
  * @see {@link GetIdentityDkimAttributesCommand}
118
118
  */
119
- getIdentityDkimAttributes(args: GetIdentityDkimAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityDkimAttributesCommandOutput, Cause.TimeoutException | SdkError>;
119
+ getIdentityDkimAttributes(args: GetIdentityDkimAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityDkimAttributesCommandOutput, Cause.TimeoutError | SdkError>;
120
120
  /**
121
121
  * @see {@link GetIdentityMailFromDomainAttributesCommand}
122
122
  */
123
- getIdentityMailFromDomainAttributes(args: GetIdentityMailFromDomainAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityMailFromDomainAttributesCommandOutput, Cause.TimeoutException | SdkError>;
123
+ getIdentityMailFromDomainAttributes(args: GetIdentityMailFromDomainAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityMailFromDomainAttributesCommandOutput, Cause.TimeoutError | SdkError>;
124
124
  /**
125
125
  * @see {@link GetIdentityNotificationAttributesCommand}
126
126
  */
127
- getIdentityNotificationAttributes(args: GetIdentityNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityNotificationAttributesCommandOutput, Cause.TimeoutException | SdkError>;
127
+ getIdentityNotificationAttributes(args: GetIdentityNotificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityNotificationAttributesCommandOutput, Cause.TimeoutError | SdkError>;
128
128
  /**
129
129
  * @see {@link GetIdentityPoliciesCommand}
130
130
  */
131
- getIdentityPolicies(args: GetIdentityPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityPoliciesCommandOutput, Cause.TimeoutException | SdkError>;
131
+ getIdentityPolicies(args: GetIdentityPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityPoliciesCommandOutput, Cause.TimeoutError | SdkError>;
132
132
  /**
133
133
  * @see {@link GetIdentityVerificationAttributesCommand}
134
134
  */
135
- getIdentityVerificationAttributes(args: GetIdentityVerificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityVerificationAttributesCommandOutput, Cause.TimeoutException | SdkError>;
135
+ getIdentityVerificationAttributes(args: GetIdentityVerificationAttributesCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIdentityVerificationAttributesCommandOutput, Cause.TimeoutError | SdkError>;
136
136
  /**
137
137
  * @see {@link GetSendQuotaCommand}
138
138
  */
139
- getSendQuota(args: GetSendQuotaCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSendQuotaCommandOutput, Cause.TimeoutException | SdkError>;
139
+ getSendQuota(args: GetSendQuotaCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSendQuotaCommandOutput, Cause.TimeoutError | SdkError>;
140
140
  /**
141
141
  * @see {@link GetSendStatisticsCommand}
142
142
  */
143
- getSendStatistics(args: GetSendStatisticsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSendStatisticsCommandOutput, Cause.TimeoutException | SdkError>;
143
+ getSendStatistics(args: GetSendStatisticsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetSendStatisticsCommandOutput, Cause.TimeoutError | SdkError>;
144
144
  /**
145
145
  * @see {@link GetTemplateCommand}
146
146
  */
147
- getTemplate(args: GetTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTemplateCommandOutput, Cause.TimeoutException | SdkError | TemplateDoesNotExistError>;
147
+ getTemplate(args: GetTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTemplateCommandOutput, Cause.TimeoutError | SdkError | TemplateDoesNotExistError>;
148
148
  /**
149
149
  * @see {@link ListConfigurationSetsCommand}
150
150
  */
151
- listConfigurationSets(args: ListConfigurationSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationSetsCommandOutput, Cause.TimeoutException | SdkError>;
151
+ listConfigurationSets(args: ListConfigurationSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListConfigurationSetsCommandOutput, Cause.TimeoutError | SdkError>;
152
152
  /**
153
153
  * @see {@link ListCustomVerificationEmailTemplatesCommand}
154
154
  */
155
- listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCustomVerificationEmailTemplatesCommandOutput, Cause.TimeoutException | SdkError>;
155
+ listCustomVerificationEmailTemplates(args: ListCustomVerificationEmailTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListCustomVerificationEmailTemplatesCommandOutput, Cause.TimeoutError | SdkError>;
156
156
  /**
157
157
  * @see {@link ListIdentitiesCommand}
158
158
  */
159
- listIdentities(args: ListIdentitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentitiesCommandOutput, Cause.TimeoutException | SdkError>;
159
+ listIdentities(args: ListIdentitiesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentitiesCommandOutput, Cause.TimeoutError | SdkError>;
160
160
  /**
161
161
  * @see {@link ListIdentityPoliciesCommand}
162
162
  */
163
- listIdentityPolicies(args: ListIdentityPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentityPoliciesCommandOutput, Cause.TimeoutException | SdkError>;
163
+ listIdentityPolicies(args: ListIdentityPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIdentityPoliciesCommandOutput, Cause.TimeoutError | SdkError>;
164
164
  /**
165
165
  * @see {@link ListReceiptFiltersCommand}
166
166
  */
167
- listReceiptFilters(args: ListReceiptFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListReceiptFiltersCommandOutput, Cause.TimeoutException | SdkError>;
167
+ listReceiptFilters(args: ListReceiptFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListReceiptFiltersCommandOutput, Cause.TimeoutError | SdkError>;
168
168
  /**
169
169
  * @see {@link ListReceiptRuleSetsCommand}
170
170
  */
171
- listReceiptRuleSets(args: ListReceiptRuleSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListReceiptRuleSetsCommandOutput, Cause.TimeoutException | SdkError>;
171
+ listReceiptRuleSets(args: ListReceiptRuleSetsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListReceiptRuleSetsCommandOutput, Cause.TimeoutError | SdkError>;
172
172
  /**
173
173
  * @see {@link ListTemplatesCommand}
174
174
  */
175
- listTemplates(args: ListTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTemplatesCommandOutput, Cause.TimeoutException | SdkError>;
175
+ listTemplates(args: ListTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTemplatesCommandOutput, Cause.TimeoutError | SdkError>;
176
176
  /**
177
177
  * @see {@link ListVerifiedEmailAddressesCommand}
178
178
  */
179
- listVerifiedEmailAddresses(args: ListVerifiedEmailAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVerifiedEmailAddressesCommandOutput, Cause.TimeoutException | SdkError>;
179
+ listVerifiedEmailAddresses(args: ListVerifiedEmailAddressesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListVerifiedEmailAddressesCommandOutput, Cause.TimeoutError | SdkError>;
180
180
  /**
181
181
  * @see {@link PutConfigurationSetDeliveryOptionsCommand}
182
182
  */
183
- putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutConfigurationSetDeliveryOptionsCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | InvalidDeliveryOptionsError>;
183
+ putConfigurationSetDeliveryOptions(args: PutConfigurationSetDeliveryOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutConfigurationSetDeliveryOptionsCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | InvalidDeliveryOptionsError>;
184
184
  /**
185
185
  * @see {@link PutIdentityPolicyCommand}
186
186
  */
187
- putIdentityPolicy(args: PutIdentityPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIdentityPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidPolicyError>;
187
+ putIdentityPolicy(args: PutIdentityPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIdentityPolicyCommandOutput, Cause.TimeoutError | SdkError | InvalidPolicyError>;
188
188
  /**
189
189
  * @see {@link ReorderReceiptRuleSetCommand}
190
190
  */
191
- reorderReceiptRuleSet(args: ReorderReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReorderReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
191
+ reorderReceiptRuleSet(args: ReorderReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<ReorderReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
192
192
  /**
193
193
  * @see {@link SendBounceCommand}
194
194
  */
195
- sendBounce(args: SendBounceCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendBounceCommandOutput, Cause.TimeoutException | SdkError | MessageRejectedError>;
195
+ sendBounce(args: SendBounceCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendBounceCommandOutput, Cause.TimeoutError | SdkError | MessageRejectedError>;
196
196
  /**
197
197
  * @see {@link SendBulkTemplatedEmailCommand}
198
198
  */
199
- sendBulkTemplatedEmail(args: SendBulkTemplatedEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendBulkTemplatedEmailCommandOutput, Cause.TimeoutException | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError | TemplateDoesNotExistError>;
199
+ sendBulkTemplatedEmail(args: SendBulkTemplatedEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendBulkTemplatedEmailCommandOutput, Cause.TimeoutError | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError | TemplateDoesNotExistError>;
200
200
  /**
201
201
  * @see {@link SendCustomVerificationEmailCommand}
202
202
  */
203
- sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendCustomVerificationEmailCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | CustomVerificationEmailTemplateDoesNotExistError | FromEmailAddressNotVerifiedError | MessageRejectedError | ProductionAccessNotGrantedError>;
203
+ sendCustomVerificationEmail(args: SendCustomVerificationEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendCustomVerificationEmailCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | CustomVerificationEmailTemplateDoesNotExistError | FromEmailAddressNotVerifiedError | MessageRejectedError | ProductionAccessNotGrantedError>;
204
204
  /**
205
205
  * @see {@link SendEmailCommand}
206
206
  */
207
- sendEmail(args: SendEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendEmailCommandOutput, Cause.TimeoutException | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError>;
207
+ sendEmail(args: SendEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendEmailCommandOutput, Cause.TimeoutError | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError>;
208
208
  /**
209
209
  * @see {@link SendRawEmailCommand}
210
210
  */
211
- sendRawEmail(args: SendRawEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendRawEmailCommandOutput, Cause.TimeoutException | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError>;
211
+ sendRawEmail(args: SendRawEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendRawEmailCommandOutput, Cause.TimeoutError | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError>;
212
212
  /**
213
213
  * @see {@link SendTemplatedEmailCommand}
214
214
  */
215
- sendTemplatedEmail(args: SendTemplatedEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendTemplatedEmailCommandOutput, Cause.TimeoutException | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError | TemplateDoesNotExistError>;
215
+ sendTemplatedEmail(args: SendTemplatedEmailCommandInput, options?: HttpHandlerOptions): Effect.Effect<SendTemplatedEmailCommandOutput, Cause.TimeoutError | SdkError | AccountSendingPausedError | ConfigurationSetDoesNotExistError | ConfigurationSetSendingPausedError | MailFromDomainNotVerifiedError | MessageRejectedError | TemplateDoesNotExistError>;
216
216
  /**
217
217
  * @see {@link SetActiveReceiptRuleSetCommand}
218
218
  */
219
- setActiveReceiptRuleSet(args: SetActiveReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetActiveReceiptRuleSetCommandOutput, Cause.TimeoutException | SdkError | RuleSetDoesNotExistError>;
219
+ setActiveReceiptRuleSet(args: SetActiveReceiptRuleSetCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetActiveReceiptRuleSetCommandOutput, Cause.TimeoutError | SdkError | RuleSetDoesNotExistError>;
220
220
  /**
221
221
  * @see {@link SetIdentityDkimEnabledCommand}
222
222
  */
223
- setIdentityDkimEnabled(args: SetIdentityDkimEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityDkimEnabledCommandOutput, Cause.TimeoutException | SdkError>;
223
+ setIdentityDkimEnabled(args: SetIdentityDkimEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityDkimEnabledCommandOutput, Cause.TimeoutError | SdkError>;
224
224
  /**
225
225
  * @see {@link SetIdentityFeedbackForwardingEnabledCommand}
226
226
  */
227
- setIdentityFeedbackForwardingEnabled(args: SetIdentityFeedbackForwardingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityFeedbackForwardingEnabledCommandOutput, Cause.TimeoutException | SdkError>;
227
+ setIdentityFeedbackForwardingEnabled(args: SetIdentityFeedbackForwardingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityFeedbackForwardingEnabledCommandOutput, Cause.TimeoutError | SdkError>;
228
228
  /**
229
229
  * @see {@link SetIdentityHeadersInNotificationsEnabledCommand}
230
230
  */
231
- setIdentityHeadersInNotificationsEnabled(args: SetIdentityHeadersInNotificationsEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityHeadersInNotificationsEnabledCommandOutput, Cause.TimeoutException | SdkError>;
231
+ setIdentityHeadersInNotificationsEnabled(args: SetIdentityHeadersInNotificationsEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityHeadersInNotificationsEnabledCommandOutput, Cause.TimeoutError | SdkError>;
232
232
  /**
233
233
  * @see {@link SetIdentityMailFromDomainCommand}
234
234
  */
235
- setIdentityMailFromDomain(args: SetIdentityMailFromDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityMailFromDomainCommandOutput, Cause.TimeoutException | SdkError>;
235
+ setIdentityMailFromDomain(args: SetIdentityMailFromDomainCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityMailFromDomainCommandOutput, Cause.TimeoutError | SdkError>;
236
236
  /**
237
237
  * @see {@link SetIdentityNotificationTopicCommand}
238
238
  */
239
- setIdentityNotificationTopic(args: SetIdentityNotificationTopicCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityNotificationTopicCommandOutput, Cause.TimeoutException | SdkError>;
239
+ setIdentityNotificationTopic(args: SetIdentityNotificationTopicCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetIdentityNotificationTopicCommandOutput, Cause.TimeoutError | SdkError>;
240
240
  /**
241
241
  * @see {@link SetReceiptRulePositionCommand}
242
242
  */
243
- setReceiptRulePosition(args: SetReceiptRulePositionCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetReceiptRulePositionCommandOutput, Cause.TimeoutException | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
243
+ setReceiptRulePosition(args: SetReceiptRulePositionCommandInput, options?: HttpHandlerOptions): Effect.Effect<SetReceiptRulePositionCommandOutput, Cause.TimeoutError | SdkError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
244
244
  /**
245
245
  * @see {@link TestRenderTemplateCommand}
246
246
  */
247
- testRenderTemplate(args: TestRenderTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestRenderTemplateCommandOutput, Cause.TimeoutException | SdkError | InvalidRenderingParameterError | MissingRenderingAttributeError | TemplateDoesNotExistError>;
247
+ testRenderTemplate(args: TestRenderTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestRenderTemplateCommandOutput, Cause.TimeoutError | SdkError | InvalidRenderingParameterError | MissingRenderingAttributeError | TemplateDoesNotExistError>;
248
248
  /**
249
249
  * @see {@link UpdateAccountSendingEnabledCommand}
250
250
  */
251
- updateAccountSendingEnabled(args: UpdateAccountSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAccountSendingEnabledCommandOutput, Cause.TimeoutException | SdkError>;
251
+ updateAccountSendingEnabled(args: UpdateAccountSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAccountSendingEnabledCommandOutput, Cause.TimeoutError | SdkError>;
252
252
  /**
253
253
  * @see {@link UpdateConfigurationSetEventDestinationCommand}
254
254
  */
255
- updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetEventDestinationCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | EventDestinationDoesNotExistError | InvalidCloudWatchDestinationError | InvalidFirehoseDestinationError | InvalidSNSDestinationError>;
255
+ updateConfigurationSetEventDestination(args: UpdateConfigurationSetEventDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetEventDestinationCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | EventDestinationDoesNotExistError | InvalidCloudWatchDestinationError | InvalidFirehoseDestinationError | InvalidSNSDestinationError>;
256
256
  /**
257
257
  * @see {@link UpdateConfigurationSetReputationMetricsEnabledCommand}
258
258
  */
259
- updateConfigurationSetReputationMetricsEnabled(args: UpdateConfigurationSetReputationMetricsEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetReputationMetricsEnabledCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError>;
259
+ updateConfigurationSetReputationMetricsEnabled(args: UpdateConfigurationSetReputationMetricsEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetReputationMetricsEnabledCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError>;
260
260
  /**
261
261
  * @see {@link UpdateConfigurationSetSendingEnabledCommand}
262
262
  */
263
- updateConfigurationSetSendingEnabled(args: UpdateConfigurationSetSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetSendingEnabledCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError>;
263
+ updateConfigurationSetSendingEnabled(args: UpdateConfigurationSetSendingEnabledCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetSendingEnabledCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError>;
264
264
  /**
265
265
  * @see {@link UpdateConfigurationSetTrackingOptionsCommand}
266
266
  */
267
- updateConfigurationSetTrackingOptions(args: UpdateConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutException | SdkError | ConfigurationSetDoesNotExistError | InvalidTrackingOptionsError | TrackingOptionsDoesNotExistError>;
267
+ updateConfigurationSetTrackingOptions(args: UpdateConfigurationSetTrackingOptionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateConfigurationSetTrackingOptionsCommandOutput, Cause.TimeoutError | SdkError | ConfigurationSetDoesNotExistError | InvalidTrackingOptionsError | TrackingOptionsDoesNotExistError>;
268
268
  /**
269
269
  * @see {@link UpdateCustomVerificationEmailTemplateCommand}
270
270
  */
271
- updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutException | SdkError | CustomVerificationEmailInvalidContentError | CustomVerificationEmailTemplateDoesNotExistError | FromEmailAddressNotVerifiedError>;
271
+ updateCustomVerificationEmailTemplate(args: UpdateCustomVerificationEmailTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateCustomVerificationEmailTemplateCommandOutput, Cause.TimeoutError | SdkError | CustomVerificationEmailInvalidContentError | CustomVerificationEmailTemplateDoesNotExistError | FromEmailAddressNotVerifiedError>;
272
272
  /**
273
273
  * @see {@link UpdateReceiptRuleCommand}
274
274
  */
275
- updateReceiptRule(args: UpdateReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateReceiptRuleCommandOutput, Cause.TimeoutException | SdkError | InvalidLambdaFunctionError | InvalidS3ConfigurationError | InvalidSnsTopicError | LimitExceededError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
275
+ updateReceiptRule(args: UpdateReceiptRuleCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateReceiptRuleCommandOutput, Cause.TimeoutError | SdkError | InvalidLambdaFunctionError | InvalidS3ConfigurationError | InvalidSnsTopicError | LimitExceededError | RuleDoesNotExistError | RuleSetDoesNotExistError>;
276
276
  /**
277
277
  * @see {@link UpdateTemplateCommand}
278
278
  */
279
- updateTemplate(args: UpdateTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateTemplateCommandOutput, Cause.TimeoutException | SdkError | InvalidTemplateError | TemplateDoesNotExistError>;
279
+ updateTemplate(args: UpdateTemplateCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateTemplateCommandOutput, Cause.TimeoutError | SdkError | InvalidTemplateError | TemplateDoesNotExistError>;
280
280
  /**
281
281
  * @see {@link VerifyDomainDkimCommand}
282
282
  */
283
- verifyDomainDkim(args: VerifyDomainDkimCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyDomainDkimCommandOutput, Cause.TimeoutException | SdkError>;
283
+ verifyDomainDkim(args: VerifyDomainDkimCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyDomainDkimCommandOutput, Cause.TimeoutError | SdkError>;
284
284
  /**
285
285
  * @see {@link VerifyDomainIdentityCommand}
286
286
  */
287
- verifyDomainIdentity(args: VerifyDomainIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyDomainIdentityCommandOutput, Cause.TimeoutException | SdkError>;
287
+ verifyDomainIdentity(args: VerifyDomainIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyDomainIdentityCommandOutput, Cause.TimeoutError | SdkError>;
288
288
  /**
289
289
  * @see {@link VerifyEmailAddressCommand}
290
290
  */
291
- verifyEmailAddress(args: VerifyEmailAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyEmailAddressCommandOutput, Cause.TimeoutException | SdkError>;
291
+ verifyEmailAddress(args: VerifyEmailAddressCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyEmailAddressCommandOutput, Cause.TimeoutError | SdkError>;
292
292
  /**
293
293
  * @see {@link VerifyEmailIdentityCommand}
294
294
  */
295
- verifyEmailIdentity(args: VerifyEmailIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyEmailIdentityCommandOutput, Cause.TimeoutException | SdkError>;
295
+ verifyEmailIdentity(args: VerifyEmailIdentityCommandInput, options?: HttpHandlerOptions): Effect.Effect<VerifyEmailIdentityCommandOutput, Cause.TimeoutError | SdkError>;
296
296
  }
297
297
  /**
298
298
  * @since 1.0.0
299
299
  * @category constructors
300
300
  */
301
301
  export declare const makeSESService: Effect.Effect<SESService$, never, Instance.SESClientInstance>;
302
- declare const SESService_base: import("effect/Context").TagClass<SESService, "@effect-aws/client-ses/SESService", SESService$> & Effect.Tag.Proxy<SESService, SESService$> & {
303
- use: <X>(body: (_: SESService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, SESService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, SESService> : Effect.Effect<X, never, SESService>;
304
- };
302
+ declare const SESService_base: ServiceMap.ServiceClass<SESService, "@effect-aws/client-ses/SESService", SESService$>;
305
303
  /**
306
304
  * @since 1.0.0
307
305
  * @category models
@@ -1 +1 @@
1
- {"version":3,"file":"SESService.d.ts","sourceRoot":"","sources":["../../src/SESService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"SESService.d.ts","sourceRoot":"","sources":["../../src/SESService.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAEL,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,kDAAkD,EACvD,KAAK,mDAAmD,EAExD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,kDAAkD,EACvD,KAAK,mDAAmD,EAExD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,sCAAsC,EAC3C,KAAK,uCAAuC,EAE5C,KAAK,wCAAwC,EAC7C,KAAK,yCAAyC,EAE9C,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,oCAAoC,EACzC,KAAK,qCAAqC,EAE1C,KAAK,8CAA8C,EACnD,KAAK,+CAA+C,EAEpD,KAAK,qCAAqC,EAC1C,KAAK,sCAAsC,EAE3C,KAAK,+CAA+C,EACpD,KAAK,gDAAgD,EAErD,KAAK,6CAA6C,EAClD,KAAK,8CAA8C,EAEnD,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,6CAA6C,EAClD,KAAK,8CAA8C,EAEnD,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,uBAAuB,EAC5B,KAAK,wBAAwB,EAE7B,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,gDAAgD,EACrD,KAAK,iDAAiD,EAEtD,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EAErC,KAAK,yBAAyB,EAC9B,KAAK,0BAA0B,EAE/B,KAAK,sCAAsC,EAC3C,KAAK,uCAAuC,EAE5C,KAAK,8CAA8C,EACnD,KAAK,+CAA+C,EAEpD,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,iCAAiC,EACtC,KAAK,kCAAkC,EAEvC,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAE5B,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,qBAAqB,EAC1B,KAAK,sBAAsB,EAE3B,KAAK,wBAAwB,EAC7B,KAAK,yBAAyB,EAE9B,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EACpC,KAAK,SAAS,EACd,KAAK,eAAe,EAEpB,KAAK,mCAAmC,EACxC,KAAK,oCAAoC,EAEzC,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,gDAAgD,EACrD,KAAK,iDAAiD,EAEtD,KAAK,oDAAoD,EACzD,KAAK,qDAAqD,EAE1D,KAAK,qCAAqC,EAC1C,KAAK,sCAAsC,EAE3C,KAAK,wCAAwC,EAC7C,KAAK,yCAAyC,EAE9C,KAAK,kCAAkC,EACvC,KAAK,mCAAmC,EAExC,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,uCAAuC,EAC5C,KAAK,wCAAwC,EAE7C,KAAK,kDAAkD,EACvD,KAAK,mDAAmD,EAExD,KAAK,0DAA0D,EAC/D,KAAK,2DAA2D,EAEhE,KAAK,gDAAgD,EACrD,KAAK,iDAAiD,EAEtD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,iDAAiD,EACtD,KAAK,kDAAkD,EAEvD,KAAK,6BAA6B,EAClC,KAAK,8BAA8B,EAEnC,KAAK,0BAA0B,EAC/B,KAAK,2BAA2B,EAEhC,KAAK,4BAA4B,EACjC,KAAK,6BAA6B,EAElC,KAAK,gCAAgC,EACrC,KAAK,iCAAiC,EAEtC,KAAK,8BAA8B,EACnC,KAAK,+BAA+B,EAEpC,KAAK,+BAA+B,EACpC,KAAK,gCAAgC,EACtC,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AAE7E,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAO,KAAK,EACV,yBAAyB,EACzB,kBAAkB,EAClB,iBAAiB,EACjB,kCAAkC,EAClC,iCAAiC,EACjC,kCAAkC,EAClC,0CAA0C,EAC1C,iDAAiD,EACjD,gDAAgD,EAChD,kCAAkC,EAClC,iCAAiC,EACjC,gCAAgC,EAChC,iCAAiC,EACjC,4BAA4B,EAC5B,2BAA2B,EAC3B,+BAA+B,EAC/B,0BAA0B,EAC1B,kBAAkB,EAClB,8BAA8B,EAC9B,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,oBAAoB,EACpB,2BAA2B,EAC3B,kBAAkB,EAClB,8BAA8B,EAC9B,oBAAoB,EACpB,8BAA8B,EAC9B,+BAA+B,EAC/B,qBAAqB,EACrB,wBAAwB,EACxB,QAAQ,EACR,yBAAyB,EACzB,iCAAiC,EACjC,gCAAgC,EACjC,MAAM,aAAa,CAAC;AAErB,OAAO,KAAK,QAAQ,MAAM,wBAAwB,CAAC;AA6EnD,UAAU,WAAW;IACnB,QAAQ,CAAC,CAAC,EAAE,OAAO,MAAM,CAAC;IAE1B;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,wBAAwB,CACnG,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,kCAAkC,GAClC,4BAA4B,GAC5B,kBAAkB,CACrB,CAAC;IAEF;;OAEG;IACH,sCAAsC,CACpC,IAAI,EAAE,kDAAkD,EACxD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mDAAmD,EACjD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,iCAAiC,GACjC,kCAAkC,GAClC,iCAAiC,GACjC,+BAA+B,GAC/B,0BAA0B,GAC1B,kBAAkB,CACrB,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAChD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,iCAAiC,GACjC,2BAA2B,GAC3B,iCAAiC,CACpC,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAChD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,0CAA0C,GAC1C,iDAAiD,GACjD,gCAAgC,GAChC,kBAAkB,CACrB,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,kBAAkB,GAAG,kBAAkB,CACxE,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,kBAAkB,GAClB,0BAA0B,GAC1B,2BAA2B,GAC3B,oBAAoB,GACpB,kBAAkB,GAClB,qBAAqB,GACrB,wBAAwB,CAC3B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EACjC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,kBAAkB,GAAG,kBAAkB,CACxE,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EAC3B,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,kBAAkB,CAC/F,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACnC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,CAClE,CAAC;IAEF;;OAEG;IACH,sCAAsC,CACpC,IAAI,EAAE,kDAAkD,EACxD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mDAAmD,EACnD,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,GAAG,iCAAiC,CACtG,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAClD,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,GAAG,gCAAgC,CACrG,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAClD,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EAC3B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EACjC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC9B,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,wBAAwB,CACzD,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EACjC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iBAAiB,CAClD,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EAC3B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,0BAA0B,CACxB,IAAI,EAAE,sCAAsC,EAC5C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uCAAuC,EACvC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,4BAA4B,CAC1B,IAAI,EAAE,wCAAwC,EAC9C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yCAAyC,EACzC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACrC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,CAClE,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,qBAAqB,GAAG,wBAAwB,CACjF,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACnC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,wBAAwB,CACzD,CAAC;IAEF;;OAEG;IACH,wBAAwB,CACtB,IAAI,EAAE,oCAAoC,EAC1C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qCAAqC,EACrC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,kCAAkC,CAChC,IAAI,EAAE,8CAA8C,EACpD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+CAA+C,EAC/C,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,gDAAgD,CACjF,CAAC;IAEF;;OAEG;IACH,yBAAyB,CACvB,IAAI,EAAE,qCAAqC,EAC3C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,sCAAsC,EACtC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,mCAAmC,CACjC,IAAI,EAAE,+CAA+C,EACrD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gDAAgD,EAChD,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,iCAAiC,CAC/B,IAAI,EAAE,6CAA6C,EACnD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8CAA8C,EAC9C,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,iCAAiC,CAC/B,IAAI,EAAE,6CAA6C,EACnD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8CAA8C,EAC9C,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACzB,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC9B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,WAAW,CACT,IAAI,EAAE,uBAAuB,EAC7B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wBAAwB,EACxB,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,yBAAyB,CAC1D,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAClC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,oCAAoC,CAClC,IAAI,EAAE,gDAAgD,EACtD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iDAAiD,EACjD,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EAC3B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EACjC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC/B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,aAAa,CACX,IAAI,EAAE,yBAAyB,EAC/B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,0BAA0B,EAC1B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,0BAA0B,CACxB,IAAI,EAAE,sCAAsC,EAC5C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uCAAuC,EACvC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,kCAAkC,CAChC,IAAI,EAAE,8CAA8C,EACpD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+CAA+C,EAC/C,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,GAAG,2BAA2B,CAChG,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC9B,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,kBAAkB,CACnD,CAAC;IAEF;;OAEG;IACH,qBAAqB,CACnB,IAAI,EAAE,iCAAiC,EACvC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kCAAkC,EAClC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,qBAAqB,GAAG,wBAAwB,CACjF,CAAC;IAEF;;OAEG;IACH,UAAU,CACR,IAAI,EAAE,sBAAsB,EAC5B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,uBAAuB,EACvB,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,oBAAoB,CACrD,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACjC,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,yBAAyB,GACzB,iCAAiC,GACjC,kCAAkC,GAClC,8BAA8B,GAC9B,oBAAoB,GACpB,yBAAyB,CAC5B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACtC,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,iCAAiC,GACjC,gDAAgD,GAChD,gCAAgC,GAChC,oBAAoB,GACpB,+BAA+B,CAClC,CAAC;IAEF;;OAEG;IACH,SAAS,CACP,IAAI,EAAE,qBAAqB,EAC3B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,sBAAsB,EACpB,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,yBAAyB,GACzB,iCAAiC,GACjC,kCAAkC,GAClC,8BAA8B,GAC9B,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,YAAY,CACV,IAAI,EAAE,wBAAwB,EAC9B,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yBAAyB,EACvB,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,yBAAyB,GACzB,iCAAiC,GACjC,kCAAkC,GAClC,8BAA8B,GAC9B,oBAAoB,CACvB,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,yBAAyB,GACzB,iCAAiC,GACjC,kCAAkC,GAClC,8BAA8B,GAC9B,oBAAoB,GACpB,yBAAyB,CAC5B,CAAC;IAEF;;OAEG;IACH,uBAAuB,CACrB,IAAI,EAAE,mCAAmC,EACzC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,oCAAoC,EACpC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,wBAAwB,CACzD,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACnC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,oCAAoC,CAClC,IAAI,EAAE,gDAAgD,EACtD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iDAAiD,EACjD,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,wCAAwC,CACtC,IAAI,EAAE,oDAAoD,EAC1D,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,qDAAqD,EACrD,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,yBAAyB,CACvB,IAAI,EAAE,qCAAqC,EAC3C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,sCAAsC,EACtC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,4BAA4B,CAC1B,IAAI,EAAE,wCAAwC,EAC9C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,yCAAyC,EACzC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,sBAAsB,CACpB,IAAI,EAAE,kCAAkC,EACxC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mCAAmC,EACnC,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,qBAAqB,GAAG,wBAAwB,CACjF,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC7B,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,8BAA8B,GAC9B,8BAA8B,GAC9B,yBAAyB,CAC5B,CAAC;IAEF;;OAEG;IACH,2BAA2B,CACzB,IAAI,EAAE,uCAAuC,EAC7C,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,wCAAwC,EACxC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,sCAAsC,CACpC,IAAI,EAAE,kDAAkD,EACxD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,mDAAmD,EACjD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,iCAAiC,GACjC,iCAAiC,GACjC,iCAAiC,GACjC,+BAA+B,GAC/B,0BAA0B,CAC7B,CAAC;IAEF;;OAEG;IACH,8CAA8C,CAC5C,IAAI,EAAE,0DAA0D,EAChE,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2DAA2D,EAC3D,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,CAClE,CAAC;IAEF;;OAEG;IACH,oCAAoC,CAClC,IAAI,EAAE,gDAAgD,EACtD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iDAAiD,EACjD,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,iCAAiC,CAClE,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAChD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,iCAAiC,GACjC,2BAA2B,GAC3B,gCAAgC,CACnC,CAAC;IAEF;;OAEG;IACH,qCAAqC,CACnC,IAAI,EAAE,iDAAiD,EACvD,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,kDAAkD,EAChD,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,0CAA0C,GAC1C,gDAAgD,GAChD,gCAAgC,CACnC,CAAC;IAEF;;OAEG;IACH,iBAAiB,CACf,IAAI,EAAE,6BAA6B,EACnC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,8BAA8B,EAC5B,KAAK,CAAC,YAAY,GAClB,QAAQ,GACR,0BAA0B,GAC1B,2BAA2B,GAC3B,oBAAoB,GACpB,kBAAkB,GAClB,qBAAqB,GACrB,wBAAwB,CAC3B,CAAC;IAEF;;OAEG;IACH,cAAc,CACZ,IAAI,EAAE,0BAA0B,EAChC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,2BAA2B,EAC3B,KAAK,CAAC,YAAY,GAAG,QAAQ,GAAG,oBAAoB,GAAG,yBAAyB,CACjF,CAAC;IAEF;;OAEG;IACH,gBAAgB,CACd,IAAI,EAAE,4BAA4B,EAClC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,6BAA6B,EAC7B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,oBAAoB,CAClB,IAAI,EAAE,gCAAgC,EACtC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,iCAAiC,EACjC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,kBAAkB,CAChB,IAAI,EAAE,8BAA8B,EACpC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,+BAA+B,EAC/B,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;IAEF;;OAEG;IACH,mBAAmB,CACjB,IAAI,EAAE,+BAA+B,EACrC,OAAO,CAAC,EAAE,kBAAkB,GAC3B,MAAM,CAAC,MAAM,CACd,gCAAgC,EAChC,KAAK,CAAC,YAAY,GAAG,QAAQ,CAC9B,CAAC;CACH;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,+DAWzB,CAAC;;AAEH;;;GAGG;AACH,qBAAa,UAAW,SAAQ,eAGQ;IACtC,MAAM,CAAC,QAAQ,CAAC,YAAY,wCAA0E;IACtG,MAAM,CAAC,QAAQ,CAAC,KAAK,WAAY,WAAW,MAAM,2CAI9C;IACJ,MAAM,CAAC,QAAQ,CAAC,SAAS,aACb,CAAC,aAAa,EAAE,eAAe,KAAK,SAAS,2CASrD;CACL;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,WAAW,UAAU,CAAC;IAClC;;OAEG;IACH,UAAiB,MAAO,SAAQ,IAAI,CAAC,eAAe,EAAE,QAAQ,CAAC;QAC7D,QAAQ,CAAC,MAAM,CAAC,EAAE,aAAa,CAAC,6BAA6B,GAAG,IAAI,CAAC;KACtE;IAED;;OAEG;IACH,KAAY,IAAI,GAAG,WAAW,CAAC;CAChC"}
@@ -1 +1 @@
1
- {"version":3,"file":"SESServiceConfig.d.ts","sourceRoot":"","sources":["../../src/SESServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAWlD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE;IACjC,CAAC,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACjG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAK9F,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,WAAY,WAAW,MAAM,qCAAyD,CAAC;AAEvH;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,eAAe,CAQ3D,CAAC"}
1
+ {"version":3,"file":"SESServiceConfig.d.ts","sourceRoot":"","sources":["../../src/SESServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAE3D,OAAO,EAAE,MAAM,EAAE,KAAK,EAAc,MAAM,QAAQ,CAAC;AAEnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAWlD;;;GAGG;AACH,eAAO,MAAM,oBAAoB,EAAE;IACjC,CAAC,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACjG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAK9F,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,mBAAmB,WAAY,WAAW,MAAM,qCAAmD,CAAC;AAEjH;;;GAGG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,CAAC,eAAe,CAQ3D,CAAC"}
@@ -2,13 +2,13 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { SESClient } from "@aws-sdk/client-ses";
5
- import { Context, Effect, Layer } from "effect";
5
+ import { Effect, Layer, ServiceMap } from "effect";
6
6
  import * as SESServiceConfig from "./SESServiceConfig.js";
7
7
  /**
8
8
  * @since 1.0.0
9
9
  * @category tags
10
10
  */
11
- export class SESClientInstance extends Context.Tag("@effect-aws/client-ses/SESClientInstance")() {
11
+ export class SESClientInstance extends ServiceMap.Service()("@effect-aws/client-ses/SESClientInstance") {
12
12
  }
13
13
  /**
14
14
  * @since 1.0.0
@@ -19,5 +19,5 @@ export const make = Effect.flatMap(SESServiceConfig.toSESClientConfig, (config)
19
19
  * @since 1.0.0
20
20
  * @category layers
21
21
  */
22
- export const layer = Layer.scoped(SESClientInstance, make);
22
+ export const layer = Layer.effect(SESClientInstance, make);
23
23
  //# sourceMappingURL=SESClientInstance.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"SESClientInstance.js","sourceRoot":"","sources":["../../src/SESClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;AAChD,OAAO,KAAK,gBAAgB,MAAM,uBAAuB,CAAC;AAE1D;;;GAGG;AACH,MAAM,OAAO,iBAAkB,SAAQ,OAAO,CAAC,GAAG,CAChD,0CAA0C,CAC3C,EAAgC;CAAG;AAEpC;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,gBAAgB,CAAC,iBAAiB,EAClC,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,EACxC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"SESClientInstance.js","sourceRoot":"","sources":["../../src/SESClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,UAAU,EAAE,MAAM,QAAQ,CAAC;AACnD,OAAO,KAAK,gBAAgB,MAAM,uBAAuB,CAAC;AAE1D;;;GAGG;AACH,MAAM,OAAO,iBAAkB,SAAQ,UAAU,CAAC,OAAO,EAAgC,CACvF,0CAA0C,CAC3C;CAAG;AAEJ;;;GAGG;AACH,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC,OAAO,CAChC,gBAAgB,CAAC,iBAAiB,EAClC,CAAC,MAAM,EAAE,EAAE,CACT,MAAM,CAAC,cAAc,CACnB,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,IAAI,SAAS,CAAC,MAAM,CAAC,CAAC,EACxC,CAAC,MAAM,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,MAAM,CAAC,OAAO,EAAE,CAAC,CAChD,CACJ,CAAC;AAEF;;;GAGG;AACH,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,iBAAiB,EAAE,IAAI,CAAC,CAAC"}