@aws-sdk/client-device-farm 3.32.0 → 3.36.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 +44 -0
- package/dist-cjs/DeviceFarm.js +1179 -0
- package/dist-cjs/DeviceFarmClient.js +57 -0
- package/dist-cjs/commands/CreateDevicePoolCommand.js +60 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +61 -0
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateProjectCommand.js +60 -0
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +61 -0
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +61 -0
- package/dist-cjs/commands/CreateUploadCommand.js +60 -0
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +61 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +61 -0
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/DeleteRunCommand.js +61 -0
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +66 -0
- package/dist-cjs/commands/DeleteUploadCommand.js +60 -0
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +60 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +61 -0
- package/dist-cjs/commands/GetDeviceCommand.js +60 -0
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +60 -0
- package/dist-cjs/commands/GetDevicePoolCommand.js +60 -0
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +60 -0
- package/dist-cjs/commands/GetInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/GetJobCommand.js +60 -0
- package/dist-cjs/commands/GetNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/GetOfferingStatusCommand.js +63 -0
- package/dist-cjs/commands/GetProjectCommand.js +60 -0
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/GetRunCommand.js +60 -0
- package/dist-cjs/commands/GetSuiteCommand.js +60 -0
- package/dist-cjs/commands/GetTestCommand.js +60 -0
- package/dist-cjs/commands/GetTestGridProjectCommand.js +60 -0
- package/dist-cjs/commands/GetTestGridSessionCommand.js +69 -0
- package/dist-cjs/commands/GetUploadCommand.js +60 -0
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +62 -0
- package/dist-cjs/commands/ListArtifactsCommand.js +60 -0
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePoolsCommand.js +60 -0
- package/dist-cjs/commands/ListDevicesCommand.js +60 -0
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListJobsCommand.js +60 -0
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +62 -0
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +63 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +63 -0
- package/dist-cjs/commands/ListProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +60 -0
- package/dist-cjs/commands/ListRunsCommand.js +60 -0
- package/dist-cjs/commands/ListSamplesCommand.js +60 -0
- package/dist-cjs/commands/ListSuitesCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +60 -0
- package/dist-cjs/commands/ListTestsCommand.js +60 -0
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +64 -0
- package/dist-cjs/commands/ListUploadsCommand.js +60 -0
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +63 -0
- package/dist-cjs/commands/RenewOfferingCommand.js +62 -0
- package/dist-cjs/commands/ScheduleRunCommand.js +60 -0
- package/dist-cjs/commands/StopJobCommand.js +63 -0
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/StopRunCommand.js +63 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +60 -0
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +61 -0
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +60 -0
- package/dist-cjs/commands/UpdateUploadCommand.js +60 -0
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +60 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +102 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2229 -0
- package/dist-cjs/pagination/GetOfferingStatusPaginator.js +44 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListArtifactsPaginator.js +44 -0
- package/dist-cjs/pagination/ListDevicePoolsPaginator.js +44 -0
- package/dist-cjs/pagination/ListDevicesPaginator.js +44 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +44 -0
- package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +44 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js +44 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +44 -0
- package/dist-cjs/pagination/ListRunsPaginator.js +44 -0
- package/dist-cjs/pagination/ListSamplesPaginator.js +44 -0
- package/dist-cjs/pagination/ListSuitesPaginator.js +44 -0
- package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestsPaginator.js +44 -0
- package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +44 -0
- package/dist-cjs/pagination/ListUploadsPaginator.js +44 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8832 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/DeviceFarm.js +1165 -0
- package/dist-es/DeviceFarmClient.js +37 -0
- package/dist-es/commands/CreateDevicePoolCommand.js +39 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +39 -0
- package/dist-es/commands/CreateNetworkProfileCommand.js +39 -0
- package/dist-es/commands/CreateProjectCommand.js +39 -0
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/CreateTestGridProjectCommand.js +39 -0
- package/dist-es/commands/CreateTestGridUrlCommand.js +39 -0
- package/dist-es/commands/CreateUploadCommand.js +39 -0
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteDevicePoolCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +39 -0
- package/dist-es/commands/DeleteNetworkProfileCommand.js +39 -0
- package/dist-es/commands/DeleteProjectCommand.js +39 -0
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/DeleteRunCommand.js +39 -0
- package/dist-es/commands/DeleteTestGridProjectCommand.js +39 -0
- package/dist-es/commands/DeleteUploadCommand.js +39 -0
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +39 -0
- package/dist-es/commands/GetDeviceCommand.js +39 -0
- package/dist-es/commands/GetDeviceInstanceCommand.js +39 -0
- package/dist-es/commands/GetDevicePoolCommand.js +39 -0
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +39 -0
- package/dist-es/commands/GetInstanceProfileCommand.js +39 -0
- package/dist-es/commands/GetJobCommand.js +39 -0
- package/dist-es/commands/GetNetworkProfileCommand.js +39 -0
- package/dist-es/commands/GetOfferingStatusCommand.js +39 -0
- package/dist-es/commands/GetProjectCommand.js +39 -0
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/GetRunCommand.js +39 -0
- package/dist-es/commands/GetSuiteCommand.js +39 -0
- package/dist-es/commands/GetTestCommand.js +39 -0
- package/dist-es/commands/GetTestGridProjectCommand.js +39 -0
- package/dist-es/commands/GetTestGridSessionCommand.js +39 -0
- package/dist-es/commands/GetUploadCommand.js +39 -0
- package/dist-es/commands/GetVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/ListArtifactsCommand.js +39 -0
- package/dist-es/commands/ListDeviceInstancesCommand.js +39 -0
- package/dist-es/commands/ListDevicePoolsCommand.js +39 -0
- package/dist-es/commands/ListDevicesCommand.js +39 -0
- package/dist-es/commands/ListInstanceProfilesCommand.js +39 -0
- package/dist-es/commands/ListJobsCommand.js +39 -0
- package/dist-es/commands/ListNetworkProfilesCommand.js +39 -0
- package/dist-es/commands/ListOfferingPromotionsCommand.js +39 -0
- package/dist-es/commands/ListOfferingTransactionsCommand.js +39 -0
- package/dist-es/commands/ListOfferingsCommand.js +39 -0
- package/dist-es/commands/ListProjectsCommand.js +39 -0
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +39 -0
- package/dist-es/commands/ListRunsCommand.js +39 -0
- package/dist-es/commands/ListSamplesCommand.js +39 -0
- package/dist-es/commands/ListSuitesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTestGridProjectsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionsCommand.js +39 -0
- package/dist-es/commands/ListTestsCommand.js +39 -0
- package/dist-es/commands/ListUniqueProblemsCommand.js +39 -0
- package/dist-es/commands/ListUploadsCommand.js +39 -0
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +39 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
- package/dist-es/commands/RenewOfferingCommand.js +39 -0
- package/dist-es/commands/ScheduleRunCommand.js +39 -0
- package/dist-es/commands/StopJobCommand.js +39 -0
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/StopRunCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +39 -0
- package/dist-es/commands/UpdateDevicePoolCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceProfileCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkProfileCommand.js +39 -0
- package/dist-es/commands/UpdateProjectCommand.js +39 -0
- package/dist-es/commands/UpdateTestGridProjectCommand.js +39 -0
- package/dist-es/commands/UpdateUploadCommand.js +39 -0
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1139 -0
- package/dist-es/pagination/GetOfferingStatusPaginator.js +73 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListArtifactsPaginator.js +73 -0
- package/dist-es/pagination/ListDevicePoolsPaginator.js +73 -0
- package/dist-es/pagination/ListDevicesPaginator.js +73 -0
- package/dist-es/pagination/ListJobsPaginator.js +73 -0
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +73 -0
- package/dist-es/pagination/ListOfferingsPaginator.js +73 -0
- package/dist-es/pagination/ListProjectsPaginator.js +73 -0
- package/dist-es/pagination/ListRunsPaginator.js +73 -0
- package/dist-es/pagination/ListSamplesPaginator.js +73 -0
- package/dist-es/pagination/ListSuitesPaginator.js +73 -0
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +74 -0
- package/dist-es/pagination/ListTestsPaginator.js +73 -0
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +73 -0
- package/dist-es/pagination/ListUploadsPaginator.js +73 -0
- package/dist-es/protocols/Aws_json1_1.js +9240 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -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/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → 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 +52 -49
- 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 +0 -2230
- 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 +0 -3
- 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 +0 -100
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- 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 +0 -2
- 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/jest.config.js +0 -4
- package/models/models_0.ts +0 -8246
- 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
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0";
|
|
5
|
+
export interface GetRemoteAccessSessionCommandInput extends GetRemoteAccessSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSessionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a link to a currently running remote access session.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetRemoteAccessSessionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetRemoteAccessSessionCommandInput;
|
|
28
|
+
constructor(input: GetRemoteAccessSessionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetRunRequest, GetRunResult } from "../models/models_0";
|
|
5
|
+
export interface GetRunCommandInput extends GetRunRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about a run.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetRunCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetRunCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetRunCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetRunCommandInput;
|
|
28
|
+
constructor(input: GetRunCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunCommandInput, GetRunCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
|
|
5
|
+
export interface GetSuiteCommandInput extends GetSuiteRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about a suite.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetSuiteCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetSuiteCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetSuiteCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetSuiteCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetSuiteCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetSuiteCommandInput;
|
|
28
|
+
constructor(input: GetSuiteCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteCommandInput, GetSuiteCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetTestRequest, GetTestResult } from "../models/models_0";
|
|
5
|
+
export interface GetTestCommandInput extends GetTestRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about a test.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetTestCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetTestCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetTestCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetTestCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetTestCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetTestCommandInput;
|
|
28
|
+
constructor(input: GetTestCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestCommandInput, GetTestCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0";
|
|
5
|
+
export interface GetTestGridProjectCommandInput extends GetTestGridProjectRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves information about a Selenium testing project.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetTestGridProjectCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetTestGridProjectCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetTestGridProjectCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetTestGridProjectCommandInput;
|
|
28
|
+
constructor(input: GetTestGridProjectCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0";
|
|
5
|
+
export interface GetTestGridSessionCommandInput extends GetTestGridSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <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>
|
|
11
|
+
* <ul>
|
|
12
|
+
* <li>
|
|
13
|
+
* <p>The session ARN (<a>GetTestGridSessionRequest$sessionArn</a>).</p>
|
|
14
|
+
* </li>
|
|
15
|
+
* <li>
|
|
16
|
+
* <p>The project ARN and a session ID (<a>GetTestGridSessionRequest$projectArn</a> and <a>GetTestGridSessionRequest$sessionId</a>).</p>
|
|
17
|
+
* </li>
|
|
18
|
+
* </ul>
|
|
19
|
+
* <p></p>
|
|
20
|
+
* @example
|
|
21
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
+
* ```javascript
|
|
23
|
+
* import { DeviceFarmClient, GetTestGridSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
24
|
+
* // const { DeviceFarmClient, GetTestGridSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
25
|
+
* const client = new DeviceFarmClient(config);
|
|
26
|
+
* const command = new GetTestGridSessionCommand(input);
|
|
27
|
+
* const response = await client.send(command);
|
|
28
|
+
* ```
|
|
29
|
+
*
|
|
30
|
+
* @see {@link GetTestGridSessionCommandInput} for command's `input` shape.
|
|
31
|
+
* @see {@link GetTestGridSessionCommandOutput} for command's `response` shape.
|
|
32
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
36
|
+
readonly input: GetTestGridSessionCommandInput;
|
|
37
|
+
constructor(input: GetTestGridSessionCommandInput);
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput>;
|
|
42
|
+
private serialize;
|
|
43
|
+
private deserialize;
|
|
44
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetUploadRequest, GetUploadResult } from "../models/models_0";
|
|
5
|
+
export interface GetUploadCommandInput extends GetUploadRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about an upload.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, GetUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, GetUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new GetUploadCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetUploadCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetUploadCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetUploadCommand extends $Command<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: GetUploadCommandInput;
|
|
28
|
+
constructor(input: GetUploadCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUploadCommandInput, GetUploadCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0";
|
|
5
|
+
export interface GetVPCEConfigurationCommandInput extends GetVPCEConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about the configuration settings for your Amazon Virtual Private
|
|
11
|
+
* Cloud (VPC) endpoint.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, GetVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, GetVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new GetVPCEConfigurationCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link GetVPCEConfigurationCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link GetVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: GetVPCEConfigurationCommandInput;
|
|
29
|
+
constructor(input: GetVPCEConfigurationCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { InstallToRemoteAccessSessionRequest, InstallToRemoteAccessSessionResult } from "../models/models_0";
|
|
5
|
+
export interface InstallToRemoteAccessSessionCommandInput extends InstallToRemoteAccessSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemoteAccessSessionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Installs an application to the device in a remote access session. For Android
|
|
11
|
+
* applications, the file must be in .apk format. For iOS applications, the file must be in
|
|
12
|
+
* .ipa format.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { DeviceFarmClient, InstallToRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
17
|
+
* // const { DeviceFarmClient, InstallToRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
18
|
+
* const client = new DeviceFarmClient(config);
|
|
19
|
+
* const command = new InstallToRemoteAccessSessionCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link InstallToRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link InstallToRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class InstallToRemoteAccessSessionCommand extends $Command<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
29
|
+
readonly input: InstallToRemoteAccessSessionCommandInput;
|
|
30
|
+
constructor(input: InstallToRemoteAccessSessionCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListArtifactsRequest, ListArtifactsResult } from "../models/models_0";
|
|
5
|
+
export interface ListArtifactsCommandInput extends ListArtifactsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListArtifactsCommandOutput extends ListArtifactsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about artifacts.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListArtifactsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListArtifactsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListArtifactsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListArtifactsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListArtifactsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListArtifactsCommand extends $Command<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListArtifactsCommandInput;
|
|
28
|
+
constructor(input: ListArtifactsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListArtifactsCommandInput, ListArtifactsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListDeviceInstancesRequest, ListDeviceInstancesResult } from "../models/models_0";
|
|
5
|
+
export interface ListDeviceInstancesCommandInput extends ListDeviceInstancesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about the private device instances associated with one or more AWS
|
|
11
|
+
* accounts.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, ListDeviceInstancesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, ListDeviceInstancesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new ListDeviceInstancesCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link ListDeviceInstancesCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link ListDeviceInstancesCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: ListDeviceInstancesCommandInput;
|
|
29
|
+
constructor(input: ListDeviceInstancesCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListDevicePoolsRequest, ListDevicePoolsResult } from "../models/models_0";
|
|
5
|
+
export interface ListDevicePoolsCommandInput extends ListDevicePoolsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about device pools.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListDevicePoolsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListDevicePoolsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListDevicePoolsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListDevicePoolsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListDevicePoolsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListDevicePoolsCommand extends $Command<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListDevicePoolsCommandInput;
|
|
28
|
+
constructor(input: ListDevicePoolsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListDevicesRequest, ListDevicesResult } from "../models/models_0";
|
|
5
|
+
export interface ListDevicesCommandInput extends ListDevicesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about unique device types.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListDevicesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListDevicesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListDevicesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListDevicesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListDevicesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListDevicesCommandInput;
|
|
28
|
+
constructor(input: ListDevicesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDevicesCommandInput, ListDevicesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListInstanceProfilesRequest, ListInstanceProfilesResult } from "../models/models_0";
|
|
5
|
+
export interface ListInstanceProfilesCommandInput extends ListInstanceProfilesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns information about all the instance profiles in an AWS account.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListInstanceProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListInstanceProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListInstanceProfilesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListInstanceProfilesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListInstanceProfilesCommandInput;
|
|
28
|
+
constructor(input: ListInstanceProfilesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListJobsRequest, ListJobsResult } from "../models/models_0";
|
|
5
|
+
export interface ListJobsCommandInput extends ListJobsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Gets information about jobs for a given test run.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListJobsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListJobsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListJobsCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListJobsCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListJobsCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListJobsCommandInput;
|
|
28
|
+
constructor(input: ListJobsCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListNetworkProfilesRequest, ListNetworkProfilesResult } from "../models/models_0";
|
|
5
|
+
export interface ListNetworkProfilesCommandInput extends ListNetworkProfilesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns the list of available network profiles.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, ListNetworkProfilesCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, ListNetworkProfilesCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new ListNetworkProfilesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListNetworkProfilesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListNetworkProfilesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: ListNetworkProfilesCommandInput;
|
|
28
|
+
constructor(input: ListNetworkProfilesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { ListOfferingPromotionsRequest, ListOfferingPromotionsResult } from "../models/models_0";
|
|
5
|
+
export interface ListOfferingPromotionsCommandInput extends ListOfferingPromotionsRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromotionsResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
|
|
11
|
+
* of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
|
|
12
|
+
* 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>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { DeviceFarmClient, ListOfferingPromotionsCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
17
|
+
* // const { DeviceFarmClient, ListOfferingPromotionsCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
18
|
+
* const client = new DeviceFarmClient(config);
|
|
19
|
+
* const command = new ListOfferingPromotionsCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link ListOfferingPromotionsCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link ListOfferingPromotionsCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
29
|
+
readonly input: ListOfferingPromotionsCommandInput;
|
|
30
|
+
constructor(input: ListOfferingPromotionsCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|