@effect-aws/client-iot-wireless 1.10.9 → 2.0.0-beta.1
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/IoTWirelessClientInstance.d.ts +4 -2
- package/dist/dts/IoTWirelessClientInstance.d.ts.map +1 -1
- package/dist/dts/IoTWirelessService.d.ts +117 -117
- package/dist/dts/IoTWirelessService.d.ts.map +1 -1
- package/dist/dts/IoTWirelessServiceConfig.d.ts +2 -1
- package/dist/dts/IoTWirelessServiceConfig.d.ts.map +1 -1
- package/dist/esm/IoTWirelessClientInstance.js +5 -3
- package/dist/esm/IoTWirelessClientInstance.js.map +1 -1
- package/dist/esm/IoTWirelessService.js +4 -2
- package/dist/esm/IoTWirelessService.js.map +1 -1
- package/dist/esm/IoTWirelessServiceConfig.js +7 -6
- package/dist/esm/IoTWirelessServiceConfig.js.map +1 -1
- package/package.json +8 -14
- package/src/IoTWirelessClientInstance.ts +6 -4
- package/src/IoTWirelessService.ts +118 -116
- package/src/IoTWirelessServiceConfig.ts +8 -7
- package/dist/cjs/Errors.d.ts +0 -14
- package/dist/cjs/Errors.d.ts.map +0 -1
- package/dist/cjs/Errors.js +0 -13
- package/dist/cjs/Errors.js.map +0 -1
- package/dist/cjs/IoTWirelessClientInstance.d.ts +0 -24
- package/dist/cjs/IoTWirelessClientInstance.d.ts.map +0 -1
- package/dist/cjs/IoTWirelessClientInstance.js +0 -50
- package/dist/cjs/IoTWirelessClientInstance.js.map +0 -1
- package/dist/cjs/IoTWirelessService.d.ts +0 -494
- package/dist/cjs/IoTWirelessService.d.ts.map +0 -1
- package/dist/cjs/IoTWirelessService.js +0 -171
- package/dist/cjs/IoTWirelessService.js.map +0 -1
- package/dist/cjs/IoTWirelessServiceConfig.d.ts +0 -25
- package/dist/cjs/IoTWirelessServiceConfig.d.ts.map +0 -1
- package/dist/cjs/IoTWirelessServiceConfig.js +0 -35
- package/dist/cjs/IoTWirelessServiceConfig.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
|
@@ -343,8 +343,10 @@ import {
|
|
|
343
343
|
} from "@aws-sdk/client-iot-wireless";
|
|
344
344
|
import type { HttpHandlerOptions, ServiceLogger } from "@effect-aws/commons";
|
|
345
345
|
import { Service } from "@effect-aws/commons";
|
|
346
|
-
import type
|
|
347
|
-
import
|
|
346
|
+
import type * as Cause from "effect/Cause";
|
|
347
|
+
import * as Effect from "effect/Effect";
|
|
348
|
+
import * as Layer from "effect/Layer";
|
|
349
|
+
import * as ServiceMap from "effect/ServiceMap";
|
|
348
350
|
import type {
|
|
349
351
|
AccessDeniedError,
|
|
350
352
|
ConflictError,
|
|
@@ -485,7 +487,7 @@ interface IoTWirelessService$ {
|
|
|
485
487
|
options?: HttpHandlerOptions,
|
|
486
488
|
): Effect.Effect<
|
|
487
489
|
AssociateAwsAccountWithPartnerAccountCommandOutput,
|
|
488
|
-
| Cause.
|
|
490
|
+
| Cause.TimeoutError
|
|
489
491
|
| SdkError
|
|
490
492
|
| AccessDeniedError
|
|
491
493
|
| ConflictError
|
|
@@ -503,7 +505,7 @@ interface IoTWirelessService$ {
|
|
|
503
505
|
options?: HttpHandlerOptions,
|
|
504
506
|
): Effect.Effect<
|
|
505
507
|
AssociateMulticastGroupWithFuotaTaskCommandOutput,
|
|
506
|
-
| Cause.
|
|
508
|
+
| Cause.TimeoutError
|
|
507
509
|
| SdkError
|
|
508
510
|
| AccessDeniedError
|
|
509
511
|
| ConflictError
|
|
@@ -521,7 +523,7 @@ interface IoTWirelessService$ {
|
|
|
521
523
|
options?: HttpHandlerOptions,
|
|
522
524
|
): Effect.Effect<
|
|
523
525
|
AssociateWirelessDeviceWithFuotaTaskCommandOutput,
|
|
524
|
-
| Cause.
|
|
526
|
+
| Cause.TimeoutError
|
|
525
527
|
| SdkError
|
|
526
528
|
| AccessDeniedError
|
|
527
529
|
| ConflictError
|
|
@@ -539,7 +541,7 @@ interface IoTWirelessService$ {
|
|
|
539
541
|
options?: HttpHandlerOptions,
|
|
540
542
|
): Effect.Effect<
|
|
541
543
|
AssociateWirelessDeviceWithMulticastGroupCommandOutput,
|
|
542
|
-
| Cause.
|
|
544
|
+
| Cause.TimeoutError
|
|
543
545
|
| SdkError
|
|
544
546
|
| AccessDeniedError
|
|
545
547
|
| ConflictError
|
|
@@ -557,7 +559,7 @@ interface IoTWirelessService$ {
|
|
|
557
559
|
options?: HttpHandlerOptions,
|
|
558
560
|
): Effect.Effect<
|
|
559
561
|
AssociateWirelessDeviceWithThingCommandOutput,
|
|
560
|
-
| Cause.
|
|
562
|
+
| Cause.TimeoutError
|
|
561
563
|
| SdkError
|
|
562
564
|
| AccessDeniedError
|
|
563
565
|
| ConflictError
|
|
@@ -575,7 +577,7 @@ interface IoTWirelessService$ {
|
|
|
575
577
|
options?: HttpHandlerOptions,
|
|
576
578
|
): Effect.Effect<
|
|
577
579
|
AssociateWirelessGatewayWithCertificateCommandOutput,
|
|
578
|
-
| Cause.
|
|
580
|
+
| Cause.TimeoutError
|
|
579
581
|
| SdkError
|
|
580
582
|
| AccessDeniedError
|
|
581
583
|
| ConflictError
|
|
@@ -593,7 +595,7 @@ interface IoTWirelessService$ {
|
|
|
593
595
|
options?: HttpHandlerOptions,
|
|
594
596
|
): Effect.Effect<
|
|
595
597
|
AssociateWirelessGatewayWithThingCommandOutput,
|
|
596
|
-
| Cause.
|
|
598
|
+
| Cause.TimeoutError
|
|
597
599
|
| SdkError
|
|
598
600
|
| AccessDeniedError
|
|
599
601
|
| ConflictError
|
|
@@ -611,7 +613,7 @@ interface IoTWirelessService$ {
|
|
|
611
613
|
options?: HttpHandlerOptions,
|
|
612
614
|
): Effect.Effect<
|
|
613
615
|
CancelMulticastGroupSessionCommandOutput,
|
|
614
|
-
| Cause.
|
|
616
|
+
| Cause.TimeoutError
|
|
615
617
|
| SdkError
|
|
616
618
|
| AccessDeniedError
|
|
617
619
|
| ConflictError
|
|
@@ -629,7 +631,7 @@ interface IoTWirelessService$ {
|
|
|
629
631
|
options?: HttpHandlerOptions,
|
|
630
632
|
): Effect.Effect<
|
|
631
633
|
CreateDestinationCommandOutput,
|
|
632
|
-
| Cause.
|
|
634
|
+
| Cause.TimeoutError
|
|
633
635
|
| SdkError
|
|
634
636
|
| AccessDeniedError
|
|
635
637
|
| ConflictError
|
|
@@ -647,7 +649,7 @@ interface IoTWirelessService$ {
|
|
|
647
649
|
options?: HttpHandlerOptions,
|
|
648
650
|
): Effect.Effect<
|
|
649
651
|
CreateDeviceProfileCommandOutput,
|
|
650
|
-
| Cause.
|
|
652
|
+
| Cause.TimeoutError
|
|
651
653
|
| SdkError
|
|
652
654
|
| AccessDeniedError
|
|
653
655
|
| ConflictError
|
|
@@ -664,7 +666,7 @@ interface IoTWirelessService$ {
|
|
|
664
666
|
options?: HttpHandlerOptions,
|
|
665
667
|
): Effect.Effect<
|
|
666
668
|
CreateFuotaTaskCommandOutput,
|
|
667
|
-
| Cause.
|
|
669
|
+
| Cause.TimeoutError
|
|
668
670
|
| SdkError
|
|
669
671
|
| AccessDeniedError
|
|
670
672
|
| ConflictError
|
|
@@ -682,7 +684,7 @@ interface IoTWirelessService$ {
|
|
|
682
684
|
options?: HttpHandlerOptions,
|
|
683
685
|
): Effect.Effect<
|
|
684
686
|
CreateMulticastGroupCommandOutput,
|
|
685
|
-
| Cause.
|
|
687
|
+
| Cause.TimeoutError
|
|
686
688
|
| SdkError
|
|
687
689
|
| AccessDeniedError
|
|
688
690
|
| ConflictError
|
|
@@ -700,7 +702,7 @@ interface IoTWirelessService$ {
|
|
|
700
702
|
options?: HttpHandlerOptions,
|
|
701
703
|
): Effect.Effect<
|
|
702
704
|
CreateNetworkAnalyzerConfigurationCommandOutput,
|
|
703
|
-
| Cause.
|
|
705
|
+
| Cause.TimeoutError
|
|
704
706
|
| SdkError
|
|
705
707
|
| AccessDeniedError
|
|
706
708
|
| ConflictError
|
|
@@ -718,7 +720,7 @@ interface IoTWirelessService$ {
|
|
|
718
720
|
options?: HttpHandlerOptions,
|
|
719
721
|
): Effect.Effect<
|
|
720
722
|
CreateServiceProfileCommandOutput,
|
|
721
|
-
| Cause.
|
|
723
|
+
| Cause.TimeoutError
|
|
722
724
|
| SdkError
|
|
723
725
|
| AccessDeniedError
|
|
724
726
|
| ConflictError
|
|
@@ -735,7 +737,7 @@ interface IoTWirelessService$ {
|
|
|
735
737
|
options?: HttpHandlerOptions,
|
|
736
738
|
): Effect.Effect<
|
|
737
739
|
CreateWirelessDeviceCommandOutput,
|
|
738
|
-
| Cause.
|
|
740
|
+
| Cause.TimeoutError
|
|
739
741
|
| SdkError
|
|
740
742
|
| AccessDeniedError
|
|
741
743
|
| ConflictError
|
|
@@ -753,7 +755,7 @@ interface IoTWirelessService$ {
|
|
|
753
755
|
options?: HttpHandlerOptions,
|
|
754
756
|
): Effect.Effect<
|
|
755
757
|
CreateWirelessGatewayCommandOutput,
|
|
756
|
-
| Cause.
|
|
758
|
+
| Cause.TimeoutError
|
|
757
759
|
| SdkError
|
|
758
760
|
| AccessDeniedError
|
|
759
761
|
| ConflictError
|
|
@@ -770,7 +772,7 @@ interface IoTWirelessService$ {
|
|
|
770
772
|
options?: HttpHandlerOptions,
|
|
771
773
|
): Effect.Effect<
|
|
772
774
|
CreateWirelessGatewayTaskCommandOutput,
|
|
773
|
-
| Cause.
|
|
775
|
+
| Cause.TimeoutError
|
|
774
776
|
| SdkError
|
|
775
777
|
| AccessDeniedError
|
|
776
778
|
| ConflictError
|
|
@@ -788,7 +790,7 @@ interface IoTWirelessService$ {
|
|
|
788
790
|
options?: HttpHandlerOptions,
|
|
789
791
|
): Effect.Effect<
|
|
790
792
|
CreateWirelessGatewayTaskDefinitionCommandOutput,
|
|
791
|
-
| Cause.
|
|
793
|
+
| Cause.TimeoutError
|
|
792
794
|
| SdkError
|
|
793
795
|
| AccessDeniedError
|
|
794
796
|
| ConflictError
|
|
@@ -806,7 +808,7 @@ interface IoTWirelessService$ {
|
|
|
806
808
|
options?: HttpHandlerOptions,
|
|
807
809
|
): Effect.Effect<
|
|
808
810
|
DeleteDestinationCommandOutput,
|
|
809
|
-
| Cause.
|
|
811
|
+
| Cause.TimeoutError
|
|
810
812
|
| SdkError
|
|
811
813
|
| AccessDeniedError
|
|
812
814
|
| ConflictError
|
|
@@ -824,7 +826,7 @@ interface IoTWirelessService$ {
|
|
|
824
826
|
options?: HttpHandlerOptions,
|
|
825
827
|
): Effect.Effect<
|
|
826
828
|
DeleteDeviceProfileCommandOutput,
|
|
827
|
-
| Cause.
|
|
829
|
+
| Cause.TimeoutError
|
|
828
830
|
| SdkError
|
|
829
831
|
| AccessDeniedError
|
|
830
832
|
| ConflictError
|
|
@@ -842,7 +844,7 @@ interface IoTWirelessService$ {
|
|
|
842
844
|
options?: HttpHandlerOptions,
|
|
843
845
|
): Effect.Effect<
|
|
844
846
|
DeleteFuotaTaskCommandOutput,
|
|
845
|
-
| Cause.
|
|
847
|
+
| Cause.TimeoutError
|
|
846
848
|
| SdkError
|
|
847
849
|
| AccessDeniedError
|
|
848
850
|
| InternalServerError
|
|
@@ -859,7 +861,7 @@ interface IoTWirelessService$ {
|
|
|
859
861
|
options?: HttpHandlerOptions,
|
|
860
862
|
): Effect.Effect<
|
|
861
863
|
DeleteMulticastGroupCommandOutput,
|
|
862
|
-
| Cause.
|
|
864
|
+
| Cause.TimeoutError
|
|
863
865
|
| SdkError
|
|
864
866
|
| AccessDeniedError
|
|
865
867
|
| ConflictError
|
|
@@ -877,7 +879,7 @@ interface IoTWirelessService$ {
|
|
|
877
879
|
options?: HttpHandlerOptions,
|
|
878
880
|
): Effect.Effect<
|
|
879
881
|
DeleteNetworkAnalyzerConfigurationCommandOutput,
|
|
880
|
-
| Cause.
|
|
882
|
+
| Cause.TimeoutError
|
|
881
883
|
| SdkError
|
|
882
884
|
| AccessDeniedError
|
|
883
885
|
| ConflictError
|
|
@@ -895,7 +897,7 @@ interface IoTWirelessService$ {
|
|
|
895
897
|
options?: HttpHandlerOptions,
|
|
896
898
|
): Effect.Effect<
|
|
897
899
|
DeleteQueuedMessagesCommandOutput,
|
|
898
|
-
| Cause.
|
|
900
|
+
| Cause.TimeoutError
|
|
899
901
|
| SdkError
|
|
900
902
|
| AccessDeniedError
|
|
901
903
|
| InternalServerError
|
|
@@ -912,7 +914,7 @@ interface IoTWirelessService$ {
|
|
|
912
914
|
options?: HttpHandlerOptions,
|
|
913
915
|
): Effect.Effect<
|
|
914
916
|
DeleteServiceProfileCommandOutput,
|
|
915
|
-
| Cause.
|
|
917
|
+
| Cause.TimeoutError
|
|
916
918
|
| SdkError
|
|
917
919
|
| AccessDeniedError
|
|
918
920
|
| ConflictError
|
|
@@ -930,7 +932,7 @@ interface IoTWirelessService$ {
|
|
|
930
932
|
options?: HttpHandlerOptions,
|
|
931
933
|
): Effect.Effect<
|
|
932
934
|
DeleteWirelessDeviceCommandOutput,
|
|
933
|
-
| Cause.
|
|
935
|
+
| Cause.TimeoutError
|
|
934
936
|
| SdkError
|
|
935
937
|
| AccessDeniedError
|
|
936
938
|
| InternalServerError
|
|
@@ -947,7 +949,7 @@ interface IoTWirelessService$ {
|
|
|
947
949
|
options?: HttpHandlerOptions,
|
|
948
950
|
): Effect.Effect<
|
|
949
951
|
DeleteWirelessDeviceImportTaskCommandOutput,
|
|
950
|
-
| Cause.
|
|
952
|
+
| Cause.TimeoutError
|
|
951
953
|
| SdkError
|
|
952
954
|
| AccessDeniedError
|
|
953
955
|
| ConflictError
|
|
@@ -965,7 +967,7 @@ interface IoTWirelessService$ {
|
|
|
965
967
|
options?: HttpHandlerOptions,
|
|
966
968
|
): Effect.Effect<
|
|
967
969
|
DeleteWirelessGatewayCommandOutput,
|
|
968
|
-
| Cause.
|
|
970
|
+
| Cause.TimeoutError
|
|
969
971
|
| SdkError
|
|
970
972
|
| AccessDeniedError
|
|
971
973
|
| InternalServerError
|
|
@@ -982,7 +984,7 @@ interface IoTWirelessService$ {
|
|
|
982
984
|
options?: HttpHandlerOptions,
|
|
983
985
|
): Effect.Effect<
|
|
984
986
|
DeleteWirelessGatewayTaskCommandOutput,
|
|
985
|
-
| Cause.
|
|
987
|
+
| Cause.TimeoutError
|
|
986
988
|
| SdkError
|
|
987
989
|
| AccessDeniedError
|
|
988
990
|
| InternalServerError
|
|
@@ -999,7 +1001,7 @@ interface IoTWirelessService$ {
|
|
|
999
1001
|
options?: HttpHandlerOptions,
|
|
1000
1002
|
): Effect.Effect<
|
|
1001
1003
|
DeleteWirelessGatewayTaskDefinitionCommandOutput,
|
|
1002
|
-
| Cause.
|
|
1004
|
+
| Cause.TimeoutError
|
|
1003
1005
|
| SdkError
|
|
1004
1006
|
| AccessDeniedError
|
|
1005
1007
|
| InternalServerError
|
|
@@ -1016,7 +1018,7 @@ interface IoTWirelessService$ {
|
|
|
1016
1018
|
options?: HttpHandlerOptions,
|
|
1017
1019
|
): Effect.Effect<
|
|
1018
1020
|
DeregisterWirelessDeviceCommandOutput,
|
|
1019
|
-
Cause.
|
|
1021
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1020
1022
|
>;
|
|
1021
1023
|
|
|
1022
1024
|
/**
|
|
@@ -1027,7 +1029,7 @@ interface IoTWirelessService$ {
|
|
|
1027
1029
|
options?: HttpHandlerOptions,
|
|
1028
1030
|
): Effect.Effect<
|
|
1029
1031
|
DisassociateAwsAccountFromPartnerAccountCommandOutput,
|
|
1030
|
-
Cause.
|
|
1032
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1031
1033
|
>;
|
|
1032
1034
|
|
|
1033
1035
|
/**
|
|
@@ -1038,7 +1040,7 @@ interface IoTWirelessService$ {
|
|
|
1038
1040
|
options?: HttpHandlerOptions,
|
|
1039
1041
|
): Effect.Effect<
|
|
1040
1042
|
DisassociateMulticastGroupFromFuotaTaskCommandOutput,
|
|
1041
|
-
| Cause.
|
|
1043
|
+
| Cause.TimeoutError
|
|
1042
1044
|
| SdkError
|
|
1043
1045
|
| AccessDeniedError
|
|
1044
1046
|
| ConflictError
|
|
@@ -1055,7 +1057,7 @@ interface IoTWirelessService$ {
|
|
|
1055
1057
|
options?: HttpHandlerOptions,
|
|
1056
1058
|
): Effect.Effect<
|
|
1057
1059
|
DisassociateWirelessDeviceFromFuotaTaskCommandOutput,
|
|
1058
|
-
| Cause.
|
|
1060
|
+
| Cause.TimeoutError
|
|
1059
1061
|
| SdkError
|
|
1060
1062
|
| AccessDeniedError
|
|
1061
1063
|
| ConflictError
|
|
@@ -1073,7 +1075,7 @@ interface IoTWirelessService$ {
|
|
|
1073
1075
|
options?: HttpHandlerOptions,
|
|
1074
1076
|
): Effect.Effect<
|
|
1075
1077
|
DisassociateWirelessDeviceFromMulticastGroupCommandOutput,
|
|
1076
|
-
| Cause.
|
|
1078
|
+
| Cause.TimeoutError
|
|
1077
1079
|
| SdkError
|
|
1078
1080
|
| AccessDeniedError
|
|
1079
1081
|
| InternalServerError
|
|
@@ -1090,7 +1092,7 @@ interface IoTWirelessService$ {
|
|
|
1090
1092
|
options?: HttpHandlerOptions,
|
|
1091
1093
|
): Effect.Effect<
|
|
1092
1094
|
DisassociateWirelessDeviceFromThingCommandOutput,
|
|
1093
|
-
| Cause.
|
|
1095
|
+
| Cause.TimeoutError
|
|
1094
1096
|
| SdkError
|
|
1095
1097
|
| AccessDeniedError
|
|
1096
1098
|
| ConflictError
|
|
@@ -1108,7 +1110,7 @@ interface IoTWirelessService$ {
|
|
|
1108
1110
|
options?: HttpHandlerOptions,
|
|
1109
1111
|
): Effect.Effect<
|
|
1110
1112
|
DisassociateWirelessGatewayFromCertificateCommandOutput,
|
|
1111
|
-
| Cause.
|
|
1113
|
+
| Cause.TimeoutError
|
|
1112
1114
|
| SdkError
|
|
1113
1115
|
| AccessDeniedError
|
|
1114
1116
|
| InternalServerError
|
|
@@ -1125,7 +1127,7 @@ interface IoTWirelessService$ {
|
|
|
1125
1127
|
options?: HttpHandlerOptions,
|
|
1126
1128
|
): Effect.Effect<
|
|
1127
1129
|
DisassociateWirelessGatewayFromThingCommandOutput,
|
|
1128
|
-
| Cause.
|
|
1130
|
+
| Cause.TimeoutError
|
|
1129
1131
|
| SdkError
|
|
1130
1132
|
| AccessDeniedError
|
|
1131
1133
|
| ConflictError
|
|
@@ -1143,7 +1145,7 @@ interface IoTWirelessService$ {
|
|
|
1143
1145
|
options?: HttpHandlerOptions,
|
|
1144
1146
|
): Effect.Effect<
|
|
1145
1147
|
GetDestinationCommandOutput,
|
|
1146
|
-
| Cause.
|
|
1148
|
+
| Cause.TimeoutError
|
|
1147
1149
|
| SdkError
|
|
1148
1150
|
| AccessDeniedError
|
|
1149
1151
|
| InternalServerError
|
|
@@ -1160,7 +1162,7 @@ interface IoTWirelessService$ {
|
|
|
1160
1162
|
options?: HttpHandlerOptions,
|
|
1161
1163
|
): Effect.Effect<
|
|
1162
1164
|
GetDeviceProfileCommandOutput,
|
|
1163
|
-
| Cause.
|
|
1165
|
+
| Cause.TimeoutError
|
|
1164
1166
|
| SdkError
|
|
1165
1167
|
| AccessDeniedError
|
|
1166
1168
|
| InternalServerError
|
|
@@ -1177,7 +1179,7 @@ interface IoTWirelessService$ {
|
|
|
1177
1179
|
options?: HttpHandlerOptions,
|
|
1178
1180
|
): Effect.Effect<
|
|
1179
1181
|
GetEventConfigurationByResourceTypesCommandOutput,
|
|
1180
|
-
Cause.
|
|
1182
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError
|
|
1181
1183
|
>;
|
|
1182
1184
|
|
|
1183
1185
|
/**
|
|
@@ -1188,7 +1190,7 @@ interface IoTWirelessService$ {
|
|
|
1188
1190
|
options?: HttpHandlerOptions,
|
|
1189
1191
|
): Effect.Effect<
|
|
1190
1192
|
GetFuotaTaskCommandOutput,
|
|
1191
|
-
| Cause.
|
|
1193
|
+
| Cause.TimeoutError
|
|
1192
1194
|
| SdkError
|
|
1193
1195
|
| AccessDeniedError
|
|
1194
1196
|
| InternalServerError
|
|
@@ -1205,7 +1207,7 @@ interface IoTWirelessService$ {
|
|
|
1205
1207
|
options?: HttpHandlerOptions,
|
|
1206
1208
|
): Effect.Effect<
|
|
1207
1209
|
GetLogLevelsByResourceTypesCommandOutput,
|
|
1208
|
-
| Cause.
|
|
1210
|
+
| Cause.TimeoutError
|
|
1209
1211
|
| SdkError
|
|
1210
1212
|
| AccessDeniedError
|
|
1211
1213
|
| InternalServerError
|
|
@@ -1222,7 +1224,7 @@ interface IoTWirelessService$ {
|
|
|
1222
1224
|
options?: HttpHandlerOptions,
|
|
1223
1225
|
): Effect.Effect<
|
|
1224
1226
|
GetMetricConfigurationCommandOutput,
|
|
1225
|
-
| Cause.
|
|
1227
|
+
| Cause.TimeoutError
|
|
1226
1228
|
| SdkError
|
|
1227
1229
|
| AccessDeniedError
|
|
1228
1230
|
| ConflictError
|
|
@@ -1240,7 +1242,7 @@ interface IoTWirelessService$ {
|
|
|
1240
1242
|
options?: HttpHandlerOptions,
|
|
1241
1243
|
): Effect.Effect<
|
|
1242
1244
|
GetMetricsCommandOutput,
|
|
1243
|
-
| Cause.
|
|
1245
|
+
| Cause.TimeoutError
|
|
1244
1246
|
| SdkError
|
|
1245
1247
|
| AccessDeniedError
|
|
1246
1248
|
| ConflictError
|
|
@@ -1258,7 +1260,7 @@ interface IoTWirelessService$ {
|
|
|
1258
1260
|
options?: HttpHandlerOptions,
|
|
1259
1261
|
): Effect.Effect<
|
|
1260
1262
|
GetMulticastGroupCommandOutput,
|
|
1261
|
-
| Cause.
|
|
1263
|
+
| Cause.TimeoutError
|
|
1262
1264
|
| SdkError
|
|
1263
1265
|
| AccessDeniedError
|
|
1264
1266
|
| InternalServerError
|
|
@@ -1275,7 +1277,7 @@ interface IoTWirelessService$ {
|
|
|
1275
1277
|
options?: HttpHandlerOptions,
|
|
1276
1278
|
): Effect.Effect<
|
|
1277
1279
|
GetMulticastGroupSessionCommandOutput,
|
|
1278
|
-
| Cause.
|
|
1280
|
+
| Cause.TimeoutError
|
|
1279
1281
|
| SdkError
|
|
1280
1282
|
| AccessDeniedError
|
|
1281
1283
|
| InternalServerError
|
|
@@ -1292,7 +1294,7 @@ interface IoTWirelessService$ {
|
|
|
1292
1294
|
options?: HttpHandlerOptions,
|
|
1293
1295
|
): Effect.Effect<
|
|
1294
1296
|
GetNetworkAnalyzerConfigurationCommandOutput,
|
|
1295
|
-
| Cause.
|
|
1297
|
+
| Cause.TimeoutError
|
|
1296
1298
|
| SdkError
|
|
1297
1299
|
| AccessDeniedError
|
|
1298
1300
|
| InternalServerError
|
|
@@ -1309,7 +1311,7 @@ interface IoTWirelessService$ {
|
|
|
1309
1311
|
options?: HttpHandlerOptions,
|
|
1310
1312
|
): Effect.Effect<
|
|
1311
1313
|
GetPartnerAccountCommandOutput,
|
|
1312
|
-
Cause.
|
|
1314
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1313
1315
|
>;
|
|
1314
1316
|
|
|
1315
1317
|
/**
|
|
@@ -1320,7 +1322,7 @@ interface IoTWirelessService$ {
|
|
|
1320
1322
|
options?: HttpHandlerOptions,
|
|
1321
1323
|
): Effect.Effect<
|
|
1322
1324
|
GetPositionCommandOutput,
|
|
1323
|
-
| Cause.
|
|
1325
|
+
| Cause.TimeoutError
|
|
1324
1326
|
| SdkError
|
|
1325
1327
|
| AccessDeniedError
|
|
1326
1328
|
| InternalServerError
|
|
@@ -1337,7 +1339,7 @@ interface IoTWirelessService$ {
|
|
|
1337
1339
|
options?: HttpHandlerOptions,
|
|
1338
1340
|
): Effect.Effect<
|
|
1339
1341
|
GetPositionConfigurationCommandOutput,
|
|
1340
|
-
| Cause.
|
|
1342
|
+
| Cause.TimeoutError
|
|
1341
1343
|
| SdkError
|
|
1342
1344
|
| AccessDeniedError
|
|
1343
1345
|
| InternalServerError
|
|
@@ -1354,7 +1356,7 @@ interface IoTWirelessService$ {
|
|
|
1354
1356
|
options?: HttpHandlerOptions,
|
|
1355
1357
|
): Effect.Effect<
|
|
1356
1358
|
GetPositionEstimateCommandOutput,
|
|
1357
|
-
| Cause.
|
|
1359
|
+
| Cause.TimeoutError
|
|
1358
1360
|
| SdkError
|
|
1359
1361
|
| AccessDeniedError
|
|
1360
1362
|
| InternalServerError
|
|
@@ -1371,7 +1373,7 @@ interface IoTWirelessService$ {
|
|
|
1371
1373
|
options?: HttpHandlerOptions,
|
|
1372
1374
|
): Effect.Effect<
|
|
1373
1375
|
GetResourceEventConfigurationCommandOutput,
|
|
1374
|
-
| Cause.
|
|
1376
|
+
| Cause.TimeoutError
|
|
1375
1377
|
| SdkError
|
|
1376
1378
|
| AccessDeniedError
|
|
1377
1379
|
| InternalServerError
|
|
@@ -1388,7 +1390,7 @@ interface IoTWirelessService$ {
|
|
|
1388
1390
|
options?: HttpHandlerOptions,
|
|
1389
1391
|
): Effect.Effect<
|
|
1390
1392
|
GetResourceLogLevelCommandOutput,
|
|
1391
|
-
| Cause.
|
|
1393
|
+
| Cause.TimeoutError
|
|
1392
1394
|
| SdkError
|
|
1393
1395
|
| AccessDeniedError
|
|
1394
1396
|
| InternalServerError
|
|
@@ -1405,7 +1407,7 @@ interface IoTWirelessService$ {
|
|
|
1405
1407
|
options?: HttpHandlerOptions,
|
|
1406
1408
|
): Effect.Effect<
|
|
1407
1409
|
GetResourcePositionCommandOutput,
|
|
1408
|
-
| Cause.
|
|
1410
|
+
| Cause.TimeoutError
|
|
1409
1411
|
| SdkError
|
|
1410
1412
|
| AccessDeniedError
|
|
1411
1413
|
| InternalServerError
|
|
@@ -1422,7 +1424,7 @@ interface IoTWirelessService$ {
|
|
|
1422
1424
|
options?: HttpHandlerOptions,
|
|
1423
1425
|
): Effect.Effect<
|
|
1424
1426
|
GetServiceEndpointCommandOutput,
|
|
1425
|
-
Cause.
|
|
1427
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1426
1428
|
>;
|
|
1427
1429
|
|
|
1428
1430
|
/**
|
|
@@ -1433,7 +1435,7 @@ interface IoTWirelessService$ {
|
|
|
1433
1435
|
options?: HttpHandlerOptions,
|
|
1434
1436
|
): Effect.Effect<
|
|
1435
1437
|
GetServiceProfileCommandOutput,
|
|
1436
|
-
| Cause.
|
|
1438
|
+
| Cause.TimeoutError
|
|
1437
1439
|
| SdkError
|
|
1438
1440
|
| AccessDeniedError
|
|
1439
1441
|
| InternalServerError
|
|
@@ -1450,7 +1452,7 @@ interface IoTWirelessService$ {
|
|
|
1450
1452
|
options?: HttpHandlerOptions,
|
|
1451
1453
|
): Effect.Effect<
|
|
1452
1454
|
GetWirelessDeviceCommandOutput,
|
|
1453
|
-
| Cause.
|
|
1455
|
+
| Cause.TimeoutError
|
|
1454
1456
|
| SdkError
|
|
1455
1457
|
| AccessDeniedError
|
|
1456
1458
|
| InternalServerError
|
|
@@ -1467,7 +1469,7 @@ interface IoTWirelessService$ {
|
|
|
1467
1469
|
options?: HttpHandlerOptions,
|
|
1468
1470
|
): Effect.Effect<
|
|
1469
1471
|
GetWirelessDeviceImportTaskCommandOutput,
|
|
1470
|
-
| Cause.
|
|
1472
|
+
| Cause.TimeoutError
|
|
1471
1473
|
| SdkError
|
|
1472
1474
|
| AccessDeniedError
|
|
1473
1475
|
| ConflictError
|
|
@@ -1485,7 +1487,7 @@ interface IoTWirelessService$ {
|
|
|
1485
1487
|
options?: HttpHandlerOptions,
|
|
1486
1488
|
): Effect.Effect<
|
|
1487
1489
|
GetWirelessDeviceStatisticsCommandOutput,
|
|
1488
|
-
| Cause.
|
|
1490
|
+
| Cause.TimeoutError
|
|
1489
1491
|
| SdkError
|
|
1490
1492
|
| AccessDeniedError
|
|
1491
1493
|
| InternalServerError
|
|
@@ -1502,7 +1504,7 @@ interface IoTWirelessService$ {
|
|
|
1502
1504
|
options?: HttpHandlerOptions,
|
|
1503
1505
|
): Effect.Effect<
|
|
1504
1506
|
GetWirelessGatewayCommandOutput,
|
|
1505
|
-
| Cause.
|
|
1507
|
+
| Cause.TimeoutError
|
|
1506
1508
|
| SdkError
|
|
1507
1509
|
| AccessDeniedError
|
|
1508
1510
|
| InternalServerError
|
|
@@ -1519,7 +1521,7 @@ interface IoTWirelessService$ {
|
|
|
1519
1521
|
options?: HttpHandlerOptions,
|
|
1520
1522
|
): Effect.Effect<
|
|
1521
1523
|
GetWirelessGatewayCertificateCommandOutput,
|
|
1522
|
-
| Cause.
|
|
1524
|
+
| Cause.TimeoutError
|
|
1523
1525
|
| SdkError
|
|
1524
1526
|
| AccessDeniedError
|
|
1525
1527
|
| InternalServerError
|
|
@@ -1536,7 +1538,7 @@ interface IoTWirelessService$ {
|
|
|
1536
1538
|
options?: HttpHandlerOptions,
|
|
1537
1539
|
): Effect.Effect<
|
|
1538
1540
|
GetWirelessGatewayFirmwareInformationCommandOutput,
|
|
1539
|
-
| Cause.
|
|
1541
|
+
| Cause.TimeoutError
|
|
1540
1542
|
| SdkError
|
|
1541
1543
|
| AccessDeniedError
|
|
1542
1544
|
| InternalServerError
|
|
@@ -1553,7 +1555,7 @@ interface IoTWirelessService$ {
|
|
|
1553
1555
|
options?: HttpHandlerOptions,
|
|
1554
1556
|
): Effect.Effect<
|
|
1555
1557
|
GetWirelessGatewayStatisticsCommandOutput,
|
|
1556
|
-
| Cause.
|
|
1558
|
+
| Cause.TimeoutError
|
|
1557
1559
|
| SdkError
|
|
1558
1560
|
| AccessDeniedError
|
|
1559
1561
|
| InternalServerError
|
|
@@ -1570,7 +1572,7 @@ interface IoTWirelessService$ {
|
|
|
1570
1572
|
options?: HttpHandlerOptions,
|
|
1571
1573
|
): Effect.Effect<
|
|
1572
1574
|
GetWirelessGatewayTaskCommandOutput,
|
|
1573
|
-
| Cause.
|
|
1575
|
+
| Cause.TimeoutError
|
|
1574
1576
|
| SdkError
|
|
1575
1577
|
| AccessDeniedError
|
|
1576
1578
|
| InternalServerError
|
|
@@ -1587,7 +1589,7 @@ interface IoTWirelessService$ {
|
|
|
1587
1589
|
options?: HttpHandlerOptions,
|
|
1588
1590
|
): Effect.Effect<
|
|
1589
1591
|
GetWirelessGatewayTaskDefinitionCommandOutput,
|
|
1590
|
-
| Cause.
|
|
1592
|
+
| Cause.TimeoutError
|
|
1591
1593
|
| SdkError
|
|
1592
1594
|
| AccessDeniedError
|
|
1593
1595
|
| InternalServerError
|
|
@@ -1604,7 +1606,7 @@ interface IoTWirelessService$ {
|
|
|
1604
1606
|
options?: HttpHandlerOptions,
|
|
1605
1607
|
): Effect.Effect<
|
|
1606
1608
|
ListDestinationsCommandOutput,
|
|
1607
|
-
Cause.
|
|
1609
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1608
1610
|
>;
|
|
1609
1611
|
|
|
1610
1612
|
/**
|
|
@@ -1615,7 +1617,7 @@ interface IoTWirelessService$ {
|
|
|
1615
1617
|
options?: HttpHandlerOptions,
|
|
1616
1618
|
): Effect.Effect<
|
|
1617
1619
|
ListDeviceProfilesCommandOutput,
|
|
1618
|
-
Cause.
|
|
1620
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1619
1621
|
>;
|
|
1620
1622
|
|
|
1621
1623
|
/**
|
|
@@ -1626,7 +1628,7 @@ interface IoTWirelessService$ {
|
|
|
1626
1628
|
options?: HttpHandlerOptions,
|
|
1627
1629
|
): Effect.Effect<
|
|
1628
1630
|
ListDevicesForWirelessDeviceImportTaskCommandOutput,
|
|
1629
|
-
| Cause.
|
|
1631
|
+
| Cause.TimeoutError
|
|
1630
1632
|
| SdkError
|
|
1631
1633
|
| AccessDeniedError
|
|
1632
1634
|
| ConflictError
|
|
@@ -1644,7 +1646,7 @@ interface IoTWirelessService$ {
|
|
|
1644
1646
|
options?: HttpHandlerOptions,
|
|
1645
1647
|
): Effect.Effect<
|
|
1646
1648
|
ListEventConfigurationsCommandOutput,
|
|
1647
|
-
Cause.
|
|
1649
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1648
1650
|
>;
|
|
1649
1651
|
|
|
1650
1652
|
/**
|
|
@@ -1655,7 +1657,7 @@ interface IoTWirelessService$ {
|
|
|
1655
1657
|
options?: HttpHandlerOptions,
|
|
1656
1658
|
): Effect.Effect<
|
|
1657
1659
|
ListFuotaTasksCommandOutput,
|
|
1658
|
-
Cause.
|
|
1660
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1659
1661
|
>;
|
|
1660
1662
|
|
|
1661
1663
|
/**
|
|
@@ -1666,7 +1668,7 @@ interface IoTWirelessService$ {
|
|
|
1666
1668
|
options?: HttpHandlerOptions,
|
|
1667
1669
|
): Effect.Effect<
|
|
1668
1670
|
ListMulticastGroupsCommandOutput,
|
|
1669
|
-
Cause.
|
|
1671
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1670
1672
|
>;
|
|
1671
1673
|
|
|
1672
1674
|
/**
|
|
@@ -1677,7 +1679,7 @@ interface IoTWirelessService$ {
|
|
|
1677
1679
|
options?: HttpHandlerOptions,
|
|
1678
1680
|
): Effect.Effect<
|
|
1679
1681
|
ListMulticastGroupsByFuotaTaskCommandOutput,
|
|
1680
|
-
| Cause.
|
|
1682
|
+
| Cause.TimeoutError
|
|
1681
1683
|
| SdkError
|
|
1682
1684
|
| AccessDeniedError
|
|
1683
1685
|
| InternalServerError
|
|
@@ -1694,7 +1696,7 @@ interface IoTWirelessService$ {
|
|
|
1694
1696
|
options?: HttpHandlerOptions,
|
|
1695
1697
|
): Effect.Effect<
|
|
1696
1698
|
ListNetworkAnalyzerConfigurationsCommandOutput,
|
|
1697
|
-
Cause.
|
|
1699
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1698
1700
|
>;
|
|
1699
1701
|
|
|
1700
1702
|
/**
|
|
@@ -1705,7 +1707,7 @@ interface IoTWirelessService$ {
|
|
|
1705
1707
|
options?: HttpHandlerOptions,
|
|
1706
1708
|
): Effect.Effect<
|
|
1707
1709
|
ListPartnerAccountsCommandOutput,
|
|
1708
|
-
Cause.
|
|
1710
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1709
1711
|
>;
|
|
1710
1712
|
|
|
1711
1713
|
/**
|
|
@@ -1716,7 +1718,7 @@ interface IoTWirelessService$ {
|
|
|
1716
1718
|
options?: HttpHandlerOptions,
|
|
1717
1719
|
): Effect.Effect<
|
|
1718
1720
|
ListPositionConfigurationsCommandOutput,
|
|
1719
|
-
Cause.
|
|
1721
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1720
1722
|
>;
|
|
1721
1723
|
|
|
1722
1724
|
/**
|
|
@@ -1727,7 +1729,7 @@ interface IoTWirelessService$ {
|
|
|
1727
1729
|
options?: HttpHandlerOptions,
|
|
1728
1730
|
): Effect.Effect<
|
|
1729
1731
|
ListQueuedMessagesCommandOutput,
|
|
1730
|
-
| Cause.
|
|
1732
|
+
| Cause.TimeoutError
|
|
1731
1733
|
| SdkError
|
|
1732
1734
|
| AccessDeniedError
|
|
1733
1735
|
| InternalServerError
|
|
@@ -1744,7 +1746,7 @@ interface IoTWirelessService$ {
|
|
|
1744
1746
|
options?: HttpHandlerOptions,
|
|
1745
1747
|
): Effect.Effect<
|
|
1746
1748
|
ListServiceProfilesCommandOutput,
|
|
1747
|
-
Cause.
|
|
1749
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1748
1750
|
>;
|
|
1749
1751
|
|
|
1750
1752
|
/**
|
|
@@ -1755,7 +1757,7 @@ interface IoTWirelessService$ {
|
|
|
1755
1757
|
options?: HttpHandlerOptions,
|
|
1756
1758
|
): Effect.Effect<
|
|
1757
1759
|
ListTagsForResourceCommandOutput,
|
|
1758
|
-
| Cause.
|
|
1760
|
+
| Cause.TimeoutError
|
|
1759
1761
|
| SdkError
|
|
1760
1762
|
| ConflictError
|
|
1761
1763
|
| InternalServerError
|
|
@@ -1772,7 +1774,7 @@ interface IoTWirelessService$ {
|
|
|
1772
1774
|
options?: HttpHandlerOptions,
|
|
1773
1775
|
): Effect.Effect<
|
|
1774
1776
|
ListWirelessDeviceImportTasksCommandOutput,
|
|
1775
|
-
| Cause.
|
|
1777
|
+
| Cause.TimeoutError
|
|
1776
1778
|
| SdkError
|
|
1777
1779
|
| AccessDeniedError
|
|
1778
1780
|
| ConflictError
|
|
@@ -1790,7 +1792,7 @@ interface IoTWirelessService$ {
|
|
|
1790
1792
|
options?: HttpHandlerOptions,
|
|
1791
1793
|
): Effect.Effect<
|
|
1792
1794
|
ListWirelessDevicesCommandOutput,
|
|
1793
|
-
Cause.
|
|
1795
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1794
1796
|
>;
|
|
1795
1797
|
|
|
1796
1798
|
/**
|
|
@@ -1801,7 +1803,7 @@ interface IoTWirelessService$ {
|
|
|
1801
1803
|
options?: HttpHandlerOptions,
|
|
1802
1804
|
): Effect.Effect<
|
|
1803
1805
|
ListWirelessGatewayTaskDefinitionsCommandOutput,
|
|
1804
|
-
Cause.
|
|
1806
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1805
1807
|
>;
|
|
1806
1808
|
|
|
1807
1809
|
/**
|
|
@@ -1812,7 +1814,7 @@ interface IoTWirelessService$ {
|
|
|
1812
1814
|
options?: HttpHandlerOptions,
|
|
1813
1815
|
): Effect.Effect<
|
|
1814
1816
|
ListWirelessGatewaysCommandOutput,
|
|
1815
|
-
Cause.
|
|
1817
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
1816
1818
|
>;
|
|
1817
1819
|
|
|
1818
1820
|
/**
|
|
@@ -1823,7 +1825,7 @@ interface IoTWirelessService$ {
|
|
|
1823
1825
|
options?: HttpHandlerOptions,
|
|
1824
1826
|
): Effect.Effect<
|
|
1825
1827
|
PutPositionConfigurationCommandOutput,
|
|
1826
|
-
| Cause.
|
|
1828
|
+
| Cause.TimeoutError
|
|
1827
1829
|
| SdkError
|
|
1828
1830
|
| AccessDeniedError
|
|
1829
1831
|
| InternalServerError
|
|
@@ -1840,7 +1842,7 @@ interface IoTWirelessService$ {
|
|
|
1840
1842
|
options?: HttpHandlerOptions,
|
|
1841
1843
|
): Effect.Effect<
|
|
1842
1844
|
PutResourceLogLevelCommandOutput,
|
|
1843
|
-
| Cause.
|
|
1845
|
+
| Cause.TimeoutError
|
|
1844
1846
|
| SdkError
|
|
1845
1847
|
| AccessDeniedError
|
|
1846
1848
|
| InternalServerError
|
|
@@ -1857,7 +1859,7 @@ interface IoTWirelessService$ {
|
|
|
1857
1859
|
options?: HttpHandlerOptions,
|
|
1858
1860
|
): Effect.Effect<
|
|
1859
1861
|
ResetAllResourceLogLevelsCommandOutput,
|
|
1860
|
-
| Cause.
|
|
1862
|
+
| Cause.TimeoutError
|
|
1861
1863
|
| SdkError
|
|
1862
1864
|
| AccessDeniedError
|
|
1863
1865
|
| InternalServerError
|
|
@@ -1874,7 +1876,7 @@ interface IoTWirelessService$ {
|
|
|
1874
1876
|
options?: HttpHandlerOptions,
|
|
1875
1877
|
): Effect.Effect<
|
|
1876
1878
|
ResetResourceLogLevelCommandOutput,
|
|
1877
|
-
| Cause.
|
|
1879
|
+
| Cause.TimeoutError
|
|
1878
1880
|
| SdkError
|
|
1879
1881
|
| AccessDeniedError
|
|
1880
1882
|
| InternalServerError
|
|
@@ -1891,7 +1893,7 @@ interface IoTWirelessService$ {
|
|
|
1891
1893
|
options?: HttpHandlerOptions,
|
|
1892
1894
|
): Effect.Effect<
|
|
1893
1895
|
SendDataToMulticastGroupCommandOutput,
|
|
1894
|
-
| Cause.
|
|
1896
|
+
| Cause.TimeoutError
|
|
1895
1897
|
| SdkError
|
|
1896
1898
|
| AccessDeniedError
|
|
1897
1899
|
| ConflictError
|
|
@@ -1909,7 +1911,7 @@ interface IoTWirelessService$ {
|
|
|
1909
1911
|
options?: HttpHandlerOptions,
|
|
1910
1912
|
): Effect.Effect<
|
|
1911
1913
|
SendDataToWirelessDeviceCommandOutput,
|
|
1912
|
-
Cause.
|
|
1914
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
1913
1915
|
>;
|
|
1914
1916
|
|
|
1915
1917
|
/**
|
|
@@ -1920,7 +1922,7 @@ interface IoTWirelessService$ {
|
|
|
1920
1922
|
options?: HttpHandlerOptions,
|
|
1921
1923
|
): Effect.Effect<
|
|
1922
1924
|
StartBulkAssociateWirelessDeviceWithMulticastGroupCommandOutput,
|
|
1923
|
-
| Cause.
|
|
1925
|
+
| Cause.TimeoutError
|
|
1924
1926
|
| SdkError
|
|
1925
1927
|
| AccessDeniedError
|
|
1926
1928
|
| InternalServerError
|
|
@@ -1937,7 +1939,7 @@ interface IoTWirelessService$ {
|
|
|
1937
1939
|
options?: HttpHandlerOptions,
|
|
1938
1940
|
): Effect.Effect<
|
|
1939
1941
|
StartBulkDisassociateWirelessDeviceFromMulticastGroupCommandOutput,
|
|
1940
|
-
| Cause.
|
|
1942
|
+
| Cause.TimeoutError
|
|
1941
1943
|
| SdkError
|
|
1942
1944
|
| AccessDeniedError
|
|
1943
1945
|
| InternalServerError
|
|
@@ -1954,7 +1956,7 @@ interface IoTWirelessService$ {
|
|
|
1954
1956
|
options?: HttpHandlerOptions,
|
|
1955
1957
|
): Effect.Effect<
|
|
1956
1958
|
StartFuotaTaskCommandOutput,
|
|
1957
|
-
| Cause.
|
|
1959
|
+
| Cause.TimeoutError
|
|
1958
1960
|
| SdkError
|
|
1959
1961
|
| AccessDeniedError
|
|
1960
1962
|
| ConflictError
|
|
@@ -1972,7 +1974,7 @@ interface IoTWirelessService$ {
|
|
|
1972
1974
|
options?: HttpHandlerOptions,
|
|
1973
1975
|
): Effect.Effect<
|
|
1974
1976
|
StartMulticastGroupSessionCommandOutput,
|
|
1975
|
-
| Cause.
|
|
1977
|
+
| Cause.TimeoutError
|
|
1976
1978
|
| SdkError
|
|
1977
1979
|
| AccessDeniedError
|
|
1978
1980
|
| ConflictError
|
|
@@ -1990,7 +1992,7 @@ interface IoTWirelessService$ {
|
|
|
1990
1992
|
options?: HttpHandlerOptions,
|
|
1991
1993
|
): Effect.Effect<
|
|
1992
1994
|
StartSingleWirelessDeviceImportTaskCommandOutput,
|
|
1993
|
-
| Cause.
|
|
1995
|
+
| Cause.TimeoutError
|
|
1994
1996
|
| SdkError
|
|
1995
1997
|
| AccessDeniedError
|
|
1996
1998
|
| ConflictError
|
|
@@ -2008,7 +2010,7 @@ interface IoTWirelessService$ {
|
|
|
2008
2010
|
options?: HttpHandlerOptions,
|
|
2009
2011
|
): Effect.Effect<
|
|
2010
2012
|
StartWirelessDeviceImportTaskCommandOutput,
|
|
2011
|
-
| Cause.
|
|
2013
|
+
| Cause.TimeoutError
|
|
2012
2014
|
| SdkError
|
|
2013
2015
|
| AccessDeniedError
|
|
2014
2016
|
| ConflictError
|
|
@@ -2026,7 +2028,7 @@ interface IoTWirelessService$ {
|
|
|
2026
2028
|
options?: HttpHandlerOptions,
|
|
2027
2029
|
): Effect.Effect<
|
|
2028
2030
|
TagResourceCommandOutput,
|
|
2029
|
-
| Cause.
|
|
2031
|
+
| Cause.TimeoutError
|
|
2030
2032
|
| SdkError
|
|
2031
2033
|
| ConflictError
|
|
2032
2034
|
| InternalServerError
|
|
@@ -2044,7 +2046,7 @@ interface IoTWirelessService$ {
|
|
|
2044
2046
|
options?: HttpHandlerOptions,
|
|
2045
2047
|
): Effect.Effect<
|
|
2046
2048
|
TestWirelessDeviceCommandOutput,
|
|
2047
|
-
Cause.
|
|
2049
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
2048
2050
|
>;
|
|
2049
2051
|
|
|
2050
2052
|
/**
|
|
@@ -2055,7 +2057,7 @@ interface IoTWirelessService$ {
|
|
|
2055
2057
|
options?: HttpHandlerOptions,
|
|
2056
2058
|
): Effect.Effect<
|
|
2057
2059
|
UntagResourceCommandOutput,
|
|
2058
|
-
| Cause.
|
|
2060
|
+
| Cause.TimeoutError
|
|
2059
2061
|
| SdkError
|
|
2060
2062
|
| ConflictError
|
|
2061
2063
|
| InternalServerError
|
|
@@ -2072,7 +2074,7 @@ interface IoTWirelessService$ {
|
|
|
2072
2074
|
options?: HttpHandlerOptions,
|
|
2073
2075
|
): Effect.Effect<
|
|
2074
2076
|
UpdateDestinationCommandOutput,
|
|
2075
|
-
| Cause.
|
|
2077
|
+
| Cause.TimeoutError
|
|
2076
2078
|
| SdkError
|
|
2077
2079
|
| AccessDeniedError
|
|
2078
2080
|
| InternalServerError
|
|
@@ -2089,7 +2091,7 @@ interface IoTWirelessService$ {
|
|
|
2089
2091
|
options?: HttpHandlerOptions,
|
|
2090
2092
|
): Effect.Effect<
|
|
2091
2093
|
UpdateEventConfigurationByResourceTypesCommandOutput,
|
|
2092
|
-
Cause.
|
|
2094
|
+
Cause.TimeoutError | SdkError | AccessDeniedError | InternalServerError | ThrottlingError | ValidationError
|
|
2093
2095
|
>;
|
|
2094
2096
|
|
|
2095
2097
|
/**
|
|
@@ -2100,7 +2102,7 @@ interface IoTWirelessService$ {
|
|
|
2100
2102
|
options?: HttpHandlerOptions,
|
|
2101
2103
|
): Effect.Effect<
|
|
2102
2104
|
UpdateFuotaTaskCommandOutput,
|
|
2103
|
-
| Cause.
|
|
2105
|
+
| Cause.TimeoutError
|
|
2104
2106
|
| SdkError
|
|
2105
2107
|
| AccessDeniedError
|
|
2106
2108
|
| ConflictError
|
|
@@ -2118,7 +2120,7 @@ interface IoTWirelessService$ {
|
|
|
2118
2120
|
options?: HttpHandlerOptions,
|
|
2119
2121
|
): Effect.Effect<
|
|
2120
2122
|
UpdateLogLevelsByResourceTypesCommandOutput,
|
|
2121
|
-
| Cause.
|
|
2123
|
+
| Cause.TimeoutError
|
|
2122
2124
|
| SdkError
|
|
2123
2125
|
| AccessDeniedError
|
|
2124
2126
|
| ConflictError
|
|
@@ -2136,7 +2138,7 @@ interface IoTWirelessService$ {
|
|
|
2136
2138
|
options?: HttpHandlerOptions,
|
|
2137
2139
|
): Effect.Effect<
|
|
2138
2140
|
UpdateMetricConfigurationCommandOutput,
|
|
2139
|
-
| Cause.
|
|
2141
|
+
| Cause.TimeoutError
|
|
2140
2142
|
| SdkError
|
|
2141
2143
|
| AccessDeniedError
|
|
2142
2144
|
| ConflictError
|
|
@@ -2154,7 +2156,7 @@ interface IoTWirelessService$ {
|
|
|
2154
2156
|
options?: HttpHandlerOptions,
|
|
2155
2157
|
): Effect.Effect<
|
|
2156
2158
|
UpdateMulticastGroupCommandOutput,
|
|
2157
|
-
| Cause.
|
|
2159
|
+
| Cause.TimeoutError
|
|
2158
2160
|
| SdkError
|
|
2159
2161
|
| AccessDeniedError
|
|
2160
2162
|
| ConflictError
|
|
@@ -2172,7 +2174,7 @@ interface IoTWirelessService$ {
|
|
|
2172
2174
|
options?: HttpHandlerOptions,
|
|
2173
2175
|
): Effect.Effect<
|
|
2174
2176
|
UpdateNetworkAnalyzerConfigurationCommandOutput,
|
|
2175
|
-
| Cause.
|
|
2177
|
+
| Cause.TimeoutError
|
|
2176
2178
|
| SdkError
|
|
2177
2179
|
| AccessDeniedError
|
|
2178
2180
|
| InternalServerError
|
|
@@ -2189,7 +2191,7 @@ interface IoTWirelessService$ {
|
|
|
2189
2191
|
options?: HttpHandlerOptions,
|
|
2190
2192
|
): Effect.Effect<
|
|
2191
2193
|
UpdatePartnerAccountCommandOutput,
|
|
2192
|
-
Cause.
|
|
2194
|
+
Cause.TimeoutError | SdkError | InternalServerError | ResourceNotFoundError | ThrottlingError | ValidationError
|
|
2193
2195
|
>;
|
|
2194
2196
|
|
|
2195
2197
|
/**
|
|
@@ -2200,7 +2202,7 @@ interface IoTWirelessService$ {
|
|
|
2200
2202
|
options?: HttpHandlerOptions,
|
|
2201
2203
|
): Effect.Effect<
|
|
2202
2204
|
UpdatePositionCommandOutput,
|
|
2203
|
-
| Cause.
|
|
2205
|
+
| Cause.TimeoutError
|
|
2204
2206
|
| SdkError
|
|
2205
2207
|
| AccessDeniedError
|
|
2206
2208
|
| InternalServerError
|
|
@@ -2217,7 +2219,7 @@ interface IoTWirelessService$ {
|
|
|
2217
2219
|
options?: HttpHandlerOptions,
|
|
2218
2220
|
): Effect.Effect<
|
|
2219
2221
|
UpdateResourceEventConfigurationCommandOutput,
|
|
2220
|
-
| Cause.
|
|
2222
|
+
| Cause.TimeoutError
|
|
2221
2223
|
| SdkError
|
|
2222
2224
|
| AccessDeniedError
|
|
2223
2225
|
| ConflictError
|
|
@@ -2235,7 +2237,7 @@ interface IoTWirelessService$ {
|
|
|
2235
2237
|
options?: HttpHandlerOptions,
|
|
2236
2238
|
): Effect.Effect<
|
|
2237
2239
|
UpdateResourcePositionCommandOutput,
|
|
2238
|
-
| Cause.
|
|
2240
|
+
| Cause.TimeoutError
|
|
2239
2241
|
| SdkError
|
|
2240
2242
|
| AccessDeniedError
|
|
2241
2243
|
| InternalServerError
|
|
@@ -2252,7 +2254,7 @@ interface IoTWirelessService$ {
|
|
|
2252
2254
|
options?: HttpHandlerOptions,
|
|
2253
2255
|
): Effect.Effect<
|
|
2254
2256
|
UpdateWirelessDeviceCommandOutput,
|
|
2255
|
-
| Cause.
|
|
2257
|
+
| Cause.TimeoutError
|
|
2256
2258
|
| SdkError
|
|
2257
2259
|
| AccessDeniedError
|
|
2258
2260
|
| InternalServerError
|
|
@@ -2269,7 +2271,7 @@ interface IoTWirelessService$ {
|
|
|
2269
2271
|
options?: HttpHandlerOptions,
|
|
2270
2272
|
): Effect.Effect<
|
|
2271
2273
|
UpdateWirelessDeviceImportTaskCommandOutput,
|
|
2272
|
-
| Cause.
|
|
2274
|
+
| Cause.TimeoutError
|
|
2273
2275
|
| SdkError
|
|
2274
2276
|
| AccessDeniedError
|
|
2275
2277
|
| ConflictError
|
|
@@ -2287,7 +2289,7 @@ interface IoTWirelessService$ {
|
|
|
2287
2289
|
options?: HttpHandlerOptions,
|
|
2288
2290
|
): Effect.Effect<
|
|
2289
2291
|
UpdateWirelessGatewayCommandOutput,
|
|
2290
|
-
| Cause.
|
|
2292
|
+
| Cause.TimeoutError
|
|
2291
2293
|
| SdkError
|
|
2292
2294
|
| AccessDeniedError
|
|
2293
2295
|
| InternalServerError
|
|
@@ -2318,10 +2320,10 @@ export const makeIoTWirelessService = Effect.gen(function*() {
|
|
|
2318
2320
|
* @since 1.0.0
|
|
2319
2321
|
* @category models
|
|
2320
2322
|
*/
|
|
2321
|
-
export class IoTWirelessService extends
|
|
2323
|
+
export class IoTWirelessService extends ServiceMap.Service<
|
|
2322
2324
|
IoTWirelessService,
|
|
2323
2325
|
IoTWirelessService$
|
|
2324
|
-
>() {
|
|
2326
|
+
>()("@effect-aws/client-iot-wireless/IoTWirelessService") {
|
|
2325
2327
|
static readonly defaultLayer = Layer.effect(this, makeIoTWirelessService).pipe(Layer.provide(Instance.layer));
|
|
2326
2328
|
static readonly layer = (config: IoTWirelessService.Config) =>
|
|
2327
2329
|
Layer.effect(this, makeIoTWirelessService).pipe(
|