@effect-aws/client-cloudwatch-logs 1.9.5 → 1.10.2

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.
@@ -2,368 +2,369 @@
2
2
  * @since 1.0.0
3
3
  */
4
4
  import { type AssociateKmsKeyCommandInput, type AssociateKmsKeyCommandOutput, type CancelExportTaskCommandInput, type CancelExportTaskCommandOutput, type CloudWatchLogsClient, type CloudWatchLogsClientConfig, type CreateDeliveryCommandInput, type CreateDeliveryCommandOutput, type CreateExportTaskCommandInput, type CreateExportTaskCommandOutput, type CreateLogAnomalyDetectorCommandInput, type CreateLogAnomalyDetectorCommandOutput, type CreateLogGroupCommandInput, type CreateLogGroupCommandOutput, type CreateLogStreamCommandInput, type CreateLogStreamCommandOutput, type DeleteAccountPolicyCommandInput, type DeleteAccountPolicyCommandOutput, type DeleteDataProtectionPolicyCommandInput, type DeleteDataProtectionPolicyCommandOutput, type DeleteDeliveryCommandInput, type DeleteDeliveryCommandOutput, type DeleteDeliveryDestinationCommandInput, type DeleteDeliveryDestinationCommandOutput, type DeleteDeliveryDestinationPolicyCommandInput, type DeleteDeliveryDestinationPolicyCommandOutput, type DeleteDeliverySourceCommandInput, type DeleteDeliverySourceCommandOutput, type DeleteDestinationCommandInput, type DeleteDestinationCommandOutput, type DeleteIndexPolicyCommandInput, type DeleteIndexPolicyCommandOutput, type DeleteIntegrationCommandInput, type DeleteIntegrationCommandOutput, type DeleteLogAnomalyDetectorCommandInput, type DeleteLogAnomalyDetectorCommandOutput, type DeleteLogGroupCommandInput, type DeleteLogGroupCommandOutput, type DeleteLogStreamCommandInput, type DeleteLogStreamCommandOutput, type DeleteMetricFilterCommandInput, type DeleteMetricFilterCommandOutput, type DeleteQueryDefinitionCommandInput, type DeleteQueryDefinitionCommandOutput, type DeleteResourcePolicyCommandInput, type DeleteResourcePolicyCommandOutput, type DeleteRetentionPolicyCommandInput, type DeleteRetentionPolicyCommandOutput, type DeleteSubscriptionFilterCommandInput, type DeleteSubscriptionFilterCommandOutput, type DeleteTransformerCommandInput, type DeleteTransformerCommandOutput, type DescribeAccountPoliciesCommandInput, type DescribeAccountPoliciesCommandOutput, type DescribeConfigurationTemplatesCommandInput, type DescribeConfigurationTemplatesCommandOutput, type DescribeDeliveriesCommandInput, type DescribeDeliveriesCommandOutput, type DescribeDeliveryDestinationsCommandInput, type DescribeDeliveryDestinationsCommandOutput, type DescribeDeliverySourcesCommandInput, type DescribeDeliverySourcesCommandOutput, type DescribeDestinationsCommandInput, type DescribeDestinationsCommandOutput, type DescribeExportTasksCommandInput, type DescribeExportTasksCommandOutput, type DescribeFieldIndexesCommandInput, type DescribeFieldIndexesCommandOutput, type DescribeIndexPoliciesCommandInput, type DescribeIndexPoliciesCommandOutput, type DescribeLogGroupsCommandInput, type DescribeLogGroupsCommandOutput, type DescribeLogStreamsCommandInput, type DescribeLogStreamsCommandOutput, type DescribeMetricFiltersCommandInput, type DescribeMetricFiltersCommandOutput, type DescribeQueriesCommandInput, type DescribeQueriesCommandOutput, type DescribeQueryDefinitionsCommandInput, type DescribeQueryDefinitionsCommandOutput, type DescribeResourcePoliciesCommandInput, type DescribeResourcePoliciesCommandOutput, type DescribeSubscriptionFiltersCommandInput, type DescribeSubscriptionFiltersCommandOutput, type DisassociateKmsKeyCommandInput, type DisassociateKmsKeyCommandOutput, type FilterLogEventsCommandInput, type FilterLogEventsCommandOutput, type GetDataProtectionPolicyCommandInput, type GetDataProtectionPolicyCommandOutput, type GetDeliveryCommandInput, type GetDeliveryCommandOutput, type GetDeliveryDestinationCommandInput, type GetDeliveryDestinationCommandOutput, type GetDeliveryDestinationPolicyCommandInput, type GetDeliveryDestinationPolicyCommandOutput, type GetDeliverySourceCommandInput, type GetDeliverySourceCommandOutput, type GetIntegrationCommandInput, type GetIntegrationCommandOutput, type GetLogAnomalyDetectorCommandInput, type GetLogAnomalyDetectorCommandOutput, type GetLogEventsCommandInput, type GetLogEventsCommandOutput, type GetLogGroupFieldsCommandInput, type GetLogGroupFieldsCommandOutput, type GetLogRecordCommandInput, type GetLogRecordCommandOutput, type GetQueryResultsCommandInput, type GetQueryResultsCommandOutput, type GetTransformerCommandInput, type GetTransformerCommandOutput, type ListAnomaliesCommandInput, type ListAnomaliesCommandOutput, type ListIntegrationsCommandInput, type ListIntegrationsCommandOutput, type ListLogAnomalyDetectorsCommandInput, type ListLogAnomalyDetectorsCommandOutput, type ListLogGroupsForQueryCommandInput, type ListLogGroupsForQueryCommandOutput, type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput, type ListTagsLogGroupCommandInput, type ListTagsLogGroupCommandOutput, type PutAccountPolicyCommandInput, type PutAccountPolicyCommandOutput, type PutDataProtectionPolicyCommandInput, type PutDataProtectionPolicyCommandOutput, type PutDeliveryDestinationCommandInput, type PutDeliveryDestinationCommandOutput, type PutDeliveryDestinationPolicyCommandInput, type PutDeliveryDestinationPolicyCommandOutput, type PutDeliverySourceCommandInput, type PutDeliverySourceCommandOutput, type PutDestinationCommandInput, type PutDestinationCommandOutput, type PutDestinationPolicyCommandInput, type PutDestinationPolicyCommandOutput, type PutIndexPolicyCommandInput, type PutIndexPolicyCommandOutput, type PutIntegrationCommandInput, type PutIntegrationCommandOutput, type PutLogEventsCommandInput, type PutLogEventsCommandOutput, type PutMetricFilterCommandInput, type PutMetricFilterCommandOutput, type PutQueryDefinitionCommandInput, type PutQueryDefinitionCommandOutput, type PutResourcePolicyCommandInput, type PutResourcePolicyCommandOutput, type PutRetentionPolicyCommandInput, type PutRetentionPolicyCommandOutput, type PutSubscriptionFilterCommandInput, type PutSubscriptionFilterCommandOutput, type PutTransformerCommandInput, type PutTransformerCommandOutput, type StartLiveTailCommandInput, type StartLiveTailCommandOutput, type StartQueryCommandInput, type StartQueryCommandOutput, type StopQueryCommandInput, type StopQueryCommandOutput, type TagLogGroupCommandInput, type TagLogGroupCommandOutput, type TagResourceCommandInput, type TagResourceCommandOutput, type TestMetricFilterCommandInput, type TestMetricFilterCommandOutput, type TestTransformerCommandInput, type TestTransformerCommandOutput, type UntagLogGroupCommandInput, type UntagLogGroupCommandOutput, type UntagResourceCommandInput, type UntagResourceCommandOutput, type UpdateAnomalyCommandInput, type UpdateAnomalyCommandOutput, type UpdateDeliveryConfigurationCommandInput, type UpdateDeliveryConfigurationCommandOutput, type UpdateLogAnomalyDetectorCommandInput, type UpdateLogAnomalyDetectorCommandOutput } from "@aws-sdk/client-cloudwatch-logs";
