@aws-sdk/client-forecastquery 3.529.1 → 3.535.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.
@@ -17,8 +17,8 @@ export interface Forecastquery {
17
17
  queryWhatIfForecast(args: QueryWhatIfForecastCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: QueryWhatIfForecastCommandOutput) => void): void;
18
18
  }
19
19
  /**
20
- * @public
21
20
  * <p>Provides APIs for creating and managing Amazon Forecast resources.</p>
21
+ * @public
22
22
  */
23
23
  export declare class Forecastquery extends ForecastqueryClient implements Forecastquery {
24
24
  }
@@ -153,8 +153,8 @@ export type ForecastqueryClientResolvedConfigType = __SmithyResolvedConfiguratio
153
153
  export interface ForecastqueryClientResolvedConfig extends ForecastqueryClientResolvedConfigType {
154
154
  }
155
155
  /**
156
- * @public
157
156
  * <p>Provides APIs for creating and managing Amazon Forecast resources.</p>
157
+ * @public
158
158
  */
159
159
  export declare class ForecastqueryClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ForecastqueryClientResolvedConfig> {
160
160
  /**
@@ -22,10 +22,10 @@ export interface QueryForecastCommandOutput extends QueryForecastResponse, __Met
22
22
  }
23
23
  declare const QueryForecastCommand_base: {
24
24
  new (input: QueryForecastCommandInput): import("@smithy/smithy-client").CommandImpl<QueryForecastCommandInput, QueryForecastCommandOutput, ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: QueryForecastCommandInput): import("@smithy/smithy-client").CommandImpl<QueryForecastCommandInput, QueryForecastCommandOutput, ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a forecast for a single item, filtered by the supplied criteria.</p>
30
30
  * <p>The criteria is a key-value pair. The key is either <code>item_id</code> (or the
31
31
  * equivalent non-timestamp, non-target field) from the <code>TARGET_TIME_SERIES</code> dataset,
@@ -95,6 +95,7 @@ declare const QueryForecastCommand_base: {
95
95
  * @throws {@link ForecastqueryServiceException}
96
96
  * <p>Base exception class for all service exceptions from Forecastquery service.</p>
97
97
  *
98
+ * @public
98
99
  */
99
100
  export declare class QueryForecastCommand extends QueryForecastCommand_base {
100
101
  }
@@ -22,10 +22,10 @@ export interface QueryWhatIfForecastCommandOutput extends QueryWhatIfForecastRes
22
22
  }
