@aws-sdk/client-omics 3.1019.0 → 3.1020.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/dist-es/Omics.js +11 -11
- package/dist-es/waiters/waitForAnnotationImportJobCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionCreated.js +1 -1
- package/dist-es/waiters/waitForAnnotationStoreVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForReadSetActivationJobCompleted.js +1 -1
- package/dist-es/waiters/waitForReadSetExportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReadSetImportJobCompleted.js +2 -2
- package/dist-es/waiters/waitForReferenceImportJobCompleted.js +1 -1
- package/dist-es/waiters/waitForRunCompleted.js +1 -1
- package/dist-es/waiters/waitForRunRunning.js +1 -1
- package/dist-es/waiters/waitForTaskCompleted.js +1 -1
- package/dist-es/waiters/waitForTaskRunning.js +1 -1
- package/dist-es/waiters/waitForVariantImportJobCreated.js +2 -2
- package/dist-es/waiters/waitForVariantStoreCreated.js +1 -1
- package/dist-es/waiters/waitForVariantStoreDeleted.js +1 -1
- package/dist-es/waiters/waitForWorkflowActive.js +1 -1
- package/dist-es/waiters/waitForWorkflowVersionActive.js +1 -1
- package/dist-types/Omics.d.ts +107 -107
- package/dist-types/OmicsClient.d.ts +110 -110
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/GetReadSetCommand.d.ts +1 -1
- package/dist-types/commands/GetReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +2 -2
- package/dist-types/pagination/ListAnnotationImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoreVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAnnotationStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMultipartReadSetUploadsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetActivationJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetExportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetUploadPartsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReadSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReferencesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunCachesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsInBatchPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSequenceStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSharesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVariantStoresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListWorkflowsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/OmicsClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/UploadReadSetPartCommand.d.ts +1 -1
- package/dist-types/waiters/waitForAnnotationImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionCreated.d.ts +3 -3
- package/dist-types/waiters/waitForAnnotationStoreVersionDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetActivationJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetExportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReadSetImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForReferenceImportJobCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForRunRunning.d.ts +3 -3
- package/dist-types/waiters/waitForTaskCompleted.d.ts +3 -3
- package/dist-types/waiters/waitForTaskRunning.d.ts +3 -3
- package/dist-types/waiters/waitForVariantImportJobCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreCreated.d.ts +3 -3
- package/dist-types/waiters/waitForVariantStoreDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowActive.d.ts +3 -3
- package/dist-types/waiters/waitForWorkflowVersionActive.d.ts +3 -3
- package/package.json +15 -15
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationImportJobCommandInput } from "../commands/GetAnnotationImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationImportJobCommandInput } from "../commands/GetAnnotationImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation import is completed
|
|
6
6
|
* @deprecated Use waitUntilAnnotationImportJobCreated instead. waitForAnnotationImportJobCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store is created
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreCreated instead. waitForAnnotationStoreCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreCommandInput } from "../commands/GetAnnotationStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store is deleted.
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreDeleted instead. waitForAnnotationStoreDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store version is created
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreVersionCreated instead. waitForAnnotationStoreVersionCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetAnnotationStoreVersionCommandInput } from "../commands/GetAnnotationStoreVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until an annotation store version is deleted.
|
|
6
6
|
* @deprecated Use waitUntilAnnotationStoreVersionDeleted instead. waitForAnnotationStoreVersionDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetActivationJobCommandInput } from "../commands/GetReadSetActivationJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetActivationJobCommandInput } from "../commands/GetReadSetActivationJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetActivationJobCompleted instead. waitForReadSetActivationJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetExportJobCommandInput } from "../commands/GetReadSetExportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetExportJobCommandInput } from "../commands/GetReadSetExportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetExportJobCompleted instead. waitForReadSetExportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReadSetImportJobCommandInput } from "../commands/GetReadSetImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReadSetImportJobCommandInput } from "../commands/GetReadSetImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReadSetImportJobCompleted instead. waitForReadSetImportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetReferenceImportJobCommandInput } from "../commands/GetReferenceImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetReferenceImportJobCommandInput } from "../commands/GetReferenceImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a job is completed.
|
|
6
6
|
* @deprecated Use waitUntilReferenceImportJobCompleted instead. waitForReferenceImportJobCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a run is completed.
|
|
6
6
|
* @deprecated Use waitUntilRunCompleted instead. waitForRunCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunCommandInput } from "../commands/GetRunCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a run is running.
|
|
6
6
|
* @deprecated Use waitUntilRunRunning instead. waitForRunRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a task is completed.
|
|
6
6
|
* @deprecated Use waitUntilTaskCompleted instead. waitForTaskCompleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetRunTaskCommandInput } from "../commands/GetRunTaskCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a task is running.
|
|
6
6
|
* @deprecated Use waitUntilTaskRunning instead. waitForTaskRunning does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantImportJobCommandInput } from "../commands/GetVariantImportJobCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantImportJobCommandInput } from "../commands/GetVariantImportJobCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until variant import is completed
|
|
6
6
|
* @deprecated Use waitUntilVariantImportJobCreated instead. waitForVariantImportJobCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a variant store is created
|
|
6
6
|
* @deprecated Use waitUntilVariantStoreCreated instead. waitForVariantStoreCreated does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetVariantStoreCommandInput } from "../commands/GetVariantStoreCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a variant store is deleted.
|
|
6
6
|
* @deprecated Use waitUntilVariantStoreDeleted instead. waitForVariantStoreDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetWorkflowCommandInput } from "../commands/GetWorkflowCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetWorkflowCommandInput } from "../commands/GetWorkflowCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a workflow is active.
|
|
6
6
|
* @deprecated Use waitUntilWorkflowActive instead. waitForWorkflowActive does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { GetWorkflowVersionCommandInput } from "../commands/GetWorkflowVersionCommand";
|
|
3
|
-
import { OmicsClient } from "../OmicsClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type GetWorkflowVersionCommandInput } from "../commands/GetWorkflowVersionCommand";
|
|
3
|
+
import type { OmicsClient } from "../OmicsClient";
|
|
4
4
|
/**
|
|
5
5
|
* Wait until a workflow version is active.
|
|
6
6
|
* @deprecated Use waitUntilWorkflowVersionActive instead. waitForWorkflowVersionActive does not throw error in non-success cases.
|
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.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-omics",
|
|
@@ -21,44 +21,44 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.973.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.26",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
27
27
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
31
31
|
"@aws-sdk/types": "^3.973.6",
|
|
32
32
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.13",
|
|
36
|
-
"@smithy/core": "^3.23.
|
|
36
|
+
"@smithy/core": "^3.23.13",
|
|
37
37
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
38
38
|
"@smithy/hash-node": "^4.2.12",
|
|
39
39
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
40
40
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
41
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
43
|
-
"@smithy/middleware-serde": "^4.2.
|
|
41
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
42
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
43
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
44
44
|
"@smithy/middleware-stack": "^4.2.12",
|
|
45
45
|
"@smithy/node-config-provider": "^4.3.12",
|
|
46
|
-
"@smithy/node-http-handler": "^4.5.
|
|
46
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.12",
|
|
48
|
-
"@smithy/smithy-client": "^4.12.
|
|
48
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
49
49
|
"@smithy/types": "^4.13.1",
|
|
50
50
|
"@smithy/url-parser": "^4.2.12",
|
|
51
51
|
"@smithy/util-base64": "^4.3.2",
|
|
52
52
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
53
53
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
56
56
|
"@smithy/util-endpoints": "^3.3.3",
|
|
57
57
|
"@smithy/util-middleware": "^4.2.12",
|
|
58
58
|
"@smithy/util-retry": "^4.2.12",
|
|
59
|
-
"@smithy/util-stream": "^4.5.
|
|
59
|
+
"@smithy/util-stream": "^4.5.21",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.2",
|
|
61
|
-
"@smithy/util-waiter": "^4.2.
|
|
61
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|