@aws-sdk/client-finspace-data 3.43.0 → 3.45.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,17 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
18
 
8
19
 
@@ -14,6 +14,7 @@ const partitionHash = {
14
14
  "ap-south-1",
15
15
  "ap-southeast-1",
16
16
  "ap-southeast-2",
17
+ "ap-southeast-3",
17
18
  "ca-central-1",
18
19
  "eu-central-1",
19
20
  "eu-north-1",
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListDataViewsRequest = exports.ListDatasetsResponse = exports.Dataset = exports.ListDatasetsRequest = exports.ListChangesetsResponse = exports.ChangesetSummary = exports.ListChangesetsRequest = exports.GetWorkingLocationResponse = exports.GetWorkingLocationRequest = exports.LocationType = exports.GetProgrammaticAccessCredentialsResponse = exports.Credentials = exports.GetProgrammaticAccessCredentialsRequest = exports.GetDataViewResponse = exports.DataViewStatus = exports.DataViewErrorInfo = exports.GetDataViewRequest = exports.GetDatasetResponse = exports.DatasetStatus = exports.GetDatasetRequest = exports.GetChangesetResponse = exports.IngestionStatus = exports.ChangesetErrorInfo = exports.ErrorCategory = exports.GetChangesetRequest = exports.DeleteDatasetResponse = exports.DeleteDatasetRequest = exports.CreateDataViewResponse = exports.CreateDataViewRequest = exports.DataViewDestinationTypeParams = exports.CreateDatasetResponse = exports.CreateDatasetRequest = exports.SchemaUnion = exports.SchemaDefinition = exports.ColumnDefinition = exports.ColumnDataType = exports.PermissionGroupParams = exports.ResourcePermission = exports.DatasetOwnerInfo = exports.DatasetKind = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InternalServerException = exports.CreateChangesetResponse = exports.CreateChangesetRequest = exports.ChangeType = exports.ConflictException = exports.AccessDeniedException = void 0;
4
- exports.UpdateDatasetResponse = exports.UpdateDatasetRequest = exports.UpdateChangesetResponse = exports.UpdateChangesetRequest = exports.ListDataViewsResponse = exports.DataViewSummary = void 0;
3
+ exports.ListDatasetsResponse = exports.Dataset = exports.ListDatasetsRequest = exports.ListChangesetsResponse = exports.ChangesetSummary = exports.ListChangesetsRequest = exports.GetWorkingLocationResponse = exports.GetWorkingLocationRequest = exports.LocationType = exports.GetProgrammaticAccessCredentialsResponse = exports.Credentials = exports.GetProgrammaticAccessCredentialsRequest = exports.GetDataViewResponse = exports.DataViewStatus = exports.DataViewErrorInfo = exports.GetDataViewRequest = exports.GetDatasetResponse = exports.DatasetStatus = exports.GetDatasetRequest = exports.GetChangesetResponse = exports.IngestionStatus = exports.ChangesetErrorInfo = exports.ErrorCategory = exports.GetChangesetRequest = exports.DeleteDatasetResponse = exports.DeleteDatasetRequest = exports.CreateDataViewResponse = exports.CreateDataViewRequest = exports.DataViewDestinationTypeParams = exports.ExportFileFormat = exports.CreateDatasetResponse = exports.CreateDatasetRequest = exports.SchemaUnion = exports.SchemaDefinition = exports.ColumnDefinition = exports.ColumnDataType = exports.PermissionGroupParams = exports.ResourcePermission = exports.DatasetOwnerInfo = exports.DatasetKind = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.LimitExceededException = exports.InternalServerException = exports.CreateChangesetResponse = exports.CreateChangesetRequest = exports.ChangeType = exports.ConflictException = exports.AccessDeniedException = void 0;
4
+ exports.UpdateDatasetResponse = exports.UpdateDatasetRequest = exports.UpdateChangesetResponse = exports.UpdateChangesetRequest = exports.ListDataViewsResponse = exports.DataViewSummary = exports.ListDataViewsRequest = void 0;
5
5
  var AccessDeniedException;
6
6
  (function (AccessDeniedException) {
7
7
  AccessDeniedException.filterSensitiveLog = (obj) => ({
@@ -130,6 +130,11 @@ var CreateDatasetResponse;
130
130
  ...obj,
131
131
  });
132
132
  })(CreateDatasetResponse = exports.CreateDatasetResponse || (exports.CreateDatasetResponse = {}));
133
+ var ExportFileFormat;
134
+ (function (ExportFileFormat) {
135
+ ExportFileFormat["DELIMITED_TEXT"] = "DELIMITED_TEXT";
136
+ ExportFileFormat["PARQUET"] = "PARQUET";
137
+ })(ExportFileFormat = exports.ExportFileFormat || (exports.ExportFileFormat = {}));
133
138
  var DataViewDestinationTypeParams;
134
139
  (function (DataViewDestinationTypeParams) {
135
140
  DataViewDestinationTypeParams.filterSensitiveLog = (obj) => ({
@@ -855,6 +855,7 @@ const deserializeAws_restJson1GetChangesetCommand = async (output, context) => {
855
855
  }
856
856
  const contents = {
857
857
  $metadata: deserializeMetadata(output),
858
+ activeFromTimestamp: undefined,
858
859
  activeUntilTimestamp: undefined,
859
860
  changeType: undefined,
860
861
  changesetArn: undefined,
@@ -869,6 +870,9 @@ const deserializeAws_restJson1GetChangesetCommand = async (output, context) => {
869
870
  updatesChangesetId: undefined,
870
871
  };
871
872
  const data = smithy_client_1.expectNonNull(smithy_client_1.expectObject(await parseBody(output.body, context)), "body");
873
+ if (data.activeFromTimestamp !== undefined && data.activeFromTimestamp !== null) {
874
+ contents.activeFromTimestamp = smithy_client_1.expectLong(data.activeFromTimestamp);
875
+ }
872
876
  if (data.activeUntilTimestamp !== undefined && data.activeUntilTimestamp !== null) {
873
877
  contents.activeUntilTimestamp = smithy_client_1.expectLong(data.activeUntilTimestamp);
874
878
  }
@@ -1951,6 +1955,14 @@ const serializeAws_restJson1DataViewDestinationTypeParams = (input, context) =>
1951
1955
  return {
1952
1956
  ...(input.destinationType !== undefined &&
1953
1957
  input.destinationType !== null && { destinationType: input.destinationType }),
1958
+ ...(input.s3DestinationExportFileFormat !== undefined &&
1959
+ input.s3DestinationExportFileFormat !== null && {
1960
+ s3DestinationExportFileFormat: input.s3DestinationExportFileFormat,
1961
+ }),
1962
+ ...(input.s3DestinationExportFileFormatOptions !== undefined &&
1963
+ input.s3DestinationExportFileFormatOptions !== null && {
1964
+ s3DestinationExportFileFormatOptions: serializeAws_restJson1S3DestinationFormatOptions(input.s3DestinationExportFileFormatOptions, context),
1965
+ }),
1954
1966
  };
1955
1967
  };
1956
1968
  const serializeAws_restJson1FormatParams = (input, context) => {
@@ -1999,6 +2011,17 @@ const serializeAws_restJson1ResourcePermissionsList = (input, context) => {
1999
2011
  return serializeAws_restJson1ResourcePermission(entry, context);
2000
2012
  });
2001
2013
  };
2014
+ const serializeAws_restJson1S3DestinationFormatOptions = (input, context) => {
2015
+ return Object.entries(input).reduce((acc, [key, value]) => {
2016
+ if (value === null) {
2017
+ return acc;
2018
+ }
2019
+ return {
2020
+ ...acc,
2021
+ [key]: value,
2022
+ };
2023
+ }, {});
2024
+ };
2002
2025
  const serializeAws_restJson1SchemaDefinition = (input, context) => {
2003
2026
  return {
2004
2027
  ...(input.columns !== undefined &&
@@ -2056,6 +2079,7 @@ const deserializeAws_restJson1ChangesetList = (output, context) => {
2056
2079
  };
2057
2080
  const deserializeAws_restJson1ChangesetSummary = (output, context) => {
2058
2081
  return {
2082
+ activeFromTimestamp: smithy_client_1.expectLong(output.activeFromTimestamp),
2059
2083
  activeUntilTimestamp: smithy_client_1.expectLong(output.activeUntilTimestamp),
2060
2084
  changeType: smithy_client_1.expectString(output.changeType),
2061
2085
  changesetArn: smithy_client_1.expectString(output.changesetArn),
@@ -2148,6 +2172,10 @@ const deserializeAws_restJson1DatasetOwnerInfo = (output, context) => {
2148
2172
  const deserializeAws_restJson1DataViewDestinationTypeParams = (output, context) => {
2149
2173
  return {
2150
2174
  destinationType: smithy_client_1.expectString(output.destinationType),
2175
+ s3DestinationExportFileFormat: smithy_client_1.expectString(output.s3DestinationExportFileFormat),
2176
+ s3DestinationExportFileFormatOptions: output.s3DestinationExportFileFormatOptions !== undefined && output.s3DestinationExportFileFormatOptions !== null
2177
+ ? deserializeAws_restJson1S3DestinationFormatOptions(output.s3DestinationExportFileFormatOptions, context)
2178
+ : undefined,
2151
2179
  };
2152
2180
  };
2153
2181
  const deserializeAws_restJson1DataViewErrorInfo = (output, context) => {
@@ -2211,6 +2239,17 @@ const deserializeAws_restJson1PartitionColumnList = (output, context) => {
2211
2239
  return smithy_client_1.expectString(entry);
2212
2240
  });
2213
2241
  };
2242
+ const deserializeAws_restJson1S3DestinationFormatOptions = (output, context) => {
2243
+ return Object.entries(output).reduce((acc, [key, value]) => {
2244
+ if (value === null) {
2245
+ return acc;
2246
+ }
2247
+ return {
2248
+ ...acc,
2249
+ [key]: smithy_client_1.expectString(value),
2250
+ };
2251
+ }, {});
2252
+ };
2214
2253
  const deserializeAws_restJson1SchemaDefinition = (output, context) => {
2215
2254
  return {
2216
2255
  columns: output.columns !== undefined && output.columns !== null
@@ -12,6 +12,7 @@ var partitionHash = {
12
12
  "ap-south-1",
13
13
  "ap-southeast-1",
14
14
  "ap-southeast-2",
15
+ "ap-southeast-3",
15
16
  "ca-central-1",
16
17
  "eu-central-1",
17
18
  "eu-north-1",
@@ -93,6 +93,11 @@ export var CreateDatasetResponse;
93
93
  (function (CreateDatasetResponse) {
94
94
  CreateDatasetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
95
95
  })(CreateDatasetResponse || (CreateDatasetResponse = {}));
96
+ export var ExportFileFormat;
97
+ (function (ExportFileFormat) {
98
+ ExportFileFormat["DELIMITED_TEXT"] = "DELIMITED_TEXT";
99
+ ExportFileFormat["PARQUET"] = "PARQUET";
100
+ })(ExportFileFormat || (ExportFileFormat = {}));
96
101
  export var DataViewDestinationTypeParams;
97
102
  (function (DataViewDestinationTypeParams) {
98
103
  DataViewDestinationTypeParams.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
@@ -935,6 +935,7 @@ export var deserializeAws_restJson1GetChangesetCommand = function (output, conte
935
935
  }
936
936
  contents = {
937
937
  $metadata: deserializeMetadata(output),
938
+ activeFromTimestamp: undefined,
938
939
  activeUntilTimestamp: undefined,
939
940
  changeType: undefined,
940
941
  changesetArn: undefined,
@@ -953,6 +954,9 @@ export var deserializeAws_restJson1GetChangesetCommand = function (output, conte
953
954
  return [4, parseBody(output.body, context)];
954
955
  case 1:
955
956
  data = _a.apply(void 0, [_b.apply(void 0, [_c.sent()]), "body"]);
957
+ if (data.activeFromTimestamp !== undefined && data.activeFromTimestamp !== null) {
958
+ contents.activeFromTimestamp = __expectLong(data.activeFromTimestamp);
959
+ }
956
960
  if (data.activeUntilTimestamp !== undefined && data.activeUntilTimestamp !== null) {
957
961
  contents.activeUntilTimestamp = __expectLong(data.activeUntilTimestamp);
958
962
  }
@@ -2177,8 +2181,14 @@ var serializeAws_restJson1DatasetOwnerInfo = function (input, context) {
2177
2181
  return __assign(__assign(__assign({}, (input.email !== undefined && input.email !== null && { email: input.email })), (input.name !== undefined && input.name !== null && { name: input.name })), (input.phoneNumber !== undefined && input.phoneNumber !== null && { phoneNumber: input.phoneNumber }));
2178
2182
  };
2179
2183
  var serializeAws_restJson1DataViewDestinationTypeParams = function (input, context) {
2180
- return __assign({}, (input.destinationType !== undefined &&
2181
- input.destinationType !== null && { destinationType: input.destinationType }));
2184
+ return __assign(__assign(__assign({}, (input.destinationType !== undefined &&
2185
+ input.destinationType !== null && { destinationType: input.destinationType })), (input.s3DestinationExportFileFormat !== undefined &&
2186
+ input.s3DestinationExportFileFormat !== null && {
2187
+ s3DestinationExportFileFormat: input.s3DestinationExportFileFormat,
2188
+ })), (input.s3DestinationExportFileFormatOptions !== undefined &&
2189
+ input.s3DestinationExportFileFormatOptions !== null && {
2190
+ s3DestinationExportFileFormatOptions: serializeAws_restJson1S3DestinationFormatOptions(input.s3DestinationExportFileFormatOptions, context),
2191
+ }));
2182
2192
  };
2183
2193
  var serializeAws_restJson1FormatParams = function (input, context) {
2184
2194
  return Object.entries(input).reduce(function (acc, _a) {
@@ -2220,6 +2230,16 @@ var serializeAws_restJson1ResourcePermissionsList = function (input, context) {
2220
2230
  return serializeAws_restJson1ResourcePermission(entry, context);
2221
2231
  });
2222
2232
  };
2233
+ var serializeAws_restJson1S3DestinationFormatOptions = function (input, context) {
2234
+ return Object.entries(input).reduce(function (acc, _a) {
2235
+ var _b;
2236
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
2237
+ if (value === null) {
2238
+ return acc;
2239
+ }
2240
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = value, _b));
2241
+ }, {});
2242
+ };
2223
2243
  var serializeAws_restJson1SchemaDefinition = function (input, context) {
2224
2244
  return __assign(__assign({}, (input.columns !== undefined &&
2225
2245
  input.columns !== null && { columns: serializeAws_restJson1ColumnList(input.columns, context) })), (input.primaryKeyColumns !== undefined &&
@@ -2271,6 +2291,7 @@ var deserializeAws_restJson1ChangesetList = function (output, context) {
2271
2291
  };
2272
2292
  var deserializeAws_restJson1ChangesetSummary = function (output, context) {
2273
2293
  return {
2294
+ activeFromTimestamp: __expectLong(output.activeFromTimestamp),
2274
2295
  activeUntilTimestamp: __expectLong(output.activeUntilTimestamp),
2275
2296
  changeType: __expectString(output.changeType),
2276
2297
  changesetArn: __expectString(output.changesetArn),
@@ -2363,6 +2384,10 @@ var deserializeAws_restJson1DatasetOwnerInfo = function (output, context) {
2363
2384
  var deserializeAws_restJson1DataViewDestinationTypeParams = function (output, context) {
2364
2385
  return {
2365
2386
  destinationType: __expectString(output.destinationType),
2387
+ s3DestinationExportFileFormat: __expectString(output.s3DestinationExportFileFormat),
2388
+ s3DestinationExportFileFormatOptions: output.s3DestinationExportFileFormatOptions !== undefined && output.s3DestinationExportFileFormatOptions !== null
2389
+ ? deserializeAws_restJson1S3DestinationFormatOptions(output.s3DestinationExportFileFormatOptions, context)
2390
+ : undefined,
2366
2391
  };
2367
2392
  };
2368
2393
  var deserializeAws_restJson1DataViewErrorInfo = function (output, context) {
@@ -2425,6 +2450,16 @@ var deserializeAws_restJson1PartitionColumnList = function (output, context) {
2425
2450
  return __expectString(entry);
2426
2451
  });
2427
2452
  };
2453
+ var deserializeAws_restJson1S3DestinationFormatOptions = function (output, context) {
2454
+ return Object.entries(output).reduce(function (acc, _a) {
2455
+ var _b;
2456
+ var _c = __read(_a, 2), key = _c[0], value = _c[1];
2457
+ if (value === null) {
2458
+ return acc;
2459
+ }
2460
+ return __assign(__assign({}, acc), (_b = {}, _b[key] = __expectString(value), _b));
2461
+ }, {});
2462
+ };
2428
2463
  var deserializeAws_restJson1SchemaDefinition = function (output, context) {
2429
2464
  return {
2430
2465
  columns: output.columns !== undefined && output.columns !== null
@@ -399,7 +399,7 @@ export interface CreateDatasetRequest {
399
399
  /**
400
400
  * <p>Description of a Dataset.</p>
401
401
  */
402
- datasetDescription: string | undefined;
402
+ datasetDescription?: string;
403
403
  /**
404
404
  * <p>Contact information for a Dataset owner.</p>
405
405
  */
@@ -411,7 +411,7 @@ export interface CreateDatasetRequest {
411
411
  /**
412
412
  * <p>The unique resource identifier for a Dataset.</p>
413
413
  */
414
- alias: string | undefined;
414
+ alias?: string;
415
415
  /**
416
416
  * <p>Definition for a schema on a tabular Dataset.</p>
417
417
  */
@@ -438,6 +438,10 @@ export declare namespace CreateDatasetResponse {
438
438
  */
439
439
  const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
440
440
  }
441
+ export declare enum ExportFileFormat {
442
+ DELIMITED_TEXT = "DELIMITED_TEXT",
443
+ PARQUET = "PARQUET"
444
+ }
441
445
  /**
442
446
  * <p>Structure for the Dataview destination type parameters.</p>
443
447
  */
@@ -452,6 +456,13 @@ export interface DataViewDestinationTypeParams {
452
456
  * </ul>
453
457
  */
454
458
  destinationType: string | undefined;
459
+ /**
460
+ * Data View Export File Format
461
+ */
462
+ s3DestinationExportFileFormat?: ExportFileFormat | string;
463
+ s3DestinationExportFileFormatOptions?: {
464
+ [key: string]: string;
465
+ };
455
466
  }
456
467
  export declare namespace DataViewDestinationTypeParams {
457
468
  /**
@@ -707,6 +718,10 @@ export interface GetChangesetResponse {
707
718
  * <p>Time until which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
708
719
  */
709
720
  activeUntilTimestamp?: number;
721
+ /**
722
+ * Milliseconds since UTC epoch
723
+ */
724
+ activeFromTimestamp?: number;
710
725
  /**
711
726
  * <p>The unique identifier of the Changeset that is being updated.</p>
712
727
  */
@@ -1221,6 +1236,10 @@ export interface ChangesetSummary {
1221
1236
  * <p>Time until which the Changeset is active. The value is determined as Epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.</p>
1222
1237
  */
1223
1238
  activeUntilTimestamp?: number;
1239
+ /**
1240
+ * Milliseconds since UTC epoch
1241
+ */
1242
+ activeFromTimestamp?: number;
1224
1243
  /**
1225
1244
  * <p>The unique identifier of the Changeset that is updated.</p>
1226
1245
  */
@@ -1577,7 +1596,7 @@ export interface UpdateDatasetRequest {
1577
1596
  /**
1578
1597
  * <p>The unique resource identifier for a Dataset.</p>
1579
1598
  */
1580
- alias: string | undefined;
1599
+ alias?: string;
1581
1600
  /**
1582
1601
  * <p>Definition for a schema on a tabular Dataset.</p>
1583
1602
  */
@@ -198,13 +198,13 @@ export interface CreateDatasetRequest {
198
198
 
199
199
  kind: DatasetKind | string | undefined;
200
200
 
201
- datasetDescription: string | undefined;
201
+ datasetDescription?: string;
202
202
 
203
203
  ownerInfo?: DatasetOwnerInfo;
204
204
 
205
205
  permissionGroupParams: PermissionGroupParams | undefined;
206
206
 
207
- alias: string | undefined;
207
+ alias?: string;
208
208
 
209
209
  schemaDefinition?: SchemaUnion;
210
210
  }
@@ -221,10 +221,19 @@ export declare namespace CreateDatasetResponse {
221
221
 
222
222
  const filterSensitiveLog: (obj: CreateDatasetResponse) => any;
223
223
  }
224
+ export declare enum ExportFileFormat {
225
+ DELIMITED_TEXT = "DELIMITED_TEXT",
226
+ PARQUET = "PARQUET"
227
+ }
224
228
 
225
229
  export interface DataViewDestinationTypeParams {
226
230
 
227
231
  destinationType: string | undefined;
232
+
233
+ s3DestinationExportFileFormat?: ExportFileFormat | string;
234
+ s3DestinationExportFileFormatOptions?: {
235
+ [key: string]: string;
236
+ };
228
237
  }
229
238
  export declare namespace DataViewDestinationTypeParams {
230
239
 
@@ -348,6 +357,8 @@ export interface GetChangesetResponse {
348
357
 
349
358
  activeUntilTimestamp?: number;
350
359
 
360
+ activeFromTimestamp?: number;
361
+
351
362
  updatesChangesetId?: string;
352
363
 
353
364
  updatedByChangesetId?: string;
@@ -560,6 +571,8 @@ export interface ChangesetSummary {
560
571
 
561
572
  activeUntilTimestamp?: number;
562
573
 
574
+ activeFromTimestamp?: number;
575
+
563
576
  updatesChangesetId?: string;
564
577
 
565
578
  updatedByChangesetId?: string;
@@ -727,7 +740,7 @@ export interface UpdateDatasetRequest {
727
740
 
728
741
  datasetDescription?: string;
729
742
 
730
- alias: string | undefined;
743
+ alias?: string;
731
744
 
732
745
  schemaDefinition?: SchemaUnion;
733
746
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-finspace-data",
3
3
  "description": "AWS SDK for JavaScript Finspace Data Client for Node.js, Browser and React Native",
4
- "version": "3.43.0",
4
+ "version": "3.45.0",
5
5
  "scripts": {
6
6
  "build": "yarn build:cjs && yarn build:es && yarn build:types",
7
7
  "build:cjs": "tsc -p tsconfig.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "2.0.0",
23
23
  "@aws-crypto/sha256-js": "2.0.0",
24
- "@aws-sdk/client-sts": "3.43.0",
25
- "@aws-sdk/config-resolver": "3.40.0",
26
- "@aws-sdk/credential-provider-node": "3.41.0",
24
+ "@aws-sdk/client-sts": "3.45.0",
25
+ "@aws-sdk/config-resolver": "3.45.0",
26
+ "@aws-sdk/credential-provider-node": "3.45.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",
28
28
  "@aws-sdk/hash-node": "3.40.0",
29
29
  "@aws-sdk/invalid-dependency": "3.40.0",
@@ -32,7 +32,7 @@
32
32
  "@aws-sdk/middleware-logger": "3.40.0",
33
33
  "@aws-sdk/middleware-retry": "3.40.0",
34
34
  "@aws-sdk/middleware-serde": "3.40.0",
35
- "@aws-sdk/middleware-signing": "3.40.0",
35
+ "@aws-sdk/middleware-signing": "3.45.0",
36
36
  "@aws-sdk/middleware-stack": "3.40.0",
37
37
  "@aws-sdk/middleware-user-agent": "3.40.0",
38
38
  "@aws-sdk/node-config-provider": "3.40.0",