@aws-sdk/client-forecast 3.300.0 → 3.303.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.
Files changed (68) hide show
  1. package/dist-cjs/models/models_0.js +100 -117
  2. package/dist-es/models/models_0.js +100 -117
  3. package/dist-types/commands/CreateAutoPredictorCommand.d.ts +16 -16
  4. package/dist-types/commands/CreateDatasetCommand.d.ts +7 -7
  5. package/dist-types/commands/CreateDatasetGroupCommand.d.ts +4 -4
  6. package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +5 -5
  7. package/dist-types/commands/CreateExplainabilityCommand.d.ts +9 -9
  8. package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +5 -5
  9. package/dist-types/commands/CreateForecastCommand.d.ts +11 -11
  10. package/dist-types/commands/CreateForecastExportJobCommand.d.ts +5 -5
  11. package/dist-types/commands/CreateMonitorCommand.d.ts +3 -3
  12. package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +5 -5
  13. package/dist-types/commands/CreatePredictorCommand.d.ts +26 -26
  14. package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +10 -10
  15. package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +13 -13
  16. package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +6 -6
  17. package/dist-types/commands/DeleteDatasetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteExplainabilityCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteForecastCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteMonitorCommand.d.ts +1 -1
  25. package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +1 -1
  26. package/dist-types/commands/DeletePredictorCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteResourceTreeCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeDatasetCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +1 -1
  35. package/dist-types/commands/DescribeExplainabilityCommand.d.ts +1 -1
  36. package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeForecastCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeMonitorCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +1 -1
  41. package/dist-types/commands/DescribePredictorCommand.d.ts +1 -1
  42. package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +1 -1
  43. package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +1 -1
  44. package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +1 -1
  45. package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListDatasetGroupsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListDatasetsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListExplainabilitiesCommand.d.ts +3 -3
  50. package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +3 -3
  51. package/dist-types/commands/ListForecastExportJobsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListForecastsCommand.d.ts +3 -3
  53. package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +3 -3
  54. package/dist-types/commands/ListMonitorsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListPredictorsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  58. package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +3 -3
  59. package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +3 -3
  61. package/dist-types/commands/ResumeResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/StopResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  64. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  65. package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -2
  66. package/dist-types/models/models_0.d.ts +185 -100
  67. package/dist-types/ts3.4/models/models_0.d.ts +124 -100
  68. package/package.json +34 -34
