@aws-sdk/client-lookoutequipment 3.252.0 → 3.256.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.
@@ -1979,13 +1979,13 @@ const serializeAws_json1_0CreateLabelGroupRequest = (input, context) => {
1979
1979
  const serializeAws_json1_0CreateLabelRequest = (input, context) => {
1980
1980
  return {
1981
1981
  ClientToken: input.ClientToken ?? (0, uuid_1.v4)(),
1982
- ...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000).toString() }),
1982
+ ...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) }),
1983
1983
  ...(input.Equipment != null && { Equipment: input.Equipment }),
1984
1984
  ...(input.FaultCode != null && { FaultCode: input.FaultCode }),
1985
1985
  ...(input.LabelGroupName != null && { LabelGroupName: input.LabelGroupName }),
1986
1986
  ...(input.Notes != null && { Notes: input.Notes }),
1987
1987
  ...(input.Rating != null && { Rating: input.Rating }),
1988
- ...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000).toString() }),
1988
+ ...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
1989
1989
  };
1990
1990
  };
1991
1991
  const serializeAws_json1_0CreateModelRequest = (input, context) => {
@@ -1999,10 +1999,10 @@ const serializeAws_json1_0CreateModelRequest = (input, context) => {
1999
1999
  DatasetSchema: serializeAws_json1_0DatasetSchema(input.DatasetSchema, context),
2000
2000
  }),
2001
2001
  ...(input.EvaluationDataEndTime != null && {
2002
- EvaluationDataEndTime: Math.round(input.EvaluationDataEndTime.getTime() / 1000).toString(),
2002
+ EvaluationDataEndTime: Math.round(input.EvaluationDataEndTime.getTime() / 1000),
2003
2003
  }),
2004
2004
  ...(input.EvaluationDataStartTime != null && {
2005
- EvaluationDataStartTime: Math.round(input.EvaluationDataStartTime.getTime() / 1000).toString(),
2005
+ EvaluationDataStartTime: Math.round(input.EvaluationDataStartTime.getTime() / 1000),
2006
2006
  }),
2007
2007
  ...(input.LabelsInputConfiguration != null && {
2008
2008
  LabelsInputConfiguration: serializeAws_json1_0LabelsInputConfiguration(input.LabelsInputConfiguration, context),
@@ -2013,10 +2013,10 @@ const serializeAws_json1_0CreateModelRequest = (input, context) => {
2013
2013
  ...(input.ServerSideKmsKeyId != null && { ServerSideKmsKeyId: input.ServerSideKmsKeyId }),
2014
2014
  ...(input.Tags != null && { Tags: serializeAws_json1_0TagList(input.Tags, context) }),
2015
2015
  ...(input.TrainingDataEndTime != null && {
2016
- TrainingDataEndTime: Math.round(input.TrainingDataEndTime.getTime() / 1000).toString(),
2016
+ TrainingDataEndTime: Math.round(input.TrainingDataEndTime.getTime() / 1000),
2017
2017
  }),
2018
2018
  ...(input.TrainingDataStartTime != null && {
2019
- TrainingDataStartTime: Math.round(input.TrainingDataStartTime.getTime() / 1000).toString(),
2019
+ TrainingDataStartTime: Math.round(input.TrainingDataStartTime.getTime() / 1000),
2020
2020
  }),
2021
2021
  };
2022
2022
  };
@@ -2179,23 +2179,17 @@ const serializeAws_json1_0ListDatasetsRequest = (input, context) => {
2179
2179
  const serializeAws_json1_0ListInferenceEventsRequest = (input, context) => {
2180
2180
  return {
2181
2181
  ...(input.InferenceSchedulerName != null && { InferenceSchedulerName: input.InferenceSchedulerName }),
2182
- ...(input.IntervalEndTime != null && {
2183
- IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000).toString(),
2184
- }),
2185
- ...(input.IntervalStartTime != null && {
2186
- IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000).toString(),
2187
- }),
2182
+ ...(input.IntervalEndTime != null && { IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000) }),
2183
+ ...(input.IntervalStartTime != null && { IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000) }),
2188
2184
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
2189
2185
  ...(input.NextToken != null && { NextToken: input.NextToken }),
