@aws-sdk/client-dataexchange 3.31.0 → 3.35.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 +39 -0
- package/{dist/cjs → dist-cjs}/DataExchange.js +76 -1
- package/dist-cjs/DataExchange.js.map +1 -0
- package/{dist/cjs → dist-cjs}/DataExchangeClient.js +14 -14
- package/dist-cjs/DataExchangeClient.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CancelJobCommand.js +5 -5
- package/dist-cjs/commands/CancelJobCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateDataSetCommand.js +5 -5
- package/dist-cjs/commands/CreateDataSetCommand.js.map +1 -0
- package/dist-cjs/commands/CreateEventActionCommand.js +61 -0
- package/dist-cjs/commands/CreateEventActionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateJobCommand.js +5 -5
- package/dist-cjs/commands/CreateJobCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/CreateRevisionCommand.js +5 -5
- package/dist-cjs/commands/CreateRevisionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteAssetCommand.js +5 -5
- package/dist-cjs/commands/DeleteAssetCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteDataSetCommand.js +5 -5
- package/dist-cjs/commands/DeleteDataSetCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEventActionCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventActionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/DeleteRevisionCommand.js +5 -5
- package/dist-cjs/commands/DeleteRevisionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetAssetCommand.js +5 -5
- package/dist-cjs/commands/GetAssetCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetDataSetCommand.js +5 -5
- package/dist-cjs/commands/GetDataSetCommand.js.map +1 -0
- package/dist-cjs/commands/GetEventActionCommand.js +61 -0
- package/dist-cjs/commands/GetEventActionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetJobCommand.js +5 -5
- package/dist-cjs/commands/GetJobCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/GetRevisionCommand.js +5 -5
- package/dist-cjs/commands/GetRevisionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListDataSetRevisionsCommand.js +5 -5
- package/dist-cjs/commands/ListDataSetRevisionsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListDataSetsCommand.js +5 -5
- package/dist-cjs/commands/ListDataSetsCommand.js.map +1 -0
- package/dist-cjs/commands/ListEventActionsCommand.js +61 -0
- package/dist-cjs/commands/ListEventActionsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListJobsCommand.js +5 -5
- package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListRevisionAssetsCommand.js +5 -5
- package/dist-cjs/commands/ListRevisionAssetsCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +5 -5
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/StartJobCommand.js +5 -5
- package/dist-cjs/commands/StartJobCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +5 -5
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +5 -5
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateAssetCommand.js +5 -5
- package/dist-cjs/commands/UpdateAssetCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateDataSetCommand.js +5 -5
- package/dist-cjs/commands/UpdateDataSetCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateEventActionCommand.js +61 -0
- package/dist-cjs/commands/UpdateEventActionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/commands/UpdateRevisionCommand.js +5 -5
- package/dist-cjs/commands/UpdateRevisionCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -1
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +40 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +1 -1
- package/{dist/cjs → dist-cjs}/models/index.js.map +1 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +156 -11
- package/dist-cjs/models/models_0.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js.map +1 -1
- package/{dist/cjs → dist-cjs}/pagination/ListDataSetRevisionsPaginator.js +1 -1
- package/dist-cjs/pagination/ListDataSetRevisionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListDataSetsPaginator.js +1 -1
- package/dist-cjs/pagination/ListDataSetsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListEventActionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListEventActionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListJobsPaginator.js +1 -1
- package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRevisionAssetsPaginator.js +1 -1
- package/dist-cjs/pagination/ListRevisionAssetsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +916 -243
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +5 -4
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +10 -9
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +1 -1
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -1
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/{dist/es → dist-es}/DataExchange.js +77 -5
- package/dist-es/DataExchange.js.map +1 -0
- package/{dist/es → dist-es}/DataExchangeClient.js +2 -10
- package/dist-es/DataExchangeClient.js.map +1 -0
- package/{dist/es → dist-es}/commands/CancelJobCommand.js +4 -29
- package/dist-es/commands/CancelJobCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateDataSetCommand.js +4 -29
- package/dist-es/commands/CreateDataSetCommand.js.map +1 -0
- package/dist-es/commands/CreateEventActionCommand.js +40 -0
- package/dist-es/commands/CreateEventActionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateJobCommand.js +4 -29
- package/dist-es/commands/CreateJobCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/CreateRevisionCommand.js +4 -29
- package/dist-es/commands/CreateRevisionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteAssetCommand.js +4 -29
- package/dist-es/commands/DeleteAssetCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteDataSetCommand.js +4 -29
- package/dist-es/commands/DeleteDataSetCommand.js.map +1 -0
- package/dist-es/commands/DeleteEventActionCommand.js +40 -0
- package/dist-es/commands/DeleteEventActionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/DeleteRevisionCommand.js +4 -29
- package/dist-es/commands/DeleteRevisionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetAssetCommand.js +4 -29
- package/dist-es/commands/GetAssetCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetDataSetCommand.js +4 -29
- package/dist-es/commands/GetDataSetCommand.js.map +1 -0
- package/dist-es/commands/GetEventActionCommand.js +40 -0
- package/dist-es/commands/GetEventActionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetJobCommand.js +4 -29
- package/dist-es/commands/GetJobCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/GetRevisionCommand.js +4 -29
- package/dist-es/commands/GetRevisionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListDataSetRevisionsCommand.js +4 -29
- package/dist-es/commands/ListDataSetRevisionsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListDataSetsCommand.js +4 -29
- package/dist-es/commands/ListDataSetsCommand.js.map +1 -0
- package/dist-es/commands/ListEventActionsCommand.js +40 -0
- package/dist-es/commands/ListEventActionsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListJobsCommand.js +4 -29
- package/dist-es/commands/ListJobsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListRevisionAssetsCommand.js +4 -29
- package/dist-es/commands/ListRevisionAssetsCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -29
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/StartJobCommand.js +4 -29
- package/dist-es/commands/StartJobCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -29
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -29
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateAssetCommand.js +4 -29
- package/dist-es/commands/UpdateAssetCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateDataSetCommand.js +4 -29
- package/dist-es/commands/UpdateDataSetCommand.js.map +1 -0
- package/dist-es/commands/UpdateEventActionCommand.js +40 -0
- package/dist-es/commands/UpdateEventActionCommand.js.map +1 -0
- package/{dist/es → dist-es}/commands/UpdateRevisionCommand.js +4 -29
- package/dist-es/commands/UpdateRevisionCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +1 -1
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +6 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +79 -222
- package/dist-es/models/models_0.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js.map +1 -1
- package/{dist/es → dist-es}/pagination/ListDataSetRevisionsPaginator.js +17 -29
- package/dist-es/pagination/ListDataSetRevisionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListDataSetsPaginator.js +17 -29
- package/dist-es/pagination/ListDataSetsPaginator.js.map +1 -0
- package/dist-es/pagination/ListEventActionsPaginator.js +75 -0
- package/dist-es/pagination/ListEventActionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListJobsPaginator.js +17 -29
- package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListRevisionAssetsPaginator.js +17 -29
- package/dist-es/pagination/ListRevisionAssetsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +1315 -576
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -4
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.js +2 -5
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -3
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -4
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/{dist/types → dist-types}/DataExchange.d.ts +37 -2
- package/{dist/types → dist-types}/DataExchangeClient.d.ts +15 -10
- package/{dist/types → dist-types}/commands/CancelJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateDataSetCommand.d.ts +2 -2
- package/dist-types/commands/CreateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/CreateJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/commands/DeleteEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/DeleteRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetDataSetCommand.d.ts +2 -2
- package/dist-types/commands/GetEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/GetJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDataSetRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/commands/ListEventActionsCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/ListJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListRevisionAssetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/StartJobCommand.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/UpdateAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateDataSetCommand.d.ts +2 -2
- package/dist-types/commands/UpdateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/commands/UpdateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +6 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +324 -11
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListEventActionsPaginator.d.ts +4 -0
- package/{dist/types → dist-types}/pagination/ListJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
- package/{dist/types/ts3.4 → dist-types}/protocols/Aws_restJson1.d.ts +83 -68
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/DataExchange.d.ts +37 -2
- package/{dist/types → dist-types}/ts3.4/DataExchangeClient.d.ts +15 -10
- package/{dist/types → dist-types}/ts3.4/commands/CancelJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/CreateJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/CreateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/GetJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/GetRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListDataSetsCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListJobsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListRevisionAssetsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/StartJobCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateAssetCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/commands/UpdateDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +6 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +324 -11
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDataSetsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/pagination/ListEventActionsPaginator.d.ts +4 -0
- package/{dist/types → dist-types}/ts3.4/pagination/ListJobsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListRevisionAssetsPaginator.d.ts +1 -1
- package/{dist/types → dist-types/ts3.4}/protocols/Aws_restJson1.d.ts +83 -68
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/{DataExchange.ts → src/DataExchange.ts} +188 -2
- package/{DataExchangeClient.ts → src/DataExchangeClient.ts} +58 -42
- package/{commands → src/commands}/CancelJobCommand.ts +8 -7
- package/{commands → src/commands}/CreateDataSetCommand.ts +8 -7
- package/src/commands/CreateEventActionCommand.ts +95 -0
- package/{commands → src/commands}/CreateJobCommand.ts +8 -7
- package/{commands → src/commands}/CreateRevisionCommand.ts +8 -7
- package/{commands → src/commands}/DeleteAssetCommand.ts +8 -7
- package/{commands → src/commands}/DeleteDataSetCommand.ts +8 -7
- package/src/commands/DeleteEventActionCommand.ts +95 -0
- package/{commands → src/commands}/DeleteRevisionCommand.ts +8 -7
- package/{commands → src/commands}/GetAssetCommand.ts +8 -7
- package/{commands → src/commands}/GetDataSetCommand.ts +8 -7
- package/src/commands/GetEventActionCommand.ts +95 -0
- package/{commands → src/commands}/GetJobCommand.ts +5 -4
- package/{commands → src/commands}/GetRevisionCommand.ts +8 -7
- package/{commands → src/commands}/ListDataSetRevisionsCommand.ts +8 -7
- package/{commands → src/commands}/ListDataSetsCommand.ts +8 -7
- package/src/commands/ListEventActionsCommand.ts +95 -0
- package/{commands → src/commands}/ListJobsCommand.ts +8 -7
- package/{commands → src/commands}/ListRevisionAssetsCommand.ts +8 -7
- package/{commands → src/commands}/ListTagsForResourceCommand.ts +8 -7
- package/{commands → src/commands}/StartJobCommand.ts +8 -7
- package/{commands → src/commands}/TagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UntagResourceCommand.ts +8 -7
- package/{commands → src/commands}/UpdateAssetCommand.ts +8 -7
- package/{commands → src/commands}/UpdateDataSetCommand.ts +8 -7
- package/src/commands/UpdateEventActionCommand.ts +95 -0
- package/{commands → src/commands}/UpdateRevisionCommand.ts +8 -7
- package/{endpoints.ts → src/endpoints.ts} +1 -1
- package/{index.ts → src/index.ts} +6 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +413 -11
- package/{pagination → src/pagination}/Interfaces.ts +2 -1
- package/{pagination → src/pagination}/ListDataSetRevisionsPaginator.ts +4 -3
- package/{pagination → src/pagination}/ListDataSetsPaginator.ts +4 -3
- package/src/pagination/ListEventActionsPaginator.ts +59 -0
- package/{pagination → src/pagination}/ListJobsPaginator.ts +3 -2
- package/{pagination → src/pagination}/ListRevisionAssetsPaginator.ts +4 -3
- package/{protocols → src/protocols}/Aws_restJson1.ts +844 -72
- package/{runtimeConfig.browser.ts → src/runtimeConfig.browser.ts} +3 -2
- package/{runtimeConfig.native.ts → src/runtimeConfig.native.ts} +1 -0
- package/{runtimeConfig.shared.ts → src/runtimeConfig.shared.ts} +2 -1
- package/{runtimeConfig.ts → src/runtimeConfig.ts} +4 -3
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/dist/cjs/DataExchange.js.map +0 -1
- package/dist/cjs/DataExchangeClient.js.map +0 -1
- package/dist/cjs/commands/CancelJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateJobCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/GetAssetCommand.js.map +0 -1
- package/dist/cjs/commands/GetDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/ListDataSetRevisionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDataSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRevisionAssetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/StartJobCommand.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/UpdateAssetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDataSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRevisionCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -34
- package/dist/cjs/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/ListDataSetRevisionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDataSetsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRevisionAssetsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.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/DataExchange.js.map +0 -1
- package/dist/es/DataExchangeClient.js.map +0 -1
- package/dist/es/commands/CancelJobCommand.js.map +0 -1
- package/dist/es/commands/CreateDataSetCommand.js.map +0 -1
- package/dist/es/commands/CreateJobCommand.js.map +0 -1
- package/dist/es/commands/CreateRevisionCommand.js.map +0 -1
- package/dist/es/commands/DeleteAssetCommand.js.map +0 -1
- package/dist/es/commands/DeleteDataSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRevisionCommand.js.map +0 -1
- package/dist/es/commands/GetAssetCommand.js.map +0 -1
- package/dist/es/commands/GetDataSetCommand.js.map +0 -1
- package/dist/es/commands/GetJobCommand.js.map +0 -1
- package/dist/es/commands/GetRevisionCommand.js.map +0 -1
- package/dist/es/commands/ListDataSetRevisionsCommand.js.map +0 -1
- package/dist/es/commands/ListDataSetsCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListRevisionAssetsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/StartJobCommand.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/UpdateAssetCommand.js.map +0 -1
- package/dist/es/commands/UpdateDataSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRevisionCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- 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/ListDataSetRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDataSetsPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRevisionAssetsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.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
|
@@ -1,10 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
|
+
|
|
2
3
|
import { CancelJobCommand, CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
3
4
|
import {
|
|
4
5
|
CreateDataSetCommand,
|
|
5
6
|
CreateDataSetCommandInput,
|
|
6
7
|
CreateDataSetCommandOutput,
|
|
7
8
|
} from "./commands/CreateDataSetCommand";
|
|
9
|
+
import {
|
|
10
|
+
CreateEventActionCommand,
|
|
11
|
+
CreateEventActionCommandInput,
|
|
12
|
+
CreateEventActionCommandOutput,
|
|
13
|
+
} from "./commands/CreateEventActionCommand";
|
|
8
14
|
import { CreateJobCommand, CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
9
15
|
import {
|
|
10
16
|
CreateRevisionCommand,
|
|
@@ -17,6 +23,11 @@ import {
|
|
|
17
23
|
DeleteDataSetCommandInput,
|
|
18
24
|
DeleteDataSetCommandOutput,
|
|
19
25
|
} from "./commands/DeleteDataSetCommand";
|
|
26
|
+
import {
|
|
27
|
+
DeleteEventActionCommand,
|
|
28
|
+
DeleteEventActionCommandInput,
|
|
29
|
+
DeleteEventActionCommandOutput,
|
|
30
|
+
} from "./commands/DeleteEventActionCommand";
|
|
20
31
|
import {
|
|
21
32
|
DeleteRevisionCommand,
|
|
22
33
|
DeleteRevisionCommandInput,
|
|
@@ -24,6 +35,11 @@ import {
|
|
|
24
35
|
} from "./commands/DeleteRevisionCommand";
|
|
25
36
|
import { GetAssetCommand, GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
26
37
|
import { GetDataSetCommand, GetDataSetCommandInput, GetDataSetCommandOutput } from "./commands/GetDataSetCommand";
|
|
38
|
+
import {
|
|
39
|
+
GetEventActionCommand,
|
|
40
|
+
GetEventActionCommandInput,
|
|
41
|
+
GetEventActionCommandOutput,
|
|
42
|
+
} from "./commands/GetEventActionCommand";
|
|
27
43
|
import { GetJobCommand, GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
28
44
|
import { GetRevisionCommand, GetRevisionCommandInput, GetRevisionCommandOutput } from "./commands/GetRevisionCommand";
|
|
29
45
|
import {
|
|
@@ -36,6 +52,11 @@ import {
|
|
|
36
52
|
ListDataSetsCommandInput,
|
|
37
53
|
ListDataSetsCommandOutput,
|
|
38
54
|
} from "./commands/ListDataSetsCommand";
|
|
55
|
+
import {
|
|
56
|
+
ListEventActionsCommand,
|
|
57
|
+
ListEventActionsCommandInput,
|
|
58
|
+
ListEventActionsCommandOutput,
|
|
59
|
+
} from "./commands/ListEventActionsCommand";
|
|
39
60
|
import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
40
61
|
import {
|
|
41
62
|
ListRevisionAssetsCommand,
|
|
@@ -60,12 +81,17 @@ import {
|
|
|
60
81
|
UpdateDataSetCommandInput,
|
|
61
82
|
UpdateDataSetCommandOutput,
|
|
62
83
|
} from "./commands/UpdateDataSetCommand";
|
|
84
|
+
import {
|
|
85
|
+
UpdateEventActionCommand,
|
|
86
|
+
UpdateEventActionCommandInput,
|
|
87
|
+
UpdateEventActionCommandOutput,
|
|
88
|
+
} from "./commands/UpdateEventActionCommand";
|
|
63
89
|
import {
|
|
64
90
|
UpdateRevisionCommand,
|
|
65
91
|
UpdateRevisionCommandInput,
|
|
66
92
|
UpdateRevisionCommandOutput,
|
|
67
93
|
} from "./commands/UpdateRevisionCommand";
|
|
68
|
-
import {
|
|
94
|
+
import { DataExchangeClient } from "./DataExchangeClient";
|
|
69
95
|
|
|
70
96
|
/**
|
|
71
97
|
* <p>AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud. You can use the AWS Data Exchange APIs to create, update, manage, and access file-based data set in the AWS Cloud.</p><p>As a subscriber, you can view and access the data sets that you have an entitlement to through a subscription. You can use the APIS to download or copy your entitled data sets to Amazon S3 for use across a variety of AWS analytics and machine learning services.</p><p>As a provider, you can create and manage your data sets that you would like to publish to a product. Being able to package and provide your data sets into products requires a few steps to determine eligibility. For more information, visit the AWS Data Exchange User Guide.</p><p>A data set is a collection of data that can be changed or updated over time. Data sets can be updated using revisions, which represent a new version or incremental change to a data set. A revision contains one or more assets. An asset in AWS Data Exchange is a piece of data that can be stored as an Amazon S3 object. The asset can be a structured data file, an image file, or some other data file. Jobs are asynchronous import or export operations used to create or copy assets.</p>
|
|
@@ -129,6 +155,38 @@ export class DataExchange extends DataExchangeClient {
|
|
|
129
155
|
}
|
|
130
156
|
}
|
|
131
157
|
|
|
158
|
+
/**
|
|
159
|
+
* <p>This operation creates an event action.</p>
|
|
160
|
+
*/
|
|
161
|
+
public createEventAction(
|
|
162
|
+
args: CreateEventActionCommandInput,
|
|
163
|
+
options?: __HttpHandlerOptions
|
|
164
|
+
): Promise<CreateEventActionCommandOutput>;
|
|
165
|
+
public createEventAction(
|
|
166
|
+
args: CreateEventActionCommandInput,
|
|
167
|
+
cb: (err: any, data?: CreateEventActionCommandOutput) => void
|
|
168
|
+
): void;
|
|
169
|
+
public createEventAction(
|
|
170
|
+
args: CreateEventActionCommandInput,
|
|
171
|
+
options: __HttpHandlerOptions,
|
|
172
|
+
cb: (err: any, data?: CreateEventActionCommandOutput) => void
|
|
173
|
+
): void;
|
|
174
|
+
public createEventAction(
|
|
175
|
+
args: CreateEventActionCommandInput,
|
|
176
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateEventActionCommandOutput) => void),
|
|
177
|
+
cb?: (err: any, data?: CreateEventActionCommandOutput) => void
|
|
178
|
+
): Promise<CreateEventActionCommandOutput> | void {
|
|
179
|
+
const command = new CreateEventActionCommand(args);
|
|
180
|
+
if (typeof optionsOrCb === "function") {
|
|
181
|
+
this.send(command, optionsOrCb);
|
|
182
|
+
} else if (typeof cb === "function") {
|
|
183
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
184
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
185
|
+
} else {
|
|
186
|
+
return this.send(command, optionsOrCb);
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
132
190
|
/**
|
|
133
191
|
* <p>This operation creates a job.</p>
|
|
134
192
|
*/
|
|
@@ -245,6 +303,38 @@ export class DataExchange extends DataExchangeClient {
|
|
|
245
303
|
}
|
|
246
304
|
}
|
|
247
305
|
|
|
306
|
+
/**
|
|
307
|
+
* <p>This operation deletes the event action.</p>
|
|
308
|
+
*/
|
|
309
|
+
public deleteEventAction(
|
|
310
|
+
args: DeleteEventActionCommandInput,
|
|
311
|
+
options?: __HttpHandlerOptions
|
|
312
|
+
): Promise<DeleteEventActionCommandOutput>;
|
|
313
|
+
public deleteEventAction(
|
|
314
|
+
args: DeleteEventActionCommandInput,
|
|
315
|
+
cb: (err: any, data?: DeleteEventActionCommandOutput) => void
|
|
316
|
+
): void;
|
|
317
|
+
public deleteEventAction(
|
|
318
|
+
args: DeleteEventActionCommandInput,
|
|
319
|
+
options: __HttpHandlerOptions,
|
|
320
|
+
cb: (err: any, data?: DeleteEventActionCommandOutput) => void
|
|
321
|
+
): void;
|
|
322
|
+
public deleteEventAction(
|
|
323
|
+
args: DeleteEventActionCommandInput,
|
|
324
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteEventActionCommandOutput) => void),
|
|
325
|
+
cb?: (err: any, data?: DeleteEventActionCommandOutput) => void
|
|
326
|
+
): Promise<DeleteEventActionCommandOutput> | void {
|
|
327
|
+
const command = new DeleteEventActionCommand(args);
|
|
328
|
+
if (typeof optionsOrCb === "function") {
|
|
329
|
+
this.send(command, optionsOrCb);
|
|
330
|
+
} else if (typeof cb === "function") {
|
|
331
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
332
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
333
|
+
} else {
|
|
334
|
+
return this.send(command, optionsOrCb);
|
|
335
|
+
}
|
|
336
|
+
}
|
|
337
|
+
|
|
248
338
|
/**
|
|
249
339
|
* <p>This operation deletes a revision.</p>
|
|
250
340
|
*/
|
|
@@ -329,6 +419,38 @@ export class DataExchange extends DataExchangeClient {
|
|
|
329
419
|
}
|
|
330
420
|
}
|
|
331
421
|
|
|
422
|
+
/**
|
|
423
|
+
* <p>This operation retrieves information about an event action.</p>
|
|
424
|
+
*/
|
|
425
|
+
public getEventAction(
|
|
426
|
+
args: GetEventActionCommandInput,
|
|
427
|
+
options?: __HttpHandlerOptions
|
|
428
|
+
): Promise<GetEventActionCommandOutput>;
|
|
429
|
+
public getEventAction(
|
|
430
|
+
args: GetEventActionCommandInput,
|
|
431
|
+
cb: (err: any, data?: GetEventActionCommandOutput) => void
|
|
432
|
+
): void;
|
|
433
|
+
public getEventAction(
|
|
434
|
+
args: GetEventActionCommandInput,
|
|
435
|
+
options: __HttpHandlerOptions,
|
|
436
|
+
cb: (err: any, data?: GetEventActionCommandOutput) => void
|
|
437
|
+
): void;
|
|
438
|
+
public getEventAction(
|
|
439
|
+
args: GetEventActionCommandInput,
|
|
440
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetEventActionCommandOutput) => void),
|
|
441
|
+
cb?: (err: any, data?: GetEventActionCommandOutput) => void
|
|
442
|
+
): Promise<GetEventActionCommandOutput> | void {
|
|
443
|
+
const command = new GetEventActionCommand(args);
|
|
444
|
+
if (typeof optionsOrCb === "function") {
|
|
445
|
+
this.send(command, optionsOrCb);
|
|
446
|
+
} else if (typeof cb === "function") {
|
|
447
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
448
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
449
|
+
} else {
|
|
450
|
+
return this.send(command, optionsOrCb);
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
332
454
|
/**
|
|
333
455
|
* <p>This operation returns information about a job.</p>
|
|
334
456
|
*/
|
|
@@ -442,6 +564,38 @@ export class DataExchange extends DataExchangeClient {
|
|
|
442
564
|
}
|
|
443
565
|
}
|
|
444
566
|
|
|
567
|
+
/**
|
|
568
|
+
* <p>This operation lists your event actions.</p>
|
|
569
|
+
*/
|
|
570
|
+
public listEventActions(
|
|
571
|
+
args: ListEventActionsCommandInput,
|
|
572
|
+
options?: __HttpHandlerOptions
|
|
573
|
+
): Promise<ListEventActionsCommandOutput>;
|
|
574
|
+
public listEventActions(
|
|
575
|
+
args: ListEventActionsCommandInput,
|
|
576
|
+
cb: (err: any, data?: ListEventActionsCommandOutput) => void
|
|
577
|
+
): void;
|
|
578
|
+
public listEventActions(
|
|
579
|
+
args: ListEventActionsCommandInput,
|
|
580
|
+
options: __HttpHandlerOptions,
|
|
581
|
+
cb: (err: any, data?: ListEventActionsCommandOutput) => void
|
|
582
|
+
): void;
|
|
583
|
+
public listEventActions(
|
|
584
|
+
args: ListEventActionsCommandInput,
|
|
585
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListEventActionsCommandOutput) => void),
|
|
586
|
+
cb?: (err: any, data?: ListEventActionsCommandOutput) => void
|
|
587
|
+
): Promise<ListEventActionsCommandOutput> | void {
|
|
588
|
+
const command = new ListEventActionsCommand(args);
|
|
589
|
+
if (typeof optionsOrCb === "function") {
|
|
590
|
+
this.send(command, optionsOrCb);
|
|
591
|
+
} else if (typeof cb === "function") {
|
|
592
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
593
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
594
|
+
} else {
|
|
595
|
+
return this.send(command, optionsOrCb);
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
|
|
445
599
|
/**
|
|
446
600
|
* <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
|
|
447
601
|
*/
|
|
@@ -674,6 +828,38 @@ export class DataExchange extends DataExchangeClient {
|
|
|
674
828
|
}
|
|
675
829
|
}
|
|
676
830
|
|
|
831
|
+
/**
|
|
832
|
+
* <p>This operation updates the event action.</p>
|
|
833
|
+
*/
|
|
834
|
+
public updateEventAction(
|
|
835
|
+
args: UpdateEventActionCommandInput,
|
|
836
|
+
options?: __HttpHandlerOptions
|
|
837
|
+
): Promise<UpdateEventActionCommandOutput>;
|
|
838
|
+
public updateEventAction(
|
|
839
|
+
args: UpdateEventActionCommandInput,
|
|
840
|
+
cb: (err: any, data?: UpdateEventActionCommandOutput) => void
|
|
841
|
+
): void;
|
|
842
|
+
public updateEventAction(
|
|
843
|
+
args: UpdateEventActionCommandInput,
|
|
844
|
+
options: __HttpHandlerOptions,
|
|
845
|
+
cb: (err: any, data?: UpdateEventActionCommandOutput) => void
|
|
846
|
+
): void;
|
|
847
|
+
public updateEventAction(
|
|
848
|
+
args: UpdateEventActionCommandInput,
|
|
849
|
+
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateEventActionCommandOutput) => void),
|
|
850
|
+
cb?: (err: any, data?: UpdateEventActionCommandOutput) => void
|
|
851
|
+
): Promise<UpdateEventActionCommandOutput> | void {
|
|
852
|
+
const command = new UpdateEventActionCommand(args);
|
|
853
|
+
if (typeof optionsOrCb === "function") {
|
|
854
|
+
this.send(command, optionsOrCb);
|
|
855
|
+
} else if (typeof cb === "function") {
|
|
856
|
+
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
857
|
+
this.send(command, optionsOrCb || {}, cb);
|
|
858
|
+
} else {
|
|
859
|
+
return this.send(command, optionsOrCb);
|
|
860
|
+
}
|
|
861
|
+
}
|
|
862
|
+
|
|
677
863
|
/**
|
|
678
864
|
* <p>This operation updates a revision.</p>
|
|
679
865
|
*/
|
|
@@ -1,32 +1,3 @@
|
|
|
1
|
-
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
2
|
-
import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
|
|
3
|
-
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
4
|
-
import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "./commands/CreateRevisionCommand";
|
|
5
|
-
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
6
|
-
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
|
|
7
|
-
import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "./commands/DeleteRevisionCommand";
|
|
8
|
-
import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
9
|
-
import { GetDataSetCommandInput, GetDataSetCommandOutput } from "./commands/GetDataSetCommand";
|
|
10
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
11
|
-
import { GetRevisionCommandInput, GetRevisionCommandOutput } from "./commands/GetRevisionCommand";
|
|
12
|
-
import {
|
|
13
|
-
ListDataSetRevisionsCommandInput,
|
|
14
|
-
ListDataSetRevisionsCommandOutput,
|
|
15
|
-
} from "./commands/ListDataSetRevisionsCommand";
|
|
16
|
-
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/ListDataSetsCommand";
|
|
17
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
18
|
-
import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "./commands/ListRevisionAssetsCommand";
|
|
19
|
-
import {
|
|
20
|
-
ListTagsForResourceCommandInput,
|
|
21
|
-
ListTagsForResourceCommandOutput,
|
|
22
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
23
|
-
import { StartJobCommandInput, StartJobCommandOutput } from "./commands/StartJobCommand";
|
|
24
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
25
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
26
|
-
import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
|
|
27
|
-
import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "./commands/UpdateDataSetCommand";
|
|
28
|
-
import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "./commands/UpdateRevisionCommand";
|
|
29
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
30
1
|
import {
|
|
31
2
|
EndpointsInputConfig,
|
|
32
3
|
EndpointsResolvedConfig,
|
|
@@ -37,13 +8,13 @@ import {
|
|
|
37
8
|
} from "@aws-sdk/config-resolver";
|
|
38
9
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
39
10
|
import {
|
|
11
|
+
getHostHeaderPlugin,
|
|
40
12
|
HostHeaderInputConfig,
|
|
41
13
|
HostHeaderResolvedConfig,
|
|
42
|
-
getHostHeaderPlugin,
|
|
43
14
|
resolveHostHeaderConfig,
|
|
44
15
|
} from "@aws-sdk/middleware-host-header";
|
|
45
16
|
import { getLoggerPlugin } from "@aws-sdk/middleware-logger";
|
|
46
|
-
import {
|
|
17
|
+
import { getRetryPlugin, resolveRetryConfig, RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
47
18
|
import {
|
|
48
19
|
AwsAuthInputConfig,
|
|
49
20
|
AwsAuthResolvedConfig,
|
|
@@ -51,10 +22,10 @@ import {
|
|
|
51
22
|
resolveAwsAuthConfig,
|
|
52
23
|
} from "@aws-sdk/middleware-signing";
|
|
53
24
|
import {
|
|
54
|
-
UserAgentInputConfig,
|
|
55
|
-
UserAgentResolvedConfig,
|
|
56
25
|
getUserAgentPlugin,
|
|
57
26
|
resolveUserAgentConfig,
|
|
27
|
+
UserAgentInputConfig,
|
|
28
|
+
UserAgentResolvedConfig,
|
|
58
29
|
} from "@aws-sdk/middleware-user-agent";
|
|
59
30
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
60
31
|
import {
|
|
@@ -63,8 +34,6 @@ import {
|
|
|
63
34
|
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
64
35
|
} from "@aws-sdk/smithy-client";
|
|
65
36
|
import {
|
|
66
|
-
Provider,
|
|
67
|
-
RegionInfoProvider,
|
|
68
37
|
Credentials as __Credentials,
|
|
69
38
|
Decoder as __Decoder,
|
|
70
39
|
Encoder as __Encoder,
|
|
@@ -73,25 +42,66 @@ import {
|
|
|
73
42
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
74
43
|
Logger as __Logger,
|
|
75
44
|
Provider as __Provider,
|
|
45
|
+
Provider,
|
|
46
|
+
RegionInfoProvider,
|
|
76
47
|
StreamCollector as __StreamCollector,
|
|
77
48
|
UrlParser as __UrlParser,
|
|
78
49
|
UserAgent as __UserAgent,
|
|
79
50
|
} from "@aws-sdk/types";
|
|
80
51
|
|
|
52
|
+
import { CancelJobCommandInput, CancelJobCommandOutput } from "./commands/CancelJobCommand";
|
|
53
|
+
import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "./commands/CreateDataSetCommand";
|
|
54
|
+
import { CreateEventActionCommandInput, CreateEventActionCommandOutput } from "./commands/CreateEventActionCommand";
|
|
55
|
+
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
56
|
+
import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "./commands/CreateRevisionCommand";
|
|
57
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "./commands/DeleteAssetCommand";
|
|
58
|
+
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "./commands/DeleteDataSetCommand";
|
|
59
|
+
import { DeleteEventActionCommandInput, DeleteEventActionCommandOutput } from "./commands/DeleteEventActionCommand";
|
|
60
|
+
import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "./commands/DeleteRevisionCommand";
|
|
61
|
+
import { GetAssetCommandInput, GetAssetCommandOutput } from "./commands/GetAssetCommand";
|
|
62
|
+
import { GetDataSetCommandInput, GetDataSetCommandOutput } from "./commands/GetDataSetCommand";
|
|
63
|
+
import { GetEventActionCommandInput, GetEventActionCommandOutput } from "./commands/GetEventActionCommand";
|
|
64
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
65
|
+
import { GetRevisionCommandInput, GetRevisionCommandOutput } from "./commands/GetRevisionCommand";
|
|
66
|
+
import {
|
|
67
|
+
ListDataSetRevisionsCommandInput,
|
|
68
|
+
ListDataSetRevisionsCommandOutput,
|
|
69
|
+
} from "./commands/ListDataSetRevisionsCommand";
|
|
70
|
+
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "./commands/ListDataSetsCommand";
|
|
71
|
+
import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "./commands/ListEventActionsCommand";
|
|
72
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
73
|
+
import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "./commands/ListRevisionAssetsCommand";
|
|
74
|
+
import {
|
|
75
|
+
ListTagsForResourceCommandInput,
|
|
76
|
+
ListTagsForResourceCommandOutput,
|
|
77
|
+
} from "./commands/ListTagsForResourceCommand";
|
|
78
|
+
import { StartJobCommandInput, StartJobCommandOutput } from "./commands/StartJobCommand";
|
|
79
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
80
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
81
|
+
import { UpdateAssetCommandInput, UpdateAssetCommandOutput } from "./commands/UpdateAssetCommand";
|
|
82
|
+
import { UpdateDataSetCommandInput, UpdateDataSetCommandOutput } from "./commands/UpdateDataSetCommand";
|
|
83
|
+
import { UpdateEventActionCommandInput, UpdateEventActionCommandOutput } from "./commands/UpdateEventActionCommand";
|
|
84
|
+
import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "./commands/UpdateRevisionCommand";
|
|
85
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
86
|
+
|
|
81
87
|
export type ServiceInputTypes =
|
|
82
88
|
| CancelJobCommandInput
|
|
83
89
|
| CreateDataSetCommandInput
|
|
90
|
+
| CreateEventActionCommandInput
|
|
84
91
|
| CreateJobCommandInput
|
|
85
92
|
| CreateRevisionCommandInput
|
|
86
93
|
| DeleteAssetCommandInput
|
|
87
94
|
| DeleteDataSetCommandInput
|
|
95
|
+
| DeleteEventActionCommandInput
|
|
88
96
|
| DeleteRevisionCommandInput
|
|
89
97
|
| GetAssetCommandInput
|
|
90
98
|
| GetDataSetCommandInput
|
|
99
|
+
| GetEventActionCommandInput
|
|
91
100
|
| GetJobCommandInput
|
|
92
101
|
| GetRevisionCommandInput
|
|
93
102
|
| ListDataSetRevisionsCommandInput
|
|
94
103
|
| ListDataSetsCommandInput
|
|
104
|
+
| ListEventActionsCommandInput
|
|
95
105
|
| ListJobsCommandInput
|
|
96
106
|
| ListRevisionAssetsCommandInput
|
|
97
107
|
| ListTagsForResourceCommandInput
|
|
@@ -100,22 +110,27 @@ export type ServiceInputTypes =
|
|
|
100
110
|
| UntagResourceCommandInput
|
|
101
111
|
| UpdateAssetCommandInput
|
|
102
112
|
| UpdateDataSetCommandInput
|
|
113
|
+
| UpdateEventActionCommandInput
|
|
103
114
|
| UpdateRevisionCommandInput;
|
|
104
115
|
|
|
105
116
|
export type ServiceOutputTypes =
|
|
106
117
|
| CancelJobCommandOutput
|
|
107
118
|
| CreateDataSetCommandOutput
|
|
119
|
+
| CreateEventActionCommandOutput
|
|
108
120
|
| CreateJobCommandOutput
|
|
109
121
|
| CreateRevisionCommandOutput
|
|
110
122
|
| DeleteAssetCommandOutput
|
|
111
123
|
| DeleteDataSetCommandOutput
|
|
124
|
+
| DeleteEventActionCommandOutput
|
|
112
125
|
| DeleteRevisionCommandOutput
|
|
113
126
|
| GetAssetCommandOutput
|
|
114
127
|
| GetDataSetCommandOutput
|
|
128
|
+
| GetEventActionCommandOutput
|
|
115
129
|
| GetJobCommandOutput
|
|
116
130
|
| GetRevisionCommandOutput
|
|
117
131
|
| ListDataSetRevisionsCommandOutput
|
|
118
132
|
| ListDataSetsCommandOutput
|
|
133
|
+
| ListEventActionsCommandOutput
|
|
119
134
|
| ListJobsCommandOutput
|
|
120
135
|
| ListRevisionAssetsCommandOutput
|
|
121
136
|
| ListTagsForResourceCommandOutput
|
|
@@ -124,6 +139,7 @@ export type ServiceOutputTypes =
|
|
|
124
139
|
| UntagResourceCommandOutput
|
|
125
140
|
| UpdateAssetCommandOutput
|
|
126
141
|
| UpdateDataSetCommandOutput
|
|
142
|
+
| UpdateEventActionCommandOutput
|
|
127
143
|
| UpdateRevisionCommandOutput;
|
|
128
144
|
|
|
129
145
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -279,13 +295,13 @@ export class DataExchangeClient extends __Client<
|
|
|
279
295
|
readonly config: DataExchangeClientResolvedConfig;
|
|
280
296
|
|
|
281
297
|
constructor(configuration: DataExchangeClientConfig) {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
298
|
+
const _config_0 = __getRuntimeConfig(configuration);
|
|
299
|
+
const _config_1 = resolveRegionConfig(_config_0);
|
|
300
|
+
const _config_2 = resolveEndpointsConfig(_config_1);
|
|
301
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
302
|
+
const _config_4 = resolveHostHeaderConfig(_config_3);
|
|
303
|
+
const _config_5 = resolveAwsAuthConfig(_config_4);
|
|
304
|
+
const _config_6 = resolveUserAgentConfig(_config_5);
|
|
289
305
|
super(_config_6);
|
|
290
306
|
this.config = _config_6;
|
|
291
307
|
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
2
|
-
import { CancelJobRequest } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CancelJobCommand,
|
|
5
|
-
serializeAws_restJson1CancelJobCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
15
|
+
import { CancelJobRequest } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CancelJobCommand,
|
|
18
|
+
serializeAws_restJson1CancelJobCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CancelJobCommandInput extends CancelJobRequest {}
|
|
21
22
|
export interface CancelJobCommandOutput extends __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
2
|
-
import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateDataSetCommand,
|
|
5
|
-
serializeAws_restJson1CreateDataSetCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
15
|
+
import { CreateDataSetRequest, CreateDataSetResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateDataSetCommand,
|
|
18
|
+
serializeAws_restJson1CreateDataSetCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
|
|
21
22
|
export interface CreateDataSetCommandOutput extends CreateDataSetResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
2
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import {
|
|
5
|
+
FinalizeHandlerArguments,
|
|
6
|
+
Handler,
|
|
7
|
+
HandlerExecutionContext,
|
|
8
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
9
|
+
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
11
|
+
SerdeContext as __SerdeContext,
|
|
12
|
+
} from "@aws-sdk/types";
|
|
13
|
+
|
|
14
|
+
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
15
|
+
import { CreateEventActionRequest, CreateEventActionResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateEventActionCommand,
|
|
18
|
+
serializeAws_restJson1CreateEventActionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
21
|
+
export interface CreateEventActionCommandInput extends CreateEventActionRequest {}
|
|
22
|
+
export interface CreateEventActionCommandOutput extends CreateEventActionResponse, __MetadataBearer {}
|
|
23
|
+
|
|
24
|
+
/**
|
|
25
|
+
* <p>This operation creates an event action.</p>
|
|
26
|
+
* @example
|
|
27
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
28
|
+
* ```javascript
|
|
29
|
+
* import { DataExchangeClient, CreateEventActionCommand } from "@aws-sdk/client-dataexchange"; // ES Modules import
|
|
30
|
+
* // const { DataExchangeClient, CreateEventActionCommand } = require("@aws-sdk/client-dataexchange"); // CommonJS import
|
|
31
|
+
* const client = new DataExchangeClient(config);
|
|
32
|
+
* const command = new CreateEventActionCommand(input);
|
|
33
|
+
* const response = await client.send(command);
|
|
34
|
+
* ```
|
|
35
|
+
*
|
|
36
|
+
* @see {@link CreateEventActionCommandInput} for command's `input` shape.
|
|
37
|
+
* @see {@link CreateEventActionCommandOutput} for command's `response` shape.
|
|
38
|
+
* @see {@link DataExchangeClientResolvedConfig | config} for command's `input` shape.
|
|
39
|
+
*
|
|
40
|
+
*/
|
|
41
|
+
export class CreateEventActionCommand extends $Command<
|
|
42
|
+
CreateEventActionCommandInput,
|
|
43
|
+
CreateEventActionCommandOutput,
|
|
44
|
+
DataExchangeClientResolvedConfig
|
|
45
|
+
> {
|
|
46
|
+
// Start section: command_properties
|
|
47
|
+
// End section: command_properties
|
|
48
|
+
|
|
49
|
+
constructor(readonly input: CreateEventActionCommandInput) {
|
|
50
|
+
// Start section: command_constructor
|
|
51
|
+
super();
|
|
52
|
+
// End section: command_constructor
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/**
|
|
56
|
+
* @internal
|
|
57
|
+
*/
|
|
58
|
+
resolveMiddleware(
|
|
59
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
60
|
+
configuration: DataExchangeClientResolvedConfig,
|
|
61
|
+
options?: __HttpHandlerOptions
|
|
62
|
+
): Handler<CreateEventActionCommandInput, CreateEventActionCommandOutput> {
|
|
63
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
64
|
+
|
|
65
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
66
|
+
|
|
67
|
+
const { logger } = configuration;
|
|
68
|
+
const clientName = "DataExchangeClient";
|
|
69
|
+
const commandName = "CreateEventActionCommand";
|
|
70
|
+
const handlerExecutionContext: HandlerExecutionContext = {
|
|
71
|
+
logger,
|
|
72
|
+
clientName,
|
|
73
|
+
commandName,
|
|
74
|
+
inputFilterSensitiveLog: CreateEventActionRequest.filterSensitiveLog,
|
|
75
|
+
outputFilterSensitiveLog: CreateEventActionResponse.filterSensitiveLog,
|
|
76
|
+
};
|
|
77
|
+
const { requestHandler } = configuration;
|
|
78
|
+
return stack.resolve(
|
|
79
|
+
(request: FinalizeHandlerArguments<any>) =>
|
|
80
|
+
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
81
|
+
handlerExecutionContext
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
private serialize(input: CreateEventActionCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
86
|
+
return serializeAws_restJson1CreateEventActionCommand(input, context);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<CreateEventActionCommandOutput> {
|
|
90
|
+
return deserializeAws_restJson1CreateEventActionCommand(output, context);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
// Start section: command_body_extra
|
|
94
|
+
// End section: command_body_extra
|
|
95
|
+
}
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
2
|
-
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateJobCommand,
|
|
5
|
-
serializeAws_restJson1CreateJobCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
15
|
+
import { CreateJobRequest, CreateJobResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateJobCommand,
|
|
18
|
+
serializeAws_restJson1CreateJobCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateJobCommandInput extends CreateJobRequest {}
|
|
21
22
|
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {}
|
|
22
23
|
|
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
2
|
-
import { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1CreateRevisionCommand,
|
|
5
|
-
serializeAws_restJson1CreateRevisionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
1
|
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
2
|
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
3
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
@@ -11,12 +5,19 @@ import {
|
|
|
11
5
|
FinalizeHandlerArguments,
|
|
12
6
|
Handler,
|
|
13
7
|
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
8
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
9
|
MetadataBearer as __MetadataBearer,
|
|
10
|
+
MiddlewareStack,
|
|
17
11
|
SerdeContext as __SerdeContext,
|
|
18
12
|
} from "@aws-sdk/types";
|
|
19
13
|
|
|
14
|
+
import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
|
|
15
|
+
import { CreateRevisionRequest, CreateRevisionResponse } from "../models/models_0";
|
|
16
|
+
import {
|
|
17
|
+
deserializeAws_restJson1CreateRevisionCommand,
|
|
18
|
+
serializeAws_restJson1CreateRevisionCommand,
|
|
19
|
+
} from "../protocols/Aws_restJson1";
|
|
20
|
+
|
|
20
21
|
export interface CreateRevisionCommandInput extends CreateRevisionRequest {}
|
|
21
22
|
export interface CreateRevisionCommandOutput extends CreateRevisionResponse, __MetadataBearer {}
|
|
22
23
|
|