@aws-sdk/client-iot-events-data 3.170.0 → 3.171.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-iot-events-data
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-iot-events-data
@@ -48,7 +48,6 @@ import {
48
48
  ListDetectorsCommandOutput,
49
49
  } from "./commands/ListDetectorsCommand";
50
50
  import { IoTEventsDataClient } from "./IoTEventsDataClient";
51
-
52
51
  export declare class IoTEventsData extends IoTEventsDataClient {
53
52
  batchAcknowledgeAlarm(
54
53
  args: BatchAcknowledgeAlarmCommandInput,
@@ -63,7 +62,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
63
62
  options: __HttpHandlerOptions,
64
63
  cb: (err: any, data?: BatchAcknowledgeAlarmCommandOutput) => void
65
64
  ): void;
66
-
67
65
  batchDeleteDetector(
68
66
  args: BatchDeleteDetectorCommandInput,
69
67
  options?: __HttpHandlerOptions
@@ -77,7 +75,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
77
75
  options: __HttpHandlerOptions,
78
76
  cb: (err: any, data?: BatchDeleteDetectorCommandOutput) => void
79
77
  ): void;
80
-
81
78
  batchDisableAlarm(
82
79
  args: BatchDisableAlarmCommandInput,
83
80
  options?: __HttpHandlerOptions
@@ -91,7 +88,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
91
88
  options: __HttpHandlerOptions,
92
89
  cb: (err: any, data?: BatchDisableAlarmCommandOutput) => void
93
90
  ): void;
94
-
95
91
  batchEnableAlarm(
96
92
  args: BatchEnableAlarmCommandInput,
97
93
  options?: __HttpHandlerOptions
@@ -105,7 +101,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
105
101
  options: __HttpHandlerOptions,
106
102
  cb: (err: any, data?: BatchEnableAlarmCommandOutput) => void
107
103
  ): void;
108
-
109
104
  batchPutMessage(
110
105
  args: BatchPutMessageCommandInput,
111
106
  options?: __HttpHandlerOptions
@@ -119,7 +114,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
119
114
  options: __HttpHandlerOptions,
120
115
  cb: (err: any, data?: BatchPutMessageCommandOutput) => void
121
116
  ): void;
122
-
123
117
  batchResetAlarm(
124
118
  args: BatchResetAlarmCommandInput,
125
119
  options?: __HttpHandlerOptions
@@ -133,7 +127,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
133
127
  options: __HttpHandlerOptions,
134
128
  cb: (err: any, data?: BatchResetAlarmCommandOutput) => void
135
129
  ): void;
136
-
137
130
  batchSnoozeAlarm(
138
131
  args: BatchSnoozeAlarmCommandInput,
139
132
  options?: __HttpHandlerOptions
@@ -147,7 +140,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
147
140
  options: __HttpHandlerOptions,
148
141
  cb: (err: any, data?: BatchSnoozeAlarmCommandOutput) => void
149
142
  ): void;
150
-
151
143
  batchUpdateDetector(
152
144
  args: BatchUpdateDetectorCommandInput,
153
145
  options?: __HttpHandlerOptions
@@ -161,7 +153,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
161
153
  options: __HttpHandlerOptions,
162
154
  cb: (err: any, data?: BatchUpdateDetectorCommandOutput) => void
163
155
  ): void;
164
-
165
156
  describeAlarm(
166
157
  args: DescribeAlarmCommandInput,
167
158
  options?: __HttpHandlerOptions
@@ -175,7 +166,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
175
166
  options: __HttpHandlerOptions,
176
167
  cb: (err: any, data?: DescribeAlarmCommandOutput) => void
177
168
  ): void;
178
-
179
169
  describeDetector(
180
170
  args: DescribeDetectorCommandInput,
181
171
  options?: __HttpHandlerOptions
@@ -189,7 +179,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
189
179
  options: __HttpHandlerOptions,
190
180
  cb: (err: any, data?: DescribeDetectorCommandOutput) => void
191
181
  ): void;
192
-
193
182
  listAlarms(
194
183
  args: ListAlarmsCommandInput,
195
184
  options?: __HttpHandlerOptions
@@ -203,7 +192,6 @@ export declare class IoTEventsData extends IoTEventsDataClient {
203
192
  options: __HttpHandlerOptions,
204
193
  cb: (err: any, data?: ListAlarmsCommandOutput) => void
205
194
  ): void;
206
-
207
195
  listDetectors(
208
196
  args: ListDetectorsCommandInput,
209
197
  options?: __HttpHandlerOptions
@@ -119,47 +119,26 @@ export declare type ServiceOutputTypes =
119
119
  export interface ClientDefaults
120
120
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
121
121
  requestHandler?: __HttpHandler;
122
-
123
122
  sha256?: __HashConstructor;
124
-
125
123
  urlParser?: __UrlParser;
126
-
127
124
  bodyLengthChecker?: __BodyLengthCalculator;
128
-
129
125
  streamCollector?: __StreamCollector;
130
-
131
126
  base64Decoder?: __Decoder;
132
-
133
127
  base64Encoder?: __Encoder;
134
-
135
128
  utf8Decoder?: __Decoder;
136
-
137
129
  utf8Encoder?: __Encoder;
138
-
139
130
  runtime?: string;
140
-
141
131
  disableHostPrefix?: boolean;
142
-
143
132
  maxAttempts?: number | __Provider<number>;
144
-
145
133
  retryMode?: string | __Provider<string>;
146
-
147
134
  logger?: __Logger;
148
-
149
135
  useDualstackEndpoint?: boolean | __Provider<boolean>;
150
-
151
136
  useFipsEndpoint?: boolean | __Provider<boolean>;
152
-
153
137
  serviceId?: string;
154
-
155
138
  region?: string | __Provider<string>;
156
-
157
139
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
158
-
159
140
  regionInfoProvider?: RegionInfoProvider;
160
-
161
141
  defaultUserAgentProvider?: Provider<__UserAgent>;
162
-
163
142
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
164
143
  }
165
144
  declare type IoTEventsDataClientConfigType = Partial<
@@ -172,7 +151,6 @@ declare type IoTEventsDataClientConfigType = Partial<
172
151
  HostHeaderInputConfig &
173
152
  AwsAuthInputConfig &
174
153
  UserAgentInputConfig;
175
-
176
154
  export interface IoTEventsDataClientConfig
177
155
  extends IoTEventsDataClientConfigType {}
178
156
  declare type IoTEventsDataClientResolvedConfigType =
@@ -184,10 +162,8 @@ declare type IoTEventsDataClientResolvedConfigType =
184
162
  HostHeaderResolvedConfig &
185
163
  AwsAuthResolvedConfig &
186
164
  UserAgentResolvedConfig;
187
-
188
165
  export interface IoTEventsDataClientResolvedConfig
189
166
  extends IoTEventsDataClientResolvedConfigType {}
190
-
191
167
  export declare class IoTEventsDataClient extends __Client<
192
168
  __HttpHandlerOptions,
193
169
  ServiceInputTypes,
@@ -196,7 +172,6 @@ export declare class IoTEventsDataClient extends __Client<
196
172
  > {
197
173
  readonly config: IoTEventsDataClientResolvedConfig;
198
174
  constructor(configuration: IoTEventsDataClientConfig);
199
-
200
175
  destroy(): void;
201
176
  }
202
177
  export {};
@@ -19,7 +19,6 @@ export interface BatchAcknowledgeAlarmCommandInput
19
19
  export interface BatchAcknowledgeAlarmCommandOutput
20
20
  extends BatchAcknowledgeAlarmResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchAcknowledgeAlarmCommand extends $Command<
24
23
  BatchAcknowledgeAlarmCommandInput,
25
24
  BatchAcknowledgeAlarmCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchAcknowledgeAlarmCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchAcknowledgeAlarmCommandInput;
29
28
  constructor(input: BatchAcknowledgeAlarmCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTEventsDataClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDeleteDetectorCommandInput
19
19
  export interface BatchDeleteDetectorCommandOutput
20
20
  extends BatchDeleteDetectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDeleteDetectorCommand extends $Command<
24
23
  BatchDeleteDetectorCommandInput,
25
24
  BatchDeleteDetectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDeleteDetectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDeleteDetectorCommandInput;
29
28
  constructor(input: BatchDeleteDetectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTEventsDataClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchDisableAlarmCommandInput
19
19
  export interface BatchDisableAlarmCommandOutput
20
20
  extends BatchDisableAlarmResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchDisableAlarmCommand extends $Command<
24
23
  BatchDisableAlarmCommandInput,
25
24
  BatchDisableAlarmCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchDisableAlarmCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchDisableAlarmCommandInput;
29
28
  constructor(input: BatchDisableAlarmCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchEnableAlarmCommandInput extends BatchEnableAlarmRequest {}
18
18
  export interface BatchEnableAlarmCommandOutput
19
19
  extends BatchEnableAlarmResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchEnableAlarmCommand extends $Command<
23
22
  BatchEnableAlarmCommandInput,
24
23
  BatchEnableAlarmCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchEnableAlarmCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchEnableAlarmCommandInput;
28
27
  constructor(input: BatchEnableAlarmCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchPutMessageCommandInput extends BatchPutMessageRequest {}
18
18
  export interface BatchPutMessageCommandOutput
19
19
  extends BatchPutMessageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchPutMessageCommand extends $Command<
23
22
  BatchPutMessageCommandInput,
24
23
  BatchPutMessageCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchPutMessageCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchPutMessageCommandInput;
28
27
  constructor(input: BatchPutMessageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchResetAlarmCommandInput extends BatchResetAlarmRequest {}
18
18
  export interface BatchResetAlarmCommandOutput
19
19
  extends BatchResetAlarmResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchResetAlarmCommand extends $Command<
23
22
  BatchResetAlarmCommandInput,
24
23
  BatchResetAlarmCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchResetAlarmCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchResetAlarmCommandInput;
28
27
  constructor(input: BatchResetAlarmCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchSnoozeAlarmCommandInput extends BatchSnoozeAlarmRequest {}
18
18
  export interface BatchSnoozeAlarmCommandOutput
19
19
  extends BatchSnoozeAlarmResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchSnoozeAlarmCommand extends $Command<
23
22
  BatchSnoozeAlarmCommandInput,
24
23
  BatchSnoozeAlarmCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchSnoozeAlarmCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchSnoozeAlarmCommandInput;
28
27
  constructor(input: BatchSnoozeAlarmCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchUpdateDetectorCommandInput
19
19
  export interface BatchUpdateDetectorCommandOutput
20
20
  extends BatchUpdateDetectorResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchUpdateDetectorCommand extends $Command<
24
23
  BatchUpdateDetectorCommandInput,
25
24
  BatchUpdateDetectorCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchUpdateDetectorCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchUpdateDetectorCommandInput;
29
28
  constructor(input: BatchUpdateDetectorCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeAlarmCommandInput extends DescribeAlarmRequest {}
18
18
  export interface DescribeAlarmCommandOutput
19
19
  extends DescribeAlarmResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeAlarmCommand extends $Command<
23
22
  DescribeAlarmCommandInput,
24
23
  DescribeAlarmCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeAlarmCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeAlarmCommandInput;
28
27
  constructor(input: DescribeAlarmCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DescribeDetectorCommandInput extends DescribeDetectorRequest {}
18
18
  export interface DescribeDetectorCommandOutput
19
19
  extends DescribeDetectorResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DescribeDetectorCommand extends $Command<
23
22
  DescribeDetectorCommandInput,
24
23
  DescribeDetectorCommandOutput,
@@ -26,7 +25,6 @@ export declare class DescribeDetectorCommand extends $Command<
26
25
  > {
27
26
  readonly input: DescribeDetectorCommandInput;
28
27
  constructor(input: DescribeDetectorCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -15,7 +15,6 @@ export interface ListAlarmsCommandInput extends ListAlarmsRequest {}
15
15
  export interface ListAlarmsCommandOutput
16
16
  extends ListAlarmsResponse,
17
17
  __MetadataBearer {}
18
-
19
18
  export declare class ListAlarmsCommand extends $Command<
20
19
  ListAlarmsCommandInput,
21
20
  ListAlarmsCommandOutput,
@@ -23,7 +22,6 @@ export declare class ListAlarmsCommand extends $Command<
23
22
  > {
24
23
  readonly input: ListAlarmsCommandInput;
25
24
  constructor(input: ListAlarmsCommandInput);
26
-
27
25
  resolveMiddleware(
28
26
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
27
  configuration: IoTEventsDataClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface ListDetectorsCommandInput extends ListDetectorsRequest {}
18
18
  export interface ListDetectorsCommandOutput
19
19
  extends ListDetectorsResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class ListDetectorsCommand extends $Command<
23
22
  ListDetectorsCommandInput,
24
23
  ListDetectorsCommandOutput,
@@ -26,7 +25,6 @@ export declare class ListDetectorsCommand extends $Command<
26
25
  > {
27
26
  readonly input: ListDetectorsCommandInput;
28
27
  constructor(input: ListDetectorsCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: IoTEventsDataClientResolvedConfig,
@@ -2,7 +2,6 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@aws-sdk/smithy-client";
5
-
6
5
  export declare class IoTEventsDataServiceException extends __ServiceException {
7
6
  constructor(options: __ServiceExceptionOptions);
8
7
  }
@@ -1,17 +1,12 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IoTEventsDataServiceException as __BaseException } from "./IoTEventsDataServiceException";
3
-
4
3
  export interface AcknowledgeActionConfiguration {
5
4
  note?: string;
6
5
  }
7
-
8
6
  export interface AcknowledgeAlarmActionRequest {
9
7
  requestId: string | undefined;
10
-
11
8
  alarmModelName: string | undefined;
12
-
13
9
  keyValue?: string;
14
-
15
10
  note?: string;
16
11
  }
17
12
  export declare enum CustomerActionName {
@@ -21,36 +16,25 @@ export declare enum CustomerActionName {
21
16
  RESET = "RESET",
22
17
  SNOOZE = "SNOOZE",
23
18
  }
24
-
25
19
  export interface DisableActionConfiguration {
26
20
  note?: string;
27
21
  }
28
-
29
22
  export interface EnableActionConfiguration {
30
23
  note?: string;
31
24
  }
32
-
33
25
  export interface ResetActionConfiguration {
34
26
  note?: string;
35
27
  }
36
-
37
28
  export interface SnoozeActionConfiguration {
38
29
  snoozeDuration?: number;
39
-
40
30
  note?: string;
41
31
  }
42
-
43
32
  export interface CustomerAction {
44
33
  actionName?: CustomerActionName | string;
45
-
46
34
  snoozeActionConfiguration?: SnoozeActionConfiguration;
47
-
48
35
  enableActionConfiguration?: EnableActionConfiguration;
49
-
50
36
  disableActionConfiguration?: DisableActionConfiguration;
51
-
52
37
  acknowledgeActionConfiguration?: AcknowledgeActionConfiguration;
53
-
54
38
  resetActionConfiguration?: ResetActionConfiguration;
55
39
  }
56
40
  export declare enum ComparisonOperator {
@@ -61,15 +45,11 @@ export declare enum ComparisonOperator {
61
45
  LESS_OR_EQUAL = "LESS_OR_EQUAL",
62
46
  NOT_EQUAL = "NOT_EQUAL",
63
47
  }
64
-
65
48
  export interface SimpleRuleEvaluation {
66
49
  inputPropertyValue?: string;
67
-
68
50
  operator?: ComparisonOperator | string;
69
-
70
51
  thresholdValue?: string;
71
52
  }
72
-
73
53
  export interface RuleEvaluation {
74
54
  simpleRuleEvaluation?: SimpleRuleEvaluation;
75
55
  }
@@ -87,54 +67,34 @@ export declare enum EventType {
87
67
  export declare enum TriggerType {
88
68
  SNOOZE_TIMEOUT = "SNOOZE_TIMEOUT",
89
69
  }
90
-
91
70
  export interface StateChangeConfiguration {
92
71
  triggerType?: TriggerType | string;
93
72
  }
94
-
95
73
  export interface SystemEvent {
96
74
  eventType?: EventType | string;
97
-
98
75
  stateChangeConfiguration?: StateChangeConfiguration;
99
76
  }
100
-
101
77
  export interface AlarmState {
102
78
  stateName?: AlarmStateName | string;
103
-
104
79
  ruleEvaluation?: RuleEvaluation;
105
-
106
80
  customerAction?: CustomerAction;
107
-
108
81
  systemEvent?: SystemEvent;
109
82
  }
110
-
111
83
  export interface Alarm {
112
84
  alarmModelName?: string;
113
-
114
85
  alarmModelVersion?: string;
115
-
116
86
  keyValue?: string;
117
-
118
87
  alarmState?: AlarmState;
119
-
120
88
  severity?: number;
121
-
122
89
  creationTime?: Date;
123
-
124
90
  lastUpdateTime?: Date;
125
91
  }
126
-
127
92
  export interface AlarmSummary {
128
93
  alarmModelName?: string;
129
-
130
94
  alarmModelVersion?: string;
131
-
132
95
  keyValue?: string;
133
-
134
96
  stateName?: AlarmStateName | string;
135
-
136
97
  creationTime?: Date;
137
-
138
98
  lastUpdateTime?: Date;
139
99
  }
140
100
  export interface BatchAcknowledgeAlarmRequest {
@@ -147,83 +107,62 @@ export declare enum ErrorCode {
147
107
  ServiceUnavailableException = "ServiceUnavailableException",
148
108
  ThrottlingException = "ThrottlingException",
149
109
  }
150
-
151
110
  export interface BatchAlarmActionErrorEntry {
152
111
  requestId?: string;
153
-
154
112
  errorCode?: ErrorCode | string;
155
-
156
113
  errorMessage?: string;
157
114
  }
158
115
  export interface BatchAcknowledgeAlarmResponse {
159
116
  errorEntries?: BatchAlarmActionErrorEntry[];
160
117
  }
161
-
162
118
  export declare class InternalFailureException extends __BaseException {
163
119
  readonly name: "InternalFailureException";
164
120
  readonly $fault: "server";
165
-
166
121
  constructor(
167
122
  opts: __ExceptionOptionType<InternalFailureException, __BaseException>
168
123
  );
169
124
  }
170
-
171
125
  export declare class InvalidRequestException extends __BaseException {
172
126
  readonly name: "InvalidRequestException";
173
127
  readonly $fault: "client";
174
-
175
128
  constructor(
176
129
  opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
177
130
  );
178
131
  }
179
-
180
132
  export declare class ServiceUnavailableException extends __BaseException {
181
133
  readonly name: "ServiceUnavailableException";
182
134
  readonly $fault: "server";
183
-
184
135
  constructor(
185
136
  opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
186
137
  );
187
138
  }
188
-
189
139
  export declare class ThrottlingException extends __BaseException {
190
140
  readonly name: "ThrottlingException";
191
141
  readonly $fault: "client";
192
-
193
142
  constructor(
194
143
  opts: __ExceptionOptionType<ThrottlingException, __BaseException>
195
144
  );
196
145
  }
197
-
198
146
  export interface DeleteDetectorRequest {
199
147
  messageId: string | undefined;
200
-
201
148
  detectorModelName: string | undefined;
202
-
203
149
  keyValue?: string;
204
150
  }
205
151
  export interface BatchDeleteDetectorRequest {
206
152
  detectors: DeleteDetectorRequest[] | undefined;
207
153
  }
208
-
209
154
  export interface BatchDeleteDetectorErrorEntry {
210
155
  messageId?: string;
211
-
212
156
  errorCode?: ErrorCode | string;
213
-
214
157
  errorMessage?: string;
215
158
  }
216
159
  export interface BatchDeleteDetectorResponse {
217
160
  batchDeleteDetectorErrorEntries?: BatchDeleteDetectorErrorEntry[];
218
161
  }
219
-
220
162
  export interface DisableAlarmActionRequest {
221
163
  requestId: string | undefined;
222
-
223
164
  alarmModelName: string | undefined;
224
-
225
165
  keyValue?: string;
226
-
227
166
  note?: string;
228
167
  }
229
168
  export interface BatchDisableAlarmRequest {
@@ -232,14 +171,10 @@ export interface BatchDisableAlarmRequest {
232
171
  export interface BatchDisableAlarmResponse {
233
172
  errorEntries?: BatchAlarmActionErrorEntry[];
234
173
  }
235
-
236
174
  export interface EnableAlarmActionRequest {
237
175
  requestId: string | undefined;
238
-
239
176
  alarmModelName: string | undefined;
240
-
241
177
  keyValue?: string;
242
-
243
178
  note?: string;
244
179
  }
245
180
  export interface BatchEnableAlarmRequest {
@@ -248,42 +183,30 @@ export interface BatchEnableAlarmRequest {
248
183
  export interface BatchEnableAlarmResponse {
249
184
  errorEntries?: BatchAlarmActionErrorEntry[];
250
185
  }
251
-
252
186
  export interface TimestampValue {
253
187
  timeInMillis?: number;
254
188
  }
255
-
256
189
  export interface Message {
257
190
  messageId: string | undefined;
258
-
259
191
  inputName: string | undefined;
260
-
261
192
  payload: Uint8Array | undefined;
262
-
263
193
  timestamp?: TimestampValue;
264
194
  }
265
195
  export interface BatchPutMessageRequest {
266
196
  messages: Message[] | undefined;
267
197
  }
268
-
269
198
  export interface BatchPutMessageErrorEntry {
270
199
  messageId?: string;
271
-
272
200
  errorCode?: ErrorCode | string;
273
-
274
201
  errorMessage?: string;
275
202
  }
276
203
  export interface BatchPutMessageResponse {
277
204
  BatchPutMessageErrorEntries?: BatchPutMessageErrorEntry[];
278
205
  }
279
-
280
206
  export interface ResetAlarmActionRequest {
281
207
  requestId: string | undefined;
282
-
283
208
  alarmModelName: string | undefined;
284
-
285
209
  keyValue?: string;
286
-
287
210
  note?: string;
288
211
  }
289
212
  export interface BatchResetAlarmRequest {
@@ -292,16 +215,11 @@ export interface BatchResetAlarmRequest {
292
215
  export interface BatchResetAlarmResponse {
293
216
  errorEntries?: BatchAlarmActionErrorEntry[];
294
217
  }
295
-
296
218
  export interface SnoozeAlarmActionRequest {
297
219
  requestId: string | undefined;
298
-
299
220
  alarmModelName: string | undefined;
300
-
301
221
  keyValue?: string;
302
-
303
222
  note?: string;
304
-
305
223
  snoozeDuration: number | undefined;
306
224
  }
307
225
  export interface BatchSnoozeAlarmRequest {
@@ -310,45 +228,31 @@ export interface BatchSnoozeAlarmRequest {
310
228
  export interface BatchSnoozeAlarmResponse {
311
229
  errorEntries?: BatchAlarmActionErrorEntry[];
312
230
  }
313
-
314
231
  export interface TimerDefinition {
315
232
  name: string | undefined;
316
-
317
233
  seconds: number | undefined;
318
234
  }
319
-
320
235
  export interface VariableDefinition {
321
236
  name: string | undefined;
322
-
323
237
  value: string | undefined;
324
238
  }
325
-
326
239
  export interface DetectorStateDefinition {
327
240
  stateName: string | undefined;
328
-
329
241
  variables: VariableDefinition[] | undefined;
330
-
331
242
  timers: TimerDefinition[] | undefined;
332
243
  }
333
-
334
244
  export interface UpdateDetectorRequest {
335
245
  messageId: string | undefined;
336
-
337
246
  detectorModelName: string | undefined;
338
-
339
247
  keyValue?: string;
340
-
341
248
  state: DetectorStateDefinition | undefined;
342
249
  }
343
250
  export interface BatchUpdateDetectorRequest {
344
251
  detectors: UpdateDetectorRequest[] | undefined;
345
252
  }
346
-
347
253
  export interface BatchUpdateDetectorErrorEntry {
348
254
  messageId?: string;
349
-
350
255
  errorCode?: ErrorCode | string;
351
-
352
256
  errorMessage?: string;
353
257
  }
354
258
  export interface BatchUpdateDetectorResponse {
@@ -356,324 +260,234 @@ export interface BatchUpdateDetectorResponse {
356
260
  }
357
261
  export interface DescribeAlarmRequest {
358
262
  alarmModelName: string | undefined;
359
-
360
263
  keyValue?: string;
361
264
  }
362
265
  export interface DescribeAlarmResponse {
363
266
  alarm?: Alarm;
364
267
  }
365
-
366
268
  export declare class ResourceNotFoundException extends __BaseException {
367
269
  readonly name: "ResourceNotFoundException";
368
270
  readonly $fault: "client";
369
-
370
271
  constructor(
371
272
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
372
273
  );
373
274
  }
374
275
  export interface DescribeDetectorRequest {
375
276
  detectorModelName: string | undefined;
376
-
377
277
  keyValue?: string;
378
278
  }
379
-
380
279
  export interface Timer {
381
280
  name: string | undefined;
382
-
383
281
  timestamp: Date | undefined;
384
282
  }
385
-
386
283
  export interface Variable {
387
284
  name: string | undefined;
388
-
389
285
  value: string | undefined;
390
286
  }
391
-
392
287
  export interface DetectorState {
393
288
  stateName: string | undefined;
394
-
395
289
  variables: Variable[] | undefined;
396
-
397
290
  timers: Timer[] | undefined;
398
291
  }
399
-
400
292
  export interface Detector {
401
293
  detectorModelName?: string;
402
-
403
294
  keyValue?: string;
404
-
405
295
  detectorModelVersion?: string;
406
-
407
296
  state?: DetectorState;
408
-
409
297
  creationTime?: Date;
410
-
411
298
  lastUpdateTime?: Date;
412
299
  }
413
300
  export interface DescribeDetectorResponse {
414
301
  detector?: Detector;
415
302
  }
416
-
417
303
  export interface DetectorStateSummary {
418
304
  stateName?: string;
419
305
  }
420
-
421
306
  export interface DetectorSummary {
422
307
  detectorModelName?: string;
423
-
424
308
  keyValue?: string;
425
-
426
309
  detectorModelVersion?: string;
427
-
428
310
  state?: DetectorStateSummary;
429
-
430
311
  creationTime?: Date;
431
-
432
312
  lastUpdateTime?: Date;
433
313
  }
434
314
  export interface ListAlarmsRequest {
435
315
  alarmModelName: string | undefined;
436
-
437
316
  nextToken?: string;
438
-
439
317
  maxResults?: number;
440
318
  }
441
319
  export interface ListAlarmsResponse {
442
320
  alarmSummaries?: AlarmSummary[];
443
-
444
321
  nextToken?: string;
445
322
  }
446
323
  export interface ListDetectorsRequest {
447
324
  detectorModelName: string | undefined;
448
-
449
325
  stateName?: string;
450
-
451
326
  nextToken?: string;
452
-
453
327
  maxResults?: number;
454
328
  }
455
329
  export interface ListDetectorsResponse {
456
330
  detectorSummaries?: DetectorSummary[];
457
-
458
331
  nextToken?: string;
459
332
  }
460
-
461
333
  export declare const AcknowledgeActionConfigurationFilterSensitiveLog: (
462
334
  obj: AcknowledgeActionConfiguration
463
335
  ) => any;
464
-
465
336
  export declare const AcknowledgeAlarmActionRequestFilterSensitiveLog: (
466
337
  obj: AcknowledgeAlarmActionRequest
467
338
  ) => any;
468
-
469
339
  export declare const DisableActionConfigurationFilterSensitiveLog: (
470
340
  obj: DisableActionConfiguration
471
341
  ) => any;
472
-
473
342
  export declare const EnableActionConfigurationFilterSensitiveLog: (
474
343
  obj: EnableActionConfiguration
475
344
  ) => any;
476
-
477
345
  export declare const ResetActionConfigurationFilterSensitiveLog: (
478
346
  obj: ResetActionConfiguration
479
347
  ) => any;
480
-
481
348
  export declare const SnoozeActionConfigurationFilterSensitiveLog: (
482
349
  obj: SnoozeActionConfiguration
483
350
  ) => any;
484
-
485
351
  export declare const CustomerActionFilterSensitiveLog: (
486
352
  obj: CustomerAction
487
353
  ) => any;
488
-
489
354
  export declare const SimpleRuleEvaluationFilterSensitiveLog: (
490
355
  obj: SimpleRuleEvaluation
491
356
  ) => any;
492
-
493
357
  export declare const RuleEvaluationFilterSensitiveLog: (
494
358
  obj: RuleEvaluation
495
359
  ) => any;
496
-
497
360
  export declare const StateChangeConfigurationFilterSensitiveLog: (
498
361
  obj: StateChangeConfiguration
499
362
  ) => any;
500
-
501
363
  export declare const SystemEventFilterSensitiveLog: (obj: SystemEvent) => any;
502
-
503
364
  export declare const AlarmStateFilterSensitiveLog: (obj: AlarmState) => any;
504
-
505
365
  export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
506
-
507
366
  export declare const AlarmSummaryFilterSensitiveLog: (obj: AlarmSummary) => any;
508
-
509
367
  export declare const BatchAcknowledgeAlarmRequestFilterSensitiveLog: (
510
368
  obj: BatchAcknowledgeAlarmRequest
511
369
  ) => any;
512
-
513
370
  export declare const BatchAlarmActionErrorEntryFilterSensitiveLog: (
514
371
  obj: BatchAlarmActionErrorEntry
515
372
  ) => any;
516
-
517
373
  export declare const BatchAcknowledgeAlarmResponseFilterSensitiveLog: (
518
374
  obj: BatchAcknowledgeAlarmResponse
519
375
  ) => any;
520
-
521
376
  export declare const DeleteDetectorRequestFilterSensitiveLog: (
522
377
  obj: DeleteDetectorRequest
523
378
  ) => any;
524
-
525
379
  export declare const BatchDeleteDetectorRequestFilterSensitiveLog: (
526
380
  obj: BatchDeleteDetectorRequest
527
381
  ) => any;
528
-
529
382
  export declare const BatchDeleteDetectorErrorEntryFilterSensitiveLog: (
530
383
  obj: BatchDeleteDetectorErrorEntry
531
384
  ) => any;
532
-
533
385
  export declare const BatchDeleteDetectorResponseFilterSensitiveLog: (
534
386
  obj: BatchDeleteDetectorResponse
535
387
  ) => any;
536
-
537
388
  export declare const DisableAlarmActionRequestFilterSensitiveLog: (
538
389
  obj: DisableAlarmActionRequest
539
390
  ) => any;
540
-
541
391
  export declare const BatchDisableAlarmRequestFilterSensitiveLog: (
542
392
  obj: BatchDisableAlarmRequest
543
393
  ) => any;
544
-
545
394
  export declare const BatchDisableAlarmResponseFilterSensitiveLog: (
546
395
  obj: BatchDisableAlarmResponse
547
396
  ) => any;
548
-
549
397
  export declare const EnableAlarmActionRequestFilterSensitiveLog: (
550
398
  obj: EnableAlarmActionRequest
551
399
  ) => any;
552
-
553
400
  export declare const BatchEnableAlarmRequestFilterSensitiveLog: (
554
401
  obj: BatchEnableAlarmRequest
555
402
  ) => any;
556
-
557
403
  export declare const BatchEnableAlarmResponseFilterSensitiveLog: (
558
404
  obj: BatchEnableAlarmResponse
559
405
  ) => any;
560
-
561
406
  export declare const TimestampValueFilterSensitiveLog: (
562
407
  obj: TimestampValue
563
408
  ) => any;
564
-
565
409
  export declare const MessageFilterSensitiveLog: (obj: Message) => any;
566
-
567
410
  export declare const BatchPutMessageRequestFilterSensitiveLog: (
568
411
  obj: BatchPutMessageRequest
569
412
  ) => any;
570
-
571
413
  export declare const BatchPutMessageErrorEntryFilterSensitiveLog: (
572
414
  obj: BatchPutMessageErrorEntry
573
415
  ) => any;
574
-
575
416
  export declare const BatchPutMessageResponseFilterSensitiveLog: (
576
417
  obj: BatchPutMessageResponse
577
418
  ) => any;
578
-
579
419
  export declare const ResetAlarmActionRequestFilterSensitiveLog: (
580
420
  obj: ResetAlarmActionRequest
581
421
  ) => any;
582
-
583
422
  export declare const BatchResetAlarmRequestFilterSensitiveLog: (
584
423
  obj: BatchResetAlarmRequest
585
424
  ) => any;
586
-
587
425
  export declare const BatchResetAlarmResponseFilterSensitiveLog: (
588
426
  obj: BatchResetAlarmResponse
589
427
  ) => any;
590
-
591
428
  export declare const SnoozeAlarmActionRequestFilterSensitiveLog: (
592
429
  obj: SnoozeAlarmActionRequest
593
430
  ) => any;
594
-
595
431
  export declare const BatchSnoozeAlarmRequestFilterSensitiveLog: (
596
432
  obj: BatchSnoozeAlarmRequest
597
433
  ) => any;
598
-
599
434
  export declare const BatchSnoozeAlarmResponseFilterSensitiveLog: (
600
435
  obj: BatchSnoozeAlarmResponse
601
436
  ) => any;
602
-
603
437
  export declare const TimerDefinitionFilterSensitiveLog: (
604
438
  obj: TimerDefinition
605
439
  ) => any;
606
-
607
440
  export declare const VariableDefinitionFilterSensitiveLog: (
608
441
  obj: VariableDefinition
609
442
  ) => any;
610
-
611
443
  export declare const DetectorStateDefinitionFilterSensitiveLog: (
612
444
  obj: DetectorStateDefinition
613
445
  ) => any;
614
-
615
446
  export declare const UpdateDetectorRequestFilterSensitiveLog: (
616
447
  obj: UpdateDetectorRequest
617
448
  ) => any;
618
-
619
449
  export declare const BatchUpdateDetectorRequestFilterSensitiveLog: (
620
450
  obj: BatchUpdateDetectorRequest
621
451
  ) => any;
622
-
623
452
  export declare const BatchUpdateDetectorErrorEntryFilterSensitiveLog: (
624
453
  obj: BatchUpdateDetectorErrorEntry
625
454
  ) => any;
626
-
627
455
  export declare const BatchUpdateDetectorResponseFilterSensitiveLog: (
628
456
  obj: BatchUpdateDetectorResponse
629
457
  ) => any;
630
-
631
458
  export declare const DescribeAlarmRequestFilterSensitiveLog: (
632
459
  obj: DescribeAlarmRequest
633
460
  ) => any;
634
-
635
461
  export declare const DescribeAlarmResponseFilterSensitiveLog: (
636
462
  obj: DescribeAlarmResponse
637
463
  ) => any;
638
-
639
464
  export declare const DescribeDetectorRequestFilterSensitiveLog: (
640
465
  obj: DescribeDetectorRequest
641
466
  ) => any;
642
-
643
467
  export declare const TimerFilterSensitiveLog: (obj: Timer) => any;
644
-
645
468
  export declare const VariableFilterSensitiveLog: (obj: Variable) => any;
646
-
647
469
  export declare const DetectorStateFilterSensitiveLog: (
648
470
  obj: DetectorState
649
471
  ) => any;
650
-
651
472
  export declare const DetectorFilterSensitiveLog: (obj: Detector) => any;
652
-
653
473
  export declare const DescribeDetectorResponseFilterSensitiveLog: (
654
474
  obj: DescribeDetectorResponse
655
475
  ) => any;
656
-
657
476
  export declare const DetectorStateSummaryFilterSensitiveLog: (
658
477
  obj: DetectorStateSummary
659
478
  ) => any;
660
-
661
479
  export declare const DetectorSummaryFilterSensitiveLog: (
662
480
  obj: DetectorSummary
663
481
  ) => any;
664
-
665
482
  export declare const ListAlarmsRequestFilterSensitiveLog: (
666
483
  obj: ListAlarmsRequest
667
484
  ) => any;
668
-
669
485
  export declare const ListAlarmsResponseFilterSensitiveLog: (
670
486
  obj: ListAlarmsResponse
671
487
  ) => any;
672
-
673
488
  export declare const ListDetectorsRequestFilterSensitiveLog: (
674
489
  obj: ListDetectorsRequest
675
490
  ) => any;
676
-
677
491
  export declare const ListDetectorsResponseFilterSensitiveLog: (
678
492
  obj: ListDetectorsResponse
679
493
  ) => any;
@@ -1,6 +1,5 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { IoTEventsDataClientConfig } from "./IoTEventsDataClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,6 +1,5 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { IoTEventsDataClientConfig } from "./IoTEventsDataClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
5
4
  runtime: string;
6
5
  defaultsMode: import("@aws-sdk/types").Provider<
@@ -1,5 +1,4 @@
1
1
  import { IoTEventsDataClientConfig } from "./IoTEventsDataClient";
2
-
3
2
  export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
4
3
  runtime: string;
5
4
  sha256: import("@aws-sdk/types").HashConstructor;
@@ -1,6 +1,5 @@
1
1
  import { Logger as __Logger } from "@aws-sdk/types";
2
2
  import { IoTEventsDataClientConfig } from "./IoTEventsDataClient";
3
-
4
3
  export declare const getRuntimeConfig: (config: IoTEventsDataClientConfig) => {
5
4
  apiVersion: string;
6
5
  disableHostPrefix: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iot-events-data",
3
3
  "description": "AWS SDK for JavaScript Iot Events Data Client for Node.js, Browser and React Native",
4
- "version": "3.170.0",
4
+ "version": "3.171.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -19,35 +19,35 @@
19
19
  "dependencies": {
20
20
  "@aws-crypto/sha256-browser": "2.0.0",
21
21
  "@aws-crypto/sha256-js": "2.0.0",
22
- "@aws-sdk/client-sts": "3.170.0",
23
- "@aws-sdk/config-resolver": "3.170.0",
24
- "@aws-sdk/credential-provider-node": "3.170.0",
25
- "@aws-sdk/fetch-http-handler": "3.170.0",
26
- "@aws-sdk/hash-node": "3.170.0",
27
- "@aws-sdk/invalid-dependency": "3.170.0",
28
- "@aws-sdk/middleware-content-length": "3.170.0",
29
- "@aws-sdk/middleware-host-header": "3.170.0",
30
- "@aws-sdk/middleware-logger": "3.170.0",
31
- "@aws-sdk/middleware-recursion-detection": "3.170.0",
32
- "@aws-sdk/middleware-retry": "3.170.0",
33
- "@aws-sdk/middleware-serde": "3.170.0",
34
- "@aws-sdk/middleware-signing": "3.170.0",
35
- "@aws-sdk/middleware-stack": "3.170.0",
36
- "@aws-sdk/middleware-user-agent": "3.170.0",
37
- "@aws-sdk/node-config-provider": "3.170.0",
38
- "@aws-sdk/node-http-handler": "3.170.0",
39
- "@aws-sdk/protocol-http": "3.170.0",
40
- "@aws-sdk/smithy-client": "3.170.0",
41
- "@aws-sdk/types": "3.170.0",
42
- "@aws-sdk/url-parser": "3.170.0",
22
+ "@aws-sdk/client-sts": "3.171.0",
23
+ "@aws-sdk/config-resolver": "3.171.0",
24
+ "@aws-sdk/credential-provider-node": "3.171.0",
25
+ "@aws-sdk/fetch-http-handler": "3.171.0",
26
+ "@aws-sdk/hash-node": "3.171.0",
27
+ "@aws-sdk/invalid-dependency": "3.171.0",
28
+ "@aws-sdk/middleware-content-length": "3.171.0",
29
+ "@aws-sdk/middleware-host-header": "3.171.0",
30
+ "@aws-sdk/middleware-logger": "3.171.0",
31
+ "@aws-sdk/middleware-recursion-detection": "3.171.0",
32
+ "@aws-sdk/middleware-retry": "3.171.0",
33
+ "@aws-sdk/middleware-serde": "3.171.0",
34
+ "@aws-sdk/middleware-signing": "3.171.0",
35
+ "@aws-sdk/middleware-stack": "3.171.0",
36
+ "@aws-sdk/middleware-user-agent": "3.171.0",
37
+ "@aws-sdk/node-config-provider": "3.171.0",
38
+ "@aws-sdk/node-http-handler": "3.171.0",
39
+ "@aws-sdk/protocol-http": "3.171.0",
40
+ "@aws-sdk/smithy-client": "3.171.0",
41
+ "@aws-sdk/types": "3.171.0",
42
+ "@aws-sdk/url-parser": "3.171.0",
43
43
  "@aws-sdk/util-base64-browser": "3.170.0",
44
44
  "@aws-sdk/util-base64-node": "3.170.0",
45
45
  "@aws-sdk/util-body-length-browser": "3.170.0",
46
46
  "@aws-sdk/util-body-length-node": "3.170.0",
47
- "@aws-sdk/util-defaults-mode-browser": "3.170.0",
48
- "@aws-sdk/util-defaults-mode-node": "3.170.0",
49
- "@aws-sdk/util-user-agent-browser": "3.170.0",
50
- "@aws-sdk/util-user-agent-node": "3.170.0",
47
+ "@aws-sdk/util-defaults-mode-browser": "3.171.0",
48
+ "@aws-sdk/util-defaults-mode-node": "3.171.0",
49
+ "@aws-sdk/util-user-agent-browser": "3.171.0",
50
+ "@aws-sdk/util-user-agent-node": "3.171.0",
51
51
  "@aws-sdk/util-utf8-browser": "3.170.0",
52
52
  "@aws-sdk/util-utf8-node": "3.170.0",
53
53
  "tslib": "^2.3.1"