@aws-sdk/client-datasync 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/DataSync.js +1 -11
- package/{dist/cjs → dist-cjs}/DataSyncClient.js +8 -23
- package/{dist/cjs → dist-cjs}/commands/CancelTaskExecutionCommand.js +2 -34
- package/dist-cjs/commands/CreateAgentCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/CreateLocationEfsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLocationFsxWindowsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateLocationNfsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateLocationObjectStorageCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/CreateLocationS3Command.js +2 -33
- package/{dist/cjs → dist-cjs}/commands/CreateLocationSmbCommand.js +2 -28
- package/dist-cjs/commands/CreateTaskCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAgentCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/DeleteLocationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteTaskCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeAgentCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationEfsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationFsxWindowsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationNfsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationObjectStorageCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationS3Command.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeLocationSmbCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeTaskCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeTaskExecutionCommand.js +2 -27
- package/dist-cjs/commands/ListAgentsCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/commands/ListLocationsCommand.js +2 -30
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTaskExecutionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTasksCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/StartTaskExecutionCommand.js +2 -35
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateAgentCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateLocationNfsCommand.js +2 -28
- package/{dist/cjs → dist-cjs}/commands/UpdateLocationObjectStorageCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateLocationSmbCommand.js +2 -29
- package/{dist/cjs → dist-cjs}/commands/UpdateTaskCommand.js +2 -27
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +36 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -268
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListAgentsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListLocationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTagsForResourcePaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTaskExecutionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListTasksPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +0 -6
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/DataSync.js +1 -2
- package/{dist/es → dist-es}/DataSyncClient.js +1 -2
- package/{dist/es → dist-es}/commands/CancelTaskExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateAgentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationEfsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationFsxWindowsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationNfsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationObjectStorageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationS3Command.js +2 -3
- package/{dist/es → dist-es}/commands/CreateLocationSmbCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteAgentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteLocationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeAgentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationEfsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationFsxWindowsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationNfsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationObjectStorageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationS3Command.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeLocationSmbCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeTaskExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListAgentsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListLocationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTaskExecutionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTasksCommand.js +2 -3
- package/{dist/es → dist-es}/commands/StartTaskExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateAgentCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateLocationNfsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateLocationObjectStorageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateLocationSmbCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTaskCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateTaskExecutionCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAgentsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListLocationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListTaskExecutionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListTasksPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/DataSync.d.ts +2 -2
- package/{dist/types → dist-types}/DataSyncClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CancelTaskExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateAgentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationEfsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationFsxWindowsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationNfsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationObjectStorageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationS3Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateLocationSmbCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAgentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteLocationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeAgentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationEfsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationFsxWindowsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationNfsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationObjectStorageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationS3Command.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeLocationSmbCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeTaskExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListAgentsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListLocationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTaskExecutionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTasksCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartTaskExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateAgentCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLocationNfsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLocationObjectStorageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateLocationSmbCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTaskCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateTaskExecutionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListLocationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListTasksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DataSync.d.ts +38 -203
- package/{dist/types → dist-types}/ts3.4/DataSyncClient.d.ts +32 -103
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateLocationEfsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationEfsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -23
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationNfsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationS3Command.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeLocationSmbCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTaskCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1271 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListLocationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTagsForResourcePaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTaskExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListTasksPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/DataSync.ts +0 -1302
- package/DataSyncClient.ts +0 -382
- package/commands/CancelTaskExecutionCommand.ts +0 -101
- package/commands/CreateAgentCommand.ts +0 -108
- package/commands/CreateLocationEfsCommand.ts +0 -94
- package/commands/CreateLocationFsxWindowsCommand.ts +0 -94
- package/commands/CreateLocationNfsCommand.ts +0 -95
- package/commands/CreateLocationObjectStorageCommand.ts +0 -100
- package/commands/CreateLocationS3Command.ts +0 -100
- package/commands/CreateLocationSmbCommand.ts +0 -95
- package/commands/CreateTaskCommand.ts +0 -112
- package/commands/DeleteAgentCommand.ts +0 -97
- package/commands/DeleteLocationCommand.ts +0 -94
- package/commands/DeleteTaskCommand.ts +0 -94
- package/commands/DescribeAgentCommand.ts +0 -96
- package/commands/DescribeLocationEfsCommand.ts +0 -94
- package/commands/DescribeLocationFsxWindowsCommand.ts +0 -98
- package/commands/DescribeLocationNfsCommand.ts +0 -94
- package/commands/DescribeLocationObjectStorageCommand.ts +0 -100
- package/commands/DescribeLocationS3Command.ts +0 -94
- package/commands/DescribeLocationSmbCommand.ts +0 -94
- package/commands/DescribeTaskCommand.ts +0 -94
- package/commands/DescribeTaskExecutionCommand.ts +0 -94
- package/commands/ListAgentsCommand.ts +0 -101
- package/commands/ListLocationsCommand.ts +0 -97
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTaskExecutionsCommand.ts +0 -94
- package/commands/ListTasksCommand.ts +0 -91
- package/commands/StartTaskExecutionCommand.ts +0 -102
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAgentCommand.ts +0 -94
- package/commands/UpdateLocationNfsCommand.ts +0 -95
- package/commands/UpdateLocationObjectStorageCommand.ts +0 -101
- package/commands/UpdateLocationSmbCommand.ts +0 -96
- package/commands/UpdateTaskCommand.ts +0 -94
- package/commands/UpdateTaskExecutionCommand.ts +0 -103
- package/dist/cjs/DataSync.js.map +0 -1
- package/dist/cjs/DataSyncClient.js.map +0 -1
- package/dist/cjs/commands/CancelTaskExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAgentCommand.js +0 -75
- package/dist/cjs/commands/CreateAgentCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLocationEfsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLocationFsxWindowsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLocationNfsCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLocationObjectStorageCommand.js.map +0 -1
- package/dist/cjs/commands/CreateLocationS3Command.js.map +0 -1
- package/dist/cjs/commands/CreateLocationSmbCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTaskCommand.js +0 -79
- package/dist/cjs/commands/CreateTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAgentCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLocationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAgentCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationEfsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationFsxWindowsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationNfsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationObjectStorageCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationS3Command.js.map +0 -1
- package/dist/cjs/commands/DescribeLocationSmbCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTaskCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeTaskExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/ListAgentsCommand.js +0 -68
- package/dist/cjs/commands/ListAgentsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLocationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTaskExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTasksCommand.js.map +0 -1
- package/dist/cjs/commands/StartTaskExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAgentCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLocationNfsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLocationObjectStorageCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateLocationSmbCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTaskCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTaskExecutionCommand.js +0 -70
- package/dist/cjs/commands/UpdateTaskExecutionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAgentsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListLocationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTaskExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTasksPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DataSync.js.map +0 -1
- package/dist/es/DataSyncClient.js.map +0 -1
- package/dist/es/commands/CancelTaskExecutionCommand.js.map +0 -1
- package/dist/es/commands/CreateAgentCommand.js.map +0 -1
- package/dist/es/commands/CreateLocationEfsCommand.js.map +0 -1
- package/dist/es/commands/CreateLocationFsxWindowsCommand.js.map +0 -1
- package/dist/es/commands/CreateLocationNfsCommand.js.map +0 -1
- package/dist/es/commands/CreateLocationObjectStorageCommand.js.map +0 -1
- package/dist/es/commands/CreateLocationS3Command.js.map +0 -1
- package/dist/es/commands/CreateLocationSmbCommand.js.map +0 -1
- package/dist/es/commands/CreateTaskCommand.js.map +0 -1
- package/dist/es/commands/DeleteAgentCommand.js.map +0 -1
- package/dist/es/commands/DeleteLocationCommand.js.map +0 -1
- package/dist/es/commands/DeleteTaskCommand.js.map +0 -1
- package/dist/es/commands/DescribeAgentCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationEfsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationFsxWindowsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationNfsCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationObjectStorageCommand.js.map +0 -1
- package/dist/es/commands/DescribeLocationS3Command.js.map +0 -1
- package/dist/es/commands/DescribeLocationSmbCommand.js.map +0 -1
- package/dist/es/commands/DescribeTaskCommand.js.map +0 -1
- package/dist/es/commands/DescribeTaskExecutionCommand.js.map +0 -1
- package/dist/es/commands/ListAgentsCommand.js.map +0 -1
- package/dist/es/commands/ListLocationsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTaskExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListTasksCommand.js.map +0 -1
- package/dist/es/commands/StartTaskExecutionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAgentCommand.js.map +0 -1
- package/dist/es/commands/UpdateLocationNfsCommand.js.map +0 -1
- package/dist/es/commands/UpdateLocationObjectStorageCommand.js.map +0 -1
- package/dist/es/commands/UpdateLocationSmbCommand.js.map +0 -1
- package/dist/es/commands/UpdateTaskCommand.js.map +0 -1
- package/dist/es/commands/UpdateTaskExecutionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -45
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAgentsPaginator.js.map +0 -1
- package/dist/es/pagination/ListLocationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTagsForResourcePaginator.js.map +0 -1
- package/dist/es/pagination/ListTaskExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTasksPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/CreateAgentCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateLocationNfsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateLocationS3Command.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateLocationSmbCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTaskCommand.d.ts +0 -53
- package/dist/types/ts3.4/commands/DeleteAgentCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteLocationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAgentCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListAgentsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListLocationsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListTasksCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StartTaskExecutionCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAgentCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateTaskCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +0 -44
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2774
- package/endpoints.ts +0 -91
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -3336
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAgentsPaginator.ts +0 -54
- package/pagination/ListLocationsPaginator.ts +0 -58
- package/pagination/ListTagsForResourcePaginator.ts +0 -58
- package/pagination/ListTaskExecutionsPaginator.ts +0 -58
- package/pagination/ListTasksPaginator.ts +0 -54
- package/protocols/Aws_json1_1.ts +0 -4257
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeLocationSmbCommand, serializeAws_json1_1DescribeLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeLocationSmbCommand, serializeAws_json1_1DescribeLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeLocationSmbCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeLocationSmbCommand, _super);
|
|
8
8
|
function DescribeLocationSmbCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeLocationSmbCommand = (function (_super) {
|
|
|
37
37
|
return DescribeLocationSmbCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeLocationSmbCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeLocationSmbCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeTaskCommand, serializeAws_json1_1DescribeTaskCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeTaskCommand, serializeAws_json1_1DescribeTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskCommand, _super);
|
|
8
8
|
function DescribeTaskCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeTaskCommand = (function (_super) {
|
|
|
37
37
|
return DescribeTaskCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeTaskCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeTaskCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeTaskExecutionCommand, serializeAws_json1_1DescribeTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeTaskExecutionCommand, serializeAws_json1_1DescribeTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var DescribeTaskExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(DescribeTaskExecutionCommand, _super);
|
|
8
8
|
function DescribeTaskExecutionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var DescribeTaskExecutionCommand = (function (_super) {
|
|
|
37
37
|
return DescribeTaskExecutionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { DescribeTaskExecutionCommand };
|
|
40
|
-
//# sourceMappingURL=DescribeTaskExecutionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListAgentsCommand, serializeAws_json1_1ListAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListAgentsCommand, serializeAws_json1_1ListAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListAgentsCommand = (function (_super) {
|
|
7
7
|
__extends(ListAgentsCommand, _super);
|
|
8
8
|
function ListAgentsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListAgentsCommand = (function (_super) {
|
|
|
37
37
|
return ListAgentsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListAgentsCommand };
|
|
40
|
-
//# sourceMappingURL=ListAgentsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListLocationsCommand, serializeAws_json1_1ListLocationsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListLocationsCommand, serializeAws_json1_1ListLocationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListLocationsCommand = (function (_super) {
|
|
7
7
|
__extends(ListLocationsCommand, _super);
|
|
8
8
|
function ListLocationsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListLocationsCommand = (function (_super) {
|
|
|
37
37
|
return ListLocationsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListLocationsCommand };
|
|
40
|
-
//# sourceMappingURL=ListLocationsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTagsForResourceCommand = (function (_super) {
|
|
7
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
8
8
|
function ListTagsForResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTagsForResourceCommand = (function (_super) {
|
|
|
37
37
|
return ListTagsForResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTagsForResourceCommand };
|
|
40
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTaskExecutionsCommand, serializeAws_json1_1ListTaskExecutionsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTaskExecutionsCommand, serializeAws_json1_1ListTaskExecutionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTaskExecutionsCommand = (function (_super) {
|
|
7
7
|
__extends(ListTaskExecutionsCommand, _super);
|
|
8
8
|
function ListTaskExecutionsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTaskExecutionsCommand = (function (_super) {
|
|
|
37
37
|
return ListTaskExecutionsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTaskExecutionsCommand };
|
|
40
|
-
//# sourceMappingURL=ListTaskExecutionsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1ListTasksCommand, serializeAws_json1_1ListTasksCommand } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTasksCommand, serializeAws_json1_1ListTasksCommand } from "../protocols/Aws_json1_1";
|
|
6
6
|
var ListTasksCommand = (function (_super) {
|
|
7
7
|
__extends(ListTasksCommand, _super);
|
|
8
8
|
function ListTasksCommand(input) {
|
|
@@ -37,4 +37,3 @@ var ListTasksCommand = (function (_super) {
|
|
|
37
37
|
return ListTasksCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { ListTasksCommand };
|
|
40
|
-
//# sourceMappingURL=ListTasksCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1StartTaskExecutionCommand, serializeAws_json1_1StartTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartTaskExecutionCommand, serializeAws_json1_1StartTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var StartTaskExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(StartTaskExecutionCommand, _super);
|
|
8
8
|
function StartTaskExecutionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var StartTaskExecutionCommand = (function (_super) {
|
|
|
37
37
|
return StartTaskExecutionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { StartTaskExecutionCommand };
|
|
40
|
-
//# sourceMappingURL=StartTaskExecutionCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var TagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(TagResourceCommand, _super);
|
|
8
8
|
function TagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var TagResourceCommand = (function (_super) {
|
|
|
37
37
|
return TagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { TagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UntagResourceCommand = (function (_super) {
|
|
7
7
|
__extends(UntagResourceCommand, _super);
|
|
8
8
|
function UntagResourceCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UntagResourceCommand = (function (_super) {
|
|
|
37
37
|
return UntagResourceCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UntagResourceCommand };
|
|
40
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateAgentCommand, serializeAws_json1_1UpdateAgentCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateAgentCommand, serializeAws_json1_1UpdateAgentCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateAgentCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateAgentCommand, _super);
|
|
8
8
|
function UpdateAgentCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateAgentCommand = (function (_super) {
|
|
|
37
37
|
return UpdateAgentCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateAgentCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateAgentCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateLocationNfsCommand, serializeAws_json1_1UpdateLocationNfsCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateLocationNfsRequest, UpdateLocationNfsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateLocationNfsCommand, serializeAws_json1_1UpdateLocationNfsCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateLocationNfsCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateLocationNfsCommand, _super);
|
|
8
8
|
function UpdateLocationNfsCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateLocationNfsCommand = (function (_super) {
|
|
|
37
37
|
return UpdateLocationNfsCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateLocationNfsCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateLocationNfsCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateLocationObjectStorageCommand, serializeAws_json1_1UpdateLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateLocationObjectStorageRequest, UpdateLocationObjectStorageResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateLocationObjectStorageCommand, serializeAws_json1_1UpdateLocationObjectStorageCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateLocationObjectStorageCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateLocationObjectStorageCommand, _super);
|
|
8
8
|
function UpdateLocationObjectStorageCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateLocationObjectStorageCommand = (function (_super) {
|
|
|
37
37
|
return UpdateLocationObjectStorageCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateLocationObjectStorageCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateLocationObjectStorageCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateLocationSmbCommand, serializeAws_json1_1UpdateLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateLocationSmbRequest, UpdateLocationSmbResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateLocationSmbCommand, serializeAws_json1_1UpdateLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateLocationSmbCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateLocationSmbCommand, _super);
|
|
8
8
|
function UpdateLocationSmbCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateLocationSmbCommand = (function (_super) {
|
|
|
37
37
|
return UpdateLocationSmbCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateLocationSmbCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateLocationSmbCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateTaskCommand, serializeAws_json1_1UpdateTaskCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateTaskRequest, UpdateTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateTaskCommand, serializeAws_json1_1UpdateTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateTaskCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTaskCommand, _super);
|
|
8
8
|
function UpdateTaskCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateTaskCommand = (function (_super) {
|
|
|
37
37
|
return UpdateTaskCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateTaskCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateTaskCommand.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1UpdateTaskExecutionCommand, serializeAws_json1_1UpdateTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
4
2
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
5
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { UpdateTaskExecutionRequest, UpdateTaskExecutionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UpdateTaskExecutionCommand, serializeAws_json1_1UpdateTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
6
|
var UpdateTaskExecutionCommand = (function (_super) {
|
|
7
7
|
__extends(UpdateTaskExecutionCommand, _super);
|
|
8
8
|
function UpdateTaskExecutionCommand(input) {
|
|
@@ -37,4 +37,3 @@ var UpdateTaskExecutionCommand = (function (_super) {
|
|
|
37
37
|
return UpdateTaskExecutionCommand;
|
|
38
38
|
}($Command));
|
|
39
39
|
export { UpdateTaskExecutionCommand };
|
|
40
|
-
//# sourceMappingURL=UpdateTaskExecutionCommand.js.map
|
|
@@ -67,7 +67,7 @@ var partitionHash = {
|
|
|
67
67
|
hostname: "datasync.{region}.amazonaws.com.cn",
|
|
68
68
|
},
|
|
69
69
|
"aws-iso": {
|
|
70
|
-
regions: ["us-iso-east-1"],
|
|
70
|
+
regions: ["us-iso-east-1", "us-iso-west-1"],
|
|
71
71
|
hostname: "datasync.{region}.c2s.ic.gov",
|
|
72
72
|
},
|
|
73
73
|
"aws-iso-b": {
|
|
@@ -84,4 +84,3 @@ export var defaultRegionInfoProvider = function (region, options) { return __awa
|
|
|
84
84
|
return [2, getRegionInfo(region, __assign(__assign({}, options), { signingService: "datasync", regionHash: regionHash, partitionHash: partitionHash }))];
|
|
85
85
|
});
|
|
86
86
|
}); };
|
|
87
|
-
//# sourceMappingURL=endpoints.js.map
|
|
File without changes
|
|
File without changes
|
|
@@ -519,4 +519,3 @@ export var UpdateTaskExecutionResponse;
|
|
|
519
519
|
(function (UpdateTaskExecutionResponse) {
|
|
520
520
|
UpdateTaskExecutionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
521
521
|
})(UpdateTaskExecutionResponse || (UpdateTaskExecutionResponse = {}));
|
|
522
|
-
//# sourceMappingURL=models_0.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListAgentsCommand } from "../commands/ListAgentsCommand";
|
|
2
3
|
import { DataSync } from "../DataSync";
|
|
3
4
|
import { DataSyncClient } from "../DataSyncClient";
|
|
4
|
-
import { ListAgentsCommand } from "../commands/ListAgentsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListAgents(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListAgentsPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListLocationsCommand, } from "../commands/ListLocationsCommand";
|
|
2
3
|
import { DataSync } from "../DataSync";
|
|
3
4
|
import { DataSyncClient } from "../DataSyncClient";
|
|
4
|
-
import { ListLocationsCommand, } from "../commands/ListLocationsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListLocations(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListLocationsPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
2
3
|
import { DataSync } from "../DataSync";
|
|
3
4
|
import { DataSyncClient } from "../DataSyncClient";
|
|
4
|
-
import { ListTagsForResourceCommand, } from "../commands/ListTagsForResourceCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListTagsForResource(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListTagsForResourcePaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListTaskExecutionsCommand, } from "../commands/ListTaskExecutionsCommand";
|
|
2
3
|
import { DataSync } from "../DataSync";
|
|
3
4
|
import { DataSyncClient } from "../DataSyncClient";
|
|
4
|
-
import { ListTaskExecutionsCommand, } from "../commands/ListTaskExecutionsCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListTaskExecutions(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListTaskExecutionsPaginator.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { __asyncGenerator, __await, __awaiter, __generator, __read, __spreadArray } from "tslib";
|
|
2
|
+
import { ListTasksCommand } from "../commands/ListTasksCommand";
|
|
2
3
|
import { DataSync } from "../DataSync";
|
|
3
4
|
import { DataSyncClient } from "../DataSyncClient";
|
|
4
|
-
import { ListTasksCommand } from "../commands/ListTasksCommand";
|
|
5
5
|
var makePagedClientRequest = function (client, input) {
|
|
6
6
|
var args = [];
|
|
7
7
|
for (var _i = 2; _i < arguments.length; _i++) {
|
|
@@ -72,4 +72,3 @@ export function paginateListTasks(config, input) {
|
|
|
72
72
|
});
|
|
73
73
|
});
|
|
74
74
|
}
|
|
75
|
-
//# sourceMappingURL=ListTasksPaginator.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -14,4 +14,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
15
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
16
16
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -19,4 +19,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
19
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
20
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
21
21
|
};
|
|
22
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -6,4 +6,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
6
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
7
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
8
8
|
};
|
|
9
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
3
|
export var getRuntimeConfig = function (config) {
|
|
4
4
|
var _a, _b, _c, _d, _e;
|
|
5
5
|
return ({
|
|
@@ -11,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
11
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
12
|
});
|
|
13
13
|
};
|
|
14
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
3
3
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
4
4
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
@@ -34,7 +34,7 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
|
|
|
34
34
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
35
35
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
36
36
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
37
|
-
import {
|
|
37
|
+
import { DataSyncClient } from "./DataSyncClient";
|
|
38
38
|
/**
|
|
39
39
|
* <fullname>DataSync</fullname>
|
|
40
40
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { CancelTaskExecutionCommandInput, CancelTaskExecutionCommandOutput } from "./commands/CancelTaskExecutionCommand";
|
|
2
10
|
import { CreateAgentCommandInput, CreateAgentCommandOutput } from "./commands/CreateAgentCommand";
|
|
3
11
|
import { CreateLocationEfsCommandInput, CreateLocationEfsCommandOutput } from "./commands/CreateLocationEfsCommand";
|
|
@@ -33,14 +41,6 @@ import { UpdateLocationObjectStorageCommandInput, UpdateLocationObjectStorageCom
|
|
|
33
41
|
import { UpdateLocationSmbCommandInput, UpdateLocationSmbCommandOutput } from "./commands/UpdateLocationSmbCommand";
|
|
34
42
|
import { UpdateTaskCommandInput, UpdateTaskCommandOutput } from "./commands/UpdateTaskCommand";
|
|
35
43
|
import { UpdateTaskExecutionCommandInput, UpdateTaskExecutionCommandOutput } from "./commands/UpdateTaskExecutionCommand";
|
|
36
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
37
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
38
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
39
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
40
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
41
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
42
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
43
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
44
44
|
export declare type ServiceInputTypes = CancelTaskExecutionCommandInput | CreateAgentCommandInput | CreateLocationEfsCommandInput | CreateLocationFsxWindowsCommandInput | CreateLocationNfsCommandInput | CreateLocationObjectStorageCommandInput | CreateLocationS3CommandInput | CreateLocationSmbCommandInput | CreateTaskCommandInput | DeleteAgentCommandInput | DeleteLocationCommandInput | DeleteTaskCommandInput | DescribeAgentCommandInput | DescribeLocationEfsCommandInput | DescribeLocationFsxWindowsCommandInput | DescribeLocationNfsCommandInput | DescribeLocationObjectStorageCommandInput | DescribeLocationS3CommandInput | DescribeLocationSmbCommandInput | DescribeTaskCommandInput | DescribeTaskExecutionCommandInput | ListAgentsCommandInput | ListLocationsCommandInput | ListTagsForResourceCommandInput | ListTaskExecutionsCommandInput | ListTasksCommandInput | StartTaskExecutionCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentCommandInput | UpdateLocationNfsCommandInput | UpdateLocationObjectStorageCommandInput | UpdateLocationSmbCommandInput | UpdateTaskCommandInput | UpdateTaskExecutionCommandInput;
|
|
45
45
|
export declare type ServiceOutputTypes = CancelTaskExecutionCommandOutput | CreateAgentCommandOutput | CreateLocationEfsCommandOutput | CreateLocationFsxWindowsCommandOutput | CreateLocationNfsCommandOutput | CreateLocationObjectStorageCommandOutput | CreateLocationS3CommandOutput | CreateLocationSmbCommandOutput | CreateTaskCommandOutput | DeleteAgentCommandOutput | DeleteLocationCommandOutput | DeleteTaskCommandOutput | DescribeAgentCommandOutput | DescribeLocationEfsCommandOutput | DescribeLocationFsxWindowsCommandOutput | DescribeLocationNfsCommandOutput | DescribeLocationObjectStorageCommandOutput | DescribeLocationS3CommandOutput | DescribeLocationSmbCommandOutput | DescribeTaskCommandOutput | DescribeTaskExecutionCommandOutput | ListAgentsCommandOutput | ListLocationsCommandOutput | ListTagsForResourceCommandOutput | ListTaskExecutionsCommandOutput | ListTasksCommandOutput | StartTaskExecutionCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentCommandOutput | UpdateLocationNfsCommandOutput | UpdateLocationObjectStorageCommandOutput | UpdateLocationSmbCommandOutput | UpdateTaskCommandOutput | UpdateTaskExecutionCommandOutput;
|
|
46
46
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CancelTaskExecutionRequest, CancelTaskExecutionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CancelTaskExecutionCommandInput extends CancelTaskExecutionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CancelTaskExecutionCommandOutput extends CancelTaskExecutionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateAgentRequest, CreateAgentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateAgentCommandInput extends CreateAgentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateAgentCommandOutput extends CreateAgentResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationEfsRequest, CreateLocationEfsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationEfsCommandInput extends CreateLocationEfsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationEfsCommandOutput extends CreateLocationEfsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationFsxWindowsRequest, CreateLocationFsxWindowsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationFsxWindowsCommandInput extends CreateLocationFsxWindowsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationFsxWindowsCommandOutput extends CreateLocationFsxWindowsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationNfsRequest, CreateLocationNfsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationNfsCommandInput extends CreateLocationNfsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationNfsCommandOutput extends CreateLocationNfsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationObjectStorageRequest, CreateLocationObjectStorageResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationObjectStorageCommandInput extends CreateLocationObjectStorageRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationObjectStorageCommandOutput extends CreateLocationObjectStorageResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationS3Request, CreateLocationS3Response } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationS3CommandInput extends CreateLocationS3Request {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationS3CommandOutput extends CreateLocationS3Response, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateLocationSmbRequest, CreateLocationSmbResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateLocationSmbCommandInput extends CreateLocationSmbRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateLocationSmbCommandOutput extends CreateLocationSmbResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { CreateTaskRequest, CreateTaskResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateTaskCommandInput extends CreateTaskRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateTaskCommandOutput extends CreateTaskResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { DataSyncClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataSyncClient";
|
|
2
4
|
import { DeleteAgentRequest, DeleteAgentResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteAgentCommandInput extends DeleteAgentRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteAgentCommandOutput extends DeleteAgentResponse, __MetadataBearer {
|