@@ -1,11 +1,12 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { ForecastServiceException as __BaseException } from "./ForecastServiceException";
3
- export declare enum Operation {
4
- ADD = "ADD",
5
- DIVIDE = "DIVIDE",
6
- MULTIPLY = "MULTIPLY",
7
- SUBTRACT = "SUBTRACT",
8
- }
3
+ export declare const Operation: {
4
+ readonly ADD: "ADD";
5
+ readonly DIVIDE: "DIVIDE";
6
+ readonly MULTIPLY: "MULTIPLY";
7
+ readonly SUBTRACT: "SUBTRACT";
8
+ };
9
+ export type Operation = (typeof Operation)[keyof typeof Operation];
9
10
  export interface Action {
10
11
  AttributeName: string | undefined;
11
12
  Operation: Operation | string | undefined;
@@ -31,40 +32,44 @@ export interface EncryptionConfig {
31
32
  export interface MonitorConfig {
32
33
  MonitorName: string | undefined;
33
34
  }
34
- export declare enum OptimizationMetric {
35
- AverageWeightedQuantileLoss = "AverageWeightedQuantileLoss",
36
- MAPE = "MAPE",
37
- MASE = "MASE",
38
- RMSE = "RMSE",
39
- WAPE = "WAPE",
40
- }
35
+ export declare const OptimizationMetric: {
36
+ readonly AverageWeightedQuantileLoss: "AverageWeightedQuantileLoss";
37
+ readonly MAPE: "MAPE";
38
+ readonly MASE: "MASE";
39
+ readonly RMSE: "RMSE";
40
+ readonly WAPE: "WAPE";
41
+ };
42
+ export type OptimizationMetric =
43
+ (typeof OptimizationMetric)[keyof typeof OptimizationMetric];
41
44
  export interface Tag {
42
45
  Key: string | undefined;
43
46
  Value: string | undefined;
44
47
  }
45
- export declare enum DayOfWeek {
46
- FRIDAY = "FRIDAY",
47
- MONDAY = "MONDAY",
48
- SATURDAY = "SATURDAY",
49
- SUNDAY = "SUNDAY",
50
- THURSDAY = "THURSDAY",
51
- TUESDAY = "TUESDAY",
52
- WEDNESDAY = "WEDNESDAY",
53
- }
54
- export declare enum Month {
55
- APRIL = "APRIL",
56
- AUGUST = "AUGUST",
57
- DECEMBER = "DECEMBER",
58
- FEBRUARY = "FEBRUARY",
59
- JANUARY = "JANUARY",
60
- JULY = "JULY",
61
- JUNE = "JUNE",
62
- MARCH = "MARCH",
63
- MAY = "MAY",
64
- NOVEMBER = "NOVEMBER",
65
- OCTOBER = "OCTOBER",
66
- SEPTEMBER = "SEPTEMBER",
67
- }
48
+ export declare const DayOfWeek: {
49
+ readonly FRIDAY: "FRIDAY";
50
+ readonly MONDAY: "MONDAY";
51
+ readonly SATURDAY: "SATURDAY";
52
+ readonly SUNDAY: "SUNDAY";
53
+ readonly THURSDAY: "THURSDAY";
54
+ readonly TUESDAY: "TUESDAY";
55
+ readonly WEDNESDAY: "WEDNESDAY";
56
+ };
57
+ export type DayOfWeek = (typeof DayOfWeek)[keyof typeof DayOfWeek];
58
+ export declare const Month: {
59
+ readonly APRIL: "APRIL";
60
+ readonly AUGUST: "AUGUST";
61
+ readonly DECEMBER: "DECEMBER";
62
+ readonly FEBRUARY: "FEBRUARY";
63
+ readonly JANUARY: "JANUARY";
64
+ readonly JULY: "JULY";
65
+ readonly JUNE: "JUNE";
66
+ readonly MARCH: "MARCH";
67
+ readonly MAY: "MAY";
68
+ readonly NOVEMBER: "NOVEMBER";
69
+ readonly OCTOBER: "OCTOBER";
70
+ readonly SEPTEMBER: "SEPTEMBER";
71
+ };
72
+ export type Month = (typeof Month)[keyof typeof Month];
68
73
  export interface TimeAlignmentBoundary {
69
74
  Month?: Month | string;
70
75
  DayOfMonth?: number;
@@ -129,27 +134,30 @@ export declare class ResourceNotFoundException extends __BaseException {
129
134
  opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
130
135
  );
131
136
  }
132
- export declare enum DatasetType {
133
- ITEM_METADATA = "ITEM_METADATA",
134
- RELATED_TIME_SERIES = "RELATED_TIME_SERIES",
135
- TARGET_TIME_SERIES = "TARGET_TIME_SERIES",
136
- }
137
- export declare enum Domain {
138
- CUSTOM = "CUSTOM",
139
- EC2_CAPACITY = "EC2_CAPACITY",
140
- INVENTORY_PLANNING = "INVENTORY_PLANNING",
141
- METRICS = "METRICS",
142
- RETAIL = "RETAIL",
143
- WEB_TRAFFIC = "WEB_TRAFFIC",
144
- WORK_FORCE = "WORK_FORCE",
145
- }
146
- export declare enum AttributeType {
147
- FLOAT = "float",
148
- GEOLOCATION = "geolocation",
149
- INTEGER = "integer",
150
- STRING = "string",
151
- TIMESTAMP = "timestamp",
152
- }
137
+ export declare const DatasetType: {
138
+ readonly ITEM_METADATA: "ITEM_METADATA";
139
+ readonly RELATED_TIME_SERIES: "RELATED_TIME_SERIES";
140
+ readonly TARGET_TIME_SERIES: "TARGET_TIME_SERIES";
141
+ };
142
+ export type DatasetType = (typeof DatasetType)[keyof typeof DatasetType];
143
+ export declare const Domain: {
144
+ readonly CUSTOM: "CUSTOM";
145
+ readonly EC2_CAPACITY: "EC2_CAPACITY";
146
+ readonly INVENTORY_PLANNING: "INVENTORY_PLANNING";
147
+ readonly METRICS: "METRICS";
148
+ readonly RETAIL: "RETAIL";
149
+ readonly WEB_TRAFFIC: "WEB_TRAFFIC";
150
+ readonly WORK_FORCE: "WORK_FORCE";
151
+ };
152
+ export type Domain = (typeof Domain)[keyof typeof Domain];
153
+ export declare const AttributeType: {
154
+ readonly FLOAT: "float";
155
+ readonly GEOLOCATION: "geolocation";
156
+ readonly INTEGER: "integer";
157
+ readonly STRING: "string";
158
+ readonly TIMESTAMP: "timestamp";
159
+ };
160
+ export type AttributeType = (typeof AttributeType)[keyof typeof AttributeType];
153
161
  export interface SchemaAttribute {
154
162
  AttributeName?: string;
155
163
  AttributeType?: AttributeType | string;
@@ -186,10 +194,11 @@ export interface S3Config {
186
194
  export interface DataSource {
187
195
  S3Config: S3Config | undefined;
188
196
  }
189
- export declare enum ImportMode {
190
- FULL = "FULL",
191
- INCREMENTAL = "INCREMENTAL",
192
- }
197
+ export declare const ImportMode: {
198
+ readonly FULL: "FULL";
199
+ readonly INCREMENTAL: "INCREMENTAL";
200
+ };
201
+ export type ImportMode = (typeof ImportMode)[keyof typeof ImportMode];
193
202
  export interface CreateDatasetImportJobRequest {
194
203
  DatasetImportJobName: string | undefined;
195
204
  DatasetArn: string | undefined;
@@ -205,14 +214,18 @@ export interface CreateDatasetImportJobRequest {
205
214
  export interface CreateDatasetImportJobResponse {
206
215
  DatasetImportJobArn?: string;
207
216
  }
208
- export declare enum TimePointGranularity {
209
- ALL = "ALL",
210
- SPECIFIC = "SPECIFIC",
211
- }
212
- export declare enum TimeSeriesGranularity {
213
- ALL = "ALL",
214
- SPECIFIC = "SPECIFIC",
215
- }
217
+ export declare const TimePointGranularity: {
218
+ readonly ALL: "ALL";
219
+ readonly SPECIFIC: "SPECIFIC";
220
+ };
221
+ export type TimePointGranularity =
222
+ (typeof TimePointGranularity)[keyof typeof TimePointGranularity];
223
+ export declare const TimeSeriesGranularity: {
224
+ readonly ALL: "ALL";
225
+ readonly SPECIFIC: "SPECIFIC";
226
+ };
227
+ export type TimeSeriesGranularity =
228
+ (typeof TimeSeriesGranularity)[keyof typeof TimeSeriesGranularity];
216
229
  export interface ExplainabilityConfig {
217
230
  TimeSeriesGranularity: TimeSeriesGranularity | string | undefined;
218
231
  TimePointGranularity: TimePointGranularity | string | undefined;
@@ -280,17 +293,21 @@ export interface CreateMonitorRequest {
280
293
  export interface CreateMonitorResponse {
281
294
  MonitorArn?: string;
282
295
  }
283
- export declare enum AutoMLOverrideStrategy {
284
- AccuracyOptimized = "AccuracyOptimized",
285
- LatencyOptimized = "LatencyOptimized",
286
- }
296
+ export declare const AutoMLOverrideStrategy: {
297
+ readonly AccuracyOptimized: "AccuracyOptimized";
298
+ readonly LatencyOptimized: "LatencyOptimized";
299
+ };
300
+ export type AutoMLOverrideStrategy =
301
+ (typeof AutoMLOverrideStrategy)[keyof typeof AutoMLOverrideStrategy];
287
302
  export interface EvaluationParameters {
288
303
  NumberOfBacktestWindows?: number;
289
304
  BackTestWindowOffset?: number;
290
305
  }
291
- export declare enum FeaturizationMethodName {
292
- filling = "filling",
293
- }
306
+ export declare const FeaturizationMethodName: {
307
+ readonly filling: "filling";
308
+ };
309
+ export type FeaturizationMethodName =
310
+ (typeof FeaturizationMethodName)[keyof typeof FeaturizationMethodName];
294
311
  export interface FeaturizationMethod {
295
312
  FeaturizationMethodName: FeaturizationMethodName | string | undefined;
296
313
  FeaturizationMethodParameters?: Record<string, string>;
@@ -308,12 +325,13 @@ export interface CategoricalParameterRange {
308
325
  Name: string | undefined;
309
326
  Values: string[] | undefined;
310
327
  }
311
- export declare enum ScalingType {
312
- Auto = "Auto",
313
- Linear = "Linear",
314
- Logarithmic = "Logarithmic",
315
- ReverseLogarithmic = "ReverseLogarithmic",
316
- }
328
+ export declare const ScalingType: {
329
+ readonly Auto: "Auto";
330
+ readonly Linear: "Linear";
331
+ readonly Logarithmic: "Logarithmic";
332
+ readonly ReverseLogarithmic: "ReverseLogarithmic";
333
+ };
334
+ export type ScalingType = (typeof ScalingType)[keyof typeof ScalingType];
317
335
  export interface ContinuousParameterRange {
318
336
  Name: string | undefined;
319
337
  MaxValue: number | undefined;
@@ -387,12 +405,13 @@ export interface TimeSeriesReplacementsDataSource {
387
405
  Format?: string;
388
406
  TimestampFormat?: string;
389
407
  }
390
- export declare enum Condition {
391
- EQUALS = "EQUALS",
392
- GREATER_THAN = "GREATER_THAN",
393
- LESS_THAN = "LESS_THAN",
394
- NOT_EQUALS = "NOT_EQUALS",
395
- }
408
+ export declare const Condition: {
409
+ readonly EQUALS: "EQUALS";
410
+ readonly GREATER_THAN: "GREATER_THAN";
411
+ readonly LESS_THAN: "LESS_THAN";
412
+ readonly NOT_EQUALS: "NOT_EQUALS";
413
+ };
414
+ export type Condition = (typeof Condition)[keyof typeof Condition];
396
415
  export interface TimeSeriesCondition {
397
416
  AttributeName: string | undefined;
398
417
  AttributeValue: string | undefined;
@@ -475,10 +494,11 @@ export interface MonitorInfo {
475
494
  MonitorArn?: string;
476
495
  Status?: string;
477
496
  }
478
- export declare enum State {
479
- Active = "Active",
480
- Deleted = "Deleted",
481
- }
497
+ export declare const State: {
498
+ readonly Active: "Active";
499
+ readonly Deleted: "Deleted";
500
+ };
501
+ export type State = (typeof State)[keyof typeof State];
482
502
  export interface ReferencePredictorSummary {
483
503
  Arn?: string;
484
504
  State?: State | string;
@@ -760,10 +780,12 @@ export interface DescribeWhatIfForecastExportResponse {
760
780
  export interface GetAccuracyMetricsRequest {
761
781
  PredictorArn: string | undefined;
762
782
  }
763
- export declare enum EvaluationType {
764
- COMPUTED = "COMPUTED",
765
- SUMMARY = "SUMMARY",
766
- }
783
+ export declare const EvaluationType: {
784
+ readonly COMPUTED: "COMPUTED";
785
+ readonly SUMMARY: "SUMMARY";
786
+ };
787
+ export type EvaluationType =
788
+ (typeof EvaluationType)[keyof typeof EvaluationType];
767
789
  export interface ErrorMetric {
768
790
  ForecastType?: string;
769
791
  WAPE?: number;
@@ -820,10 +842,12 @@ export interface ListDatasetGroupsResponse {
820
842
  DatasetGroups?: DatasetGroupSummary[];
821
843
  NextToken?: string;
822
844
  }
823
- export declare enum FilterConditionString {
824
- IS = "IS",
825
- IS_NOT = "IS_NOT",
826
- }
845
+ export declare const FilterConditionString: {
846
+ readonly IS: "IS";
847
+ readonly IS_NOT: "IS_NOT";
848
+ };
849
+ export type FilterConditionString =
850
+ (typeof FilterConditionString)[keyof typeof FilterConditionString];
827
851
  export interface Filter {
828
852
  Key: string | undefined;
829
853
  Value: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-forecast",
3
3
  "description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.303.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",
@@ -21,42 +21,42 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
25
- "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
27
- "@aws-sdk/fetch-http-handler": "3.296.0",
28
- "@aws-sdk/hash-node": "3.296.0",
29
- "@aws-sdk/invalid-dependency": "3.296.0",
30
- "@aws-sdk/middleware-content-length": "3.296.0",
31
- "@aws-sdk/middleware-endpoint": "3.299.0",
32
- "@aws-sdk/middleware-host-header": "3.296.0",
33
- "@aws-sdk/middleware-logger": "3.296.0",
34
- "@aws-sdk/middleware-recursion-detection": "3.296.0",
35
- "@aws-sdk/middleware-retry": "3.300.0",
36
- "@aws-sdk/middleware-serde": "3.296.0",
37
- "@aws-sdk/middleware-signing": "3.299.0",
38
- "@aws-sdk/middleware-stack": "3.296.0",
39
- "@aws-sdk/middleware-user-agent": "3.299.0",
40
- "@aws-sdk/node-config-provider": "3.300.0",
41
- "@aws-sdk/node-http-handler": "3.296.0",
42
- "@aws-sdk/protocol-http": "3.296.0",
43
- "@aws-sdk/smithy-client": "3.296.0",
44
- "@aws-sdk/types": "3.296.0",
45
- "@aws-sdk/url-parser": "3.296.0",
46
- "@aws-sdk/util-base64": "3.295.0",
47
- "@aws-sdk/util-body-length-browser": "3.295.0",
48
- "@aws-sdk/util-body-length-node": "3.295.0",
49
- "@aws-sdk/util-defaults-mode-browser": "3.296.0",
50
- "@aws-sdk/util-defaults-mode-node": "3.300.0",
51
- "@aws-sdk/util-endpoints": "3.296.0",
52
- "@aws-sdk/util-retry": "3.296.0",
53
- "@aws-sdk/util-user-agent-browser": "3.299.0",
54
- "@aws-sdk/util-user-agent-node": "3.300.0",
55
- "@aws-sdk/util-utf8": "3.295.0",
24
+ "@aws-sdk/client-sts": "3.303.0",
25
+ "@aws-sdk/config-resolver": "3.303.0",
26
+ "@aws-sdk/credential-provider-node": "3.303.0",
27
+ "@aws-sdk/fetch-http-handler": "3.303.0",
28
+ "@aws-sdk/hash-node": "3.303.0",
29
+ "@aws-sdk/invalid-dependency": "3.303.0",
30
+ "@aws-sdk/middleware-content-length": "3.303.0",
31
+ "@aws-sdk/middleware-endpoint": "3.303.0",
32
+ "@aws-sdk/middleware-host-header": "3.303.0",
33
+ "@aws-sdk/middleware-logger": "3.303.0",
34
+ "@aws-sdk/middleware-recursion-detection": "3.303.0",
35
+ "@aws-sdk/middleware-retry": "3.303.0",
36
+ "@aws-sdk/middleware-serde": "3.303.0",
37
+ "@aws-sdk/middleware-signing": "3.303.0",
38
+ "@aws-sdk/middleware-stack": "3.303.0",
39
+ "@aws-sdk/middleware-user-agent": "3.303.0",
40
+ "@aws-sdk/node-config-provider": "3.303.0",
41
+ "@aws-sdk/node-http-handler": "3.303.0",
42
+ "@aws-sdk/protocol-http": "3.303.0",
43
+ "@aws-sdk/smithy-client": "3.303.0",
44
+ "@aws-sdk/types": "3.303.0",
45
+ "@aws-sdk/url-parser": "3.303.0",
46
+ "@aws-sdk/util-base64": "3.303.0",
47
+ "@aws-sdk/util-body-length-browser": "3.303.0",
48
+ "@aws-sdk/util-body-length-node": "3.303.0",
49
+ "@aws-sdk/util-defaults-mode-browser": "3.303.0",
50
+ "@aws-sdk/util-defaults-mode-node": "3.303.0",
51
+ "@aws-sdk/util-endpoints": "3.303.0",
52
+ "@aws-sdk/util-retry": "3.303.0",
53
+ "@aws-sdk/util-user-agent-browser": "3.303.0",
54
+ "@aws-sdk/util-user-agent-node": "3.303.0",
55
+ "@aws-sdk/util-utf8": "3.303.0",
56
56
  "tslib": "^2.5.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@aws-sdk/service-client-documentation-generator": "3.295.0",
59
+ "@aws-sdk/service-client-documentation-generator": "3.303.0",
60
60
  "@tsconfig/node14": "1.0.3",
61
61
  "@types/node": "^14.14.31",
62
62
  "concurrently": "7.0.0",