@aws-sdk/client-datasync 3.33.0 → 3.36.1
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 +0 -1
- 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 +2 -12
- package/{dist/es → dist-es}/DataSyncClient.js +2 -17
- package/{dist/es → dist-es}/commands/CancelTaskExecutionCommand.js +4 -37
- package/dist-es/commands/CreateAgentCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateLocationEfsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLocationFsxWindowsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/CreateLocationNfsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateLocationObjectStorageCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateLocationS3Command.js +4 -36
- package/{dist/es → dist-es}/commands/CreateLocationSmbCommand.js +4 -31
- package/dist-es/commands/CreateTaskCommand.js +39 -0
- package/{dist/es → dist-es}/commands/DeleteAgentCommand.js +4 -33
- package/{dist/es → dist-es}/commands/DeleteLocationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeAgentCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DescribeLocationEfsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLocationFsxWindowsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeLocationNfsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLocationObjectStorageCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DescribeLocationS3Command.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeLocationSmbCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DescribeTaskExecutionCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAgentsCommand.js +4 -37
- package/{dist/es → dist-es}/commands/ListLocationsCommand.js +4 -33
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTaskExecutionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListTasksCommand.js +4 -30
- package/{dist/es → dist-es}/commands/StartTaskExecutionCommand.js +4 -38
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateAgentCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateLocationNfsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/UpdateLocationObjectStorageCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateLocationSmbCommand.js +4 -32
- package/{dist/es → dist-es}/commands/UpdateTaskCommand.js +4 -30
- package/{dist/es → dist-es}/commands/UpdateTaskExecutionCommand.js +4 -39
- 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 -268
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListAgentsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListLocationsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTagsForResourcePaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTaskExecutionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListTasksPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +529 -535
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- 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 +52 -49
- 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 +0 -79
- 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 +0 -83
- 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 -12
- package/tsconfig.json +0 -32
|
@@ -1,40 +1,15 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
|
|
3
|
-
import { deserializeAws_json1_1DescribeLocationS3Command, serializeAws_json1_1DescribeLocationS3Command, } 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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, DescribeLocationS3Command } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, DescribeLocationS3Command } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new DescribeLocationS3Command(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeLocationS3CommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeLocationS3CommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeLocationS3Command = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeLocationS3Request, DescribeLocationS3Response } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeLocationS3Command, serializeAws_json1_1DescribeLocationS3Command, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeLocationS3Command = (function (_super) {
|
|
24
7
|
__extends(DescribeLocationS3Command, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeLocationS3Command(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeLocationS3Command.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeLocationS3Command = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeLocationS3Command;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeLocationS3Command };
|
|
65
|
-
//# sourceMappingURL=DescribeLocationS3Command.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, DescribeLocationSmbCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, DescribeLocationSmbCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new DescribeLocationSmbCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeLocationSmbCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeLocationSmbCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeLocationSmbCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeLocationSmbRequest, DescribeLocationSmbResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeLocationSmbCommand, serializeAws_json1_1DescribeLocationSmbCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeLocationSmbCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeLocationSmbCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeLocationSmbCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeLocationSmbCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeLocationSmbCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeLocationSmbCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeLocationSmbCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeLocationSmbCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, DescribeTaskCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, DescribeTaskCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new DescribeTaskCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeTaskCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeTaskCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeTaskCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeTaskRequest, DescribeTaskResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeTaskCommand, serializeAws_json1_1DescribeTaskCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeTaskCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeTaskCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeTaskCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeTaskCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeTaskCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeTaskCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeTaskCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeTaskCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, DescribeTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, DescribeTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new DescribeTaskExecutionCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link DescribeTaskExecutionCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link DescribeTaskExecutionCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var DescribeTaskExecutionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { DescribeTaskExecutionRequest, DescribeTaskExecutionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1DescribeTaskExecutionCommand, serializeAws_json1_1DescribeTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var DescribeTaskExecutionCommand = (function (_super) {
|
|
24
7
|
__extends(DescribeTaskExecutionCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function DescribeTaskExecutionCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
DescribeTaskExecutionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var DescribeTaskExecutionCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return DescribeTaskExecutionCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { DescribeTaskExecutionCommand };
|
|
65
|
-
//# sourceMappingURL=DescribeTaskExecutionCommand.js.map
|
|
@@ -1,47 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* <p>By default, this operation returns a maximum of 100 agents. This operation supports
|
|
10
|
-
* pagination that enables you to optionally reduce the number of agents returned in a
|
|
11
|
-
* response.</p>
|
|
12
|
-
* <p>If you have more agents than are returned in a response (that is, the response returns
|
|
13
|
-
* only a truncated list of your agents), the response contains a marker that you can specify in
|
|
14
|
-
* your next request to fetch the next page of agents.</p>
|
|
15
|
-
* @example
|
|
16
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
17
|
-
* ```javascript
|
|
18
|
-
* import { DataSyncClient, ListAgentsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
19
|
-
* // const { DataSyncClient, ListAgentsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
20
|
-
* const client = new DataSyncClient(config);
|
|
21
|
-
* const command = new ListAgentsCommand(input);
|
|
22
|
-
* const response = await client.send(command);
|
|
23
|
-
* ```
|
|
24
|
-
*
|
|
25
|
-
* @see {@link ListAgentsCommandInput} for command's `input` shape.
|
|
26
|
-
* @see {@link ListAgentsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
28
|
-
*
|
|
29
|
-
*/
|
|
30
|
-
var ListAgentsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListAgentsRequest, ListAgentsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListAgentsCommand, serializeAws_json1_1ListAgentsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListAgentsCommand = (function (_super) {
|
|
31
7
|
__extends(ListAgentsCommand, _super);
|
|
32
|
-
// Start section: command_properties
|
|
33
|
-
// End section: command_properties
|
|
34
8
|
function ListAgentsCommand(input) {
|
|
35
|
-
var _this =
|
|
36
|
-
// Start section: command_constructor
|
|
37
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
38
10
|
_this.input = input;
|
|
39
11
|
return _this;
|
|
40
|
-
// End section: command_constructor
|
|
41
12
|
}
|
|
42
|
-
/**
|
|
43
|
-
* @internal
|
|
44
|
-
*/
|
|
45
13
|
ListAgentsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
46
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
47
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -69,4 +37,3 @@ var ListAgentsCommand = /** @class */ (function (_super) {
|
|
|
69
37
|
return ListAgentsCommand;
|
|
70
38
|
}($Command));
|
|
71
39
|
export { ListAgentsCommand };
|
|
72
|
-
//# sourceMappingURL=ListAgentsCommand.js.map
|
|
@@ -1,43 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* returns only a truncated list of your agents), the response contains a token that you can
|
|
10
|
-
* specify in your next request to fetch the next page of locations.</p>
|
|
11
|
-
* @example
|
|
12
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
-
* ```javascript
|
|
14
|
-
* import { DataSyncClient, ListLocationsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
15
|
-
* // const { DataSyncClient, ListLocationsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
16
|
-
* const client = new DataSyncClient(config);
|
|
17
|
-
* const command = new ListLocationsCommand(input);
|
|
18
|
-
* const response = await client.send(command);
|
|
19
|
-
* ```
|
|
20
|
-
*
|
|
21
|
-
* @see {@link ListLocationsCommandInput} for command's `input` shape.
|
|
22
|
-
* @see {@link ListLocationsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
-
*
|
|
25
|
-
*/
|
|
26
|
-
var ListLocationsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListLocationsRequest, ListLocationsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListLocationsCommand, serializeAws_json1_1ListLocationsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListLocationsCommand = (function (_super) {
|
|
27
7
|
__extends(ListLocationsCommand, _super);
|
|
28
|
-
// Start section: command_properties
|
|
29
|
-
// End section: command_properties
|
|
30
8
|
function ListLocationsCommand(input) {
|
|
31
|
-
var _this =
|
|
32
|
-
// Start section: command_constructor
|
|
33
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
34
10
|
_this.input = input;
|
|
35
11
|
return _this;
|
|
36
|
-
// End section: command_constructor
|
|
37
12
|
}
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
13
|
ListLocationsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
42
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
43
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -65,4 +37,3 @@ var ListLocationsCommand = /** @class */ (function (_super) {
|
|
|
65
37
|
return ListLocationsCommand;
|
|
66
38
|
}($Command));
|
|
67
39
|
export { ListLocationsCommand };
|
|
68
|
-
//# sourceMappingURL=ListLocationsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, ListTagsForResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, ListTagsForResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTagsForResourceCommand, serializeAws_json1_1ListTagsForResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListTagsForResourceCommand = (function (_super) {
|
|
24
7
|
__extends(ListTagsForResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListTagsForResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListTagsForResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListTagsForResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListTagsForResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListTagsForResourceCommand };
|
|
65
|
-
//# sourceMappingURL=ListTagsForResourceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, ListTaskExecutionsCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, ListTaskExecutionsCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new ListTaskExecutionsCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListTaskExecutionsCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListTaskExecutionsCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListTaskExecutionsCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListTaskExecutionsRequest, ListTaskExecutionsResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTaskExecutionsCommand, serializeAws_json1_1ListTaskExecutionsCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListTaskExecutionsCommand = (function (_super) {
|
|
24
7
|
__extends(ListTaskExecutionsCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListTaskExecutionsCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListTaskExecutionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListTaskExecutionsCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListTaskExecutionsCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListTaskExecutionsCommand };
|
|
65
|
-
//# sourceMappingURL=ListTaskExecutionsCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, ListTasksCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, ListTasksCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new ListTasksCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link ListTasksCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link ListTasksCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var ListTasksCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { ListTasksRequest, ListTasksResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1ListTasksCommand, serializeAws_json1_1ListTasksCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
var ListTasksCommand = (function (_super) {
|
|
24
7
|
__extends(ListTasksCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function ListTasksCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
ListTasksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var ListTasksCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return ListTasksCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { ListTasksCommand };
|
|
65
|
-
//# sourceMappingURL=ListTasksCommand.js.map
|
|
@@ -1,48 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* time.</p>
|
|
10
|
-
* <p>
|
|
11
|
-
* <code>TaskExecution</code> has the following transition phases: INITIALIZING |
|
|
12
|
-
* PREPARING | TRANSFERRING | VERIFYING | SUCCESS/FAILURE. </p>
|
|
13
|
-
*
|
|
14
|
-
* <p>For detailed information, see the Task Execution section in the Components and
|
|
15
|
-
* Terminology topic in the <i>DataSync User Guide</i>.</p>
|
|
16
|
-
* @example
|
|
17
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
18
|
-
* ```javascript
|
|
19
|
-
* import { DataSyncClient, StartTaskExecutionCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
20
|
-
* // const { DataSyncClient, StartTaskExecutionCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
21
|
-
* const client = new DataSyncClient(config);
|
|
22
|
-
* const command = new StartTaskExecutionCommand(input);
|
|
23
|
-
* const response = await client.send(command);
|
|
24
|
-
* ```
|
|
25
|
-
*
|
|
26
|
-
* @see {@link StartTaskExecutionCommandInput} for command's `input` shape.
|
|
27
|
-
* @see {@link StartTaskExecutionCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
29
|
-
*
|
|
30
|
-
*/
|
|
31
|
-
var StartTaskExecutionCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { StartTaskExecutionRequest, StartTaskExecutionResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1StartTaskExecutionCommand, serializeAws_json1_1StartTaskExecutionCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var StartTaskExecutionCommand = (function (_super) {
|
|
32
7
|
__extends(StartTaskExecutionCommand, _super);
|
|
33
|
-
// Start section: command_properties
|
|
34
|
-
// End section: command_properties
|
|
35
8
|
function StartTaskExecutionCommand(input) {
|
|
36
|
-
var _this =
|
|
37
|
-
// Start section: command_constructor
|
|
38
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
39
10
|
_this.input = input;
|
|
40
11
|
return _this;
|
|
41
|
-
// End section: command_constructor
|
|
42
12
|
}
|
|
43
|
-
/**
|
|
44
|
-
* @internal
|
|
45
|
-
*/
|
|
46
13
|
StartTaskExecutionCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
47
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
48
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -70,4 +37,3 @@ var StartTaskExecutionCommand = /** @class */ (function (_super) {
|
|
|
70
37
|
return StartTaskExecutionCommand;
|
|
71
38
|
}($Command));
|
|
72
39
|
export { StartTaskExecutionCommand };
|
|
73
|
-
//# sourceMappingURL=StartTaskExecutionCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, TagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, TagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new TagResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var TagResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1TagResourceCommand, serializeAws_json1_1TagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var TagResourceCommand = (function (_super) {
|
|
24
7
|
__extends(TagResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function TagResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
TagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var TagResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return TagResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { TagResourceCommand };
|
|
65
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,40 +1,15 @@
|
|
|
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";
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
10
|
-
* ```javascript
|
|
11
|
-
* import { DataSyncClient, UntagResourceCommand } from "@aws-sdk/client-datasync"; // ES Modules import
|
|
12
|
-
* // const { DataSyncClient, UntagResourceCommand } = require("@aws-sdk/client-datasync"); // CommonJS import
|
|
13
|
-
* const client = new DataSyncClient(config);
|
|
14
|
-
* const command = new UntagResourceCommand(input);
|
|
15
|
-
* const response = await client.send(command);
|
|
16
|
-
* ```
|
|
17
|
-
*
|
|
18
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
19
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
20
|
-
* @see {@link DataSyncClientResolvedConfig | config} for command's `input` shape.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
var UntagResourceCommand = /** @class */ (function (_super) {
|
|
4
|
+
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_1UntagResourceCommand, serializeAws_json1_1UntagResourceCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
var UntagResourceCommand = (function (_super) {
|
|
24
7
|
__extends(UntagResourceCommand, _super);
|
|
25
|
-
// Start section: command_properties
|
|
26
|
-
// End section: command_properties
|
|
27
8
|
function UntagResourceCommand(input) {
|
|
28
|
-
var _this =
|
|
29
|
-
// Start section: command_constructor
|
|
30
|
-
_super.call(this) || this;
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
31
10
|
_this.input = input;
|
|
32
11
|
return _this;
|
|
33
|
-
// End section: command_constructor
|
|
34
12
|
}
|
|
35
|
-
/**
|
|
36
|
-
* @internal
|
|
37
|
-
*/
|
|
38
13
|
UntagResourceCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
39
14
|
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
40
15
|
var stack = clientStack.concat(this.middlewareStack);
|
|
@@ -62,4 +37,3 @@ var UntagResourceCommand = /** @class */ (function (_super) {
|
|
|
62
37
|
return UntagResourceCommand;
|
|
63
38
|
}($Command));
|
|
64
39
|
export { UntagResourceCommand };
|
|
65
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|