@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
|
@@ -16,6 +16,79 @@ export declare namespace AccessDeniedException {
|
|
|
16
16
|
*/
|
|
17
17
|
const filterSensitiveLog: (obj: AccessDeniedException) => any;
|
|
18
18
|
}
|
|
19
|
+
export declare enum ServerSideEncryptionTypes {
|
|
20
|
+
AES256 = "AES256",
|
|
21
|
+
aws_kms = "aws:kms"
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* <p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.</p>
|
|
25
|
+
*/
|
|
26
|
+
export interface ExportServerSideEncryption {
|
|
27
|
+
/**
|
|
28
|
+
* <p>The Amazon Resource Name (ARN) of the AWS KMS key you want to use to encrypt the Amazon S3 objects. This parameter is required if you choose aws:kms as an encryption type.</p>
|
|
29
|
+
*/
|
|
30
|
+
KmsKeyArn?: string;
|
|
31
|
+
/**
|
|
32
|
+
* <p>The type of server side encryption used for encrypting the objects in Amazon S3.</p>
|
|
33
|
+
*/
|
|
34
|
+
Type: ServerSideEncryptionTypes | string | undefined;
|
|
35
|
+
}
|
|
36
|
+
export declare namespace ExportServerSideEncryption {
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
const filterSensitiveLog: (obj: ExportServerSideEncryption) => any;
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
|
|
44
|
+
*/
|
|
45
|
+
export interface AutoExportRevisionDestinationEntry {
|
|
46
|
+
/**
|
|
47
|
+
* <p>The S3 bucket that is the destination for the event action.</p>
|
|
48
|
+
*/
|
|
49
|
+
Bucket: string | undefined;
|
|
50
|
+
/**
|
|
51
|
+
* <p>A string representing the pattern for generated names of the individual assets in the revision. For more information about key patterns, see <a href="https://docs.aws.amazon.com/data-exchange/latest/userguide/jobs.html#revision-export-keypatterns">Key patterns when exporting revisions</a>.</p>
|
|
52
|
+
*/
|
|
53
|
+
KeyPattern?: string;
|
|
54
|
+
}
|
|
55
|
+
export declare namespace AutoExportRevisionDestinationEntry {
|
|
56
|
+
/**
|
|
57
|
+
* @internal
|
|
58
|
+
*/
|
|
59
|
+
const filterSensitiveLog: (obj: AutoExportRevisionDestinationEntry) => any;
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* <p>Details of the operation to be performed by the job.</p>
|
|
63
|
+
*/
|
|
64
|
+
export interface AutoExportRevisionToS3RequestDetails {
|
|
65
|
+
/**
|
|
66
|
+
* <p>Encryption configuration of the export job. Includes the encryption type in addition to the AWS KMS key. The KMS key is only necessary if you chose the KMS encryption. type.</p>
|
|
67
|
+
*/
|
|
68
|
+
Encryption?: ExportServerSideEncryption;
|
|
69
|
+
/**
|
|
70
|
+
* <p>A revision destination is the Amazon S3 bucket folder destination to where the export will be sent.</p>
|
|
71
|
+
*/
|
|
72
|
+
RevisionDestination: AutoExportRevisionDestinationEntry | undefined;
|
|
73
|
+
}
|
|
74
|
+
export declare namespace AutoExportRevisionToS3RequestDetails {
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
78
|
+
const filterSensitiveLog: (obj: AutoExportRevisionToS3RequestDetails) => any;
|
|
79
|
+
}
|
|
80
|
+
export interface Action {
|
|
81
|
+
/**
|
|
82
|
+
* <p>Details of the operation to be performed by the job.</p>
|
|
83
|
+
*/
|
|
84
|
+
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace Action {
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
90
|
+
const filterSensitiveLog: (obj: Action) => any;
|
|
91
|
+
}
|
|
19
92
|
/**
|
|
20
93
|
* <p>The destination for the asset.</p>
|
|
21
94
|
*/
|
|
@@ -154,6 +227,7 @@ export declare namespace CancelJobRequest {
|
|
|
154
227
|
export declare enum ResourceType {
|
|
155
228
|
ASSET = "ASSET",
|
|
156
229
|
DATA_SET = "DATA_SET",
|
|
230
|
+
EVENT_ACTION = "EVENT_ACTION",
|
|
157
231
|
JOB = "JOB",
|
|
158
232
|
REVISION = "REVISION"
|
|
159
233
|
}
|
|
@@ -241,6 +315,10 @@ export declare namespace ThrottlingException {
|
|
|
241
315
|
*/
|
|
242
316
|
const filterSensitiveLog: (obj: ThrottlingException) => any;
|
|
243
317
|
}
|
|
318
|
+
export declare enum ExceptionCause {
|
|
319
|
+
InsufficientS3BucketPolicy = "InsufficientS3BucketPolicy",
|
|
320
|
+
S3AccessDenied = "S3AccessDenied"
|
|
321
|
+
}
|
|
244
322
|
/**
|
|
245
323
|
* <p>The request was invalid.</p>
|
|
246
324
|
*/
|
|
@@ -251,6 +329,10 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
|
|
|
251
329
|
* <p>The message that informs you about what was invalid about the request.</p>
|
|
252
330
|
*/
|
|
253
331
|
Message: string | undefined;
|
|
332
|
+
/**
|
|
333
|
+
* <p>The message that informs you about what the exception was.</p>
|
|
334
|
+
*/
|
|
335
|
+
ExceptionCause?: ExceptionCause | string;
|
|
254
336
|
}
|
|
255
337
|
export declare namespace ValidationException {
|
|
256
338
|
/**
|
|
@@ -368,12 +450,15 @@ export declare enum LimitName {
|
|
|
368
450
|
Asset_size_in_GB = "Asset size in GB",
|
|
369
451
|
Assets_per_import_job_from_Amazon_S3 = "Assets per import job from Amazon S3",
|
|
370
452
|
Assets_per_revision = "Assets per revision",
|
|
453
|
+
Auto_export_event_actions_per_data_set = "Auto export event actions per data set",
|
|
371
454
|
Concurrent_in_progress_jobs_to_export_assets_to_Amazon_S3 = "Concurrent in progress jobs to export assets to Amazon S3",
|
|
372
455
|
Concurrent_in_progress_jobs_to_export_assets_to_a_signed_URL = "Concurrent in progress jobs to export assets to a signed URL",
|
|
456
|
+
Concurrent_in_progress_jobs_to_export_revisions_to_Amazon_S3 = "Concurrent in progress jobs to export revisions to Amazon S3",
|
|
373
457
|
Concurrent_in_progress_jobs_to_import_assets_from_Amazon_S3 = "Concurrent in progress jobs to import assets from Amazon S3",
|
|
374
458
|
Concurrent_in_progress_jobs_to_import_assets_from_a_signed_URL = "Concurrent in progress jobs to import assets from a signed URL",
|
|
375
459
|
Data_sets_per_account = "Data sets per account",
|
|
376
460
|
Data_sets_per_product = "Data sets per product",
|
|
461
|
+
Event_actions_per_account = "Event actions per account",
|
|
377
462
|
Products_per_account = "Products per account",
|
|
378
463
|
Revisions_per_data_set = "Revisions per data set"
|
|
379
464
|
}
|
|
@@ -402,28 +487,77 @@ export declare namespace ServiceLimitExceededException {
|
|
|
402
487
|
*/
|
|
403
488
|
const filterSensitiveLog: (obj: ServiceLimitExceededException) => any;
|
|
404
489
|
}
|
|
405
|
-
export
|
|
406
|
-
|
|
407
|
-
|
|
490
|
+
export interface RevisionPublished {
|
|
491
|
+
/**
|
|
492
|
+
* <p>A unique identifier.</p>
|
|
493
|
+
*/
|
|
494
|
+
DataSetId: string | undefined;
|
|
495
|
+
}
|
|
496
|
+
export declare namespace RevisionPublished {
|
|
497
|
+
/**
|
|
498
|
+
* @internal
|
|
499
|
+
*/
|
|
500
|
+
const filterSensitiveLog: (obj: RevisionPublished) => any;
|
|
501
|
+
}
|
|
502
|
+
export interface Event {
|
|
503
|
+
RevisionPublished?: RevisionPublished;
|
|
504
|
+
}
|
|
505
|
+
export declare namespace Event {
|
|
506
|
+
/**
|
|
507
|
+
* @internal
|
|
508
|
+
*/
|
|
509
|
+
const filterSensitiveLog: (obj: Event) => any;
|
|
408
510
|
}
|
|
409
511
|
/**
|
|
410
|
-
* <p>
|
|
512
|
+
* <p>The request body for CreateEventAction.</p>
|
|
411
513
|
*/
|
|
412
|
-
export interface
|
|
514
|
+
export interface CreateEventActionRequest {
|
|
413
515
|
/**
|
|
414
|
-
* <p>
|
|
516
|
+
* <p>What occurs after a certain event.</p>
|
|
415
517
|
*/
|
|
416
|
-
|
|
518
|
+
Action: Action | undefined;
|
|
417
519
|
/**
|
|
418
|
-
* <p>
|
|
520
|
+
* <p>What occurs to start an action.</p>
|
|
419
521
|
*/
|
|
420
|
-
|
|
522
|
+
Event: Event | undefined;
|
|
421
523
|
}
|
|
422
|
-
export declare namespace
|
|
524
|
+
export declare namespace CreateEventActionRequest {
|
|
423
525
|
/**
|
|
424
526
|
* @internal
|
|
425
527
|
*/
|
|
426
|
-
const filterSensitiveLog: (obj:
|
|
528
|
+
const filterSensitiveLog: (obj: CreateEventActionRequest) => any;
|
|
529
|
+
}
|
|
530
|
+
export interface CreateEventActionResponse {
|
|
531
|
+
/**
|
|
532
|
+
* <p>What occurs after a certain event.</p>
|
|
533
|
+
*/
|
|
534
|
+
Action?: Action;
|
|
535
|
+
/**
|
|
536
|
+
* <p>The ARN for the event action.</p>
|
|
537
|
+
*/
|
|
538
|
+
Arn?: string;
|
|
539
|
+
/**
|
|
540
|
+
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
541
|
+
*/
|
|
542
|
+
CreatedAt?: Date;
|
|
543
|
+
/**
|
|
544
|
+
* <p>What occurs to start an action.</p>
|
|
545
|
+
*/
|
|
546
|
+
Event?: Event;
|
|
547
|
+
/**
|
|
548
|
+
* <p>The unique identifier for the event action.</p>
|
|
549
|
+
*/
|
|
550
|
+
Id?: string;
|
|
551
|
+
/**
|
|
552
|
+
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
553
|
+
*/
|
|
554
|
+
UpdatedAt?: Date;
|
|
555
|
+
}
|
|
556
|
+
export declare namespace CreateEventActionResponse {
|
|
557
|
+
/**
|
|
558
|
+
* @internal
|
|
559
|
+
*/
|
|
560
|
+
const filterSensitiveLog: (obj: CreateEventActionResponse) => any;
|
|
427
561
|
}
|
|
428
562
|
/**
|
|
429
563
|
* <p>Details of the operation to be performed by the job.</p>
|
|
@@ -829,6 +963,7 @@ export declare enum JobErrorLimitName {
|
|
|
829
963
|
}
|
|
830
964
|
export declare enum JobErrorResourceTypes {
|
|
831
965
|
ASSET = "ASSET",
|
|
966
|
+
DATA_SET = "DATA_SET",
|
|
832
967
|
REVISION = "REVISION"
|
|
833
968
|
}
|
|
834
969
|
/**
|
|
@@ -1018,6 +1153,18 @@ export declare namespace DeleteDataSetRequest {
|
|
|
1018
1153
|
*/
|
|
1019
1154
|
const filterSensitiveLog: (obj: DeleteDataSetRequest) => any;
|
|
1020
1155
|
}
|
|
1156
|
+
export interface DeleteEventActionRequest {
|
|
1157
|
+
/**
|
|
1158
|
+
* <p>The unique identifier for the event action.</p>
|
|
1159
|
+
*/
|
|
1160
|
+
EventActionId: string | undefined;
|
|
1161
|
+
}
|
|
1162
|
+
export declare namespace DeleteEventActionRequest {
|
|
1163
|
+
/**
|
|
1164
|
+
* @internal
|
|
1165
|
+
*/
|
|
1166
|
+
const filterSensitiveLog: (obj: DeleteEventActionRequest) => any;
|
|
1167
|
+
}
|
|
1021
1168
|
export interface DeleteRevisionRequest {
|
|
1022
1169
|
/**
|
|
1023
1170
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -1168,6 +1315,50 @@ export declare namespace GetDataSetResponse {
|
|
|
1168
1315
|
*/
|
|
1169
1316
|
const filterSensitiveLog: (obj: GetDataSetResponse) => any;
|
|
1170
1317
|
}
|
|
1318
|
+
export interface GetEventActionRequest {
|
|
1319
|
+
/**
|
|
1320
|
+
* <p>The unique identifier for the event action.</p>
|
|
1321
|
+
*/
|
|
1322
|
+
EventActionId: string | undefined;
|
|
1323
|
+
}
|
|
1324
|
+
export declare namespace GetEventActionRequest {
|
|
1325
|
+
/**
|
|
1326
|
+
* @internal
|
|
1327
|
+
*/
|
|
1328
|
+
const filterSensitiveLog: (obj: GetEventActionRequest) => any;
|
|
1329
|
+
}
|
|
1330
|
+
export interface GetEventActionResponse {
|
|
1331
|
+
/**
|
|
1332
|
+
* <p>What occurs after a certain event.</p>
|
|
1333
|
+
*/
|
|
1334
|
+
Action?: Action;
|
|
1335
|
+
/**
|
|
1336
|
+
* <p>The ARN for the event action.</p>
|
|
1337
|
+
*/
|
|
1338
|
+
Arn?: string;
|
|
1339
|
+
/**
|
|
1340
|
+
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
1341
|
+
*/
|
|
1342
|
+
CreatedAt?: Date;
|
|
1343
|
+
/**
|
|
1344
|
+
* <p>What occurs to start an action.</p>
|
|
1345
|
+
*/
|
|
1346
|
+
Event?: Event;
|
|
1347
|
+
/**
|
|
1348
|
+
* <p>The unique identifier for the event action.</p>
|
|
1349
|
+
*/
|
|
1350
|
+
Id?: string;
|
|
1351
|
+
/**
|
|
1352
|
+
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
1353
|
+
*/
|
|
1354
|
+
UpdatedAt?: Date;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace GetEventActionResponse {
|
|
1357
|
+
/**
|
|
1358
|
+
* @internal
|
|
1359
|
+
*/
|
|
1360
|
+
const filterSensitiveLog: (obj: GetEventActionResponse) => any;
|
|
1361
|
+
}
|
|
1171
1362
|
export interface GetJobRequest {
|
|
1172
1363
|
/**
|
|
1173
1364
|
* <p>The unique identifier for a job.</p>
|
|
@@ -1448,6 +1639,77 @@ export declare namespace ListDataSetsResponse {
|
|
|
1448
1639
|
*/
|
|
1449
1640
|
const filterSensitiveLog: (obj: ListDataSetsResponse) => any;
|
|
1450
1641
|
}
|
|
1642
|
+
export interface ListEventActionsRequest {
|
|
1643
|
+
/**
|
|
1644
|
+
* <p>The unique identifier for the event source.</p>
|
|
1645
|
+
*/
|
|
1646
|
+
EventSourceId?: string;
|
|
1647
|
+
/**
|
|
1648
|
+
* <p>The maximum number of results returned by a single call.</p>
|
|
1649
|
+
*/
|
|
1650
|
+
MaxResults?: number;
|
|
1651
|
+
/**
|
|
1652
|
+
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
1653
|
+
*/
|
|
1654
|
+
NextToken?: string;
|
|
1655
|
+
}
|
|
1656
|
+
export declare namespace ListEventActionsRequest {
|
|
1657
|
+
/**
|
|
1658
|
+
* @internal
|
|
1659
|
+
*/
|
|
1660
|
+
const filterSensitiveLog: (obj: ListEventActionsRequest) => any;
|
|
1661
|
+
}
|
|
1662
|
+
/**
|
|
1663
|
+
* <p>An event action is an object that defines the relationship between a specific event and an automated action that will be taken on behalf of the customer.</p>
|
|
1664
|
+
*/
|
|
1665
|
+
export interface EventActionEntry {
|
|
1666
|
+
/**
|
|
1667
|
+
* <p>What occurs after a certain event.</p>
|
|
1668
|
+
*/
|
|
1669
|
+
Action: Action | undefined;
|
|
1670
|
+
/**
|
|
1671
|
+
* <p>The ARN for the event action.</p>
|
|
1672
|
+
*/
|
|
1673
|
+
Arn: string | undefined;
|
|
1674
|
+
/**
|
|
1675
|
+
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
1676
|
+
*/
|
|
1677
|
+
CreatedAt: Date | undefined;
|
|
1678
|
+
/**
|
|
1679
|
+
* <p>What occurs to start an action.</p>
|
|
1680
|
+
*/
|
|
1681
|
+
Event: Event | undefined;
|
|
1682
|
+
/**
|
|
1683
|
+
* <p>The unique identifier for the event action.</p>
|
|
1684
|
+
*/
|
|
1685
|
+
Id: string | undefined;
|
|
1686
|
+
/**
|
|
1687
|
+
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
1688
|
+
*/
|
|
1689
|
+
UpdatedAt: Date | undefined;
|
|
1690
|
+
}
|
|
1691
|
+
export declare namespace EventActionEntry {
|
|
1692
|
+
/**
|
|
1693
|
+
* @internal
|
|
1694
|
+
*/
|
|
1695
|
+
const filterSensitiveLog: (obj: EventActionEntry) => any;
|
|
1696
|
+
}
|
|
1697
|
+
export interface ListEventActionsResponse {
|
|
1698
|
+
/**
|
|
1699
|
+
* <p>The event action objects listed by the request.</p>
|
|
1700
|
+
*/
|
|
1701
|
+
EventActions?: EventActionEntry[];
|
|
1702
|
+
/**
|
|
1703
|
+
* <p>The token value retrieved from a previous call to access the next page of results.</p>
|
|
1704
|
+
*/
|
|
1705
|
+
NextToken?: string;
|
|
1706
|
+
}
|
|
1707
|
+
export declare namespace ListEventActionsResponse {
|
|
1708
|
+
/**
|
|
1709
|
+
* @internal
|
|
1710
|
+
*/
|
|
1711
|
+
const filterSensitiveLog: (obj: ListEventActionsResponse) => any;
|
|
1712
|
+
}
|
|
1451
1713
|
export interface ListJobsRequest {
|
|
1452
1714
|
/**
|
|
1453
1715
|
* <p>The unique identifier for a data set.</p>
|
|
@@ -1800,6 +2062,57 @@ export declare namespace UpdateDataSetResponse {
|
|
|
1800
2062
|
*/
|
|
1801
2063
|
const filterSensitiveLog: (obj: UpdateDataSetResponse) => any;
|
|
1802
2064
|
}
|
|
2065
|
+
/**
|
|
2066
|
+
* <p>The request body for UpdateEventAction.</p>
|
|
2067
|
+
*/
|
|
2068
|
+
export interface UpdateEventActionRequest {
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>What occurs after a certain event.</p>
|
|
2071
|
+
*/
|
|
2072
|
+
Action?: Action;
|
|
2073
|
+
/**
|
|
2074
|
+
* <p>The unique identifier for the event action.</p>
|
|
2075
|
+
*/
|
|
2076
|
+
EventActionId: string | undefined;
|
|
2077
|
+
}
|
|
2078
|
+
export declare namespace UpdateEventActionRequest {
|
|
2079
|
+
/**
|
|
2080
|
+
* @internal
|
|
2081
|
+
*/
|
|
2082
|
+
const filterSensitiveLog: (obj: UpdateEventActionRequest) => any;
|
|
2083
|
+
}
|
|
2084
|
+
export interface UpdateEventActionResponse {
|
|
2085
|
+
/**
|
|
2086
|
+
* <p>What occurs after a certain event.</p>
|
|
2087
|
+
*/
|
|
2088
|
+
Action?: Action;
|
|
2089
|
+
/**
|
|
2090
|
+
* <p>The ARN for the event action.</p>
|
|
2091
|
+
*/
|
|
2092
|
+
Arn?: string;
|
|
2093
|
+
/**
|
|
2094
|
+
* <p>The date and time that the event action was created, in ISO 8601 format.</p>
|
|
2095
|
+
*/
|
|
2096
|
+
CreatedAt?: Date;
|
|
2097
|
+
/**
|
|
2098
|
+
* <p>What occurs to start an action.</p>
|
|
2099
|
+
*/
|
|
2100
|
+
Event?: Event;
|
|
2101
|
+
/**
|
|
2102
|
+
* <p>The unique identifier for the event action.</p>
|
|
2103
|
+
*/
|
|
2104
|
+
Id?: string;
|
|
2105
|
+
/**
|
|
2106
|
+
* <p>The date and time that the event action was last updated, in ISO 8601 format.</p>
|
|
2107
|
+
*/
|
|
2108
|
+
UpdatedAt?: Date;
|
|
2109
|
+
}
|
|
2110
|
+
export declare namespace UpdateEventActionResponse {
|
|
2111
|
+
/**
|
|
2112
|
+
* @internal
|
|
2113
|
+
*/
|
|
2114
|
+
const filterSensitiveLog: (obj: UpdateEventActionResponse) => any;
|
|
2115
|
+
}
|
|
1803
2116
|
/**
|
|
1804
2117
|
* <p>The request body for UpdateRevision.</p>
|
|
1805
2118
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { DataExchange } from "../DataExchange";
|
|
2
3
|
import { DataExchangeClient } from "../DataExchangeClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface DataExchangePaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: DataExchange | DataExchangeClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
|
|
2
3
|
import { DataExchangePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListDataSetRevisions(config: DataExchangePaginationConfiguration, input: ListDataSetRevisionsCommandInput, ...additionalArguments: any): Paginator<ListDataSetRevisionsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
|
|
2
3
|
import { DataExchangePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListDataSets(config: DataExchangePaginationConfiguration, input: ListDataSetsCommandInput, ...additionalArguments: any): Paginator<ListDataSetsCommandOutput>;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "../commands/ListEventActionsCommand";
|
|
3
|
+
import { DataExchangePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListEventActions(config: DataExchangePaginationConfiguration, input: ListEventActionsCommandInput, ...additionalArguments: any): Paginator<ListEventActionsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
2
3
|
import { DataExchangePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListJobs(config: DataExchangePaginationConfiguration, input: ListJobsCommandInput, ...additionalArguments: any): Paginator<ListJobsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
|
|
2
3
|
import { DataExchangePaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListRevisionAssets(config: DataExchangePaginationConfiguration, input: ListRevisionAssetsCommandInput, ...additionalArguments: any): Paginator<ListRevisionAssetsCommandOutput>;
|
|
@@ -1,68 +1,83 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
export declare const
|
|
31
|
-
export declare const
|
|
32
|
-
export declare const
|
|
33
|
-
export declare const
|
|
34
|
-
export declare const
|
|
35
|
-
export declare const
|
|
36
|
-
export declare const
|
|
37
|
-
export declare const
|
|
38
|
-
export declare const
|
|
39
|
-
export declare const
|
|
40
|
-
export declare const
|
|
41
|
-
export declare const
|
|
42
|
-
export declare const
|
|
43
|
-
export declare const
|
|
44
|
-
export declare const
|
|
45
|
-
export declare const
|
|
46
|
-
export declare const
|
|
47
|
-
export declare const
|
|
48
|
-
export declare const
|
|
49
|
-
export declare const
|
|
50
|
-
export declare const
|
|
51
|
-
export declare const
|
|
52
|
-
export declare const
|
|
53
|
-
export declare const
|
|
54
|
-
export declare const
|
|
55
|
-
export declare const
|
|
56
|
-
export declare const
|
|
57
|
-
export declare const
|
|
58
|
-
export declare const
|
|
59
|
-
export declare const
|
|
60
|
-
export declare const
|
|
61
|
-
export declare const
|
|
62
|
-
export declare const
|
|
63
|
-
export declare const
|
|
64
|
-
export declare const
|
|
65
|
-
export declare const
|
|
66
|
-
export declare const
|
|
67
|
-
export declare const
|
|
68
|
-
export declare const
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
+
import { CancelJobCommandInput, CancelJobCommandOutput } from "../commands/CancelJobCommand";
|
|
4
|
+
import { CreateDataSetCommandInput, CreateDataSetCommandOutput } from "../commands/CreateDataSetCommand";
|
|
5
|
+
import { CreateEventActionCommandInput, CreateEventActionCommandOutput } from "../commands/CreateEventActionCommand";
|
|
6
|
+
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
7
|
+
import { CreateRevisionCommandInput, CreateRevisionCommandOutput } from "../commands/CreateRevisionCommand";
|
|
8
|
+
import { DeleteAssetCommandInput, DeleteAssetCommandOutput } from "../commands/DeleteAssetCommand";
|
|
9
|
+
import { DeleteDataSetCommandInput, DeleteDataSetCommandOutput } from "../commands/DeleteDataSetCommand";
|
|
10
|
+
import { DeleteEventActionCommandInput, DeleteEventActionCommandOutput } from "../commands/DeleteEventActionCommand";
|
|
11
|
+
import { DeleteRevisionCommandInput, DeleteRevisionCommandOutput } from "../commands/DeleteRevisionCommand";
|
|
12
|
+
import { GetAssetCommandInput, GetAssetCommandOutput } from "../commands/GetAssetCommand";
|
|
13
|
+
import { GetDataSetCommandInput, GetDataSetCommandOutput } from "../commands/GetDataSetCommand";
|
|
14
|
+
import { GetEventActionCommandInput, GetEventActionCommandOutput } from "../commands/GetEventActionCommand";
|
|
15
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
|
|
16
|
+
import { GetRevisionCommandInput, GetRevisionCommandOutput } from "../commands/GetRevisionCommand";
|
|
17
|
+
import { ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput } from "../commands/ListDataSetRevisionsCommand";
|
|
18
|
+
import { ListDataSetsCommandInput, ListDataSetsCommandOutput } from "../commands/ListDataSetsCommand";
|
|
19
|
+
import { ListEventActionsCommandInput, ListEventActionsCommandOutput } from "../commands/ListEventActionsCommand";
|
|
20
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
21
|
+
import { ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput } from "../commands/ListRevisionAssetsCommand";
|
|
22
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } 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 { UpdateEventActionCommandInput, UpdateEventActionCommandOutput } from "../commands/UpdateEventActionCommand";
|
|
29
|
+
import { UpdateRevisionCommandInput, UpdateRevisionCommandOutput } from "../commands/UpdateRevisionCommand";
|
|
30
|
+
export declare const serializeAws_restJson1CancelJobCommand: (input: CancelJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
+
export declare const serializeAws_restJson1CreateDataSetCommand: (input: CreateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
+
export declare const serializeAws_restJson1CreateEventActionCommand: (input: CreateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
+
export declare const serializeAws_restJson1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
+
export declare const serializeAws_restJson1CreateRevisionCommand: (input: CreateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
export declare const serializeAws_restJson1DeleteAssetCommand: (input: DeleteAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
+
export declare const serializeAws_restJson1DeleteDataSetCommand: (input: DeleteDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
+
export declare const serializeAws_restJson1DeleteEventActionCommand: (input: DeleteEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
+
export declare const serializeAws_restJson1DeleteRevisionCommand: (input: DeleteRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
export declare const serializeAws_restJson1GetAssetCommand: (input: GetAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
+
export declare const serializeAws_restJson1GetDataSetCommand: (input: GetDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
+
export declare const serializeAws_restJson1GetEventActionCommand: (input: GetEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
+
export declare const serializeAws_restJson1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
export declare const serializeAws_restJson1GetRevisionCommand: (input: GetRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
|
+
export declare const serializeAws_restJson1ListDataSetRevisionsCommand: (input: ListDataSetRevisionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
|
+
export declare const serializeAws_restJson1ListDataSetsCommand: (input: ListDataSetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
|
+
export declare const serializeAws_restJson1ListEventActionsCommand: (input: ListEventActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_restJson1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
|
+
export declare const serializeAws_restJson1ListRevisionAssetsCommand: (input: ListRevisionAssetsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
49
|
+
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
50
|
+
export declare const serializeAws_restJson1StartJobCommand: (input: StartJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
52
|
+
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
53
|
+
export declare const serializeAws_restJson1UpdateAssetCommand: (input: UpdateAssetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
54
|
+
export declare const serializeAws_restJson1UpdateDataSetCommand: (input: UpdateDataSetCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
export declare const serializeAws_restJson1UpdateEventActionCommand: (input: UpdateEventActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
56
|
+
export declare const serializeAws_restJson1UpdateRevisionCommand: (input: UpdateRevisionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
57
|
+
export declare const deserializeAws_restJson1CancelJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelJobCommandOutput>;
|
|
58
|
+
export declare const deserializeAws_restJson1CreateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSetCommandOutput>;
|
|
59
|
+
export declare const deserializeAws_restJson1CreateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEventActionCommandOutput>;
|
|
60
|
+
export declare const deserializeAws_restJson1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
61
|
+
export declare const deserializeAws_restJson1CreateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRevisionCommandOutput>;
|
|
62
|
+
export declare const deserializeAws_restJson1DeleteAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAssetCommandOutput>;
|
|
63
|
+
export declare const deserializeAws_restJson1DeleteDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSetCommandOutput>;
|
|
64
|
+
export declare const deserializeAws_restJson1DeleteEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventActionCommandOutput>;
|
|
65
|
+
export declare const deserializeAws_restJson1DeleteRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRevisionCommandOutput>;
|
|
66
|
+
export declare const deserializeAws_restJson1GetAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAssetCommandOutput>;
|
|
67
|
+
export declare const deserializeAws_restJson1GetDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSetCommandOutput>;
|
|
68
|
+
export declare const deserializeAws_restJson1GetEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventActionCommandOutput>;
|
|
69
|
+
export declare const deserializeAws_restJson1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
|
|
70
|
+
export declare const deserializeAws_restJson1GetRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRevisionCommandOutput>;
|
|
71
|
+
export declare const deserializeAws_restJson1ListDataSetRevisionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetRevisionsCommandOutput>;
|
|
72
|
+
export declare const deserializeAws_restJson1ListDataSetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDataSetsCommandOutput>;
|
|
73
|
+
export declare const deserializeAws_restJson1ListEventActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListEventActionsCommandOutput>;
|
|
74
|
+
export declare const deserializeAws_restJson1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
75
|
+
export declare const deserializeAws_restJson1ListRevisionAssetsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRevisionAssetsCommandOutput>;
|
|
76
|
+
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
77
|
+
export declare const deserializeAws_restJson1StartJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartJobCommandOutput>;
|
|
78
|
+
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
79
|
+
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
80
|
+
export declare const deserializeAws_restJson1UpdateAssetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAssetCommandOutput>;
|
|
81
|
+
export declare const deserializeAws_restJson1UpdateDataSetCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSetCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_restJson1UpdateEventActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEventActionCommandOutput>;
|
|
83
|
+
export declare const deserializeAws_restJson1UpdateRevisionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRevisionCommandOutput>;
|
|
@@ -32,5 +32,6 @@ export declare const getRuntimeConfig: (config: DataExchangeClientConfig) => {
|
|
|
32
32
|
signingEscapePath?: boolean | undefined;
|
|
33
33
|
systemClockOffset?: number | undefined;
|
|
34
34
|
signingRegion?: string | undefined;
|
|
35
|
+
signerConstructor?: (new (options: import("@aws-sdk/signature-v4").SignatureV4Init & import("@aws-sdk/signature-v4").SignatureV4CryptoInit) => import("@aws-sdk/types").RequestSigner) | undefined;
|
|
35
36
|
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
36
37
|
};
|