@aws-sdk/client-device-farm 3.50.0 → 3.53.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 +27 -0
- package/dist-cjs/index.js +3 -0
- package/dist-cjs/models/DeviceFarmServiceException.js +11 -0
- package/dist-cjs/models/models_0.js +165 -5
- package/dist-cjs/protocols/Aws_json1_1.js +724 -2680
- package/dist-es/index.js +1 -0
- package/dist-es/models/DeviceFarmServiceException.js +12 -0
- package/dist-es/models/models_0.js +149 -1
- package/dist-es/protocols/Aws_json1_1.js +1643 -2965
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/DeviceFarmServiceException.d.ts +10 -0
- package/dist-types/models/models_0.d.ts +74 -55
- package/dist-types/ts3.4/DeviceFarm.d.ts +390 -0
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +150 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +77 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2885 -0
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +19 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/package.json +33 -33
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.