@aws-sdk/client-lookoutequipment 3.1086.0 → 3.1088.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/LookoutEquipment.d.ts +167 -193
- package/dist-types/ts3.4/LookoutEquipmentClient.d.ts +13 -47
- 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/CreateDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateLabelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateLabelGroupCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateModelCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteLabelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDataIngestionJobCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLabelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeLabelGroupCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ImportDatasetCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ImportModelVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDataIngestionJobsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInferenceEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListInferenceExecutionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListInferenceSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListLabelGroupsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListLabelsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListModelVersionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRetrainingSchedulersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSensorStatisticsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartDataIngestionJobCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StartInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StartRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/StopInferenceSchedulerCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRetrainingSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateActiveModelVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateInferenceSchedulerCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateLabelGroupCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateModelCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateRetrainingSchedulerCommand.d.ts +4 -6
- 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 +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListLabelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListModelsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39