@aws-sdk/client-omics 3.511.0 → 3.514.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.
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
8
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
9
9
  credentialDefaultProvider: (
10
10
  input: any
11
- ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
11
+ ) => import("@smithy/types").AwsCredentialIdentityProvider;
12
12
  defaultUserAgentProvider: import("@smithy/types").Provider<
13
13
  import("@smithy/types").UserAgent
14
14
  >;
@@ -73,11 +73,12 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
73
73
  | import("@smithy/types").RetryStrategy
74
74
  | import("@smithy/types").RetryStrategyV2
75
75
  | undefined;
76
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
77
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
78
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OmicsHttpAuthSchemeProvider;
76
79
  credentials?:
77
80
  | import("@smithy/types").AwsCredentialIdentity
78
- | import("@smithy/types").Provider<
79
- import("@smithy/types").AwsCredentialIdentity
80
- >
81
+ | import("@smithy/types").AwsCredentialIdentityProvider
81
82
  | undefined;
82
83
  signer?:
83
84
  | import("@smithy/types").RequestSigner
@@ -94,5 +95,4 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
94
95
  import("@smithy/signature-v4").SignatureV4CryptoInit
95
96
  ) => import("@smithy/types").RequestSigner)
96
97
  | undefined;
97
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
98
98
  };
@@ -77,11 +77,12 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
77
77
  | import("@smithy/types").RetryStrategy
78
78
  | import("@smithy/types").RetryStrategyV2
79
79
  | undefined;
80
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
81
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
82
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OmicsHttpAuthSchemeProvider;
80
83
  credentials?:
81
84
  | import("@smithy/types").AwsCredentialIdentity
82
- | import("@smithy/types").Provider<
83
- import("@smithy/types").AwsCredentialIdentity
84
- >
85
+ | import("@smithy/types").AwsCredentialIdentityProvider
85
86
  | undefined;
86
87
  signer?:
87
88
  | import("@smithy/types").RequestSigner
@@ -98,5 +99,4 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
98
99
  import("@smithy/signature-v4").SignatureV4CryptoInit
99
100
  ) => import("@smithy/types").RequestSigner)
100
101
  | undefined;
101
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
102
102
  };
@@ -29,13 +29,13 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
29
29
  serviceId: string;
30
30
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
31
31
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
32
- region: string | import("@smithy/types").Provider<any>;
33
- credentialDefaultProvider: (
34
- input: any
35
- ) => import("@smithy/types").Provider<import("@aws-sdk/types").Credentials>;
36
32
  defaultUserAgentProvider: import("@smithy/types").Provider<
37
33
  import("@smithy/types").UserAgent
38
34
  >;
35
+ region: string | import("@smithy/types").Provider<any>;
36
+ credentialDefaultProvider: (
37
+ input: any
38
+ ) => import("@smithy/types").AwsCredentialIdentityProvider;
39
39
  maxAttempts: number | import("@smithy/types").Provider<number>;
40
40
  retryMode: string | import("@smithy/types").Provider<string>;
41
41
  logger: import("@smithy/types").Logger;
@@ -64,11 +64,12 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
64
64
  | import("@smithy/types").RetryStrategy
65
65
  | import("@smithy/types").RetryStrategyV2
66
66
  | undefined;
67
+ customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
68
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
69
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OmicsHttpAuthSchemeProvider;
67
70
  credentials?:
68
71
  | import("@smithy/types").AwsCredentialIdentity
69
- | import("@smithy/types").Provider<
70
- import("@smithy/types").AwsCredentialIdentity
71
- >
72
+ | import("@smithy/types").AwsCredentialIdentityProvider
72
73
  | undefined;
73
74
  signer?:
74
75
  | import("@smithy/types").RequestSigner
@@ -85,5 +86,4 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
85
86
  import("@smithy/signature-v4").SignatureV4CryptoInit
86
87
  ) => import("@smithy/types").RequestSigner)
87
88
  | undefined;
88
- customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
89
89
  };
@@ -11,6 +11,8 @@ export declare const getRuntimeConfig: (config: OmicsClientConfig) => {
11
11
  }
12
12
  ) => import("@smithy/types").EndpointV2;
13
13
  extensions: import("./runtimeExtensions").RuntimeExtension[];
14
+ httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").OmicsHttpAuthSchemeProvider;
15
+ httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
14
16
  logger: import("@smithy/types").Logger;
15
17
  sdkStreamMixin: import("@smithy/types").SdkStreamMixinInjector;
16
18
  serviceId: string;
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.511.0",
4
+ "version": "3.514.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-omics",
@@ -20,13 +20,12 @@
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.511.0",
24
- "@aws-sdk/core": "3.511.0",
25
- "@aws-sdk/credential-provider-node": "3.511.0",
23
+ "@aws-sdk/client-sts": "3.513.0",
24
+ "@aws-sdk/core": "3.513.0",
25
+ "@aws-sdk/credential-provider-node": "3.514.0",
26
26
  "@aws-sdk/middleware-host-header": "3.511.0",
27
27
  "@aws-sdk/middleware-logger": "3.511.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.511.0",
29
- "@aws-sdk/middleware-signing": "3.511.0",
30
29
  "@aws-sdk/middleware-user-agent": "3.511.0",
31
30
  "@aws-sdk/region-config-resolver": "3.511.0",
32
31
  "@aws-sdk/types": "3.511.0",
@@ -34,7 +33,7 @@
34
33
  "@aws-sdk/util-user-agent-browser": "3.511.0",
35
34
  "@aws-sdk/util-user-agent-node": "3.511.0",
36
35
  "@smithy/config-resolver": "^2.1.1",
37
- "@smithy/core": "^1.3.1",
36
+ "@smithy/core": "^1.3.2",
38
37
  "@smithy/fetch-http-handler": "^2.4.1",
39
38
  "@smithy/hash-node": "^2.1.1",
40
39
  "@smithy/invalid-dependency": "^2.1.1",
@@ -53,8 +52,9 @@
53
52
  "@smithy/util-body-length-browser": "^2.1.1",
54
53
  "@smithy/util-body-length-node": "^2.2.1",
55
54
  "@smithy/util-defaults-mode-browser": "^2.1.1",
56
- "@smithy/util-defaults-mode-node": "^2.1.1",
55
+ "@smithy/util-defaults-mode-node": "^2.2.0",
57
56
  "@smithy/util-endpoints": "^1.1.1",
57
+ "@smithy/util-middleware": "^2.1.1",
58
58
  "@smithy/util-retry": "^2.1.1",
59
59
  "@smithy/util-stream": "^2.1.1",
60
60
  "@smithy/util-utf8": "^2.1.1",