@aws-sdk/client-datasync 3.490.0 → 3.496.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/DataSync.js +1 -131
- package/dist-cjs/DataSyncClient.js +1 -43
- package/dist-cjs/commands/AddStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/CancelTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/CreateAgentCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationFsxWindowsCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/CreateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/CreateLocationS3Command.js +1 -28
- package/dist-cjs/commands/CreateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/CreateTaskCommand.js +1 -28
- package/dist-cjs/commands/DeleteAgentCommand.js +1 -28
- package/dist-cjs/commands/DeleteLocationCommand.js +1 -28
- package/dist-cjs/commands/DeleteTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeAgentCommand.js +1 -28
- package/dist-cjs/commands/DescribeDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationAzureBlobCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationEfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxLustreCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationFsxOntapCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxOpenZfsCommand.js +1 -29
- package/dist-cjs/commands/DescribeLocationFsxWindowsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationObjectStorageCommand.js +1 -28
- package/dist-cjs/commands/DescribeLocationS3Command.js +1 -28
- package/dist-cjs/commands/DescribeLocationSmbCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourceMetricsCommand.js +1 -28
- package/dist-cjs/commands/DescribeStorageSystemResourcesCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskCommand.js +1 -28
- package/dist-cjs/commands/DescribeTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/GenerateRecommendationsCommand.js +1 -28
- package/dist-cjs/commands/ListAgentsCommand.js +1 -28
- package/dist-cjs/commands/ListDiscoveryJobsCommand.js +1 -28
- package/dist-cjs/commands/ListLocationsCommand.js +1 -28
- package/dist-cjs/commands/ListStorageSystemsCommand.js +1 -28
- package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
- package/dist-cjs/commands/ListTaskExecutionsCommand.js +1 -28
- package/dist-cjs/commands/ListTasksCommand.js +1 -28
- package/dist-cjs/commands/RemoveStorageSystemCommand.js +1 -28
- package/dist-cjs/commands/StartDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/StartTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/StopDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/TagResourceCommand.js +1 -28
- package/dist-cjs/commands/UntagResourceCommand.js +1 -28
- package/dist-cjs/commands/UpdateAgentCommand.js +1 -28
- package/dist-cjs/commands/UpdateDiscoveryJobCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationAzureBlobCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationHdfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationNfsCommand.js +1 -28
- package/dist-cjs/commands/UpdateLocationObjectStorageCommand.js +1 -29
- package/dist-cjs/commands/UpdateLocationSmbCommand.js +1 -29
- package/dist-cjs/commands/UpdateStorageSystemCommand.js +1 -29
- package/dist-cjs/commands/UpdateTaskCommand.js +1 -28
- package/dist-cjs/commands/UpdateTaskExecutionCommand.js +1 -28
- package/dist-cjs/commands/index.js +1 -63
- package/dist-cjs/endpoint/EndpointParameters.js +1 -18
- package/dist-cjs/extensionConfiguration.js +1 -2
- package/dist-cjs/index.js +4946 -11
- package/dist-cjs/models/DataSyncServiceException.js +1 -12
- package/dist-cjs/models/index.js +1 -4
- package/dist-cjs/models/models_0.js +1 -339
- package/dist-cjs/pagination/DescribeStorageSystemResourceMetricsPaginator.js +1 -7
- package/dist-cjs/pagination/DescribeStorageSystemResourcesPaginator.js +1 -7
- package/dist-cjs/pagination/Interfaces.js +1 -2
- package/dist-cjs/pagination/ListAgentsPaginator.js +1 -7
- package/dist-cjs/pagination/ListDiscoveryJobsPaginator.js +1 -7
- package/dist-cjs/pagination/ListLocationsPaginator.js +1 -7
- package/dist-cjs/pagination/ListStorageSystemsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
- package/dist-cjs/pagination/ListTaskExecutionsPaginator.js +1 -7
- package/dist-cjs/pagination/ListTasksPaginator.js +1 -7
- package/dist-cjs/pagination/index.js +1 -13
- package/dist-cjs/protocols/Aws_json1_1.js +1 -3218
- package/dist-cjs/runtimeExtensions.js +1 -22
- package/package.json +40 -40
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.