@aws-sdk/client-datasync 3.890.0 → 3.891.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/CancelTaskExecutionCommand.d.ts +2 -0
- package/dist-types/commands/CreateAgentCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationAzureBlobCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationEfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxOpenZfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/commands/CreateLocationS3Command.d.ts +2 -0
- package/dist-types/commands/CreateLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/CreateTaskCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAgentCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLocationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTaskCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAgentCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationAzureBlobCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationEfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationFsxOpenZfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLocationS3Command.d.ts +2 -0
- package/dist-types/commands/DescribeLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTaskExecutionCommand.d.ts +2 -0
- package/dist-types/commands/ListAgentsCommand.d.ts +2 -0
- package/dist-types/commands/ListLocationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTaskExecutionsCommand.d.ts +2 -0
- package/dist-types/commands/ListTasksCommand.d.ts +2 -0
- package/dist-types/commands/StartTaskExecutionCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAgentCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationAzureBlobCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationEfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationFsxLustreCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationFsxOntapCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationFsxOpenZfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationFsxWindowsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationHdfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationNfsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationObjectStorageCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLocationS3Command.d.ts +2 -0
- package/dist-types/commands/UpdateLocationSmbCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTaskExecutionCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -39,6 +39,8 @@ declare const CancelTaskExecutionCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { DataSyncClient, CancelTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
41
41
|
* // const { DataSyncClient, CancelTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
42
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
43
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
42
44
|
* const client = new DataSyncClient(config);
|
|
43
45
|
* const input = { // CancelTaskExecutionRequest
|
|
44
46
|
* TaskExecutionArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateAgentCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, CreateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, CreateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // CreateAgentRequest
|
|
42
44
|
* ActivationKey: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateLocationAzureBlobCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, CreateLocationAzureBlobCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, CreateLocationAzureBlobCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // CreateLocationAzureBlobRequest
|
|
42
44
|
* ContainerUrl: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateLocationEfsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { DataSyncClient, CreateLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
40
40
|
* // const { DataSyncClient, CreateLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
41
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
42
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
41
43
|
* const client = new DataSyncClient(config);
|
|
42
44
|
* const input = { // CreateLocationEfsRequest
|
|
43
45
|
* Subdirectory: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const CreateLocationFsxLustreCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, CreateLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, CreateLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // CreateLocationFsxLustreRequest
|
|
42
44
|
* FsxFilesystemArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const CreateLocationFsxOntapCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, CreateLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, CreateLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // CreateLocationFsxOntapRequest
|
|
42
44
|
* Protocol: { // FsxProtocol
|
|
@@ -42,6 +42,8 @@ declare const CreateLocationFsxOpenZfsCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { DataSyncClient, CreateLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
44
44
|
* // const { DataSyncClient, CreateLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
45
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
46
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
45
47
|
* const client = new DataSyncClient(config);
|
|
46
48
|
* const input = { // CreateLocationFsxOpenZfsRequest
|
|
47
49
|
* FsxFilesystemArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const CreateLocationFsxWindowsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { DataSyncClient, CreateLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
40
40
|
* // const { DataSyncClient, CreateLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
41
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
42
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
41
43
|
* const client = new DataSyncClient(config);
|
|
42
44
|
* const input = { // CreateLocationFsxWindowsRequest
|
|
43
45
|
* Subdirectory: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const CreateLocationHdfsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { DataSyncClient, CreateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
40
40
|
* // const { DataSyncClient, CreateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
41
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
42
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
41
43
|
* const client = new DataSyncClient(config);
|
|
42
44
|
* const input = { // CreateLocationHdfsRequest
|
|
43
45
|
* Subdirectory: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const CreateLocationNfsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { DataSyncClient, CreateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
40
40
|
* // const { DataSyncClient, CreateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
41
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
42
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
41
43
|
* const client = new DataSyncClient(config);
|
|
42
44
|
* const input = { // CreateLocationNfsRequest
|
|
43
45
|
* Subdirectory: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateLocationObjectStorageCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, CreateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, CreateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // CreateLocationObjectStorageRequest
|
|
41
43
|
* ServerHostname: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const CreateLocationS3Command_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { DataSyncClient, CreateLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
55
55
|
* // const { DataSyncClient, CreateLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
56
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
57
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
56
58
|
* const client = new DataSyncClient(config);
|
|
57
59
|
* const input = { // CreateLocationS3Request
|
|
58
60
|
* Subdirectory: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const CreateLocationSmbCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, CreateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, CreateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // CreateLocationSmbRequest
|
|
42
44
|
* Subdirectory: "STRING_VALUE", // required
|
|
@@ -42,6 +42,8 @@ declare const CreateTaskCommand_base: {
|
|
|
42
42
|
* ```javascript
|
|
43
43
|
* import { DataSyncClient, CreateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
44
44
|
* // const { DataSyncClient, CreateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
45
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
46
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
45
47
|
* const client = new DataSyncClient(config);
|
|
46
48
|
* const input = { // CreateTaskRequest
|
|
47
49
|
* SourceLocationArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteAgentCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, DeleteAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, DeleteAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // DeleteAgentRequest
|
|
42
44
|
* AgentArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteLocationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, DeleteLocationCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, DeleteLocationCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // DeleteLocationRequest
|
|
38
40
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteTaskCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, DeleteTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, DeleteTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // DeleteTaskRequest
|
|
38
40
|
* TaskArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeAgentCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeAgentRequest
|
|
39
41
|
* AgentArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationAzureBlobCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationAzureBlobCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationAzureBlobCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationAzureBlobRequest
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLocationEfsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, DescribeLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, DescribeLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // DescribeLocationEfsRequest
|
|
38
40
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLocationFsxLustreCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, DescribeLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, DescribeLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // DescribeLocationFsxLustreRequest
|
|
38
40
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeLocationFsxOntapCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, DescribeLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, DescribeLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // DescribeLocationFsxOntapRequest
|
|
42
44
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DescribeLocationFsxOpenZfsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { DataSyncClient, DescribeLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
39
39
|
* // const { DataSyncClient, DescribeLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
40
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
41
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
40
42
|
* const client = new DataSyncClient(config);
|
|
41
43
|
* const input = { // DescribeLocationFsxOpenZfsRequest
|
|
42
44
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLocationFsxWindowsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, DescribeLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, DescribeLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // DescribeLocationFsxWindowsRequest
|
|
38
40
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationHdfsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationHdfsRequest
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationNfsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationNfsRequest
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationObjectStorageCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationObjectStorageRequest
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationS3Command_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationS3Request
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeLocationSmbCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeLocationSmbRequest
|
|
39
41
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const DescribeTaskCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, DescribeTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, DescribeTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // DescribeTaskRequest
|
|
39
41
|
* TaskArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const DescribeTaskExecutionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DataSyncClient, DescribeTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
42
42
|
* // const { DataSyncClient, DescribeTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
43
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
44
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
43
45
|
* const client = new DataSyncClient(config);
|
|
44
46
|
* const input = { // DescribeTaskExecutionRequest
|
|
45
47
|
* TaskExecutionArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const ListAgentsCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
45
45
|
* // const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
46
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
47
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
46
48
|
* const client = new DataSyncClient(config);
|
|
47
49
|
* const input = { // ListAgentsRequest
|
|
48
50
|
* MaxResults: Number("int"),
|
|
@@ -36,6 +36,8 @@ declare const ListLocationsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, ListLocationsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, ListLocationsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // ListLocationsRequest
|
|
41
43
|
* MaxResults: Number("int"),
|
|
@@ -33,6 +33,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // ListTagsForResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTaskExecutionsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, ListTaskExecutionsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, ListTaskExecutionsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // ListTaskExecutionsRequest
|
|
38
40
|
* TaskArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTasksCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, ListTasksCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, ListTasksCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // ListTasksRequest
|
|
38
40
|
* MaxResults: Number("int"),
|
|
@@ -41,6 +41,8 @@ declare const StartTaskExecutionCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { DataSyncClient, StartTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
43
43
|
* // const { DataSyncClient, StartTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
44
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
45
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
44
46
|
* const client = new DataSyncClient(config);
|
|
45
47
|
* const input = { // StartTaskExecutionRequest
|
|
46
48
|
* TaskArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const TagResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, TagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, TagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // TagResourceRequest
|
|
41
43
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UntagResourceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, UntagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, UntagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // UntagResourceRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAgentCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { DataSyncClient, UpdateAgentCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
35
35
|
* // const { DataSyncClient, UpdateAgentCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
36
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
37
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
36
38
|
* const client = new DataSyncClient(config);
|
|
37
39
|
* const input = { // UpdateAgentRequest
|
|
38
40
|
* AgentArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const UpdateLocationAzureBlobCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { DataSyncClient, UpdateLocationAzureBlobCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
37
37
|
* // const { DataSyncClient, UpdateLocationAzureBlobCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
38
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
39
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
38
40
|
* const client = new DataSyncClient(config);
|
|
39
41
|
* const input = { // UpdateLocationAzureBlobRequest
|
|
40
42
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationEfsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationEfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationEfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationEfsRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationFsxLustreCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationFsxLustreCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationFsxLustreCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationFsxLustreRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationFsxOntapCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationFsxOntapCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationFsxOntapCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationFsxOntapRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const UpdateLocationFsxOpenZfsCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DataSyncClient, UpdateLocationFsxOpenZfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
42
42
|
* // const { DataSyncClient, UpdateLocationFsxOpenZfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
43
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
44
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
43
45
|
* const client = new DataSyncClient(config);
|
|
44
46
|
* const input = { // UpdateLocationFsxOpenZfsRequest
|
|
45
47
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationFsxWindowsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationFsxWindowsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationFsxWindowsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationFsxWindowsRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationHdfsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationHdfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationHdfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationHdfsRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationNfsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationNfsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationNfsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationNfsRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationObjectStorageCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationObjectStorageCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationObjectStorageCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationObjectStorageRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -50,6 +50,8 @@ declare const UpdateLocationS3Command_base: {
|
|
|
50
50
|
* ```javascript
|
|
51
51
|
* import { DataSyncClient, UpdateLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
52
52
|
* // const { DataSyncClient, UpdateLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
53
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
54
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
53
55
|
* const client = new DataSyncClient(config);
|
|
54
56
|
* const input = { // UpdateLocationS3Request
|
|
55
57
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateLocationSmbCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { DataSyncClient, UpdateLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
38
38
|
* // const { DataSyncClient, UpdateLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
39
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
40
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
39
41
|
* const client = new DataSyncClient(config);
|
|
40
42
|
* const input = { // UpdateLocationSmbRequest
|
|
41
43
|
* LocationArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateTaskCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { DataSyncClient, UpdateTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
36
36
|
* // const { DataSyncClient, UpdateTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
37
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
38
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
37
39
|
* const client = new DataSyncClient(config);
|
|
38
40
|
* const input = { // UpdateTaskRequest
|
|
39
41
|
* TaskArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const UpdateTaskExecutionCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { DataSyncClient, UpdateTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
42
42
|
* // const { DataSyncClient, UpdateTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
43
|
+
* // import type { DataSyncClientConfig } from "@aws-sdk/client-datasync";
|
|
44
|
+
* const config = {}; // type is DataSyncClientConfig
|
|
43
45
|
* const client = new DataSyncClient(config);
|
|
44
46
|
* const input = { // UpdateTaskExecutionRequest
|
|
45
47
|
* TaskExecutionArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-datasync",
|
|
3
3
|
"description": "AWS SDK for JavaScript Datasync Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.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-datasync",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
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.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
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
|
},
|