@aws-sdk/client-datasync 3.1086.0 → 3.1088.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/index.js +1 -1
- package/dist-types/ts3.4/DataSync.d.ts +173 -200
- package/dist-types/ts3.4/DataSyncClient.d.ts +24 -61
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CancelTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationFsxOntapCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLocationS3Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteLocationCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeAgentCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxOntapCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLocationS3Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListAgentsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListLocationsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTaskExecutionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTasksCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/StartTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAgentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateLocationAzureBlobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationEfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationFsxLustreCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationFsxOntapCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationFsxOpenZfsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationFsxWindowsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationHdfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationNfsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateLocationObjectStorageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLocationS3Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateLocationSmbCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTaskCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTaskExecutionCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +15 -30
- package/dist-types/ts3.4/models/errors.d.ts +1 -3
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListAgentsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTasksPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39