@aws-sdk/client-iot-events 3.758.0 → 3.772.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/dist-cjs/index.js +56 -56
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AlarmModelVersionStatus: () => AlarmModelVersionStatus,
|
|
25
25
|
AnalysisResultLevel: () => AnalysisResultLevel,
|
|
26
26
|
AnalysisStatus: () => AnalysisStatus,
|
|
@@ -70,7 +70,7 @@ __export(src_exports, {
|
|
|
70
70
|
UpdateInputCommand: () => UpdateInputCommand,
|
|
71
71
|
__Client: () => import_smithy_client.Client
|
|
72
72
|
});
|
|
73
|
-
module.exports = __toCommonJS(
|
|
73
|
+
module.exports = __toCommonJS(index_exports);
|
|
74
74
|
|
|
75
75
|
// src/IoTEventsClient.ts
|
|
76
76
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -197,9 +197,9 @@ var IoTEventsClient = class extends import_smithy_client.Client {
|
|
|
197
197
|
this.middlewareStack.use(
|
|
198
198
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
199
199
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultIoTEventsHttpAuthSchemeParametersProvider,
|
|
200
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
200
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
201
201
|
"aws.auth#sigv4": config.credentials
|
|
202
|
-
})
|
|
202
|
+
}), "identityProviderConfigProvider")
|
|
203
203
|
})
|
|
204
204
|
);
|
|
205
205
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -480,16 +480,16 @@ var se_CreateAlarmModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
480
480
|
let body;
|
|
481
481
|
body = JSON.stringify(
|
|
482
482
|
(0, import_smithy_client.take)(input, {
|
|
483
|
-
alarmCapabilities: (_) => (0, import_smithy_client._json)(_),
|
|
484
|
-
alarmEventActions: (_) => (0, import_smithy_client._json)(_),
|
|
483
|
+
alarmCapabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmCapabilities"),
|
|
484
|
+
alarmEventActions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmEventActions"),
|
|
485
485
|
alarmModelDescription: [],
|
|
486
486
|
alarmModelName: [],
|
|
487
|
-
alarmNotification: (_) => (0, import_smithy_client._json)(_),
|
|
488
|
-
alarmRule: (_) => (0, import_smithy_client._json)(_),
|
|
487
|
+
alarmNotification: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmNotification"),
|
|
488
|
+
alarmRule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmRule"),
|
|
489
489
|
key: [],
|
|
490
490
|
roleArn: [],
|
|
491
491
|
severity: [],
|
|
492
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
492
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
493
493
|
})
|
|
494
494
|
);
|
|
495
495
|
b.m("POST").h(headers).b(body);
|
|
@@ -504,13 +504,13 @@ var se_CreateDetectorModelCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
504
504
|
let body;
|
|
505
505
|
body = JSON.stringify(
|
|
506
506
|
(0, import_smithy_client.take)(input, {
|
|
507
|
-
detectorModelDefinition: (_) => se_DetectorModelDefinition(_, context),
|
|
507
|
+
detectorModelDefinition: /* @__PURE__ */ __name((_) => se_DetectorModelDefinition(_, context), "detectorModelDefinition"),
|
|
508
508
|
detectorModelDescription: [],
|
|
509
509
|
detectorModelName: [],
|
|
510
510
|
evaluationMethod: [],
|
|
511
511
|
key: [],
|
|
512
512
|
roleArn: [],
|
|
513
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
513
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
514
514
|
})
|
|
515
515
|
);
|
|
516
516
|
b.m("POST").h(headers).b(body);
|
|
@@ -525,10 +525,10 @@ var se_CreateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
525
525
|
let body;
|
|
526
526
|
body = JSON.stringify(
|
|
527
527
|
(0, import_smithy_client.take)(input, {
|
|
528
|
-
inputDefinition: (_) => (0, import_smithy_client._json)(_),
|
|
528
|
+
inputDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputDefinition"),
|
|
529
529
|
inputDescription: [],
|
|
530
530
|
inputName: [],
|
|
531
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
531
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
532
532
|
})
|
|
533
533
|
);
|
|
534
534
|
b.m("POST").h(headers).b(body);
|
|
@@ -683,7 +683,7 @@ var se_ListInputRoutingsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
683
683
|
let body;
|
|
684
684
|
body = JSON.stringify(
|
|
685
685
|
(0, import_smithy_client.take)(input, {
|
|
686
|
-
inputIdentifier: (_) => (0, import_smithy_client._json)(_),
|
|
686
|
+
inputIdentifier: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputIdentifier"),
|
|
687
687
|
maxResults: [],
|
|
688
688
|
nextToken: []
|
|
689
689
|
})
|
|
@@ -723,7 +723,7 @@ var se_PutLoggingOptionsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
723
723
|
let body;
|
|
724
724
|
body = JSON.stringify(
|
|
725
725
|
(0, import_smithy_client.take)(input, {
|
|
726
|
-
loggingOptions: (_) => (0, import_smithy_client._json)(_)
|
|
726
|
+
loggingOptions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "loggingOptions")
|
|
727
727
|
})
|
|
728
728
|
);
|
|
729
729
|
b.m("PUT").h(headers).b(body);
|
|
@@ -738,7 +738,7 @@ var se_StartDetectorModelAnalysisCommand = /* @__PURE__ */ __name(async (input,
|
|
|
738
738
|
let body;
|
|
739
739
|
body = JSON.stringify(
|
|
740
740
|
(0, import_smithy_client.take)(input, {
|
|
741
|
-
detectorModelDefinition: (_) => se_DetectorModelDefinition(_, context)
|
|
741
|
+
detectorModelDefinition: /* @__PURE__ */ __name((_) => se_DetectorModelDefinition(_, context), "detectorModelDefinition")
|
|
742
742
|
})
|
|
743
743
|
);
|
|
744
744
|
b.m("POST").h(headers).b(body);
|
|
@@ -756,7 +756,7 @@ var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
756
756
|
let body;
|
|
757
757
|
body = JSON.stringify(
|
|
758
758
|
(0, import_smithy_client.take)(input, {
|
|
759
|
-
tags: (_) => (0, import_smithy_client._json)(_)
|
|
759
|
+
tags: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "tags")
|
|
760
760
|
})
|
|
761
761
|
);
|
|
762
762
|
b.m("POST").h(headers).q(query).b(body);
|
|
@@ -784,11 +784,11 @@ var se_UpdateAlarmModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
784
784
|
let body;
|
|
785
785
|
body = JSON.stringify(
|
|
786
786
|
(0, import_smithy_client.take)(input, {
|
|
787
|
-
alarmCapabilities: (_) => (0, import_smithy_client._json)(_),
|
|
788
|
-
alarmEventActions: (_) => (0, import_smithy_client._json)(_),
|
|
787
|
+
alarmCapabilities: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmCapabilities"),
|
|
788
|
+
alarmEventActions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmEventActions"),
|
|
789
789
|
alarmModelDescription: [],
|
|
790
|
-
alarmNotification: (_) => (0, import_smithy_client._json)(_),
|
|
791
|
-
alarmRule: (_) => (0, import_smithy_client._json)(_),
|
|
790
|
+
alarmNotification: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmNotification"),
|
|
791
|
+
alarmRule: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "alarmRule"),
|
|
792
792
|
roleArn: [],
|
|
793
793
|
severity: []
|
|
794
794
|
})
|
|
@@ -806,7 +806,7 @@ var se_UpdateDetectorModelCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
806
806
|
let body;
|
|
807
807
|
body = JSON.stringify(
|
|
808
808
|
(0, import_smithy_client.take)(input, {
|
|
809
|
-
detectorModelDefinition: (_) => se_DetectorModelDefinition(_, context),
|
|
809
|
+
detectorModelDefinition: /* @__PURE__ */ __name((_) => se_DetectorModelDefinition(_, context), "detectorModelDefinition"),
|
|
810
810
|
detectorModelDescription: [],
|
|
811
811
|
evaluationMethod: [],
|
|
812
812
|
roleArn: []
|
|
@@ -825,7 +825,7 @@ var se_UpdateInputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
825
825
|
let body;
|
|
826
826
|
body = JSON.stringify(
|
|
827
827
|
(0, import_smithy_client.take)(input, {
|
|
828
|
-
inputDefinition: (_) => (0, import_smithy_client._json)(_),
|
|
828
|
+
inputDefinition: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "inputDefinition"),
|
|
829
829
|
inputDescription: []
|
|
830
830
|
})
|
|
831
831
|
);
|
|
@@ -843,8 +843,8 @@ var de_CreateAlarmModelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
843
843
|
const doc = (0, import_smithy_client.take)(data, {
|
|
844
844
|
alarmModelArn: import_smithy_client.expectString,
|
|
845
845
|
alarmModelVersion: import_smithy_client.expectString,
|
|
846
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
847
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
846
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
847
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
848
848
|
status: import_smithy_client.expectString
|
|
849
849
|
});
|
|
850
850
|
Object.assign(contents, doc);
|
|
@@ -859,7 +859,7 @@ var de_CreateDetectorModelCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
859
859
|
});
|
|
860
860
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
861
861
|
const doc = (0, import_smithy_client.take)(data, {
|
|
862
|
-
detectorModelConfiguration: (_) => de_DetectorModelConfiguration(_, context)
|
|
862
|
+
detectorModelConfiguration: /* @__PURE__ */ __name((_) => de_DetectorModelConfiguration(_, context), "detectorModelConfiguration")
|
|
863
863
|
});
|
|
864
864
|
Object.assign(contents, doc);
|
|
865
865
|
return contents;
|
|
@@ -873,7 +873,7 @@ var de_CreateInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
873
873
|
});
|
|
874
874
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
875
875
|
const doc = (0, import_smithy_client.take)(data, {
|
|
876
|
-
inputConfiguration: (_) => de_InputConfiguration(_, context)
|
|
876
|
+
inputConfiguration: /* @__PURE__ */ __name((_) => de_InputConfiguration(_, context), "inputConfiguration")
|
|
877
877
|
});
|
|
878
878
|
Object.assign(contents, doc);
|
|
879
879
|
return contents;
|
|
@@ -925,9 +925,9 @@ var de_DescribeAlarmModelCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
925
925
|
alarmModelVersion: import_smithy_client.expectString,
|
|
926
926
|
alarmNotification: import_smithy_client._json,
|
|
927
927
|
alarmRule: import_smithy_client._json,
|
|
928
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
928
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
929
929
|
key: import_smithy_client.expectString,
|
|
930
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
930
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
931
931
|
roleArn: import_smithy_client.expectString,
|
|
932
932
|
severity: import_smithy_client.expectInt32,
|
|
933
933
|
status: import_smithy_client.expectString,
|
|
@@ -945,7 +945,7 @@ var de_DescribeDetectorModelCommand = /* @__PURE__ */ __name(async (output, cont
|
|
|
945
945
|
});
|
|
946
946
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
947
947
|
const doc = (0, import_smithy_client.take)(data, {
|
|
948
|
-
detectorModel: (_) => de_DetectorModel(_, context)
|
|
948
|
+
detectorModel: /* @__PURE__ */ __name((_) => de_DetectorModel(_, context), "detectorModel")
|
|
949
949
|
});
|
|
950
950
|
Object.assign(contents, doc);
|
|
951
951
|
return contents;
|
|
@@ -973,7 +973,7 @@ var de_DescribeInputCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
973
973
|
});
|
|
974
974
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
975
975
|
const doc = (0, import_smithy_client.take)(data, {
|
|
976
|
-
input: (_) => de_Input(_, context)
|
|
976
|
+
input: /* @__PURE__ */ __name((_) => de_Input(_, context), "input")
|
|
977
977
|
});
|
|
978
978
|
Object.assign(contents, doc);
|
|
979
979
|
return contents;
|
|
@@ -1016,7 +1016,7 @@ var de_ListAlarmModelsCommand = /* @__PURE__ */ __name(async (output, context) =
|
|
|
1016
1016
|
});
|
|
1017
1017
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1018
1018
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1019
|
-
alarmModelSummaries: (_) => de_AlarmModelSummaries(_, context),
|
|
1019
|
+
alarmModelSummaries: /* @__PURE__ */ __name((_) => de_AlarmModelSummaries(_, context), "alarmModelSummaries"),
|
|
1020
1020
|
nextToken: import_smithy_client.expectString
|
|
1021
1021
|
});
|
|
1022
1022
|
Object.assign(contents, doc);
|
|
@@ -1031,7 +1031,7 @@ var de_ListAlarmModelVersionsCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1031
1031
|
});
|
|
1032
1032
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1033
1033
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1034
|
-
alarmModelVersionSummaries: (_) => de_AlarmModelVersionSummaries(_, context),
|
|
1034
|
+
alarmModelVersionSummaries: /* @__PURE__ */ __name((_) => de_AlarmModelVersionSummaries(_, context), "alarmModelVersionSummaries"),
|
|
1035
1035
|
nextToken: import_smithy_client.expectString
|
|
1036
1036
|
});
|
|
1037
1037
|
Object.assign(contents, doc);
|
|
@@ -1046,7 +1046,7 @@ var de_ListDetectorModelsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
1046
1046
|
});
|
|
1047
1047
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1048
1048
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1049
|
-
detectorModelSummaries: (_) => de_DetectorModelSummaries(_, context),
|
|
1049
|
+
detectorModelSummaries: /* @__PURE__ */ __name((_) => de_DetectorModelSummaries(_, context), "detectorModelSummaries"),
|
|
1050
1050
|
nextToken: import_smithy_client.expectString
|
|
1051
1051
|
});
|
|
1052
1052
|
Object.assign(contents, doc);
|
|
@@ -1061,7 +1061,7 @@ var de_ListDetectorModelVersionsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1061
1061
|
});
|
|
1062
1062
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1063
1063
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1064
|
-
detectorModelVersionSummaries: (_) => de_DetectorModelVersionSummaries(_, context),
|
|
1064
|
+
detectorModelVersionSummaries: /* @__PURE__ */ __name((_) => de_DetectorModelVersionSummaries(_, context), "detectorModelVersionSummaries"),
|
|
1065
1065
|
nextToken: import_smithy_client.expectString
|
|
1066
1066
|
});
|
|
1067
1067
|
Object.assign(contents, doc);
|
|
@@ -1091,7 +1091,7 @@ var de_ListInputsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1091
1091
|
});
|
|
1092
1092
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1093
1093
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1094
|
-
inputSummaries: (_) => de_InputSummaries(_, context),
|
|
1094
|
+
inputSummaries: /* @__PURE__ */ __name((_) => de_InputSummaries(_, context), "inputSummaries"),
|
|
1095
1095
|
nextToken: import_smithy_client.expectString
|
|
1096
1096
|
});
|
|
1097
1097
|
Object.assign(contents, doc);
|
|
@@ -1166,8 +1166,8 @@ var de_UpdateAlarmModelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
1166
1166
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1167
1167
|
alarmModelArn: import_smithy_client.expectString,
|
|
1168
1168
|
alarmModelVersion: import_smithy_client.expectString,
|
|
1169
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1170
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1169
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1170
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1171
1171
|
status: import_smithy_client.expectString
|
|
1172
1172
|
});
|
|
1173
1173
|
Object.assign(contents, doc);
|
|
@@ -1182,7 +1182,7 @@ var de_UpdateDetectorModelCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1182
1182
|
});
|
|
1183
1183
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1184
1184
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1185
|
-
detectorModelConfiguration: (_) => de_DetectorModelConfiguration(_, context)
|
|
1185
|
+
detectorModelConfiguration: /* @__PURE__ */ __name((_) => de_DetectorModelConfiguration(_, context), "detectorModelConfiguration")
|
|
1186
1186
|
});
|
|
1187
1187
|
Object.assign(contents, doc);
|
|
1188
1188
|
return contents;
|
|
@@ -1196,7 +1196,7 @@ var de_UpdateInputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1196
1196
|
});
|
|
1197
1197
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1198
1198
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1199
|
-
inputConfiguration: (_) => de_InputConfiguration(_, context)
|
|
1199
|
+
inputConfiguration: /* @__PURE__ */ __name((_) => de_InputConfiguration(_, context), "inputConfiguration")
|
|
1200
1200
|
});
|
|
1201
1201
|
Object.assign(contents, doc);
|
|
1202
1202
|
return contents;
|
|
@@ -1380,7 +1380,7 @@ var de_AlarmModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1380
1380
|
return (0, import_smithy_client.take)(output, {
|
|
1381
1381
|
alarmModelDescription: import_smithy_client.expectString,
|
|
1382
1382
|
alarmModelName: import_smithy_client.expectString,
|
|
1383
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_)))
|
|
1383
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime")
|
|
1384
1384
|
});
|
|
1385
1385
|
}, "de_AlarmModelSummary");
|
|
1386
1386
|
var de_AlarmModelVersionSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
@@ -1394,8 +1394,8 @@ var de_AlarmModelVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1394
1394
|
alarmModelArn: import_smithy_client.expectString,
|
|
1395
1395
|
alarmModelName: import_smithy_client.expectString,
|
|
1396
1396
|
alarmModelVersion: import_smithy_client.expectString,
|
|
1397
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1398
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1397
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1398
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1399
1399
|
roleArn: import_smithy_client.expectString,
|
|
1400
1400
|
status: import_smithy_client.expectString,
|
|
1401
1401
|
statusMessage: import_smithy_client.expectString
|
|
@@ -1403,20 +1403,20 @@ var de_AlarmModelVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
|
1403
1403
|
}, "de_AlarmModelVersionSummary");
|
|
1404
1404
|
var de_DetectorModel = /* @__PURE__ */ __name((output, context) => {
|
|
1405
1405
|
return (0, import_smithy_client.take)(output, {
|
|
1406
|
-
detectorModelConfiguration: (_) => de_DetectorModelConfiguration(_, context),
|
|
1407
|
-
detectorModelDefinition: (_) => de_DetectorModelDefinition(_, context)
|
|
1406
|
+
detectorModelConfiguration: /* @__PURE__ */ __name((_) => de_DetectorModelConfiguration(_, context), "detectorModelConfiguration"),
|
|
1407
|
+
detectorModelDefinition: /* @__PURE__ */ __name((_) => de_DetectorModelDefinition(_, context), "detectorModelDefinition")
|
|
1408
1408
|
});
|
|
1409
1409
|
}, "de_DetectorModel");
|
|
1410
1410
|
var de_DetectorModelConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
1411
1411
|
return (0, import_smithy_client.take)(output, {
|
|
1412
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1412
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1413
1413
|
detectorModelArn: import_smithy_client.expectString,
|
|
1414
1414
|
detectorModelDescription: import_smithy_client.expectString,
|
|
1415
1415
|
detectorModelName: import_smithy_client.expectString,
|
|
1416
1416
|
detectorModelVersion: import_smithy_client.expectString,
|
|
1417
1417
|
evaluationMethod: import_smithy_client.expectString,
|
|
1418
1418
|
key: import_smithy_client.expectString,
|
|
1419
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1419
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1420
1420
|
roleArn: import_smithy_client.expectString,
|
|
1421
1421
|
status: import_smithy_client.expectString
|
|
1422
1422
|
});
|
|
@@ -1435,7 +1435,7 @@ var de_DetectorModelSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1435
1435
|
}, "de_DetectorModelSummaries");
|
|
1436
1436
|
var de_DetectorModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1437
1437
|
return (0, import_smithy_client.take)(output, {
|
|
1438
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1438
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1439
1439
|
detectorModelDescription: import_smithy_client.expectString,
|
|
1440
1440
|
detectorModelName: import_smithy_client.expectString
|
|
1441
1441
|
});
|
|
@@ -1448,29 +1448,29 @@ var de_DetectorModelVersionSummaries = /* @__PURE__ */ __name((output, context)
|
|
|
1448
1448
|
}, "de_DetectorModelVersionSummaries");
|
|
1449
1449
|
var de_DetectorModelVersionSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1450
1450
|
return (0, import_smithy_client.take)(output, {
|
|
1451
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1451
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1452
1452
|
detectorModelArn: import_smithy_client.expectString,
|
|
1453
1453
|
detectorModelName: import_smithy_client.expectString,
|
|
1454
1454
|
detectorModelVersion: import_smithy_client.expectString,
|
|
1455
1455
|
evaluationMethod: import_smithy_client.expectString,
|
|
1456
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1456
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1457
1457
|
roleArn: import_smithy_client.expectString,
|
|
1458
1458
|
status: import_smithy_client.expectString
|
|
1459
1459
|
});
|
|
1460
1460
|
}, "de_DetectorModelVersionSummary");
|
|
1461
1461
|
var de_Input = /* @__PURE__ */ __name((output, context) => {
|
|
1462
1462
|
return (0, import_smithy_client.take)(output, {
|
|
1463
|
-
inputConfiguration: (_) => de_InputConfiguration(_, context),
|
|
1463
|
+
inputConfiguration: /* @__PURE__ */ __name((_) => de_InputConfiguration(_, context), "inputConfiguration"),
|
|
1464
1464
|
inputDefinition: import_smithy_client._json
|
|
1465
1465
|
});
|
|
1466
1466
|
}, "de_Input");
|
|
1467
1467
|
var de_InputConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
1468
1468
|
return (0, import_smithy_client.take)(output, {
|
|
1469
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1469
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1470
1470
|
inputArn: import_smithy_client.expectString,
|
|
1471
1471
|
inputDescription: import_smithy_client.expectString,
|
|
1472
1472
|
inputName: import_smithy_client.expectString,
|
|
1473
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1473
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1474
1474
|
status: import_smithy_client.expectString
|
|
1475
1475
|
});
|
|
1476
1476
|
}, "de_InputConfiguration");
|
|
@@ -1482,11 +1482,11 @@ var de_InputSummaries = /* @__PURE__ */ __name((output, context) => {
|
|
|
1482
1482
|
}, "de_InputSummaries");
|
|
1483
1483
|
var de_InputSummary = /* @__PURE__ */ __name((output, context) => {
|
|
1484
1484
|
return (0, import_smithy_client.take)(output, {
|
|
1485
|
-
creationTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1485
|
+
creationTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "creationTime"),
|
|
1486
1486
|
inputArn: import_smithy_client.expectString,
|
|
1487
1487
|
inputDescription: import_smithy_client.expectString,
|
|
1488
1488
|
inputName: import_smithy_client.expectString,
|
|
1489
|
-
lastUpdateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1489
|
+
lastUpdateTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "lastUpdateTime"),
|
|
1490
1490
|
status: import_smithy_client.expectString
|
|
1491
1491
|
});
|
|
1492
1492
|
}, "de_InputSummary");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-iot-events",
|
|
3
3
|
"description": "AWS SDK for JavaScript Iot Events Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.772.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-iot-events",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.758.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.772.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.734.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.734.0",
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.772.0",
|
|
28
28
|
"@aws-sdk/middleware-user-agent": "3.758.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.734.0",
|
|
30
30
|
"@aws-sdk/types": "3.734.0",
|