2190
2186
  };
2191
2187
  };
2192
2188
  const serializeAws_json1_0ListInferenceExecutionsRequest = (input, context) => {
2193
2189
  return {
2194
- ...(input.DataEndTimeBefore != null && {
2195
- DataEndTimeBefore: Math.round(input.DataEndTimeBefore.getTime() / 1000).toString(),
2196
- }),
2190
+ ...(input.DataEndTimeBefore != null && { DataEndTimeBefore: Math.round(input.DataEndTimeBefore.getTime() / 1000) }),
2197
2191
  ...(input.DataStartTimeAfter != null && {
2198
- DataStartTimeAfter: Math.round(input.DataStartTimeAfter.getTime() / 1000).toString(),
2192
+ DataStartTimeAfter: Math.round(input.DataStartTimeAfter.getTime() / 1000),
2199
2193
  }),
2200
2194
  ...(input.InferenceSchedulerName != null && { InferenceSchedulerName: input.InferenceSchedulerName }),
2201
2195
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
@@ -2225,12 +2219,8 @@ const serializeAws_json1_0ListLabelsRequest = (input, context) => {
2225
2219
  return {
2226
2220
  ...(input.Equipment != null && { Equipment: input.Equipment }),
2227
2221
  ...(input.FaultCode != null && { FaultCode: input.FaultCode }),
2228
- ...(input.IntervalEndTime != null && {
2229
- IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000).toString(),
2230
- }),
2231
- ...(input.IntervalStartTime != null && {
2232
- IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000).toString(),
2233
- }),
2222
+ ...(input.IntervalEndTime != null && { IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000) }),
2223
+ ...(input.IntervalStartTime != null && { IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000) }),
2234
2224
  ...(input.LabelGroupName != null && { LabelGroupName: input.LabelGroupName }),
2235
2225
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
2236
2226
  ...(input.NextToken != null && { NextToken: input.NextToken }),
@@ -1909,13 +1909,13 @@ const serializeAws_json1_0CreateLabelGroupRequest = (input, context) => {
1909
1909
  const serializeAws_json1_0CreateLabelRequest = (input, context) => {
1910
1910
  return {
1911
1911
  ClientToken: input.ClientToken ?? generateIdempotencyToken(),
1912
- ...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000).toString() }),
1912
+ ...(input.EndTime != null && { EndTime: Math.round(input.EndTime.getTime() / 1000) }),
1913
1913
  ...(input.Equipment != null && { Equipment: input.Equipment }),
1914
1914
  ...(input.FaultCode != null && { FaultCode: input.FaultCode }),
1915
1915
  ...(input.LabelGroupName != null && { LabelGroupName: input.LabelGroupName }),
1916
1916
  ...(input.Notes != null && { Notes: input.Notes }),
1917
1917
  ...(input.Rating != null && { Rating: input.Rating }),
1918
- ...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000).toString() }),
1918
+ ...(input.StartTime != null && { StartTime: Math.round(input.StartTime.getTime() / 1000) }),
1919
1919
  };
1920
1920
  };
1921
1921
  const serializeAws_json1_0CreateModelRequest = (input, context) => {
@@ -1929,10 +1929,10 @@ const serializeAws_json1_0CreateModelRequest = (input, context) => {
1929
1929
  DatasetSchema: serializeAws_json1_0DatasetSchema(input.DatasetSchema, context),
1930
1930
  }),
1931
1931
  ...(input.EvaluationDataEndTime != null && {
1932
- EvaluationDataEndTime: Math.round(input.EvaluationDataEndTime.getTime() / 1000).toString(),
1932
+ EvaluationDataEndTime: Math.round(input.EvaluationDataEndTime.getTime() / 1000),
1933
1933
  }),
