@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
package/DeviceFarm.ts
DELETED
|
@@ -1,2727 +0,0 @@
|
|
|
1
|
-
import { DeviceFarmClient } from "./DeviceFarmClient";
|
|
2
|
-
import {
|
|
3
|
-
CreateDevicePoolCommand,
|
|
4
|
-
CreateDevicePoolCommandInput,
|
|
5
|
-
CreateDevicePoolCommandOutput,
|
|
6
|
-
} from "./commands/CreateDevicePoolCommand";
|
|
7
|
-
import {
|
|
8
|
-
CreateInstanceProfileCommand,
|
|
9
|
-
CreateInstanceProfileCommandInput,
|
|
10
|
-
CreateInstanceProfileCommandOutput,
|
|
11
|
-
} from "./commands/CreateInstanceProfileCommand";
|
|
12
|
-
import {
|
|
13
|
-
CreateNetworkProfileCommand,
|
|
14
|
-
CreateNetworkProfileCommandInput,
|
|
15
|
-
CreateNetworkProfileCommandOutput,
|
|
16
|
-
} from "./commands/CreateNetworkProfileCommand";
|
|
17
|
-
import {
|
|
18
|
-
CreateProjectCommand,
|
|
19
|
-
CreateProjectCommandInput,
|
|
20
|
-
CreateProjectCommandOutput,
|
|
21
|
-
} from "./commands/CreateProjectCommand";
|
|
22
|
-
import {
|
|
23
|
-
CreateRemoteAccessSessionCommand,
|
|
24
|
-
CreateRemoteAccessSessionCommandInput,
|
|
25
|
-
CreateRemoteAccessSessionCommandOutput,
|
|
26
|
-
} from "./commands/CreateRemoteAccessSessionCommand";
|
|
27
|
-
import {
|
|
28
|
-
CreateTestGridProjectCommand,
|
|
29
|
-
CreateTestGridProjectCommandInput,
|
|
30
|
-
CreateTestGridProjectCommandOutput,
|
|
31
|
-
} from "./commands/CreateTestGridProjectCommand";
|
|
32
|
-
import {
|
|
33
|
-
CreateTestGridUrlCommand,
|
|
34
|
-
CreateTestGridUrlCommandInput,
|
|
35
|
-
CreateTestGridUrlCommandOutput,
|
|
36
|
-
} from "./commands/CreateTestGridUrlCommand";
|
|
37
|
-
import {
|
|
38
|
-
CreateUploadCommand,
|
|
39
|
-
CreateUploadCommandInput,
|
|
40
|
-
CreateUploadCommandOutput,
|
|
41
|
-
} from "./commands/CreateUploadCommand";
|
|
42
|
-
import {
|
|
43
|
-
CreateVPCEConfigurationCommand,
|
|
44
|
-
CreateVPCEConfigurationCommandInput,
|
|
45
|
-
CreateVPCEConfigurationCommandOutput,
|
|
46
|
-
} from "./commands/CreateVPCEConfigurationCommand";
|
|
47
|
-
import {
|
|
48
|
-
DeleteDevicePoolCommand,
|
|
49
|
-
DeleteDevicePoolCommandInput,
|
|
50
|
-
DeleteDevicePoolCommandOutput,
|
|
51
|
-
} from "./commands/DeleteDevicePoolCommand";
|
|
52
|
-
import {
|
|
53
|
-
DeleteInstanceProfileCommand,
|
|
54
|
-
DeleteInstanceProfileCommandInput,
|
|
55
|
-
DeleteInstanceProfileCommandOutput,
|
|
56
|
-
} from "./commands/DeleteInstanceProfileCommand";
|
|
57
|
-
import {
|
|
58
|
-
DeleteNetworkProfileCommand,
|
|
59
|
-
DeleteNetworkProfileCommandInput,
|
|
60
|
-
DeleteNetworkProfileCommandOutput,
|
|
61
|
-
} from "./commands/DeleteNetworkProfileCommand";
|
|
62
|
-
import {
|
|
63
|
-
DeleteProjectCommand,
|
|
64
|
-
DeleteProjectCommandInput,
|
|
65
|
-
DeleteProjectCommandOutput,
|
|
66
|
-
} from "./commands/DeleteProjectCommand";
|
|
67
|
-
import {
|
|
68
|
-
DeleteRemoteAccessSessionCommand,
|
|
69
|
-
DeleteRemoteAccessSessionCommandInput,
|
|
70
|
-
DeleteRemoteAccessSessionCommandOutput,
|
|
71
|
-
} from "./commands/DeleteRemoteAccessSessionCommand";
|
|
72
|
-
import { DeleteRunCommand, DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
|
|
73
|
-
import {
|
|
74
|
-
DeleteTestGridProjectCommand,
|
|
75
|
-
DeleteTestGridProjectCommandInput,
|
|
76
|
-
DeleteTestGridProjectCommandOutput,
|
|
77
|
-
} from "./commands/DeleteTestGridProjectCommand";
|
|
78
|
-
import {
|
|
79
|
-
DeleteUploadCommand,
|
|
80
|
-
DeleteUploadCommandInput,
|
|
81
|
-
DeleteUploadCommandOutput,
|
|
82
|
-
} from "./commands/DeleteUploadCommand";
|
|
83
|
-
import {
|
|
84
|
-
DeleteVPCEConfigurationCommand,
|
|
85
|
-
DeleteVPCEConfigurationCommandInput,
|
|
86
|
-
DeleteVPCEConfigurationCommandOutput,
|
|
87
|
-
} from "./commands/DeleteVPCEConfigurationCommand";
|
|
88
|
-
import {
|
|
89
|
-
GetAccountSettingsCommand,
|
|
90
|
-
GetAccountSettingsCommandInput,
|
|
91
|
-
GetAccountSettingsCommandOutput,
|
|
92
|
-
} from "./commands/GetAccountSettingsCommand";
|
|
93
|
-
import { GetDeviceCommand, GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
|
|
94
|
-
import {
|
|
95
|
-
GetDeviceInstanceCommand,
|
|
96
|
-
GetDeviceInstanceCommandInput,
|
|
97
|
-
GetDeviceInstanceCommandOutput,
|
|
98
|
-
} from "./commands/GetDeviceInstanceCommand";
|
|
99
|
-
import {
|
|
100
|
-
GetDevicePoolCommand,
|
|
101
|
-
GetDevicePoolCommandInput,
|
|
102
|
-
GetDevicePoolCommandOutput,
|
|
103
|
-
} from "./commands/GetDevicePoolCommand";
|
|
104
|
-
import {
|
|
105
|
-
GetDevicePoolCompatibilityCommand,
|
|
106
|
-
GetDevicePoolCompatibilityCommandInput,
|
|
107
|
-
GetDevicePoolCompatibilityCommandOutput,
|
|
108
|
-
} from "./commands/GetDevicePoolCompatibilityCommand";
|
|
109
|
-
import {
|
|
110
|
-
GetInstanceProfileCommand,
|
|
111
|
-
GetInstanceProfileCommandInput,
|
|
112
|
-
GetInstanceProfileCommandOutput,
|
|
113
|
-
} from "./commands/GetInstanceProfileCommand";
|
|
114
|
-
import { GetJobCommand, GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
115
|
-
import {
|
|
116
|
-
GetNetworkProfileCommand,
|
|
117
|
-
GetNetworkProfileCommandInput,
|
|
118
|
-
GetNetworkProfileCommandOutput,
|
|
119
|
-
} from "./commands/GetNetworkProfileCommand";
|
|
120
|
-
import {
|
|
121
|
-
GetOfferingStatusCommand,
|
|
122
|
-
GetOfferingStatusCommandInput,
|
|
123
|
-
GetOfferingStatusCommandOutput,
|
|
124
|
-
} from "./commands/GetOfferingStatusCommand";
|
|
125
|
-
import { GetProjectCommand, GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
126
|
-
import {
|
|
127
|
-
GetRemoteAccessSessionCommand,
|
|
128
|
-
GetRemoteAccessSessionCommandInput,
|
|
129
|
-
GetRemoteAccessSessionCommandOutput,
|
|
130
|
-
} from "./commands/GetRemoteAccessSessionCommand";
|
|
131
|
-
import { GetRunCommand, GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
|
|
132
|
-
import { GetSuiteCommand, GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
|
|
133
|
-
import { GetTestCommand, GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
|
|
134
|
-
import {
|
|
135
|
-
GetTestGridProjectCommand,
|
|
136
|
-
GetTestGridProjectCommandInput,
|
|
137
|
-
GetTestGridProjectCommandOutput,
|
|
138
|
-
} from "./commands/GetTestGridProjectCommand";
|
|
139
|
-
import {
|
|
140
|
-
GetTestGridSessionCommand,
|
|
141
|
-
GetTestGridSessionCommandInput,
|
|
142
|
-
GetTestGridSessionCommandOutput,
|
|
143
|
-
} from "./commands/GetTestGridSessionCommand";
|
|
144
|
-
import { GetUploadCommand, GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
|
|
145
|
-
import {
|
|
146
|
-
GetVPCEConfigurationCommand,
|
|
147
|
-
GetVPCEConfigurationCommandInput,
|
|
148
|
-
GetVPCEConfigurationCommandOutput,
|
|
149
|
-
} from "./commands/GetVPCEConfigurationCommand";
|
|
150
|
-
import {
|
|
151
|
-
InstallToRemoteAccessSessionCommand,
|
|
152
|
-
InstallToRemoteAccessSessionCommandInput,
|
|
153
|
-
InstallToRemoteAccessSessionCommandOutput,
|
|
154
|
-
} from "./commands/InstallToRemoteAccessSessionCommand";
|
|
155
|
-
import {
|
|
156
|
-
ListArtifactsCommand,
|
|
157
|
-
ListArtifactsCommandInput,
|
|
158
|
-
ListArtifactsCommandOutput,
|
|
159
|
-
} from "./commands/ListArtifactsCommand";
|
|
160
|
-
import {
|
|
161
|
-
ListDeviceInstancesCommand,
|
|
162
|
-
ListDeviceInstancesCommandInput,
|
|
163
|
-
ListDeviceInstancesCommandOutput,
|
|
164
|
-
} from "./commands/ListDeviceInstancesCommand";
|
|
165
|
-
import {
|
|
166
|
-
ListDevicePoolsCommand,
|
|
167
|
-
ListDevicePoolsCommandInput,
|
|
168
|
-
ListDevicePoolsCommandOutput,
|
|
169
|
-
} from "./commands/ListDevicePoolsCommand";
|
|
170
|
-
import { ListDevicesCommand, ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
|
|
171
|
-
import {
|
|
172
|
-
ListInstanceProfilesCommand,
|
|
173
|
-
ListInstanceProfilesCommandInput,
|
|
174
|
-
ListInstanceProfilesCommandOutput,
|
|
175
|
-
} from "./commands/ListInstanceProfilesCommand";
|
|
176
|
-
import { ListJobsCommand, ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
177
|
-
import {
|
|
178
|
-
ListNetworkProfilesCommand,
|
|
179
|
-
ListNetworkProfilesCommandInput,
|
|
180
|
-
ListNetworkProfilesCommandOutput,
|
|
181
|
-
} from "./commands/ListNetworkProfilesCommand";
|
|
182
|
-
import {
|
|
183
|
-
ListOfferingPromotionsCommand,
|
|
184
|
-
ListOfferingPromotionsCommandInput,
|
|
185
|
-
ListOfferingPromotionsCommandOutput,
|
|
186
|
-
} from "./commands/ListOfferingPromotionsCommand";
|
|
187
|
-
import {
|
|
188
|
-
ListOfferingTransactionsCommand,
|
|
189
|
-
ListOfferingTransactionsCommandInput,
|
|
190
|
-
ListOfferingTransactionsCommandOutput,
|
|
191
|
-
} from "./commands/ListOfferingTransactionsCommand";
|
|
192
|
-
import {
|
|
193
|
-
ListOfferingsCommand,
|
|
194
|
-
ListOfferingsCommandInput,
|
|
195
|
-
ListOfferingsCommandOutput,
|
|
196
|
-
} from "./commands/ListOfferingsCommand";
|
|
197
|
-
import {
|
|
198
|
-
ListProjectsCommand,
|
|
199
|
-
ListProjectsCommandInput,
|
|
200
|
-
ListProjectsCommandOutput,
|
|
201
|
-
} from "./commands/ListProjectsCommand";
|
|
202
|
-
import {
|
|
203
|
-
ListRemoteAccessSessionsCommand,
|
|
204
|
-
ListRemoteAccessSessionsCommandInput,
|
|
205
|
-
ListRemoteAccessSessionsCommandOutput,
|
|
206
|
-
} from "./commands/ListRemoteAccessSessionsCommand";
|
|
207
|
-
import { ListRunsCommand, ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
|
|
208
|
-
import { ListSamplesCommand, ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
|
|
209
|
-
import { ListSuitesCommand, ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
|
|
210
|
-
import {
|
|
211
|
-
ListTagsForResourceCommand,
|
|
212
|
-
ListTagsForResourceCommandInput,
|
|
213
|
-
ListTagsForResourceCommandOutput,
|
|
214
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
215
|
-
import {
|
|
216
|
-
ListTestGridProjectsCommand,
|
|
217
|
-
ListTestGridProjectsCommandInput,
|
|
218
|
-
ListTestGridProjectsCommandOutput,
|
|
219
|
-
} from "./commands/ListTestGridProjectsCommand";
|
|
220
|
-
import {
|
|
221
|
-
ListTestGridSessionActionsCommand,
|
|
222
|
-
ListTestGridSessionActionsCommandInput,
|
|
223
|
-
ListTestGridSessionActionsCommandOutput,
|
|
224
|
-
} from "./commands/ListTestGridSessionActionsCommand";
|
|
225
|
-
import {
|
|
226
|
-
ListTestGridSessionArtifactsCommand,
|
|
227
|
-
ListTestGridSessionArtifactsCommandInput,
|
|
228
|
-
ListTestGridSessionArtifactsCommandOutput,
|
|
229
|
-
} from "./commands/ListTestGridSessionArtifactsCommand";
|
|
230
|
-
import {
|
|
231
|
-
ListTestGridSessionsCommand,
|
|
232
|
-
ListTestGridSessionsCommandInput,
|
|
233
|
-
ListTestGridSessionsCommandOutput,
|
|
234
|
-
} from "./commands/ListTestGridSessionsCommand";
|
|
235
|
-
import { ListTestsCommand, ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
|
|
236
|
-
import {
|
|
237
|
-
ListUniqueProblemsCommand,
|
|
238
|
-
ListUniqueProblemsCommandInput,
|
|
239
|
-
ListUniqueProblemsCommandOutput,
|
|
240
|
-
} from "./commands/ListUniqueProblemsCommand";
|
|
241
|
-
import { ListUploadsCommand, ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
|
|
242
|
-
import {
|
|
243
|
-
ListVPCEConfigurationsCommand,
|
|
244
|
-
ListVPCEConfigurationsCommandInput,
|
|
245
|
-
ListVPCEConfigurationsCommandOutput,
|
|
246
|
-
} from "./commands/ListVPCEConfigurationsCommand";
|
|
247
|
-
import {
|
|
248
|
-
PurchaseOfferingCommand,
|
|
249
|
-
PurchaseOfferingCommandInput,
|
|
250
|
-
PurchaseOfferingCommandOutput,
|
|
251
|
-
} from "./commands/PurchaseOfferingCommand";
|
|
252
|
-
import {
|
|
253
|
-
RenewOfferingCommand,
|
|
254
|
-
RenewOfferingCommandInput,
|
|
255
|
-
RenewOfferingCommandOutput,
|
|
256
|
-
} from "./commands/RenewOfferingCommand";
|
|
257
|
-
import { ScheduleRunCommand, ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
|
|
258
|
-
import { StopJobCommand, StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
|
|
259
|
-
import {
|
|
260
|
-
StopRemoteAccessSessionCommand,
|
|
261
|
-
StopRemoteAccessSessionCommandInput,
|
|
262
|
-
StopRemoteAccessSessionCommandOutput,
|
|
263
|
-
} from "./commands/StopRemoteAccessSessionCommand";
|
|
264
|
-
import { StopRunCommand, StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
|
|
265
|
-
import { TagResourceCommand, TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
266
|
-
import {
|
|
267
|
-
UntagResourceCommand,
|
|
268
|
-
UntagResourceCommandInput,
|
|
269
|
-
UntagResourceCommandOutput,
|
|
270
|
-
} from "./commands/UntagResourceCommand";
|
|
271
|
-
import {
|
|
272
|
-
UpdateDeviceInstanceCommand,
|
|
273
|
-
UpdateDeviceInstanceCommandInput,
|
|
274
|
-
UpdateDeviceInstanceCommandOutput,
|
|
275
|
-
} from "./commands/UpdateDeviceInstanceCommand";
|
|
276
|
-
import {
|
|
277
|
-
UpdateDevicePoolCommand,
|
|
278
|
-
UpdateDevicePoolCommandInput,
|
|
279
|
-
UpdateDevicePoolCommandOutput,
|
|
280
|
-
} from "./commands/UpdateDevicePoolCommand";
|
|
281
|
-
import {
|
|
282
|
-
UpdateInstanceProfileCommand,
|
|
283
|
-
UpdateInstanceProfileCommandInput,
|
|
284
|
-
UpdateInstanceProfileCommandOutput,
|
|
285
|
-
} from "./commands/UpdateInstanceProfileCommand";
|
|
286
|
-
import {
|
|
287
|
-
UpdateNetworkProfileCommand,
|
|
288
|
-
UpdateNetworkProfileCommandInput,
|
|
289
|
-
UpdateNetworkProfileCommandOutput,
|
|
290
|
-
} from "./commands/UpdateNetworkProfileCommand";
|
|
291
|
-
import {
|
|
292
|
-
UpdateProjectCommand,
|
|
293
|
-
UpdateProjectCommandInput,
|
|
294
|
-
UpdateProjectCommandOutput,
|
|
295
|
-
} from "./commands/UpdateProjectCommand";
|
|
296
|
-
import {
|
|
297
|
-
UpdateTestGridProjectCommand,
|
|
298
|
-
UpdateTestGridProjectCommandInput,
|
|
299
|
-
UpdateTestGridProjectCommandOutput,
|
|
300
|
-
} from "./commands/UpdateTestGridProjectCommand";
|
|
301
|
-
import {
|
|
302
|
-
UpdateUploadCommand,
|
|
303
|
-
UpdateUploadCommandInput,
|
|
304
|
-
UpdateUploadCommandOutput,
|
|
305
|
-
} from "./commands/UpdateUploadCommand";
|
|
306
|
-
import {
|
|
307
|
-
UpdateVPCEConfigurationCommand,
|
|
308
|
-
UpdateVPCEConfigurationCommandInput,
|
|
309
|
-
UpdateVPCEConfigurationCommandOutput,
|
|
310
|
-
} from "./commands/UpdateVPCEConfigurationCommand";
|
|
311
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
312
|
-
|
|
313
|
-
/**
|
|
314
|
-
* <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
|
|
315
|
-
* <ul>
|
|
316
|
-
* <li>
|
|
317
|
-
* <p>Testing on desktop browsers</p>
|
|
318
|
-
* <p> Device Farm makes it possible for you to test your web applications on desktop browsers using
|
|
319
|
-
* Selenium. The APIs for desktop browser testing contain <code>TestGrid</code> in their names. For
|
|
320
|
-
* more information, see <a href="https://docs.aws.amazon.com/devicefarm/latest/testgrid/">Testing Web
|
|
321
|
-
* Applications on Selenium with Device Farm</a>.</p>
|
|
322
|
-
* </li>
|
|
323
|
-
* <li>
|
|
324
|
-
* <p>Testing on real mobile devices</p>
|
|
325
|
-
* <p>Device Farm makes it possible for you to test apps on physical phones, tablets, and other
|
|
326
|
-
* devices in the cloud. For more information, see the <a href="https://docs.aws.amazon.com/devicefarm/latest/developerguide/">Device Farm Developer Guide</a>.</p>
|
|
327
|
-
* </li>
|
|
328
|
-
* </ul>
|
|
329
|
-
*/
|
|
330
|
-
export class DeviceFarm extends DeviceFarmClient {
|
|
331
|
-
/**
|
|
332
|
-
* <p>Creates a device pool.</p>
|
|
333
|
-
*/
|
|
334
|
-
public createDevicePool(
|
|
335
|
-
args: CreateDevicePoolCommandInput,
|
|
336
|
-
options?: __HttpHandlerOptions
|
|
337
|
-
): Promise<CreateDevicePoolCommandOutput>;
|
|
338
|
-
public createDevicePool(
|
|
339
|
-
args: CreateDevicePoolCommandInput,
|
|
340
|
-
cb: (err: any, data?: CreateDevicePoolCommandOutput) => void
|
|
341
|
-
): void;
|
|
342
|
-
public createDevicePool(
|
|
343
|
-
args: CreateDevicePoolCommandInput,
|
|
344
|
-
options: __HttpHandlerOptions,
|
|
345
|
-
cb: (err: any, data?: CreateDevicePoolCommandOutput) => void
|
|
346
|
-
): void;
|
|
347
|
-
public createDevicePool(
|
|
348
|
-
args: CreateDevicePoolCommandInput,
|
|
349
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateDevicePoolCommandOutput) => void),
|
|
350
|
-
cb?: (err: any, data?: CreateDevicePoolCommandOutput) => void
|
|
351
|
-
): Promise<CreateDevicePoolCommandOutput> | void {
|
|
352
|
-
const command = new CreateDevicePoolCommand(args);
|
|
353
|
-
if (typeof optionsOrCb === "function") {
|
|
354
|
-
this.send(command, optionsOrCb);
|
|
355
|
-
} else if (typeof cb === "function") {
|
|
356
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
357
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
358
|
-
} else {
|
|
359
|
-
return this.send(command, optionsOrCb);
|
|
360
|
-
}
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
/**
|
|
364
|
-
* <p>Creates a profile that can be applied to one or more private fleet device
|
|
365
|
-
* instances.</p>
|
|
366
|
-
*/
|
|
367
|
-
public createInstanceProfile(
|
|
368
|
-
args: CreateInstanceProfileCommandInput,
|
|
369
|
-
options?: __HttpHandlerOptions
|
|
370
|
-
): Promise<CreateInstanceProfileCommandOutput>;
|
|
371
|
-
public createInstanceProfile(
|
|
372
|
-
args: CreateInstanceProfileCommandInput,
|
|
373
|
-
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
374
|
-
): void;
|
|
375
|
-
public createInstanceProfile(
|
|
376
|
-
args: CreateInstanceProfileCommandInput,
|
|
377
|
-
options: __HttpHandlerOptions,
|
|
378
|
-
cb: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
379
|
-
): void;
|
|
380
|
-
public createInstanceProfile(
|
|
381
|
-
args: CreateInstanceProfileCommandInput,
|
|
382
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateInstanceProfileCommandOutput) => void),
|
|
383
|
-
cb?: (err: any, data?: CreateInstanceProfileCommandOutput) => void
|
|
384
|
-
): Promise<CreateInstanceProfileCommandOutput> | void {
|
|
385
|
-
const command = new CreateInstanceProfileCommand(args);
|
|
386
|
-
if (typeof optionsOrCb === "function") {
|
|
387
|
-
this.send(command, optionsOrCb);
|
|
388
|
-
} else if (typeof cb === "function") {
|
|
389
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
390
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
391
|
-
} else {
|
|
392
|
-
return this.send(command, optionsOrCb);
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* <p>Creates a network profile.</p>
|
|
398
|
-
*/
|
|
399
|
-
public createNetworkProfile(
|
|
400
|
-
args: CreateNetworkProfileCommandInput,
|
|
401
|
-
options?: __HttpHandlerOptions
|
|
402
|
-
): Promise<CreateNetworkProfileCommandOutput>;
|
|
403
|
-
public createNetworkProfile(
|
|
404
|
-
args: CreateNetworkProfileCommandInput,
|
|
405
|
-
cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void
|
|
406
|
-
): void;
|
|
407
|
-
public createNetworkProfile(
|
|
408
|
-
args: CreateNetworkProfileCommandInput,
|
|
409
|
-
options: __HttpHandlerOptions,
|
|
410
|
-
cb: (err: any, data?: CreateNetworkProfileCommandOutput) => void
|
|
411
|
-
): void;
|
|
412
|
-
public createNetworkProfile(
|
|
413
|
-
args: CreateNetworkProfileCommandInput,
|
|
414
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateNetworkProfileCommandOutput) => void),
|
|
415
|
-
cb?: (err: any, data?: CreateNetworkProfileCommandOutput) => void
|
|
416
|
-
): Promise<CreateNetworkProfileCommandOutput> | void {
|
|
417
|
-
const command = new CreateNetworkProfileCommand(args);
|
|
418
|
-
if (typeof optionsOrCb === "function") {
|
|
419
|
-
this.send(command, optionsOrCb);
|
|
420
|
-
} else if (typeof cb === "function") {
|
|
421
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
422
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
423
|
-
} else {
|
|
424
|
-
return this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
}
|
|
427
|
-
|
|
428
|
-
/**
|
|
429
|
-
* <p>Creates a project.</p>
|
|
430
|
-
*/
|
|
431
|
-
public createProject(
|
|
432
|
-
args: CreateProjectCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
434
|
-
): Promise<CreateProjectCommandOutput>;
|
|
435
|
-
public createProject(
|
|
436
|
-
args: CreateProjectCommandInput,
|
|
437
|
-
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
438
|
-
): void;
|
|
439
|
-
public createProject(
|
|
440
|
-
args: CreateProjectCommandInput,
|
|
441
|
-
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: CreateProjectCommandOutput) => void
|
|
443
|
-
): void;
|
|
444
|
-
public createProject(
|
|
445
|
-
args: CreateProjectCommandInput,
|
|
446
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateProjectCommandOutput) => void),
|
|
447
|
-
cb?: (err: any, data?: CreateProjectCommandOutput) => void
|
|
448
|
-
): Promise<CreateProjectCommandOutput> | void {
|
|
449
|
-
const command = new CreateProjectCommand(args);
|
|
450
|
-
if (typeof optionsOrCb === "function") {
|
|
451
|
-
this.send(command, optionsOrCb);
|
|
452
|
-
} else if (typeof cb === "function") {
|
|
453
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
454
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
455
|
-
} else {
|
|
456
|
-
return this.send(command, optionsOrCb);
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
|
|
460
|
-
/**
|
|
461
|
-
* <p>Specifies and starts a remote access session.</p>
|
|
462
|
-
*/
|
|
463
|
-
public createRemoteAccessSession(
|
|
464
|
-
args: CreateRemoteAccessSessionCommandInput,
|
|
465
|
-
options?: __HttpHandlerOptions
|
|
466
|
-
): Promise<CreateRemoteAccessSessionCommandOutput>;
|
|
467
|
-
public createRemoteAccessSession(
|
|
468
|
-
args: CreateRemoteAccessSessionCommandInput,
|
|
469
|
-
cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void
|
|
470
|
-
): void;
|
|
471
|
-
public createRemoteAccessSession(
|
|
472
|
-
args: CreateRemoteAccessSessionCommandInput,
|
|
473
|
-
options: __HttpHandlerOptions,
|
|
474
|
-
cb: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void
|
|
475
|
-
): void;
|
|
476
|
-
public createRemoteAccessSession(
|
|
477
|
-
args: CreateRemoteAccessSessionCommandInput,
|
|
478
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateRemoteAccessSessionCommandOutput) => void),
|
|
479
|
-
cb?: (err: any, data?: CreateRemoteAccessSessionCommandOutput) => void
|
|
480
|
-
): Promise<CreateRemoteAccessSessionCommandOutput> | void {
|
|
481
|
-
const command = new CreateRemoteAccessSessionCommand(args);
|
|
482
|
-
if (typeof optionsOrCb === "function") {
|
|
483
|
-
this.send(command, optionsOrCb);
|
|
484
|
-
} else if (typeof cb === "function") {
|
|
485
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
486
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
487
|
-
} else {
|
|
488
|
-
return this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
/**
|
|
493
|
-
* <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
|
|
494
|
-
* instances.</p>
|
|
495
|
-
*/
|
|
496
|
-
public createTestGridProject(
|
|
497
|
-
args: CreateTestGridProjectCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
499
|
-
): Promise<CreateTestGridProjectCommandOutput>;
|
|
500
|
-
public createTestGridProject(
|
|
501
|
-
args: CreateTestGridProjectCommandInput,
|
|
502
|
-
cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void
|
|
503
|
-
): void;
|
|
504
|
-
public createTestGridProject(
|
|
505
|
-
args: CreateTestGridProjectCommandInput,
|
|
506
|
-
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: CreateTestGridProjectCommandOutput) => void
|
|
508
|
-
): void;
|
|
509
|
-
public createTestGridProject(
|
|
510
|
-
args: CreateTestGridProjectCommandInput,
|
|
511
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTestGridProjectCommandOutput) => void),
|
|
512
|
-
cb?: (err: any, data?: CreateTestGridProjectCommandOutput) => void
|
|
513
|
-
): Promise<CreateTestGridProjectCommandOutput> | void {
|
|
514
|
-
const command = new CreateTestGridProjectCommand(args);
|
|
515
|
-
if (typeof optionsOrCb === "function") {
|
|
516
|
-
this.send(command, optionsOrCb);
|
|
517
|
-
} else if (typeof cb === "function") {
|
|
518
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
519
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
520
|
-
} else {
|
|
521
|
-
return this.send(command, optionsOrCb);
|
|
522
|
-
}
|
|
523
|
-
}
|
|
524
|
-
|
|
525
|
-
/**
|
|
526
|
-
* <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
|
|
527
|
-
* constructor.</p>
|
|
528
|
-
*/
|
|
529
|
-
public createTestGridUrl(
|
|
530
|
-
args: CreateTestGridUrlCommandInput,
|
|
531
|
-
options?: __HttpHandlerOptions
|
|
532
|
-
): Promise<CreateTestGridUrlCommandOutput>;
|
|
533
|
-
public createTestGridUrl(
|
|
534
|
-
args: CreateTestGridUrlCommandInput,
|
|
535
|
-
cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void
|
|
536
|
-
): void;
|
|
537
|
-
public createTestGridUrl(
|
|
538
|
-
args: CreateTestGridUrlCommandInput,
|
|
539
|
-
options: __HttpHandlerOptions,
|
|
540
|
-
cb: (err: any, data?: CreateTestGridUrlCommandOutput) => void
|
|
541
|
-
): void;
|
|
542
|
-
public createTestGridUrl(
|
|
543
|
-
args: CreateTestGridUrlCommandInput,
|
|
544
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateTestGridUrlCommandOutput) => void),
|
|
545
|
-
cb?: (err: any, data?: CreateTestGridUrlCommandOutput) => void
|
|
546
|
-
): Promise<CreateTestGridUrlCommandOutput> | void {
|
|
547
|
-
const command = new CreateTestGridUrlCommand(args);
|
|
548
|
-
if (typeof optionsOrCb === "function") {
|
|
549
|
-
this.send(command, optionsOrCb);
|
|
550
|
-
} else if (typeof cb === "function") {
|
|
551
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
552
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
553
|
-
} else {
|
|
554
|
-
return this.send(command, optionsOrCb);
|
|
555
|
-
}
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
/**
|
|
559
|
-
* <p>Uploads an app or test scripts.</p>
|
|
560
|
-
*/
|
|
561
|
-
public createUpload(
|
|
562
|
-
args: CreateUploadCommandInput,
|
|
563
|
-
options?: __HttpHandlerOptions
|
|
564
|
-
): Promise<CreateUploadCommandOutput>;
|
|
565
|
-
public createUpload(args: CreateUploadCommandInput, cb: (err: any, data?: CreateUploadCommandOutput) => void): void;
|
|
566
|
-
public createUpload(
|
|
567
|
-
args: CreateUploadCommandInput,
|
|
568
|
-
options: __HttpHandlerOptions,
|
|
569
|
-
cb: (err: any, data?: CreateUploadCommandOutput) => void
|
|
570
|
-
): void;
|
|
571
|
-
public createUpload(
|
|
572
|
-
args: CreateUploadCommandInput,
|
|
573
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateUploadCommandOutput) => void),
|
|
574
|
-
cb?: (err: any, data?: CreateUploadCommandOutput) => void
|
|
575
|
-
): Promise<CreateUploadCommandOutput> | void {
|
|
576
|
-
const command = new CreateUploadCommand(args);
|
|
577
|
-
if (typeof optionsOrCb === "function") {
|
|
578
|
-
this.send(command, optionsOrCb);
|
|
579
|
-
} else if (typeof cb === "function") {
|
|
580
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
582
|
-
} else {
|
|
583
|
-
return this.send(command, optionsOrCb);
|
|
584
|
-
}
|
|
585
|
-
}
|
|
586
|
-
|
|
587
|
-
/**
|
|
588
|
-
* <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
|
|
589
|
-
* (VPC) endpoint.</p>
|
|
590
|
-
*/
|
|
591
|
-
public createVPCEConfiguration(
|
|
592
|
-
args: CreateVPCEConfigurationCommandInput,
|
|
593
|
-
options?: __HttpHandlerOptions
|
|
594
|
-
): Promise<CreateVPCEConfigurationCommandOutput>;
|
|
595
|
-
public createVPCEConfiguration(
|
|
596
|
-
args: CreateVPCEConfigurationCommandInput,
|
|
597
|
-
cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void
|
|
598
|
-
): void;
|
|
599
|
-
public createVPCEConfiguration(
|
|
600
|
-
args: CreateVPCEConfigurationCommandInput,
|
|
601
|
-
options: __HttpHandlerOptions,
|
|
602
|
-
cb: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void
|
|
603
|
-
): void;
|
|
604
|
-
public createVPCEConfiguration(
|
|
605
|
-
args: CreateVPCEConfigurationCommandInput,
|
|
606
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: CreateVPCEConfigurationCommandOutput) => void),
|
|
607
|
-
cb?: (err: any, data?: CreateVPCEConfigurationCommandOutput) => void
|
|
608
|
-
): Promise<CreateVPCEConfigurationCommandOutput> | void {
|
|
609
|
-
const command = new CreateVPCEConfigurationCommand(args);
|
|
610
|
-
if (typeof optionsOrCb === "function") {
|
|
611
|
-
this.send(command, optionsOrCb);
|
|
612
|
-
} else if (typeof cb === "function") {
|
|
613
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
614
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
615
|
-
} else {
|
|
616
|
-
return this.send(command, optionsOrCb);
|
|
617
|
-
}
|
|
618
|
-
}
|
|
619
|
-
|
|
620
|
-
/**
|
|
621
|
-
* <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
|
|
622
|
-
* owned by the system.</p>
|
|
623
|
-
*/
|
|
624
|
-
public deleteDevicePool(
|
|
625
|
-
args: DeleteDevicePoolCommandInput,
|
|
626
|
-
options?: __HttpHandlerOptions
|
|
627
|
-
): Promise<DeleteDevicePoolCommandOutput>;
|
|
628
|
-
public deleteDevicePool(
|
|
629
|
-
args: DeleteDevicePoolCommandInput,
|
|
630
|
-
cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void
|
|
631
|
-
): void;
|
|
632
|
-
public deleteDevicePool(
|
|
633
|
-
args: DeleteDevicePoolCommandInput,
|
|
634
|
-
options: __HttpHandlerOptions,
|
|
635
|
-
cb: (err: any, data?: DeleteDevicePoolCommandOutput) => void
|
|
636
|
-
): void;
|
|
637
|
-
public deleteDevicePool(
|
|
638
|
-
args: DeleteDevicePoolCommandInput,
|
|
639
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteDevicePoolCommandOutput) => void),
|
|
640
|
-
cb?: (err: any, data?: DeleteDevicePoolCommandOutput) => void
|
|
641
|
-
): Promise<DeleteDevicePoolCommandOutput> | void {
|
|
642
|
-
const command = new DeleteDevicePoolCommand(args);
|
|
643
|
-
if (typeof optionsOrCb === "function") {
|
|
644
|
-
this.send(command, optionsOrCb);
|
|
645
|
-
} else if (typeof cb === "function") {
|
|
646
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
647
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
648
|
-
} else {
|
|
649
|
-
return this.send(command, optionsOrCb);
|
|
650
|
-
}
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
/**
|
|
654
|
-
* <p>Deletes a profile that can be applied to one or more private device instances.</p>
|
|
655
|
-
*/
|
|
656
|
-
public deleteInstanceProfile(
|
|
657
|
-
args: DeleteInstanceProfileCommandInput,
|
|
658
|
-
options?: __HttpHandlerOptions
|
|
659
|
-
): Promise<DeleteInstanceProfileCommandOutput>;
|
|
660
|
-
public deleteInstanceProfile(
|
|
661
|
-
args: DeleteInstanceProfileCommandInput,
|
|
662
|
-
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
663
|
-
): void;
|
|
664
|
-
public deleteInstanceProfile(
|
|
665
|
-
args: DeleteInstanceProfileCommandInput,
|
|
666
|
-
options: __HttpHandlerOptions,
|
|
667
|
-
cb: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
668
|
-
): void;
|
|
669
|
-
public deleteInstanceProfile(
|
|
670
|
-
args: DeleteInstanceProfileCommandInput,
|
|
671
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteInstanceProfileCommandOutput) => void),
|
|
672
|
-
cb?: (err: any, data?: DeleteInstanceProfileCommandOutput) => void
|
|
673
|
-
): Promise<DeleteInstanceProfileCommandOutput> | void {
|
|
674
|
-
const command = new DeleteInstanceProfileCommand(args);
|
|
675
|
-
if (typeof optionsOrCb === "function") {
|
|
676
|
-
this.send(command, optionsOrCb);
|
|
677
|
-
} else if (typeof cb === "function") {
|
|
678
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
679
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
680
|
-
} else {
|
|
681
|
-
return this.send(command, optionsOrCb);
|
|
682
|
-
}
|
|
683
|
-
}
|
|
684
|
-
|
|
685
|
-
/**
|
|
686
|
-
* <p>Deletes a network profile.</p>
|
|
687
|
-
*/
|
|
688
|
-
public deleteNetworkProfile(
|
|
689
|
-
args: DeleteNetworkProfileCommandInput,
|
|
690
|
-
options?: __HttpHandlerOptions
|
|
691
|
-
): Promise<DeleteNetworkProfileCommandOutput>;
|
|
692
|
-
public deleteNetworkProfile(
|
|
693
|
-
args: DeleteNetworkProfileCommandInput,
|
|
694
|
-
cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void
|
|
695
|
-
): void;
|
|
696
|
-
public deleteNetworkProfile(
|
|
697
|
-
args: DeleteNetworkProfileCommandInput,
|
|
698
|
-
options: __HttpHandlerOptions,
|
|
699
|
-
cb: (err: any, data?: DeleteNetworkProfileCommandOutput) => void
|
|
700
|
-
): void;
|
|
701
|
-
public deleteNetworkProfile(
|
|
702
|
-
args: DeleteNetworkProfileCommandInput,
|
|
703
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteNetworkProfileCommandOutput) => void),
|
|
704
|
-
cb?: (err: any, data?: DeleteNetworkProfileCommandOutput) => void
|
|
705
|
-
): Promise<DeleteNetworkProfileCommandOutput> | void {
|
|
706
|
-
const command = new DeleteNetworkProfileCommand(args);
|
|
707
|
-
if (typeof optionsOrCb === "function") {
|
|
708
|
-
this.send(command, optionsOrCb);
|
|
709
|
-
} else if (typeof cb === "function") {
|
|
710
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
711
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
712
|
-
} else {
|
|
713
|
-
return this.send(command, optionsOrCb);
|
|
714
|
-
}
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
/**
|
|
718
|
-
* <p>Deletes an AWS Device Farm project, given the project ARN.</p>
|
|
719
|
-
* <p> Deleting this resource does not stop an in-progress run.</p>
|
|
720
|
-
*/
|
|
721
|
-
public deleteProject(
|
|
722
|
-
args: DeleteProjectCommandInput,
|
|
723
|
-
options?: __HttpHandlerOptions
|
|
724
|
-
): Promise<DeleteProjectCommandOutput>;
|
|
725
|
-
public deleteProject(
|
|
726
|
-
args: DeleteProjectCommandInput,
|
|
727
|
-
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
728
|
-
): void;
|
|
729
|
-
public deleteProject(
|
|
730
|
-
args: DeleteProjectCommandInput,
|
|
731
|
-
options: __HttpHandlerOptions,
|
|
732
|
-
cb: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
733
|
-
): void;
|
|
734
|
-
public deleteProject(
|
|
735
|
-
args: DeleteProjectCommandInput,
|
|
736
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteProjectCommandOutput) => void),
|
|
737
|
-
cb?: (err: any, data?: DeleteProjectCommandOutput) => void
|
|
738
|
-
): Promise<DeleteProjectCommandOutput> | void {
|
|
739
|
-
const command = new DeleteProjectCommand(args);
|
|
740
|
-
if (typeof optionsOrCb === "function") {
|
|
741
|
-
this.send(command, optionsOrCb);
|
|
742
|
-
} else if (typeof cb === "function") {
|
|
743
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
744
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
745
|
-
} else {
|
|
746
|
-
return this.send(command, optionsOrCb);
|
|
747
|
-
}
|
|
748
|
-
}
|
|
749
|
-
|
|
750
|
-
/**
|
|
751
|
-
* <p>Deletes a completed remote access session and its results.</p>
|
|
752
|
-
*/
|
|
753
|
-
public deleteRemoteAccessSession(
|
|
754
|
-
args: DeleteRemoteAccessSessionCommandInput,
|
|
755
|
-
options?: __HttpHandlerOptions
|
|
756
|
-
): Promise<DeleteRemoteAccessSessionCommandOutput>;
|
|
757
|
-
public deleteRemoteAccessSession(
|
|
758
|
-
args: DeleteRemoteAccessSessionCommandInput,
|
|
759
|
-
cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void
|
|
760
|
-
): void;
|
|
761
|
-
public deleteRemoteAccessSession(
|
|
762
|
-
args: DeleteRemoteAccessSessionCommandInput,
|
|
763
|
-
options: __HttpHandlerOptions,
|
|
764
|
-
cb: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void
|
|
765
|
-
): void;
|
|
766
|
-
public deleteRemoteAccessSession(
|
|
767
|
-
args: DeleteRemoteAccessSessionCommandInput,
|
|
768
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void),
|
|
769
|
-
cb?: (err: any, data?: DeleteRemoteAccessSessionCommandOutput) => void
|
|
770
|
-
): Promise<DeleteRemoteAccessSessionCommandOutput> | void {
|
|
771
|
-
const command = new DeleteRemoteAccessSessionCommand(args);
|
|
772
|
-
if (typeof optionsOrCb === "function") {
|
|
773
|
-
this.send(command, optionsOrCb);
|
|
774
|
-
} else if (typeof cb === "function") {
|
|
775
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
776
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
777
|
-
} else {
|
|
778
|
-
return this.send(command, optionsOrCb);
|
|
779
|
-
}
|
|
780
|
-
}
|
|
781
|
-
|
|
782
|
-
/**
|
|
783
|
-
* <p>Deletes the run, given the run ARN.</p>
|
|
784
|
-
* <p> Deleting this resource does not stop an in-progress run.</p>
|
|
785
|
-
*/
|
|
786
|
-
public deleteRun(args: DeleteRunCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRunCommandOutput>;
|
|
787
|
-
public deleteRun(args: DeleteRunCommandInput, cb: (err: any, data?: DeleteRunCommandOutput) => void): void;
|
|
788
|
-
public deleteRun(
|
|
789
|
-
args: DeleteRunCommandInput,
|
|
790
|
-
options: __HttpHandlerOptions,
|
|
791
|
-
cb: (err: any, data?: DeleteRunCommandOutput) => void
|
|
792
|
-
): void;
|
|
793
|
-
public deleteRun(
|
|
794
|
-
args: DeleteRunCommandInput,
|
|
795
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteRunCommandOutput) => void),
|
|
796
|
-
cb?: (err: any, data?: DeleteRunCommandOutput) => void
|
|
797
|
-
): Promise<DeleteRunCommandOutput> | void {
|
|
798
|
-
const command = new DeleteRunCommand(args);
|
|
799
|
-
if (typeof optionsOrCb === "function") {
|
|
800
|
-
this.send(command, optionsOrCb);
|
|
801
|
-
} else if (typeof cb === "function") {
|
|
802
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
803
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
804
|
-
} else {
|
|
805
|
-
return this.send(command, optionsOrCb);
|
|
806
|
-
}
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
/**
|
|
810
|
-
* <p> Deletes a Selenium testing project and all content generated under it. </p>
|
|
811
|
-
* <important>
|
|
812
|
-
* <p>You cannot undo this operation.</p>
|
|
813
|
-
* </important>
|
|
814
|
-
* <note>
|
|
815
|
-
* <p>You cannot delete a project if it has active sessions.</p>
|
|
816
|
-
* </note>
|
|
817
|
-
*/
|
|
818
|
-
public deleteTestGridProject(
|
|
819
|
-
args: DeleteTestGridProjectCommandInput,
|
|
820
|
-
options?: __HttpHandlerOptions
|
|
821
|
-
): Promise<DeleteTestGridProjectCommandOutput>;
|
|
822
|
-
public deleteTestGridProject(
|
|
823
|
-
args: DeleteTestGridProjectCommandInput,
|
|
824
|
-
cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void
|
|
825
|
-
): void;
|
|
826
|
-
public deleteTestGridProject(
|
|
827
|
-
args: DeleteTestGridProjectCommandInput,
|
|
828
|
-
options: __HttpHandlerOptions,
|
|
829
|
-
cb: (err: any, data?: DeleteTestGridProjectCommandOutput) => void
|
|
830
|
-
): void;
|
|
831
|
-
public deleteTestGridProject(
|
|
832
|
-
args: DeleteTestGridProjectCommandInput,
|
|
833
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteTestGridProjectCommandOutput) => void),
|
|
834
|
-
cb?: (err: any, data?: DeleteTestGridProjectCommandOutput) => void
|
|
835
|
-
): Promise<DeleteTestGridProjectCommandOutput> | void {
|
|
836
|
-
const command = new DeleteTestGridProjectCommand(args);
|
|
837
|
-
if (typeof optionsOrCb === "function") {
|
|
838
|
-
this.send(command, optionsOrCb);
|
|
839
|
-
} else if (typeof cb === "function") {
|
|
840
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
841
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
842
|
-
} else {
|
|
843
|
-
return this.send(command, optionsOrCb);
|
|
844
|
-
}
|
|
845
|
-
}
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
* <p>Deletes an upload given the upload ARN.</p>
|
|
849
|
-
*/
|
|
850
|
-
public deleteUpload(
|
|
851
|
-
args: DeleteUploadCommandInput,
|
|
852
|
-
options?: __HttpHandlerOptions
|
|
853
|
-
): Promise<DeleteUploadCommandOutput>;
|
|
854
|
-
public deleteUpload(args: DeleteUploadCommandInput, cb: (err: any, data?: DeleteUploadCommandOutput) => void): void;
|
|
855
|
-
public deleteUpload(
|
|
856
|
-
args: DeleteUploadCommandInput,
|
|
857
|
-
options: __HttpHandlerOptions,
|
|
858
|
-
cb: (err: any, data?: DeleteUploadCommandOutput) => void
|
|
859
|
-
): void;
|
|
860
|
-
public deleteUpload(
|
|
861
|
-
args: DeleteUploadCommandInput,
|
|
862
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteUploadCommandOutput) => void),
|
|
863
|
-
cb?: (err: any, data?: DeleteUploadCommandOutput) => void
|
|
864
|
-
): Promise<DeleteUploadCommandOutput> | void {
|
|
865
|
-
const command = new DeleteUploadCommand(args);
|
|
866
|
-
if (typeof optionsOrCb === "function") {
|
|
867
|
-
this.send(command, optionsOrCb);
|
|
868
|
-
} else if (typeof cb === "function") {
|
|
869
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
870
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
871
|
-
} else {
|
|
872
|
-
return this.send(command, optionsOrCb);
|
|
873
|
-
}
|
|
874
|
-
}
|
|
875
|
-
|
|
876
|
-
/**
|
|
877
|
-
* <p>Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.</p>
|
|
878
|
-
*/
|
|
879
|
-
public deleteVPCEConfiguration(
|
|
880
|
-
args: DeleteVPCEConfigurationCommandInput,
|
|
881
|
-
options?: __HttpHandlerOptions
|
|
882
|
-
): Promise<DeleteVPCEConfigurationCommandOutput>;
|
|
883
|
-
public deleteVPCEConfiguration(
|
|
884
|
-
args: DeleteVPCEConfigurationCommandInput,
|
|
885
|
-
cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void
|
|
886
|
-
): void;
|
|
887
|
-
public deleteVPCEConfiguration(
|
|
888
|
-
args: DeleteVPCEConfigurationCommandInput,
|
|
889
|
-
options: __HttpHandlerOptions,
|
|
890
|
-
cb: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void
|
|
891
|
-
): void;
|
|
892
|
-
public deleteVPCEConfiguration(
|
|
893
|
-
args: DeleteVPCEConfigurationCommandInput,
|
|
894
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: DeleteVPCEConfigurationCommandOutput) => void),
|
|
895
|
-
cb?: (err: any, data?: DeleteVPCEConfigurationCommandOutput) => void
|
|
896
|
-
): Promise<DeleteVPCEConfigurationCommandOutput> | void {
|
|
897
|
-
const command = new DeleteVPCEConfigurationCommand(args);
|
|
898
|
-
if (typeof optionsOrCb === "function") {
|
|
899
|
-
this.send(command, optionsOrCb);
|
|
900
|
-
} else if (typeof cb === "function") {
|
|
901
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
902
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
903
|
-
} else {
|
|
904
|
-
return this.send(command, optionsOrCb);
|
|
905
|
-
}
|
|
906
|
-
}
|
|
907
|
-
|
|
908
|
-
/**
|
|
909
|
-
* <p>Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the
|
|
910
|
-
* account.</p>
|
|
911
|
-
*/
|
|
912
|
-
public getAccountSettings(
|
|
913
|
-
args: GetAccountSettingsCommandInput,
|
|
914
|
-
options?: __HttpHandlerOptions
|
|
915
|
-
): Promise<GetAccountSettingsCommandOutput>;
|
|
916
|
-
public getAccountSettings(
|
|
917
|
-
args: GetAccountSettingsCommandInput,
|
|
918
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
919
|
-
): void;
|
|
920
|
-
public getAccountSettings(
|
|
921
|
-
args: GetAccountSettingsCommandInput,
|
|
922
|
-
options: __HttpHandlerOptions,
|
|
923
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
924
|
-
): void;
|
|
925
|
-
public getAccountSettings(
|
|
926
|
-
args: GetAccountSettingsCommandInput,
|
|
927
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetAccountSettingsCommandOutput) => void),
|
|
928
|
-
cb?: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
929
|
-
): Promise<GetAccountSettingsCommandOutput> | void {
|
|
930
|
-
const command = new GetAccountSettingsCommand(args);
|
|
931
|
-
if (typeof optionsOrCb === "function") {
|
|
932
|
-
this.send(command, optionsOrCb);
|
|
933
|
-
} else if (typeof cb === "function") {
|
|
934
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
935
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
936
|
-
} else {
|
|
937
|
-
return this.send(command, optionsOrCb);
|
|
938
|
-
}
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
/**
|
|
942
|
-
* <p>Gets information about a unique device type.</p>
|
|
943
|
-
*/
|
|
944
|
-
public getDevice(args: GetDeviceCommandInput, options?: __HttpHandlerOptions): Promise<GetDeviceCommandOutput>;
|
|
945
|
-
public getDevice(args: GetDeviceCommandInput, cb: (err: any, data?: GetDeviceCommandOutput) => void): void;
|
|
946
|
-
public getDevice(
|
|
947
|
-
args: GetDeviceCommandInput,
|
|
948
|
-
options: __HttpHandlerOptions,
|
|
949
|
-
cb: (err: any, data?: GetDeviceCommandOutput) => void
|
|
950
|
-
): void;
|
|
951
|
-
public getDevice(
|
|
952
|
-
args: GetDeviceCommandInput,
|
|
953
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeviceCommandOutput) => void),
|
|
954
|
-
cb?: (err: any, data?: GetDeviceCommandOutput) => void
|
|
955
|
-
): Promise<GetDeviceCommandOutput> | void {
|
|
956
|
-
const command = new GetDeviceCommand(args);
|
|
957
|
-
if (typeof optionsOrCb === "function") {
|
|
958
|
-
this.send(command, optionsOrCb);
|
|
959
|
-
} else if (typeof cb === "function") {
|
|
960
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
961
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
962
|
-
} else {
|
|
963
|
-
return this.send(command, optionsOrCb);
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
/**
|
|
968
|
-
* <p>Returns information about a device instance that belongs to a private device fleet.</p>
|
|
969
|
-
*/
|
|
970
|
-
public getDeviceInstance(
|
|
971
|
-
args: GetDeviceInstanceCommandInput,
|
|
972
|
-
options?: __HttpHandlerOptions
|
|
973
|
-
): Promise<GetDeviceInstanceCommandOutput>;
|
|
974
|
-
public getDeviceInstance(
|
|
975
|
-
args: GetDeviceInstanceCommandInput,
|
|
976
|
-
cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void
|
|
977
|
-
): void;
|
|
978
|
-
public getDeviceInstance(
|
|
979
|
-
args: GetDeviceInstanceCommandInput,
|
|
980
|
-
options: __HttpHandlerOptions,
|
|
981
|
-
cb: (err: any, data?: GetDeviceInstanceCommandOutput) => void
|
|
982
|
-
): void;
|
|
983
|
-
public getDeviceInstance(
|
|
984
|
-
args: GetDeviceInstanceCommandInput,
|
|
985
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDeviceInstanceCommandOutput) => void),
|
|
986
|
-
cb?: (err: any, data?: GetDeviceInstanceCommandOutput) => void
|
|
987
|
-
): Promise<GetDeviceInstanceCommandOutput> | void {
|
|
988
|
-
const command = new GetDeviceInstanceCommand(args);
|
|
989
|
-
if (typeof optionsOrCb === "function") {
|
|
990
|
-
this.send(command, optionsOrCb);
|
|
991
|
-
} else if (typeof cb === "function") {
|
|
992
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
993
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
994
|
-
} else {
|
|
995
|
-
return this.send(command, optionsOrCb);
|
|
996
|
-
}
|
|
997
|
-
}
|
|
998
|
-
|
|
999
|
-
/**
|
|
1000
|
-
* <p>Gets information about a device pool.</p>
|
|
1001
|
-
*/
|
|
1002
|
-
public getDevicePool(
|
|
1003
|
-
args: GetDevicePoolCommandInput,
|
|
1004
|
-
options?: __HttpHandlerOptions
|
|
1005
|
-
): Promise<GetDevicePoolCommandOutput>;
|
|
1006
|
-
public getDevicePool(
|
|
1007
|
-
args: GetDevicePoolCommandInput,
|
|
1008
|
-
cb: (err: any, data?: GetDevicePoolCommandOutput) => void
|
|
1009
|
-
): void;
|
|
1010
|
-
public getDevicePool(
|
|
1011
|
-
args: GetDevicePoolCommandInput,
|
|
1012
|
-
options: __HttpHandlerOptions,
|
|
1013
|
-
cb: (err: any, data?: GetDevicePoolCommandOutput) => void
|
|
1014
|
-
): void;
|
|
1015
|
-
public getDevicePool(
|
|
1016
|
-
args: GetDevicePoolCommandInput,
|
|
1017
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDevicePoolCommandOutput) => void),
|
|
1018
|
-
cb?: (err: any, data?: GetDevicePoolCommandOutput) => void
|
|
1019
|
-
): Promise<GetDevicePoolCommandOutput> | void {
|
|
1020
|
-
const command = new GetDevicePoolCommand(args);
|
|
1021
|
-
if (typeof optionsOrCb === "function") {
|
|
1022
|
-
this.send(command, optionsOrCb);
|
|
1023
|
-
} else if (typeof cb === "function") {
|
|
1024
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1025
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1026
|
-
} else {
|
|
1027
|
-
return this.send(command, optionsOrCb);
|
|
1028
|
-
}
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
/**
|
|
1032
|
-
* <p>Gets information about compatibility with a device pool.</p>
|
|
1033
|
-
*/
|
|
1034
|
-
public getDevicePoolCompatibility(
|
|
1035
|
-
args: GetDevicePoolCompatibilityCommandInput,
|
|
1036
|
-
options?: __HttpHandlerOptions
|
|
1037
|
-
): Promise<GetDevicePoolCompatibilityCommandOutput>;
|
|
1038
|
-
public getDevicePoolCompatibility(
|
|
1039
|
-
args: GetDevicePoolCompatibilityCommandInput,
|
|
1040
|
-
cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void
|
|
1041
|
-
): void;
|
|
1042
|
-
public getDevicePoolCompatibility(
|
|
1043
|
-
args: GetDevicePoolCompatibilityCommandInput,
|
|
1044
|
-
options: __HttpHandlerOptions,
|
|
1045
|
-
cb: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void
|
|
1046
|
-
): void;
|
|
1047
|
-
public getDevicePoolCompatibility(
|
|
1048
|
-
args: GetDevicePoolCompatibilityCommandInput,
|
|
1049
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void),
|
|
1050
|
-
cb?: (err: any, data?: GetDevicePoolCompatibilityCommandOutput) => void
|
|
1051
|
-
): Promise<GetDevicePoolCompatibilityCommandOutput> | void {
|
|
1052
|
-
const command = new GetDevicePoolCompatibilityCommand(args);
|
|
1053
|
-
if (typeof optionsOrCb === "function") {
|
|
1054
|
-
this.send(command, optionsOrCb);
|
|
1055
|
-
} else if (typeof cb === "function") {
|
|
1056
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1057
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1058
|
-
} else {
|
|
1059
|
-
return this.send(command, optionsOrCb);
|
|
1060
|
-
}
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>Returns information about the specified instance profile.</p>
|
|
1065
|
-
*/
|
|
1066
|
-
public getInstanceProfile(
|
|
1067
|
-
args: GetInstanceProfileCommandInput,
|
|
1068
|
-
options?: __HttpHandlerOptions
|
|
1069
|
-
): Promise<GetInstanceProfileCommandOutput>;
|
|
1070
|
-
public getInstanceProfile(
|
|
1071
|
-
args: GetInstanceProfileCommandInput,
|
|
1072
|
-
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
1073
|
-
): void;
|
|
1074
|
-
public getInstanceProfile(
|
|
1075
|
-
args: GetInstanceProfileCommandInput,
|
|
1076
|
-
options: __HttpHandlerOptions,
|
|
1077
|
-
cb: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
1078
|
-
): void;
|
|
1079
|
-
public getInstanceProfile(
|
|
1080
|
-
args: GetInstanceProfileCommandInput,
|
|
1081
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetInstanceProfileCommandOutput) => void),
|
|
1082
|
-
cb?: (err: any, data?: GetInstanceProfileCommandOutput) => void
|
|
1083
|
-
): Promise<GetInstanceProfileCommandOutput> | void {
|
|
1084
|
-
const command = new GetInstanceProfileCommand(args);
|
|
1085
|
-
if (typeof optionsOrCb === "function") {
|
|
1086
|
-
this.send(command, optionsOrCb);
|
|
1087
|
-
} else if (typeof cb === "function") {
|
|
1088
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1089
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1090
|
-
} else {
|
|
1091
|
-
return this.send(command, optionsOrCb);
|
|
1092
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>Gets information about a job.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
public getJob(args: GetJobCommandInput, options?: __HttpHandlerOptions): Promise<GetJobCommandOutput>;
|
|
1099
|
-
public getJob(args: GetJobCommandInput, cb: (err: any, data?: GetJobCommandOutput) => void): void;
|
|
1100
|
-
public getJob(
|
|
1101
|
-
args: GetJobCommandInput,
|
|
1102
|
-
options: __HttpHandlerOptions,
|
|
1103
|
-
cb: (err: any, data?: GetJobCommandOutput) => void
|
|
1104
|
-
): void;
|
|
1105
|
-
public getJob(
|
|
1106
|
-
args: GetJobCommandInput,
|
|
1107
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetJobCommandOutput) => void),
|
|
1108
|
-
cb?: (err: any, data?: GetJobCommandOutput) => void
|
|
1109
|
-
): Promise<GetJobCommandOutput> | void {
|
|
1110
|
-
const command = new GetJobCommand(args);
|
|
1111
|
-
if (typeof optionsOrCb === "function") {
|
|
1112
|
-
this.send(command, optionsOrCb);
|
|
1113
|
-
} else if (typeof cb === "function") {
|
|
1114
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1115
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1116
|
-
} else {
|
|
1117
|
-
return this.send(command, optionsOrCb);
|
|
1118
|
-
}
|
|
1119
|
-
}
|
|
1120
|
-
|
|
1121
|
-
/**
|
|
1122
|
-
* <p>Returns information about a network profile.</p>
|
|
1123
|
-
*/
|
|
1124
|
-
public getNetworkProfile(
|
|
1125
|
-
args: GetNetworkProfileCommandInput,
|
|
1126
|
-
options?: __HttpHandlerOptions
|
|
1127
|
-
): Promise<GetNetworkProfileCommandOutput>;
|
|
1128
|
-
public getNetworkProfile(
|
|
1129
|
-
args: GetNetworkProfileCommandInput,
|
|
1130
|
-
cb: (err: any, data?: GetNetworkProfileCommandOutput) => void
|
|
1131
|
-
): void;
|
|
1132
|
-
public getNetworkProfile(
|
|
1133
|
-
args: GetNetworkProfileCommandInput,
|
|
1134
|
-
options: __HttpHandlerOptions,
|
|
1135
|
-
cb: (err: any, data?: GetNetworkProfileCommandOutput) => void
|
|
1136
|
-
): void;
|
|
1137
|
-
public getNetworkProfile(
|
|
1138
|
-
args: GetNetworkProfileCommandInput,
|
|
1139
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetNetworkProfileCommandOutput) => void),
|
|
1140
|
-
cb?: (err: any, data?: GetNetworkProfileCommandOutput) => void
|
|
1141
|
-
): Promise<GetNetworkProfileCommandOutput> | void {
|
|
1142
|
-
const command = new GetNetworkProfileCommand(args);
|
|
1143
|
-
if (typeof optionsOrCb === "function") {
|
|
1144
|
-
this.send(command, optionsOrCb);
|
|
1145
|
-
} else if (typeof cb === "function") {
|
|
1146
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1147
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1148
|
-
} else {
|
|
1149
|
-
return this.send(command, optionsOrCb);
|
|
1150
|
-
}
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
/**
|
|
1154
|
-
* <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
|
|
1155
|
-
* indicates how many offerings are currently available and the offerings that will be available in the next
|
|
1156
|
-
* period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
|
|
1157
|
-
* operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
1158
|
-
*/
|
|
1159
|
-
public getOfferingStatus(
|
|
1160
|
-
args: GetOfferingStatusCommandInput,
|
|
1161
|
-
options?: __HttpHandlerOptions
|
|
1162
|
-
): Promise<GetOfferingStatusCommandOutput>;
|
|
1163
|
-
public getOfferingStatus(
|
|
1164
|
-
args: GetOfferingStatusCommandInput,
|
|
1165
|
-
cb: (err: any, data?: GetOfferingStatusCommandOutput) => void
|
|
1166
|
-
): void;
|
|
1167
|
-
public getOfferingStatus(
|
|
1168
|
-
args: GetOfferingStatusCommandInput,
|
|
1169
|
-
options: __HttpHandlerOptions,
|
|
1170
|
-
cb: (err: any, data?: GetOfferingStatusCommandOutput) => void
|
|
1171
|
-
): void;
|
|
1172
|
-
public getOfferingStatus(
|
|
1173
|
-
args: GetOfferingStatusCommandInput,
|
|
1174
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetOfferingStatusCommandOutput) => void),
|
|
1175
|
-
cb?: (err: any, data?: GetOfferingStatusCommandOutput) => void
|
|
1176
|
-
): Promise<GetOfferingStatusCommandOutput> | void {
|
|
1177
|
-
const command = new GetOfferingStatusCommand(args);
|
|
1178
|
-
if (typeof optionsOrCb === "function") {
|
|
1179
|
-
this.send(command, optionsOrCb);
|
|
1180
|
-
} else if (typeof cb === "function") {
|
|
1181
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1182
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1183
|
-
} else {
|
|
1184
|
-
return this.send(command, optionsOrCb);
|
|
1185
|
-
}
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
/**
|
|
1189
|
-
* <p>Gets information about a project.</p>
|
|
1190
|
-
*/
|
|
1191
|
-
public getProject(args: GetProjectCommandInput, options?: __HttpHandlerOptions): Promise<GetProjectCommandOutput>;
|
|
1192
|
-
public getProject(args: GetProjectCommandInput, cb: (err: any, data?: GetProjectCommandOutput) => void): void;
|
|
1193
|
-
public getProject(
|
|
1194
|
-
args: GetProjectCommandInput,
|
|
1195
|
-
options: __HttpHandlerOptions,
|
|
1196
|
-
cb: (err: any, data?: GetProjectCommandOutput) => void
|
|
1197
|
-
): void;
|
|
1198
|
-
public getProject(
|
|
1199
|
-
args: GetProjectCommandInput,
|
|
1200
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetProjectCommandOutput) => void),
|
|
1201
|
-
cb?: (err: any, data?: GetProjectCommandOutput) => void
|
|
1202
|
-
): Promise<GetProjectCommandOutput> | void {
|
|
1203
|
-
const command = new GetProjectCommand(args);
|
|
1204
|
-
if (typeof optionsOrCb === "function") {
|
|
1205
|
-
this.send(command, optionsOrCb);
|
|
1206
|
-
} else if (typeof cb === "function") {
|
|
1207
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1208
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1209
|
-
} else {
|
|
1210
|
-
return this.send(command, optionsOrCb);
|
|
1211
|
-
}
|
|
1212
|
-
}
|
|
1213
|
-
|
|
1214
|
-
/**
|
|
1215
|
-
* <p>Returns a link to a currently running remote access session.</p>
|
|
1216
|
-
*/
|
|
1217
|
-
public getRemoteAccessSession(
|
|
1218
|
-
args: GetRemoteAccessSessionCommandInput,
|
|
1219
|
-
options?: __HttpHandlerOptions
|
|
1220
|
-
): Promise<GetRemoteAccessSessionCommandOutput>;
|
|
1221
|
-
public getRemoteAccessSession(
|
|
1222
|
-
args: GetRemoteAccessSessionCommandInput,
|
|
1223
|
-
cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void
|
|
1224
|
-
): void;
|
|
1225
|
-
public getRemoteAccessSession(
|
|
1226
|
-
args: GetRemoteAccessSessionCommandInput,
|
|
1227
|
-
options: __HttpHandlerOptions,
|
|
1228
|
-
cb: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void
|
|
1229
|
-
): void;
|
|
1230
|
-
public getRemoteAccessSession(
|
|
1231
|
-
args: GetRemoteAccessSessionCommandInput,
|
|
1232
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRemoteAccessSessionCommandOutput) => void),
|
|
1233
|
-
cb?: (err: any, data?: GetRemoteAccessSessionCommandOutput) => void
|
|
1234
|
-
): Promise<GetRemoteAccessSessionCommandOutput> | void {
|
|
1235
|
-
const command = new GetRemoteAccessSessionCommand(args);
|
|
1236
|
-
if (typeof optionsOrCb === "function") {
|
|
1237
|
-
this.send(command, optionsOrCb);
|
|
1238
|
-
} else if (typeof cb === "function") {
|
|
1239
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1240
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1241
|
-
} else {
|
|
1242
|
-
return this.send(command, optionsOrCb);
|
|
1243
|
-
}
|
|
1244
|
-
}
|
|
1245
|
-
|
|
1246
|
-
/**
|
|
1247
|
-
* <p>Gets information about a run.</p>
|
|
1248
|
-
*/
|
|
1249
|
-
public getRun(args: GetRunCommandInput, options?: __HttpHandlerOptions): Promise<GetRunCommandOutput>;
|
|
1250
|
-
public getRun(args: GetRunCommandInput, cb: (err: any, data?: GetRunCommandOutput) => void): void;
|
|
1251
|
-
public getRun(
|
|
1252
|
-
args: GetRunCommandInput,
|
|
1253
|
-
options: __HttpHandlerOptions,
|
|
1254
|
-
cb: (err: any, data?: GetRunCommandOutput) => void
|
|
1255
|
-
): void;
|
|
1256
|
-
public getRun(
|
|
1257
|
-
args: GetRunCommandInput,
|
|
1258
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetRunCommandOutput) => void),
|
|
1259
|
-
cb?: (err: any, data?: GetRunCommandOutput) => void
|
|
1260
|
-
): Promise<GetRunCommandOutput> | void {
|
|
1261
|
-
const command = new GetRunCommand(args);
|
|
1262
|
-
if (typeof optionsOrCb === "function") {
|
|
1263
|
-
this.send(command, optionsOrCb);
|
|
1264
|
-
} else if (typeof cb === "function") {
|
|
1265
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1266
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1267
|
-
} else {
|
|
1268
|
-
return this.send(command, optionsOrCb);
|
|
1269
|
-
}
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
/**
|
|
1273
|
-
* <p>Gets information about a suite.</p>
|
|
1274
|
-
*/
|
|
1275
|
-
public getSuite(args: GetSuiteCommandInput, options?: __HttpHandlerOptions): Promise<GetSuiteCommandOutput>;
|
|
1276
|
-
public getSuite(args: GetSuiteCommandInput, cb: (err: any, data?: GetSuiteCommandOutput) => void): void;
|
|
1277
|
-
public getSuite(
|
|
1278
|
-
args: GetSuiteCommandInput,
|
|
1279
|
-
options: __HttpHandlerOptions,
|
|
1280
|
-
cb: (err: any, data?: GetSuiteCommandOutput) => void
|
|
1281
|
-
): void;
|
|
1282
|
-
public getSuite(
|
|
1283
|
-
args: GetSuiteCommandInput,
|
|
1284
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetSuiteCommandOutput) => void),
|
|
1285
|
-
cb?: (err: any, data?: GetSuiteCommandOutput) => void
|
|
1286
|
-
): Promise<GetSuiteCommandOutput> | void {
|
|
1287
|
-
const command = new GetSuiteCommand(args);
|
|
1288
|
-
if (typeof optionsOrCb === "function") {
|
|
1289
|
-
this.send(command, optionsOrCb);
|
|
1290
|
-
} else if (typeof cb === "function") {
|
|
1291
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1292
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1293
|
-
} else {
|
|
1294
|
-
return this.send(command, optionsOrCb);
|
|
1295
|
-
}
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
/**
|
|
1299
|
-
* <p>Gets information about a test.</p>
|
|
1300
|
-
*/
|
|
1301
|
-
public getTest(args: GetTestCommandInput, options?: __HttpHandlerOptions): Promise<GetTestCommandOutput>;
|
|
1302
|
-
public getTest(args: GetTestCommandInput, cb: (err: any, data?: GetTestCommandOutput) => void): void;
|
|
1303
|
-
public getTest(
|
|
1304
|
-
args: GetTestCommandInput,
|
|
1305
|
-
options: __HttpHandlerOptions,
|
|
1306
|
-
cb: (err: any, data?: GetTestCommandOutput) => void
|
|
1307
|
-
): void;
|
|
1308
|
-
public getTest(
|
|
1309
|
-
args: GetTestCommandInput,
|
|
1310
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTestCommandOutput) => void),
|
|
1311
|
-
cb?: (err: any, data?: GetTestCommandOutput) => void
|
|
1312
|
-
): Promise<GetTestCommandOutput> | void {
|
|
1313
|
-
const command = new GetTestCommand(args);
|
|
1314
|
-
if (typeof optionsOrCb === "function") {
|
|
1315
|
-
this.send(command, optionsOrCb);
|
|
1316
|
-
} else if (typeof cb === "function") {
|
|
1317
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1318
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1319
|
-
} else {
|
|
1320
|
-
return this.send(command, optionsOrCb);
|
|
1321
|
-
}
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
/**
|
|
1325
|
-
* <p>Retrieves information about a Selenium testing project.</p>
|
|
1326
|
-
*/
|
|
1327
|
-
public getTestGridProject(
|
|
1328
|
-
args: GetTestGridProjectCommandInput,
|
|
1329
|
-
options?: __HttpHandlerOptions
|
|
1330
|
-
): Promise<GetTestGridProjectCommandOutput>;
|
|
1331
|
-
public getTestGridProject(
|
|
1332
|
-
args: GetTestGridProjectCommandInput,
|
|
1333
|
-
cb: (err: any, data?: GetTestGridProjectCommandOutput) => void
|
|
1334
|
-
): void;
|
|
1335
|
-
public getTestGridProject(
|
|
1336
|
-
args: GetTestGridProjectCommandInput,
|
|
1337
|
-
options: __HttpHandlerOptions,
|
|
1338
|
-
cb: (err: any, data?: GetTestGridProjectCommandOutput) => void
|
|
1339
|
-
): void;
|
|
1340
|
-
public getTestGridProject(
|
|
1341
|
-
args: GetTestGridProjectCommandInput,
|
|
1342
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTestGridProjectCommandOutput) => void),
|
|
1343
|
-
cb?: (err: any, data?: GetTestGridProjectCommandOutput) => void
|
|
1344
|
-
): Promise<GetTestGridProjectCommandOutput> | void {
|
|
1345
|
-
const command = new GetTestGridProjectCommand(args);
|
|
1346
|
-
if (typeof optionsOrCb === "function") {
|
|
1347
|
-
this.send(command, optionsOrCb);
|
|
1348
|
-
} else if (typeof cb === "function") {
|
|
1349
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1350
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1351
|
-
} else {
|
|
1352
|
-
return this.send(command, optionsOrCb);
|
|
1353
|
-
}
|
|
1354
|
-
}
|
|
1355
|
-
|
|
1356
|
-
/**
|
|
1357
|
-
* <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>
|
|
1358
|
-
* <ul>
|
|
1359
|
-
* <li>
|
|
1360
|
-
* <p>The session ARN (<a>GetTestGridSessionRequest$sessionArn</a>).</p>
|
|
1361
|
-
* </li>
|
|
1362
|
-
* <li>
|
|
1363
|
-
* <p>The project ARN and a session ID (<a>GetTestGridSessionRequest$projectArn</a> and <a>GetTestGridSessionRequest$sessionId</a>).</p>
|
|
1364
|
-
* </li>
|
|
1365
|
-
* </ul>
|
|
1366
|
-
* <p></p>
|
|
1367
|
-
*/
|
|
1368
|
-
public getTestGridSession(
|
|
1369
|
-
args: GetTestGridSessionCommandInput,
|
|
1370
|
-
options?: __HttpHandlerOptions
|
|
1371
|
-
): Promise<GetTestGridSessionCommandOutput>;
|
|
1372
|
-
public getTestGridSession(
|
|
1373
|
-
args: GetTestGridSessionCommandInput,
|
|
1374
|
-
cb: (err: any, data?: GetTestGridSessionCommandOutput) => void
|
|
1375
|
-
): void;
|
|
1376
|
-
public getTestGridSession(
|
|
1377
|
-
args: GetTestGridSessionCommandInput,
|
|
1378
|
-
options: __HttpHandlerOptions,
|
|
1379
|
-
cb: (err: any, data?: GetTestGridSessionCommandOutput) => void
|
|
1380
|
-
): void;
|
|
1381
|
-
public getTestGridSession(
|
|
1382
|
-
args: GetTestGridSessionCommandInput,
|
|
1383
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetTestGridSessionCommandOutput) => void),
|
|
1384
|
-
cb?: (err: any, data?: GetTestGridSessionCommandOutput) => void
|
|
1385
|
-
): Promise<GetTestGridSessionCommandOutput> | void {
|
|
1386
|
-
const command = new GetTestGridSessionCommand(args);
|
|
1387
|
-
if (typeof optionsOrCb === "function") {
|
|
1388
|
-
this.send(command, optionsOrCb);
|
|
1389
|
-
} else if (typeof cb === "function") {
|
|
1390
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1391
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1392
|
-
} else {
|
|
1393
|
-
return this.send(command, optionsOrCb);
|
|
1394
|
-
}
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
/**
|
|
1398
|
-
* <p>Gets information about an upload.</p>
|
|
1399
|
-
*/
|
|
1400
|
-
public getUpload(args: GetUploadCommandInput, options?: __HttpHandlerOptions): Promise<GetUploadCommandOutput>;
|
|
1401
|
-
public getUpload(args: GetUploadCommandInput, cb: (err: any, data?: GetUploadCommandOutput) => void): void;
|
|
1402
|
-
public getUpload(
|
|
1403
|
-
args: GetUploadCommandInput,
|
|
1404
|
-
options: __HttpHandlerOptions,
|
|
1405
|
-
cb: (err: any, data?: GetUploadCommandOutput) => void
|
|
1406
|
-
): void;
|
|
1407
|
-
public getUpload(
|
|
1408
|
-
args: GetUploadCommandInput,
|
|
1409
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetUploadCommandOutput) => void),
|
|
1410
|
-
cb?: (err: any, data?: GetUploadCommandOutput) => void
|
|
1411
|
-
): Promise<GetUploadCommandOutput> | void {
|
|
1412
|
-
const command = new GetUploadCommand(args);
|
|
1413
|
-
if (typeof optionsOrCb === "function") {
|
|
1414
|
-
this.send(command, optionsOrCb);
|
|
1415
|
-
} else if (typeof cb === "function") {
|
|
1416
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1417
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1418
|
-
} else {
|
|
1419
|
-
return this.send(command, optionsOrCb);
|
|
1420
|
-
}
|
|
1421
|
-
}
|
|
1422
|
-
|
|
1423
|
-
/**
|
|
1424
|
-
* <p>Returns information about the configuration settings for your Amazon Virtual Private
|
|
1425
|
-
* Cloud (VPC) endpoint.</p>
|
|
1426
|
-
*/
|
|
1427
|
-
public getVPCEConfiguration(
|
|
1428
|
-
args: GetVPCEConfigurationCommandInput,
|
|
1429
|
-
options?: __HttpHandlerOptions
|
|
1430
|
-
): Promise<GetVPCEConfigurationCommandOutput>;
|
|
1431
|
-
public getVPCEConfiguration(
|
|
1432
|
-
args: GetVPCEConfigurationCommandInput,
|
|
1433
|
-
cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void
|
|
1434
|
-
): void;
|
|
1435
|
-
public getVPCEConfiguration(
|
|
1436
|
-
args: GetVPCEConfigurationCommandInput,
|
|
1437
|
-
options: __HttpHandlerOptions,
|
|
1438
|
-
cb: (err: any, data?: GetVPCEConfigurationCommandOutput) => void
|
|
1439
|
-
): void;
|
|
1440
|
-
public getVPCEConfiguration(
|
|
1441
|
-
args: GetVPCEConfigurationCommandInput,
|
|
1442
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: GetVPCEConfigurationCommandOutput) => void),
|
|
1443
|
-
cb?: (err: any, data?: GetVPCEConfigurationCommandOutput) => void
|
|
1444
|
-
): Promise<GetVPCEConfigurationCommandOutput> | void {
|
|
1445
|
-
const command = new GetVPCEConfigurationCommand(args);
|
|
1446
|
-
if (typeof optionsOrCb === "function") {
|
|
1447
|
-
this.send(command, optionsOrCb);
|
|
1448
|
-
} else if (typeof cb === "function") {
|
|
1449
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1450
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1451
|
-
} else {
|
|
1452
|
-
return this.send(command, optionsOrCb);
|
|
1453
|
-
}
|
|
1454
|
-
}
|
|
1455
|
-
|
|
1456
|
-
/**
|
|
1457
|
-
* <p>Installs an application to the device in a remote access session. For Android
|
|
1458
|
-
* applications, the file must be in .apk format. For iOS applications, the file must be in
|
|
1459
|
-
* .ipa format.</p>
|
|
1460
|
-
*/
|
|
1461
|
-
public installToRemoteAccessSession(
|
|
1462
|
-
args: InstallToRemoteAccessSessionCommandInput,
|
|
1463
|
-
options?: __HttpHandlerOptions
|
|
1464
|
-
): Promise<InstallToRemoteAccessSessionCommandOutput>;
|
|
1465
|
-
public installToRemoteAccessSession(
|
|
1466
|
-
args: InstallToRemoteAccessSessionCommandInput,
|
|
1467
|
-
cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void
|
|
1468
|
-
): void;
|
|
1469
|
-
public installToRemoteAccessSession(
|
|
1470
|
-
args: InstallToRemoteAccessSessionCommandInput,
|
|
1471
|
-
options: __HttpHandlerOptions,
|
|
1472
|
-
cb: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void
|
|
1473
|
-
): void;
|
|
1474
|
-
public installToRemoteAccessSession(
|
|
1475
|
-
args: InstallToRemoteAccessSessionCommandInput,
|
|
1476
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void),
|
|
1477
|
-
cb?: (err: any, data?: InstallToRemoteAccessSessionCommandOutput) => void
|
|
1478
|
-
): Promise<InstallToRemoteAccessSessionCommandOutput> | void {
|
|
1479
|
-
const command = new InstallToRemoteAccessSessionCommand(args);
|
|
1480
|
-
if (typeof optionsOrCb === "function") {
|
|
1481
|
-
this.send(command, optionsOrCb);
|
|
1482
|
-
} else if (typeof cb === "function") {
|
|
1483
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1484
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1485
|
-
} else {
|
|
1486
|
-
return this.send(command, optionsOrCb);
|
|
1487
|
-
}
|
|
1488
|
-
}
|
|
1489
|
-
|
|
1490
|
-
/**
|
|
1491
|
-
* <p>Gets information about artifacts.</p>
|
|
1492
|
-
*/
|
|
1493
|
-
public listArtifacts(
|
|
1494
|
-
args: ListArtifactsCommandInput,
|
|
1495
|
-
options?: __HttpHandlerOptions
|
|
1496
|
-
): Promise<ListArtifactsCommandOutput>;
|
|
1497
|
-
public listArtifacts(
|
|
1498
|
-
args: ListArtifactsCommandInput,
|
|
1499
|
-
cb: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
1500
|
-
): void;
|
|
1501
|
-
public listArtifacts(
|
|
1502
|
-
args: ListArtifactsCommandInput,
|
|
1503
|
-
options: __HttpHandlerOptions,
|
|
1504
|
-
cb: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
1505
|
-
): void;
|
|
1506
|
-
public listArtifacts(
|
|
1507
|
-
args: ListArtifactsCommandInput,
|
|
1508
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListArtifactsCommandOutput) => void),
|
|
1509
|
-
cb?: (err: any, data?: ListArtifactsCommandOutput) => void
|
|
1510
|
-
): Promise<ListArtifactsCommandOutput> | void {
|
|
1511
|
-
const command = new ListArtifactsCommand(args);
|
|
1512
|
-
if (typeof optionsOrCb === "function") {
|
|
1513
|
-
this.send(command, optionsOrCb);
|
|
1514
|
-
} else if (typeof cb === "function") {
|
|
1515
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1516
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1517
|
-
} else {
|
|
1518
|
-
return this.send(command, optionsOrCb);
|
|
1519
|
-
}
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
/**
|
|
1523
|
-
* <p>Returns information about the private device instances associated with one or more AWS
|
|
1524
|
-
* accounts.</p>
|
|
1525
|
-
*/
|
|
1526
|
-
public listDeviceInstances(
|
|
1527
|
-
args: ListDeviceInstancesCommandInput,
|
|
1528
|
-
options?: __HttpHandlerOptions
|
|
1529
|
-
): Promise<ListDeviceInstancesCommandOutput>;
|
|
1530
|
-
public listDeviceInstances(
|
|
1531
|
-
args: ListDeviceInstancesCommandInput,
|
|
1532
|
-
cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void
|
|
1533
|
-
): void;
|
|
1534
|
-
public listDeviceInstances(
|
|
1535
|
-
args: ListDeviceInstancesCommandInput,
|
|
1536
|
-
options: __HttpHandlerOptions,
|
|
1537
|
-
cb: (err: any, data?: ListDeviceInstancesCommandOutput) => void
|
|
1538
|
-
): void;
|
|
1539
|
-
public listDeviceInstances(
|
|
1540
|
-
args: ListDeviceInstancesCommandInput,
|
|
1541
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDeviceInstancesCommandOutput) => void),
|
|
1542
|
-
cb?: (err: any, data?: ListDeviceInstancesCommandOutput) => void
|
|
1543
|
-
): Promise<ListDeviceInstancesCommandOutput> | void {
|
|
1544
|
-
const command = new ListDeviceInstancesCommand(args);
|
|
1545
|
-
if (typeof optionsOrCb === "function") {
|
|
1546
|
-
this.send(command, optionsOrCb);
|
|
1547
|
-
} else if (typeof cb === "function") {
|
|
1548
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1550
|
-
} else {
|
|
1551
|
-
return this.send(command, optionsOrCb);
|
|
1552
|
-
}
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
/**
|
|
1556
|
-
* <p>Gets information about device pools.</p>
|
|
1557
|
-
*/
|
|
1558
|
-
public listDevicePools(
|
|
1559
|
-
args: ListDevicePoolsCommandInput,
|
|
1560
|
-
options?: __HttpHandlerOptions
|
|
1561
|
-
): Promise<ListDevicePoolsCommandOutput>;
|
|
1562
|
-
public listDevicePools(
|
|
1563
|
-
args: ListDevicePoolsCommandInput,
|
|
1564
|
-
cb: (err: any, data?: ListDevicePoolsCommandOutput) => void
|
|
1565
|
-
): void;
|
|
1566
|
-
public listDevicePools(
|
|
1567
|
-
args: ListDevicePoolsCommandInput,
|
|
1568
|
-
options: __HttpHandlerOptions,
|
|
1569
|
-
cb: (err: any, data?: ListDevicePoolsCommandOutput) => void
|
|
1570
|
-
): void;
|
|
1571
|
-
public listDevicePools(
|
|
1572
|
-
args: ListDevicePoolsCommandInput,
|
|
1573
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDevicePoolsCommandOutput) => void),
|
|
1574
|
-
cb?: (err: any, data?: ListDevicePoolsCommandOutput) => void
|
|
1575
|
-
): Promise<ListDevicePoolsCommandOutput> | void {
|
|
1576
|
-
const command = new ListDevicePoolsCommand(args);
|
|
1577
|
-
if (typeof optionsOrCb === "function") {
|
|
1578
|
-
this.send(command, optionsOrCb);
|
|
1579
|
-
} else if (typeof cb === "function") {
|
|
1580
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1581
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1582
|
-
} else {
|
|
1583
|
-
return this.send(command, optionsOrCb);
|
|
1584
|
-
}
|
|
1585
|
-
}
|
|
1586
|
-
|
|
1587
|
-
/**
|
|
1588
|
-
* <p>Gets information about unique device types.</p>
|
|
1589
|
-
*/
|
|
1590
|
-
public listDevices(args: ListDevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListDevicesCommandOutput>;
|
|
1591
|
-
public listDevices(args: ListDevicesCommandInput, cb: (err: any, data?: ListDevicesCommandOutput) => void): void;
|
|
1592
|
-
public listDevices(
|
|
1593
|
-
args: ListDevicesCommandInput,
|
|
1594
|
-
options: __HttpHandlerOptions,
|
|
1595
|
-
cb: (err: any, data?: ListDevicesCommandOutput) => void
|
|
1596
|
-
): void;
|
|
1597
|
-
public listDevices(
|
|
1598
|
-
args: ListDevicesCommandInput,
|
|
1599
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListDevicesCommandOutput) => void),
|
|
1600
|
-
cb?: (err: any, data?: ListDevicesCommandOutput) => void
|
|
1601
|
-
): Promise<ListDevicesCommandOutput> | void {
|
|
1602
|
-
const command = new ListDevicesCommand(args);
|
|
1603
|
-
if (typeof optionsOrCb === "function") {
|
|
1604
|
-
this.send(command, optionsOrCb);
|
|
1605
|
-
} else if (typeof cb === "function") {
|
|
1606
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1607
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1608
|
-
} else {
|
|
1609
|
-
return this.send(command, optionsOrCb);
|
|
1610
|
-
}
|
|
1611
|
-
}
|
|
1612
|
-
|
|
1613
|
-
/**
|
|
1614
|
-
* <p>Returns information about all the instance profiles in an AWS account.</p>
|
|
1615
|
-
*/
|
|
1616
|
-
public listInstanceProfiles(
|
|
1617
|
-
args: ListInstanceProfilesCommandInput,
|
|
1618
|
-
options?: __HttpHandlerOptions
|
|
1619
|
-
): Promise<ListInstanceProfilesCommandOutput>;
|
|
1620
|
-
public listInstanceProfiles(
|
|
1621
|
-
args: ListInstanceProfilesCommandInput,
|
|
1622
|
-
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
1623
|
-
): void;
|
|
1624
|
-
public listInstanceProfiles(
|
|
1625
|
-
args: ListInstanceProfilesCommandInput,
|
|
1626
|
-
options: __HttpHandlerOptions,
|
|
1627
|
-
cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
1628
|
-
): void;
|
|
1629
|
-
public listInstanceProfiles(
|
|
1630
|
-
args: ListInstanceProfilesCommandInput,
|
|
1631
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListInstanceProfilesCommandOutput) => void),
|
|
1632
|
-
cb?: (err: any, data?: ListInstanceProfilesCommandOutput) => void
|
|
1633
|
-
): Promise<ListInstanceProfilesCommandOutput> | void {
|
|
1634
|
-
const command = new ListInstanceProfilesCommand(args);
|
|
1635
|
-
if (typeof optionsOrCb === "function") {
|
|
1636
|
-
this.send(command, optionsOrCb);
|
|
1637
|
-
} else if (typeof cb === "function") {
|
|
1638
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1639
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1640
|
-
} else {
|
|
1641
|
-
return this.send(command, optionsOrCb);
|
|
1642
|
-
}
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
/**
|
|
1646
|
-
* <p>Gets information about jobs for a given test run.</p>
|
|
1647
|
-
*/
|
|
1648
|
-
public listJobs(args: ListJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListJobsCommandOutput>;
|
|
1649
|
-
public listJobs(args: ListJobsCommandInput, cb: (err: any, data?: ListJobsCommandOutput) => void): void;
|
|
1650
|
-
public listJobs(
|
|
1651
|
-
args: ListJobsCommandInput,
|
|
1652
|
-
options: __HttpHandlerOptions,
|
|
1653
|
-
cb: (err: any, data?: ListJobsCommandOutput) => void
|
|
1654
|
-
): void;
|
|
1655
|
-
public listJobs(
|
|
1656
|
-
args: ListJobsCommandInput,
|
|
1657
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListJobsCommandOutput) => void),
|
|
1658
|
-
cb?: (err: any, data?: ListJobsCommandOutput) => void
|
|
1659
|
-
): Promise<ListJobsCommandOutput> | void {
|
|
1660
|
-
const command = new ListJobsCommand(args);
|
|
1661
|
-
if (typeof optionsOrCb === "function") {
|
|
1662
|
-
this.send(command, optionsOrCb);
|
|
1663
|
-
} else if (typeof cb === "function") {
|
|
1664
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1665
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1666
|
-
} else {
|
|
1667
|
-
return this.send(command, optionsOrCb);
|
|
1668
|
-
}
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
/**
|
|
1672
|
-
* <p>Returns the list of available network profiles.</p>
|
|
1673
|
-
*/
|
|
1674
|
-
public listNetworkProfiles(
|
|
1675
|
-
args: ListNetworkProfilesCommandInput,
|
|
1676
|
-
options?: __HttpHandlerOptions
|
|
1677
|
-
): Promise<ListNetworkProfilesCommandOutput>;
|
|
1678
|
-
public listNetworkProfiles(
|
|
1679
|
-
args: ListNetworkProfilesCommandInput,
|
|
1680
|
-
cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void
|
|
1681
|
-
): void;
|
|
1682
|
-
public listNetworkProfiles(
|
|
1683
|
-
args: ListNetworkProfilesCommandInput,
|
|
1684
|
-
options: __HttpHandlerOptions,
|
|
1685
|
-
cb: (err: any, data?: ListNetworkProfilesCommandOutput) => void
|
|
1686
|
-
): void;
|
|
1687
|
-
public listNetworkProfiles(
|
|
1688
|
-
args: ListNetworkProfilesCommandInput,
|
|
1689
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListNetworkProfilesCommandOutput) => void),
|
|
1690
|
-
cb?: (err: any, data?: ListNetworkProfilesCommandOutput) => void
|
|
1691
|
-
): Promise<ListNetworkProfilesCommandOutput> | void {
|
|
1692
|
-
const command = new ListNetworkProfilesCommand(args);
|
|
1693
|
-
if (typeof optionsOrCb === "function") {
|
|
1694
|
-
this.send(command, optionsOrCb);
|
|
1695
|
-
} else if (typeof cb === "function") {
|
|
1696
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1697
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1698
|
-
} else {
|
|
1699
|
-
return this.send(command, optionsOrCb);
|
|
1700
|
-
}
|
|
1701
|
-
}
|
|
1702
|
-
|
|
1703
|
-
/**
|
|
1704
|
-
* <p>Returns a list of offering promotions. Each offering promotion record contains the ID and description
|
|
1705
|
-
* of the promotion. The API returns a <code>NotEligible</code> error if the caller is not permitted to invoke
|
|
1706
|
-
* 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>
|
|
1707
|
-
*/
|
|
1708
|
-
public listOfferingPromotions(
|
|
1709
|
-
args: ListOfferingPromotionsCommandInput,
|
|
1710
|
-
options?: __HttpHandlerOptions
|
|
1711
|
-
): Promise<ListOfferingPromotionsCommandOutput>;
|
|
1712
|
-
public listOfferingPromotions(
|
|
1713
|
-
args: ListOfferingPromotionsCommandInput,
|
|
1714
|
-
cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void
|
|
1715
|
-
): void;
|
|
1716
|
-
public listOfferingPromotions(
|
|
1717
|
-
args: ListOfferingPromotionsCommandInput,
|
|
1718
|
-
options: __HttpHandlerOptions,
|
|
1719
|
-
cb: (err: any, data?: ListOfferingPromotionsCommandOutput) => void
|
|
1720
|
-
): void;
|
|
1721
|
-
public listOfferingPromotions(
|
|
1722
|
-
args: ListOfferingPromotionsCommandInput,
|
|
1723
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOfferingPromotionsCommandOutput) => void),
|
|
1724
|
-
cb?: (err: any, data?: ListOfferingPromotionsCommandOutput) => void
|
|
1725
|
-
): Promise<ListOfferingPromotionsCommandOutput> | void {
|
|
1726
|
-
const command = new ListOfferingPromotionsCommand(args);
|
|
1727
|
-
if (typeof optionsOrCb === "function") {
|
|
1728
|
-
this.send(command, optionsOrCb);
|
|
1729
|
-
} else if (typeof cb === "function") {
|
|
1730
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1732
|
-
} else {
|
|
1733
|
-
return this.send(command, optionsOrCb);
|
|
1734
|
-
}
|
|
1735
|
-
}
|
|
1736
|
-
|
|
1737
|
-
/**
|
|
1738
|
-
* <p>Returns a list of products or offerings that the user can manage through the API. Each offering record
|
|
1739
|
-
* indicates the recurring price per unit and the frequency for that offering. The API returns a
|
|
1740
|
-
* <code>NotEligible</code> error if the user is not permitted to invoke the operation. If you must be
|
|
1741
|
-
* able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
1742
|
-
*/
|
|
1743
|
-
public listOfferings(
|
|
1744
|
-
args: ListOfferingsCommandInput,
|
|
1745
|
-
options?: __HttpHandlerOptions
|
|
1746
|
-
): Promise<ListOfferingsCommandOutput>;
|
|
1747
|
-
public listOfferings(
|
|
1748
|
-
args: ListOfferingsCommandInput,
|
|
1749
|
-
cb: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
1750
|
-
): void;
|
|
1751
|
-
public listOfferings(
|
|
1752
|
-
args: ListOfferingsCommandInput,
|
|
1753
|
-
options: __HttpHandlerOptions,
|
|
1754
|
-
cb: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
1755
|
-
): void;
|
|
1756
|
-
public listOfferings(
|
|
1757
|
-
args: ListOfferingsCommandInput,
|
|
1758
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOfferingsCommandOutput) => void),
|
|
1759
|
-
cb?: (err: any, data?: ListOfferingsCommandOutput) => void
|
|
1760
|
-
): Promise<ListOfferingsCommandOutput> | void {
|
|
1761
|
-
const command = new ListOfferingsCommand(args);
|
|
1762
|
-
if (typeof optionsOrCb === "function") {
|
|
1763
|
-
this.send(command, optionsOrCb);
|
|
1764
|
-
} else if (typeof cb === "function") {
|
|
1765
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1766
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1767
|
-
} else {
|
|
1768
|
-
return this.send(command, optionsOrCb);
|
|
1769
|
-
}
|
|
1770
|
-
}
|
|
1771
|
-
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS
|
|
1774
|
-
* account. The list is paginated and ordered by a descending timestamp (most recent transactions are first).
|
|
1775
|
-
* The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the operation. If
|
|
1776
|
-
* you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
1777
|
-
*/
|
|
1778
|
-
public listOfferingTransactions(
|
|
1779
|
-
args: ListOfferingTransactionsCommandInput,
|
|
1780
|
-
options?: __HttpHandlerOptions
|
|
1781
|
-
): Promise<ListOfferingTransactionsCommandOutput>;
|
|
1782
|
-
public listOfferingTransactions(
|
|
1783
|
-
args: ListOfferingTransactionsCommandInput,
|
|
1784
|
-
cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void
|
|
1785
|
-
): void;
|
|
1786
|
-
public listOfferingTransactions(
|
|
1787
|
-
args: ListOfferingTransactionsCommandInput,
|
|
1788
|
-
options: __HttpHandlerOptions,
|
|
1789
|
-
cb: (err: any, data?: ListOfferingTransactionsCommandOutput) => void
|
|
1790
|
-
): void;
|
|
1791
|
-
public listOfferingTransactions(
|
|
1792
|
-
args: ListOfferingTransactionsCommandInput,
|
|
1793
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListOfferingTransactionsCommandOutput) => void),
|
|
1794
|
-
cb?: (err: any, data?: ListOfferingTransactionsCommandOutput) => void
|
|
1795
|
-
): Promise<ListOfferingTransactionsCommandOutput> | void {
|
|
1796
|
-
const command = new ListOfferingTransactionsCommand(args);
|
|
1797
|
-
if (typeof optionsOrCb === "function") {
|
|
1798
|
-
this.send(command, optionsOrCb);
|
|
1799
|
-
} else if (typeof cb === "function") {
|
|
1800
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1802
|
-
} else {
|
|
1803
|
-
return this.send(command, optionsOrCb);
|
|
1804
|
-
}
|
|
1805
|
-
}
|
|
1806
|
-
|
|
1807
|
-
/**
|
|
1808
|
-
* <p>Gets information about projects.</p>
|
|
1809
|
-
*/
|
|
1810
|
-
public listProjects(
|
|
1811
|
-
args: ListProjectsCommandInput,
|
|
1812
|
-
options?: __HttpHandlerOptions
|
|
1813
|
-
): Promise<ListProjectsCommandOutput>;
|
|
1814
|
-
public listProjects(args: ListProjectsCommandInput, cb: (err: any, data?: ListProjectsCommandOutput) => void): void;
|
|
1815
|
-
public listProjects(
|
|
1816
|
-
args: ListProjectsCommandInput,
|
|
1817
|
-
options: __HttpHandlerOptions,
|
|
1818
|
-
cb: (err: any, data?: ListProjectsCommandOutput) => void
|
|
1819
|
-
): void;
|
|
1820
|
-
public listProjects(
|
|
1821
|
-
args: ListProjectsCommandInput,
|
|
1822
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListProjectsCommandOutput) => void),
|
|
1823
|
-
cb?: (err: any, data?: ListProjectsCommandOutput) => void
|
|
1824
|
-
): Promise<ListProjectsCommandOutput> | void {
|
|
1825
|
-
const command = new ListProjectsCommand(args);
|
|
1826
|
-
if (typeof optionsOrCb === "function") {
|
|
1827
|
-
this.send(command, optionsOrCb);
|
|
1828
|
-
} else if (typeof cb === "function") {
|
|
1829
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1830
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1831
|
-
} else {
|
|
1832
|
-
return this.send(command, optionsOrCb);
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
/**
|
|
1837
|
-
* <p>Returns a list of all currently running remote access sessions.</p>
|
|
1838
|
-
*/
|
|
1839
|
-
public listRemoteAccessSessions(
|
|
1840
|
-
args: ListRemoteAccessSessionsCommandInput,
|
|
1841
|
-
options?: __HttpHandlerOptions
|
|
1842
|
-
): Promise<ListRemoteAccessSessionsCommandOutput>;
|
|
1843
|
-
public listRemoteAccessSessions(
|
|
1844
|
-
args: ListRemoteAccessSessionsCommandInput,
|
|
1845
|
-
cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void
|
|
1846
|
-
): void;
|
|
1847
|
-
public listRemoteAccessSessions(
|
|
1848
|
-
args: ListRemoteAccessSessionsCommandInput,
|
|
1849
|
-
options: __HttpHandlerOptions,
|
|
1850
|
-
cb: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void
|
|
1851
|
-
): void;
|
|
1852
|
-
public listRemoteAccessSessions(
|
|
1853
|
-
args: ListRemoteAccessSessionsCommandInput,
|
|
1854
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRemoteAccessSessionsCommandOutput) => void),
|
|
1855
|
-
cb?: (err: any, data?: ListRemoteAccessSessionsCommandOutput) => void
|
|
1856
|
-
): Promise<ListRemoteAccessSessionsCommandOutput> | void {
|
|
1857
|
-
const command = new ListRemoteAccessSessionsCommand(args);
|
|
1858
|
-
if (typeof optionsOrCb === "function") {
|
|
1859
|
-
this.send(command, optionsOrCb);
|
|
1860
|
-
} else if (typeof cb === "function") {
|
|
1861
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1862
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1863
|
-
} else {
|
|
1864
|
-
return this.send(command, optionsOrCb);
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>Gets information about runs, given an AWS Device Farm project ARN.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
public listRuns(args: ListRunsCommandInput, options?: __HttpHandlerOptions): Promise<ListRunsCommandOutput>;
|
|
1872
|
-
public listRuns(args: ListRunsCommandInput, cb: (err: any, data?: ListRunsCommandOutput) => void): void;
|
|
1873
|
-
public listRuns(
|
|
1874
|
-
args: ListRunsCommandInput,
|
|
1875
|
-
options: __HttpHandlerOptions,
|
|
1876
|
-
cb: (err: any, data?: ListRunsCommandOutput) => void
|
|
1877
|
-
): void;
|
|
1878
|
-
public listRuns(
|
|
1879
|
-
args: ListRunsCommandInput,
|
|
1880
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListRunsCommandOutput) => void),
|
|
1881
|
-
cb?: (err: any, data?: ListRunsCommandOutput) => void
|
|
1882
|
-
): Promise<ListRunsCommandOutput> | void {
|
|
1883
|
-
const command = new ListRunsCommand(args);
|
|
1884
|
-
if (typeof optionsOrCb === "function") {
|
|
1885
|
-
this.send(command, optionsOrCb);
|
|
1886
|
-
} else if (typeof cb === "function") {
|
|
1887
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1888
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1889
|
-
} else {
|
|
1890
|
-
return this.send(command, optionsOrCb);
|
|
1891
|
-
}
|
|
1892
|
-
}
|
|
1893
|
-
|
|
1894
|
-
/**
|
|
1895
|
-
* <p>Gets information about samples, given an AWS Device Farm job ARN.</p>
|
|
1896
|
-
*/
|
|
1897
|
-
public listSamples(args: ListSamplesCommandInput, options?: __HttpHandlerOptions): Promise<ListSamplesCommandOutput>;
|
|
1898
|
-
public listSamples(args: ListSamplesCommandInput, cb: (err: any, data?: ListSamplesCommandOutput) => void): void;
|
|
1899
|
-
public listSamples(
|
|
1900
|
-
args: ListSamplesCommandInput,
|
|
1901
|
-
options: __HttpHandlerOptions,
|
|
1902
|
-
cb: (err: any, data?: ListSamplesCommandOutput) => void
|
|
1903
|
-
): void;
|
|
1904
|
-
public listSamples(
|
|
1905
|
-
args: ListSamplesCommandInput,
|
|
1906
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSamplesCommandOutput) => void),
|
|
1907
|
-
cb?: (err: any, data?: ListSamplesCommandOutput) => void
|
|
1908
|
-
): Promise<ListSamplesCommandOutput> | void {
|
|
1909
|
-
const command = new ListSamplesCommand(args);
|
|
1910
|
-
if (typeof optionsOrCb === "function") {
|
|
1911
|
-
this.send(command, optionsOrCb);
|
|
1912
|
-
} else if (typeof cb === "function") {
|
|
1913
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1914
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1915
|
-
} else {
|
|
1916
|
-
return this.send(command, optionsOrCb);
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
/**
|
|
1921
|
-
* <p>Gets information about test suites for a given job.</p>
|
|
1922
|
-
*/
|
|
1923
|
-
public listSuites(args: ListSuitesCommandInput, options?: __HttpHandlerOptions): Promise<ListSuitesCommandOutput>;
|
|
1924
|
-
public listSuites(args: ListSuitesCommandInput, cb: (err: any, data?: ListSuitesCommandOutput) => void): void;
|
|
1925
|
-
public listSuites(
|
|
1926
|
-
args: ListSuitesCommandInput,
|
|
1927
|
-
options: __HttpHandlerOptions,
|
|
1928
|
-
cb: (err: any, data?: ListSuitesCommandOutput) => void
|
|
1929
|
-
): void;
|
|
1930
|
-
public listSuites(
|
|
1931
|
-
args: ListSuitesCommandInput,
|
|
1932
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListSuitesCommandOutput) => void),
|
|
1933
|
-
cb?: (err: any, data?: ListSuitesCommandOutput) => void
|
|
1934
|
-
): Promise<ListSuitesCommandOutput> | void {
|
|
1935
|
-
const command = new ListSuitesCommand(args);
|
|
1936
|
-
if (typeof optionsOrCb === "function") {
|
|
1937
|
-
this.send(command, optionsOrCb);
|
|
1938
|
-
} else if (typeof cb === "function") {
|
|
1939
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1940
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1941
|
-
} else {
|
|
1942
|
-
return this.send(command, optionsOrCb);
|
|
1943
|
-
}
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
/**
|
|
1947
|
-
* <p>List the tags for an AWS Device Farm resource.</p>
|
|
1948
|
-
*/
|
|
1949
|
-
public listTagsForResource(
|
|
1950
|
-
args: ListTagsForResourceCommandInput,
|
|
1951
|
-
options?: __HttpHandlerOptions
|
|
1952
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
1953
|
-
public listTagsForResource(
|
|
1954
|
-
args: ListTagsForResourceCommandInput,
|
|
1955
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1956
|
-
): void;
|
|
1957
|
-
public listTagsForResource(
|
|
1958
|
-
args: ListTagsForResourceCommandInput,
|
|
1959
|
-
options: __HttpHandlerOptions,
|
|
1960
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1961
|
-
): void;
|
|
1962
|
-
public listTagsForResource(
|
|
1963
|
-
args: ListTagsForResourceCommandInput,
|
|
1964
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTagsForResourceCommandOutput) => void),
|
|
1965
|
-
cb?: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
1966
|
-
): Promise<ListTagsForResourceCommandOutput> | void {
|
|
1967
|
-
const command = new ListTagsForResourceCommand(args);
|
|
1968
|
-
if (typeof optionsOrCb === "function") {
|
|
1969
|
-
this.send(command, optionsOrCb);
|
|
1970
|
-
} else if (typeof cb === "function") {
|
|
1971
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1972
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1973
|
-
} else {
|
|
1974
|
-
return this.send(command, optionsOrCb);
|
|
1975
|
-
}
|
|
1976
|
-
}
|
|
1977
|
-
|
|
1978
|
-
/**
|
|
1979
|
-
* <p>Gets a list of all Selenium testing projects in your account.</p>
|
|
1980
|
-
*/
|
|
1981
|
-
public listTestGridProjects(
|
|
1982
|
-
args: ListTestGridProjectsCommandInput,
|
|
1983
|
-
options?: __HttpHandlerOptions
|
|
1984
|
-
): Promise<ListTestGridProjectsCommandOutput>;
|
|
1985
|
-
public listTestGridProjects(
|
|
1986
|
-
args: ListTestGridProjectsCommandInput,
|
|
1987
|
-
cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void
|
|
1988
|
-
): void;
|
|
1989
|
-
public listTestGridProjects(
|
|
1990
|
-
args: ListTestGridProjectsCommandInput,
|
|
1991
|
-
options: __HttpHandlerOptions,
|
|
1992
|
-
cb: (err: any, data?: ListTestGridProjectsCommandOutput) => void
|
|
1993
|
-
): void;
|
|
1994
|
-
public listTestGridProjects(
|
|
1995
|
-
args: ListTestGridProjectsCommandInput,
|
|
1996
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTestGridProjectsCommandOutput) => void),
|
|
1997
|
-
cb?: (err: any, data?: ListTestGridProjectsCommandOutput) => void
|
|
1998
|
-
): Promise<ListTestGridProjectsCommandOutput> | void {
|
|
1999
|
-
const command = new ListTestGridProjectsCommand(args);
|
|
2000
|
-
if (typeof optionsOrCb === "function") {
|
|
2001
|
-
this.send(command, optionsOrCb);
|
|
2002
|
-
} else if (typeof cb === "function") {
|
|
2003
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2004
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2005
|
-
} else {
|
|
2006
|
-
return this.send(command, optionsOrCb);
|
|
2007
|
-
}
|
|
2008
|
-
}
|
|
2009
|
-
|
|
2010
|
-
/**
|
|
2011
|
-
* <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</p>
|
|
2012
|
-
*/
|
|
2013
|
-
public listTestGridSessionActions(
|
|
2014
|
-
args: ListTestGridSessionActionsCommandInput,
|
|
2015
|
-
options?: __HttpHandlerOptions
|
|
2016
|
-
): Promise<ListTestGridSessionActionsCommandOutput>;
|
|
2017
|
-
public listTestGridSessionActions(
|
|
2018
|
-
args: ListTestGridSessionActionsCommandInput,
|
|
2019
|
-
cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void
|
|
2020
|
-
): void;
|
|
2021
|
-
public listTestGridSessionActions(
|
|
2022
|
-
args: ListTestGridSessionActionsCommandInput,
|
|
2023
|
-
options: __HttpHandlerOptions,
|
|
2024
|
-
cb: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void
|
|
2025
|
-
): void;
|
|
2026
|
-
public listTestGridSessionActions(
|
|
2027
|
-
args: ListTestGridSessionActionsCommandInput,
|
|
2028
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTestGridSessionActionsCommandOutput) => void),
|
|
2029
|
-
cb?: (err: any, data?: ListTestGridSessionActionsCommandOutput) => void
|
|
2030
|
-
): Promise<ListTestGridSessionActionsCommandOutput> | void {
|
|
2031
|
-
const command = new ListTestGridSessionActionsCommand(args);
|
|
2032
|
-
if (typeof optionsOrCb === "function") {
|
|
2033
|
-
this.send(command, optionsOrCb);
|
|
2034
|
-
} else if (typeof cb === "function") {
|
|
2035
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2036
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2037
|
-
} else {
|
|
2038
|
-
return this.send(command, optionsOrCb);
|
|
2039
|
-
}
|
|
2040
|
-
}
|
|
2041
|
-
|
|
2042
|
-
/**
|
|
2043
|
-
* <p>Retrieves a list of artifacts created during the session.</p>
|
|
2044
|
-
*/
|
|
2045
|
-
public listTestGridSessionArtifacts(
|
|
2046
|
-
args: ListTestGridSessionArtifactsCommandInput,
|
|
2047
|
-
options?: __HttpHandlerOptions
|
|
2048
|
-
): Promise<ListTestGridSessionArtifactsCommandOutput>;
|
|
2049
|
-
public listTestGridSessionArtifacts(
|
|
2050
|
-
args: ListTestGridSessionArtifactsCommandInput,
|
|
2051
|
-
cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void
|
|
2052
|
-
): void;
|
|
2053
|
-
public listTestGridSessionArtifacts(
|
|
2054
|
-
args: ListTestGridSessionArtifactsCommandInput,
|
|
2055
|
-
options: __HttpHandlerOptions,
|
|
2056
|
-
cb: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void
|
|
2057
|
-
): void;
|
|
2058
|
-
public listTestGridSessionArtifacts(
|
|
2059
|
-
args: ListTestGridSessionArtifactsCommandInput,
|
|
2060
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void),
|
|
2061
|
-
cb?: (err: any, data?: ListTestGridSessionArtifactsCommandOutput) => void
|
|
2062
|
-
): Promise<ListTestGridSessionArtifactsCommandOutput> | void {
|
|
2063
|
-
const command = new ListTestGridSessionArtifactsCommand(args);
|
|
2064
|
-
if (typeof optionsOrCb === "function") {
|
|
2065
|
-
this.send(command, optionsOrCb);
|
|
2066
|
-
} else if (typeof cb === "function") {
|
|
2067
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2068
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2069
|
-
} else {
|
|
2070
|
-
return this.send(command, optionsOrCb);
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
|
|
2074
|
-
/**
|
|
2075
|
-
* <p>Retrieves a list of sessions for a <a>TestGridProject</a>.</p>
|
|
2076
|
-
*/
|
|
2077
|
-
public listTestGridSessions(
|
|
2078
|
-
args: ListTestGridSessionsCommandInput,
|
|
2079
|
-
options?: __HttpHandlerOptions
|
|
2080
|
-
): Promise<ListTestGridSessionsCommandOutput>;
|
|
2081
|
-
public listTestGridSessions(
|
|
2082
|
-
args: ListTestGridSessionsCommandInput,
|
|
2083
|
-
cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void
|
|
2084
|
-
): void;
|
|
2085
|
-
public listTestGridSessions(
|
|
2086
|
-
args: ListTestGridSessionsCommandInput,
|
|
2087
|
-
options: __HttpHandlerOptions,
|
|
2088
|
-
cb: (err: any, data?: ListTestGridSessionsCommandOutput) => void
|
|
2089
|
-
): void;
|
|
2090
|
-
public listTestGridSessions(
|
|
2091
|
-
args: ListTestGridSessionsCommandInput,
|
|
2092
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTestGridSessionsCommandOutput) => void),
|
|
2093
|
-
cb?: (err: any, data?: ListTestGridSessionsCommandOutput) => void
|
|
2094
|
-
): Promise<ListTestGridSessionsCommandOutput> | void {
|
|
2095
|
-
const command = new ListTestGridSessionsCommand(args);
|
|
2096
|
-
if (typeof optionsOrCb === "function") {
|
|
2097
|
-
this.send(command, optionsOrCb);
|
|
2098
|
-
} else if (typeof cb === "function") {
|
|
2099
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2100
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2101
|
-
} else {
|
|
2102
|
-
return this.send(command, optionsOrCb);
|
|
2103
|
-
}
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
/**
|
|
2107
|
-
* <p>Gets information about tests in a given test suite.</p>
|
|
2108
|
-
*/
|
|
2109
|
-
public listTests(args: ListTestsCommandInput, options?: __HttpHandlerOptions): Promise<ListTestsCommandOutput>;
|
|
2110
|
-
public listTests(args: ListTestsCommandInput, cb: (err: any, data?: ListTestsCommandOutput) => void): void;
|
|
2111
|
-
public listTests(
|
|
2112
|
-
args: ListTestsCommandInput,
|
|
2113
|
-
options: __HttpHandlerOptions,
|
|
2114
|
-
cb: (err: any, data?: ListTestsCommandOutput) => void
|
|
2115
|
-
): void;
|
|
2116
|
-
public listTests(
|
|
2117
|
-
args: ListTestsCommandInput,
|
|
2118
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListTestsCommandOutput) => void),
|
|
2119
|
-
cb?: (err: any, data?: ListTestsCommandOutput) => void
|
|
2120
|
-
): Promise<ListTestsCommandOutput> | void {
|
|
2121
|
-
const command = new ListTestsCommand(args);
|
|
2122
|
-
if (typeof optionsOrCb === "function") {
|
|
2123
|
-
this.send(command, optionsOrCb);
|
|
2124
|
-
} else if (typeof cb === "function") {
|
|
2125
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2126
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2127
|
-
} else {
|
|
2128
|
-
return this.send(command, optionsOrCb);
|
|
2129
|
-
}
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
/**
|
|
2133
|
-
* <p>Gets information about unique problems, such as exceptions or crashes.</p>
|
|
2134
|
-
* <p>Unique problems are defined as a single instance of an error across a run, job, or suite. For example,
|
|
2135
|
-
* if a call in your application consistently raises an exception (<code>OutOfBoundsException in
|
|
2136
|
-
* MyActivity.java:386</code>), <code>ListUniqueProblems</code> returns a single entry instead of many
|
|
2137
|
-
* individual entries for that exception.</p>
|
|
2138
|
-
*/
|
|
2139
|
-
public listUniqueProblems(
|
|
2140
|
-
args: ListUniqueProblemsCommandInput,
|
|
2141
|
-
options?: __HttpHandlerOptions
|
|
2142
|
-
): Promise<ListUniqueProblemsCommandOutput>;
|
|
2143
|
-
public listUniqueProblems(
|
|
2144
|
-
args: ListUniqueProblemsCommandInput,
|
|
2145
|
-
cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void
|
|
2146
|
-
): void;
|
|
2147
|
-
public listUniqueProblems(
|
|
2148
|
-
args: ListUniqueProblemsCommandInput,
|
|
2149
|
-
options: __HttpHandlerOptions,
|
|
2150
|
-
cb: (err: any, data?: ListUniqueProblemsCommandOutput) => void
|
|
2151
|
-
): void;
|
|
2152
|
-
public listUniqueProblems(
|
|
2153
|
-
args: ListUniqueProblemsCommandInput,
|
|
2154
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUniqueProblemsCommandOutput) => void),
|
|
2155
|
-
cb?: (err: any, data?: ListUniqueProblemsCommandOutput) => void
|
|
2156
|
-
): Promise<ListUniqueProblemsCommandOutput> | void {
|
|
2157
|
-
const command = new ListUniqueProblemsCommand(args);
|
|
2158
|
-
if (typeof optionsOrCb === "function") {
|
|
2159
|
-
this.send(command, optionsOrCb);
|
|
2160
|
-
} else if (typeof cb === "function") {
|
|
2161
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2162
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2163
|
-
} else {
|
|
2164
|
-
return this.send(command, optionsOrCb);
|
|
2165
|
-
}
|
|
2166
|
-
}
|
|
2167
|
-
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>Gets information about uploads, given an AWS Device Farm project ARN.</p>
|
|
2170
|
-
*/
|
|
2171
|
-
public listUploads(args: ListUploadsCommandInput, options?: __HttpHandlerOptions): Promise<ListUploadsCommandOutput>;
|
|
2172
|
-
public listUploads(args: ListUploadsCommandInput, cb: (err: any, data?: ListUploadsCommandOutput) => void): void;
|
|
2173
|
-
public listUploads(
|
|
2174
|
-
args: ListUploadsCommandInput,
|
|
2175
|
-
options: __HttpHandlerOptions,
|
|
2176
|
-
cb: (err: any, data?: ListUploadsCommandOutput) => void
|
|
2177
|
-
): void;
|
|
2178
|
-
public listUploads(
|
|
2179
|
-
args: ListUploadsCommandInput,
|
|
2180
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListUploadsCommandOutput) => void),
|
|
2181
|
-
cb?: (err: any, data?: ListUploadsCommandOutput) => void
|
|
2182
|
-
): Promise<ListUploadsCommandOutput> | void {
|
|
2183
|
-
const command = new ListUploadsCommand(args);
|
|
2184
|
-
if (typeof optionsOrCb === "function") {
|
|
2185
|
-
this.send(command, optionsOrCb);
|
|
2186
|
-
} else if (typeof cb === "function") {
|
|
2187
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2188
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2189
|
-
} else {
|
|
2190
|
-
return this.send(command, optionsOrCb);
|
|
2191
|
-
}
|
|
2192
|
-
}
|
|
2193
|
-
|
|
2194
|
-
/**
|
|
2195
|
-
* <p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint
|
|
2196
|
-
* configurations in the AWS account.</p>
|
|
2197
|
-
*/
|
|
2198
|
-
public listVPCEConfigurations(
|
|
2199
|
-
args: ListVPCEConfigurationsCommandInput,
|
|
2200
|
-
options?: __HttpHandlerOptions
|
|
2201
|
-
): Promise<ListVPCEConfigurationsCommandOutput>;
|
|
2202
|
-
public listVPCEConfigurations(
|
|
2203
|
-
args: ListVPCEConfigurationsCommandInput,
|
|
2204
|
-
cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void
|
|
2205
|
-
): void;
|
|
2206
|
-
public listVPCEConfigurations(
|
|
2207
|
-
args: ListVPCEConfigurationsCommandInput,
|
|
2208
|
-
options: __HttpHandlerOptions,
|
|
2209
|
-
cb: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void
|
|
2210
|
-
): void;
|
|
2211
|
-
public listVPCEConfigurations(
|
|
2212
|
-
args: ListVPCEConfigurationsCommandInput,
|
|
2213
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ListVPCEConfigurationsCommandOutput) => void),
|
|
2214
|
-
cb?: (err: any, data?: ListVPCEConfigurationsCommandOutput) => void
|
|
2215
|
-
): Promise<ListVPCEConfigurationsCommandOutput> | void {
|
|
2216
|
-
const command = new ListVPCEConfigurationsCommand(args);
|
|
2217
|
-
if (typeof optionsOrCb === "function") {
|
|
2218
|
-
this.send(command, optionsOrCb);
|
|
2219
|
-
} else if (typeof cb === "function") {
|
|
2220
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2221
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2222
|
-
} else {
|
|
2223
|
-
return this.send(command, optionsOrCb);
|
|
2224
|
-
}
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
/**
|
|
2228
|
-
* <p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased
|
|
2229
|
-
* quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code>
|
|
2230
|
-
* error if the user is not permitted to invoke the operation. If you must be able to invoke this operation,
|
|
2231
|
-
* contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
2232
|
-
*/
|
|
2233
|
-
public purchaseOffering(
|
|
2234
|
-
args: PurchaseOfferingCommandInput,
|
|
2235
|
-
options?: __HttpHandlerOptions
|
|
2236
|
-
): Promise<PurchaseOfferingCommandOutput>;
|
|
2237
|
-
public purchaseOffering(
|
|
2238
|
-
args: PurchaseOfferingCommandInput,
|
|
2239
|
-
cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
2240
|
-
): void;
|
|
2241
|
-
public purchaseOffering(
|
|
2242
|
-
args: PurchaseOfferingCommandInput,
|
|
2243
|
-
options: __HttpHandlerOptions,
|
|
2244
|
-
cb: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
2245
|
-
): void;
|
|
2246
|
-
public purchaseOffering(
|
|
2247
|
-
args: PurchaseOfferingCommandInput,
|
|
2248
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: PurchaseOfferingCommandOutput) => void),
|
|
2249
|
-
cb?: (err: any, data?: PurchaseOfferingCommandOutput) => void
|
|
2250
|
-
): Promise<PurchaseOfferingCommandOutput> | void {
|
|
2251
|
-
const command = new PurchaseOfferingCommand(args);
|
|
2252
|
-
if (typeof optionsOrCb === "function") {
|
|
2253
|
-
this.send(command, optionsOrCb);
|
|
2254
|
-
} else if (typeof cb === "function") {
|
|
2255
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2256
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2257
|
-
} else {
|
|
2258
|
-
return this.send(command, optionsOrCb);
|
|
2259
|
-
}
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
/**
|
|
2263
|
-
* <p>Explicitly sets the quantity of devices to renew for an offering, starting from the
|
|
2264
|
-
* <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the
|
|
2265
|
-
* user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
2266
|
-
*/
|
|
2267
|
-
public renewOffering(
|
|
2268
|
-
args: RenewOfferingCommandInput,
|
|
2269
|
-
options?: __HttpHandlerOptions
|
|
2270
|
-
): Promise<RenewOfferingCommandOutput>;
|
|
2271
|
-
public renewOffering(
|
|
2272
|
-
args: RenewOfferingCommandInput,
|
|
2273
|
-
cb: (err: any, data?: RenewOfferingCommandOutput) => void
|
|
2274
|
-
): void;
|
|
2275
|
-
public renewOffering(
|
|
2276
|
-
args: RenewOfferingCommandInput,
|
|
2277
|
-
options: __HttpHandlerOptions,
|
|
2278
|
-
cb: (err: any, data?: RenewOfferingCommandOutput) => void
|
|
2279
|
-
): void;
|
|
2280
|
-
public renewOffering(
|
|
2281
|
-
args: RenewOfferingCommandInput,
|
|
2282
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: RenewOfferingCommandOutput) => void),
|
|
2283
|
-
cb?: (err: any, data?: RenewOfferingCommandOutput) => void
|
|
2284
|
-
): Promise<RenewOfferingCommandOutput> | void {
|
|
2285
|
-
const command = new RenewOfferingCommand(args);
|
|
2286
|
-
if (typeof optionsOrCb === "function") {
|
|
2287
|
-
this.send(command, optionsOrCb);
|
|
2288
|
-
} else if (typeof cb === "function") {
|
|
2289
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2290
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2291
|
-
} else {
|
|
2292
|
-
return this.send(command, optionsOrCb);
|
|
2293
|
-
}
|
|
2294
|
-
}
|
|
2295
|
-
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>Schedules a run.</p>
|
|
2298
|
-
*/
|
|
2299
|
-
public scheduleRun(args: ScheduleRunCommandInput, options?: __HttpHandlerOptions): Promise<ScheduleRunCommandOutput>;
|
|
2300
|
-
public scheduleRun(args: ScheduleRunCommandInput, cb: (err: any, data?: ScheduleRunCommandOutput) => void): void;
|
|
2301
|
-
public scheduleRun(
|
|
2302
|
-
args: ScheduleRunCommandInput,
|
|
2303
|
-
options: __HttpHandlerOptions,
|
|
2304
|
-
cb: (err: any, data?: ScheduleRunCommandOutput) => void
|
|
2305
|
-
): void;
|
|
2306
|
-
public scheduleRun(
|
|
2307
|
-
args: ScheduleRunCommandInput,
|
|
2308
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: ScheduleRunCommandOutput) => void),
|
|
2309
|
-
cb?: (err: any, data?: ScheduleRunCommandOutput) => void
|
|
2310
|
-
): Promise<ScheduleRunCommandOutput> | void {
|
|
2311
|
-
const command = new ScheduleRunCommand(args);
|
|
2312
|
-
if (typeof optionsOrCb === "function") {
|
|
2313
|
-
this.send(command, optionsOrCb);
|
|
2314
|
-
} else if (typeof cb === "function") {
|
|
2315
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2316
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2317
|
-
} else {
|
|
2318
|
-
return this.send(command, optionsOrCb);
|
|
2319
|
-
}
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
/**
|
|
2323
|
-
* <p>Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device
|
|
2324
|
-
* where tests have not started. You are not billed for this device. On the device where tests have started,
|
|
2325
|
-
* setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown,
|
|
2326
|
-
* and any tests that were in progress or already completed.</p>
|
|
2327
|
-
*/
|
|
2328
|
-
public stopJob(args: StopJobCommandInput, options?: __HttpHandlerOptions): Promise<StopJobCommandOutput>;
|
|
2329
|
-
public stopJob(args: StopJobCommandInput, cb: (err: any, data?: StopJobCommandOutput) => void): void;
|
|
2330
|
-
public stopJob(
|
|
2331
|
-
args: StopJobCommandInput,
|
|
2332
|
-
options: __HttpHandlerOptions,
|
|
2333
|
-
cb: (err: any, data?: StopJobCommandOutput) => void
|
|
2334
|
-
): void;
|
|
2335
|
-
public stopJob(
|
|
2336
|
-
args: StopJobCommandInput,
|
|
2337
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopJobCommandOutput) => void),
|
|
2338
|
-
cb?: (err: any, data?: StopJobCommandOutput) => void
|
|
2339
|
-
): Promise<StopJobCommandOutput> | void {
|
|
2340
|
-
const command = new StopJobCommand(args);
|
|
2341
|
-
if (typeof optionsOrCb === "function") {
|
|
2342
|
-
this.send(command, optionsOrCb);
|
|
2343
|
-
} else if (typeof cb === "function") {
|
|
2344
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2345
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2346
|
-
} else {
|
|
2347
|
-
return this.send(command, optionsOrCb);
|
|
2348
|
-
}
|
|
2349
|
-
}
|
|
2350
|
-
|
|
2351
|
-
/**
|
|
2352
|
-
* <p>Ends a specified remote access session.</p>
|
|
2353
|
-
*/
|
|
2354
|
-
public stopRemoteAccessSession(
|
|
2355
|
-
args: StopRemoteAccessSessionCommandInput,
|
|
2356
|
-
options?: __HttpHandlerOptions
|
|
2357
|
-
): Promise<StopRemoteAccessSessionCommandOutput>;
|
|
2358
|
-
public stopRemoteAccessSession(
|
|
2359
|
-
args: StopRemoteAccessSessionCommandInput,
|
|
2360
|
-
cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void
|
|
2361
|
-
): void;
|
|
2362
|
-
public stopRemoteAccessSession(
|
|
2363
|
-
args: StopRemoteAccessSessionCommandInput,
|
|
2364
|
-
options: __HttpHandlerOptions,
|
|
2365
|
-
cb: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void
|
|
2366
|
-
): void;
|
|
2367
|
-
public stopRemoteAccessSession(
|
|
2368
|
-
args: StopRemoteAccessSessionCommandInput,
|
|
2369
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopRemoteAccessSessionCommandOutput) => void),
|
|
2370
|
-
cb?: (err: any, data?: StopRemoteAccessSessionCommandOutput) => void
|
|
2371
|
-
): Promise<StopRemoteAccessSessionCommandOutput> | void {
|
|
2372
|
-
const command = new StopRemoteAccessSessionCommand(args);
|
|
2373
|
-
if (typeof optionsOrCb === "function") {
|
|
2374
|
-
this.send(command, optionsOrCb);
|
|
2375
|
-
} else if (typeof cb === "function") {
|
|
2376
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2377
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2378
|
-
} else {
|
|
2379
|
-
return this.send(command, optionsOrCb);
|
|
2380
|
-
}
|
|
2381
|
-
}
|
|
2382
|
-
|
|
2383
|
-
/**
|
|
2384
|
-
* <p>Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices
|
|
2385
|
-
* where tests have not started. You are not billed for these devices. On devices where tests have started
|
|
2386
|
-
* executing, setup suite and teardown suite tests run to completion on those devices. You are billed for
|
|
2387
|
-
* setup, teardown, and any tests that were in progress or already completed.</p>
|
|
2388
|
-
*/
|
|
2389
|
-
public stopRun(args: StopRunCommandInput, options?: __HttpHandlerOptions): Promise<StopRunCommandOutput>;
|
|
2390
|
-
public stopRun(args: StopRunCommandInput, cb: (err: any, data?: StopRunCommandOutput) => void): void;
|
|
2391
|
-
public stopRun(
|
|
2392
|
-
args: StopRunCommandInput,
|
|
2393
|
-
options: __HttpHandlerOptions,
|
|
2394
|
-
cb: (err: any, data?: StopRunCommandOutput) => void
|
|
2395
|
-
): void;
|
|
2396
|
-
public stopRun(
|
|
2397
|
-
args: StopRunCommandInput,
|
|
2398
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: StopRunCommandOutput) => void),
|
|
2399
|
-
cb?: (err: any, data?: StopRunCommandOutput) => void
|
|
2400
|
-
): Promise<StopRunCommandOutput> | void {
|
|
2401
|
-
const command = new StopRunCommand(args);
|
|
2402
|
-
if (typeof optionsOrCb === "function") {
|
|
2403
|
-
this.send(command, optionsOrCb);
|
|
2404
|
-
} else if (typeof cb === "function") {
|
|
2405
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2406
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2407
|
-
} else {
|
|
2408
|
-
return this.send(command, optionsOrCb);
|
|
2409
|
-
}
|
|
2410
|
-
}
|
|
2411
|
-
|
|
2412
|
-
/**
|
|
2413
|
-
* <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>. If existing tags
|
|
2414
|
-
* on a resource are not specified in the request parameters, they are not changed. When a resource is deleted,
|
|
2415
|
-
* the tags associated with that resource are also deleted.</p>
|
|
2416
|
-
*/
|
|
2417
|
-
public tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
|
|
2418
|
-
public tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
2419
|
-
public tagResource(
|
|
2420
|
-
args: TagResourceCommandInput,
|
|
2421
|
-
options: __HttpHandlerOptions,
|
|
2422
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
2423
|
-
): void;
|
|
2424
|
-
public tagResource(
|
|
2425
|
-
args: TagResourceCommandInput,
|
|
2426
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: TagResourceCommandOutput) => void),
|
|
2427
|
-
cb?: (err: any, data?: TagResourceCommandOutput) => void
|
|
2428
|
-
): Promise<TagResourceCommandOutput> | void {
|
|
2429
|
-
const command = new TagResourceCommand(args);
|
|
2430
|
-
if (typeof optionsOrCb === "function") {
|
|
2431
|
-
this.send(command, optionsOrCb);
|
|
2432
|
-
} else if (typeof cb === "function") {
|
|
2433
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2434
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2435
|
-
} else {
|
|
2436
|
-
return this.send(command, optionsOrCb);
|
|
2437
|
-
}
|
|
2438
|
-
}
|
|
2439
|
-
|
|
2440
|
-
/**
|
|
2441
|
-
* <p>Deletes the specified tags from a resource.</p>
|
|
2442
|
-
*/
|
|
2443
|
-
public untagResource(
|
|
2444
|
-
args: UntagResourceCommandInput,
|
|
2445
|
-
options?: __HttpHandlerOptions
|
|
2446
|
-
): Promise<UntagResourceCommandOutput>;
|
|
2447
|
-
public untagResource(
|
|
2448
|
-
args: UntagResourceCommandInput,
|
|
2449
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2450
|
-
): void;
|
|
2451
|
-
public untagResource(
|
|
2452
|
-
args: UntagResourceCommandInput,
|
|
2453
|
-
options: __HttpHandlerOptions,
|
|
2454
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2455
|
-
): void;
|
|
2456
|
-
public untagResource(
|
|
2457
|
-
args: UntagResourceCommandInput,
|
|
2458
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UntagResourceCommandOutput) => void),
|
|
2459
|
-
cb?: (err: any, data?: UntagResourceCommandOutput) => void
|
|
2460
|
-
): Promise<UntagResourceCommandOutput> | void {
|
|
2461
|
-
const command = new UntagResourceCommand(args);
|
|
2462
|
-
if (typeof optionsOrCb === "function") {
|
|
2463
|
-
this.send(command, optionsOrCb);
|
|
2464
|
-
} else if (typeof cb === "function") {
|
|
2465
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2466
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2467
|
-
} else {
|
|
2468
|
-
return this.send(command, optionsOrCb);
|
|
2469
|
-
}
|
|
2470
|
-
}
|
|
2471
|
-
|
|
2472
|
-
/**
|
|
2473
|
-
* <p>Updates information about a private device instance.</p>
|
|
2474
|
-
*/
|
|
2475
|
-
public updateDeviceInstance(
|
|
2476
|
-
args: UpdateDeviceInstanceCommandInput,
|
|
2477
|
-
options?: __HttpHandlerOptions
|
|
2478
|
-
): Promise<UpdateDeviceInstanceCommandOutput>;
|
|
2479
|
-
public updateDeviceInstance(
|
|
2480
|
-
args: UpdateDeviceInstanceCommandInput,
|
|
2481
|
-
cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void
|
|
2482
|
-
): void;
|
|
2483
|
-
public updateDeviceInstance(
|
|
2484
|
-
args: UpdateDeviceInstanceCommandInput,
|
|
2485
|
-
options: __HttpHandlerOptions,
|
|
2486
|
-
cb: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void
|
|
2487
|
-
): void;
|
|
2488
|
-
public updateDeviceInstance(
|
|
2489
|
-
args: UpdateDeviceInstanceCommandInput,
|
|
2490
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDeviceInstanceCommandOutput) => void),
|
|
2491
|
-
cb?: (err: any, data?: UpdateDeviceInstanceCommandOutput) => void
|
|
2492
|
-
): Promise<UpdateDeviceInstanceCommandOutput> | void {
|
|
2493
|
-
const command = new UpdateDeviceInstanceCommand(args);
|
|
2494
|
-
if (typeof optionsOrCb === "function") {
|
|
2495
|
-
this.send(command, optionsOrCb);
|
|
2496
|
-
} else if (typeof cb === "function") {
|
|
2497
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2498
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2499
|
-
} else {
|
|
2500
|
-
return this.send(command, optionsOrCb);
|
|
2501
|
-
}
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
/**
|
|
2505
|
-
* <p>Modifies the name, description, and rules in a device pool given the attributes and
|
|
2506
|
-
* the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a
|
|
2507
|
-
* whole (or not at all).</p>
|
|
2508
|
-
*/
|
|
2509
|
-
public updateDevicePool(
|
|
2510
|
-
args: UpdateDevicePoolCommandInput,
|
|
2511
|
-
options?: __HttpHandlerOptions
|
|
2512
|
-
): Promise<UpdateDevicePoolCommandOutput>;
|
|
2513
|
-
public updateDevicePool(
|
|
2514
|
-
args: UpdateDevicePoolCommandInput,
|
|
2515
|
-
cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void
|
|
2516
|
-
): void;
|
|
2517
|
-
public updateDevicePool(
|
|
2518
|
-
args: UpdateDevicePoolCommandInput,
|
|
2519
|
-
options: __HttpHandlerOptions,
|
|
2520
|
-
cb: (err: any, data?: UpdateDevicePoolCommandOutput) => void
|
|
2521
|
-
): void;
|
|
2522
|
-
public updateDevicePool(
|
|
2523
|
-
args: UpdateDevicePoolCommandInput,
|
|
2524
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateDevicePoolCommandOutput) => void),
|
|
2525
|
-
cb?: (err: any, data?: UpdateDevicePoolCommandOutput) => void
|
|
2526
|
-
): Promise<UpdateDevicePoolCommandOutput> | void {
|
|
2527
|
-
const command = new UpdateDevicePoolCommand(args);
|
|
2528
|
-
if (typeof optionsOrCb === "function") {
|
|
2529
|
-
this.send(command, optionsOrCb);
|
|
2530
|
-
} else if (typeof cb === "function") {
|
|
2531
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2532
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2533
|
-
} else {
|
|
2534
|
-
return this.send(command, optionsOrCb);
|
|
2535
|
-
}
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
/**
|
|
2539
|
-
* <p>Updates information about an existing private device instance profile.</p>
|
|
2540
|
-
*/
|
|
2541
|
-
public updateInstanceProfile(
|
|
2542
|
-
args: UpdateInstanceProfileCommandInput,
|
|
2543
|
-
options?: __HttpHandlerOptions
|
|
2544
|
-
): Promise<UpdateInstanceProfileCommandOutput>;
|
|
2545
|
-
public updateInstanceProfile(
|
|
2546
|
-
args: UpdateInstanceProfileCommandInput,
|
|
2547
|
-
cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void
|
|
2548
|
-
): void;
|
|
2549
|
-
public updateInstanceProfile(
|
|
2550
|
-
args: UpdateInstanceProfileCommandInput,
|
|
2551
|
-
options: __HttpHandlerOptions,
|
|
2552
|
-
cb: (err: any, data?: UpdateInstanceProfileCommandOutput) => void
|
|
2553
|
-
): void;
|
|
2554
|
-
public updateInstanceProfile(
|
|
2555
|
-
args: UpdateInstanceProfileCommandInput,
|
|
2556
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateInstanceProfileCommandOutput) => void),
|
|
2557
|
-
cb?: (err: any, data?: UpdateInstanceProfileCommandOutput) => void
|
|
2558
|
-
): Promise<UpdateInstanceProfileCommandOutput> | void {
|
|
2559
|
-
const command = new UpdateInstanceProfileCommand(args);
|
|
2560
|
-
if (typeof optionsOrCb === "function") {
|
|
2561
|
-
this.send(command, optionsOrCb);
|
|
2562
|
-
} else if (typeof cb === "function") {
|
|
2563
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2564
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2565
|
-
} else {
|
|
2566
|
-
return this.send(command, optionsOrCb);
|
|
2567
|
-
}
|
|
2568
|
-
}
|
|
2569
|
-
|
|
2570
|
-
/**
|
|
2571
|
-
* <p>Updates the network profile.</p>
|
|
2572
|
-
*/
|
|
2573
|
-
public updateNetworkProfile(
|
|
2574
|
-
args: UpdateNetworkProfileCommandInput,
|
|
2575
|
-
options?: __HttpHandlerOptions
|
|
2576
|
-
): Promise<UpdateNetworkProfileCommandOutput>;
|
|
2577
|
-
public updateNetworkProfile(
|
|
2578
|
-
args: UpdateNetworkProfileCommandInput,
|
|
2579
|
-
cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void
|
|
2580
|
-
): void;
|
|
2581
|
-
public updateNetworkProfile(
|
|
2582
|
-
args: UpdateNetworkProfileCommandInput,
|
|
2583
|
-
options: __HttpHandlerOptions,
|
|
2584
|
-
cb: (err: any, data?: UpdateNetworkProfileCommandOutput) => void
|
|
2585
|
-
): void;
|
|
2586
|
-
public updateNetworkProfile(
|
|
2587
|
-
args: UpdateNetworkProfileCommandInput,
|
|
2588
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateNetworkProfileCommandOutput) => void),
|
|
2589
|
-
cb?: (err: any, data?: UpdateNetworkProfileCommandOutput) => void
|
|
2590
|
-
): Promise<UpdateNetworkProfileCommandOutput> | void {
|
|
2591
|
-
const command = new UpdateNetworkProfileCommand(args);
|
|
2592
|
-
if (typeof optionsOrCb === "function") {
|
|
2593
|
-
this.send(command, optionsOrCb);
|
|
2594
|
-
} else if (typeof cb === "function") {
|
|
2595
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2596
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2597
|
-
} else {
|
|
2598
|
-
return this.send(command, optionsOrCb);
|
|
2599
|
-
}
|
|
2600
|
-
}
|
|
2601
|
-
|
|
2602
|
-
/**
|
|
2603
|
-
* <p>Modifies the specified project name, given the project ARN and a new
|
|
2604
|
-
* name.</p>
|
|
2605
|
-
*/
|
|
2606
|
-
public updateProject(
|
|
2607
|
-
args: UpdateProjectCommandInput,
|
|
2608
|
-
options?: __HttpHandlerOptions
|
|
2609
|
-
): Promise<UpdateProjectCommandOutput>;
|
|
2610
|
-
public updateProject(
|
|
2611
|
-
args: UpdateProjectCommandInput,
|
|
2612
|
-
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
2613
|
-
): void;
|
|
2614
|
-
public updateProject(
|
|
2615
|
-
args: UpdateProjectCommandInput,
|
|
2616
|
-
options: __HttpHandlerOptions,
|
|
2617
|
-
cb: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
2618
|
-
): void;
|
|
2619
|
-
public updateProject(
|
|
2620
|
-
args: UpdateProjectCommandInput,
|
|
2621
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateProjectCommandOutput) => void),
|
|
2622
|
-
cb?: (err: any, data?: UpdateProjectCommandOutput) => void
|
|
2623
|
-
): Promise<UpdateProjectCommandOutput> | void {
|
|
2624
|
-
const command = new UpdateProjectCommand(args);
|
|
2625
|
-
if (typeof optionsOrCb === "function") {
|
|
2626
|
-
this.send(command, optionsOrCb);
|
|
2627
|
-
} else if (typeof cb === "function") {
|
|
2628
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2629
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2630
|
-
} else {
|
|
2631
|
-
return this.send(command, optionsOrCb);
|
|
2632
|
-
}
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
/**
|
|
2636
|
-
* <p>Change details of a project.</p>
|
|
2637
|
-
*/
|
|
2638
|
-
public updateTestGridProject(
|
|
2639
|
-
args: UpdateTestGridProjectCommandInput,
|
|
2640
|
-
options?: __HttpHandlerOptions
|
|
2641
|
-
): Promise<UpdateTestGridProjectCommandOutput>;
|
|
2642
|
-
public updateTestGridProject(
|
|
2643
|
-
args: UpdateTestGridProjectCommandInput,
|
|
2644
|
-
cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void
|
|
2645
|
-
): void;
|
|
2646
|
-
public updateTestGridProject(
|
|
2647
|
-
args: UpdateTestGridProjectCommandInput,
|
|
2648
|
-
options: __HttpHandlerOptions,
|
|
2649
|
-
cb: (err: any, data?: UpdateTestGridProjectCommandOutput) => void
|
|
2650
|
-
): void;
|
|
2651
|
-
public updateTestGridProject(
|
|
2652
|
-
args: UpdateTestGridProjectCommandInput,
|
|
2653
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateTestGridProjectCommandOutput) => void),
|
|
2654
|
-
cb?: (err: any, data?: UpdateTestGridProjectCommandOutput) => void
|
|
2655
|
-
): Promise<UpdateTestGridProjectCommandOutput> | void {
|
|
2656
|
-
const command = new UpdateTestGridProjectCommand(args);
|
|
2657
|
-
if (typeof optionsOrCb === "function") {
|
|
2658
|
-
this.send(command, optionsOrCb);
|
|
2659
|
-
} else if (typeof cb === "function") {
|
|
2660
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2662
|
-
} else {
|
|
2663
|
-
return this.send(command, optionsOrCb);
|
|
2664
|
-
}
|
|
2665
|
-
}
|
|
2666
|
-
|
|
2667
|
-
/**
|
|
2668
|
-
* <p>Updates an uploaded test spec.</p>
|
|
2669
|
-
*/
|
|
2670
|
-
public updateUpload(
|
|
2671
|
-
args: UpdateUploadCommandInput,
|
|
2672
|
-
options?: __HttpHandlerOptions
|
|
2673
|
-
): Promise<UpdateUploadCommandOutput>;
|
|
2674
|
-
public updateUpload(args: UpdateUploadCommandInput, cb: (err: any, data?: UpdateUploadCommandOutput) => void): void;
|
|
2675
|
-
public updateUpload(
|
|
2676
|
-
args: UpdateUploadCommandInput,
|
|
2677
|
-
options: __HttpHandlerOptions,
|
|
2678
|
-
cb: (err: any, data?: UpdateUploadCommandOutput) => void
|
|
2679
|
-
): void;
|
|
2680
|
-
public updateUpload(
|
|
2681
|
-
args: UpdateUploadCommandInput,
|
|
2682
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateUploadCommandOutput) => void),
|
|
2683
|
-
cb?: (err: any, data?: UpdateUploadCommandOutput) => void
|
|
2684
|
-
): Promise<UpdateUploadCommandOutput> | void {
|
|
2685
|
-
const command = new UpdateUploadCommand(args);
|
|
2686
|
-
if (typeof optionsOrCb === "function") {
|
|
2687
|
-
this.send(command, optionsOrCb);
|
|
2688
|
-
} else if (typeof cb === "function") {
|
|
2689
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2690
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2691
|
-
} else {
|
|
2692
|
-
return this.send(command, optionsOrCb);
|
|
2693
|
-
}
|
|
2694
|
-
}
|
|
2695
|
-
|
|
2696
|
-
/**
|
|
2697
|
-
* <p>Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.</p>
|
|
2698
|
-
*/
|
|
2699
|
-
public updateVPCEConfiguration(
|
|
2700
|
-
args: UpdateVPCEConfigurationCommandInput,
|
|
2701
|
-
options?: __HttpHandlerOptions
|
|
2702
|
-
): Promise<UpdateVPCEConfigurationCommandOutput>;
|
|
2703
|
-
public updateVPCEConfiguration(
|
|
2704
|
-
args: UpdateVPCEConfigurationCommandInput,
|
|
2705
|
-
cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void
|
|
2706
|
-
): void;
|
|
2707
|
-
public updateVPCEConfiguration(
|
|
2708
|
-
args: UpdateVPCEConfigurationCommandInput,
|
|
2709
|
-
options: __HttpHandlerOptions,
|
|
2710
|
-
cb: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void
|
|
2711
|
-
): void;
|
|
2712
|
-
public updateVPCEConfiguration(
|
|
2713
|
-
args: UpdateVPCEConfigurationCommandInput,
|
|
2714
|
-
optionsOrCb?: __HttpHandlerOptions | ((err: any, data?: UpdateVPCEConfigurationCommandOutput) => void),
|
|
2715
|
-
cb?: (err: any, data?: UpdateVPCEConfigurationCommandOutput) => void
|
|
2716
|
-
): Promise<UpdateVPCEConfigurationCommandOutput> | void {
|
|
2717
|
-
const command = new UpdateVPCEConfigurationCommand(args);
|
|
2718
|
-
if (typeof optionsOrCb === "function") {
|
|
2719
|
-
this.send(command, optionsOrCb);
|
|
2720
|
-
} else if (typeof cb === "function") {
|
|
2721
|
-
if (typeof optionsOrCb !== "object") throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2722
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2723
|
-
} else {
|
|
2724
|
-
return this.send(command, optionsOrCb);
|
|
2725
|
-
}
|
|
2726
|
-
}
|
|
2727
|
-
}
|