@aws-sdk/client-omics 3.432.0 → 3.433.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.
@@ -946,7 +946,7 @@ export interface TsvStoreOptions {
946
946
  * @public
947
947
  * <p>The store's header key to column name mapping.</p>
948
948
  */
949
- formatToHeader?: Record<FormatToHeaderKey, string>;
949
+ formatToHeader?: Partial<Record<FormatToHeaderKey, string>>;
950
950
  /**
951
951
  * @public
952
952
  * <p>The store's schema.</p>
@@ -1426,7 +1426,7 @@ export interface TsvVersionOptions {
1426
1426
  * The annotation store version's header key to column name mapping.
1427
1427
  * </p>
1428
1428
  */
1429
- formatToHeader?: Record<FormatToHeaderKey, string>;
1429
+ formatToHeader?: Partial<Record<FormatToHeaderKey, string>>;
1430
1430
  /**
1431
1431
  * @public
1432
1432
  * <p>
@@ -316,7 +316,7 @@ export type SchemaValueType =
316
316
  (typeof SchemaValueType)[keyof typeof SchemaValueType];
317
317
  export interface TsvStoreOptions {
318
318
  annotationType?: AnnotationType;
319
- formatToHeader?: Record<FormatToHeaderKey, string>;
319
+ formatToHeader?: Partial<Record<FormatToHeaderKey, string>>;
320
320
  schema?: Record<string, SchemaValueType>[];
321
321
  }
322
322
  export type StoreOptions =
@@ -436,7 +436,7 @@ export interface UpdateAnnotationStoreResponse {
436
436
  }
437
437
  export interface TsvVersionOptions {
438
438
  annotationType?: AnnotationType;
439
- formatToHeader?: Record<FormatToHeaderKey, string>;
439
+ formatToHeader?: Partial<Record<FormatToHeaderKey, string>>;
440
440
  schema?: Record<string, SchemaValueType>[];
441
441
  }
442
442
  export type VersionOptions =
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-omics",
3
3
  "description": "AWS SDK for JavaScript Omics Client for Node.js, Browser and React Native",
4
- "version": "3.432.0",
4
+ "version": "3.433.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,43 +21,43 @@
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.431.0",
25
- "@aws-sdk/core": "3.431.0",
26
- "@aws-sdk/credential-provider-node": "3.431.0",
27
- "@aws-sdk/middleware-host-header": "3.431.0",
28
- "@aws-sdk/middleware-logger": "3.428.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.428.0",
30
- "@aws-sdk/middleware-signing": "3.428.0",
31
- "@aws-sdk/middleware-user-agent": "3.428.0",
32
- "@aws-sdk/region-config-resolver": "3.430.0",
33
- "@aws-sdk/types": "3.428.0",
34
- "@aws-sdk/util-endpoints": "3.428.0",
35
- "@aws-sdk/util-user-agent-browser": "3.428.0",
36
- "@aws-sdk/util-user-agent-node": "3.430.0",
37
- "@smithy/config-resolver": "^2.0.15",
38
- "@smithy/fetch-http-handler": "^2.2.3",
39
- "@smithy/hash-node": "^2.0.11",
40
- "@smithy/invalid-dependency": "^2.0.11",
41
- "@smithy/middleware-content-length": "^2.0.13",
42
- "@smithy/middleware-endpoint": "^2.1.2",
43
- "@smithy/middleware-retry": "^2.0.17",
44
- "@smithy/middleware-serde": "^2.0.11",
45
- "@smithy/middleware-stack": "^2.0.5",
46
- "@smithy/node-config-provider": "^2.1.2",
47
- "@smithy/node-http-handler": "^2.1.7",
48
- "@smithy/protocol-http": "^3.0.7",
49
- "@smithy/smithy-client": "^2.1.11",
50
- "@smithy/types": "^2.3.5",
51
- "@smithy/url-parser": "^2.0.11",
24
+ "@aws-sdk/client-sts": "3.433.0",
25
+ "@aws-sdk/core": "3.433.0",
26
+ "@aws-sdk/credential-provider-node": "3.433.0",
27
+ "@aws-sdk/middleware-host-header": "3.433.0",
28
+ "@aws-sdk/middleware-logger": "3.433.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.433.0",
30
+ "@aws-sdk/middleware-signing": "3.433.0",
31
+ "@aws-sdk/middleware-user-agent": "3.433.0",
32
+ "@aws-sdk/region-config-resolver": "3.433.0",
33
+ "@aws-sdk/types": "3.433.0",
34
+ "@aws-sdk/util-endpoints": "3.433.0",
35
+ "@aws-sdk/util-user-agent-browser": "3.433.0",
36
+ "@aws-sdk/util-user-agent-node": "3.433.0",
37
+ "@smithy/config-resolver": "^2.0.16",
38
+ "@smithy/fetch-http-handler": "^2.2.4",
39
+ "@smithy/hash-node": "^2.0.12",
40
+ "@smithy/invalid-dependency": "^2.0.12",
41
+ "@smithy/middleware-content-length": "^2.0.14",
42
+ "@smithy/middleware-endpoint": "^2.1.3",
43
+ "@smithy/middleware-retry": "^2.0.18",
44
+ "@smithy/middleware-serde": "^2.0.12",
45
+ "@smithy/middleware-stack": "^2.0.6",
46
+ "@smithy/node-config-provider": "^2.1.3",
47
+ "@smithy/node-http-handler": "^2.1.8",
48
+ "@smithy/protocol-http": "^3.0.8",
49
+ "@smithy/smithy-client": "^2.1.12",
50
+ "@smithy/types": "^2.4.0",
51
+ "@smithy/url-parser": "^2.0.12",
52
52
  "@smithy/util-base64": "^2.0.0",
53
53
  "@smithy/util-body-length-browser": "^2.0.0",
54
54
  "@smithy/util-body-length-node": "^2.1.0",
55
- "@smithy/util-defaults-mode-browser": "^2.0.15",
56
- "@smithy/util-defaults-mode-node": "^2.0.20",
57
- "@smithy/util-retry": "^2.0.4",
58
- "@smithy/util-stream": "^2.0.16",
55
+ "@smithy/util-defaults-mode-browser": "^2.0.16",
56
+ "@smithy/util-defaults-mode-node": "^2.0.21",
57
+ "@smithy/util-retry": "^2.0.5",
58
+ "@smithy/util-stream": "^2.0.17",
59
59
  "@smithy/util-utf8": "^2.0.0",
60
- "@smithy/util-waiter": "^2.0.11",
60
+ "@smithy/util-waiter": "^2.0.12",
61
61
  "tslib": "^2.5.0",
62
62
  "uuid": "^8.3.2"
63
63
  },