1934
1934
  ...(input.EvaluationDataStartTime != null && {
1935
- EvaluationDataStartTime: Math.round(input.EvaluationDataStartTime.getTime() / 1000).toString(),
1935
+ EvaluationDataStartTime: Math.round(input.EvaluationDataStartTime.getTime() / 1000),
1936
1936
  }),
1937
1937
  ...(input.LabelsInputConfiguration != null && {
1938
1938
  LabelsInputConfiguration: serializeAws_json1_0LabelsInputConfiguration(input.LabelsInputConfiguration, context),
@@ -1943,10 +1943,10 @@ const serializeAws_json1_0CreateModelRequest = (input, context) => {
1943
1943
  ...(input.ServerSideKmsKeyId != null && { ServerSideKmsKeyId: input.ServerSideKmsKeyId }),
1944
1944
  ...(input.Tags != null && { Tags: serializeAws_json1_0TagList(input.Tags, context) }),
1945
1945
  ...(input.TrainingDataEndTime != null && {
1946
- TrainingDataEndTime: Math.round(input.TrainingDataEndTime.getTime() / 1000).toString(),
1946
+ TrainingDataEndTime: Math.round(input.TrainingDataEndTime.getTime() / 1000),
1947
1947
  }),
1948
1948
  ...(input.TrainingDataStartTime != null && {
1949
- TrainingDataStartTime: Math.round(input.TrainingDataStartTime.getTime() / 1000).toString(),
1949
+ TrainingDataStartTime: Math.round(input.TrainingDataStartTime.getTime() / 1000),
1950
1950
  }),
1951
1951
  };
1952
1952
  };
@@ -2109,23 +2109,17 @@ const serializeAws_json1_0ListDatasetsRequest = (input, context) => {
2109
2109
  const serializeAws_json1_0ListInferenceEventsRequest = (input, context) => {
2110
2110
  return {
2111
2111
  ...(input.InferenceSchedulerName != null && { InferenceSchedulerName: input.InferenceSchedulerName }),
2112
- ...(input.IntervalEndTime != null && {
2113
- IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000).toString(),
2114
- }),
2115
- ...(input.IntervalStartTime != null && {
2116
- IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000).toString(),
2117
- }),
2112
+ ...(input.IntervalEndTime != null && { IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000) }),
2113
+ ...(input.IntervalStartTime != null && { IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000) }),
2118
2114
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
2119
2115
  ...(input.NextToken != null && { NextToken: input.NextToken }),
2120
2116
  };
2121
2117
  };
