@aws-sdk/client-device-farm 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/DeviceFarm.js +1180 -0
- package/dist-cjs/DeviceFarm.js.map +1 -0
- package/dist-cjs/DeviceFarmClient.js +58 -0
- package/dist-cjs/DeviceFarmClient.js.map +1 -0
- package/dist-cjs/commands/CreateDevicePoolCommand.js +61 -0
- package/dist-cjs/commands/CreateDevicePoolCommand.js.map +1 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +62 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js.map +1 -0
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +61 -0
- package/dist-cjs/commands/CreateNetworkProfileCommand.js.map +1 -0
- package/dist-cjs/commands/CreateProjectCommand.js +61 -0
- package/dist-cjs/commands/CreateProjectCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +61 -0
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +62 -0
- package/dist-cjs/commands/CreateTestGridProjectCommand.js.map +1 -0
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +62 -0
- package/dist-cjs/commands/CreateTestGridUrlCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUploadCommand.js +61 -0
- package/dist-cjs/commands/CreateUploadCommand.js.map +1 -0
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +62 -0
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +62 -0
- package/dist-cjs/commands/DeleteDevicePoolCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +61 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +61 -0
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +62 -0
- package/dist-cjs/commands/DeleteProjectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +61 -0
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRunCommand.js +62 -0
- package/dist-cjs/commands/DeleteRunCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +67 -0
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteUploadCommand.js +61 -0
- package/dist-cjs/commands/DeleteUploadCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +62 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetDeviceCommand.js +61 -0
- package/dist-cjs/commands/GetDeviceCommand.js.map +1 -0
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +61 -0
- package/dist-cjs/commands/GetDeviceInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePoolCommand.js +61 -0
- package/dist-cjs/commands/GetDevicePoolCommand.js.map +1 -0
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +61 -0
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js.map +1 -0
- package/dist-cjs/commands/GetInstanceProfileCommand.js +61 -0
- package/dist-cjs/commands/GetInstanceProfileCommand.js.map +1 -0
- package/dist-cjs/commands/GetJobCommand.js +61 -0
- package/dist-cjs/commands/GetJobCommand.js.map +1 -0
- package/dist-cjs/commands/GetNetworkProfileCommand.js +61 -0
- package/dist-cjs/commands/GetNetworkProfileCommand.js.map +1 -0
- package/dist-cjs/commands/GetOfferingStatusCommand.js +64 -0
- package/dist-cjs/commands/GetOfferingStatusCommand.js.map +1 -0
- package/dist-cjs/commands/GetProjectCommand.js +61 -0
- package/dist-cjs/commands/GetProjectCommand.js.map +1 -0
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +61 -0
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js.map +1 -0
- package/dist-cjs/commands/GetRunCommand.js +61 -0
- package/dist-cjs/commands/GetRunCommand.js.map +1 -0
- package/dist-cjs/commands/GetSuiteCommand.js +61 -0
- package/dist-cjs/commands/GetSuiteCommand.js.map +1 -0
- package/dist-cjs/commands/GetTestCommand.js +61 -0
- package/dist-cjs/commands/GetTestCommand.js.map +1 -0
- package/dist-cjs/commands/GetTestGridProjectCommand.js +61 -0
- package/dist-cjs/commands/GetTestGridProjectCommand.js.map +1 -0
- package/dist-cjs/commands/GetTestGridSessionCommand.js +70 -0
- package/dist-cjs/commands/GetTestGridSessionCommand.js.map +1 -0
- package/dist-cjs/commands/GetUploadCommand.js +61 -0
- package/dist-cjs/commands/GetUploadCommand.js.map +1 -0
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +62 -0
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +63 -0
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js.map +1 -0
- package/dist-cjs/commands/ListArtifactsCommand.js +61 -0
- package/dist-cjs/commands/ListArtifactsCommand.js.map +1 -0
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +62 -0
- package/dist-cjs/commands/ListDeviceInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/ListDevicePoolsCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePoolsCommand.js.map +1 -0
- package/dist-cjs/commands/ListDevicesCommand.js +61 -0
- package/dist-cjs/commands/ListDevicesCommand.js.map +1 -0
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +61 -0
- package/dist-cjs/commands/ListInstanceProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListJobsCommand.js +61 -0
- package/dist-cjs/commands/ListJobsCommand.js.map +1 -0
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +61 -0
- package/dist-cjs/commands/ListNetworkProfilesCommand.js.map +1 -0
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +63 -0
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +64 -0
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +64 -0
- package/dist-cjs/commands/ListOfferingsCommand.js.map +1 -0
- package/dist-cjs/commands/ListProjectsCommand.js +61 -0
- package/dist-cjs/commands/ListProjectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +61 -0
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRunsCommand.js +61 -0
- package/dist-cjs/commands/ListRunsCommand.js.map +1 -0
- package/dist-cjs/commands/ListSamplesCommand.js +61 -0
- package/dist-cjs/commands/ListSamplesCommand.js.map +1 -0
- package/dist-cjs/commands/ListSuitesCommand.js +61 -0
- package/dist-cjs/commands/ListSuitesCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +61 -0
- package/dist-cjs/commands/ListTestGridProjectsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +61 -0
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +61 -0
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +61 -0
- package/dist-cjs/commands/ListTestGridSessionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListTestsCommand.js +61 -0
- package/dist-cjs/commands/ListTestsCommand.js.map +1 -0
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +65 -0
- package/dist-cjs/commands/ListUniqueProblemsCommand.js.map +1 -0
- package/dist-cjs/commands/ListUploadsCommand.js +61 -0
- package/dist-cjs/commands/ListUploadsCommand.js.map +1 -0
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +62 -0
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +64 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js.map +1 -0
- package/dist-cjs/commands/RenewOfferingCommand.js +63 -0
- package/dist-cjs/commands/RenewOfferingCommand.js.map +1 -0
- package/dist-cjs/commands/ScheduleRunCommand.js +61 -0
- package/dist-cjs/commands/ScheduleRunCommand.js.map +1 -0
- package/dist-cjs/commands/StopJobCommand.js +64 -0
- package/dist-cjs/commands/StopJobCommand.js.map +1 -0
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +61 -0
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js.map +1 -0
- package/dist-cjs/commands/StopRunCommand.js +64 -0
- package/dist-cjs/commands/StopRunCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +63 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +61 -0
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +63 -0
- package/dist-cjs/commands/UpdateDevicePoolCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +61 -0
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +61 -0
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +62 -0
- package/dist-cjs/commands/UpdateProjectCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +61 -0
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUploadCommand.js +61 -0
- package/dist-cjs/commands/UpdateUploadCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js.map +1 -0
- package/dist-cjs/endpoints.js +57 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +103 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +5 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/pagination/GetOfferingStatusPaginator.js +45 -0
- package/dist-cjs/pagination/GetOfferingStatusPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/dist-cjs/pagination/ListArtifactsPaginator.js +45 -0
- package/dist-cjs/pagination/ListArtifactsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListDevicePoolsPaginator.js +45 -0
- package/dist-cjs/pagination/ListDevicePoolsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListDevicesPaginator.js +45 -0
- package/dist-cjs/pagination/ListDevicesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +45 -0
- package/dist-cjs/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js +45 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +45 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListRunsPaginator.js +45 -0
- package/dist-cjs/pagination/ListRunsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSamplesPaginator.js +45 -0
- package/dist-cjs/pagination/ListSamplesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListSuitesPaginator.js +45 -0
- package/dist-cjs/pagination/ListSuitesPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +46 -0
- package/dist-cjs/pagination/ListTestGridProjectsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +46 -0
- package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +46 -0
- package/dist-cjs/pagination/ListTestGridSessionsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListTestsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +45 -0
- package/dist-cjs/pagination/ListUniqueProblemsPaginator.js.map +1 -0
- package/dist-cjs/pagination/ListUploadsPaginator.js +45 -0
- package/dist-cjs/pagination/ListUploadsPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8833 -0
- package/dist-cjs/protocols/Aws_json1_1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/dist-cjs/runtimeConfig.native.js +20 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/DeviceFarm.js +1166 -0
- package/dist-es/DeviceFarm.js.map +1 -0
- package/dist-es/DeviceFarmClient.js +38 -0
- package/dist-es/DeviceFarmClient.js.map +1 -0
- package/dist-es/commands/CreateDevicePoolCommand.js +40 -0
- package/dist-es/commands/CreateDevicePoolCommand.js.map +1 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +40 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js.map +1 -0
- package/dist-es/commands/CreateNetworkProfileCommand.js +40 -0
- package/dist-es/commands/CreateNetworkProfileCommand.js.map +1 -0
- package/dist-es/commands/CreateProjectCommand.js +40 -0
- package/dist-es/commands/CreateProjectCommand.js.map +1 -0
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +40 -0
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js.map +1 -0
- package/dist-es/commands/CreateTestGridProjectCommand.js +40 -0
- package/dist-es/commands/CreateTestGridProjectCommand.js.map +1 -0
- package/dist-es/commands/CreateTestGridUrlCommand.js +40 -0
- package/dist-es/commands/CreateTestGridUrlCommand.js.map +1 -0
- package/dist-es/commands/CreateUploadCommand.js +40 -0
- package/dist-es/commands/CreateUploadCommand.js.map +1 -0
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +40 -0
- package/dist-es/commands/CreateVPCEConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteDevicePoolCommand.js +40 -0
- package/dist-es/commands/DeleteDevicePoolCommand.js.map +1 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +40 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js.map +1 -0
- package/dist-es/commands/DeleteNetworkProfileCommand.js +40 -0
- package/dist-es/commands/DeleteNetworkProfileCommand.js.map +1 -0
- package/dist-es/commands/DeleteProjectCommand.js +40 -0
- package/dist-es/commands/DeleteProjectCommand.js.map +1 -0
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +40 -0
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js.map +1 -0
- package/dist-es/commands/DeleteRunCommand.js +40 -0
- package/dist-es/commands/DeleteRunCommand.js.map +1 -0
- package/dist-es/commands/DeleteTestGridProjectCommand.js +40 -0
- package/dist-es/commands/DeleteTestGridProjectCommand.js.map +1 -0
- package/dist-es/commands/DeleteUploadCommand.js +40 -0
- package/dist-es/commands/DeleteUploadCommand.js.map +1 -0
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +40 -0
- package/dist-es/commands/GetAccountSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetDeviceCommand.js +40 -0
- package/dist-es/commands/GetDeviceCommand.js.map +1 -0
- package/dist-es/commands/GetDeviceInstanceCommand.js +40 -0
- package/dist-es/commands/GetDeviceInstanceCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePoolCommand.js +40 -0
- package/dist-es/commands/GetDevicePoolCommand.js.map +1 -0
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +40 -0
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js.map +1 -0
- package/dist-es/commands/GetInstanceProfileCommand.js +40 -0
- package/dist-es/commands/GetInstanceProfileCommand.js.map +1 -0
- package/dist-es/commands/GetJobCommand.js +40 -0
- package/dist-es/commands/GetJobCommand.js.map +1 -0
- package/dist-es/commands/GetNetworkProfileCommand.js +40 -0
- package/dist-es/commands/GetNetworkProfileCommand.js.map +1 -0
- package/dist-es/commands/GetOfferingStatusCommand.js +40 -0
- package/dist-es/commands/GetOfferingStatusCommand.js.map +1 -0
- package/dist-es/commands/GetProjectCommand.js +40 -0
- package/dist-es/commands/GetProjectCommand.js.map +1 -0
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +40 -0
- package/dist-es/commands/GetRemoteAccessSessionCommand.js.map +1 -0
- package/dist-es/commands/GetRunCommand.js +40 -0
- package/dist-es/commands/GetRunCommand.js.map +1 -0
- package/dist-es/commands/GetSuiteCommand.js +40 -0
- package/dist-es/commands/GetSuiteCommand.js.map +1 -0
- package/dist-es/commands/GetTestCommand.js +40 -0
- package/dist-es/commands/GetTestCommand.js.map +1 -0
- package/dist-es/commands/GetTestGridProjectCommand.js +40 -0
- package/dist-es/commands/GetTestGridProjectCommand.js.map +1 -0
- package/dist-es/commands/GetTestGridSessionCommand.js +40 -0
- package/dist-es/commands/GetTestGridSessionCommand.js.map +1 -0
- package/dist-es/commands/GetUploadCommand.js +40 -0
- package/dist-es/commands/GetUploadCommand.js.map +1 -0
- package/dist-es/commands/GetVPCEConfigurationCommand.js +40 -0
- package/dist-es/commands/GetVPCEConfigurationCommand.js.map +1 -0
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +40 -0
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js.map +1 -0
- package/dist-es/commands/ListArtifactsCommand.js +40 -0
- package/dist-es/commands/ListArtifactsCommand.js.map +1 -0
- package/dist-es/commands/ListDeviceInstancesCommand.js +40 -0
- package/dist-es/commands/ListDeviceInstancesCommand.js.map +1 -0
- package/dist-es/commands/ListDevicePoolsCommand.js +40 -0
- package/dist-es/commands/ListDevicePoolsCommand.js.map +1 -0
- package/dist-es/commands/ListDevicesCommand.js +40 -0
- package/dist-es/commands/ListDevicesCommand.js.map +1 -0
- package/dist-es/commands/ListInstanceProfilesCommand.js +40 -0
- package/dist-es/commands/ListInstanceProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListJobsCommand.js +40 -0
- package/dist-es/commands/ListJobsCommand.js.map +1 -0
- package/dist-es/commands/ListNetworkProfilesCommand.js +40 -0
- package/dist-es/commands/ListNetworkProfilesCommand.js.map +1 -0
- package/dist-es/commands/ListOfferingPromotionsCommand.js +40 -0
- package/dist-es/commands/ListOfferingPromotionsCommand.js.map +1 -0
- package/dist-es/commands/ListOfferingTransactionsCommand.js +40 -0
- package/dist-es/commands/ListOfferingTransactionsCommand.js.map +1 -0
- package/dist-es/commands/ListOfferingsCommand.js +40 -0
- package/dist-es/commands/ListOfferingsCommand.js.map +1 -0
- package/dist-es/commands/ListProjectsCommand.js +40 -0
- package/dist-es/commands/ListProjectsCommand.js.map +1 -0
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +40 -0
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js.map +1 -0
- package/dist-es/commands/ListRunsCommand.js +40 -0
- package/dist-es/commands/ListRunsCommand.js.map +1 -0
- package/dist-es/commands/ListSamplesCommand.js +40 -0
- package/dist-es/commands/ListSamplesCommand.js.map +1 -0
- package/dist-es/commands/ListSuitesCommand.js +40 -0
- package/dist-es/commands/ListSuitesCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListTestGridProjectsCommand.js +40 -0
- package/dist-es/commands/ListTestGridProjectsCommand.js.map +1 -0
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +40 -0
- package/dist-es/commands/ListTestGridSessionActionsCommand.js.map +1 -0
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +40 -0
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js.map +1 -0
- package/dist-es/commands/ListTestGridSessionsCommand.js +40 -0
- package/dist-es/commands/ListTestGridSessionsCommand.js.map +1 -0
- package/dist-es/commands/ListTestsCommand.js +40 -0
- package/dist-es/commands/ListTestsCommand.js.map +1 -0
- package/dist-es/commands/ListUniqueProblemsCommand.js +40 -0
- package/dist-es/commands/ListUniqueProblemsCommand.js.map +1 -0
- package/dist-es/commands/ListUploadsCommand.js +40 -0
- package/dist-es/commands/ListUploadsCommand.js.map +1 -0
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +40 -0
- package/dist-es/commands/ListVPCEConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +40 -0
- package/dist-es/commands/PurchaseOfferingCommand.js.map +1 -0
- package/dist-es/commands/RenewOfferingCommand.js +40 -0
- package/dist-es/commands/RenewOfferingCommand.js.map +1 -0
- package/dist-es/commands/ScheduleRunCommand.js +40 -0
- package/dist-es/commands/ScheduleRunCommand.js.map +1 -0
- package/dist-es/commands/StopJobCommand.js +40 -0
- package/dist-es/commands/StopJobCommand.js.map +1 -0
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +40 -0
- package/dist-es/commands/StopRemoteAccessSessionCommand.js.map +1 -0
- package/dist-es/commands/StopRunCommand.js +40 -0
- package/dist-es/commands/StopRunCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +40 -0
- package/dist-es/commands/UpdateDeviceInstanceCommand.js.map +1 -0
- package/dist-es/commands/UpdateDevicePoolCommand.js +40 -0
- package/dist-es/commands/UpdateDevicePoolCommand.js.map +1 -0
- package/dist-es/commands/UpdateInstanceProfileCommand.js +40 -0
- package/dist-es/commands/UpdateInstanceProfileCommand.js.map +1 -0
- package/dist-es/commands/UpdateNetworkProfileCommand.js +40 -0
- package/dist-es/commands/UpdateNetworkProfileCommand.js.map +1 -0
- package/dist-es/commands/UpdateProjectCommand.js +40 -0
- package/dist-es/commands/UpdateProjectCommand.js.map +1 -0
- package/dist-es/commands/UpdateTestGridProjectCommand.js +40 -0
- package/dist-es/commands/UpdateTestGridProjectCommand.js.map +1 -0
- package/dist-es/commands/UpdateUploadCommand.js +40 -0
- package/dist-es/commands/UpdateUploadCommand.js.map +1 -0
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +40 -0
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js.map +1 -0
- package/dist-es/endpoints.js +53 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -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/models/models_0.js +1140 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/pagination/GetOfferingStatusPaginator.js +74 -0
- package/dist-es/pagination/GetOfferingStatusPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/dist-es/pagination/ListArtifactsPaginator.js +74 -0
- package/dist-es/pagination/ListArtifactsPaginator.js.map +1 -0
- package/dist-es/pagination/ListDevicePoolsPaginator.js +74 -0
- package/dist-es/pagination/ListDevicePoolsPaginator.js.map +1 -0
- package/dist-es/pagination/ListDevicesPaginator.js +74 -0
- package/dist-es/pagination/ListDevicesPaginator.js.map +1 -0
- package/dist-es/pagination/ListJobsPaginator.js +74 -0
- package/dist-es/pagination/ListJobsPaginator.js.map +1 -0
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +74 -0
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListOfferingsPaginator.js +74 -0
- package/dist-es/pagination/ListOfferingsPaginator.js.map +1 -0
- package/dist-es/pagination/ListProjectsPaginator.js +74 -0
- package/dist-es/pagination/ListProjectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRunsPaginator.js +74 -0
- package/dist-es/pagination/ListRunsPaginator.js.map +1 -0
- package/dist-es/pagination/ListSamplesPaginator.js +74 -0
- package/dist-es/pagination/ListSamplesPaginator.js.map +1 -0
- package/dist-es/pagination/ListSuitesPaginator.js +74 -0
- package/dist-es/pagination/ListSuitesPaginator.js.map +1 -0
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +75 -0
- package/dist-es/pagination/ListTestGridProjectsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +75 -0
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +75 -0
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +75 -0
- package/dist-es/pagination/ListTestGridSessionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListTestsPaginator.js +74 -0
- package/dist-es/pagination/ListTestsPaginator.js.map +1 -0
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +74 -0
- package/dist-es/pagination/ListUniqueProblemsPaginator.js.map +1 -0
- package/dist-es/pagination/ListUploadsPaginator.js +74 -0
- package/dist-es/pagination/ListUploadsPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_json1_1.js +9241 -0
- package/dist-es/protocols/Aws_json1_1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/dist-es/runtimeConfig.native.js +9 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/DeviceFarm.d.ts +619 -0
- package/dist-types/DeviceFarmClient.d.ts +223 -0
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +36 -0
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +36 -0
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +36 -0
- package/dist-types/commands/CreateUploadCommand.d.ts +35 -0
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +36 -0
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +41 -0
- package/dist-types/commands/DeleteUploadCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +36 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/commands/GetDevicePoolCommand.d.ts +35 -0
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +35 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetJobCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +38 -0
- package/dist-types/commands/GetProjectCommand.d.ts +35 -0
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetRunCommand.d.ts +35 -0
- package/dist-types/commands/GetSuiteCommand.d.ts +35 -0
- package/dist-types/commands/GetTestCommand.d.ts +35 -0
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +35 -0
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +44 -0
- package/dist-types/commands/GetUploadCommand.d.ts +35 -0
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +37 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +36 -0
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +35 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +37 -0
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +38 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +38 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListRunsCommand.d.ts +35 -0
- package/dist-types/commands/ListSamplesCommand.d.ts +35 -0
- package/dist-types/commands/ListSuitesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestsCommand.d.ts +35 -0
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +39 -0
- package/dist-types/commands/ListUploadsCommand.d.ts +35 -0
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +38 -0
- package/dist-types/commands/RenewOfferingCommand.d.ts +37 -0
- package/dist-types/commands/ScheduleRunCommand.d.ts +35 -0
- package/dist-types/commands/StopJobCommand.d.ts +38 -0
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/StopRunCommand.d.ts +38 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +37 -0
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +36 -0
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUploadCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSamplesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSuitesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUploadsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DeviceFarm.d.ts +619 -0
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +223 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -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 +0 -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/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- package/src/DeviceFarm.ts +2728 -0
- package/src/DeviceFarmClient.ts +577 -0
- package/src/commands/CreateDevicePoolCommand.ts +95 -0
- package/src/commands/CreateInstanceProfileCommand.ts +96 -0
- package/src/commands/CreateNetworkProfileCommand.ts +95 -0
- package/src/commands/CreateProjectCommand.ts +95 -0
- package/src/commands/CreateRemoteAccessSessionCommand.ts +98 -0
- package/src/commands/CreateTestGridProjectCommand.ts +96 -0
- package/src/commands/CreateTestGridUrlCommand.ts +96 -0
- package/src/commands/CreateUploadCommand.ts +95 -0
- package/src/commands/CreateVPCEConfigurationCommand.ts +96 -0
- package/src/commands/DeleteDevicePoolCommand.ts +96 -0
- package/src/commands/DeleteInstanceProfileCommand.ts +95 -0
- package/src/commands/DeleteNetworkProfileCommand.ts +95 -0
- package/src/commands/DeleteProjectCommand.ts +96 -0
- package/src/commands/DeleteRemoteAccessSessionCommand.ts +98 -0
- package/src/commands/DeleteRunCommand.ts +93 -0
- package/src/commands/DeleteTestGridProjectCommand.ts +101 -0
- package/src/commands/DeleteUploadCommand.ts +95 -0
- package/src/commands/DeleteVPCEConfigurationCommand.ts +95 -0
- package/src/commands/GetAccountSettingsCommand.ts +96 -0
- package/src/commands/GetDeviceCommand.ts +92 -0
- package/src/commands/GetDeviceInstanceCommand.ts +95 -0
- package/src/commands/GetDevicePoolCommand.ts +95 -0
- package/src/commands/GetDevicePoolCompatibilityCommand.ts +98 -0
- package/src/commands/GetInstanceProfileCommand.ts +95 -0
- package/src/commands/GetJobCommand.ts +88 -0
- package/src/commands/GetNetworkProfileCommand.ts +95 -0
- package/src/commands/GetOfferingStatusCommand.ts +98 -0
- package/src/commands/GetProjectCommand.ts +95 -0
- package/src/commands/GetRemoteAccessSessionCommand.ts +95 -0
- package/src/commands/GetRunCommand.ts +88 -0
- package/src/commands/GetSuiteCommand.ts +92 -0
- package/src/commands/GetTestCommand.ts +92 -0
- package/src/commands/GetTestGridProjectCommand.ts +95 -0
- package/src/commands/GetTestGridSessionCommand.ts +104 -0
- package/src/commands/GetUploadCommand.ts +92 -0
- package/src/commands/GetVPCEConfigurationCommand.ts +96 -0
- package/src/commands/InstallToRemoteAccessSessionCommand.ts +102 -0
- package/src/commands/ListArtifactsCommand.ts +95 -0
- package/src/commands/ListDeviceInstancesCommand.ts +96 -0
- package/src/commands/ListDevicePoolsCommand.ts +95 -0
- package/src/commands/ListDevicesCommand.ts +95 -0
- package/src/commands/ListInstanceProfilesCommand.ts +95 -0
- package/src/commands/ListJobsCommand.ts +92 -0
- package/src/commands/ListNetworkProfilesCommand.ts +95 -0
- package/src/commands/ListOfferingPromotionsCommand.ts +97 -0
- package/src/commands/ListOfferingTransactionsCommand.ts +98 -0
- package/src/commands/ListOfferingsCommand.ts +98 -0
- package/src/commands/ListProjectsCommand.ts +95 -0
- package/src/commands/ListRemoteAccessSessionsCommand.ts +95 -0
- package/src/commands/ListRunsCommand.ts +92 -0
- package/src/commands/ListSamplesCommand.ts +95 -0
- package/src/commands/ListSuitesCommand.ts +95 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/ListTestGridProjectsCommand.ts +95 -0
- package/src/commands/ListTestGridSessionActionsCommand.ts +98 -0
- package/src/commands/ListTestGridSessionArtifactsCommand.ts +100 -0
- package/src/commands/ListTestGridSessionsCommand.ts +95 -0
- package/src/commands/ListTestsCommand.ts +92 -0
- package/src/commands/ListUniqueProblemsCommand.ts +99 -0
- package/src/commands/ListUploadsCommand.ts +95 -0
- package/src/commands/ListVPCEConfigurationsCommand.ts +96 -0
- package/src/commands/PurchaseOfferingCommand.ts +98 -0
- package/src/commands/RenewOfferingCommand.ts +97 -0
- package/src/commands/ScheduleRunCommand.ts +95 -0
- package/src/commands/StopJobCommand.ts +95 -0
- package/src/commands/StopRemoteAccessSessionCommand.ts +95 -0
- package/src/commands/StopRunCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +97 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateDeviceInstanceCommand.ts +95 -0
- package/src/commands/UpdateDevicePoolCommand.ts +97 -0
- package/src/commands/UpdateInstanceProfileCommand.ts +95 -0
- package/src/commands/UpdateNetworkProfileCommand.ts +95 -0
- package/src/commands/UpdateProjectCommand.ts +96 -0
- package/src/commands/UpdateTestGridProjectCommand.ts +95 -0
- package/src/commands/UpdateUploadCommand.ts +95 -0
- package/src/commands/UpdateVPCEConfigurationCommand.ts +95 -0
- package/src/endpoints.ts +57 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/pagination/GetOfferingStatusPaginator.ts +58 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListArtifactsPaginator.ts +58 -0
- package/src/pagination/ListDevicePoolsPaginator.ts +58 -0
- package/src/pagination/ListDevicesPaginator.ts +54 -0
- package/src/pagination/ListJobsPaginator.ts +54 -0
- package/src/pagination/ListOfferingTransactionsPaginator.ts +58 -0
- package/src/pagination/ListOfferingsPaginator.ts +58 -0
- package/src/pagination/ListProjectsPaginator.ts +58 -0
- package/src/pagination/ListRunsPaginator.ts +54 -0
- package/src/pagination/ListSamplesPaginator.ts +54 -0
- package/src/pagination/ListSuitesPaginator.ts +54 -0
- package/src/pagination/ListTestGridProjectsPaginator.ts +59 -0
- package/src/pagination/ListTestGridSessionActionsPaginator.ts +59 -0
- package/src/pagination/ListTestGridSessionArtifactsPaginator.ts +59 -0
- package/src/pagination/ListTestGridSessionsPaginator.ts +59 -0
- package/src/pagination/ListTestsPaginator.ts +54 -0
- package/src/pagination/ListUniqueProblemsPaginator.ts +58 -0
- package/src/pagination/ListUploadsPaginator.ts +54 -0
- package/src/protocols/Aws_json1_1.ts +10779 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- package/DeviceFarm.ts +0 -2727
- package/DeviceFarmClient.ts +0 -576
- package/commands/CreateDevicePoolCommand.ts +0 -94
- package/commands/CreateInstanceProfileCommand.ts +0 -95
- package/commands/CreateNetworkProfileCommand.ts +0 -94
- package/commands/CreateProjectCommand.ts +0 -94
- package/commands/CreateRemoteAccessSessionCommand.ts +0 -97
- package/commands/CreateTestGridProjectCommand.ts +0 -95
- package/commands/CreateTestGridUrlCommand.ts +0 -95
- package/commands/CreateUploadCommand.ts +0 -94
- package/commands/CreateVPCEConfigurationCommand.ts +0 -95
- package/commands/DeleteDevicePoolCommand.ts +0 -95
- package/commands/DeleteInstanceProfileCommand.ts +0 -94
- package/commands/DeleteNetworkProfileCommand.ts +0 -94
- package/commands/DeleteProjectCommand.ts +0 -95
- package/commands/DeleteRemoteAccessSessionCommand.ts +0 -97
- package/commands/DeleteRunCommand.ts +0 -92
- package/commands/DeleteTestGridProjectCommand.ts +0 -100
- package/commands/DeleteUploadCommand.ts +0 -94
- package/commands/DeleteVPCEConfigurationCommand.ts +0 -94
- package/commands/GetAccountSettingsCommand.ts +0 -95
- package/commands/GetDeviceCommand.ts +0 -91
- package/commands/GetDeviceInstanceCommand.ts +0 -94
- package/commands/GetDevicePoolCommand.ts +0 -94
- package/commands/GetDevicePoolCompatibilityCommand.ts +0 -97
- package/commands/GetInstanceProfileCommand.ts +0 -94
- package/commands/GetJobCommand.ts +0 -87
- package/commands/GetNetworkProfileCommand.ts +0 -94
- package/commands/GetOfferingStatusCommand.ts +0 -97
- package/commands/GetProjectCommand.ts +0 -94
- package/commands/GetRemoteAccessSessionCommand.ts +0 -94
- package/commands/GetRunCommand.ts +0 -87
- package/commands/GetSuiteCommand.ts +0 -91
- package/commands/GetTestCommand.ts +0 -91
- package/commands/GetTestGridProjectCommand.ts +0 -94
- package/commands/GetTestGridSessionCommand.ts +0 -103
- package/commands/GetUploadCommand.ts +0 -91
- package/commands/GetVPCEConfigurationCommand.ts +0 -95
- package/commands/InstallToRemoteAccessSessionCommand.ts +0 -101
- package/commands/ListArtifactsCommand.ts +0 -94
- package/commands/ListDeviceInstancesCommand.ts +0 -95
- package/commands/ListDevicePoolsCommand.ts +0 -94
- package/commands/ListDevicesCommand.ts +0 -94
- package/commands/ListInstanceProfilesCommand.ts +0 -94
- package/commands/ListJobsCommand.ts +0 -91
- package/commands/ListNetworkProfilesCommand.ts +0 -94
- package/commands/ListOfferingPromotionsCommand.ts +0 -96
- package/commands/ListOfferingTransactionsCommand.ts +0 -97
- package/commands/ListOfferingsCommand.ts +0 -97
- package/commands/ListProjectsCommand.ts +0 -94
- package/commands/ListRemoteAccessSessionsCommand.ts +0 -94
- package/commands/ListRunsCommand.ts +0 -91
- package/commands/ListSamplesCommand.ts +0 -94
- package/commands/ListSuitesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTestGridProjectsCommand.ts +0 -94
- package/commands/ListTestGridSessionActionsCommand.ts +0 -97
- package/commands/ListTestGridSessionArtifactsCommand.ts +0 -99
- package/commands/ListTestGridSessionsCommand.ts +0 -94
- package/commands/ListTestsCommand.ts +0 -91
- package/commands/ListUniqueProblemsCommand.ts +0 -98
- package/commands/ListUploadsCommand.ts +0 -94
- package/commands/ListVPCEConfigurationsCommand.ts +0 -95
- package/commands/PurchaseOfferingCommand.ts +0 -97
- package/commands/RenewOfferingCommand.ts +0 -96
- package/commands/ScheduleRunCommand.ts +0 -94
- package/commands/StopJobCommand.ts +0 -94
- package/commands/StopRemoteAccessSessionCommand.ts +0 -94
- package/commands/StopRunCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -96
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDeviceInstanceCommand.ts +0 -94
- package/commands/UpdateDevicePoolCommand.ts +0 -96
- package/commands/UpdateInstanceProfileCommand.ts +0 -94
- package/commands/UpdateNetworkProfileCommand.ts +0 -94
- package/commands/UpdateProjectCommand.ts +0 -95
- package/commands/UpdateTestGridProjectCommand.ts +0 -94
- package/commands/UpdateUploadCommand.ts +0 -94
- package/commands/UpdateVPCEConfigurationCommand.ts +0 -94
- package/dist/cjs/DeviceFarm.js +0 -1180
- package/dist/cjs/DeviceFarm.js.map +0 -1
- package/dist/cjs/DeviceFarmClient.js +0 -58
- package/dist/cjs/DeviceFarmClient.js.map +0 -1
- package/dist/cjs/commands/CreateDevicePoolCommand.js +0 -61
- package/dist/cjs/commands/CreateDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceProfileCommand.js +0 -62
- package/dist/cjs/commands/CreateInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProjectCommand.js +0 -61
- package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTestGridProjectCommand.js +0 -62
- package/dist/cjs/commands/CreateTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTestGridUrlCommand.js +0 -62
- package/dist/cjs/commands/CreateTestGridUrlCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUploadCommand.js +0 -61
- package/dist/cjs/commands/CreateUploadCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVPCEConfigurationCommand.js +0 -62
- package/dist/cjs/commands/CreateVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDevicePoolCommand.js +0 -62
- package/dist/cjs/commands/DeleteDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProjectCommand.js +0 -62
- package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRunCommand.js +0 -62
- package/dist/cjs/commands/DeleteRunCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTestGridProjectCommand.js +0 -67
- package/dist/cjs/commands/DeleteTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUploadCommand.js +0 -61
- package/dist/cjs/commands/DeleteUploadCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -62
- package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceInstanceCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePoolCommand.js +0 -61
- package/dist/cjs/commands/GetDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js +0 -61
- package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/GetInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobCommand.js +0 -61
- package/dist/cjs/commands/GetJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/GetNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetOfferingStatusCommand.js +0 -64
- package/dist/cjs/commands/GetOfferingStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProjectCommand.js +0 -61
- package/dist/cjs/commands/GetProjectCommand.js.map +0 -1
- package/dist/cjs/commands/GetRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/GetRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetRunCommand.js +0 -61
- package/dist/cjs/commands/GetRunCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuiteCommand.js +0 -61
- package/dist/cjs/commands/GetSuiteCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestCommand.js +0 -61
- package/dist/cjs/commands/GetTestCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestGridProjectCommand.js +0 -61
- package/dist/cjs/commands/GetTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestGridSessionCommand.js +0 -70
- package/dist/cjs/commands/GetTestGridSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetUploadCommand.js +0 -61
- package/dist/cjs/commands/GetUploadCommand.js.map +0 -1
- package/dist/cjs/commands/GetVPCEConfigurationCommand.js +0 -62
- package/dist/cjs/commands/GetVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js +0 -63
- package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/ListArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeviceInstancesCommand.js +0 -62
- package/dist/cjs/commands/ListDeviceInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicePoolsCommand.js +0 -61
- package/dist/cjs/commands/ListDevicePoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicesCommand.js +0 -61
- package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListInstanceProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js +0 -61
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListNetworkProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListNetworkProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingPromotionsCommand.js +0 -63
- package/dist/cjs/commands/ListOfferingPromotionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingTransactionsCommand.js +0 -64
- package/dist/cjs/commands/ListOfferingTransactionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingsCommand.js +0 -64
- package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js +0 -61
- package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRunsCommand.js +0 -61
- package/dist/cjs/commands/ListRunsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSamplesCommand.js +0 -61
- package/dist/cjs/commands/ListSamplesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSuitesCommand.js +0 -61
- package/dist/cjs/commands/ListSuitesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionActionsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionActionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestsCommand.js +0 -61
- package/dist/cjs/commands/ListTestsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUniqueProblemsCommand.js +0 -65
- package/dist/cjs/commands/ListUniqueProblemsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUploadsCommand.js +0 -61
- package/dist/cjs/commands/ListUploadsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVPCEConfigurationsCommand.js +0 -62
- package/dist/cjs/commands/ListVPCEConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -64
- package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/RenewOfferingCommand.js +0 -63
- package/dist/cjs/commands/RenewOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/ScheduleRunCommand.js +0 -61
- package/dist/cjs/commands/ScheduleRunCommand.js.map +0 -1
- package/dist/cjs/commands/StopJobCommand.js +0 -64
- package/dist/cjs/commands/StopJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/StopRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/StopRunCommand.js +0 -64
- package/dist/cjs/commands/StopRunCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -63
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeviceInstanceCommand.js +0 -61
- package/dist/cjs/commands/UpdateDeviceInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDevicePoolCommand.js +0 -63
- package/dist/cjs/commands/UpdateDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProjectCommand.js +0 -62
- package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTestGridProjectCommand.js +0 -61
- package/dist/cjs/commands/UpdateTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUploadCommand.js +0 -61
- package/dist/cjs/commands/UpdateUploadCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -103
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/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/GetOfferingStatusPaginator.js +0 -45
- package/dist/cjs/pagination/GetOfferingStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListArtifactsPaginator.js +0 -45
- package/dist/cjs/pagination/ListArtifactsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDevicePoolsPaginator.js +0 -45
- package/dist/cjs/pagination/ListDevicePoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDevicesPaginator.js +0 -45
- package/dist/cjs/pagination/ListDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js +0 -45
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js +0 -45
- package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -45
- package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectsPaginator.js +0 -45
- package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRunsPaginator.js +0 -45
- package/dist/cjs/pagination/ListRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSamplesPaginator.js +0 -45
- package/dist/cjs/pagination/ListSamplesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSuitesPaginator.js +0 -45
- package/dist/cjs/pagination/ListSuitesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridProjectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridProjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestsPaginator.js +0 -45
- package/dist/cjs/pagination/ListTestsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUniqueProblemsPaginator.js +0 -45
- package/dist/cjs/pagination/ListUniqueProblemsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUploadsPaginator.js +0 -45
- package/dist/cjs/pagination/ListUploadsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8833
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DeviceFarm.js +0 -1183
- package/dist/es/DeviceFarm.js.map +0 -1
- package/dist/es/DeviceFarmClient.js +0 -60
- package/dist/es/DeviceFarmClient.js.map +0 -1
- package/dist/es/commands/CreateDevicePoolCommand.js +0 -65
- package/dist/es/commands/CreateDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceProfileCommand.js +0 -66
- package/dist/es/commands/CreateInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateNetworkProfileCommand.js +0 -65
- package/dist/es/commands/CreateNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateProjectCommand.js +0 -65
- package/dist/es/commands/CreateProjectCommand.js.map +0 -1
- package/dist/es/commands/CreateRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/CreateTestGridProjectCommand.js +0 -66
- package/dist/es/commands/CreateTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/CreateTestGridUrlCommand.js +0 -66
- package/dist/es/commands/CreateTestGridUrlCommand.js.map +0 -1
- package/dist/es/commands/CreateUploadCommand.js +0 -65
- package/dist/es/commands/CreateUploadCommand.js.map +0 -1
- package/dist/es/commands/CreateVPCEConfigurationCommand.js +0 -66
- package/dist/es/commands/CreateVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDevicePoolCommand.js +0 -66
- package/dist/es/commands/DeleteDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceProfileCommand.js +0 -65
- package/dist/es/commands/DeleteInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteNetworkProfileCommand.js +0 -65
- package/dist/es/commands/DeleteNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteProjectCommand.js +0 -66
- package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/DeleteRunCommand.js +0 -66
- package/dist/es/commands/DeleteRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteTestGridProjectCommand.js +0 -71
- package/dist/es/commands/DeleteTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUploadCommand.js +0 -65
- package/dist/es/commands/DeleteUploadCommand.js.map +0 -1
- package/dist/es/commands/DeleteVPCEConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -66
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceCommand.js +0 -65
- package/dist/es/commands/GetDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceInstanceCommand.js +0 -65
- package/dist/es/commands/GetDeviceInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePoolCommand.js +0 -65
- package/dist/es/commands/GetDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePoolCompatibilityCommand.js +0 -65
- package/dist/es/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceProfileCommand.js +0 -65
- package/dist/es/commands/GetInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/GetJobCommand.js +0 -65
- package/dist/es/commands/GetJobCommand.js.map +0 -1
- package/dist/es/commands/GetNetworkProfileCommand.js +0 -65
- package/dist/es/commands/GetNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/GetOfferingStatusCommand.js +0 -68
- package/dist/es/commands/GetOfferingStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProjectCommand.js +0 -65
- package/dist/es/commands/GetProjectCommand.js.map +0 -1
- package/dist/es/commands/GetRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/GetRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/GetRunCommand.js +0 -65
- package/dist/es/commands/GetRunCommand.js.map +0 -1
- package/dist/es/commands/GetSuiteCommand.js +0 -65
- package/dist/es/commands/GetSuiteCommand.js.map +0 -1
- package/dist/es/commands/GetTestCommand.js +0 -65
- package/dist/es/commands/GetTestCommand.js.map +0 -1
- package/dist/es/commands/GetTestGridProjectCommand.js +0 -65
- package/dist/es/commands/GetTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/GetTestGridSessionCommand.js +0 -74
- package/dist/es/commands/GetTestGridSessionCommand.js.map +0 -1
- package/dist/es/commands/GetUploadCommand.js +0 -65
- package/dist/es/commands/GetUploadCommand.js.map +0 -1
- package/dist/es/commands/GetVPCEConfigurationCommand.js +0 -66
- package/dist/es/commands/GetVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/InstallToRemoteAccessSessionCommand.js +0 -67
- package/dist/es/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/ListArtifactsCommand.js +0 -65
- package/dist/es/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListDeviceInstancesCommand.js +0 -66
- package/dist/es/commands/ListDeviceInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListDevicePoolsCommand.js +0 -65
- package/dist/es/commands/ListDevicePoolsCommand.js.map +0 -1
- package/dist/es/commands/ListDevicesCommand.js +0 -65
- package/dist/es/commands/ListDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceProfilesCommand.js +0 -65
- package/dist/es/commands/ListInstanceProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -65
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListNetworkProfilesCommand.js +0 -65
- package/dist/es/commands/ListNetworkProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingPromotionsCommand.js +0 -67
- package/dist/es/commands/ListOfferingPromotionsCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingTransactionsCommand.js +0 -68
- package/dist/es/commands/ListOfferingTransactionsCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingsCommand.js +0 -68
- package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectsCommand.js +0 -65
- package/dist/es/commands/ListProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListRemoteAccessSessionsCommand.js +0 -65
- package/dist/es/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
- package/dist/es/commands/ListRunsCommand.js +0 -65
- package/dist/es/commands/ListRunsCommand.js.map +0 -1
- package/dist/es/commands/ListSamplesCommand.js +0 -65
- package/dist/es/commands/ListSamplesCommand.js.map +0 -1
- package/dist/es/commands/ListSuitesCommand.js +0 -65
- package/dist/es/commands/ListSuitesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridProjectsCommand.js +0 -65
- package/dist/es/commands/ListTestGridProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionActionsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionActionsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionArtifactsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionsCommand.js.map +0 -1
- package/dist/es/commands/ListTestsCommand.js +0 -65
- package/dist/es/commands/ListTestsCommand.js.map +0 -1
- package/dist/es/commands/ListUniqueProblemsCommand.js +0 -69
- package/dist/es/commands/ListUniqueProblemsCommand.js.map +0 -1
- package/dist/es/commands/ListUploadsCommand.js +0 -65
- package/dist/es/commands/ListUploadsCommand.js.map +0 -1
- package/dist/es/commands/ListVPCEConfigurationsCommand.js +0 -66
- package/dist/es/commands/ListVPCEConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PurchaseOfferingCommand.js +0 -68
- package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/es/commands/RenewOfferingCommand.js +0 -67
- package/dist/es/commands/RenewOfferingCommand.js.map +0 -1
- package/dist/es/commands/ScheduleRunCommand.js +0 -65
- package/dist/es/commands/ScheduleRunCommand.js.map +0 -1
- package/dist/es/commands/StopJobCommand.js +0 -68
- package/dist/es/commands/StopJobCommand.js.map +0 -1
- package/dist/es/commands/StopRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/StopRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/StopRunCommand.js +0 -68
- package/dist/es/commands/StopRunCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -67
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeviceInstanceCommand.js +0 -65
- package/dist/es/commands/UpdateDeviceInstanceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDevicePoolCommand.js +0 -67
- package/dist/es/commands/UpdateDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceProfileCommand.js +0 -65
- package/dist/es/commands/UpdateInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateNetworkProfileCommand.js +0 -65
- package/dist/es/commands/UpdateNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateProjectCommand.js +0 -66
- package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/es/commands/UpdateTestGridProjectCommand.js +0 -65
- package/dist/es/commands/UpdateTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/UpdateUploadCommand.js +0 -65
- package/dist/es/commands/UpdateUploadCommand.js.map +0 -1
- package/dist/es/commands/UpdateVPCEConfigurationCommand.js +0 -65
- package/dist/es/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- 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 +0 -1785
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetOfferingStatusPaginator.js +0 -86
- package/dist/es/pagination/GetOfferingStatusPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListArtifactsPaginator.js +0 -86
- package/dist/es/pagination/ListArtifactsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDevicePoolsPaginator.js +0 -86
- package/dist/es/pagination/ListDevicePoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDevicesPaginator.js +0 -86
- package/dist/es/pagination/ListDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -86
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingTransactionsPaginator.js +0 -86
- package/dist/es/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingsPaginator.js +0 -86
- package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectsPaginator.js +0 -86
- package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRunsPaginator.js +0 -86
- package/dist/es/pagination/ListRunsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSamplesPaginator.js +0 -86
- package/dist/es/pagination/ListSamplesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSuitesPaginator.js +0 -86
- package/dist/es/pagination/ListSuitesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridProjectsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridProjectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionActionsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestsPaginator.js +0 -86
- package/dist/es/pagination/ListTestsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUniqueProblemsPaginator.js +0 -86
- package/dist/es/pagination/ListUniqueProblemsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUploadsPaginator.js +0 -86
- package/dist/es/pagination/ListUploadsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -9246
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/DeviceFarm.d.ts +0 -619
- package/dist/types/DeviceFarmClient.d.ts +0 -223
- package/dist/types/commands/CreateDevicePoolCommand.d.ts +0 -35
- package/dist/types/commands/CreateInstanceProfileCommand.d.ts +0 -36
- package/dist/types/commands/CreateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/CreateTestGridProjectCommand.d.ts +0 -36
- package/dist/types/commands/CreateTestGridUrlCommand.d.ts +0 -36
- package/dist/types/commands/CreateUploadCommand.d.ts +0 -35
- package/dist/types/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteDevicePoolCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProjectCommand.d.ts +0 -36
- package/dist/types/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRunCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTestGridProjectCommand.d.ts +0 -41
- package/dist/types/commands/DeleteUploadCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -36
- package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/commands/GetDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/commands/GetDevicePoolCommand.d.ts +0 -35
- package/dist/types/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
- package/dist/types/commands/GetInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetJobCommand.d.ts +0 -35
- package/dist/types/commands/GetNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetOfferingStatusCommand.d.ts +0 -38
- package/dist/types/commands/GetProjectCommand.d.ts +0 -35
- package/dist/types/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/GetRunCommand.d.ts +0 -35
- package/dist/types/commands/GetSuiteCommand.d.ts +0 -35
- package/dist/types/commands/GetTestCommand.d.ts +0 -35
- package/dist/types/commands/GetTestGridProjectCommand.d.ts +0 -35
- package/dist/types/commands/GetTestGridSessionCommand.d.ts +0 -44
- package/dist/types/commands/GetUploadCommand.d.ts +0 -35
- package/dist/types/commands/GetVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
- package/dist/types/commands/ListArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListDeviceInstancesCommand.d.ts +0 -36
- package/dist/types/commands/ListDevicePoolsCommand.d.ts +0 -35
- package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/commands/ListInstanceProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListNetworkProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListOfferingPromotionsCommand.d.ts +0 -37
- package/dist/types/commands/ListOfferingTransactionsCommand.d.ts +0 -38
- package/dist/types/commands/ListOfferingsCommand.d.ts +0 -38
- package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
- package/dist/types/commands/ListRunsCommand.d.ts +0 -35
- package/dist/types/commands/ListSamplesCommand.d.ts +0 -35
- package/dist/types/commands/ListSuitesCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestsCommand.d.ts +0 -35
- package/dist/types/commands/ListUniqueProblemsCommand.d.ts +0 -39
- package/dist/types/commands/ListUploadsCommand.d.ts +0 -35
- package/dist/types/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
- package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -38
- package/dist/types/commands/RenewOfferingCommand.d.ts +0 -37
- package/dist/types/commands/ScheduleRunCommand.d.ts +0 -35
- package/dist/types/commands/StopJobCommand.d.ts +0 -38
- package/dist/types/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/StopRunCommand.d.ts +0 -38
- package/dist/types/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDevicePoolCommand.d.ts +0 -37
- package/dist/types/commands/UpdateInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProjectCommand.d.ts +0 -36
- package/dist/types/commands/UpdateTestGridProjectCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUploadCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/pagination/GetOfferingStatusPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListArtifactsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDevicePoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRunsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSamplesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSuitesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUploadsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/DeviceFarm.d.ts +0 -619
- package/dist/types/ts3.4/DeviceFarmClient.d.ts +0 -223
- package/dist/types/ts3.4/commands/CreateDevicePoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRunCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDevicePoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetOfferingStatusCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSuiteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestGridProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestGridSessionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDevicePoolsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRunsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSamplesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSuitesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListUploadsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RenewOfferingCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ScheduleRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopJobCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListArtifactsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRunsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSamplesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSuitesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUploadsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/pagination/GetOfferingStatusPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListArtifactsPaginator.ts +0 -57
- package/pagination/ListDevicePoolsPaginator.ts +0 -57
- package/pagination/ListDevicesPaginator.ts +0 -53
- package/pagination/ListJobsPaginator.ts +0 -53
- package/pagination/ListOfferingTransactionsPaginator.ts +0 -57
- package/pagination/ListOfferingsPaginator.ts +0 -57
- package/pagination/ListProjectsPaginator.ts +0 -57
- package/pagination/ListRunsPaginator.ts +0 -53
- package/pagination/ListSamplesPaginator.ts +0 -53
- package/pagination/ListSuitesPaginator.ts +0 -53
- package/pagination/ListTestGridProjectsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionActionsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionArtifactsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionsPaginator.ts +0 -58
- package/pagination/ListTestsPaginator.ts +0 -53
- package/pagination/ListUniqueProblemsPaginator.ts +0 -57
- package/pagination/ListUploadsPaginator.ts +0 -53
- package/protocols/Aws_json1_1.ts +0 -10778
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,619 +0,0 @@
|
|
|
1
|
-
import { DeviceFarmClient } from "./DeviceFarmClient";
|
|
2
|
-
import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
|
|
3
|
-
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
4
|
-
import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
|
|
5
|
-
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
6
|
-
import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
|
|
7
|
-
import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
|
|
8
|
-
import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
|
|
9
|
-
import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
|
|
10
|
-
import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
|
|
11
|
-
import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
|
|
12
|
-
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
13
|
-
import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
|
|
14
|
-
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
15
|
-
import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
|
|
16
|
-
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
|
|
17
|
-
import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
|
|
18
|
-
import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
|
|
19
|
-
import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
|
|
20
|
-
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
21
|
-
import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
|
|
22
|
-
import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
|
|
23
|
-
import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
|
|
24
|
-
import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
|
|
25
|
-
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
|
|
26
|
-
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
27
|
-
import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
|
|
28
|
-
import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
|
|
29
|
-
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
30
|
-
import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
|
|
31
|
-
import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
|
|
32
|
-
import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
|
|
33
|
-
import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
|
|
34
|
-
import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
|
|
35
|
-
import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
|
|
36
|
-
import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
|
|
37
|
-
import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
|
|
38
|
-
import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
|
|
39
|
-
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
|
|
40
|
-
import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
|
|
41
|
-
import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
|
|
42
|
-
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
|
|
43
|
-
import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
|
|
44
|
-
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
45
|
-
import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
|
|
46
|
-
import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
|
|
47
|
-
import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
|
|
48
|
-
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
49
|
-
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
50
|
-
import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
|
|
51
|
-
import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
|
|
52
|
-
import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
|
|
53
|
-
import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
|
|
54
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
55
|
-
import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
|
|
56
|
-
import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
|
|
57
|
-
import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
|
|
58
|
-
import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
|
|
59
|
-
import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
|
|
60
|
-
import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
|
|
61
|
-
import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
|
|
62
|
-
import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
|
|
63
|
-
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
64
|
-
import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
|
|
65
|
-
import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
|
|
66
|
-
import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
|
|
67
|
-
import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
|
|
68
|
-
import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
|
|
69
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
70
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
71
|
-
import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
|
|
72
|
-
import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
|
|
73
|
-
import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
|
|
74
|
-
import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
|
|
75
|
-
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
76
|
-
import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
|
|
77
|
-
import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
|
|
78
|
-
import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
|
|
79
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
80
|
-
/**
|
|
81
|
-
* <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
|
|
82
|
-
* <ul>
|
|
83
|
-
* <li>
|
|
84
|
-
* <p>Testing on desktop browsers</p>
|
|
85
|
-
* <p> Device Farm makes it possible for you to test your web applications on desktop browsers using
|
|
86
|
-
* Selenium. The APIs for desktop browser testing contain <code>TestGrid</code> in their names. For
|
|
87
|
-
* more information, see <a href="https://docs.aws.amazon.com/devicefarm/latest/testgrid/">Testing Web
|
|
88
|
-
* Applications on Selenium with Device Farm</a>.</p>
|
|
89
|
-
* </li>
|
|
90
|
-
* <li>
|
|
91
|
-
* <p>Testing on real mobile devices</p>
|
|
92
|
-
* <p>Device Farm makes it possible for you to test apps on physical phones, tablets, and other
|
|
93
|
-
* devices in the cloud. For more information, see the <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/">Device Farm Developer Guide</a>.</p>
|
|
94
|
-
* </li>
|
|
95
|
-
* </ul>
|
|
96
|
-
*/
|
|
97
|
-
export declare class DeviceFarm extends DeviceFarmClient {
|
|
98
|
-
/**
|
|
99
|
-
* <p>Creates a device pool.</p>
|
|
100
|
-
*/
|
|
101
|
-
createDevicePool(args: CreateDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<CreateDevicePoolCommandOutput>;
|
|
102
|
-
createDevicePool(args: CreateDevicePoolCommandInput, cb: (err: any, data?: CreateDevicePoolCommandOutput) => void): void;
|
|
103
|
-
createDevicePool(args: CreateDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDevicePoolCommandOutput) => void): void;
|
|
104
|
-
/**
|
|
105
|
-
* <p>Creates a profile that can be applied to one or more private fleet device
|
|
106
|
-
* instances.</p>
|
|
107
|
-
*/
|
|
108
|
-
createInstanceProfile(args: CreateInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateInstanceProfileCommandOutput>;
|
|
109
|
-
createInstanceProfile(args: CreateInstanceProfileCommandInput, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
|
|
110
|
-
createInstanceProfile(args: CreateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void): void;
|
|
111
|
-
/**
|
|
112
|
-
* <p>Creates a network profile.</p>
|
|
113
|
-
*/
|
|
114
|
-
createNetworkProfile(args: CreateNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<CreateNetworkProfileCommandOutput>;
|
|
115
|
-
createNetworkProfile(args: CreateNetworkProfileCommandInput, cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void): void;
|
|
116
|
-
createNetworkProfile(args: CreateNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void): void;
|
|
117
|
-
/**
|
|
118
|
-
* <p>Creates a project.</p>
|
|
119
|
-
*/
|
|
120
|
-
createProject(args: CreateProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateProjectCommandOutput>;
|
|
121
|
-
createProject(args: CreateProjectCommandInput, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
|
|
122
|
-
createProject(args: CreateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateProjectCommandOutput) => void): void;
|
|
123
|
-
/**
|
|
124
|
-
* <p>Specifies and starts a remote access session.</p>
|
|
125
|
-
*/
|
|
126
|
-
createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<CreateRemoteAccessSessionCommandOutput>;
|
|
127
|
-
createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void): void;
|
|
128
|
-
createRemoteAccessSession(args: CreateRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void): void;
|
|
129
|
-
/**
|
|
130
|
-
* <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
|
|
131
|
-
* instances.</p>
|
|
132
|
-
*/
|
|
133
|
-
createTestGridProject(args: CreateTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<CreateTestGridProjectCommandOutput>;
|
|
134
|
-
createTestGridProject(args: CreateTestGridProjectCommandInput, cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void): void;
|
|
135
|
-
createTestGridProject(args: CreateTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void): void;
|
|
136
|
-
/**
|
|
137
|
-
* <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
|
|
138
|
-
* constructor.</p>
|
|
139
|
-
*/
|
|
140
|
-
createTestGridUrl(args: CreateTestGridUrlCommandInput, options?: __HttpHandlerOptions): Promise<CreateTestGridUrlCommandOutput>;
|
|
141
|
-
createTestGridUrl(args: CreateTestGridUrlCommandInput, cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void): void;
|
|
142
|
-
createTestGridUrl(args: CreateTestGridUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void): void;
|
|
143
|
-
/**
|
|
144
|
-
* <p>Uploads an app or test scripts.</p>
|
|
145
|
-
*/
|
|
146
|
-
createUpload(args: CreateUploadCommandInput, options?: __HttpHandlerOptions): Promise<CreateUploadCommandOutput>;
|
|
147
|
-
createUpload(args: CreateUploadCommandInput, cb: (err: any, data?: CreateUploadCommandOutput) => void): void;
|
|
148
|
-
createUpload(args: CreateUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateUploadCommandOutput) => void): void;
|
|
149
|
-
/**
|
|
150
|
-
* <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
|
|
151
|
-
* (VPC) endpoint.</p>
|
|
152
|
-
*/
|
|
153
|
-
createVPCEConfiguration(args: CreateVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<CreateVPCEConfigurationCommandOutput>;
|
|
154
|
-
createVPCEConfiguration(args: CreateVPCEConfigurationCommandInput, cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void): void;
|
|
155
|
-
createVPCEConfiguration(args: CreateVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void): void;
|
|
156
|
-
/**
|
|
157
|
-
* <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
|
|
158
|
-
* owned by the system.</p>
|
|
159
|
-
*/
|
|
160
|
-
deleteDevicePool(args: DeleteDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDevicePoolCommandOutput>;
|
|
161
|
-
deleteDevicePool(args: DeleteDevicePoolCommandInput, cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void): void;
|
|
162
|
-
deleteDevicePool(args: DeleteDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void): void;
|
|
163
|
-
/**
|
|
164
|
-
* <p>Deletes a profile that can be applied to one or more private device instances.</p>
|
|
165
|
-
*/
|
|
166
|
-
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInstanceProfileCommandOutput>;
|
|
167
|
-
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
|
|
168
|
-
deleteInstanceProfile(args: DeleteInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void): void;
|
|
169
|
-
/**
|
|
170
|
-
* <p>Deletes a network profile.</p>
|
|
171
|
-
*/
|
|
172
|
-
deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<DeleteNetworkProfileCommandOutput>;
|
|
173
|
-
deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void): void;
|
|
174
|
-
deleteNetworkProfile(args: DeleteNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void): void;
|
|
175
|
-
/**
|
|
176
|
-
* <p>Deletes an AWS Device Farm project, given the project ARN.</p>
|
|
177
|
-
* <p> Deleting this resource does not stop an in-progress run.</p>
|
|
178
|
-
*/
|
|
179
|
-
deleteProject(args: DeleteProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteProjectCommandOutput>;
|
|
180
|
-
deleteProject(args: DeleteProjectCommandInput, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
|
|
181
|
-
deleteProject(args: DeleteProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteProjectCommandOutput) => void): void;
|
|
182
|
-
/**
|
|
183
|
-
* <p>Deletes a completed remote access session and its results.</p>
|
|
184
|
-
*/
|
|
185
|
-
deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRemoteAccessSessionCommandOutput>;
|
|
186
|
-
deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void): void;
|
|
187
|
-
deleteRemoteAccessSession(args: DeleteRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void): void;
|
|
188
|
-
/**
|
|
189
|
-
* <p>Deletes the run, given the run ARN.</p>
|
|
190
|
-
* <p> Deleting this resource does not stop an in-progress run.</p>
|
|
191
|
-
*/
|
|
192
|
-
deleteRun(args: DeleteRunCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunCommandOutput>;
|
|
193
|
-
deleteRun(args: DeleteRunCommandInput, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
|
|
194
|
-
deleteRun(args: DeleteRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
|
|
195
|
-
/**
|
|
196
|
-
* <p> Deletes a Selenium testing project and all content generated under it. </p>
|
|
197
|
-
* <important>
|
|
198
|
-
* <p>You cannot undo this operation.</p>
|
|
199
|
-
* </important>
|
|
200
|
-
* <note>
|
|
201
|
-
* <p>You cannot delete a project if it has active sessions.</p>
|
|
202
|
-
* </note>
|
|
203
|
-
*/
|
|
204
|
-
deleteTestGridProject(args: DeleteTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTestGridProjectCommandOutput>;
|
|
205
|
-
deleteTestGridProject(args: DeleteTestGridProjectCommandInput, cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void): void;
|
|
206
|
-
deleteTestGridProject(args: DeleteTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void): void;
|
|
207
|
-
/**
|
|
208
|
-
* <p>Deletes an upload given the upload ARN.</p>
|
|
209
|
-
*/
|
|
210
|
-
deleteUpload(args: DeleteUploadCommandInput, options?: __HttpHandlerOptions): Promise<DeleteUploadCommandOutput>;
|
|
211
|
-
deleteUpload(args: DeleteUploadCommandInput, cb: (err: any, data?: DeleteUploadCommandOutput) => void): void;
|
|
212
|
-
deleteUpload(args: DeleteUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteUploadCommandOutput) => void): void;
|
|
213
|
-
/**
|
|
214
|
-
* <p>Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.</p>
|
|
215
|
-
*/
|
|
216
|
-
deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteVPCEConfigurationCommandOutput>;
|
|
217
|
-
deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void): void;
|
|
218
|
-
deleteVPCEConfiguration(args: DeleteVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void): void;
|
|
219
|
-
/**
|
|
220
|
-
* <p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the
|
|
221
|
-
* account.</p>
|
|
222
|
-
*/
|
|
223
|
-
getAccountSettings(args: GetAccountSettingsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSettingsCommandOutput>;
|
|
224
|
-
getAccountSettings(args: GetAccountSettingsCommandInput, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
225
|
-
getAccountSettings(args: GetAccountSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSettingsCommandOutput) => void): void;
|
|
226
|
-
/**
|
|
227
|
-
* <p>Gets information about a unique device type.</p>
|
|
228
|
-
*/
|
|
229
|
-
getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
|
|
230
|
-
getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
|
|
231
|
-
getDevice(args: GetDeviceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
|
|
232
|
-
/**
|
|
233
|
-
* <p>Returns information about a device instance that belongs to a private device fleet.</p>
|
|
234
|
-
*/
|
|
235
|
-
getDeviceInstance(args: GetDeviceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceInstanceCommandOutput>;
|
|
236
|
-
getDeviceInstance(args: GetDeviceInstanceCommandInput, cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void): void;
|
|
237
|
-
getDeviceInstance(args: GetDeviceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void): void;
|
|
238
|
-
/**
|
|
239
|
-
* <p>Gets information about a device pool.</p>
|
|
240
|
-
*/
|
|
241
|
-
getDevicePool(args: GetDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePoolCommandOutput>;
|
|
242
|
-
getDevicePool(args: GetDevicePoolCommandInput, cb: (err: any, data?: GetDevicePoolCommandOutput) => void): void;
|
|
243
|
-
getDevicePool(args: GetDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePoolCommandOutput) => void): void;
|
|
244
|
-
/**
|
|
245
|
-
* <p>Gets information about compatibility with a device pool.</p>
|
|
246
|
-
*/
|
|
247
|
-
getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, options?: __HttpHandlerOptions): Promise<GetDevicePoolCompatibilityCommandOutput>;
|
|
248
|
-
getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void): void;
|
|
249
|
-
getDevicePoolCompatibility(args: GetDevicePoolCompatibilityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void): void;
|
|
250
|
-
/**
|
|
251
|
-
* <p>Returns information about the specified instance profile.</p>
|
|
252
|
-
*/
|
|
253
|
-
getInstanceProfile(args: GetInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetInstanceProfileCommandOutput>;
|
|
254
|
-
getInstanceProfile(args: GetInstanceProfileCommandInput, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
|
|
255
|
-
getInstanceProfile(args: GetInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetInstanceProfileCommandOutput) => void): void;
|
|
256
|
-
/**
|
|
257
|
-
* <p>Gets information about a job.</p>
|
|
258
|
-
*/
|
|
259
|
-
getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
|
|
260
|
-
getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
261
|
-
getJob(args: GetJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
262
|
-
/**
|
|
263
|
-
* <p>Returns information about a network profile.</p>
|
|
264
|
-
*/
|
|
265
|
-
getNetworkProfile(args: GetNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<GetNetworkProfileCommandOutput>;
|
|
266
|
-
getNetworkProfile(args: GetNetworkProfileCommandInput, cb: (err: any, data?: GetNetworkProfileCommandOutput) => void): void;
|
|
267
|
-
getNetworkProfile(args: GetNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetNetworkProfileCommandOutput) => void): void;
|
|
268
|
-
/**
|
|
269
|
-
* <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
|
|
270
|
-
* indicates how many offerings are currently available and the offerings that will be available in the next
|
|
271
|
-
* period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
|
|
272
|
-
* operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
273
|
-
*/
|
|
274
|
-
getOfferingStatus(args: GetOfferingStatusCommandInput, options?: __HttpHandlerOptions): Promise<GetOfferingStatusCommandOutput>;
|
|
275
|
-
getOfferingStatus(args: GetOfferingStatusCommandInput, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
|
|
276
|
-
getOfferingStatus(args: GetOfferingStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetOfferingStatusCommandOutput) => void): void;
|
|
277
|
-
/**
|
|
278
|
-
* <p>Gets information about a project.</p>
|
|
279
|
-
*/
|
|
280
|
-
getProject(args: GetProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetProjectCommandOutput>;
|
|
281
|
-
getProject(args: GetProjectCommandInput, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
|
|
282
|
-
getProject(args: GetProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
|
|
283
|
-
/**
|
|
284
|
-
* <p>Returns a link to a currently running remote access session.</p>
|
|
285
|
-
*/
|
|
286
|
-
getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetRemoteAccessSessionCommandOutput>;
|
|
287
|
-
getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void): void;
|
|
288
|
-
getRemoteAccessSession(args: GetRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void): void;
|
|
289
|
-
/**
|
|
290
|
-
* <p>Gets information about a run.</p>
|
|
291
|
-
*/
|
|
292
|
-
getRun(args: GetRunCommandInput, options?: __HttpHandlerOptions): Promise<GetRunCommandOutput>;
|
|
293
|
-
getRun(args: GetRunCommandInput, cb: (err: any, data?: GetRunCommandOutput) => void): void;
|
|
294
|
-
getRun(args: GetRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRunCommandOutput) => void): void;
|
|
295
|
-
/**
|
|
296
|
-
* <p>Gets information about a suite.</p>
|
|
297
|
-
*/
|
|
298
|
-
getSuite(args: GetSuiteCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteCommandOutput>;
|
|
299
|
-
getSuite(args: GetSuiteCommandInput, cb: (err: any, data?: GetSuiteCommandOutput) => void): void;
|
|
300
|
-
getSuite(args: GetSuiteCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSuiteCommandOutput) => void): void;
|
|
301
|
-
/**
|
|
302
|
-
* <p>Gets information about a test.</p>
|
|
303
|
-
*/
|
|
304
|
-
getTest(args: GetTestCommandInput, options?: __HttpHandlerOptions): Promise<GetTestCommandOutput>;
|
|
305
|
-
getTest(args: GetTestCommandInput, cb: (err: any, data?: GetTestCommandOutput) => void): void;
|
|
306
|
-
getTest(args: GetTestCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestCommandOutput) => void): void;
|
|
307
|
-
/**
|
|
308
|
-
* <p>Retrieves information about a Selenium testing project.</p>
|
|
309
|
-
*/
|
|
310
|
-
getTestGridProject(args: GetTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetTestGridProjectCommandOutput>;
|
|
311
|
-
getTestGridProject(args: GetTestGridProjectCommandInput, cb: (err: any, data?: GetTestGridProjectCommandOutput) => void): void;
|
|
312
|
-
getTestGridProject(args: GetTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestGridProjectCommandOutput) => void): void;
|
|
313
|
-
/**
|
|
314
|
-
* <p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>
|
|
315
|
-
* <ul>
|
|
316
|
-
* <li>
|
|
317
|
-
* <p>The session ARN (<a>GetTestGridSessionRequest$sessionArn</a>).</p>
|
|
318
|
-
* </li>
|
|
319
|
-
* <li>
|
|
320
|
-
* <p>The project ARN and a session ID (<a>GetTestGridSessionRequest$projectArn</a> and <a>GetTestGridSessionRequest$sessionId</a>).</p>
|
|
321
|
-
* </li>
|
|
322
|
-
* </ul>
|
|
323
|
-
* <p></p>
|
|
324
|
-
*/
|
|
325
|
-
getTestGridSession(args: GetTestGridSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetTestGridSessionCommandOutput>;
|
|
326
|
-
getTestGridSession(args: GetTestGridSessionCommandInput, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
|
|
327
|
-
getTestGridSession(args: GetTestGridSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTestGridSessionCommandOutput) => void): void;
|
|
328
|
-
/**
|
|
329
|
-
* <p>Gets information about an upload.</p>
|
|
330
|
-
*/
|
|
331
|
-
getUpload(args: GetUploadCommandInput, options?: __HttpHandlerOptions): Promise<GetUploadCommandOutput>;
|
|
332
|
-
getUpload(args: GetUploadCommandInput, cb: (err: any, data?: GetUploadCommandOutput) => void): void;
|
|
333
|
-
getUpload(args: GetUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUploadCommandOutput) => void): void;
|
|
334
|
-
/**
|
|
335
|
-
* <p>Returns information about the configuration settings for your Amazon Virtual Private
|
|
336
|
-
* Cloud (VPC) endpoint.</p>
|
|
337
|
-
*/
|
|
338
|
-
getVPCEConfiguration(args: GetVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetVPCEConfigurationCommandOutput>;
|
|
339
|
-
getVPCEConfiguration(args: GetVPCEConfigurationCommandInput, cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void): void;
|
|
340
|
-
getVPCEConfiguration(args: GetVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void): void;
|
|
341
|
-
/**
|
|
342
|
-
* <p>Installs an application to the device in a remote access session. For Android
|
|
343
|
-
* applications, the file must be in .apk format. For iOS applications, the file must be in
|
|
344
|
-
* .ipa format.</p>
|
|
345
|
-
*/
|
|
346
|
-
installToRemoteAccessSession(args: InstallToRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<InstallToRemoteAccessSessionCommandOutput>;
|
|
347
|
-
installToRemoteAccessSession(args: InstallToRemoteAccessSessionCommandInput, cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void): void;
|
|
348
|
-
installToRemoteAccessSession(args: InstallToRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void): void;
|
|
349
|
-
/**
|
|
350
|
-
* <p>Gets information about artifacts.</p>
|
|
351
|
-
*/
|
|
352
|
-
listArtifacts(args: ListArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListArtifactsCommandOutput>;
|
|
353
|
-
listArtifacts(args: ListArtifactsCommandInput, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
|
|
354
|
-
listArtifacts(args: ListArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListArtifactsCommandOutput) => void): void;
|
|
355
|
-
/**
|
|
356
|
-
* <p>Returns information about the private device instances associated with one or more AWS
|
|
357
|
-
* accounts.</p>
|
|
358
|
-
*/
|
|
359
|
-
listDeviceInstances(args: ListDeviceInstancesCommandInput, options?: __HttpHandlerOptions): Promise<ListDeviceInstancesCommandOutput>;
|
|
360
|
-
listDeviceInstances(args: ListDeviceInstancesCommandInput, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
|
|
361
|
-
listDeviceInstances(args: ListDeviceInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void): void;
|
|
362
|
-
/**
|
|
363
|
-
* <p>Gets information about device pools.</p>
|
|
364
|
-
*/
|
|
365
|
-
listDevicePools(args: ListDevicePoolsCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicePoolsCommandOutput>;
|
|
366
|
-
listDevicePools(args: ListDevicePoolsCommandInput, cb: (err: any, data?: ListDevicePoolsCommandOutput) => void): void;
|
|
367
|
-
listDevicePools(args: ListDevicePoolsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicePoolsCommandOutput) => void): void;
|
|
368
|
-
/**
|
|
369
|
-
* <p>Gets information about unique device types.</p>
|
|
370
|
-
*/
|
|
371
|
-
listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
|
|
372
|
-
listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
|
|
373
|
-
listDevices(args: ListDevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
|
|
374
|
-
/**
|
|
375
|
-
* <p>Returns information about all the instance profiles in an AWS account.</p>
|
|
376
|
-
*/
|
|
377
|
-
listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesCommandOutput>;
|
|
378
|
-
listInstanceProfiles(args: ListInstanceProfilesCommandInput, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
|
|
379
|
-
listInstanceProfiles(args: ListInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
|
|
380
|
-
/**
|
|
381
|
-
* <p>Gets information about jobs for a given test run.</p>
|
|
382
|
-
*/
|
|
383
|
-
listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
384
|
-
listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
385
|
-
listJobs(args: ListJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
386
|
-
/**
|
|
387
|
-
* <p>Returns the list of available network profiles.</p>
|
|
388
|
-
*/
|
|
389
|
-
listNetworkProfiles(args: ListNetworkProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListNetworkProfilesCommandOutput>;
|
|
390
|
-
listNetworkProfiles(args: ListNetworkProfilesCommandInput, cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void): void;
|
|
391
|
-
listNetworkProfiles(args: ListNetworkProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void): void;
|
|
392
|
-
/**
|
|
393
|
-
* <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
|
|
394
|
-
* of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
|
|
395
|
-
* the operation. Contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a> if you must be able to invoke this operation.</p>
|
|
396
|
-
*/
|
|
397
|
-
listOfferingPromotions(args: ListOfferingPromotionsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingPromotionsCommandOutput>;
|
|
398
|
-
listOfferingPromotions(args: ListOfferingPromotionsCommandInput, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
|
|
399
|
-
listOfferingPromotions(args: ListOfferingPromotionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void): void;
|
|
400
|
-
/**
|
|
401
|
-
* <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
|
|
402
|
-
* indicates the recurring price per unit and the frequency for that offering. The API returns a
|
|
403
|
-
* <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be
|
|
404
|
-
* able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
405
|
-
*/
|
|
406
|
-
listOfferings(args: ListOfferingsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingsCommandOutput>;
|
|
407
|
-
listOfferings(args: ListOfferingsCommandInput, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
|
|
408
|
-
listOfferings(args: ListOfferingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingsCommandOutput) => void): void;
|
|
409
|
-
/**
|
|
410
|
-
* <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
|
|
411
|
-
* account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).
|
|
412
|
-
* The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If
|
|
413
|
-
* you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
414
|
-
*/
|
|
415
|
-
listOfferingTransactions(args: ListOfferingTransactionsCommandInput, options?: __HttpHandlerOptions): Promise<ListOfferingTransactionsCommandOutput>;
|
|
416
|
-
listOfferingTransactions(args: ListOfferingTransactionsCommandInput, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
|
|
417
|
-
listOfferingTransactions(args: ListOfferingTransactionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void): void;
|
|
418
|
-
/**
|
|
419
|
-
* <p>Gets information about projects.</p>
|
|
420
|
-
*/
|
|
421
|
-
listProjects(args: ListProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListProjectsCommandOutput>;
|
|
422
|
-
listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
423
|
-
listProjects(args: ListProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
424
|
-
/**
|
|
425
|
-
* <p>Returns a list of all currently running remote access sessions.</p>
|
|
426
|
-
*/
|
|
427
|
-
listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListRemoteAccessSessionsCommandOutput>;
|
|
428
|
-
listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void): void;
|
|
429
|
-
listRemoteAccessSessions(args: ListRemoteAccessSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void): void;
|
|
430
|
-
/**
|
|
431
|
-
* <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
|
|
432
|
-
*/
|
|
433
|
-
listRuns(args: ListRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunsCommandOutput>;
|
|
434
|
-
listRuns(args: ListRunsCommandInput, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
|
|
435
|
-
listRuns(args: ListRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
|
|
436
|
-
/**
|
|
437
|
-
* <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
|
|
438
|
-
*/
|
|
439
|
-
listSamples(args: ListSamplesCommandInput, options?: __HttpHandlerOptions): Promise<ListSamplesCommandOutput>;
|
|
440
|
-
listSamples(args: ListSamplesCommandInput, cb: (err: any, data?: ListSamplesCommandOutput) => void): void;
|
|
441
|
-
listSamples(args: ListSamplesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSamplesCommandOutput) => void): void;
|
|
442
|
-
/**
|
|
443
|
-
* <p>Gets information about test suites for a given job.</p>
|
|
444
|
-
*/
|
|
445
|
-
listSuites(args: ListSuitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuitesCommandOutput>;
|
|
446
|
-
listSuites(args: ListSuitesCommandInput, cb: (err: any, data?: ListSuitesCommandOutput) => void): void;
|
|
447
|
-
listSuites(args: ListSuitesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSuitesCommandOutput) => void): void;
|
|
448
|
-
/**
|
|
449
|
-
* <p>List the tags for an AWS Device Farm resource.</p>
|
|
450
|
-
*/
|
|
451
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
452
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
453
|
-
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
454
|
-
/**
|
|
455
|
-
* <p>Gets a list of all Selenium testing projects in your account.</p>
|
|
456
|
-
*/
|
|
457
|
-
listTestGridProjects(args: ListTestGridProjectsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridProjectsCommandOutput>;
|
|
458
|
-
listTestGridProjects(args: ListTestGridProjectsCommandInput, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
|
|
459
|
-
listTestGridProjects(args: ListTestGridProjectsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void): void;
|
|
460
|
-
/**
|
|
461
|
-
* <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>
|
|
462
|
-
*/
|
|
463
|
-
listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionActionsCommandOutput>;
|
|
464
|
-
listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void): void;
|
|
465
|
-
listTestGridSessionActions(args: ListTestGridSessionActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void): void;
|
|
466
|
-
/**
|
|
467
|
-
* <p>Retrieves a list of artifacts created during the session.</p>
|
|
468
|
-
*/
|
|
469
|
-
listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionArtifactsCommandOutput>;
|
|
470
|
-
listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void): void;
|
|
471
|
-
listTestGridSessionArtifacts(args: ListTestGridSessionArtifactsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void): void;
|
|
472
|
-
/**
|
|
473
|
-
* <p>Retrieves a list of sessions for a <a>TestGridProject</a>.</p>
|
|
474
|
-
*/
|
|
475
|
-
listTestGridSessions(args: ListTestGridSessionsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestGridSessionsCommandOutput>;
|
|
476
|
-
listTestGridSessions(args: ListTestGridSessionsCommandInput, cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void): void;
|
|
477
|
-
listTestGridSessions(args: ListTestGridSessionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void): void;
|
|
478
|
-
/**
|
|
479
|
-
* <p>Gets information about tests in a given test suite.</p>
|
|
480
|
-
*/
|
|
481
|
-
listTests(args: ListTestsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestsCommandOutput>;
|
|
482
|
-
listTests(args: ListTestsCommandInput, cb: (err: any, data?: ListTestsCommandOutput) => void): void;
|
|
483
|
-
listTests(args: ListTestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTestsCommandOutput) => void): void;
|
|
484
|
-
/**
|
|
485
|
-
* <p>Gets information about unique problems, such as exceptions or crashes.</p>
|
|
486
|
-
* <p>Unique problems are defined as a single instance of an error across a run, job, or suite. For example,
|
|
487
|
-
* if a call in your application consistently raises an exception (<code>OutOfBoundsException in
|
|
488
|
-
* MyActivity.java:386</code>), <code>ListUniqueProblems</code> returns a single entry instead of many
|
|
489
|
-
* individual entries for that exception.</p>
|
|
490
|
-
*/
|
|
491
|
-
listUniqueProblems(args: ListUniqueProblemsCommandInput, options?: __HttpHandlerOptions): Promise<ListUniqueProblemsCommandOutput>;
|
|
492
|
-
listUniqueProblems(args: ListUniqueProblemsCommandInput, cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void): void;
|
|
493
|
-
listUniqueProblems(args: ListUniqueProblemsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void): void;
|
|
494
|
-
/**
|
|
495
|
-
* <p>Gets information about uploads, given an AWS Device Farm project ARN.</p>
|
|
496
|
-
*/
|
|
497
|
-
listUploads(args: ListUploadsCommandInput, options?: __HttpHandlerOptions): Promise<ListUploadsCommandOutput>;
|
|
498
|
-
listUploads(args: ListUploadsCommandInput, cb: (err: any, data?: ListUploadsCommandOutput) => void): void;
|
|
499
|
-
listUploads(args: ListUploadsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUploadsCommandOutput) => void): void;
|
|
500
|
-
/**
|
|
501
|
-
* <p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint
|
|
502
|
-
* configurations in the AWS account.</p>
|
|
503
|
-
*/
|
|
504
|
-
listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListVPCEConfigurationsCommandOutput>;
|
|
505
|
-
listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
|
|
506
|
-
listVPCEConfigurations(args: ListVPCEConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void): void;
|
|
507
|
-
/**
|
|
508
|
-
* <p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased
|
|
509
|
-
* quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code>
|
|
510
|
-
* error if the user is not permitted to invoke the operation. If you must be able to invoke this operation,
|
|
511
|
-
* contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
512
|
-
*/
|
|
513
|
-
purchaseOffering(args: PurchaseOfferingCommandInput, options?: __HttpHandlerOptions): Promise<PurchaseOfferingCommandOutput>;
|
|
514
|
-
purchaseOffering(args: PurchaseOfferingCommandInput, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
|
|
515
|
-
purchaseOffering(args: PurchaseOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PurchaseOfferingCommandOutput) => void): void;
|
|
516
|
-
/**
|
|
517
|
-
* <p>Explicitly sets the quantity of devices to renew for an offering, starting from the
|
|
518
|
-
* <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the
|
|
519
|
-
* user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
520
|
-
*/
|
|
521
|
-
renewOffering(args: RenewOfferingCommandInput, options?: __HttpHandlerOptions): Promise<RenewOfferingCommandOutput>;
|
|
522
|
-
renewOffering(args: RenewOfferingCommandInput, cb: (err: any, data?: RenewOfferingCommandOutput) => void): void;
|
|
523
|
-
renewOffering(args: RenewOfferingCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RenewOfferingCommandOutput) => void): void;
|
|
524
|
-
/**
|
|
525
|
-
* <p>Schedules a run.</p>
|
|
526
|
-
*/
|
|
527
|
-
scheduleRun(args: ScheduleRunCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleRunCommandOutput>;
|
|
528
|
-
scheduleRun(args: ScheduleRunCommandInput, cb: (err: any, data?: ScheduleRunCommandOutput) => void): void;
|
|
529
|
-
scheduleRun(args: ScheduleRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ScheduleRunCommandOutput) => void): void;
|
|
530
|
-
/**
|
|
531
|
-
* <p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device
|
|
532
|
-
* where tests have not started. You are not billed for this device. On the device where tests have started,
|
|
533
|
-
* setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown,
|
|
534
|
-
* and any tests that were in progress or already completed.</p>
|
|
535
|
-
*/
|
|
536
|
-
stopJob(args: StopJobCommandInput, options?: __HttpHandlerOptions): Promise<StopJobCommandOutput>;
|
|
537
|
-
stopJob(args: StopJobCommandInput, cb: (err: any, data?: StopJobCommandOutput) => void): void;
|
|
538
|
-
stopJob(args: StopJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopJobCommandOutput) => void): void;
|
|
539
|
-
/**
|
|
540
|
-
* <p>Ends a specified remote access session.</p>
|
|
541
|
-
*/
|
|
542
|
-
stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, options?: __HttpHandlerOptions): Promise<StopRemoteAccessSessionCommandOutput>;
|
|
543
|
-
stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void): void;
|
|
544
|
-
stopRemoteAccessSession(args: StopRemoteAccessSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void): void;
|
|
545
|
-
/**
|
|
546
|
-
* <p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices
|
|
547
|
-
* where tests have not started. You are not billed for these devices. On devices where tests have started
|
|
548
|
-
* executing, setup suite and teardown suite tests run to completion on those devices. You are billed for
|
|
549
|
-
* setup, teardown, and any tests that were in progress or already completed.</p>
|
|
550
|
-
*/
|
|
551
|
-
stopRun(args: StopRunCommandInput, options?: __HttpHandlerOptions): Promise<StopRunCommandOutput>;
|
|
552
|
-
stopRun(args: StopRunCommandInput, cb: (err: any, data?: StopRunCommandOutput) => void): void;
|
|
553
|
-
stopRun(args: StopRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopRunCommandOutput) => void): void;
|
|
554
|
-
/**
|
|
555
|
-
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags
|
|
556
|
-
* on a resource are not specified in the request parameters, they are not changed. When a resource is deleted,
|
|
557
|
-
* the tags associated with that resource are also deleted.</p>
|
|
558
|
-
*/
|
|
559
|
-
tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
560
|
-
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
561
|
-
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
562
|
-
/**
|
|
563
|
-
* <p>Deletes the specified tags from a resource.</p>
|
|
564
|
-
*/
|
|
565
|
-
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
566
|
-
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
567
|
-
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
568
|
-
/**
|
|
569
|
-
* <p>Updates information about a private device instance.</p>
|
|
570
|
-
*/
|
|
571
|
-
updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDeviceInstanceCommandOutput>;
|
|
572
|
-
updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void): void;
|
|
573
|
-
updateDeviceInstance(args: UpdateDeviceInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void): void;
|
|
574
|
-
/**
|
|
575
|
-
* <p>Modifies the name, description, and rules in a device pool given the attributes and
|
|
576
|
-
* the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a
|
|
577
|
-
* whole (or not at all).</p>
|
|
578
|
-
*/
|
|
579
|
-
updateDevicePool(args: UpdateDevicePoolCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDevicePoolCommandOutput>;
|
|
580
|
-
updateDevicePool(args: UpdateDevicePoolCommandInput, cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void): void;
|
|
581
|
-
updateDevicePool(args: UpdateDevicePoolCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void): void;
|
|
582
|
-
/**
|
|
583
|
-
* <p>Updates information about an existing private device instance profile.</p>
|
|
584
|
-
*/
|
|
585
|
-
updateInstanceProfile(args: UpdateInstanceProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInstanceProfileCommandOutput>;
|
|
586
|
-
updateInstanceProfile(args: UpdateInstanceProfileCommandInput, cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void): void;
|
|
587
|
-
updateInstanceProfile(args: UpdateInstanceProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void): void;
|
|
588
|
-
/**
|
|
589
|
-
* <p>Updates the network profile.</p>
|
|
590
|
-
*/
|
|
591
|
-
updateNetworkProfile(args: UpdateNetworkProfileCommandInput, options?: __HttpHandlerOptions): Promise<UpdateNetworkProfileCommandOutput>;
|
|
592
|
-
updateNetworkProfile(args: UpdateNetworkProfileCommandInput, cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void): void;
|
|
593
|
-
updateNetworkProfile(args: UpdateNetworkProfileCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void): void;
|
|
594
|
-
/**
|
|
595
|
-
* <p>Modifies the specified project name, given the project ARN and a new
|
|
596
|
-
* name.</p>
|
|
597
|
-
*/
|
|
598
|
-
updateProject(args: UpdateProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateProjectCommandOutput>;
|
|
599
|
-
updateProject(args: UpdateProjectCommandInput, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
600
|
-
updateProject(args: UpdateProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateProjectCommandOutput) => void): void;
|
|
601
|
-
/**
|
|
602
|
-
* <p>Change details of a project.</p>
|
|
603
|
-
*/
|
|
604
|
-
updateTestGridProject(args: UpdateTestGridProjectCommandInput, options?: __HttpHandlerOptions): Promise<UpdateTestGridProjectCommandOutput>;
|
|
605
|
-
updateTestGridProject(args: UpdateTestGridProjectCommandInput, cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void): void;
|
|
606
|
-
updateTestGridProject(args: UpdateTestGridProjectCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void): void;
|
|
607
|
-
/**
|
|
608
|
-
* <p>Updates an uploaded test spec.</p>
|
|
609
|
-
*/
|
|
610
|
-
updateUpload(args: UpdateUploadCommandInput, options?: __HttpHandlerOptions): Promise<UpdateUploadCommandOutput>;
|
|
611
|
-
updateUpload(args: UpdateUploadCommandInput, cb: (err: any, data?: UpdateUploadCommandOutput) => void): void;
|
|
612
|
-
updateUpload(args: UpdateUploadCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateUploadCommandOutput) => void): void;
|
|
613
|
-
/**
|
|
614
|
-
* <p>Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
|
|
615
|
-
*/
|
|
616
|
-
updateVPCEConfiguration(args: UpdateVPCEConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateVPCEConfigurationCommandOutput>;
|
|
617
|
-
updateVPCEConfiguration(args: UpdateVPCEConfigurationCommandInput, cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void): void;
|
|
618
|
-
updateVPCEConfiguration(args: UpdateVPCEConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void): void;
|
|
619
|
-
}
|