23
23
  declare const QueryWhatIfForecastCommand_base: {
24
24
  new (input: QueryWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<QueryWhatIfForecastCommandInput, QueryWhatIfForecastCommandOutput, ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: QueryWhatIfForecastCommandInput): import("@smithy/smithy-client").CommandImpl<QueryWhatIfForecastCommandInput, QueryWhatIfForecastCommandOutput, ForecastqueryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a what-if forecast.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -84,6 +84,7 @@ declare const QueryWhatIfForecastCommand_base: {
84
84
  * @throws {@link ForecastqueryServiceException}
85
85
  * <p>Base exception class for all service exceptions from Forecastquery service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class QueryWhatIfForecastCommand extends QueryWhatIfForecastCommand_base {
89
90
  }
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { ForecastqueryServiceException as __BaseException } from "./ForecastqueryServiceException";
3
3
  /**
4
- * @public
5
4
  * <p>The value is invalid or is too long.</p>
5
+ * @public
6
6
  */
7
7
  export declare class InvalidInputException extends __BaseException {
8
8
  readonly name: "InvalidInputException";
@@ -14,8 +14,8 @@ export declare class InvalidInputException extends __BaseException {
14
14
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
15
15
  }
16
16
  /**
17
- * @public
18
17
  * <p>The token is not valid. Tokens expire after 24 hours.</p>
18
+ * @public
19
19
  */
20
20
  export declare class InvalidNextTokenException extends __BaseException {
21
21
  readonly name: "InvalidNextTokenException";
@@ -27,8 +27,8 @@ export declare class InvalidNextTokenException extends __BaseException {
27
27
  constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
28
28
  }
29
29
  /**
30
- * @public
31
30
  * <p>The limit on the number of requests per second has been exceeded.</p>
31
+ * @public
32
32
  */
33
33
  export declare class LimitExceededException extends __BaseException {
34
34
  readonly name: "LimitExceededException";
@@ -44,24 +44,23 @@ export declare class LimitExceededException extends __BaseException {
44
44
  */
45
45
  export interface QueryForecastRequest {
46
46
  /**
47
- * @public
48
47
  * <p>The Amazon Resource Name (ARN) of the forecast to query.</p>
48
+ * @public
49
49
  */
50
50
  ForecastArn: string | undefined;
51
51
  /**
52
- * @public
53
52
  * <p>The start date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss
54
53
  * (ISO 8601 format). For example, 2015-01-01T08:00:00.</p>
54
+ * @public
55
55
  */
56
56
  StartDate?: string;
57
57
  /**
58
- * @public
59
58
  * <p>The end date for the forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss
60
59
  * (ISO 8601 format). For example, 2015-01-01T20:00:00. </p>
60
+ * @public
61
61
  */
62
62
  EndDate?: string;
63
63
  /**
64
- * @public
65
64
  * <p>The filtering criteria to apply when retrieving the forecast. For example, to get the
66
65
  * forecast for <code>client_21</code> in the electricity usage dataset, specify the
67
66
  * following:</p>
@@ -71,40 +70,40 @@ export interface QueryForecastRequest {
71
70
  *
72
71
  *
73
72
  * <p>To get the full forecast, use the <a href="https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateForecastExportJob.html">CreateForecastExportJob</a> operation.</p>
73
+ * @public
74
74
  */
75
75
  Filters: Record<string, string> | undefined;
76
76
  /**
77
- * @public
78
77
  * <p>If the result of the previous request was truncated, the response includes a
79
78
  * <code>NextToken</code>. To retrieve the next set of results, use the token in the next
80
79
  * request. Tokens expire after 24 hours.</p>
80
+ * @public
81
81
  */
82
82
  NextToken?: string;
83
83
  }
84
84
  /**
85
- * @public
86
85
  * <p>The forecast value for a specific date. Part of the <a>Forecast</a>
87
86
  * object.</p>
87
+ * @public
88
88
  */
89
89
  export interface DataPoint {
90
90
  /**
91
- * @public
92
91
  * <p>The timestamp of the specific forecast.</p>
92
+ * @public
93
93
  */
94
94
  Timestamp?: string;
95
95
  /**
96
- * @public
97
96
  * <p>The forecast value.</p>
97
+ * @public
98
98
  */
99
99
  Value?: number;
100
100
  }
101
101
  /**
102
- * @public
103
102
  * <p>Provides information about a forecast. Returned as part of the <a>QueryForecast</a> response.</p>
103
+ * @public
104
104
  */
105
105
  export interface Forecast {
106
106
  /**
107
- * @public
108
107
  * <p>The forecast.</p>
109
108
  * <p>The <i>string</i> of the string-to-array map is one of the following
110
109
  * values:</p>
@@ -121,6 +120,7 @@ export interface Forecast {
121
120
  * </ul>
122
121
  * <p>The default setting is <code>["0.1", "0.5", "0.9"]</code>. Use the optional <code>ForecastTypes</code> parameter of the <a href="https://docs.aws.amazon.com/forecast/latest/dg/API_CreateForecast.html">CreateForecast</a> operation to change the values. The values will vary depending on how this is set, with a minimum of <code>1</code> and a maximum of <code>5.</code>
123
122
  * </p>
123
+ * @public
124
124
  */
125
125
  Predictions?: Record<string, DataPoint[]>;
126
126
  }
@@ -129,14 +129,14 @@ export interface Forecast {
129
129
  */
130
130
  export interface QueryForecastResponse {
131
131
  /**
132
- * @public
133
132
  * <p>The forecast.</p>
133
+ * @public
134
134
  */
135
135
  Forecast?: Forecast;
136
136
  }
137
137
  /**
138
- * @public
139
138
  * <p>The specified resource is in use.</p>
139
+ * @public
140
140
  */
141
141
  export declare class ResourceInUseException extends __BaseException {
142
142
  readonly name: "ResourceInUseException";
@@ -148,9 +148,9 @@ export declare class ResourceInUseException extends __BaseException {
148
148
  constructor(opts: __ExceptionOptionType<ResourceInUseException, __BaseException>);
149
149
  }
150
150
  /**
151
- * @public
152
151
  * <p>We can't find that resource. Check the information that you've provided and try
153
152
  * again.</p>
153
+ * @public
154
154
  */
155
155
  export declare class ResourceNotFoundException extends __BaseException {
156
156
  readonly name: "ResourceNotFoundException";
@@ -166,24 +166,23 @@ export declare class ResourceNotFoundException extends __BaseException {
166
166
  */
167
167
  export interface QueryWhatIfForecastRequest {
168
168
  /**
169
- * @public
170
169
  * <p>The Amazon Resource Name (ARN) of the what-if forecast to query.</p>
170
+ * @public
171
171
  */
172
172
  WhatIfForecastArn: string | undefined;
173
173
  /**
174
- * @public
175
174
  * <p>The start date for the what-if forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss
176
175
  * (ISO 8601 format). For example, 2015-01-01T08:00:00.</p>
176
+ * @public
177
177
  */
178
178
  StartDate?: string;
179
179
  /**
180
- * @public
181
180
  * <p>The end date for the what-if forecast. Specify the date using this format: yyyy-MM-dd'T'HH:mm:ss
182
181
  * (ISO 8601 format). For example, 2015-01-01T20:00:00. </p>
182
+ * @public
183
183
  */
184
184
  EndDate?: string;
185
185
  /**
186
- * @public
187
186
  * <p>The filtering criteria to apply when retrieving the forecast. For example, to get the
188
187
  * forecast for <code>client_21</code> in the electricity usage dataset, specify the
189
188
  * following:</p>
@@ -191,13 +190,14 @@ export interface QueryWhatIfForecastRequest {
191
190
  * <code>\{"item_id" : "client_21"\}</code>
192
191
  * </p>
193
192
  * <p>To get the full what-if forecast, use the <a href="https://docs.aws.amazon.com/en_us/forecast/latest/dg/API_CreateWhatIfForecastExport.html">CreateForecastExportJob</a> operation.</p>
193
+ * @public
194
194
  */
195
195
  Filters: Record<string, string> | undefined;
196
196
  /**
197
- * @public
198
197
  * <p>If the result of the previous request was truncated, the response includes a
199
198
  * <code>NextToken</code>. To retrieve the next set of results, use the token in the next
200
199
  * request. Tokens expire after 24 hours.</p>
200
+ * @public
201
201
  */
202
202
  NextToken?: string;
203
203
  }
@@ -206,8 +206,8 @@ export interface QueryWhatIfForecastRequest {
206
206
  */
207
207
  export interface QueryWhatIfForecastResponse {
208
208
  /**
209
- * @public
210
209
  * <p>Provides information about a forecast. Returned as part of the <a>QueryForecast</a> response.</p>
210
+ * @public
211
211
  */
212
212
  Forecast?: Forecast;
213
213
  }
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -20,9 +20,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
20
20
  apiVersion: string;
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  base64Decoder: import("@smithy/types").Decoder;
23
- base64Encoder: import("@smithy/types").Encoder;
23
+ base64Encoder: (_input: string | Uint8Array) => string;
24
24
  utf8Decoder: import("@smithy/types").Decoder;
25
- utf8Encoder: import("@smithy/types").Encoder;
25
+ utf8Encoder: (input: string | Uint8Array) => string;
26
26
  disableHostPrefix: boolean;
27
27
  serviceId: string;
28
28
  logger: import("@smithy/types").Logger;
@@ -11,9 +11,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
11
11
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
12
12
  streamCollector: import("@smithy/types").StreamCollector;
13
13
  base64Decoder: import("@smithy/types").Decoder;
14
- base64Encoder: import("@smithy/types").Encoder;
14
+ base64Encoder: (_input: string | Uint8Array) => string;
15
15
  utf8Decoder: import("@smithy/types").Decoder;
16
- utf8Encoder: import("@smithy/types").Encoder;
16
+ utf8Encoder: (input: string | Uint8Array) => string;
17
17
  disableHostPrefix: boolean;
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -5,7 +5,7 @@ import { ForecastqueryClientConfig } from "./ForecastqueryClient";
5
5
  export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
6
6
  apiVersion: string;
7
7
  base64Decoder: import("@smithy/types").Decoder;
8
- base64Encoder: import("@smithy/types").Encoder;
8
+ base64Encoder: (_input: string | Uint8Array) => string;
9
9
  disableHostPrefix: boolean;
10
10
  endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
11
11
  logger?: import("@smithy/types").Logger | undefined;
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
@@ -24,6 +24,15 @@ declare const QueryForecastCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: QueryForecastCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ QueryForecastCommandInput,
31
+ QueryForecastCommandOutput,
32
+ ForecastqueryClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class QueryForecastCommand extends QueryForecastCommand_base {}
@@ -25,6 +25,15 @@ declare const QueryWhatIfForecastCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: QueryWhatIfForecastCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ QueryWhatIfForecastCommandInput,
32
+ QueryWhatIfForecastCommandOutput,
33
+ ForecastqueryClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class QueryWhatIfForecastCommand extends QueryWhatIfForecastCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -2,7 +2,7 @@ import { ForecastqueryClientConfig } from "./ForecastqueryClient";
2
2
  export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: ForecastqueryClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-forecastquery",
3
3
  "description": "AWS SDK for JavaScript Forecastquery Client for Node.js, Browser and React Native",
4
- "version": "3.529.1",
4
+ "version": "3.535.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-forecastquery",
@@ -20,47 +20,47 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.1",
24
- "@aws-sdk/core": "3.529.1",
25
- "@aws-sdk/credential-provider-node": "3.529.1",
26
- "@aws-sdk/middleware-host-header": "3.523.0",
27
- "@aws-sdk/middleware-logger": "3.523.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.525.0",
30
- "@aws-sdk/region-config-resolver": "3.525.0",
31
- "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.525.0",
33
- "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.525.0",
35
- "@smithy/config-resolver": "^2.1.4",
36
- "@smithy/core": "^1.3.5",
37
- "@smithy/fetch-http-handler": "^2.4.3",
38
- "@smithy/hash-node": "^2.1.3",
39
- "@smithy/invalid-dependency": "^2.1.3",
40
- "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.4",
42
- "@smithy/middleware-retry": "^2.1.4",
43
- "@smithy/middleware-serde": "^2.1.3",
44
- "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.4",
46
- "@smithy/node-http-handler": "^2.4.1",
47
- "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.2",
49
- "@smithy/types": "^2.10.1",
50
- "@smithy/url-parser": "^2.1.3",
51
- "@smithy/util-base64": "^2.1.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.4",
55
- "@smithy/util-defaults-mode-node": "^2.2.3",
56
- "@smithy/util-endpoints": "^1.1.4",
57
- "@smithy/util-middleware": "^2.1.3",
58
- "@smithy/util-retry": "^2.1.3",
59
- "@smithy/util-utf8": "^2.1.1",
60
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2"
61
61
  },
62
62
  "devDependencies": {
63
- "@smithy/service-client-documentation-generator": "^2.1.1",
63
+ "@smithy/service-client-documentation-generator": "^2.2.0",
64
64
  "@tsconfig/node14": "1.0.3",
65
65
  "@types/node": "^14.14.31",
66
66
  "concurrently": "7.0.0",