2122
2118
  const serializeAws_json1_0ListInferenceExecutionsRequest = (input, context) => {
2123
2119
  return {
2124
- ...(input.DataEndTimeBefore != null && {
2125
- DataEndTimeBefore: Math.round(input.DataEndTimeBefore.getTime() / 1000).toString(),
2126
- }),
2120
+ ...(input.DataEndTimeBefore != null && { DataEndTimeBefore: Math.round(input.DataEndTimeBefore.getTime() / 1000) }),
2127
2121
  ...(input.DataStartTimeAfter != null && {
2128
- DataStartTimeAfter: Math.round(input.DataStartTimeAfter.getTime() / 1000).toString(),
2122
+ DataStartTimeAfter: Math.round(input.DataStartTimeAfter.getTime() / 1000),
2129
2123
  }),
2130
2124
  ...(input.InferenceSchedulerName != null && { InferenceSchedulerName: input.InferenceSchedulerName }),
2131
2125
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
@@ -2155,12 +2149,8 @@ const serializeAws_json1_0ListLabelsRequest = (input, context) => {
2155
2149
  return {
2156
2150
  ...(input.Equipment != null && { Equipment: input.Equipment }),
2157
2151
  ...(input.FaultCode != null && { FaultCode: input.FaultCode }),
2158
- ...(input.IntervalEndTime != null && {
2159
- IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000).toString(),
2160
- }),
2161
- ...(input.IntervalStartTime != null && {
2162
- IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000).toString(),
2163
- }),
2152
+ ...(input.IntervalEndTime != null && { IntervalEndTime: Math.round(input.IntervalEndTime.getTime() / 1000) }),
2153
+ ...(input.IntervalStartTime != null && { IntervalStartTime: Math.round(input.IntervalStartTime.getTime() / 1000) }),
2164
2154
  ...(input.LabelGroupName != null && { LabelGroupName: input.LabelGroupName }),
2165
2155
  ...(input.MaxResults != null && { MaxResults: input.MaxResults }),
2166
2156
  ...(input.NextToken != null && { NextToken: input.NextToken }),
@@ -5,8 +5,8 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
5
5
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
6
6
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
7
7
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
8
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
8
+ import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
9
+ import { BodyLengthCalculator as __BodyLengthCalculator, ChecksumConstructor as __ChecksumConstructor, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
10
10
  import { CreateDatasetCommandInput, CreateDatasetCommandOutput } from "./commands/CreateDatasetCommand";
11
11
  import { CreateInferenceSchedulerCommandInput, CreateInferenceSchedulerCommandOutput } from "./commands/CreateInferenceSchedulerCommand";
12
12
  import { CreateLabelCommandInput, CreateLabelCommandOutput } from "./commands/CreateLabelCommand";
@@ -49,11 +49,11 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
49
49
  */
50
50
  requestHandler?: __HttpHandler;
51
51
  /**
52
- * A constructor for a class implementing the {@link __Hash} interface
52
+ * A constructor for a class implementing the {@link __Checksum} interface
53
53
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
54
54
  * @internal
55
55
  */
56
- sha256?: __HashConstructor;
56
+ sha256?: __ChecksumConstructor | __HashConstructor;
57
57
  /**
58
58
  * The function that will be used to convert strings into HTTP endpoints.
59
59
  * @internal
@@ -139,9 +139,9 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
139
139
  */
140
140
  defaultUserAgentProvider?: Provider<__UserAgent>;
141
141
  /**
142
- * The {@link DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
142
+ * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
143
143
  */
144
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
144
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
145
145
  }
146
146
  declare type LookoutEquipmentClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
147
147
  /**
@@ -25,12 +25,13 @@ import {
25
25
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
26
26
  import {
27
27
  Client as __Client,
28
- DefaultsMode,
28
+ DefaultsMode as __DefaultsMode,
29
29
  SmithyConfiguration as __SmithyConfiguration,
30
30
  SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
31
31
  } from "@aws-sdk/smithy-client";
32
32
  import {
33
33
  BodyLengthCalculator as __BodyLengthCalculator,
34
+ ChecksumConstructor as __ChecksumConstructor,
34
35
  Credentials as __Credentials,
35
36
  Decoder as __Decoder,
36
37
  Encoder as __Encoder,
@@ -251,7 +252,7 @@ export declare type ServiceOutputTypes =
251
252
  export interface ClientDefaults
252
253
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
253
254
  requestHandler?: __HttpHandler;
254
- sha256?: __HashConstructor;
255
+ sha256?: __ChecksumConstructor | __HashConstructor;
255
256
  urlParser?: __UrlParser;
256
257
  bodyLengthChecker?: __BodyLengthCalculator;
257
258
  streamCollector?: __StreamCollector;
@@ -270,7 +271,7 @@ export interface ClientDefaults
270
271
  region?: string | __Provider<string>;
271
272
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
272
273
  defaultUserAgentProvider?: Provider<__UserAgent>;
273
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
274
+ defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
274
275
  }
275
276
  declare type LookoutEquipmentClientConfigType = Partial<
276
277
  __SmithyConfiguration<__HttpHandlerOptions>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-lookoutequipment",
3
3
  "description": "AWS SDK for JavaScript Lookoutequipment Client for Node.js, Browser and React Native",
4
- "version": "3.252.0",
4
+ "version": "3.256.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",
@@ -18,39 +18,39 @@
18
18
  "module": "./dist-es/index.js",
19
19
  "sideEffects": false,
20
20
  "dependencies": {
21
- "@aws-crypto/sha256-browser": "2.0.0",
22
- "@aws-crypto/sha256-js": "2.0.0",
23
- "@aws-sdk/client-sts": "3.252.0",
24
- "@aws-sdk/config-resolver": "3.234.0",
25
- "@aws-sdk/credential-provider-node": "3.252.0",
26
- "@aws-sdk/fetch-http-handler": "3.226.0",
27
- "@aws-sdk/hash-node": "3.226.0",
28
- "@aws-sdk/invalid-dependency": "3.226.0",
29
- "@aws-sdk/middleware-content-length": "3.226.0",
30
- "@aws-sdk/middleware-endpoint": "3.226.0",
31
- "@aws-sdk/middleware-host-header": "3.226.0",
32
- "@aws-sdk/middleware-logger": "3.226.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.226.0",
34
- "@aws-sdk/middleware-retry": "3.235.0",
35
- "@aws-sdk/middleware-serde": "3.226.0",
36
- "@aws-sdk/middleware-signing": "3.226.0",
37
- "@aws-sdk/middleware-stack": "3.226.0",
38
- "@aws-sdk/middleware-user-agent": "3.226.0",
39
- "@aws-sdk/node-config-provider": "3.226.0",
40
- "@aws-sdk/node-http-handler": "3.226.0",
41
- "@aws-sdk/protocol-http": "3.226.0",
42
- "@aws-sdk/smithy-client": "3.234.0",
43
- "@aws-sdk/types": "3.226.0",
44
- "@aws-sdk/url-parser": "3.226.0",
21
+ "@aws-crypto/sha256-browser": "3.0.0",
22
+ "@aws-crypto/sha256-js": "3.0.0",
23
+ "@aws-sdk/client-sts": "3.256.0",
24
+ "@aws-sdk/config-resolver": "3.254.0",
25
+ "@aws-sdk/credential-provider-node": "3.256.0",
26
+ "@aws-sdk/fetch-http-handler": "3.254.0",
27
+ "@aws-sdk/hash-node": "3.254.0",
28
+ "@aws-sdk/invalid-dependency": "3.254.0",
29
+ "@aws-sdk/middleware-content-length": "3.254.0",
30
+ "@aws-sdk/middleware-endpoint": "3.254.0",
31
+ "@aws-sdk/middleware-host-header": "3.254.0",
32
+ "@aws-sdk/middleware-logger": "3.254.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.254.0",
34
+ "@aws-sdk/middleware-retry": "3.254.0",
35
+ "@aws-sdk/middleware-serde": "3.254.0",
36
+ "@aws-sdk/middleware-signing": "3.254.0",
37
+ "@aws-sdk/middleware-stack": "3.254.0",
38
+ "@aws-sdk/middleware-user-agent": "3.254.0",
39
+ "@aws-sdk/node-config-provider": "3.254.0",
40
+ "@aws-sdk/node-http-handler": "3.254.0",
41
+ "@aws-sdk/protocol-http": "3.254.0",
42
+ "@aws-sdk/smithy-client": "3.254.0",
43
+ "@aws-sdk/types": "3.254.0",
44
+ "@aws-sdk/url-parser": "3.254.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.234.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.234.0",
50
- "@aws-sdk/util-endpoints": "3.245.0",
51
- "@aws-sdk/util-retry": "3.229.0",
52
- "@aws-sdk/util-user-agent-browser": "3.226.0",
53
- "@aws-sdk/util-user-agent-node": "3.226.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.254.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.254.0",
50
+ "@aws-sdk/util-endpoints": "3.254.0",
51
+ "@aws-sdk/util-retry": "3.254.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.254.0",
53
+ "@aws-sdk/util-user-agent-node": "3.254.0",
54
54
  "@aws-sdk/util-utf8-browser": "3.188.0",
55
55
  "@aws-sdk/util-utf8-node": "3.208.0",
56
56
  "tslib": "^2.3.1",