@aws-sdk/client-snowball 3.890.0 → 3.893.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-types/commands/CancelClusterCommand.d.ts +2 -0
- package/dist-types/commands/CancelJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateAddressCommand.d.ts +2 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +2 -0
- package/dist-types/commands/CreateJobCommand.d.ts +2 -0
- package/dist-types/commands/CreateLongTermPricingCommand.d.ts +2 -0
- package/dist-types/commands/CreateReturnShippingLabelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeReturnShippingLabelCommand.d.ts +2 -0
- package/dist-types/commands/GetJobManifestCommand.d.ts +2 -0
- package/dist-types/commands/GetJobUnlockCodeCommand.d.ts +2 -0
- package/dist-types/commands/GetSnowballUsageCommand.d.ts +2 -0
- package/dist-types/commands/GetSoftwareUpdatesCommand.d.ts +2 -0
- package/dist-types/commands/ListClusterJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListClustersCommand.d.ts +2 -0
- package/dist-types/commands/ListCompatibleImagesCommand.d.ts +2 -0
- package/dist-types/commands/ListJobsCommand.d.ts +2 -0
- package/dist-types/commands/ListLongTermPricingCommand.d.ts +2 -0
- package/dist-types/commands/ListPickupLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListServiceVersionsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateJobShipmentStateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLongTermPricingCommand.d.ts +2 -0
- package/package.json +19 -19
|
@@ -35,6 +35,8 @@ declare const CancelClusterCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, CancelClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, CancelClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // CancelClusterRequest
|
|
40
42
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CancelJobCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SnowballClient, CancelJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
38
38
|
* // const { SnowballClient, CancelJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
39
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
40
|
+
* const config = {}; // type is SnowballClientConfig
|
|
39
41
|
* const client = new SnowballClient(config);
|
|
40
42
|
* const input = { // CancelJobRequest
|
|
41
43
|
* JobId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateAddressCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SnowballClient, CreateAddressCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
38
38
|
* // const { SnowballClient, CreateAddressCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
39
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
40
|
+
* const config = {}; // type is SnowballClientConfig
|
|
39
41
|
* const client = new SnowballClient(config);
|
|
40
42
|
* const input = { // CreateAddressRequest
|
|
41
43
|
* Address: { // Address
|
|
@@ -34,6 +34,8 @@ declare const CreateClusterCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, CreateClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, CreateClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // CreateClusterRequest
|
|
39
41
|
* JobType: "IMPORT" || "EXPORT" || "LOCAL_USE", // required
|
|
@@ -187,6 +187,8 @@ declare const CreateJobCommand_base: {
|
|
|
187
187
|
* ```javascript
|
|
188
188
|
* import { SnowballClient, CreateJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
189
189
|
* // const { SnowballClient, CreateJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
190
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
191
|
+
* const config = {}; // type is SnowballClientConfig
|
|
190
192
|
* const client = new SnowballClient(config);
|
|
191
193
|
* const input = { // CreateJobRequest
|
|
192
194
|
* JobType: "IMPORT" || "EXPORT" || "LOCAL_USE",
|
|
@@ -35,6 +35,8 @@ declare const CreateLongTermPricingCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, CreateLongTermPricingCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, CreateLongTermPricingCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // CreateLongTermPricingRequest
|
|
40
42
|
* LongTermPricingType: "OneYear" || "ThreeYear" || "OneMonth", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateReturnShippingLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, CreateReturnShippingLabelCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, CreateReturnShippingLabelCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // CreateReturnShippingLabelRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeAddressCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, DescribeAddressCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, DescribeAddressCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // DescribeAddressRequest
|
|
39
41
|
* AddressId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const DescribeAddressesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, DescribeAddressesCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, DescribeAddressesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // DescribeAddressesRequest
|
|
40
42
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const DescribeClusterCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, DescribeClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, DescribeClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // DescribeClusterRequest
|
|
39
41
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeJobCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, DescribeJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, DescribeJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // DescribeJobRequest
|
|
39
41
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeReturnShippingLabelCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, DescribeReturnShippingLabelCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, DescribeReturnShippingLabelCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // DescribeReturnShippingLabelRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const GetJobManifestCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { SnowballClient, GetJobManifestCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
50
50
|
* // const { SnowballClient, GetJobManifestCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
51
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
52
|
+
* const config = {}; // type is SnowballClientConfig
|
|
51
53
|
* const client = new SnowballClient(config);
|
|
52
54
|
* const input = { // GetJobManifestRequest
|
|
53
55
|
* JobId: "STRING_VALUE", // required
|
|
@@ -45,6 +45,8 @@ declare const GetJobUnlockCodeCommand_base: {
|
|
|
45
45
|
* ```javascript
|
|
46
46
|
* import { SnowballClient, GetJobUnlockCodeCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
47
47
|
* // const { SnowballClient, GetJobUnlockCodeCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
48
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
49
|
+
* const config = {}; // type is SnowballClientConfig
|
|
48
50
|
* const client = new SnowballClient(config);
|
|
49
51
|
* const input = { // GetJobUnlockCodeRequest
|
|
50
52
|
* JobId: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const GetSnowballUsageCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SnowballClient, GetSnowballUsageCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
38
38
|
* // const { SnowballClient, GetSnowballUsageCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
39
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
40
|
+
* const config = {}; // type is SnowballClientConfig
|
|
39
41
|
* const client = new SnowballClient(config);
|
|
40
42
|
* const input = {};
|
|
41
43
|
* const command = new GetSnowballUsageCommand(input);
|
|
@@ -34,6 +34,8 @@ declare const GetSoftwareUpdatesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, GetSoftwareUpdatesCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, GetSoftwareUpdatesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // GetSoftwareUpdatesRequest
|
|
39
41
|
* JobId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListClusterJobsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, ListClusterJobsCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, ListClusterJobsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // ListClusterJobsRequest
|
|
40
42
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListClustersCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, ListClustersCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, ListClustersCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // ListClustersRequest
|
|
40
42
|
* MaxResults: Number("int"),
|
|
@@ -36,6 +36,8 @@ declare const ListCompatibleImagesCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SnowballClient, ListCompatibleImagesCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
38
38
|
* // const { SnowballClient, ListCompatibleImagesCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
39
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
40
|
+
* const config = {}; // type is SnowballClientConfig
|
|
39
41
|
* const client = new SnowballClient(config);
|
|
40
42
|
* const input = { // ListCompatibleImagesRequest
|
|
41
43
|
* MaxResults: Number("int"),
|
|
@@ -37,6 +37,8 @@ declare const ListJobsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { SnowballClient, ListJobsCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
39
39
|
* // const { SnowballClient, ListJobsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
40
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
41
|
+
* const config = {}; // type is SnowballClientConfig
|
|
40
42
|
* const client = new SnowballClient(config);
|
|
41
43
|
* const input = { // ListJobsRequest
|
|
42
44
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListLongTermPricingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, ListLongTermPricingCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, ListLongTermPricingCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // ListLongTermPricingRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListPickupLocationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, ListPickupLocationsCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, ListPickupLocationsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // ListPickupLocationsRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -34,6 +34,8 @@ declare const ListServiceVersionsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { SnowballClient, ListServiceVersionsCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
36
36
|
* // const { SnowballClient, ListServiceVersionsCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
37
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
38
|
+
* const config = {}; // type is SnowballClientConfig
|
|
37
39
|
* const client = new SnowballClient(config);
|
|
38
40
|
* const input = { // ListServiceVersionsRequest
|
|
39
41
|
* ServiceName: "KUBERNETES" || "EKS_ANYWHERE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateClusterCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { SnowballClient, UpdateClusterCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
38
38
|
* // const { SnowballClient, UpdateClusterCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
39
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
40
|
+
* const config = {}; // type is SnowballClientConfig
|
|
39
41
|
* const client = new SnowballClient(config);
|
|
40
42
|
* const input = { // UpdateClusterRequest
|
|
41
43
|
* ClusterId: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateJobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { SnowballClient, UpdateJobCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
37
37
|
* // const { SnowballClient, UpdateJobCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
38
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
39
|
+
* const config = {}; // type is SnowballClientConfig
|
|
38
40
|
* const client = new SnowballClient(config);
|
|
39
41
|
* const input = { // UpdateJobRequest
|
|
40
42
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateJobShipmentStateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, UpdateJobShipmentStateCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, UpdateJobShipmentStateCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // UpdateJobShipmentStateRequest
|
|
38
40
|
* JobId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateLongTermPricingCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { SnowballClient, UpdateLongTermPricingCommand } from "@aws-sdk/client-snowball"; // ES Modules import
|
|
35
35
|
* // const { SnowballClient, UpdateLongTermPricingCommand } = require("@aws-sdk/client-snowball"); // CommonJS import
|
|
36
|
+
* // import type { SnowballClientConfig } from "@aws-sdk/client-snowball";
|
|
37
|
+
* const config = {}; // type is SnowballClientConfig
|
|
36
38
|
* const client = new SnowballClient(config);
|
|
37
39
|
* const input = { // UpdateLongTermPricingRequest
|
|
38
40
|
* LongTermPricingId: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-snowball",
|
|
3
3
|
"description": "AWS SDK for JavaScript Snowball Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.893.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-snowball",
|
|
@@ -20,41 +20,41 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.893.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.893.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.893.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.893.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.893.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.893.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.893.0",
|
|
30
|
+
"@aws-sdk/types": "3.893.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.893.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.893.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.893.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
|
-
"@smithy/core": "^3.11.
|
|
35
|
+
"@smithy/core": "^3.11.1",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
37
37
|
"@smithy/hash-node": "^4.1.1",
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.2.
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.2.3",
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.4",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
45
45
|
"@smithy/node-http-handler": "^4.2.1",
|
|
46
46
|
"@smithy/protocol-http": "^5.2.1",
|
|
47
|
-
"@smithy/smithy-client": "^4.6.
|
|
47
|
+
"@smithy/smithy-client": "^4.6.3",
|
|
48
48
|
"@smithy/types": "^4.5.0",
|
|
49
49
|
"@smithy/url-parser": "^4.1.1",
|
|
50
50
|
"@smithy/util-base64": "^4.1.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.1.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.1.0",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.1.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.1.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.1.3",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.1.3",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|