@effect-aws/client-iot-wireless 1.1.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (69) hide show
  1. package/Errors/package.json +6 -0
  2. package/IoTWirelessClientInstance/package.json +6 -0
  3. package/IoTWirelessService/package.json +6 -0
  4. package/IoTWirelessServiceConfig/package.json +6 -0
  5. package/{lib → dist/cjs}/Errors.d.ts +6 -11
  6. package/dist/cjs/Errors.d.ts.map +1 -0
  7. package/dist/cjs/Errors.js +15 -0
  8. package/dist/cjs/Errors.js.map +1 -0
  9. package/dist/cjs/IoTWirelessClientInstance.d.ts +24 -0
  10. package/dist/cjs/IoTWirelessClientInstance.d.ts.map +1 -0
  11. package/dist/cjs/IoTWirelessClientInstance.js +50 -0
  12. package/dist/cjs/IoTWirelessClientInstance.js.map +1 -0
  13. package/dist/cjs/IoTWirelessService.d.ts +489 -0
  14. package/dist/cjs/IoTWirelessService.d.ts.map +1 -0
  15. package/dist/cjs/IoTWirelessService.js +171 -0
  16. package/dist/cjs/IoTWirelessService.js.map +1 -0
  17. package/dist/cjs/IoTWirelessServiceConfig.d.ts +25 -0
  18. package/dist/cjs/IoTWirelessServiceConfig.d.ts.map +1 -0
  19. package/dist/cjs/IoTWirelessServiceConfig.js +35 -0
  20. package/dist/cjs/IoTWirelessServiceConfig.js.map +1 -0
  21. package/dist/cjs/index.d.ts +39 -0
  22. package/dist/cjs/index.d.ts.map +1 -0
  23. package/dist/cjs/index.js +56 -0
  24. package/dist/cjs/index.js.map +1 -0
  25. package/dist/dts/Errors.d.ts +14 -0
  26. package/dist/dts/Errors.d.ts.map +1 -0
  27. package/dist/dts/IoTWirelessClientInstance.d.ts +24 -0
  28. package/dist/dts/IoTWirelessClientInstance.d.ts.map +1 -0
  29. package/dist/dts/IoTWirelessService.d.ts +489 -0
  30. package/dist/dts/IoTWirelessService.d.ts.map +1 -0
  31. package/dist/dts/IoTWirelessServiceConfig.d.ts +25 -0
  32. package/dist/dts/IoTWirelessServiceConfig.d.ts.map +1 -0
  33. package/dist/dts/index.d.ts +39 -0
  34. package/dist/dts/index.d.ts.map +1 -0
  35. package/dist/esm/Errors.js +12 -0
  36. package/dist/esm/Errors.js.map +1 -0
  37. package/dist/esm/IoTWirelessClientInstance.js +23 -0
  38. package/dist/esm/IoTWirelessClientInstance.js.map +1 -0
  39. package/dist/esm/IoTWirelessService.js +144 -0
  40. package/dist/esm/IoTWirelessService.js.map +1 -0
  41. package/dist/esm/IoTWirelessServiceConfig.js +31 -0
  42. package/dist/esm/IoTWirelessServiceConfig.js.map +1 -0
  43. package/dist/esm/index.js +27 -0
  44. package/dist/esm/index.js.map +1 -0
  45. package/dist/esm/package.json +4 -0
  46. package/package.json +60 -43
  47. package/src/Errors.ts +32 -0
  48. package/src/IoTWirelessClientInstance.ts +33 -0
  49. package/src/IoTWirelessService.ts +2011 -0
  50. package/src/IoTWirelessServiceConfig.ts +52 -0
  51. package/src/index.ts +44 -0
  52. package/CHANGELOG.md +0 -13
  53. package/docgen.json +0 -8
  54. package/lib/Errors.js +0 -15
  55. package/lib/IoTWirelessClientInstance.d.ts +0 -31
  56. package/lib/IoTWirelessClientInstance.js +0 -57
  57. package/lib/IoTWirelessClientInstanceConfig.d.ts +0 -23
  58. package/lib/IoTWirelessClientInstanceConfig.js +0 -44
  59. package/lib/IoTWirelessService.d.ts +0 -625
  60. package/lib/IoTWirelessService.js +0 -200
  61. package/lib/esm/Errors.js +0 -12
  62. package/lib/esm/IoTWirelessClientInstance.js +0 -30
  63. package/lib/esm/IoTWirelessClientInstanceConfig.js +0 -40
  64. package/lib/esm/IoTWirelessService.js +0 -196
  65. package/lib/esm/index.js +0 -5
  66. package/lib/index.d.ts +0 -4
  67. package/lib/index.js +0 -21
  68. package/project.json +0 -77
  69. package/vitest.config.ts +0 -3
