@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
|
@@ -11,9 +11,6 @@ var AgentStatus;
|
|
|
11
11
|
})(AgentStatus = exports.AgentStatus || (exports.AgentStatus = {}));
|
|
12
12
|
var AgentListEntry;
|
|
13
13
|
(function (AgentListEntry) {
|
|
14
|
-
/**
|
|
15
|
-
* @internal
|
|
16
|
-
*/
|
|
17
14
|
AgentListEntry.filterSensitiveLog = (obj) => ({
|
|
18
15
|
...obj,
|
|
19
16
|
});
|
|
@@ -25,99 +22,66 @@ var Atime;
|
|
|
25
22
|
})(Atime = exports.Atime || (exports.Atime = {}));
|
|
26
23
|
var CancelTaskExecutionRequest;
|
|
27
24
|
(function (CancelTaskExecutionRequest) {
|
|
28
|
-
/**
|
|
29
|
-
* @internal
|
|
30
|
-
*/
|
|
31
25
|
CancelTaskExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
32
26
|
...obj,
|
|
33
27
|
});
|
|
34
28
|
})(CancelTaskExecutionRequest = exports.CancelTaskExecutionRequest || (exports.CancelTaskExecutionRequest = {}));
|
|
35
29
|
var CancelTaskExecutionResponse;
|
|
36
30
|
(function (CancelTaskExecutionResponse) {
|
|
37
|
-
/**
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
40
31
|
CancelTaskExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
41
32
|
...obj,
|
|
42
33
|
});
|
|
43
34
|
})(CancelTaskExecutionResponse = exports.CancelTaskExecutionResponse || (exports.CancelTaskExecutionResponse = {}));
|
|
44
35
|
var InternalException;
|
|
45
36
|
(function (InternalException) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
37
|
InternalException.filterSensitiveLog = (obj) => ({
|
|
50
38
|
...obj,
|
|
51
39
|
});
|
|
52
40
|
})(InternalException = exports.InternalException || (exports.InternalException = {}));
|
|
53
41
|
var InvalidRequestException;
|
|
54
42
|
(function (InvalidRequestException) {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
43
|
InvalidRequestException.filterSensitiveLog = (obj) => ({
|
|
59
44
|
...obj,
|
|
60
45
|
});
|
|
61
46
|
})(InvalidRequestException = exports.InvalidRequestException || (exports.InvalidRequestException = {}));
|
|
62
47
|
var TagListEntry;
|
|
63
48
|
(function (TagListEntry) {
|
|
64
|
-
/**
|
|
65
|
-
* @internal
|
|
66
|
-
*/
|
|
67
49
|
TagListEntry.filterSensitiveLog = (obj) => ({
|
|
68
50
|
...obj,
|
|
69
51
|
});
|
|
70
52
|
})(TagListEntry = exports.TagListEntry || (exports.TagListEntry = {}));
|
|
71
53
|
var CreateAgentRequest;
|
|
72
54
|
(function (CreateAgentRequest) {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
55
|
CreateAgentRequest.filterSensitiveLog = (obj) => ({
|
|
77
56
|
...obj,
|
|
78
57
|
});
|
|
79
58
|
})(CreateAgentRequest = exports.CreateAgentRequest || (exports.CreateAgentRequest = {}));
|
|
80
59
|
var CreateAgentResponse;
|
|
81
60
|
(function (CreateAgentResponse) {
|
|
82
|
-
/**
|
|
83
|
-
* @internal
|
|
84
|
-
*/
|
|
85
61
|
CreateAgentResponse.filterSensitiveLog = (obj) => ({
|
|
86
62
|
...obj,
|
|
87
63
|
});
|
|
88
64
|
})(CreateAgentResponse = exports.CreateAgentResponse || (exports.CreateAgentResponse = {}));
|
|
89
65
|
var Ec2Config;
|
|
90
66
|
(function (Ec2Config) {
|
|
91
|
-
/**
|
|
92
|
-
* @internal
|
|
93
|
-
*/
|
|
94
67
|
Ec2Config.filterSensitiveLog = (obj) => ({
|
|
95
68
|
...obj,
|
|
96
69
|
});
|
|
97
70
|
})(Ec2Config = exports.Ec2Config || (exports.Ec2Config = {}));
|
|
98
71
|
var CreateLocationEfsRequest;
|
|
99
72
|
(function (CreateLocationEfsRequest) {
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
73
|
CreateLocationEfsRequest.filterSensitiveLog = (obj) => ({
|
|
104
74
|
...obj,
|
|
105
75
|
});
|
|
106
76
|
})(CreateLocationEfsRequest = exports.CreateLocationEfsRequest || (exports.CreateLocationEfsRequest = {}));
|
|
107
77
|
var CreateLocationEfsResponse;
|
|
108
78
|
(function (CreateLocationEfsResponse) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
79
|
CreateLocationEfsResponse.filterSensitiveLog = (obj) => ({
|
|
113
80
|
...obj,
|
|
114
81
|
});
|
|
115
82
|
})(CreateLocationEfsResponse = exports.CreateLocationEfsResponse || (exports.CreateLocationEfsResponse = {}));
|
|
116
83
|
var CreateLocationFsxWindowsRequest;
|
|
117
84
|
(function (CreateLocationFsxWindowsRequest) {
|
|
118
|
-
/**
|
|
119
|
-
* @internal
|
|
120
|
-
*/
|
|
121
85
|
CreateLocationFsxWindowsRequest.filterSensitiveLog = (obj) => ({
|
|
122
86
|
...obj,
|
|
123
87
|
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -125,9 +89,6 @@ var CreateLocationFsxWindowsRequest;
|
|
|
125
89
|
})(CreateLocationFsxWindowsRequest = exports.CreateLocationFsxWindowsRequest || (exports.CreateLocationFsxWindowsRequest = {}));
|
|
126
90
|
var CreateLocationFsxWindowsResponse;
|
|
127
91
|
(function (CreateLocationFsxWindowsResponse) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
92
|
CreateLocationFsxWindowsResponse.filterSensitiveLog = (obj) => ({
|
|
132
93
|
...obj,
|
|
133
94
|
});
|
|
@@ -141,36 +102,24 @@ var NfsVersion;
|
|
|
141
102
|
})(NfsVersion = exports.NfsVersion || (exports.NfsVersion = {}));
|
|
142
103
|
var NfsMountOptions;
|
|
143
104
|
(function (NfsMountOptions) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
105
|
NfsMountOptions.filterSensitiveLog = (obj) => ({
|
|
148
106
|
...obj,
|
|
149
107
|
});
|
|
150
108
|
})(NfsMountOptions = exports.NfsMountOptions || (exports.NfsMountOptions = {}));
|
|
151
109
|
var OnPremConfig;
|
|
152
110
|
(function (OnPremConfig) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
111
|
OnPremConfig.filterSensitiveLog = (obj) => ({
|
|
157
112
|
...obj,
|
|
158
113
|
});
|
|
159
114
|
})(OnPremConfig = exports.OnPremConfig || (exports.OnPremConfig = {}));
|
|
160
115
|
var CreateLocationNfsRequest;
|
|
161
116
|
(function (CreateLocationNfsRequest) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
117
|
CreateLocationNfsRequest.filterSensitiveLog = (obj) => ({
|
|
166
118
|
...obj,
|
|
167
119
|
});
|
|
168
120
|
})(CreateLocationNfsRequest = exports.CreateLocationNfsRequest || (exports.CreateLocationNfsRequest = {}));
|
|
169
121
|
var CreateLocationNfsResponse;
|
|
170
122
|
(function (CreateLocationNfsResponse) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
123
|
CreateLocationNfsResponse.filterSensitiveLog = (obj) => ({
|
|
175
124
|
...obj,
|
|
176
125
|
});
|
|
@@ -182,9 +131,6 @@ var ObjectStorageServerProtocol;
|
|
|
182
131
|
})(ObjectStorageServerProtocol = exports.ObjectStorageServerProtocol || (exports.ObjectStorageServerProtocol = {}));
|
|
183
132
|
var CreateLocationObjectStorageRequest;
|
|
184
133
|
(function (CreateLocationObjectStorageRequest) {
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
134
|
CreateLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
|
|
189
135
|
...obj,
|
|
190
136
|
...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -192,18 +138,12 @@ var CreateLocationObjectStorageRequest;
|
|
|
192
138
|
})(CreateLocationObjectStorageRequest = exports.CreateLocationObjectStorageRequest || (exports.CreateLocationObjectStorageRequest = {}));
|
|
193
139
|
var CreateLocationObjectStorageResponse;
|
|
194
140
|
(function (CreateLocationObjectStorageResponse) {
|
|
195
|
-
/**
|
|
196
|
-
* @internal
|
|
197
|
-
*/
|
|
198
141
|
CreateLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
|
|
199
142
|
...obj,
|
|
200
143
|
});
|
|
201
144
|
})(CreateLocationObjectStorageResponse = exports.CreateLocationObjectStorageResponse || (exports.CreateLocationObjectStorageResponse = {}));
|
|
202
145
|
var S3Config;
|
|
203
146
|
(function (S3Config) {
|
|
204
|
-
/**
|
|
205
|
-
* @internal
|
|
206
|
-
*/
|
|
207
147
|
S3Config.filterSensitiveLog = (obj) => ({
|
|
208
148
|
...obj,
|
|
209
149
|
});
|
|
@@ -220,18 +160,12 @@ var S3StorageClass;
|
|
|
220
160
|
})(S3StorageClass = exports.S3StorageClass || (exports.S3StorageClass = {}));
|
|
221
161
|
var CreateLocationS3Request;
|
|
222
162
|
(function (CreateLocationS3Request) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
163
|
CreateLocationS3Request.filterSensitiveLog = (obj) => ({
|
|
227
164
|
...obj,
|
|
228
165
|
});
|
|
229
166
|
})(CreateLocationS3Request = exports.CreateLocationS3Request || (exports.CreateLocationS3Request = {}));
|
|
230
167
|
var CreateLocationS3Response;
|
|
231
168
|
(function (CreateLocationS3Response) {
|
|
232
|
-
/**
|
|
233
|
-
* @internal
|
|
234
|
-
*/
|
|
235
169
|
CreateLocationS3Response.filterSensitiveLog = (obj) => ({
|
|
236
170
|
...obj,
|
|
237
171
|
});
|
|
@@ -244,18 +178,12 @@ var SmbVersion;
|
|
|
244
178
|
})(SmbVersion = exports.SmbVersion || (exports.SmbVersion = {}));
|
|
245
179
|
var SmbMountOptions;
|
|
246
180
|
(function (SmbMountOptions) {
|
|
247
|
-
/**
|
|
248
|
-
* @internal
|
|
249
|
-
*/
|
|
250
181
|
SmbMountOptions.filterSensitiveLog = (obj) => ({
|
|
251
182
|
...obj,
|
|
252
183
|
});
|
|
253
184
|
})(SmbMountOptions = exports.SmbMountOptions || (exports.SmbMountOptions = {}));
|
|
254
185
|
var CreateLocationSmbRequest;
|
|
255
186
|
(function (CreateLocationSmbRequest) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
187
|
CreateLocationSmbRequest.filterSensitiveLog = (obj) => ({
|
|
260
188
|
...obj,
|
|
261
189
|
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -263,9 +191,6 @@ var CreateLocationSmbRequest;
|
|
|
263
191
|
})(CreateLocationSmbRequest = exports.CreateLocationSmbRequest || (exports.CreateLocationSmbRequest = {}));
|
|
264
192
|
var CreateLocationSmbResponse;
|
|
265
193
|
(function (CreateLocationSmbResponse) {
|
|
266
|
-
/**
|
|
267
|
-
* @internal
|
|
268
|
-
*/
|
|
269
194
|
CreateLocationSmbResponse.filterSensitiveLog = (obj) => ({
|
|
270
195
|
...obj,
|
|
271
196
|
});
|
|
@@ -276,9 +201,6 @@ var FilterType;
|
|
|
276
201
|
})(FilterType = exports.FilterType || (exports.FilterType = {}));
|
|
277
202
|
var FilterRule;
|
|
278
203
|
(function (FilterRule) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
204
|
FilterRule.filterSensitiveLog = (obj) => ({
|
|
283
205
|
...obj,
|
|
284
206
|
});
|
|
@@ -352,99 +274,66 @@ var VerifyMode;
|
|
|
352
274
|
})(VerifyMode = exports.VerifyMode || (exports.VerifyMode = {}));
|
|
353
275
|
var Options;
|
|
354
276
|
(function (Options) {
|
|
355
|
-
/**
|
|
356
|
-
* @internal
|
|
357
|
-
*/
|
|
358
277
|
Options.filterSensitiveLog = (obj) => ({
|
|
359
278
|
...obj,
|
|
360
279
|
});
|
|
361
280
|
})(Options = exports.Options || (exports.Options = {}));
|
|
362
281
|
var TaskSchedule;
|
|
363
282
|
(function (TaskSchedule) {
|
|
364
|
-
/**
|
|
365
|
-
* @internal
|
|
366
|
-
*/
|
|
367
283
|
TaskSchedule.filterSensitiveLog = (obj) => ({
|
|
368
284
|
...obj,
|
|
369
285
|
});
|
|
370
286
|
})(TaskSchedule = exports.TaskSchedule || (exports.TaskSchedule = {}));
|
|
371
287
|
var CreateTaskRequest;
|
|
372
288
|
(function (CreateTaskRequest) {
|
|
373
|
-
/**
|
|
374
|
-
* @internal
|
|
375
|
-
*/
|
|
376
289
|
CreateTaskRequest.filterSensitiveLog = (obj) => ({
|
|
377
290
|
...obj,
|
|
378
291
|
});
|
|
379
292
|
})(CreateTaskRequest = exports.CreateTaskRequest || (exports.CreateTaskRequest = {}));
|
|
380
293
|
var CreateTaskResponse;
|
|
381
294
|
(function (CreateTaskResponse) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
295
|
CreateTaskResponse.filterSensitiveLog = (obj) => ({
|
|
386
296
|
...obj,
|
|
387
297
|
});
|
|
388
298
|
})(CreateTaskResponse = exports.CreateTaskResponse || (exports.CreateTaskResponse = {}));
|
|
389
299
|
var DeleteAgentRequest;
|
|
390
300
|
(function (DeleteAgentRequest) {
|
|
391
|
-
/**
|
|
392
|
-
* @internal
|
|
393
|
-
*/
|
|
394
301
|
DeleteAgentRequest.filterSensitiveLog = (obj) => ({
|
|
395
302
|
...obj,
|
|
396
303
|
});
|
|
397
304
|
})(DeleteAgentRequest = exports.DeleteAgentRequest || (exports.DeleteAgentRequest = {}));
|
|
398
305
|
var DeleteAgentResponse;
|
|
399
306
|
(function (DeleteAgentResponse) {
|
|
400
|
-
/**
|
|
401
|
-
* @internal
|
|
402
|
-
*/
|
|
403
307
|
DeleteAgentResponse.filterSensitiveLog = (obj) => ({
|
|
404
308
|
...obj,
|
|
405
309
|
});
|
|
406
310
|
})(DeleteAgentResponse = exports.DeleteAgentResponse || (exports.DeleteAgentResponse = {}));
|
|
407
311
|
var DeleteLocationRequest;
|
|
408
312
|
(function (DeleteLocationRequest) {
|
|
409
|
-
/**
|
|
410
|
-
* @internal
|
|
411
|
-
*/
|
|
412
313
|
DeleteLocationRequest.filterSensitiveLog = (obj) => ({
|
|
413
314
|
...obj,
|
|
414
315
|
});
|
|
415
316
|
})(DeleteLocationRequest = exports.DeleteLocationRequest || (exports.DeleteLocationRequest = {}));
|
|
416
317
|
var DeleteLocationResponse;
|
|
417
318
|
(function (DeleteLocationResponse) {
|
|
418
|
-
/**
|
|
419
|
-
* @internal
|
|
420
|
-
*/
|
|
421
319
|
DeleteLocationResponse.filterSensitiveLog = (obj) => ({
|
|
422
320
|
...obj,
|
|
423
321
|
});
|
|
424
322
|
})(DeleteLocationResponse = exports.DeleteLocationResponse || (exports.DeleteLocationResponse = {}));
|
|
425
323
|
var DeleteTaskRequest;
|
|
426
324
|
(function (DeleteTaskRequest) {
|
|
427
|
-
/**
|
|
428
|
-
* @internal
|
|
429
|
-
*/
|
|
430
325
|
DeleteTaskRequest.filterSensitiveLog = (obj) => ({
|
|
431
326
|
...obj,
|
|
432
327
|
});
|
|
433
328
|
})(DeleteTaskRequest = exports.DeleteTaskRequest || (exports.DeleteTaskRequest = {}));
|
|
434
329
|
var DeleteTaskResponse;
|
|
435
330
|
(function (DeleteTaskResponse) {
|
|
436
|
-
/**
|
|
437
|
-
* @internal
|
|
438
|
-
*/
|
|
439
331
|
DeleteTaskResponse.filterSensitiveLog = (obj) => ({
|
|
440
332
|
...obj,
|
|
441
333
|
});
|
|
442
334
|
})(DeleteTaskResponse = exports.DeleteTaskResponse || (exports.DeleteTaskResponse = {}));
|
|
443
335
|
var DescribeAgentRequest;
|
|
444
336
|
(function (DescribeAgentRequest) {
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
337
|
DescribeAgentRequest.filterSensitiveLog = (obj) => ({
|
|
449
338
|
...obj,
|
|
450
339
|
});
|
|
@@ -457,135 +346,90 @@ var EndpointType;
|
|
|
457
346
|
})(EndpointType = exports.EndpointType || (exports.EndpointType = {}));
|
|
458
347
|
var PrivateLinkConfig;
|
|
459
348
|
(function (PrivateLinkConfig) {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
349
|
PrivateLinkConfig.filterSensitiveLog = (obj) => ({
|
|
464
350
|
...obj,
|
|
465
351
|
});
|
|
466
352
|
})(PrivateLinkConfig = exports.PrivateLinkConfig || (exports.PrivateLinkConfig = {}));
|
|
467
353
|
var DescribeAgentResponse;
|
|
468
354
|
(function (DescribeAgentResponse) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
355
|
DescribeAgentResponse.filterSensitiveLog = (obj) => ({
|
|
473
356
|
...obj,
|
|
474
357
|
});
|
|
475
358
|
})(DescribeAgentResponse = exports.DescribeAgentResponse || (exports.DescribeAgentResponse = {}));
|
|
476
359
|
var DescribeLocationEfsRequest;
|
|
477
360
|
(function (DescribeLocationEfsRequest) {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
361
|
DescribeLocationEfsRequest.filterSensitiveLog = (obj) => ({
|
|
482
362
|
...obj,
|
|
483
363
|
});
|
|
484
364
|
})(DescribeLocationEfsRequest = exports.DescribeLocationEfsRequest || (exports.DescribeLocationEfsRequest = {}));
|
|
485
365
|
var DescribeLocationEfsResponse;
|
|
486
366
|
(function (DescribeLocationEfsResponse) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
367
|
DescribeLocationEfsResponse.filterSensitiveLog = (obj) => ({
|
|
491
368
|
...obj,
|
|
492
369
|
});
|
|
493
370
|
})(DescribeLocationEfsResponse = exports.DescribeLocationEfsResponse || (exports.DescribeLocationEfsResponse = {}));
|
|
494
371
|
var DescribeLocationFsxWindowsRequest;
|
|
495
372
|
(function (DescribeLocationFsxWindowsRequest) {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
373
|
DescribeLocationFsxWindowsRequest.filterSensitiveLog = (obj) => ({
|
|
500
374
|
...obj,
|
|
501
375
|
});
|
|
502
376
|
})(DescribeLocationFsxWindowsRequest = exports.DescribeLocationFsxWindowsRequest || (exports.DescribeLocationFsxWindowsRequest = {}));
|
|
503
377
|
var DescribeLocationFsxWindowsResponse;
|
|
504
378
|
(function (DescribeLocationFsxWindowsResponse) {
|
|
505
|
-
/**
|
|
506
|
-
* @internal
|
|
507
|
-
*/
|
|
508
379
|
DescribeLocationFsxWindowsResponse.filterSensitiveLog = (obj) => ({
|
|
509
380
|
...obj,
|
|
510
381
|
});
|
|
511
382
|
})(DescribeLocationFsxWindowsResponse = exports.DescribeLocationFsxWindowsResponse || (exports.DescribeLocationFsxWindowsResponse = {}));
|
|
512
383
|
var DescribeLocationNfsRequest;
|
|
513
384
|
(function (DescribeLocationNfsRequest) {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
385
|
DescribeLocationNfsRequest.filterSensitiveLog = (obj) => ({
|
|
518
386
|
...obj,
|
|
519
387
|
});
|
|
520
388
|
})(DescribeLocationNfsRequest = exports.DescribeLocationNfsRequest || (exports.DescribeLocationNfsRequest = {}));
|
|
521
389
|
var DescribeLocationNfsResponse;
|
|
522
390
|
(function (DescribeLocationNfsResponse) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
391
|
DescribeLocationNfsResponse.filterSensitiveLog = (obj) => ({
|
|
527
392
|
...obj,
|
|
528
393
|
});
|
|
529
394
|
})(DescribeLocationNfsResponse = exports.DescribeLocationNfsResponse || (exports.DescribeLocationNfsResponse = {}));
|
|
530
395
|
var DescribeLocationObjectStorageRequest;
|
|
531
396
|
(function (DescribeLocationObjectStorageRequest) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
397
|
DescribeLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
|
|
536
398
|
...obj,
|
|
537
399
|
});
|
|
538
400
|
})(DescribeLocationObjectStorageRequest = exports.DescribeLocationObjectStorageRequest || (exports.DescribeLocationObjectStorageRequest = {}));
|
|
539
401
|
var DescribeLocationObjectStorageResponse;
|
|
540
402
|
(function (DescribeLocationObjectStorageResponse) {
|
|
541
|
-
/**
|
|
542
|
-
* @internal
|
|
543
|
-
*/
|
|
544
403
|
DescribeLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
|
|
545
404
|
...obj,
|
|
546
405
|
});
|
|
547
406
|
})(DescribeLocationObjectStorageResponse = exports.DescribeLocationObjectStorageResponse || (exports.DescribeLocationObjectStorageResponse = {}));
|
|
548
407
|
var DescribeLocationS3Request;
|
|
549
408
|
(function (DescribeLocationS3Request) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
409
|
DescribeLocationS3Request.filterSensitiveLog = (obj) => ({
|
|
554
410
|
...obj,
|
|
555
411
|
});
|
|
556
412
|
})(DescribeLocationS3Request = exports.DescribeLocationS3Request || (exports.DescribeLocationS3Request = {}));
|
|
557
413
|
var DescribeLocationS3Response;
|
|
558
414
|
(function (DescribeLocationS3Response) {
|
|
559
|
-
/**
|
|
560
|
-
* @internal
|
|
561
|
-
*/
|
|
562
415
|
DescribeLocationS3Response.filterSensitiveLog = (obj) => ({
|
|
563
416
|
...obj,
|
|
564
417
|
});
|
|
565
418
|
})(DescribeLocationS3Response = exports.DescribeLocationS3Response || (exports.DescribeLocationS3Response = {}));
|
|
566
419
|
var DescribeLocationSmbRequest;
|
|
567
420
|
(function (DescribeLocationSmbRequest) {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
421
|
DescribeLocationSmbRequest.filterSensitiveLog = (obj) => ({
|
|
572
422
|
...obj,
|
|
573
423
|
});
|
|
574
424
|
})(DescribeLocationSmbRequest = exports.DescribeLocationSmbRequest || (exports.DescribeLocationSmbRequest = {}));
|
|
575
425
|
var DescribeLocationSmbResponse;
|
|
576
426
|
(function (DescribeLocationSmbResponse) {
|
|
577
|
-
/**
|
|
578
|
-
* @internal
|
|
579
|
-
*/
|
|
580
427
|
DescribeLocationSmbResponse.filterSensitiveLog = (obj) => ({
|
|
581
428
|
...obj,
|
|
582
429
|
});
|
|
583
430
|
})(DescribeLocationSmbResponse = exports.DescribeLocationSmbResponse || (exports.DescribeLocationSmbResponse = {}));
|
|
584
431
|
var DescribeTaskRequest;
|
|
585
432
|
(function (DescribeTaskRequest) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
433
|
DescribeTaskRequest.filterSensitiveLog = (obj) => ({
|
|
590
434
|
...obj,
|
|
591
435
|
});
|
|
@@ -600,18 +444,12 @@ var TaskStatus;
|
|
|
600
444
|
})(TaskStatus = exports.TaskStatus || (exports.TaskStatus = {}));
|
|
601
445
|
var DescribeTaskResponse;
|
|
602
446
|
(function (DescribeTaskResponse) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
447
|
DescribeTaskResponse.filterSensitiveLog = (obj) => ({
|
|
607
448
|
...obj,
|
|
608
449
|
});
|
|
609
450
|
})(DescribeTaskResponse = exports.DescribeTaskResponse || (exports.DescribeTaskResponse = {}));
|
|
610
451
|
var DescribeTaskExecutionRequest;
|
|
611
452
|
(function (DescribeTaskExecutionRequest) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
453
|
DescribeTaskExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
616
454
|
...obj,
|
|
617
455
|
});
|
|
@@ -624,9 +462,6 @@ var PhaseStatus;
|
|
|
624
462
|
})(PhaseStatus = exports.PhaseStatus || (exports.PhaseStatus = {}));
|
|
625
463
|
var TaskExecutionResultDetail;
|
|
626
464
|
(function (TaskExecutionResultDetail) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
465
|
TaskExecutionResultDetail.filterSensitiveLog = (obj) => ({
|
|
631
466
|
...obj,
|
|
632
467
|
});
|
|
@@ -643,27 +478,18 @@ var TaskExecutionStatus;
|
|
|
643
478
|
})(TaskExecutionStatus = exports.TaskExecutionStatus || (exports.TaskExecutionStatus = {}));
|
|
644
479
|
var DescribeTaskExecutionResponse;
|
|
645
480
|
(function (DescribeTaskExecutionResponse) {
|
|
646
|
-
/**
|
|
647
|
-
* @internal
|
|
648
|
-
*/
|
|
649
481
|
DescribeTaskExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
650
482
|
...obj,
|
|
651
483
|
});
|
|
652
484
|
})(DescribeTaskExecutionResponse = exports.DescribeTaskExecutionResponse || (exports.DescribeTaskExecutionResponse = {}));
|
|
653
485
|
var ListAgentsRequest;
|
|
654
486
|
(function (ListAgentsRequest) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
487
|
ListAgentsRequest.filterSensitiveLog = (obj) => ({
|
|
659
488
|
...obj,
|
|
660
489
|
});
|
|
661
490
|
})(ListAgentsRequest = exports.ListAgentsRequest || (exports.ListAgentsRequest = {}));
|
|
662
491
|
var ListAgentsResponse;
|
|
663
492
|
(function (ListAgentsResponse) {
|
|
664
|
-
/**
|
|
665
|
-
* @internal
|
|
666
|
-
*/
|
|
667
493
|
ListAgentsResponse.filterSensitiveLog = (obj) => ({
|
|
668
494
|
...obj,
|
|
669
495
|
});
|
|
@@ -689,81 +515,54 @@ var Operator;
|
|
|
689
515
|
})(Operator = exports.Operator || (exports.Operator = {}));
|
|
690
516
|
var LocationFilter;
|
|
691
517
|
(function (LocationFilter) {
|
|
692
|
-
/**
|
|
693
|
-
* @internal
|
|
694
|
-
*/
|
|
695
518
|
LocationFilter.filterSensitiveLog = (obj) => ({
|
|
696
519
|
...obj,
|
|
697
520
|
});
|
|
698
521
|
})(LocationFilter = exports.LocationFilter || (exports.LocationFilter = {}));
|
|
699
522
|
var ListLocationsRequest;
|
|
700
523
|
(function (ListLocationsRequest) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
524
|
ListLocationsRequest.filterSensitiveLog = (obj) => ({
|
|
705
525
|
...obj,
|
|
706
526
|
});
|
|
707
527
|
})(ListLocationsRequest = exports.ListLocationsRequest || (exports.ListLocationsRequest = {}));
|
|
708
528
|
var LocationListEntry;
|
|
709
529
|
(function (LocationListEntry) {
|
|
710
|
-
/**
|
|
711
|
-
* @internal
|
|
712
|
-
*/
|
|
713
530
|
LocationListEntry.filterSensitiveLog = (obj) => ({
|
|
714
531
|
...obj,
|
|
715
532
|
});
|
|
716
533
|
})(LocationListEntry = exports.LocationListEntry || (exports.LocationListEntry = {}));
|
|
717
534
|
var ListLocationsResponse;
|
|
718
535
|
(function (ListLocationsResponse) {
|
|
719
|
-
/**
|
|
720
|
-
* @internal
|
|
721
|
-
*/
|
|
722
536
|
ListLocationsResponse.filterSensitiveLog = (obj) => ({
|
|
723
537
|
...obj,
|
|
724
538
|
});
|
|
725
539
|
})(ListLocationsResponse = exports.ListLocationsResponse || (exports.ListLocationsResponse = {}));
|
|
726
540
|
var ListTagsForResourceRequest;
|
|
727
541
|
(function (ListTagsForResourceRequest) {
|
|
728
|
-
/**
|
|
729
|
-
* @internal
|
|
730
|
-
*/
|
|
731
542
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
732
543
|
...obj,
|
|
733
544
|
});
|
|
734
545
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
735
546
|
var ListTagsForResourceResponse;
|
|
736
547
|
(function (ListTagsForResourceResponse) {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
548
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
741
549
|
...obj,
|
|
742
550
|
});
|
|
743
551
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
744
552
|
var ListTaskExecutionsRequest;
|
|
745
553
|
(function (ListTaskExecutionsRequest) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
554
|
ListTaskExecutionsRequest.filterSensitiveLog = (obj) => ({
|
|
750
555
|
...obj,
|
|
751
556
|
});
|
|
752
557
|
})(ListTaskExecutionsRequest = exports.ListTaskExecutionsRequest || (exports.ListTaskExecutionsRequest = {}));
|
|
753
558
|
var TaskExecutionListEntry;
|
|
754
559
|
(function (TaskExecutionListEntry) {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
560
|
TaskExecutionListEntry.filterSensitiveLog = (obj) => ({
|
|
759
561
|
...obj,
|
|
760
562
|
});
|
|
761
563
|
})(TaskExecutionListEntry = exports.TaskExecutionListEntry || (exports.TaskExecutionListEntry = {}));
|
|
762
564
|
var ListTaskExecutionsResponse;
|
|
763
565
|
(function (ListTaskExecutionsResponse) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
566
|
ListTaskExecutionsResponse.filterSensitiveLog = (obj) => ({
|
|
768
567
|
...obj,
|
|
769
568
|
});
|
|
@@ -775,135 +574,90 @@ var TaskFilterName;
|
|
|
775
574
|
})(TaskFilterName = exports.TaskFilterName || (exports.TaskFilterName = {}));
|
|
776
575
|
var TaskFilter;
|
|
777
576
|
(function (TaskFilter) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
577
|
TaskFilter.filterSensitiveLog = (obj) => ({
|
|
782
578
|
...obj,
|
|
783
579
|
});
|
|
784
580
|
})(TaskFilter = exports.TaskFilter || (exports.TaskFilter = {}));
|
|
785
581
|
var ListTasksRequest;
|
|
786
582
|
(function (ListTasksRequest) {
|
|
787
|
-
/**
|
|
788
|
-
* @internal
|
|
789
|
-
*/
|
|
790
583
|
ListTasksRequest.filterSensitiveLog = (obj) => ({
|
|
791
584
|
...obj,
|
|
792
585
|
});
|
|
793
586
|
})(ListTasksRequest = exports.ListTasksRequest || (exports.ListTasksRequest = {}));
|
|
794
587
|
var TaskListEntry;
|
|
795
588
|
(function (TaskListEntry) {
|
|
796
|
-
/**
|
|
797
|
-
* @internal
|
|
798
|
-
*/
|
|
799
589
|
TaskListEntry.filterSensitiveLog = (obj) => ({
|
|
800
590
|
...obj,
|
|
801
591
|
});
|
|
802
592
|
})(TaskListEntry = exports.TaskListEntry || (exports.TaskListEntry = {}));
|
|
803
593
|
var ListTasksResponse;
|
|
804
594
|
(function (ListTasksResponse) {
|
|
805
|
-
/**
|
|
806
|
-
* @internal
|
|
807
|
-
*/
|
|
808
595
|
ListTasksResponse.filterSensitiveLog = (obj) => ({
|
|
809
596
|
...obj,
|
|
810
597
|
});
|
|
811
598
|
})(ListTasksResponse = exports.ListTasksResponse || (exports.ListTasksResponse = {}));
|
|
812
599
|
var StartTaskExecutionRequest;
|
|
813
600
|
(function (StartTaskExecutionRequest) {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
601
|
StartTaskExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
818
602
|
...obj,
|
|
819
603
|
});
|
|
820
604
|
})(StartTaskExecutionRequest = exports.StartTaskExecutionRequest || (exports.StartTaskExecutionRequest = {}));
|
|
821
605
|
var StartTaskExecutionResponse;
|
|
822
606
|
(function (StartTaskExecutionResponse) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
607
|
StartTaskExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
827
608
|
...obj,
|
|
828
609
|
});
|
|
829
610
|
})(StartTaskExecutionResponse = exports.StartTaskExecutionResponse || (exports.StartTaskExecutionResponse = {}));
|
|
830
611
|
var TagResourceRequest;
|
|
831
612
|
(function (TagResourceRequest) {
|
|
832
|
-
/**
|
|
833
|
-
* @internal
|
|
834
|
-
*/
|
|
835
613
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
836
614
|
...obj,
|
|
837
615
|
});
|
|
838
616
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
839
617
|
var TagResourceResponse;
|
|
840
618
|
(function (TagResourceResponse) {
|
|
841
|
-
/**
|
|
842
|
-
* @internal
|
|
843
|
-
*/
|
|
844
619
|
TagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
845
620
|
...obj,
|
|
846
621
|
});
|
|
847
622
|
})(TagResourceResponse = exports.TagResourceResponse || (exports.TagResourceResponse = {}));
|
|
848
623
|
var UntagResourceRequest;
|
|
849
624
|
(function (UntagResourceRequest) {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
625
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
854
626
|
...obj,
|
|
855
627
|
});
|
|
856
628
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
857
629
|
var UntagResourceResponse;
|
|
858
630
|
(function (UntagResourceResponse) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
631
|
UntagResourceResponse.filterSensitiveLog = (obj) => ({
|
|
863
632
|
...obj,
|
|
864
633
|
});
|
|
865
634
|
})(UntagResourceResponse = exports.UntagResourceResponse || (exports.UntagResourceResponse = {}));
|
|
866
635
|
var UpdateAgentRequest;
|
|
867
636
|
(function (UpdateAgentRequest) {
|
|
868
|
-
/**
|
|
869
|
-
* @internal
|
|
870
|
-
*/
|
|
871
637
|
UpdateAgentRequest.filterSensitiveLog = (obj) => ({
|
|
872
638
|
...obj,
|
|
873
639
|
});
|
|
874
640
|
})(UpdateAgentRequest = exports.UpdateAgentRequest || (exports.UpdateAgentRequest = {}));
|
|
875
641
|
var UpdateAgentResponse;
|
|
876
642
|
(function (UpdateAgentResponse) {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
643
|
UpdateAgentResponse.filterSensitiveLog = (obj) => ({
|
|
881
644
|
...obj,
|
|
882
645
|
});
|
|
883
646
|
})(UpdateAgentResponse = exports.UpdateAgentResponse || (exports.UpdateAgentResponse = {}));
|
|
884
647
|
var UpdateLocationNfsRequest;
|
|
885
648
|
(function (UpdateLocationNfsRequest) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
649
|
UpdateLocationNfsRequest.filterSensitiveLog = (obj) => ({
|
|
890
650
|
...obj,
|
|
891
651
|
});
|
|
892
652
|
})(UpdateLocationNfsRequest = exports.UpdateLocationNfsRequest || (exports.UpdateLocationNfsRequest = {}));
|
|
893
653
|
var UpdateLocationNfsResponse;
|
|
894
654
|
(function (UpdateLocationNfsResponse) {
|
|
895
|
-
/**
|
|
896
|
-
* @internal
|
|
897
|
-
*/
|
|
898
655
|
UpdateLocationNfsResponse.filterSensitiveLog = (obj) => ({
|
|
899
656
|
...obj,
|
|
900
657
|
});
|
|
901
658
|
})(UpdateLocationNfsResponse = exports.UpdateLocationNfsResponse || (exports.UpdateLocationNfsResponse = {}));
|
|
902
659
|
var UpdateLocationObjectStorageRequest;
|
|
903
660
|
(function (UpdateLocationObjectStorageRequest) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
661
|
UpdateLocationObjectStorageRequest.filterSensitiveLog = (obj) => ({
|
|
908
662
|
...obj,
|
|
909
663
|
...(obj.SecretKey && { SecretKey: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -911,18 +665,12 @@ var UpdateLocationObjectStorageRequest;
|
|
|
911
665
|
})(UpdateLocationObjectStorageRequest = exports.UpdateLocationObjectStorageRequest || (exports.UpdateLocationObjectStorageRequest = {}));
|
|
912
666
|
var UpdateLocationObjectStorageResponse;
|
|
913
667
|
(function (UpdateLocationObjectStorageResponse) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
668
|
UpdateLocationObjectStorageResponse.filterSensitiveLog = (obj) => ({
|
|
918
669
|
...obj,
|
|
919
670
|
});
|
|
920
671
|
})(UpdateLocationObjectStorageResponse = exports.UpdateLocationObjectStorageResponse || (exports.UpdateLocationObjectStorageResponse = {}));
|
|
921
672
|
var UpdateLocationSmbRequest;
|
|
922
673
|
(function (UpdateLocationSmbRequest) {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
674
|
UpdateLocationSmbRequest.filterSensitiveLog = (obj) => ({
|
|
927
675
|
...obj,
|
|
928
676
|
...(obj.Password && { Password: smithy_client_1.SENSITIVE_STRING }),
|
|
@@ -930,47 +678,31 @@ var UpdateLocationSmbRequest;
|
|
|
930
678
|
})(UpdateLocationSmbRequest = exports.UpdateLocationSmbRequest || (exports.UpdateLocationSmbRequest = {}));
|
|
931
679
|
var UpdateLocationSmbResponse;
|
|
932
680
|
(function (UpdateLocationSmbResponse) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
681
|
UpdateLocationSmbResponse.filterSensitiveLog = (obj) => ({
|
|
937
682
|
...obj,
|
|
938
683
|
});
|
|
939
684
|
})(UpdateLocationSmbResponse = exports.UpdateLocationSmbResponse || (exports.UpdateLocationSmbResponse = {}));
|
|
940
685
|
var UpdateTaskRequest;
|
|
941
686
|
(function (UpdateTaskRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
687
|
UpdateTaskRequest.filterSensitiveLog = (obj) => ({
|
|
946
688
|
...obj,
|
|
947
689
|
});
|
|
948
690
|
})(UpdateTaskRequest = exports.UpdateTaskRequest || (exports.UpdateTaskRequest = {}));
|
|
949
691
|
var UpdateTaskResponse;
|
|
950
692
|
(function (UpdateTaskResponse) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
693
|
UpdateTaskResponse.filterSensitiveLog = (obj) => ({
|
|
955
694
|
...obj,
|
|
956
695
|
});
|
|
957
696
|
})(UpdateTaskResponse = exports.UpdateTaskResponse || (exports.UpdateTaskResponse = {}));
|
|
958
697
|
var UpdateTaskExecutionRequest;
|
|
959
698
|
(function (UpdateTaskExecutionRequest) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
699
|
UpdateTaskExecutionRequest.filterSensitiveLog = (obj) => ({
|
|
964
700
|
...obj,
|
|
965
701
|
});
|
|
966
702
|
})(UpdateTaskExecutionRequest = exports.UpdateTaskExecutionRequest || (exports.UpdateTaskExecutionRequest = {}));
|
|
967
703
|
var UpdateTaskExecutionResponse;
|
|
968
704
|
(function (UpdateTaskExecutionResponse) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
705
|
UpdateTaskExecutionResponse.filterSensitiveLog = (obj) => ({
|
|
973
706
|
...obj,
|
|
974
707
|
});
|
|
975
708
|
})(UpdateTaskExecutionResponse = exports.UpdateTaskExecutionResponse || (exports.UpdateTaskExecutionResponse = {}));
|
|
976
|
-
//# sourceMappingURL=models_0.js.map
|