@aws-sdk/client-dataexchange 3.1087.0 → 3.1089.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/DataExchange.d.ts +130 -180
- package/dist-types/ts3.4/DataExchangeClient.d.ts +17 -60
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AcceptDataGrantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/CreateDataGrantCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDataGrantCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDataGrantCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetReceivedDataGrantCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDataGrantsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
- package/dist-types/ts3.4/commands/ListReceivedDataGrantsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartJobCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +4 -9
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +9 -27
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38