@@ -0,0 +1,171 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ exports.IoTWirelessService = exports.makeIoTWirelessService = void 0;
27
+ /**
28
+ * @since 1.0.0
29
+ */
30
+ const client_iot_wireless_1 = require("@aws-sdk/client-iot-wireless");
31
+ const commons_1 = require("@effect-aws/commons");
32
+ const effect_1 = require("effect");
33
+ const Errors_js_1 = require("./Errors.js");
34
+ const Instance = __importStar(require("./IoTWirelessClientInstance.js"));
35
+ const IoTWirelessServiceConfig = __importStar(require("./IoTWirelessServiceConfig.js"));
36
+ const commands = {
37
+ AssociateAwsAccountWithPartnerAccountCommand: client_iot_wireless_1.AssociateAwsAccountWithPartnerAccountCommand,
38
+ AssociateMulticastGroupWithFuotaTaskCommand: client_iot_wireless_1.AssociateMulticastGroupWithFuotaTaskCommand,
39
+ AssociateWirelessDeviceWithFuotaTaskCommand: client_iot_wireless_1.AssociateWirelessDeviceWithFuotaTaskCommand,
40
+ AssociateWirelessDeviceWithMulticastGroupCommand: client_iot_wireless_1.AssociateWirelessDeviceWithMulticastGroupCommand,
41
+ AssociateWirelessDeviceWithThingCommand: client_iot_wireless_1.AssociateWirelessDeviceWithThingCommand,
42
+ AssociateWirelessGatewayWithCertificateCommand: client_iot_wireless_1.AssociateWirelessGatewayWithCertificateCommand,
43
+ AssociateWirelessGatewayWithThingCommand: client_iot_wireless_1.AssociateWirelessGatewayWithThingCommand,
44
+ CancelMulticastGroupSessionCommand: client_iot_wireless_1.CancelMulticastGroupSessionCommand,
45
+ CreateDestinationCommand: client_iot_wireless_1.CreateDestinationCommand,
46
+ CreateDeviceProfileCommand: client_iot_wireless_1.CreateDeviceProfileCommand,
47
+ CreateFuotaTaskCommand: client_iot_wireless_1.CreateFuotaTaskCommand,
48
+ CreateMulticastGroupCommand: client_iot_wireless_1.CreateMulticastGroupCommand,
49
+ CreateNetworkAnalyzerConfigurationCommand: client_iot_wireless_1.CreateNetworkAnalyzerConfigurationCommand,
50
+ CreateServiceProfileCommand: client_iot_wireless_1.CreateServiceProfileCommand,
51
+ CreateWirelessDeviceCommand: client_iot_wireless_1.CreateWirelessDeviceCommand,
52
+ CreateWirelessGatewayCommand: client_iot_wireless_1.CreateWirelessGatewayCommand,
53
+ CreateWirelessGatewayTaskCommand: client_iot_wireless_1.CreateWirelessGatewayTaskCommand,
54
+ CreateWirelessGatewayTaskDefinitionCommand: client_iot_wireless_1.CreateWirelessGatewayTaskDefinitionCommand,
55
+ DeleteDestinationCommand: client_iot_wireless_1.DeleteDestinationCommand,
56
+ DeleteDeviceProfileCommand: client_iot_wireless_1.DeleteDeviceProfileCommand,
57
+ DeleteFuotaTaskCommand: client_iot_wireless_1.DeleteFuotaTaskCommand,
58
+ DeleteMulticastGroupCommand: client_iot_wireless_1.DeleteMulticastGroupCommand,
59
+ DeleteNetworkAnalyzerConfigurationCommand: client_iot_wireless_1.DeleteNetworkAnalyzerConfigurationCommand,
60
+ DeleteQueuedMessagesCommand: client_iot_wireless_1.DeleteQueuedMessagesCommand,
61
+ DeleteServiceProfileCommand: client_iot_wireless_1.DeleteServiceProfileCommand,
62
+ DeleteWirelessDeviceCommand: client_iot_wireless_1.DeleteWirelessDeviceCommand,
63
+ DeleteWirelessDeviceImportTaskCommand: client_iot_wireless_1.DeleteWirelessDeviceImportTaskCommand,
64
+ DeleteWirelessGatewayCommand: client_iot_wireless_1.DeleteWirelessGatewayCommand,
65
+ DeleteWirelessGatewayTaskCommand: client_iot_wireless_1.DeleteWirelessGatewayTaskCommand,
66
+ DeleteWirelessGatewayTaskDefinitionCommand: client_iot_wireless_1.DeleteWirelessGatewayTaskDefinitionCommand,
67
+ DeregisterWirelessDeviceCommand: client_iot_wireless_1.DeregisterWirelessDeviceCommand,
68
+ DisassociateAwsAccountFromPartnerAccountCommand: client_iot_wireless_1.DisassociateAwsAccountFromPartnerAccountCommand,
69
+ DisassociateMulticastGroupFromFuotaTaskCommand: client_iot_wireless_1.DisassociateMulticastGroupFromFuotaTaskCommand,
70
+ DisassociateWirelessDeviceFromFuotaTaskCommand: client_iot_wireless_1.DisassociateWirelessDeviceFromFuotaTaskCommand,
71
+ DisassociateWirelessDeviceFromMulticastGroupCommand: client_iot_wireless_1.DisassociateWirelessDeviceFromMulticastGroupCommand,
72
+ DisassociateWirelessDeviceFromThingCommand: client_iot_wireless_1.DisassociateWirelessDeviceFromThingCommand,
73
+ DisassociateWirelessGatewayFromCertificateCommand: client_iot_wireless_1.DisassociateWirelessGatewayFromCertificateCommand,
74
+ DisassociateWirelessGatewayFromThingCommand: client_iot_wireless_1.DisassociateWirelessGatewayFromThingCommand,
75
+ GetDestinationCommand: client_iot_wireless_1.GetDestinationCommand,
76
+ GetDeviceProfileCommand: client_iot_wireless_1.GetDeviceProfileCommand,
77
+ GetEventConfigurationByResourceTypesCommand: client_iot_wireless_1.GetEventConfigurationByResourceTypesCommand,
78
+ GetFuotaTaskCommand: client_iot_wireless_1.GetFuotaTaskCommand,
79
+ GetLogLevelsByResourceTypesCommand: client_iot_wireless_1.GetLogLevelsByResourceTypesCommand,
80
+ GetMetricConfigurationCommand: client_iot_wireless_1.GetMetricConfigurationCommand,
81
+ GetMetricsCommand: client_iot_wireless_1.GetMetricsCommand,
82
+ GetMulticastGroupCommand: client_iot_wireless_1.GetMulticastGroupCommand,
83
+ GetMulticastGroupSessionCommand: client_iot_wireless_1.GetMulticastGroupSessionCommand,
84
+ GetNetworkAnalyzerConfigurationCommand: client_iot_wireless_1.GetNetworkAnalyzerConfigurationCommand,
85
+ GetPartnerAccountCommand: client_iot_wireless_1.GetPartnerAccountCommand,
86
+ GetPositionCommand: client_iot_wireless_1.GetPositionCommand,
87
+ GetPositionConfigurationCommand: client_iot_wireless_1.GetPositionConfigurationCommand,
88
+ GetPositionEstimateCommand: client_iot_wireless_1.GetPositionEstimateCommand,
89
+ GetResourceEventConfigurationCommand: client_iot_wireless_1.GetResourceEventConfigurationCommand,
90
+ GetResourceLogLevelCommand: client_iot_wireless_1.GetResourceLogLevelCommand,
91
+ GetResourcePositionCommand: client_iot_wireless_1.GetResourcePositionCommand,
92
+ GetServiceEndpointCommand: client_iot_wireless_1.GetServiceEndpointCommand,
93
+ GetServiceProfileCommand: client_iot_wireless_1.GetServiceProfileCommand,
94
+ GetWirelessDeviceCommand: client_iot_wireless_1.GetWirelessDeviceCommand,
95
+ GetWirelessDeviceImportTaskCommand: client_iot_wireless_1.GetWirelessDeviceImportTaskCommand,
96
+ GetWirelessDeviceStatisticsCommand: client_iot_wireless_1.GetWirelessDeviceStatisticsCommand,
97
+ GetWirelessGatewayCommand: client_iot_wireless_1.GetWirelessGatewayCommand,
98
+ GetWirelessGatewayCertificateCommand: client_iot_wireless_1.GetWirelessGatewayCertificateCommand,
99
+ GetWirelessGatewayFirmwareInformationCommand: client_iot_wireless_1.GetWirelessGatewayFirmwareInformationCommand,
100
+ GetWirelessGatewayStatisticsCommand: client_iot_wireless_1.GetWirelessGatewayStatisticsCommand,
101
+ GetWirelessGatewayTaskCommand: client_iot_wireless_1.GetWirelessGatewayTaskCommand,
102
+ GetWirelessGatewayTaskDefinitionCommand: client_iot_wireless_1.GetWirelessGatewayTaskDefinitionCommand,
103
+ ListDestinationsCommand: client_iot_wireless_1.ListDestinationsCommand,
104
+ ListDeviceProfilesCommand: client_iot_wireless_1.ListDeviceProfilesCommand,
105
+ ListDevicesForWirelessDeviceImportTaskCommand: client_iot_wireless_1.ListDevicesForWirelessDeviceImportTaskCommand,
106
+ ListEventConfigurationsCommand: client_iot_wireless_1.ListEventConfigurationsCommand,
107
+ ListFuotaTasksCommand: client_iot_wireless_1.ListFuotaTasksCommand,
108
+ ListMulticastGroupsCommand: client_iot_wireless_1.ListMulticastGroupsCommand,
109
+ ListMulticastGroupsByFuotaTaskCommand: client_iot_wireless_1.ListMulticastGroupsByFuotaTaskCommand,
110
+ ListNetworkAnalyzerConfigurationsCommand: client_iot_wireless_1.ListNetworkAnalyzerConfigurationsCommand,
111
+ ListPartnerAccountsCommand: client_iot_wireless_1.ListPartnerAccountsCommand,
112
+ ListPositionConfigurationsCommand: client_iot_wireless_1.ListPositionConfigurationsCommand,
113
+ ListQueuedMessagesCommand: client_iot_wireless_1.ListQueuedMessagesCommand,
114
+ ListServiceProfilesCommand: client_iot_wireless_1.ListServiceProfilesCommand,
115
+ ListTagsForResourceCommand: client_iot_wireless_1.ListTagsForResourceCommand,
116
+ ListWirelessDeviceImportTasksCommand: client_iot_wireless_1.ListWirelessDeviceImportTasksCommand,
117
+ ListWirelessDevicesCommand: client_iot_wireless_1.ListWirelessDevicesCommand,
118
+ ListWirelessGatewayTaskDefinitionsCommand: client_iot_wireless_1.ListWirelessGatewayTaskDefinitionsCommand,
119
+ ListWirelessGatewaysCommand: client_iot_wireless_1.ListWirelessGatewaysCommand,
120
+ PutPositionConfigurationCommand: client_iot_wireless_1.PutPositionConfigurationCommand,
121
+ PutResourceLogLevelCommand: client_iot_wireless_1.PutResourceLogLevelCommand,
122
+ ResetAllResourceLogLevelsCommand: client_iot_wireless_1.ResetAllResourceLogLevelsCommand,
123
+ ResetResourceLogLevelCommand: client_iot_wireless_1.ResetResourceLogLevelCommand,
124
+ SendDataToMulticastGroupCommand: client_iot_wireless_1.SendDataToMulticastGroupCommand,
125
+ SendDataToWirelessDeviceCommand: client_iot_wireless_1.SendDataToWirelessDeviceCommand,
126
+ StartBulkAssociateWirelessDeviceWithMulticastGroupCommand: client_iot_wireless_1.StartBulkAssociateWirelessDeviceWithMulticastGroupCommand,
127
+ StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand: client_iot_wireless_1.StartBulkDisassociateWirelessDeviceFromMulticastGroupCommand,
128
+ StartFuotaTaskCommand: client_iot_wireless_1.StartFuotaTaskCommand,
129
+ StartMulticastGroupSessionCommand: client_iot_wireless_1.StartMulticastGroupSessionCommand,
130
+ StartSingleWirelessDeviceImportTaskCommand: client_iot_wireless_1.StartSingleWirelessDeviceImportTaskCommand,
131
+ StartWirelessDeviceImportTaskCommand: client_iot_wireless_1.StartWirelessDeviceImportTaskCommand,
132
+ TagResourceCommand: client_iot_wireless_1.TagResourceCommand,
133
+ TestWirelessDeviceCommand: client_iot_wireless_1.TestWirelessDeviceCommand,
134
+ UntagResourceCommand: client_iot_wireless_1.UntagResourceCommand,
135
+ UpdateDestinationCommand: client_iot_wireless_1.UpdateDestinationCommand,
136
+ UpdateEventConfigurationByResourceTypesCommand: client_iot_wireless_1.UpdateEventConfigurationByResourceTypesCommand,
137
+ UpdateFuotaTaskCommand: client_iot_wireless_1.UpdateFuotaTaskCommand,
138
+ UpdateLogLevelsByResourceTypesCommand: client_iot_wireless_1.UpdateLogLevelsByResourceTypesCommand,
139
+ UpdateMetricConfigurationCommand: client_iot_wireless_1.UpdateMetricConfigurationCommand,
140
+ UpdateMulticastGroupCommand: client_iot_wireless_1.UpdateMulticastGroupCommand,
141
+ UpdateNetworkAnalyzerConfigurationCommand: client_iot_wireless_1.UpdateNetworkAnalyzerConfigurationCommand,
142
+ UpdatePartnerAccountCommand: client_iot_wireless_1.UpdatePartnerAccountCommand,
143
+ UpdatePositionCommand: client_iot_wireless_1.UpdatePositionCommand,
144
+ UpdateResourceEventConfigurationCommand: client_iot_wireless_1.UpdateResourceEventConfigurationCommand,
145
+ UpdateResourcePositionCommand: client_iot_wireless_1.UpdateResourcePositionCommand,
146
+ UpdateWirelessDeviceCommand: client_iot_wireless_1.UpdateWirelessDeviceCommand,
147
+ UpdateWirelessDeviceImportTaskCommand: client_iot_wireless_1.UpdateWirelessDeviceImportTaskCommand,
148
+ UpdateWirelessGatewayCommand: client_iot_wireless_1.UpdateWirelessGatewayCommand,
149
+ };
150
+ /**
151
+ * @since 1.0.0
152
+ * @category constructors
153
+ */
154
+ exports.makeIoTWirelessService = effect_1.Effect.gen(function* () {
155
+ const client = yield* Instance.IoTWirelessClientInstance;
156
+ return commons_1.Service.fromClientAndCommands(client, commands, {
157
+ errorTags: Errors_js_1.AllServiceErrors,
158
+ resolveClientConfig: IoTWirelessServiceConfig.toIoTWirelessClientConfig,
159
+ });
160
+ });
161
+ /**
162
+ * @since 1.0.0
163
+ * @category models
164
+ */
165
+ class IoTWirelessService extends effect_1.Effect.Tag("@effect-aws/client-iot-wireless/IoTWirelessService")() {
166
+ static defaultLayer = effect_1.Layer.effect(this, exports.makeIoTWirelessService).pipe(effect_1.Layer.provide(Instance.layer));
167
+ static layer = (config) => effect_1.Layer.effect(this, exports.makeIoTWirelessService).pipe(effect_1.Layer.provide(Instance.layer), effect_1.Layer.provide(IoTWirelessServiceConfig.setIoTWirelessServiceConfig(config)));
168
+ static baseLayer = (evaluate) => effect_1.Layer.effect(this, exports.makeIoTWirelessService).pipe(effect_1.Layer.provide(effect_1.Layer.effect(Instance.IoTWirelessClientInstance, effect_1.Effect.map(IoTWirelessServiceConfig.toIoTWirelessClientConfig, evaluate))));
169
+ }
170
+ exports.IoTWirelessService = IoTWirelessService;
171
+ //# sourceMappingURL=IoTWirelessService.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IoTWirelessService.js","sourceRoot":"","sources":["../../src/IoTWirelessService.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,25 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import type { IoTWirelessClientConfig } from "@aws-sdk/client-iot-wireless";
5
+ import { Effect, Layer } from "effect";
6
+ import type { IoTWirelessService } from "./IoTWirelessService.js";
7
+ /**
8
+ * @since 1.0.0
9
+ * @category iot-wireless service config
10
+ */
11
+ export declare const withIoTWirelessServiceConfig: {
12
+ (config: IoTWirelessService.Config): <A, E, R>(effect: Effect.Effect<A, E, R>) => Effect.Effect<A, E, R>;
13
+ <A, E, R>(effect: Effect.Effect<A, E, R>, config: IoTWirelessService.Config): Effect.Effect<A, E, R>;
14
+ };
15
+ /**
16
+ * @since 1.0.0
17
+ * @category iot-wireless service config
18
+ */
19
+ export declare const setIoTWirelessServiceConfig: (config: IoTWirelessService.Config) => Layer.Layer<never, never, never>;
20
+ /**
21
+ * @since 1.0.0
22
+ * @category adapters
23
+ */
24
+ export declare const toIoTWirelessClientConfig: Effect.Effect<IoTWirelessClientConfig>;
25
+ //# sourceMappingURL=IoTWirelessServiceConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IoTWirelessServiceConfig.d.ts","sourceRoot":"","sources":["../../src/IoTWirelessServiceConfig.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,OAAO,EAAE,MAAM,EAAY,KAAK,EAAE,MAAM,QAAQ,CAAC;AAGjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAWlE;;;GAGG;AACH,eAAO,MAAM,4BAA4B,EAAE;IACzC,CAAC,MAAM,EAAE,kBAAkB,CAAC,MAAM,GAAG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,KAAK,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;IACzG,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,kBAAkB,CAAC,MAAM,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;CAKtG,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,2BAA2B,WAAY,mBAAmB,MAAM,qCACf,CAAC;AAE/D;;;GAGG;AACH,eAAO,MAAM,yBAAyB,EAAE,MAAM,CAAC,MAAM,CAAC,uBAAuB,CAQ3E,CAAC"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.toIoTWirelessClientConfig = exports.setIoTWirelessServiceConfig = exports.withIoTWirelessServiceConfig = void 0;
4
+ const commons_1 = require("@effect-aws/commons");
5
+ const effect_1 = require("effect");
6
+ const Function_1 = require("effect/Function");
7
+ const GlobalValue_1 = require("effect/GlobalValue");
8
+ /**
9
+ * @since 1.0.0
10
+ * @category iot-wireless service config
11
+ */
12
+ const currentIoTWirelessServiceConfig = (0, GlobalValue_1.globalValue)("@effect-aws/client-iot-wireless/currentIoTWirelessServiceConfig", () => effect_1.FiberRef.unsafeMake({}));
13
+ /**
14
+ * @since 1.0.0
15
+ * @category iot-wireless service config
16
+ */
17
+ exports.withIoTWirelessServiceConfig = (0, Function_1.dual)(2, (effect, config) => effect_1.Effect.locally(effect, currentIoTWirelessServiceConfig, config));
18
+ /**
19
+ * @since 1.0.0
20
+ * @category iot-wireless service config
21
+ */
22
+ const setIoTWirelessServiceConfig = (config) => effect_1.Layer.locallyScoped(currentIoTWirelessServiceConfig, config);
23
+ exports.setIoTWirelessServiceConfig = setIoTWirelessServiceConfig;
24
+ /**
25
+ * @since 1.0.0
26
+ * @category adapters
27
+ */
28
+ exports.toIoTWirelessClientConfig = effect_1.Effect.gen(function* () {
29
+ const { logger: serviceLogger, ...config } = yield* effect_1.FiberRef.get(currentIoTWirelessServiceConfig);
30
+ const logger = serviceLogger === true
31
+ ? yield* commons_1.ServiceLogger.toClientLogger(commons_1.ServiceLogger.defaultServiceLogger)
32
+ : (serviceLogger ? yield* commons_1.ServiceLogger.toClientLogger(commons_1.ServiceLogger.make(serviceLogger)) : undefined);
33
+ return { logger, ...config };
34
+ });
35
+ //# sourceMappingURL=IoTWirelessServiceConfig.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IoTWirelessServiceConfig.js","sourceRoot":"","sources":["../../src/IoTWirelessServiceConfig.ts"],"names":[],"mappings":";;;AAIA,iDAAoD;AACpD,mCAAiD;AACjD,8CAAuC;AACvC,oDAAiD;AAGjD;;;GAGG;AACH,MAAM,+BAA+B,GAAG,IAAA,yBAAW,EACjD,iEAAiE,EACjE,GAAG,EAAE,CAAC,iBAAQ,CAAC,UAAU,CAA4B,EAAE,CAAC,CACzD,CAAC;AAEF;;;GAGG;AACU,QAAA,4BAA4B,GAGrC,IAAA,eAAI,EACN,CAAC,EACD,CAAU,MAA8B,EAAE,MAAiC,EAA0B,EAAE,CACrG,eAAM,CAAC,OAAO,CAAC,MAAM,EAAE,+BAA+B,EAAE,MAAM,CAAC,CAClE,CAAC;AAEF;;;GAGG;AACI,MAAM,2BAA2B,GAAG,CAAC,MAAiC,EAAE,EAAE,CAC/E,cAAK,CAAC,aAAa,CAAC,+BAA+B,EAAE,MAAM,CAAC,CAAC;AADlD,QAAA,2BAA2B,+BACuB;AAE/D;;;GAGG;AACU,QAAA,yBAAyB,GAA2C,eAAM,CAAC,GAAG,CAAC,QAAQ,CAAC;IACnG,MAAM,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,MAAM,EAAE,GAAG,KAAK,CAAC,CAAC,iBAAQ,CAAC,GAAG,CAAC,+BAA+B,CAAC,CAAC;IAElG,MAAM,MAAM,GAAG,aAAa,KAAK,IAAI;QACnC,CAAC,CAAC,KAAK,CAAC,CAAC,uBAAa,CAAC,cAAc,CAAC,uBAAa,CAAC,oBAAoB,CAAC;QACzE,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,uBAAa,CAAC,cAAc,CAAC,uBAAa,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC;IAEzG,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC;AAC/B,CAAC,CAAC,CAAC"}
@@ -0,0 +1,39 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import { IoTWirelessService } from "./IoTWirelessService.js";
5
+ /**
6
+ * @since 1.0.0
7
+ */
8
+ export * from "./Errors.js";
9
+ /**
10
+ * @since 1.0.0
11
+ */
12
+ export * as IoTWirelessClientInstance from "./IoTWirelessClientInstance.js";
13
+ /**
14
+ * @since 1.0.0
15
+ */
16
+ export * as IoTWirelessServiceConfig from "./IoTWirelessServiceConfig.js";
17
+ /**
18
+ * @since 1.0.0
19
+ */
20
+ export * from "./IoTWirelessService.js";
21
+ /**
22
+ * @since 1.0.0
23
+ * @category exports
24
+ * @alias IoTWirelessService
25
+ */
26
+ export declare namespace IoTWireless {
27
+ /**
28
+ * @since 1.0.0
29
+ * @alias IoTWirelessService.Config
30
+ */
31
+ type Config = IoTWirelessService.Config;
32
+ }
33
+ /**
34
+ * @since 1.0.0
35
+ * @category exports
36
+ * @alias IoTWirelessService
37
+ */
38
+ export declare const IoTWireless: typeof IoTWirelessService;
39
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D;;GAEG;AACH,cAAc,aAAa,CAAC;AAE5B;;GAEG;AACH,OAAO,KAAK,yBAAyB,MAAM,gCAAgC,CAAC;AAE5E;;GAEG;AACH,OAAO,KAAK,wBAAwB,MAAM,+BAA+B,CAAC;AAE1E;;GAEG;AACH,cAAc,yBAAyB,CAAC;AAExC;;;;GAIG;AACH,MAAM,CAAC,OAAO,WAAW,WAAW,CAAC;IACnC;;;OAGG;IACH,KAAY,MAAM,GAAG,kBAAkB,CAAC,MAAM,CAAC;CAChD;AAED;;;;GAIG;AACH,eAAO,MAAM,WAAW,2BAAqB,CAAC"}
@@ -0,0 +1,56 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
19
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
20
+ };
21
+ var __importStar = (this && this.__importStar) || function (mod) {
22
+ if (mod && mod.__esModule) return mod;
23
+ var result = {};
24
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
25
+ __setModuleDefault(result, mod);
26
+ return result;
27
+ };
28
+ Object.defineProperty(exports, "__esModule", { value: true });
29
+ exports.IoTWireless = exports.IoTWirelessServiceConfig = exports.IoTWirelessClientInstance = void 0;
30
+ /**
31
+ * @since 1.0.0
32
+ */
33
+ const IoTWirelessService_js_1 = require("./IoTWirelessService.js");
34
+ /**
35
+ * @since 1.0.0
36
+ */
37
+ __exportStar(require("./Errors.js"), exports);
38
+ /**
39
+ * @since 1.0.0
40
+ */
41
+ exports.IoTWirelessClientInstance = __importStar(require("./IoTWirelessClientInstance.js"));
42
+ /**
43
+ * @since 1.0.0
44
+ */
45
+ exports.IoTWirelessServiceConfig = __importStar(require("./IoTWirelessServiceConfig.js"));
46
+ /**
47
+ * @since 1.0.0
48
+ */
49
+ __exportStar(require("./IoTWirelessService.js"), exports);
50
+ /**
51
+ * @since 1.0.0
52
+ * @category exports
53
+ * @alias IoTWirelessService
54
+ */
55
+ exports.IoTWireless = IoTWirelessService_js_1.IoTWirelessService;
56
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;GAEG;AACH,mEAA6D;AAE7D;;GAEG;AACH,8CAA4B;AAE5B;;GAEG;AACH,4FAA4E;AAE5E;;GAEG;AACH,0FAA0E;AAE1E;;GAEG;AACH,0DAAwC;AAexC;;;;GAIG;AACU,QAAA,WAAW,GAAG,0CAAkB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import type { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ThrottlingException, TooManyTagsException, ValidationException } from "@aws-sdk/client-iot-wireless";
2
+ import type { TaggedException } from "@effect-aws/commons";
3
+ import { SdkError as CommonSdkError } from "@effect-aws/commons";
4
+ export declare const AllServiceErrors: readonly ["AccessDeniedException", "ConflictException", "InternalServerException", "ResourceNotFoundException", "ThrottlingException", "TooManyTagsException", "ValidationException"];
5
+ export type AccessDeniedError = TaggedException<AccessDeniedException>;
6
+ export type ConflictError = TaggedException<ConflictException>;
7
+ export type InternalServerError = TaggedException<InternalServerException>;
8
+ export type ResourceNotFoundError = TaggedException<ResourceNotFoundException>;
9
+ export type ThrottlingError = TaggedException<ThrottlingException>;
10
+ export type TooManyTagsError = TaggedException<TooManyTagsException>;
11
+ export type ValidationError = TaggedException<ValidationException>;
12
+ export type SdkError = CommonSdkError;
13
+ export declare const SdkError: import("effect/Data").Case.Constructor<CommonSdkError, "_tag">;
14
+ //# sourceMappingURL=Errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Errors.d.ts","sourceRoot":"","sources":["../../src/Errors.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EACrB,iBAAiB,EACjB,uBAAuB,EACvB,yBAAyB,EACzB,mBAAmB,EACnB,oBAAoB,EACpB,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,qBAAqB,CAAC;AAC3D,OAAO,EAAE,QAAQ,IAAI,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAEjE,eAAO,MAAM,gBAAgB,uLAQnB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,eAAe,CAAC,qBAAqB,CAAC,CAAC;AACvE,MAAM,MAAM,aAAa,GAAG,eAAe,CAAC,iBAAiB,CAAC,CAAC;AAC/D,MAAM,MAAM,mBAAmB,GAAG,eAAe,CAAC,uBAAuB,CAAC,CAAC;AAC3E,MAAM,MAAM,qBAAqB,GAAG,eAAe,CAAC,yBAAyB,CAAC,CAAC;AAC/E,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC,mBAAmB,CAAC,CAAC;AACnE,MAAM,MAAM,gBAAgB,GAAG,eAAe,CAAC,oBAAoB,CAAC,CAAC;AACrE,MAAM,MAAM,eAAe,GAAG,eAAe,CAAC,mBAAmB,CAAC,CAAC;AAEnE,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC;AACtC,eAAO,MAAM,QAAQ,gEAAiB,CAAC"}
@@ -0,0 +1,24 @@
1
+ /**
2
+ * @since 1.0.0
3
+ */
4
+ import { IoTWirelessClient } from "@aws-sdk/client-iot-wireless";
5
+ import { Context, Effect, Layer } from "effect";
6
+ declare const IoTWirelessClientInstance_base: Context.TagClass<IoTWirelessClientInstance, "@effect-aws/client-iot-wireless/IoTWirelessClientInstance", IoTWirelessClient>;
7
+ /**
8
+ * @since 1.0.0
9
+ * @category tags
10
+ */
11
+ export declare class IoTWirelessClientInstance extends IoTWirelessClientInstance_base {
12
+ }
13
+ /**
14
+ * @since 1.0.0
15
+ * @category constructors
16
+ */
17
+ export declare const make: Effect.Effect<IoTWirelessClient, never, import("effect/Scope").Scope>;
18
+ /**
19
+ * @since 1.0.0
20
+ * @category layers
21
+ */
22
+ export declare const layer: Layer.Layer<IoTWirelessClientInstance, never, never>;
23
+ export {};
24
+ //# sourceMappingURL=IoTWirelessClientInstance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IoTWirelessClientInstance.d.ts","sourceRoot":"","sources":["../../src/IoTWirelessClientInstance.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAC;AACjE,OAAO,EAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAC;;AAGhD;;;GAGG;AACH,qBAAa,yBAA0B,SAAQ,8BAEE;CAAG;AAEpD;;;GAGG;AACH,eAAO,MAAM,IAAI,uEAOhB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,KAAK,sDAAgD,CAAC"}