@effect-aws/client-cloudwatch-logs 1.10.8 → 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.
- package/LICENSE +1 -1
- package/README.md +3 -3
- package/dist/dts/CloudWatchLogsClientInstance.d.ts +2 -2
- package/dist/dts/CloudWatchLogsClientInstance.d.ts.map +1 -1
- package/dist/dts/CloudWatchLogsService.d.ts +109 -111
- package/dist/dts/CloudWatchLogsService.d.ts.map +1 -1
- package/dist/dts/CloudWatchLogsServiceConfig.d.ts.map +1 -1
- package/dist/esm/CloudWatchLogsClientInstance.js +3 -3
- package/dist/esm/CloudWatchLogsClientInstance.js.map +1 -1
- package/dist/esm/CloudWatchLogsService.js +2 -2
- package/dist/esm/CloudWatchLogsService.js.map +1 -1
- package/dist/esm/CloudWatchLogsServiceConfig.js +5 -6
- package/dist/esm/CloudWatchLogsServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/CloudWatchLogsClientInstance.ts +7 -5
- package/src/CloudWatchLogsService.ts +110 -125
- package/src/CloudWatchLogsServiceConfig.ts +6 -7
- package/dist/cjs/CloudWatchLogsClientInstance.d.ts +0 -24
- package/dist/cjs/CloudWatchLogsClientInstance.d.ts.map +0 -1
- package/dist/cjs/CloudWatchLogsClientInstance.js +0 -50
- package/dist/cjs/CloudWatchLogsClientInstance.js.map +0 -1
- package/dist/cjs/CloudWatchLogsService.d.ts +0 -474
- package/dist/cjs/CloudWatchLogsService.d.ts.map +0 -1
- package/dist/cjs/CloudWatchLogsService.js +0 -166
- package/dist/cjs/CloudWatchLogsService.js.map +0 -1
- package/dist/cjs/CloudWatchLogsServiceConfig.d.ts +0 -25
- package/dist/cjs/CloudWatchLogsServiceConfig.d.ts.map +0 -1
- package/dist/cjs/CloudWatchLogsServiceConfig.js +0 -35
- package/dist/cjs/CloudWatchLogsServiceConfig.js.map +0 -1
- package/dist/cjs/Errors.d.ts +0 -28
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -27
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/index.d.ts +0 -44
- package/dist/cjs/index.d.ts.map +0 -1
- package/dist/cjs/index.js +0 -56
- package/dist/cjs/index.js.map +0 -1
|
@@ -329,7 +329,7 @@ import {
|
|
|
329
329
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
330
330
|
import { Service } from "@effect-aws/commons";
|
|
331
331
|
import type { Cause } from "effect";
|
|
332
|
-
import { Effect, Layer } from "effect";
|
|
332
|
+
import { Effect, Layer, ServiceMap } from "effect";
|
|
333
333
|
import * as Instance from "./CloudWatchLogsClientInstance.js";
|
|
334
334
|
import * as CloudWatchLogsServiceConfig from "./CloudWatchLogsServiceConfig.js";
|
|
335
335
|
import type {
|
|
@@ -476,7 +476,7 @@ interface CloudWatchLogsService$ {
|
|
|
476
476
|
options?: HttpHandlerOptions,
|
|
477
477
|
): Effect.Effect<
|
|
478
478
|
AssociateKmsKeyCommandOutput,
|
|
479
|
-
| Cause.
|
|
479
|
+
| Cause.TimeoutError
|
|
480
480
|
| SdkError
|
|
481
481
|
| InvalidParameterError
|
|
482
482
|
| OperationAbortedError
|
|
@@ -492,7 +492,7 @@ interface CloudWatchLogsService$ {
|
|
|
492
492
|
options?: HttpHandlerOptions,
|
|
493
493
|
): Effect.Effect<
|
|
494
494
|
AssociateSourceToS3TableIntegrationCommandOutput,
|
|
495
|
-
| Cause.
|
|
495
|
+
| Cause.TimeoutError
|
|
496
496
|
| SdkError
|
|
497
497
|
| AccessDeniedError
|
|
498
498
|
| InternalServerError
|
|
@@ -509,7 +509,7 @@ interface CloudWatchLogsService$ {
|
|
|
509
509
|
options?: HttpHandlerOptions,
|
|
510
510
|
): Effect.Effect<
|
|
511
511
|
CancelExportTaskCommandOutput,
|
|
512
|
-
| Cause.
|
|
512
|
+
| Cause.TimeoutError
|
|
513
513
|
| SdkError
|
|
514
514
|
| InvalidOperationError
|
|
515
515
|
| InvalidParameterError
|
|
@@ -525,7 +525,7 @@ interface CloudWatchLogsService$ {
|
|
|
525
525
|
options?: HttpHandlerOptions,
|
|
526
526
|
): Effect.Effect<
|
|
527
527
|
CancelImportTaskCommandOutput,
|
|
528
|
-
| Cause.
|
|
528
|
+
| Cause.TimeoutError
|
|
529
529
|
| SdkError
|
|
530
530
|
| AccessDeniedError
|
|
531
531
|
| InvalidOperationError
|
|
@@ -542,7 +542,7 @@ interface CloudWatchLogsService$ {
|
|
|
542
542
|
options?: HttpHandlerOptions,
|
|
543
543
|
): Effect.Effect<
|
|
544
544
|
CreateDeliveryCommandOutput,
|
|
545
|
-
| Cause.
|
|
545
|
+
| Cause.TimeoutError
|
|
546
546
|
| SdkError
|
|
547
547
|
| AccessDeniedError
|
|
548
548
|
| ConflictError
|
|
@@ -561,7 +561,7 @@ interface CloudWatchLogsService$ {
|
|
|
561
561
|
options?: HttpHandlerOptions,
|
|
562
562
|
): Effect.Effect<
|
|
563
563
|
CreateExportTaskCommandOutput,
|
|
564
|
-
| Cause.
|
|
564
|
+
| Cause.TimeoutError
|
|
565
565
|
| SdkError
|
|
566
566
|
| InvalidParameterError
|
|
567
567
|
| LimitExceededError
|
|
@@ -579,7 +579,7 @@ interface CloudWatchLogsService$ {
|
|
|
579
579
|
options?: HttpHandlerOptions,
|
|
580
580
|
): Effect.Effect<
|
|
581
581
|
CreateImportTaskCommandOutput,
|
|
582
|
-
| Cause.
|
|
582
|
+
| Cause.TimeoutError
|
|
583
583
|
| SdkError
|
|
584
584
|
| AccessDeniedError
|
|
585
585
|
| ConflictError
|
|
@@ -598,7 +598,7 @@ interface CloudWatchLogsService$ {
|
|
|
598
598
|
options?: HttpHandlerOptions,
|
|
599
599
|
): Effect.Effect<
|
|
600
600
|
CreateLogAnomalyDetectorCommandOutput,
|
|
601
|
-
| Cause.
|
|
601
|
+
| Cause.TimeoutError
|
|
602
602
|
| SdkError
|
|
603
603
|
| InvalidParameterError
|
|
604
604
|
| LimitExceededError
|
|
@@ -615,7 +615,7 @@ interface CloudWatchLogsService$ {
|
|
|
615
615
|
options?: HttpHandlerOptions,
|
|
616
616
|
): Effect.Effect<
|
|
617
617
|
CreateLogGroupCommandOutput,
|
|
618
|
-
| Cause.
|
|
618
|
+
| Cause.TimeoutError
|
|
619
619
|
| SdkError
|
|
620
620
|
| InvalidParameterError
|
|
621
621
|
| LimitExceededError
|
|
@@ -632,7 +632,7 @@ interface CloudWatchLogsService$ {
|
|
|
632
632
|
options?: HttpHandlerOptions,
|
|
633
633
|
): Effect.Effect<
|
|
634
634
|
CreateLogStreamCommandOutput,
|
|
635
|
-
| Cause.
|
|
635
|
+
| Cause.TimeoutError
|
|
636
636
|
| SdkError
|
|
637
637
|
| InvalidParameterError
|
|
638
638
|
| ResourceAlreadyExistsError
|
|
@@ -648,7 +648,7 @@ interface CloudWatchLogsService$ {
|
|
|
648
648
|
options?: HttpHandlerOptions,
|
|
649
649
|
): Effect.Effect<
|
|
650
650
|
CreateScheduledQueryCommandOutput,
|
|
651
|
-
| Cause.
|
|
651
|
+
| Cause.TimeoutError
|
|
652
652
|
| SdkError
|
|
653
653
|
| AccessDeniedError
|
|
654
654
|
| ConflictError
|
|
@@ -667,7 +667,7 @@ interface CloudWatchLogsService$ {
|
|
|
667
667
|
options?: HttpHandlerOptions,
|
|
668
668
|
): Effect.Effect<
|
|
669
669
|
DeleteAccountPolicyCommandOutput,
|
|
670
|
-
| Cause.
|
|
670
|
+
| Cause.TimeoutError
|
|
671
671
|
| SdkError
|
|
672
672
|
| InvalidParameterError
|
|
673
673
|
| OperationAbortedError
|
|
@@ -683,7 +683,7 @@ interface CloudWatchLogsService$ {
|
|
|
683
683
|
options?: HttpHandlerOptions,
|
|
684
684
|
): Effect.Effect<
|
|
685
685
|
DeleteDataProtectionPolicyCommandOutput,
|
|
686
|
-
| Cause.
|
|
686
|
+
| Cause.TimeoutError
|
|
687
687
|
| SdkError
|
|
688
688
|
| InvalidParameterError
|
|
689
689
|
| OperationAbortedError
|
|
@@ -699,7 +699,7 @@ interface CloudWatchLogsService$ {
|
|
|
699
699
|
options?: HttpHandlerOptions,
|
|
700
700
|
): Effect.Effect<
|
|
701
701
|
DeleteDeliveryCommandOutput,
|
|
702
|
-
| Cause.
|
|
702
|
+
| Cause.TimeoutError
|
|
703
703
|
| SdkError
|
|
704
704
|
| ConflictError
|
|
705
705
|
| ResourceNotFoundError
|
|
@@ -717,7 +717,7 @@ interface CloudWatchLogsService$ {
|
|
|
717
717
|
options?: HttpHandlerOptions,
|
|
718
718
|
): Effect.Effect<
|
|
719
719
|
DeleteDeliveryDestinationCommandOutput,
|
|
720
|
-
| Cause.
|
|
720
|
+
| Cause.TimeoutError
|
|
721
721
|
| SdkError
|
|
722
722
|
| ConflictError
|
|
723
723
|
| ResourceNotFoundError
|
|
@@ -735,12 +735,7 @@ interface CloudWatchLogsService$ {
|
|
|
735
735
|
options?: HttpHandlerOptions,
|
|
736
736
|
): Effect.Effect<
|
|
737
737
|
DeleteDeliveryDestinationPolicyCommandOutput,
|
|
738
|
-
|
|
|
739
|
-
| SdkError
|
|
740
|
-
| ConflictError
|
|
741
|
-
| ResourceNotFoundError
|
|
742
|
-
| ServiceUnavailableError
|
|
743
|
-
| ValidationError
|
|
738
|
+
Cause.TimeoutError | SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError
|
|
744
739
|
>;
|
|
745
740
|
|
|
746
741
|
/**
|
|
@@ -751,7 +746,7 @@ interface CloudWatchLogsService$ {
|
|
|
751
746
|
options?: HttpHandlerOptions,
|
|
752
747
|
): Effect.Effect<
|
|
753
748
|
DeleteDeliverySourceCommandOutput,
|
|
754
|
-
| Cause.
|
|
749
|
+
| Cause.TimeoutError
|
|
755
750
|
| SdkError
|
|
756
751
|
| ConflictError
|
|
757
752
|
| ResourceNotFoundError
|
|
@@ -769,7 +764,7 @@ interface CloudWatchLogsService$ {
|
|
|
769
764
|
options?: HttpHandlerOptions,
|
|
770
765
|
): Effect.Effect<
|
|
771
766
|
DeleteDestinationCommandOutput,
|
|
772
|
-
| Cause.
|
|
767
|
+
| Cause.TimeoutError
|
|
773
768
|
| SdkError
|
|
774
769
|
| InvalidParameterError
|
|
775
770
|
| OperationAbortedError
|
|
@@ -785,7 +780,7 @@ interface CloudWatchLogsService$ {
|
|
|
785
780
|
options?: HttpHandlerOptions,
|
|
786
781
|
): Effect.Effect<
|
|
787
782
|
DeleteIndexPolicyCommandOutput,
|
|
788
|
-
| Cause.
|
|
783
|
+
| Cause.TimeoutError
|
|
789
784
|
| SdkError
|
|
790
785
|
| InvalidParameterError
|
|
791
786
|
| LimitExceededError
|
|
@@ -802,7 +797,7 @@ interface CloudWatchLogsService$ {
|
|
|
802
797
|
options?: HttpHandlerOptions,
|
|
803
798
|
): Effect.Effect<
|
|
804
799
|
DeleteIntegrationCommandOutput,
|
|
805
|
-
| Cause.
|
|
800
|
+
| Cause.TimeoutError
|
|
806
801
|
| SdkError
|
|
807
802
|
| InvalidParameterError
|
|
808
803
|
| ResourceNotFoundError
|
|
@@ -818,7 +813,7 @@ interface CloudWatchLogsService$ {
|
|
|
818
813
|
options?: HttpHandlerOptions,
|
|
819
814
|
): Effect.Effect<
|
|
820
815
|
DeleteLogAnomalyDetectorCommandOutput,
|
|
821
|
-
| Cause.
|
|
816
|
+
| Cause.TimeoutError
|
|
822
817
|
| SdkError
|
|
823
818
|
| InvalidParameterError
|
|
824
819
|
| OperationAbortedError
|
|
@@ -834,7 +829,7 @@ interface CloudWatchLogsService$ {
|
|
|
834
829
|
options?: HttpHandlerOptions,
|
|
835
830
|
): Effect.Effect<
|
|
836
831
|
DeleteLogGroupCommandOutput,
|
|
837
|
-
| Cause.
|
|
832
|
+
| Cause.TimeoutError
|
|
838
833
|
| SdkError
|
|
839
834
|
| InvalidParameterError
|
|
840
835
|
| OperationAbortedError
|
|
@@ -851,7 +846,7 @@ interface CloudWatchLogsService$ {
|
|
|
851
846
|
options?: HttpHandlerOptions,
|
|
852
847
|
): Effect.Effect<
|
|
853
848
|
DeleteLogStreamCommandOutput,
|
|
854
|
-
| Cause.
|
|
849
|
+
| Cause.TimeoutError
|
|
855
850
|
| SdkError
|
|
856
851
|
| InvalidParameterError
|
|
857
852
|
| OperationAbortedError
|
|
@@ -868,7 +863,7 @@ interface CloudWatchLogsService$ {
|
|
|
868
863
|
options?: HttpHandlerOptions,
|
|
869
864
|
): Effect.Effect<
|
|
870
865
|
DeleteMetricFilterCommandOutput,
|
|
871
|
-
| Cause.
|
|
866
|
+
| Cause.TimeoutError
|
|
872
867
|
| SdkError
|
|
873
868
|
| InvalidParameterError
|
|
874
869
|
| OperationAbortedError
|
|
@@ -884,7 +879,7 @@ interface CloudWatchLogsService$ {
|
|
|
884
879
|
options?: HttpHandlerOptions,
|
|
885
880
|
): Effect.Effect<
|
|
886
881
|
DeleteQueryDefinitionCommandOutput,
|
|
887
|
-
Cause.
|
|
882
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
888
883
|
>;
|
|
889
884
|
|
|
890
885
|
/**
|
|
@@ -895,7 +890,7 @@ interface CloudWatchLogsService$ {
|
|
|
895
890
|
options?: HttpHandlerOptions,
|
|
896
891
|
): Effect.Effect<
|
|
897
892
|
DeleteResourcePolicyCommandOutput,
|
|
898
|
-
| Cause.
|
|
893
|
+
| Cause.TimeoutError
|
|
899
894
|
| SdkError
|
|
900
895
|
| InvalidParameterError
|
|
901
896
|
| OperationAbortedError
|
|
@@ -911,7 +906,7 @@ interface CloudWatchLogsService$ {
|
|
|
911
906
|
options?: HttpHandlerOptions,
|
|
912
907
|
): Effect.Effect<
|
|
913
908
|
DeleteRetentionPolicyCommandOutput,
|
|
914
|
-
| Cause.
|
|
909
|
+
| Cause.TimeoutError
|
|
915
910
|
| SdkError
|
|
916
911
|
| InvalidParameterError
|
|
917
912
|
| OperationAbortedError
|
|
@@ -927,7 +922,7 @@ interface CloudWatchLogsService$ {
|
|
|
927
922
|
options?: HttpHandlerOptions,
|
|
928
923
|
): Effect.Effect<
|
|
929
924
|
DeleteScheduledQueryCommandOutput,
|
|
930
|
-
| Cause.
|
|
925
|
+
| Cause.TimeoutError
|
|
931
926
|
| SdkError
|
|
932
927
|
| AccessDeniedError
|
|
933
928
|
| InternalServerError
|
|
@@ -944,7 +939,7 @@ interface CloudWatchLogsService$ {
|
|
|
944
939
|
options?: HttpHandlerOptions,
|
|
945
940
|
): Effect.Effect<
|
|
946
941
|
DeleteSubscriptionFilterCommandOutput,
|
|
947
|
-
| Cause.
|
|
942
|
+
| Cause.TimeoutError
|
|
948
943
|
| SdkError
|
|
949
944
|
| InvalidParameterError
|
|
950
945
|
| OperationAbortedError
|
|
@@ -960,7 +955,7 @@ interface CloudWatchLogsService$ {
|
|
|
960
955
|
options?: HttpHandlerOptions,
|
|
961
956
|
): Effect.Effect<
|
|
962
957
|
DeleteTransformerCommandOutput,
|
|
963
|
-
| Cause.
|
|
958
|
+
| Cause.TimeoutError
|
|
964
959
|
| SdkError
|
|
965
960
|
| InvalidOperationError
|
|
966
961
|
| InvalidParameterError
|
|
@@ -977,7 +972,7 @@ interface CloudWatchLogsService$ {
|
|
|
977
972
|
options?: HttpHandlerOptions,
|
|
978
973
|
): Effect.Effect<
|
|
979
974
|
DescribeAccountPoliciesCommandOutput,
|
|
980
|
-
| Cause.
|
|
975
|
+
| Cause.TimeoutError
|
|
981
976
|
| SdkError
|
|
982
977
|
| InvalidParameterError
|
|
983
978
|
| OperationAbortedError
|
|
@@ -993,12 +988,7 @@ interface CloudWatchLogsService$ {
|
|
|
993
988
|
options?: HttpHandlerOptions,
|
|
994
989
|
): Effect.Effect<
|
|
995
990
|
DescribeConfigurationTemplatesCommandOutput,
|
|
996
|
-
|
|
|
997
|
-
| SdkError
|
|
998
|
-
| ResourceNotFoundError
|
|
999
|
-
| ServiceUnavailableError
|
|
1000
|
-
| ThrottlingError
|
|
1001
|
-
| ValidationError
|
|
991
|
+
Cause.TimeoutError | SdkError | ResourceNotFoundError | ServiceUnavailableError | ThrottlingError | ValidationError
|
|
1002
992
|
>;
|
|
1003
993
|
|
|
1004
994
|
/**
|
|
@@ -1009,7 +999,7 @@ interface CloudWatchLogsService$ {
|
|
|
1009
999
|
options?: HttpHandlerOptions,
|
|
1010
1000
|
): Effect.Effect<
|
|
1011
1001
|
DescribeDeliveriesCommandOutput,
|
|
1012
|
-
| Cause.
|
|
1002
|
+
| Cause.TimeoutError
|
|
1013
1003
|
| SdkError
|
|
1014
1004
|
| ServiceQuotaExceededError
|
|
1015
1005
|
| ServiceUnavailableError
|
|
@@ -1025,7 +1015,7 @@ interface CloudWatchLogsService$ {
|
|
|
1025
1015
|
options?: HttpHandlerOptions,
|
|
1026
1016
|
): Effect.Effect<
|
|
1027
1017
|
DescribeDeliveryDestinationsCommandOutput,
|
|
1028
|
-
| Cause.
|
|
1018
|
+
| Cause.TimeoutError
|
|
1029
1019
|
| SdkError
|
|
1030
1020
|
| ServiceQuotaExceededError
|
|
1031
1021
|
| ServiceUnavailableError
|
|
@@ -1041,7 +1031,7 @@ interface CloudWatchLogsService$ {
|
|
|
1041
1031
|
options?: HttpHandlerOptions,
|
|
1042
1032
|
): Effect.Effect<
|
|
1043
1033
|
DescribeDeliverySourcesCommandOutput,
|
|
1044
|
-
| Cause.
|
|
1034
|
+
| Cause.TimeoutError
|
|
1045
1035
|
| SdkError
|
|
1046
1036
|
| ServiceQuotaExceededError
|
|
1047
1037
|
| ServiceUnavailableError
|
|
@@ -1057,7 +1047,7 @@ interface CloudWatchLogsService$ {
|
|
|
1057
1047
|
options?: HttpHandlerOptions,
|
|
1058
1048
|
): Effect.Effect<
|
|
1059
1049
|
DescribeDestinationsCommandOutput,
|
|
1060
|
-
Cause.
|
|
1050
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1061
1051
|
>;
|
|
1062
1052
|
|
|
1063
1053
|
/**
|
|
@@ -1068,7 +1058,7 @@ interface CloudWatchLogsService$ {
|
|
|
1068
1058
|
options?: HttpHandlerOptions,
|
|
1069
1059
|
): Effect.Effect<
|
|
1070
1060
|
DescribeExportTasksCommandOutput,
|
|
1071
|
-
Cause.
|
|
1061
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1072
1062
|
>;
|
|
1073
1063
|
|
|
1074
1064
|
/**
|
|
@@ -1079,7 +1069,7 @@ interface CloudWatchLogsService$ {
|
|
|
1079
1069
|
options?: HttpHandlerOptions,
|
|
1080
1070
|
): Effect.Effect<
|
|
1081
1071
|
DescribeFieldIndexesCommandOutput,
|
|
1082
|
-
| Cause.
|
|
1072
|
+
| Cause.TimeoutError
|
|
1083
1073
|
| SdkError
|
|
1084
1074
|
| InvalidParameterError
|
|
1085
1075
|
| LimitExceededError
|
|
@@ -1096,7 +1086,7 @@ interface CloudWatchLogsService$ {
|
|
|
1096
1086
|
options?: HttpHandlerOptions,
|
|
1097
1087
|
): Effect.Effect<
|
|
1098
1088
|
DescribeImportTaskBatchesCommandOutput,
|
|
1099
|
-
| Cause.
|
|
1089
|
+
| Cause.TimeoutError
|
|
1100
1090
|
| SdkError
|
|
1101
1091
|
| AccessDeniedError
|
|
1102
1092
|
| InvalidOperationError
|
|
@@ -1113,7 +1103,7 @@ interface CloudWatchLogsService$ {
|
|
|
1113
1103
|
options?: HttpHandlerOptions,
|
|
1114
1104
|
): Effect.Effect<
|
|
1115
1105
|
DescribeImportTasksCommandOutput,
|
|
1116
|
-
| Cause.
|
|
1106
|
+
| Cause.TimeoutError
|
|
1117
1107
|
| SdkError
|
|
1118
1108
|
| AccessDeniedError
|
|
1119
1109
|
| InvalidOperationError
|
|
@@ -1130,7 +1120,7 @@ interface CloudWatchLogsService$ {
|
|
|
1130
1120
|
options?: HttpHandlerOptions,
|
|
1131
1121
|
): Effect.Effect<
|
|
1132
1122
|
DescribeIndexPoliciesCommandOutput,
|
|
1133
|
-
| Cause.
|
|
1123
|
+
| Cause.TimeoutError
|
|
1134
1124
|
| SdkError
|
|
1135
1125
|
| InvalidParameterError
|
|
1136
1126
|
| LimitExceededError
|
|
@@ -1147,7 +1137,7 @@ interface CloudWatchLogsService$ {
|
|
|
1147
1137
|
options?: HttpHandlerOptions,
|
|
1148
1138
|
): Effect.Effect<
|
|
1149
1139
|
DescribeLogGroupsCommandOutput,
|
|
1150
|
-
Cause.
|
|
1140
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1151
1141
|
>;
|
|
1152
1142
|
|
|
1153
1143
|
/**
|
|
@@ -1158,7 +1148,7 @@ interface CloudWatchLogsService$ {
|
|
|
1158
1148
|
options?: HttpHandlerOptions,
|
|
1159
1149
|
): Effect.Effect<
|
|
1160
1150
|
DescribeLogStreamsCommandOutput,
|
|
1161
|
-
Cause.
|
|
1151
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1162
1152
|
>;
|
|
1163
1153
|
|
|
1164
1154
|
/**
|
|
@@ -1169,7 +1159,7 @@ interface CloudWatchLogsService$ {
|
|
|
1169
1159
|
options?: HttpHandlerOptions,
|
|
1170
1160
|
): Effect.Effect<
|
|
1171
1161
|
DescribeMetricFiltersCommandOutput,
|
|
1172
|
-
Cause.
|
|
1162
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1173
1163
|
>;
|
|
1174
1164
|
|
|
1175
1165
|
/**
|
|
@@ -1180,7 +1170,7 @@ interface CloudWatchLogsService$ {
|
|
|
1180
1170
|
options?: HttpHandlerOptions,
|
|
1181
1171
|
): Effect.Effect<
|
|
1182
1172
|
DescribeQueriesCommandOutput,
|
|
1183
|
-
Cause.
|
|
1173
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1184
1174
|
>;
|
|
1185
1175
|
|
|
1186
1176
|
/**
|
|
@@ -1191,7 +1181,7 @@ interface CloudWatchLogsService$ {
|
|
|
1191
1181
|
options?: HttpHandlerOptions,
|
|
1192
1182
|
): Effect.Effect<
|
|
1193
1183
|
DescribeQueryDefinitionsCommandOutput,
|
|
1194
|
-
Cause.
|
|
1184
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1195
1185
|
>;
|
|
1196
1186
|
|
|
1197
1187
|
/**
|
|
@@ -1202,7 +1192,7 @@ interface CloudWatchLogsService$ {
|
|
|
1202
1192
|
options?: HttpHandlerOptions,
|
|
1203
1193
|
): Effect.Effect<
|
|
1204
1194
|
DescribeResourcePoliciesCommandOutput,
|
|
1205
|
-
Cause.
|
|
1195
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1206
1196
|
>;
|
|
1207
1197
|
|
|
1208
1198
|
/**
|
|
@@ -1213,7 +1203,7 @@ interface CloudWatchLogsService$ {
|
|
|
1213
1203
|
options?: HttpHandlerOptions,
|
|
1214
1204
|
): Effect.Effect<
|
|
1215
1205
|
DescribeSubscriptionFiltersCommandOutput,
|
|
1216
|
-
Cause.
|
|
1206
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1217
1207
|
>;
|
|
1218
1208
|
|
|
1219
1209
|
/**
|
|
@@ -1224,7 +1214,7 @@ interface CloudWatchLogsService$ {
|
|
|
1224
1214
|
options?: HttpHandlerOptions,
|
|
1225
1215
|
): Effect.Effect<
|
|
1226
1216
|
DisassociateKmsKeyCommandOutput,
|
|
1227
|
-
| Cause.
|
|
1217
|
+
| Cause.TimeoutError
|
|
1228
1218
|
| SdkError
|
|
1229
1219
|
| InvalidParameterError
|
|
1230
1220
|
| OperationAbortedError
|
|
@@ -1240,7 +1230,7 @@ interface CloudWatchLogsService$ {
|
|
|
1240
1230
|
options?: HttpHandlerOptions,
|
|
1241
1231
|
): Effect.Effect<
|
|
1242
1232
|
DisassociateSourceFromS3TableIntegrationCommandOutput,
|
|
1243
|
-
| Cause.
|
|
1233
|
+
| Cause.TimeoutError
|
|
1244
1234
|
| SdkError
|
|
1245
1235
|
| AccessDeniedError
|
|
1246
1236
|
| InternalServerError
|
|
@@ -1257,7 +1247,7 @@ interface CloudWatchLogsService$ {
|
|
|
1257
1247
|
options?: HttpHandlerOptions,
|
|
1258
1248
|
): Effect.Effect<
|
|
1259
1249
|
FilterLogEventsCommandOutput,
|
|
1260
|
-
Cause.
|
|
1250
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1261
1251
|
>;
|
|
1262
1252
|
|
|
1263
1253
|
/**
|
|
@@ -1268,7 +1258,7 @@ interface CloudWatchLogsService$ {
|
|
|
1268
1258
|
options?: HttpHandlerOptions,
|
|
1269
1259
|
): Effect.Effect<
|
|
1270
1260
|
GetDataProtectionPolicyCommandOutput,
|
|
1271
|
-
| Cause.
|
|
1261
|
+
| Cause.TimeoutError
|
|
1272
1262
|
| SdkError
|
|
1273
1263
|
| InvalidParameterError
|
|
1274
1264
|
| OperationAbortedError
|
|
@@ -1284,7 +1274,7 @@ interface CloudWatchLogsService$ {
|
|
|
1284
1274
|
options?: HttpHandlerOptions,
|
|
1285
1275
|
): Effect.Effect<
|
|
1286
1276
|
GetDeliveryCommandOutput,
|
|
1287
|
-
| Cause.
|
|
1277
|
+
| Cause.TimeoutError
|
|
1288
1278
|
| SdkError
|
|
1289
1279
|
| ResourceNotFoundError
|
|
1290
1280
|
| ServiceQuotaExceededError
|
|
@@ -1301,7 +1291,7 @@ interface CloudWatchLogsService$ {
|
|
|
1301
1291
|
options?: HttpHandlerOptions,
|
|
1302
1292
|
): Effect.Effect<
|
|
1303
1293
|
GetDeliveryDestinationCommandOutput,
|
|
1304
|
-
| Cause.
|
|
1294
|
+
| Cause.TimeoutError
|
|
1305
1295
|
| SdkError
|
|
1306
1296
|
| ResourceNotFoundError
|
|
1307
1297
|
| ServiceQuotaExceededError
|
|
@@ -1318,7 +1308,7 @@ interface CloudWatchLogsService$ {
|
|
|
1318
1308
|
options?: HttpHandlerOptions,
|
|
1319
1309
|
): Effect.Effect<
|
|
1320
1310
|
GetDeliveryDestinationPolicyCommandOutput,
|
|
1321
|
-
Cause.
|
|
1311
|
+
Cause.TimeoutError | SdkError | ResourceNotFoundError | ServiceUnavailableError | ValidationError
|
|
1322
1312
|
>;
|
|
1323
1313
|
|
|
1324
1314
|
/**
|
|
@@ -1329,7 +1319,7 @@ interface CloudWatchLogsService$ {
|
|
|
1329
1319
|
options?: HttpHandlerOptions,
|
|
1330
1320
|
): Effect.Effect<
|
|
1331
1321
|
GetDeliverySourceCommandOutput,
|
|
1332
|
-
| Cause.
|
|
1322
|
+
| Cause.TimeoutError
|
|
1333
1323
|
| SdkError
|
|
1334
1324
|
| ResourceNotFoundError
|
|
1335
1325
|
| ServiceQuotaExceededError
|
|
@@ -1346,7 +1336,7 @@ interface CloudWatchLogsService$ {
|
|
|
1346
1336
|
options?: HttpHandlerOptions,
|
|
1347
1337
|
): Effect.Effect<
|
|
1348
1338
|
GetIntegrationCommandOutput,
|
|
1349
|
-
Cause.
|
|
1339
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1350
1340
|
>;
|
|
1351
1341
|
|
|
1352
1342
|
/**
|
|
@@ -1357,7 +1347,7 @@ interface CloudWatchLogsService$ {
|
|
|
1357
1347
|
options?: HttpHandlerOptions,
|
|
1358
1348
|
): Effect.Effect<
|
|
1359
1349
|
GetLogAnomalyDetectorCommandOutput,
|
|
1360
|
-
| Cause.
|
|
1350
|
+
| Cause.TimeoutError
|
|
1361
1351
|
| SdkError
|
|
1362
1352
|
| InvalidParameterError
|
|
1363
1353
|
| OperationAbortedError
|
|
@@ -1373,7 +1363,7 @@ interface CloudWatchLogsService$ {
|
|
|
1373
1363
|
options?: HttpHandlerOptions,
|
|
1374
1364
|
): Effect.Effect<
|
|
1375
1365
|
GetLogEventsCommandOutput,
|
|
1376
|
-
Cause.
|
|
1366
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1377
1367
|
>;
|
|
1378
1368
|
|
|
1379
1369
|
/**
|
|
@@ -1384,7 +1374,7 @@ interface CloudWatchLogsService$ {
|
|
|
1384
1374
|
options?: HttpHandlerOptions,
|
|
1385
1375
|
): Effect.Effect<
|
|
1386
1376
|
GetLogFieldsCommandOutput,
|
|
1387
|
-
| Cause.
|
|
1377
|
+
| Cause.TimeoutError
|
|
1388
1378
|
| SdkError
|
|
1389
1379
|
| InvalidParameterError
|
|
1390
1380
|
| OperationAbortedError
|
|
@@ -1400,7 +1390,7 @@ interface CloudWatchLogsService$ {
|
|
|
1400
1390
|
options?: HttpHandlerOptions,
|
|
1401
1391
|
): Effect.Effect<
|
|
1402
1392
|
GetLogGroupFieldsCommandOutput,
|
|
1403
|
-
| Cause.
|
|
1393
|
+
| Cause.TimeoutError
|
|
1404
1394
|
| SdkError
|
|
1405
1395
|
| InvalidParameterError
|
|
1406
1396
|
| LimitExceededError
|
|
@@ -1416,7 +1406,7 @@ interface CloudWatchLogsService$ {
|
|
|
1416
1406
|
options?: HttpHandlerOptions,
|
|
1417
1407
|
): Effect.Effect<
|
|
1418
1408
|
GetLogObjectCommandOutput,
|
|
1419
|
-
| Cause.
|
|
1409
|
+
| Cause.TimeoutError
|
|
1420
1410
|
| SdkError
|
|
1421
1411
|
| AccessDeniedError
|
|
1422
1412
|
| InvalidOperationError
|
|
@@ -1433,7 +1423,7 @@ interface CloudWatchLogsService$ {
|
|
|
1433
1423
|
options?: HttpHandlerOptions,
|
|
1434
1424
|
): Effect.Effect<
|
|
1435
1425
|
GetLogRecordCommandOutput,
|
|
1436
|
-
| Cause.
|
|
1426
|
+
| Cause.TimeoutError
|
|
1437
1427
|
| SdkError
|
|
1438
1428
|
| InvalidParameterError
|
|
1439
1429
|
| LimitExceededError
|
|
@@ -1449,7 +1439,7 @@ interface CloudWatchLogsService$ {
|
|
|
1449
1439
|
options?: HttpHandlerOptions,
|
|
1450
1440
|
): Effect.Effect<
|
|
1451
1441
|
GetQueryResultsCommandOutput,
|
|
1452
|
-
Cause.
|
|
1442
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1453
1443
|
>;
|
|
1454
1444
|
|
|
1455
1445
|
/**
|
|
@@ -1460,7 +1450,7 @@ interface CloudWatchLogsService$ {
|
|
|
1460
1450
|
options?: HttpHandlerOptions,
|
|
1461
1451
|
): Effect.Effect<
|
|
1462
1452
|
GetScheduledQueryCommandOutput,
|
|
1463
|
-
| Cause.
|
|
1453
|
+
| Cause.TimeoutError
|
|
1464
1454
|
| SdkError
|
|
1465
1455
|
| AccessDeniedError
|
|
1466
1456
|
| InternalServerError
|
|
@@ -1477,7 +1467,7 @@ interface CloudWatchLogsService$ {
|
|
|
1477
1467
|
options?: HttpHandlerOptions,
|
|
1478
1468
|
): Effect.Effect<
|
|
1479
1469
|
GetScheduledQueryHistoryCommandOutput,
|
|
1480
|
-
| Cause.
|
|
1470
|
+
| Cause.TimeoutError
|
|
1481
1471
|
| SdkError
|
|
1482
1472
|
| AccessDeniedError
|
|
1483
1473
|
| InternalServerError
|
|
@@ -1494,7 +1484,7 @@ interface CloudWatchLogsService$ {
|
|
|
1494
1484
|
options?: HttpHandlerOptions,
|
|
1495
1485
|
): Effect.Effect<
|
|
1496
1486
|
GetTransformerCommandOutput,
|
|
1497
|
-
| Cause.
|
|
1487
|
+
| Cause.TimeoutError
|
|
1498
1488
|
| SdkError
|
|
1499
1489
|
| InvalidOperationError
|
|
1500
1490
|
| InvalidParameterError
|
|
@@ -1510,7 +1500,7 @@ interface CloudWatchLogsService$ {
|
|
|
1510
1500
|
options?: HttpHandlerOptions,
|
|
1511
1501
|
): Effect.Effect<
|
|
1512
1502
|
ListAggregateLogGroupSummariesCommandOutput,
|
|
1513
|
-
Cause.
|
|
1503
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError | ValidationError
|
|
1514
1504
|
>;
|
|
1515
1505
|
|
|
1516
1506
|
/**
|
|
@@ -1521,7 +1511,7 @@ interface CloudWatchLogsService$ {
|
|
|
1521
1511
|
options?: HttpHandlerOptions,
|
|
1522
1512
|
): Effect.Effect<
|
|
1523
1513
|
ListAnomaliesCommandOutput,
|
|
1524
|
-
| Cause.
|
|
1514
|
+
| Cause.TimeoutError
|
|
1525
1515
|
| SdkError
|
|
1526
1516
|
| InvalidParameterError
|
|
1527
1517
|
| OperationAbortedError
|
|
@@ -1537,7 +1527,7 @@ interface CloudWatchLogsService$ {
|
|
|
1537
1527
|
options?: HttpHandlerOptions,
|
|
1538
1528
|
): Effect.Effect<
|
|
1539
1529
|
ListIntegrationsCommandOutput,
|
|
1540
|
-
Cause.
|
|
1530
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1541
1531
|
>;
|
|
1542
1532
|
|
|
1543
1533
|
/**
|
|
@@ -1548,7 +1538,7 @@ interface CloudWatchLogsService$ {
|
|
|
1548
1538
|
options?: HttpHandlerOptions,
|
|
1549
1539
|
): Effect.Effect<
|
|
1550
1540
|
ListLogAnomalyDetectorsCommandOutput,
|
|
1551
|
-
| Cause.
|
|
1541
|
+
| Cause.TimeoutError
|
|
1552
1542
|
| SdkError
|
|
1553
1543
|
| InvalidParameterError
|
|
1554
1544
|
| OperationAbortedError
|
|
@@ -1564,7 +1554,7 @@ interface CloudWatchLogsService$ {
|
|
|
1564
1554
|
options?: HttpHandlerOptions,
|
|
1565
1555
|
): Effect.Effect<
|
|
1566
1556
|
ListLogGroupsCommandOutput,
|
|
1567
|
-
Cause.
|
|
1557
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1568
1558
|
>;
|
|
1569
1559
|
|
|
1570
1560
|
/**
|
|
@@ -1575,7 +1565,7 @@ interface CloudWatchLogsService$ {
|
|
|
1575
1565
|
options?: HttpHandlerOptions,
|
|
1576
1566
|
): Effect.Effect<
|
|
1577
1567
|
ListLogGroupsForQueryCommandOutput,
|
|
1578
|
-
| Cause.
|
|
1568
|
+
| Cause.TimeoutError
|
|
1579
1569
|
| SdkError
|
|
1580
1570
|
| AccessDeniedError
|
|
1581
1571
|
| InvalidParameterError
|
|
@@ -1591,7 +1581,7 @@ interface CloudWatchLogsService$ {
|
|
|
1591
1581
|
options?: HttpHandlerOptions,
|
|
1592
1582
|
): Effect.Effect<
|
|
1593
1583
|
ListScheduledQueriesCommandOutput,
|
|
1594
|
-
Cause.
|
|
1584
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1595
1585
|
>;
|
|
1596
1586
|
|
|
1597
1587
|
/**
|
|
@@ -1602,7 +1592,7 @@ interface CloudWatchLogsService$ {
|
|
|
1602
1592
|
options?: HttpHandlerOptions,
|
|
1603
1593
|
): Effect.Effect<
|
|
1604
1594
|
ListSourcesForS3TableIntegrationCommandOutput,
|
|
1605
|
-
| Cause.
|
|
1595
|
+
| Cause.TimeoutError
|
|
1606
1596
|
| SdkError
|
|
1607
1597
|
| AccessDeniedError
|
|
1608
1598
|
| InternalServerError
|
|
@@ -1619,7 +1609,7 @@ interface CloudWatchLogsService$ {
|
|
|
1619
1609
|
options?: HttpHandlerOptions,
|
|
1620
1610
|
): Effect.Effect<
|
|
1621
1611
|
ListTagsForResourceCommandOutput,
|
|
1622
|
-
Cause.
|
|
1612
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1623
1613
|
>;
|
|
1624
1614
|
|
|
1625
1615
|
/**
|
|
@@ -1630,7 +1620,7 @@ interface CloudWatchLogsService$ {
|
|
|
1630
1620
|
options?: HttpHandlerOptions,
|
|
1631
1621
|
): Effect.Effect<
|
|
1632
1622
|
ListTagsLogGroupCommandOutput,
|
|
1633
|
-
Cause.
|
|
1623
|
+
Cause.TimeoutError | SdkError | ResourceNotFoundError | ServiceUnavailableError
|
|
1634
1624
|
>;
|
|
1635
1625
|
|
|
1636
1626
|
/**
|
|
@@ -1641,7 +1631,7 @@ interface CloudWatchLogsService$ {
|
|
|
1641
1631
|
options?: HttpHandlerOptions,
|
|
1642
1632
|
): Effect.Effect<
|
|
1643
1633
|
PutAccountPolicyCommandOutput,
|
|
1644
|
-
| Cause.
|
|
1634
|
+
| Cause.TimeoutError
|
|
1645
1635
|
| SdkError
|
|
1646
1636
|
| InvalidParameterError
|
|
1647
1637
|
| LimitExceededError
|
|
@@ -1657,7 +1647,7 @@ interface CloudWatchLogsService$ {
|
|
|
1657
1647
|
options?: HttpHandlerOptions,
|
|
1658
1648
|
): Effect.Effect<
|
|
1659
1649
|
PutDataProtectionPolicyCommandOutput,
|
|
1660
|
-
| Cause.
|
|
1650
|
+
| Cause.TimeoutError
|
|
1661
1651
|
| SdkError
|
|
1662
1652
|
| InvalidParameterError
|
|
1663
1653
|
| LimitExceededError
|
|
@@ -1674,7 +1664,7 @@ interface CloudWatchLogsService$ {
|
|
|
1674
1664
|
options?: HttpHandlerOptions,
|
|
1675
1665
|
): Effect.Effect<
|
|
1676
1666
|
PutDeliveryDestinationCommandOutput,
|
|
1677
|
-
| Cause.
|
|
1667
|
+
| Cause.TimeoutError
|
|
1678
1668
|
| SdkError
|
|
1679
1669
|
| ConflictError
|
|
1680
1670
|
| ResourceNotFoundError
|
|
@@ -1692,12 +1682,7 @@ interface CloudWatchLogsService$ {
|
|
|
1692
1682
|
options?: HttpHandlerOptions,
|
|
1693
1683
|
): Effect.Effect<
|
|
1694
1684
|
PutDeliveryDestinationPolicyCommandOutput,
|
|
1695
|
-
|
|
|
1696
|
-
| SdkError
|
|
1697
|
-
| ConflictError
|
|
1698
|
-
| ResourceNotFoundError
|
|
1699
|
-
| ServiceUnavailableError
|
|
1700
|
-
| ValidationError
|
|
1685
|
+
Cause.TimeoutError | SdkError | ConflictError | ResourceNotFoundError | ServiceUnavailableError | ValidationError
|
|
1701
1686
|
>;
|
|
1702
1687
|
|
|
1703
1688
|
/**
|
|
@@ -1708,7 +1693,7 @@ interface CloudWatchLogsService$ {
|
|
|
1708
1693
|
options?: HttpHandlerOptions,
|
|
1709
1694
|
): Effect.Effect<
|
|
1710
1695
|
PutDeliverySourceCommandOutput,
|
|
1711
|
-
| Cause.
|
|
1696
|
+
| Cause.TimeoutError
|
|
1712
1697
|
| SdkError
|
|
1713
1698
|
| ConflictError
|
|
1714
1699
|
| ResourceNotFoundError
|
|
@@ -1726,7 +1711,7 @@ interface CloudWatchLogsService$ {
|
|
|
1726
1711
|
options?: HttpHandlerOptions,
|
|
1727
1712
|
): Effect.Effect<
|
|
1728
1713
|
PutDestinationCommandOutput,
|
|
1729
|
-
Cause.
|
|
1714
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError
|
|
1730
1715
|
>;
|
|
1731
1716
|
|
|
1732
1717
|
/**
|
|
@@ -1737,7 +1722,7 @@ interface CloudWatchLogsService$ {
|
|
|
1737
1722
|
options?: HttpHandlerOptions,
|
|
1738
1723
|
): Effect.Effect<
|
|
1739
1724
|
PutDestinationPolicyCommandOutput,
|
|
1740
|
-
Cause.
|
|
1725
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | OperationAbortedError | ServiceUnavailableError
|
|
1741
1726
|
>;
|
|
1742
1727
|
|
|
1743
1728
|
/**
|
|
@@ -1748,7 +1733,7 @@ interface CloudWatchLogsService$ {
|
|
|
1748
1733
|
options?: HttpHandlerOptions,
|
|
1749
1734
|
): Effect.Effect<
|
|
1750
1735
|
PutIndexPolicyCommandOutput,
|
|
1751
|
-
| Cause.
|
|
1736
|
+
| Cause.TimeoutError
|
|
1752
1737
|
| SdkError
|
|
1753
1738
|
| InvalidParameterError
|
|
1754
1739
|
| LimitExceededError
|
|
@@ -1765,7 +1750,7 @@ interface CloudWatchLogsService$ {
|
|
|
1765
1750
|
options?: HttpHandlerOptions,
|
|
1766
1751
|
): Effect.Effect<
|
|
1767
1752
|
PutIntegrationCommandOutput,
|
|
1768
|
-
| Cause.
|
|
1753
|
+
| Cause.TimeoutError
|
|
1769
1754
|
| SdkError
|
|
1770
1755
|
| InvalidParameterError
|
|
1771
1756
|
| LimitExceededError
|
|
@@ -1781,7 +1766,7 @@ interface CloudWatchLogsService$ {
|
|
|
1781
1766
|
options?: HttpHandlerOptions,
|
|
1782
1767
|
): Effect.Effect<
|
|
1783
1768
|
PutLogEventsCommandOutput,
|
|
1784
|
-
| Cause.
|
|
1769
|
+
| Cause.TimeoutError
|
|
1785
1770
|
| SdkError
|
|
1786
1771
|
| DataAlreadyAcceptedError
|
|
1787
1772
|
| InvalidParameterError
|
|
@@ -1799,7 +1784,7 @@ interface CloudWatchLogsService$ {
|
|
|
1799
1784
|
options?: HttpHandlerOptions,
|
|
1800
1785
|
): Effect.Effect<
|
|
1801
1786
|
PutLogGroupDeletionProtectionCommandOutput,
|
|
1802
|
-
| Cause.
|
|
1787
|
+
| Cause.TimeoutError
|
|
1803
1788
|
| SdkError
|
|
1804
1789
|
| AccessDeniedError
|
|
1805
1790
|
| InvalidOperationError
|
|
@@ -1817,7 +1802,7 @@ interface CloudWatchLogsService$ {
|
|
|
1817
1802
|
options?: HttpHandlerOptions,
|
|
1818
1803
|
): Effect.Effect<
|
|
1819
1804
|
PutMetricFilterCommandOutput,
|
|
1820
|
-
| Cause.
|
|
1805
|
+
| Cause.TimeoutError
|
|
1821
1806
|
| SdkError
|
|
1822
1807
|
| InvalidOperationError
|
|
1823
1808
|
| InvalidParameterError
|
|
@@ -1835,7 +1820,7 @@ interface CloudWatchLogsService$ {
|
|
|
1835
1820
|
options?: HttpHandlerOptions,
|
|
1836
1821
|
): Effect.Effect<
|
|
1837
1822
|
PutQueryDefinitionCommandOutput,
|
|
1838
|
-
| Cause.
|
|
1823
|
+
| Cause.TimeoutError
|
|
1839
1824
|
| SdkError
|
|
1840
1825
|
| InvalidParameterError
|
|
1841
1826
|
| LimitExceededError
|
|
@@ -1851,7 +1836,7 @@ interface CloudWatchLogsService$ {
|
|
|
1851
1836
|
options?: HttpHandlerOptions,
|
|
1852
1837
|
): Effect.Effect<
|
|
1853
1838
|
PutResourcePolicyCommandOutput,
|
|
1854
|
-
| Cause.
|
|
1839
|
+
| Cause.TimeoutError
|
|
1855
1840
|
| SdkError
|
|
1856
1841
|
| InvalidParameterError
|
|
1857
1842
|
| LimitExceededError
|
|
@@ -1868,7 +1853,7 @@ interface CloudWatchLogsService$ {
|
|
|
1868
1853
|
options?: HttpHandlerOptions,
|
|
1869
1854
|
): Effect.Effect<
|
|
1870
1855
|
PutRetentionPolicyCommandOutput,
|
|
1871
|
-
| Cause.
|
|
1856
|
+
| Cause.TimeoutError
|
|
1872
1857
|
| SdkError
|
|
1873
1858
|
| InvalidParameterError
|
|
1874
1859
|
| OperationAbortedError
|
|
@@ -1884,7 +1869,7 @@ interface CloudWatchLogsService$ {
|
|
|
1884
1869
|
options?: HttpHandlerOptions,
|
|
1885
1870
|
): Effect.Effect<
|
|
1886
1871
|
PutSubscriptionFilterCommandOutput,
|
|
1887
|
-
| Cause.
|
|
1872
|
+
| Cause.TimeoutError
|
|
1888
1873
|
| SdkError
|
|
1889
1874
|
| InvalidOperationError
|
|
1890
1875
|
| InvalidParameterError
|
|
@@ -1902,7 +1887,7 @@ interface CloudWatchLogsService$ {
|
|
|
1902
1887
|
options?: HttpHandlerOptions,
|
|
1903
1888
|
): Effect.Effect<
|
|
1904
1889
|
PutTransformerCommandOutput,
|
|
1905
|
-
| Cause.
|
|
1890
|
+
| Cause.TimeoutError
|
|
1906
1891
|
| SdkError
|
|
1907
1892
|
| InvalidOperationError
|
|
1908
1893
|
| InvalidParameterError
|
|
@@ -1920,7 +1905,7 @@ interface CloudWatchLogsService$ {
|
|
|
1920
1905
|
options?: HttpHandlerOptions,
|
|
1921
1906
|
): Effect.Effect<
|
|
1922
1907
|
StartLiveTailCommandOutput,
|
|
1923
|
-
| Cause.
|
|
1908
|
+
| Cause.TimeoutError
|
|
1924
1909
|
| SdkError
|
|
1925
1910
|
| AccessDeniedError
|
|
1926
1911
|
| InvalidOperationError
|
|
@@ -1937,7 +1922,7 @@ interface CloudWatchLogsService$ {
|
|
|
1937
1922
|
options?: HttpHandlerOptions,
|
|
1938
1923
|
): Effect.Effect<
|
|
1939
1924
|
StartQueryCommandOutput,
|
|
1940
|
-
| Cause.
|
|
1925
|
+
| Cause.TimeoutError
|
|
1941
1926
|
| SdkError
|
|
1942
1927
|
| InvalidParameterError
|
|
1943
1928
|
| LimitExceededError
|
|
@@ -1954,7 +1939,7 @@ interface CloudWatchLogsService$ {
|
|
|
1954
1939
|
options?: HttpHandlerOptions,
|
|
1955
1940
|
): Effect.Effect<
|
|
1956
1941
|
StopQueryCommandOutput,
|
|
1957
|
-
Cause.
|
|
1942
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
1958
1943
|
>;
|
|
1959
1944
|
|
|
1960
1945
|
/**
|
|
@@ -1965,7 +1950,7 @@ interface CloudWatchLogsService$ {
|
|
|
1965
1950
|
options?: HttpHandlerOptions,
|
|
1966
1951
|
): Effect.Effect<
|
|
1967
1952
|
TagLogGroupCommandOutput,
|
|
1968
|
-
Cause.
|
|
1953
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError
|
|
1969
1954
|
>;
|
|
1970
1955
|
|
|
1971
1956
|
/**
|
|
@@ -1976,7 +1961,7 @@ interface CloudWatchLogsService$ {
|
|
|
1976
1961
|
options?: HttpHandlerOptions,
|
|
1977
1962
|
): Effect.Effect<
|
|
1978
1963
|
TagResourceCommandOutput,
|
|
1979
|
-
| Cause.
|
|
1964
|
+
| Cause.TimeoutError
|
|
1980
1965
|
| SdkError
|
|
1981
1966
|
| InvalidParameterError
|
|
1982
1967
|
| ResourceNotFoundError
|
|
@@ -1992,7 +1977,7 @@ interface CloudWatchLogsService$ {
|
|
|
1992
1977
|
options?: HttpHandlerOptions,
|
|
1993
1978
|
): Effect.Effect<
|
|
1994
1979
|
TestMetricFilterCommandOutput,
|
|
1995
|
-
Cause.
|
|
1980
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ServiceUnavailableError
|
|
1996
1981
|
>;
|
|
1997
1982
|
|
|
1998
1983
|
/**
|
|
@@ -2003,7 +1988,7 @@ interface CloudWatchLogsService$ {
|
|
|
2003
1988
|
options?: HttpHandlerOptions,
|
|
2004
1989
|
): Effect.Effect<
|
|
2005
1990
|
TestTransformerCommandOutput,
|
|
2006
|
-
Cause.
|
|
1991
|
+
Cause.TimeoutError | SdkError | InvalidOperationError | InvalidParameterError | ServiceUnavailableError
|
|
2007
1992
|
>;
|
|
2008
1993
|
|
|
2009
1994
|
/**
|
|
@@ -2014,7 +1999,7 @@ interface CloudWatchLogsService$ {
|
|
|
2014
1999
|
options?: HttpHandlerOptions,
|
|
2015
2000
|
): Effect.Effect<
|
|
2016
2001
|
UntagLogGroupCommandOutput,
|
|
2017
|
-
Cause.
|
|
2002
|
+
Cause.TimeoutError | SdkError | ResourceNotFoundError
|
|
2018
2003
|
>;
|
|
2019
2004
|
|
|
2020
2005
|
/**
|
|
@@ -2025,7 +2010,7 @@ interface CloudWatchLogsService$ {
|
|
|
2025
2010
|
options?: HttpHandlerOptions,
|
|
2026
2011
|
): Effect.Effect<
|
|
2027
2012
|
UntagResourceCommandOutput,
|
|
2028
|
-
Cause.
|
|
2013
|
+
Cause.TimeoutError | SdkError | InvalidParameterError | ResourceNotFoundError | ServiceUnavailableError
|
|
2029
2014
|
>;
|
|
2030
2015
|
|
|
2031
2016
|
/**
|
|
@@ -2036,7 +2021,7 @@ interface CloudWatchLogsService$ {
|
|
|
2036
2021
|
options?: HttpHandlerOptions,
|
|
2037
2022
|
): Effect.Effect<
|
|
2038
2023
|
UpdateAnomalyCommandOutput,
|
|
2039
|
-
| Cause.
|
|
2024
|
+
| Cause.TimeoutError
|
|
2040
2025
|
| SdkError
|
|
2041
2026
|
| InvalidParameterError
|
|
2042
2027
|
| OperationAbortedError
|
|
@@ -2052,7 +2037,7 @@ interface CloudWatchLogsService$ {
|
|
|
2052
2037
|
options?: HttpHandlerOptions,
|
|
2053
2038
|
): Effect.Effect<
|
|
2054
2039
|
UpdateDeliveryConfigurationCommandOutput,
|
|
2055
|
-
| Cause.
|
|
2040
|
+
| Cause.TimeoutError
|
|
2056
2041
|
| SdkError
|
|
2057
2042
|
| AccessDeniedError
|
|
2058
2043
|
| ConflictError
|
|
@@ -2070,7 +2055,7 @@ interface CloudWatchLogsService$ {
|
|
|
2070
2055
|
options?: HttpHandlerOptions,
|
|
2071
2056
|
): Effect.Effect<
|
|
2072
2057
|
UpdateLogAnomalyDetectorCommandOutput,
|
|
2073
|
-
| Cause.
|
|
2058
|
+
| Cause.TimeoutError
|
|
2074
2059
|
| SdkError
|
|
2075
2060
|
| InvalidParameterError
|
|
2076
2061
|
| OperationAbortedError
|
|
@@ -2086,7 +2071,7 @@ interface CloudWatchLogsService$ {
|
|
|
2086
2071
|
options?: HttpHandlerOptions,
|
|
2087
2072
|
): Effect.Effect<
|
|
2088
2073
|
UpdateScheduledQueryCommandOutput,
|
|
2089
|
-
| Cause.
|
|
2074
|
+
| Cause.TimeoutError
|
|
2090
2075
|
| SdkError
|
|
2091
2076
|
| AccessDeniedError
|
|
2092
2077
|
| InternalServerError
|
|
@@ -2117,10 +2102,10 @@ export const makeCloudWatchLogsService = Effect.gen(function*() {
|
|
|
2117
2102
|
* @since 1.0.0
|
|
2118
2103
|
* @category models
|
|
2119
2104
|
*/
|
|
2120
|
-
export class CloudWatchLogsService extends
|
|
2105
|
+
export class CloudWatchLogsService extends ServiceMap.Service<
|
|
2121
2106
|
CloudWatchLogsService,
|
|
2122
2107
|
CloudWatchLogsService$
|
|
2123
|
-
>() {
|
|
2108
|
+
>()("@effect-aws/client-cloudwatch-logs/CloudWatchLogsService") {
|
|
2124
2109
|
static readonly defaultLayer = Layer.effect(this, makeCloudWatchLogsService).pipe(Layer.provide(Instance.layer));
|
|
2125
2110
|
static readonly layer = (config: CloudWatchLogsService.Config) =>
|
|
2126
2111
|
Layer.effect(this, makeCloudWatchLogsService).pipe(
|