5
- import type { HttpHandlerOptions, SdkError, ServiceLogger } from "@effect-aws/commons";
5
+ import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
6
+ import type { Cause } from "effect";
6
7
  import { Effect, Layer } from "effect";
7
8
  import * as Instance from "./CloudWatchLogsClientInstance.js";
8
- import type { AccessDeniedError, ConflictError, DataAlreadyAcceptedError, InvalidOperationError, InvalidParameterError, InvalidSequenceTokenError, LimitExceededError, MalformedQueryError, OperationAbortedError, ResourceAlreadyExistsError, ResourceNotFoundError, ServiceQuotaExceededError, ServiceUnavailableError, ThrottlingError, TooManyTagsError, UnrecognizedClientError, ValidationError } from "./Errors.js";
9
+ import type { AccessDeniedError, ConflictError, DataAlreadyAcceptedError, InvalidOperationError, InvalidParameterError, InvalidSequenceTokenError, LimitExceededError, MalformedQueryError, OperationAbortedError, ResourceAlreadyExistsError, ResourceNotFoundError, SdkError, ServiceQuotaExceededError, ServiceUnavailableError, ThrottlingError, TooManyTagsError, UnrecognizedClientError, ValidationError } from "./Errors.js";
9
10
  interface CloudWatchLogsService$ {
10
11
  readonly _: unique symbol;
11
12
  /**
12
13
  * @see {@link AssociateKmsKeyCommand}
13
14
  */
14
- associateKmsKey(args: AssociateKmsKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateKmsKeyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
15
+ associateKmsKey(args: AssociateKmsKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<AssociateKmsKeyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
15
16
  /**
16
17
  * @see {@link CancelExportTaskCommand}
17
18
  */
18
- cancelExportTask(args: CancelExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelExportTaskCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
19
+ cancelExportTask(args: CancelExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CancelExportTaskCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
19
20
  /**
20
21
  * @see {@link CreateDeliveryCommand}
21
22
  */
22
- createDelivery(args: CreateDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDeliveryCommandOutput, SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
23
+ createDelivery(args: CreateDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateDeliveryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
23
24
  /**
24
25
  * @see {@link CreateExportTaskCommand}
25
26
  */
26
- createExportTask(args: CreateExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateExportTaskCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceAlreadyExistsError | ResourceNotFoundError | ServiceUnavailableError>;
27
+ createExportTask(args: CreateExportTaskCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateExportTaskCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceAlreadyExistsError | ResourceNotFoundError | ServiceUnavailableError>;
27
28
  /**
28
29
  * @see {@link CreateLogAnomalyDetectorCommand}
29
30
  */
30
- createLogAnomalyDetector(args: CreateLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogAnomalyDetectorCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
31
+ createLogAnomalyDetector(args: CreateLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogAnomalyDetectorCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
31
32
  /**
32
33
  * @see {@link CreateLogGroupCommand}
33
34
  */
34
- createLogGroup(args: CreateLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogGroupCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceAlreadyExistsError | ServiceUnavailableError>;
35
+ createLogGroup(args: CreateLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogGroupCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceAlreadyExistsError | ServiceUnavailableError>;
35
36
  /**
36
37
  * @see {@link CreateLogStreamCommand}
37
38
  */
38
- createLogStream(args: CreateLogStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogStreamCommandOutput, SdkError | InvalidParameterError | ResourceAlreadyExistsError | ResourceNotFoundError | ServiceUnavailableError>;
39
+ createLogStream(args: CreateLogStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<CreateLogStreamCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceAlreadyExistsError | ResourceNotFoundError | ServiceUnavailableError>;
39
40
  /**
40
41
  * @see {@link DeleteAccountPolicyCommand}
41
42
  */
42
- deleteAccountPolicy(args: DeleteAccountPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccountPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
43
+ deleteAccountPolicy(args: DeleteAccountPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteAccountPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
43
44
  /**
44
45
  * @see {@link DeleteDataProtectionPolicyCommand}
45
46
  */
46
- deleteDataProtectionPolicy(args: DeleteDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataProtectionPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
47
+ deleteDataProtectionPolicy(args: DeleteDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDataProtectionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
47
48
  /**
48
49
  * @see {@link DeleteDeliveryCommand}
49
50
  */
50
- deleteDelivery(args: DeleteDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
51
+ deleteDelivery(args: DeleteDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
51
52
  /**
52
53
  * @see {@link DeleteDeliveryDestinationCommand}
53
54
  */
54
- deleteDeliveryDestination(args: DeleteDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryDestinationCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
55
+ deleteDeliveryDestination(args: DeleteDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryDestinationCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
55
56
  /**
56
57
  * @see {@link DeleteDeliveryDestinationPolicyCommand}
57
58
  */
58
- deleteDeliveryDestinationPolicy(args: DeleteDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryDestinationPolicyCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
59
+ deleteDeliveryDestinationPolicy(args: DeleteDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliveryDestinationPolicyCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
59
60
  /**
60
61
  * @see {@link DeleteDeliverySourceCommand}
61
62
  */
62
- deleteDeliverySource(args: DeleteDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliverySourceCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
63
+ deleteDeliverySource(args: DeleteDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDeliverySourceCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
63
64
  /**
64
65
  * @see {@link DeleteDestinationCommand}
65
66
  */
66
- deleteDestination(args: DeleteDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDestinationCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
67
+ deleteDestination(args: DeleteDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteDestinationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
67
68
  /**
68
69
  * @see {@link DeleteIndexPolicyCommand}
69
70
  */
70
- deleteIndexPolicy(args: DeleteIndexPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIndexPolicyCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
71
+ deleteIndexPolicy(args: DeleteIndexPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIndexPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
71
72
  /**
72
73
  * @see {@link DeleteIntegrationCommand}
73
74
  */
74
- deleteIntegration(args: DeleteIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
75
+ deleteIntegration(args: DeleteIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteIntegrationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
75
76
  /**
76
77
  * @see {@link DeleteLogAnomalyDetectorCommand}
77
78
  */
78
- deleteLogAnomalyDetector(args: DeleteLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogAnomalyDetectorCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
79
+ deleteLogAnomalyDetector(args: DeleteLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogAnomalyDetectorCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
79
80
  /**
80
81
  * @see {@link DeleteLogGroupCommand}
81
82
  */
82
- deleteLogGroup(args: DeleteLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogGroupCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
83
+ deleteLogGroup(args: DeleteLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogGroupCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
83
84
  /**
84
85
  * @see {@link DeleteLogStreamCommand}
85
86
  */
86
- deleteLogStream(args: DeleteLogStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogStreamCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
87
+ deleteLogStream(args: DeleteLogStreamCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteLogStreamCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
87
88
  /**
88
89
  * @see {@link DeleteMetricFilterCommand}
89
90
  */
90
- deleteMetricFilter(args: DeleteMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMetricFilterCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
91
+ deleteMetricFilter(args: DeleteMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteMetricFilterCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
91
92
  /**
92
93
  * @see {@link DeleteQueryDefinitionCommand}
93
94
  */
94
- deleteQueryDefinition(args: DeleteQueryDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteQueryDefinitionCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
95
+ deleteQueryDefinition(args: DeleteQueryDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteQueryDefinitionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
95
96
  /**
96
97
  * @see {@link DeleteResourcePolicyCommand}
97
98
  */
98
- deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
99
+ deleteResourcePolicy(args: DeleteResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
99
100
  /**
100
101
  * @see {@link DeleteRetentionPolicyCommand}
101
102
  */
102
- deleteRetentionPolicy(args: DeleteRetentionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRetentionPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
103
+ deleteRetentionPolicy(args: DeleteRetentionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteRetentionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
103
104
  /**
104
105
  * @see {@link DeleteSubscriptionFilterCommand}
105
106
  */
106
- deleteSubscriptionFilter(args: DeleteSubscriptionFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubscriptionFilterCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
107
+ deleteSubscriptionFilter(args: DeleteSubscriptionFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteSubscriptionFilterCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
107
108
  /**
108
109
  * @see {@link DeleteTransformerCommand}
109
110
  */
110
- deleteTransformer(args: DeleteTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransformerCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
111
+ deleteTransformer(args: DeleteTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<DeleteTransformerCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
111
112
  /**
112
113
  * @see {@link DescribeAccountPoliciesCommand}
113
114
  */
114
- describeAccountPolicies(args: DescribeAccountPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountPoliciesCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
115
+ describeAccountPolicies(args: DescribeAccountPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeAccountPoliciesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
115
116
  /**
116
117
  * @see {@link DescribeConfigurationTemplatesCommand}
117
118
  */
118
- describeConfigurationTemplates(args: DescribeConfigurationTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConfigurationTemplatesCommandOutput, SdkError | ResourceNotFoundError | ServiceUnavailableError | ThrottlingError | ValidationError>;
119
+ describeConfigurationTemplates(args: DescribeConfigurationTemplatesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeConfigurationTemplatesCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceUnavailableError | ThrottlingError | ValidationError>;
119
120
  /**
120
121
  * @see {@link DescribeDeliveriesCommand}
121
122
  */
122
- describeDeliveries(args: DescribeDeliveriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliveriesCommandOutput, SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
123
+ describeDeliveries(args: DescribeDeliveriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliveriesCommandOutput, Cause.TimeoutException | SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
123
124
  /**
124
125
  * @see {@link DescribeDeliveryDestinationsCommand}
125
126
  */
126
- describeDeliveryDestinations(args: DescribeDeliveryDestinationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliveryDestinationsCommandOutput, SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
127
+ describeDeliveryDestinations(args: DescribeDeliveryDestinationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliveryDestinationsCommandOutput, Cause.TimeoutException | SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
127
128
  /**
128
129
  * @see {@link DescribeDeliverySourcesCommand}
129
130
  */
130
- describeDeliverySources(args: DescribeDeliverySourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliverySourcesCommandOutput, SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
131
+ describeDeliverySources(args: DescribeDeliverySourcesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDeliverySourcesCommandOutput, Cause.TimeoutException | SdkError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
131
132
  /**
132
133
  * @see {@link DescribeDestinationsCommand}
133
134
  */
134
- describeDestinations(args: DescribeDestinationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDestinationsCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
135
+ describeDestinations(args: DescribeDestinationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeDestinationsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
135
136
  /**
136
137
  * @see {@link DescribeExportTasksCommand}
137
138
  */
138
- describeExportTasks(args: DescribeExportTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportTasksCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
139
+ describeExportTasks(args: DescribeExportTasksCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeExportTasksCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
139
140
  /**
140
141
  * @see {@link DescribeFieldIndexesCommand}
141
142
  */
142
- describeFieldIndexes(args: DescribeFieldIndexesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFieldIndexesCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
143
+ describeFieldIndexes(args: DescribeFieldIndexesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeFieldIndexesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
143
144
  /**
144
145
  * @see {@link DescribeIndexPoliciesCommand}
145
146
  */
146
- describeIndexPolicies(args: DescribeIndexPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIndexPoliciesCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
147
+ describeIndexPolicies(args: DescribeIndexPoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeIndexPoliciesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
147
148
  /**
148
149
  * @see {@link DescribeLogGroupsCommand}
149
150
  */
150
- describeLogGroups(args: DescribeLogGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLogGroupsCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
151
+ describeLogGroups(args: DescribeLogGroupsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLogGroupsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
151
152
  /**
152
153
  * @see {@link DescribeLogStreamsCommand}
153
154
  */
154
- describeLogStreams(args: DescribeLogStreamsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLogStreamsCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
155
+ describeLogStreams(args: DescribeLogStreamsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeLogStreamsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
155
156
  /**
156
157
  * @see {@link DescribeMetricFiltersCommand}
157
158
  */
158
- describeMetricFilters(args: DescribeMetricFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMetricFiltersCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
159
+ describeMetricFilters(args: DescribeMetricFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeMetricFiltersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
159
160
  /**
160
161
  * @see {@link DescribeQueriesCommand}
161
162
  */
162
- describeQueries(args: DescribeQueriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeQueriesCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
163
+ describeQueries(args: DescribeQueriesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeQueriesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
163
164
  /**
164
165
  * @see {@link DescribeQueryDefinitionsCommand}
165
166
  */
166
- describeQueryDefinitions(args: DescribeQueryDefinitionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeQueryDefinitionsCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
167
+ describeQueryDefinitions(args: DescribeQueryDefinitionsCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeQueryDefinitionsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
167
168
  /**
168
169
  * @see {@link DescribeResourcePoliciesCommand}
169
170
  */
170
- describeResourcePolicies(args: DescribeResourcePoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePoliciesCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
171
+ describeResourcePolicies(args: DescribeResourcePoliciesCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeResourcePoliciesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
171
172
  /**
172
173
  * @see {@link DescribeSubscriptionFiltersCommand}
173
174
  */
174
- describeSubscriptionFilters(args: DescribeSubscriptionFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSubscriptionFiltersCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
175
+ describeSubscriptionFilters(args: DescribeSubscriptionFiltersCommandInput, options?: HttpHandlerOptions): Effect.Effect<DescribeSubscriptionFiltersCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
175
176
  /**
176
177
  * @see {@link DisassociateKmsKeyCommand}
177
178
  */
178
- disassociateKmsKey(args: DisassociateKmsKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateKmsKeyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
179
+ disassociateKmsKey(args: DisassociateKmsKeyCommandInput, options?: HttpHandlerOptions): Effect.Effect<DisassociateKmsKeyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
179
180
  /**
180
181
  * @see {@link FilterLogEventsCommand}
181
182
  */
182
- filterLogEvents(args: FilterLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<FilterLogEventsCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
183
+ filterLogEvents(args: FilterLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<FilterLogEventsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
183
184
  /**
184
185
  * @see {@link GetDataProtectionPolicyCommand}
185
186
  */
186
- getDataProtectionPolicy(args: GetDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataProtectionPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
187
+ getDataProtectionPolicy(args: GetDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDataProtectionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
187
188
  /**
188
189
  * @see {@link GetDeliveryCommand}
189
190
  */
190
- getDelivery(args: GetDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryCommandOutput, SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
191
+ getDelivery(args: GetDeliveryCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
191
192
  /**
192
193
  * @see {@link GetDeliveryDestinationCommand}
193
194
  */
194
- getDeliveryDestination(args: GetDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryDestinationCommandOutput, SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
195
+ getDeliveryDestination(args: GetDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryDestinationCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
195
196
  /**
196
197
  * @see {@link GetDeliveryDestinationPolicyCommand}
197
198
  */
198
- getDeliveryDestinationPolicy(args: GetDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryDestinationPolicyCommandOutput, SdkError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
199
+ getDeliveryDestinationPolicy(args: GetDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliveryDestinationPolicyCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
199
200
  /**
200
201
  * @see {@link GetDeliverySourceCommand}
201
202
  */
202
- getDeliverySource(args: GetDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliverySourceCommandOutput, SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
203
+ getDeliverySource(args: GetDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetDeliverySourceCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
203
204
  /**
204
205
  * @see {@link GetIntegrationCommand}
205
206
  */
206
- getIntegration(args: GetIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
207
+ getIntegration(args: GetIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetIntegrationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
207
208
  /**
208
209
  * @see {@link GetLogAnomalyDetectorCommand}
209
210
  */
210
- getLogAnomalyDetector(args: GetLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogAnomalyDetectorCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
211
+ getLogAnomalyDetector(args: GetLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogAnomalyDetectorCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
211
212
  /**
212
213
  * @see {@link GetLogEventsCommand}
213
214
  */
214
- getLogEvents(args: GetLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogEventsCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
215
+ getLogEvents(args: GetLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogEventsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
215
216
  /**
216
217
  * @see {@link GetLogGroupFieldsCommand}
217
218
  */
218
- getLogGroupFields(args: GetLogGroupFieldsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogGroupFieldsCommandOutput, SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
219
+ getLogGroupFields(args: GetLogGroupFieldsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogGroupFieldsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
219
220
  /**
220
221
  * @see {@link GetLogRecordCommand}
221
222
  */
222
- getLogRecord(args: GetLogRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogRecordCommandOutput, SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
223
+ getLogRecord(args: GetLogRecordCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetLogRecordCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
223
224
  /**
224
225
  * @see {@link GetQueryResultsCommand}
225
226
  */
226
- getQueryResults(args: GetQueryResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryResultsCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
227
+ getQueryResults(args: GetQueryResultsCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetQueryResultsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
227
228
  /**
228
229
  * @see {@link GetTransformerCommand}
229
230
  */
230
- getTransformer(args: GetTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransformerCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
231
+ getTransformer(args: GetTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<GetTransformerCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
231
232
  /**
232
233
  * @see {@link ListAnomaliesCommand}
233
234
  */
234
- listAnomalies(args: ListAnomaliesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAnomaliesCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
235
+ listAnomalies(args: ListAnomaliesCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListAnomaliesCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
235
236
  /**
236
237
  * @see {@link ListIntegrationsCommand}
237
238
  */
238
- listIntegrations(args: ListIntegrationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIntegrationsCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
239
+ listIntegrations(args: ListIntegrationsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListIntegrationsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
239
240
  /**
240
241
  * @see {@link ListLogAnomalyDetectorsCommand}
241
242
  */
242
- listLogAnomalyDetectors(args: ListLogAnomalyDetectorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLogAnomalyDetectorsCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
243
+ listLogAnomalyDetectors(args: ListLogAnomalyDetectorsCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLogAnomalyDetectorsCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
243
244
  /**
244
245
  * @see {@link ListLogGroupsForQueryCommand}
245
246
  */
246
- listLogGroupsForQuery(args: ListLogGroupsForQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLogGroupsForQueryCommandOutput, SdkError | AccessDeniedError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
247
+ listLogGroupsForQuery(args: ListLogGroupsForQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListLogGroupsForQueryCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
247
248
  /**
248
249
  * @see {@link ListTagsForResourceCommand}
249
250
  */
250
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
251
+ listTagsForResource(args: ListTagsForResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsForResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
251
252
  /**
252
253
  * @see {@link ListTagsLogGroupCommand}
253
254
  */
254
- listTagsLogGroup(args: ListTagsLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsLogGroupCommandOutput, SdkError | ResourceNotFoundError | ServiceUnavailableError>;
255
+ listTagsLogGroup(args: ListTagsLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<ListTagsLogGroupCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError | ServiceUnavailableError>;
255
256
  /**
256
257
  * @see {@link PutAccountPolicyCommand}
257
258
  */
258
- putAccountPolicy(args: PutAccountPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutAccountPolicyCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ServiceUnavailableError>;
259
+ putAccountPolicy(args: PutAccountPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutAccountPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ServiceUnavailableError>;
259
260
  /**
260
261
  * @see {@link PutDataProtectionPolicyCommand}
261
262
  */
262
- putDataProtectionPolicy(args: PutDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDataProtectionPolicyCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
263
+ putDataProtectionPolicy(args: PutDataProtectionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDataProtectionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
263
264
  /**
264
265
  * @see {@link PutDeliveryDestinationCommand}
265
266
  */
266
- putDeliveryDestination(args: PutDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliveryDestinationCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
267
+ putDeliveryDestination(args: PutDeliveryDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliveryDestinationCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
267
268
  /**
268
269
  * @see {@link PutDeliveryDestinationPolicyCommand}
269
270
  */
270
- putDeliveryDestinationPolicy(args: PutDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliveryDestinationPolicyCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
271
+ putDeliveryDestinationPolicy(args: PutDeliveryDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliveryDestinationPolicyCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError>;
271
272
  /**
272
273
  * @see {@link PutDeliverySourceCommand}
273
274
  */
274
- putDeliverySource(args: PutDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliverySourceCommandOutput, SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
275
+ putDeliverySource(args: PutDeliverySourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDeliverySourceCommandOutput, Cause.TimeoutException | SdkError | ConflictError | ResourceNotFoundError | ServiceQuotaExceededError | ServiceUnavailableError | ThrottlingError | ValidationError>;
275
276
  /**
276
277
  * @see {@link PutDestinationCommand}
277
278
  */
278
- putDestination(args: PutDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDestinationCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError>;
279
+ putDestination(args: PutDestinationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDestinationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError>;
279
280
  /**
280
281
  * @see {@link PutDestinationPolicyCommand}
281
282
  */
282
- putDestinationPolicy(args: PutDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDestinationPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError>;
283
+ putDestinationPolicy(args: PutDestinationPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutDestinationPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError>;
283
284
  /**
284
285
  * @see {@link PutIndexPolicyCommand}
285
286
  */
286
- putIndexPolicy(args: PutIndexPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIndexPolicyCommandOutput, SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
287
+ putIndexPolicy(args: PutIndexPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIndexPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
287
288
  /**
288
289
  * @see {@link PutIntegrationCommand}
289
290
  */
290
- putIntegration(args: PutIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIntegrationCommandOutput, SdkError | InvalidParameterError | LimitExceededError | ServiceUnavailableError | ValidationError>;
291
+ putIntegration(args: PutIntegrationCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutIntegrationCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | ServiceUnavailableError | ValidationError>;
291
292
  /**
292
293
  * @see {@link PutLogEventsCommand}
293
294
  */
294
- putLogEvents(args: PutLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutLogEventsCommandOutput, SdkError | DataAlreadyAcceptedError | InvalidParameterError | InvalidSequenceTokenError | ResourceNotFoundError | ServiceUnavailableError | UnrecognizedClientError>;
295
+ putLogEvents(args: PutLogEventsCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutLogEventsCommandOutput, Cause.TimeoutException | SdkError | DataAlreadyAcceptedError | InvalidParameterError | InvalidSequenceTokenError | ResourceNotFoundError | ServiceUnavailableError | UnrecognizedClientError>;
295
296
  /**
296
297
  * @see {@link PutMetricFilterCommand}
297
298
  */
298
- putMetricFilter(args: PutMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutMetricFilterCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
299
+ putMetricFilter(args: PutMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutMetricFilterCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
299
300
  /**
300
301
  * @see {@link PutQueryDefinitionCommand}
301
302
  */
302
- putQueryDefinition(args: PutQueryDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutQueryDefinitionCommandOutput, SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
303
+ putQueryDefinition(args: PutQueryDefinitionCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutQueryDefinitionCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | ResourceNotFoundError | ServiceUnavailableError>;
303
304
  /**
304
305
  * @see {@link PutResourcePolicyCommand}
305
306
  */
306
- putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, SdkError | InvalidParameterError | LimitExceededError | ServiceUnavailableError>;
307
+ putResourcePolicy(args: PutResourcePolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutResourcePolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | ServiceUnavailableError>;
307
308
  /**
308
309
  * @see {@link PutRetentionPolicyCommand}
309
310
  */
310
- putRetentionPolicy(args: PutRetentionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRetentionPolicyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
311
+ putRetentionPolicy(args: PutRetentionPolicyCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutRetentionPolicyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
311
312
  /**
312
313
  * @see {@link PutSubscriptionFilterCommand}
313
314
  */
314
- putSubscriptionFilter(args: PutSubscriptionFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutSubscriptionFilterCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
315
+ putSubscriptionFilter(args: PutSubscriptionFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutSubscriptionFilterCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
315
316
  /**
316
317
  * @see {@link PutTransformerCommand}
317
318
  */
318
- putTransformer(args: PutTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutTransformerCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
319
+ putTransformer(args: PutTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<PutTransformerCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | LimitExceededError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
319
320
  /**
320
321
  * @see {@link StartLiveTailCommand}
321
322
  */
322
- startLiveTail(args: StartLiveTailCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartLiveTailCommandOutput, SdkError | AccessDeniedError | InvalidOperationError | InvalidParameterError | LimitExceededError | ResourceNotFoundError>;
323
+ startLiveTail(args: StartLiveTailCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartLiveTailCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | InvalidOperationError | InvalidParameterError | LimitExceededError | ResourceNotFoundError>;
323
324
  /**
324
325
  * @see {@link StartQueryCommand}
325
326
  */
326
- startQuery(args: StartQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartQueryCommandOutput, SdkError | InvalidParameterError | LimitExceededError | MalformedQueryError | ResourceNotFoundError | ServiceUnavailableError>;
327
+ startQuery(args: StartQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<StartQueryCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | LimitExceededError | MalformedQueryError | ResourceNotFoundError | ServiceUnavailableError>;
327
328
  /**
328
329
  * @see {@link StopQueryCommand}
329
330
  */
330
- stopQuery(args: StopQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopQueryCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
331
+ stopQuery(args: StopQueryCommandInput, options?: HttpHandlerOptions): Effect.Effect<StopQueryCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
331
332
  /**
332
333
  * @see {@link TagLogGroupCommand}
333
334
  */
334
- tagLogGroup(args: TagLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagLogGroupCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError>;
335
+ tagLogGroup(args: TagLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagLogGroupCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError>;
335
336
  /**
336
337
  * @see {@link TagResourceCommand}
337
338
  */
338
- tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError | TooManyTagsError>;
339
+ tagResource(args: TagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<TagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError | TooManyTagsError>;
339
340
  /**
340
341
  * @see {@link TestMetricFilterCommand}
341
342
  */
342
- testMetricFilter(args: TestMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestMetricFilterCommandOutput, SdkError | InvalidParameterError | ServiceUnavailableError>;
343
+ testMetricFilter(args: TestMetricFilterCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestMetricFilterCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ServiceUnavailableError>;
343
344
  /**
344
345
  * @see {@link TestTransformerCommand}
345
346
  */
346
- testTransformer(args: TestTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestTransformerCommandOutput, SdkError | InvalidOperationError | InvalidParameterError | ServiceUnavailableError>;
347
+ testTransformer(args: TestTransformerCommandInput, options?: HttpHandlerOptions): Effect.Effect<TestTransformerCommandOutput, Cause.TimeoutException | SdkError | InvalidOperationError | InvalidParameterError | ServiceUnavailableError>;
347
348
  /**
348
349
  * @see {@link UntagLogGroupCommand}
349
350
  */
350
- untagLogGroup(args: UntagLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagLogGroupCommandOutput, SdkError | ResourceNotFoundError>;
351
+ untagLogGroup(args: UntagLogGroupCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagLogGroupCommandOutput, Cause.TimeoutException | SdkError | ResourceNotFoundError>;
351
352
  /**
352
353
  * @see {@link UntagResourceCommand}
353
354
  */
354
- untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
355
+ untagResource(args: UntagResourceCommandInput, options?: HttpHandlerOptions): Effect.Effect<UntagResourceCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError>;
355
356
  /**
356
357
  * @see {@link UpdateAnomalyCommand}
357
358
  */
358
- updateAnomaly(args: UpdateAnomalyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAnomalyCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
359
+ updateAnomaly(args: UpdateAnomalyCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateAnomalyCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
359
360
  /**
360
361
  * @see {@link UpdateDeliveryConfigurationCommand}
361
362
  */
362
- updateDeliveryConfiguration(args: UpdateDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeliveryConfigurationCommandOutput, SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ThrottlingError | ValidationError>;
363
+ updateDeliveryConfiguration(args: UpdateDeliveryConfigurationCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateDeliveryConfigurationCommandOutput, Cause.TimeoutException | SdkError | AccessDeniedError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ThrottlingError | ValidationError>;
363
364
  /**
364
365
  * @see {@link UpdateLogAnomalyDetectorCommand}
365
366
  */
366
- updateLogAnomalyDetector(args: UpdateLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateLogAnomalyDetectorCommandOutput, SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
367
+ updateLogAnomalyDetector(args: UpdateLogAnomalyDetectorCommandInput, options?: HttpHandlerOptions): Effect.Effect<UpdateLogAnomalyDetectorCommandOutput, Cause.TimeoutException | SdkError | InvalidParameterError | OperationAbortedError | ResourceNotFoundError | ServiceUnavailableError>;
367
368
  }
368
369
  /**
369
370
  * @since 1.0.0
@@ -371,7 +372,7 @@ interface CloudWatchLogsService$ {
371
372
  */
372
373
  export declare const makeCloudWatchLogsService: Effect.Effect<CloudWatchLogsService$, never, Instance.CloudWatchLogsClientInstance>;
373
374
  declare const CloudWatchLogsService_base: import("effect/Context").TagClass<CloudWatchLogsService, "@effect-aws/client-cloudwatch-logs/CloudWatchLogsService", CloudWatchLogsService$> & Effect.Tag.Proxy<CloudWatchLogsService, CloudWatchLogsService$> & {
374
- use: <X>(body: (_: CloudWatchLogsService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, CloudWatchLogsService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, import("effect/Cause").UnknownException, CloudWatchLogsService> : Effect.Effect<X, never, CloudWatchLogsService>;
375
+ use: <X>(body: (_: CloudWatchLogsService$) => X) => [X] extends [Effect.Effect<infer A, infer E, infer R>] ? Effect.Effect<A, E, CloudWatchLogsService | R> : [X] extends [PromiseLike<infer A_1>] ? Effect.Effect<A_1, Cause.UnknownException, CloudWatchLogsService> : Effect.Effect<X, never, CloudWatchLogsService>;
375
376
  };
376
377
  /**
377
378
  * @since 1.0.0