@aws-sdk/client-device-farm 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/dist-cjs/DeviceFarm.js +1179 -0
- package/dist-cjs/DeviceFarmClient.js +57 -0
- package/dist-cjs/commands/CreateDevicePoolCommand.js +60 -0
- package/dist-cjs/commands/CreateInstanceProfileCommand.js +61 -0
- package/dist-cjs/commands/CreateNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/CreateProjectCommand.js +60 -0
- package/dist-cjs/commands/CreateRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/CreateTestGridProjectCommand.js +61 -0
- package/dist-cjs/commands/CreateTestGridUrlCommand.js +61 -0
- package/dist-cjs/commands/CreateUploadCommand.js +60 -0
- package/dist-cjs/commands/CreateVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteDevicePoolCommand.js +61 -0
- package/dist-cjs/commands/DeleteInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/DeleteProjectCommand.js +61 -0
- package/dist-cjs/commands/DeleteRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/DeleteRunCommand.js +61 -0
- package/dist-cjs/commands/DeleteTestGridProjectCommand.js +66 -0
- package/dist-cjs/commands/DeleteUploadCommand.js +60 -0
- package/dist-cjs/commands/DeleteVPCEConfigurationCommand.js +60 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +61 -0
- package/dist-cjs/commands/GetDeviceCommand.js +60 -0
- package/dist-cjs/commands/GetDeviceInstanceCommand.js +60 -0
- package/dist-cjs/commands/GetDevicePoolCommand.js +60 -0
- package/dist-cjs/commands/GetDevicePoolCompatibilityCommand.js +60 -0
- package/dist-cjs/commands/GetInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/GetJobCommand.js +60 -0
- package/dist-cjs/commands/GetNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/GetOfferingStatusCommand.js +63 -0
- package/dist-cjs/commands/GetProjectCommand.js +60 -0
- package/dist-cjs/commands/GetRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/GetRunCommand.js +60 -0
- package/dist-cjs/commands/GetSuiteCommand.js +60 -0
- package/dist-cjs/commands/GetTestCommand.js +60 -0
- package/dist-cjs/commands/GetTestGridProjectCommand.js +60 -0
- package/dist-cjs/commands/GetTestGridSessionCommand.js +69 -0
- package/dist-cjs/commands/GetUploadCommand.js +60 -0
- package/dist-cjs/commands/GetVPCEConfigurationCommand.js +61 -0
- package/dist-cjs/commands/InstallToRemoteAccessSessionCommand.js +62 -0
- package/dist-cjs/commands/ListArtifactsCommand.js +60 -0
- package/dist-cjs/commands/ListDeviceInstancesCommand.js +61 -0
- package/dist-cjs/commands/ListDevicePoolsCommand.js +60 -0
- package/dist-cjs/commands/ListDevicesCommand.js +60 -0
- package/dist-cjs/commands/ListInstanceProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListJobsCommand.js +60 -0
- package/dist-cjs/commands/ListNetworkProfilesCommand.js +60 -0
- package/dist-cjs/commands/ListOfferingPromotionsCommand.js +62 -0
- package/dist-cjs/commands/ListOfferingTransactionsCommand.js +63 -0
- package/dist-cjs/commands/ListOfferingsCommand.js +63 -0
- package/dist-cjs/commands/ListProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListRemoteAccessSessionsCommand.js +60 -0
- package/dist-cjs/commands/ListRunsCommand.js +60 -0
- package/dist-cjs/commands/ListSamplesCommand.js +60 -0
- package/dist-cjs/commands/ListSuitesCommand.js +60 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridProjectsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionActionsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionArtifactsCommand.js +60 -0
- package/dist-cjs/commands/ListTestGridSessionsCommand.js +60 -0
- package/dist-cjs/commands/ListTestsCommand.js +60 -0
- package/dist-cjs/commands/ListUniqueProblemsCommand.js +64 -0
- package/dist-cjs/commands/ListUploadsCommand.js +60 -0
- package/dist-cjs/commands/ListVPCEConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/PurchaseOfferingCommand.js +63 -0
- package/dist-cjs/commands/RenewOfferingCommand.js +62 -0
- package/dist-cjs/commands/ScheduleRunCommand.js +60 -0
- package/dist-cjs/commands/StopJobCommand.js +63 -0
- package/dist-cjs/commands/StopRemoteAccessSessionCommand.js +60 -0
- package/dist-cjs/commands/StopRunCommand.js +63 -0
- package/dist-cjs/commands/TagResourceCommand.js +62 -0
- package/dist-cjs/commands/UntagResourceCommand.js +60 -0
- package/dist-cjs/commands/UpdateDeviceInstanceCommand.js +60 -0
- package/dist-cjs/commands/UpdateDevicePoolCommand.js +62 -0
- package/dist-cjs/commands/UpdateInstanceProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateNetworkProfileCommand.js +60 -0
- package/dist-cjs/commands/UpdateProjectCommand.js +61 -0
- package/dist-cjs/commands/UpdateTestGridProjectCommand.js +60 -0
- package/dist-cjs/commands/UpdateUploadCommand.js +60 -0
- package/dist-cjs/commands/UpdateVPCEConfigurationCommand.js +60 -0
- package/dist-cjs/endpoints.js +56 -0
- package/dist-cjs/index.js +102 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +2229 -0
- package/dist-cjs/pagination/GetOfferingStatusPaginator.js +44 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListArtifactsPaginator.js +44 -0
- package/dist-cjs/pagination/ListDevicePoolsPaginator.js +44 -0
- package/dist-cjs/pagination/ListDevicesPaginator.js +44 -0
- package/dist-cjs/pagination/ListJobsPaginator.js +44 -0
- package/dist-cjs/pagination/ListOfferingTransactionsPaginator.js +44 -0
- package/dist-cjs/pagination/ListOfferingsPaginator.js +44 -0
- package/dist-cjs/pagination/ListProjectsPaginator.js +44 -0
- package/dist-cjs/pagination/ListRunsPaginator.js +44 -0
- package/dist-cjs/pagination/ListSamplesPaginator.js +44 -0
- package/dist-cjs/pagination/ListSuitesPaginator.js +44 -0
- package/dist-cjs/pagination/ListTestGridProjectsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionActionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionArtifactsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestGridSessionsPaginator.js +45 -0
- package/dist-cjs/pagination/ListTestsPaginator.js +44 -0
- package/dist-cjs/pagination/ListUniqueProblemsPaginator.js +44 -0
- package/dist-cjs/pagination/ListUploadsPaginator.js +44 -0
- package/dist-cjs/protocols/Aws_json1_1.js +8832 -0
- package/dist-cjs/runtimeConfig.browser.js +41 -0
- package/dist-cjs/runtimeConfig.js +46 -0
- package/dist-cjs/runtimeConfig.native.js +19 -0
- package/dist-cjs/runtimeConfig.shared.js +20 -0
- package/dist-es/DeviceFarm.js +1165 -0
- package/dist-es/DeviceFarmClient.js +37 -0
- package/dist-es/commands/CreateDevicePoolCommand.js +39 -0
- package/dist-es/commands/CreateInstanceProfileCommand.js +39 -0
- package/dist-es/commands/CreateNetworkProfileCommand.js +39 -0
- package/dist-es/commands/CreateProjectCommand.js +39 -0
- package/dist-es/commands/CreateRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/CreateTestGridProjectCommand.js +39 -0
- package/dist-es/commands/CreateTestGridUrlCommand.js +39 -0
- package/dist-es/commands/CreateUploadCommand.js +39 -0
- package/dist-es/commands/CreateVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/DeleteDevicePoolCommand.js +39 -0
- package/dist-es/commands/DeleteInstanceProfileCommand.js +39 -0
- package/dist-es/commands/DeleteNetworkProfileCommand.js +39 -0
- package/dist-es/commands/DeleteProjectCommand.js +39 -0
- package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/DeleteRunCommand.js +39 -0
- package/dist-es/commands/DeleteTestGridProjectCommand.js +39 -0
- package/dist-es/commands/DeleteUploadCommand.js +39 -0
- package/dist-es/commands/DeleteVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +39 -0
- package/dist-es/commands/GetDeviceCommand.js +39 -0
- package/dist-es/commands/GetDeviceInstanceCommand.js +39 -0
- package/dist-es/commands/GetDevicePoolCommand.js +39 -0
- package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +39 -0
- package/dist-es/commands/GetInstanceProfileCommand.js +39 -0
- package/dist-es/commands/GetJobCommand.js +39 -0
- package/dist-es/commands/GetNetworkProfileCommand.js +39 -0
- package/dist-es/commands/GetOfferingStatusCommand.js +39 -0
- package/dist-es/commands/GetProjectCommand.js +39 -0
- package/dist-es/commands/GetRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/GetRunCommand.js +39 -0
- package/dist-es/commands/GetSuiteCommand.js +39 -0
- package/dist-es/commands/GetTestCommand.js +39 -0
- package/dist-es/commands/GetTestGridProjectCommand.js +39 -0
- package/dist-es/commands/GetTestGridSessionCommand.js +39 -0
- package/dist-es/commands/GetUploadCommand.js +39 -0
- package/dist-es/commands/GetVPCEConfigurationCommand.js +39 -0
- package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/ListArtifactsCommand.js +39 -0
- package/dist-es/commands/ListDeviceInstancesCommand.js +39 -0
- package/dist-es/commands/ListDevicePoolsCommand.js +39 -0
- package/dist-es/commands/ListDevicesCommand.js +39 -0
- package/dist-es/commands/ListInstanceProfilesCommand.js +39 -0
- package/dist-es/commands/ListJobsCommand.js +39 -0
- package/dist-es/commands/ListNetworkProfilesCommand.js +39 -0
- package/dist-es/commands/ListOfferingPromotionsCommand.js +39 -0
- package/dist-es/commands/ListOfferingTransactionsCommand.js +39 -0
- package/dist-es/commands/ListOfferingsCommand.js +39 -0
- package/dist-es/commands/ListProjectsCommand.js +39 -0
- package/dist-es/commands/ListRemoteAccessSessionsCommand.js +39 -0
- package/dist-es/commands/ListRunsCommand.js +39 -0
- package/dist-es/commands/ListSamplesCommand.js +39 -0
- package/dist-es/commands/ListSuitesCommand.js +39 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +39 -0
- package/dist-es/commands/ListTestGridProjectsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionActionsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +39 -0
- package/dist-es/commands/ListTestGridSessionsCommand.js +39 -0
- package/dist-es/commands/ListTestsCommand.js +39 -0
- package/dist-es/commands/ListUniqueProblemsCommand.js +39 -0
- package/dist-es/commands/ListUploadsCommand.js +39 -0
- package/dist-es/commands/ListVPCEConfigurationsCommand.js +39 -0
- package/dist-es/commands/PurchaseOfferingCommand.js +39 -0
- package/dist-es/commands/RenewOfferingCommand.js +39 -0
- package/dist-es/commands/ScheduleRunCommand.js +39 -0
- package/dist-es/commands/StopJobCommand.js +39 -0
- package/dist-es/commands/StopRemoteAccessSessionCommand.js +39 -0
- package/dist-es/commands/StopRunCommand.js +39 -0
- package/dist-es/commands/TagResourceCommand.js +39 -0
- package/dist-es/commands/UntagResourceCommand.js +39 -0
- package/dist-es/commands/UpdateDeviceInstanceCommand.js +39 -0
- package/dist-es/commands/UpdateDevicePoolCommand.js +39 -0
- package/dist-es/commands/UpdateInstanceProfileCommand.js +39 -0
- package/dist-es/commands/UpdateNetworkProfileCommand.js +39 -0
- package/dist-es/commands/UpdateProjectCommand.js +39 -0
- package/dist-es/commands/UpdateTestGridProjectCommand.js +39 -0
- package/dist-es/commands/UpdateUploadCommand.js +39 -0
- package/dist-es/commands/UpdateVPCEConfigurationCommand.js +39 -0
- package/dist-es/endpoints.js +52 -0
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/dist-es/models/models_0.js +1139 -0
- package/dist-es/pagination/GetOfferingStatusPaginator.js +73 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListArtifactsPaginator.js +73 -0
- package/dist-es/pagination/ListDevicePoolsPaginator.js +73 -0
- package/dist-es/pagination/ListDevicesPaginator.js +73 -0
- package/dist-es/pagination/ListJobsPaginator.js +73 -0
- package/dist-es/pagination/ListOfferingTransactionsPaginator.js +73 -0
- package/dist-es/pagination/ListOfferingsPaginator.js +73 -0
- package/dist-es/pagination/ListProjectsPaginator.js +73 -0
- package/dist-es/pagination/ListRunsPaginator.js +73 -0
- package/dist-es/pagination/ListSamplesPaginator.js +73 -0
- package/dist-es/pagination/ListSuitesPaginator.js +73 -0
- package/dist-es/pagination/ListTestGridProjectsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionActionsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionArtifactsPaginator.js +74 -0
- package/dist-es/pagination/ListTestGridSessionsPaginator.js +74 -0
- package/dist-es/pagination/ListTestsPaginator.js +73 -0
- package/dist-es/pagination/ListUniqueProblemsPaginator.js +73 -0
- package/dist-es/pagination/ListUploadsPaginator.js +73 -0
- package/dist-es/protocols/Aws_json1_1.js +9240 -0
- package/dist-es/runtimeConfig.browser.js +16 -0
- package/dist-es/runtimeConfig.js +21 -0
- package/dist-es/runtimeConfig.native.js +8 -0
- package/dist-es/runtimeConfig.shared.js +13 -0
- package/dist-types/DeviceFarm.d.ts +619 -0
- package/dist-types/DeviceFarmClient.d.ts +223 -0
- package/dist-types/commands/CreateDevicePoolCommand.d.ts +35 -0
- package/dist-types/commands/CreateInstanceProfileCommand.d.ts +36 -0
- package/dist-types/commands/CreateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateTestGridProjectCommand.d.ts +36 -0
- package/dist-types/commands/CreateTestGridUrlCommand.d.ts +36 -0
- package/dist-types/commands/CreateUploadCommand.d.ts +35 -0
- package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/DeleteDevicePoolCommand.d.ts +36 -0
- package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/DeleteProjectCommand.d.ts +36 -0
- package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRunCommand.d.ts +36 -0
- package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +41 -0
- package/dist-types/commands/DeleteUploadCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +36 -0
- package/dist-types/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/commands/GetDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/commands/GetDevicePoolCommand.d.ts +35 -0
- package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +35 -0
- package/dist-types/commands/GetInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetJobCommand.d.ts +35 -0
- package/dist-types/commands/GetNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/GetOfferingStatusCommand.d.ts +38 -0
- package/dist-types/commands/GetProjectCommand.d.ts +35 -0
- package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/GetRunCommand.d.ts +35 -0
- package/dist-types/commands/GetSuiteCommand.d.ts +35 -0
- package/dist-types/commands/GetTestCommand.d.ts +35 -0
- package/dist-types/commands/GetTestGridProjectCommand.d.ts +35 -0
- package/dist-types/commands/GetTestGridSessionCommand.d.ts +44 -0
- package/dist-types/commands/GetUploadCommand.d.ts +35 -0
- package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +37 -0
- package/dist-types/commands/ListArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListDeviceInstancesCommand.d.ts +36 -0
- package/dist-types/commands/ListDevicePoolsCommand.d.ts +35 -0
- package/dist-types/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/commands/ListInstanceProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/commands/ListNetworkProfilesCommand.d.ts +35 -0
- package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +37 -0
- package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +38 -0
- package/dist-types/commands/ListOfferingsCommand.d.ts +38 -0
- package/dist-types/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListRunsCommand.d.ts +35 -0
- package/dist-types/commands/ListSamplesCommand.d.ts +35 -0
- package/dist-types/commands/ListSuitesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridProjectsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestGridSessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListTestsCommand.d.ts +35 -0
- package/dist-types/commands/ListUniqueProblemsCommand.d.ts +39 -0
- package/dist-types/commands/ListUploadsCommand.d.ts +35 -0
- package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +36 -0
- package/dist-types/commands/PurchaseOfferingCommand.d.ts +38 -0
- package/dist-types/commands/RenewOfferingCommand.d.ts +37 -0
- package/dist-types/commands/ScheduleRunCommand.d.ts +35 -0
- package/dist-types/commands/StopJobCommand.d.ts +38 -0
- package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/commands/StopRunCommand.d.ts +38 -0
- package/dist-types/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateDevicePoolCommand.d.ts +37 -0
- package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/commands/UpdateProjectCommand.d.ts +36 -0
- package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUploadCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +4 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSamplesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSuitesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListTestsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUploadsPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/DeviceFarm.d.ts +619 -0
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +223 -0
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +35 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/DeviceFarm.ts +0 -2727
- package/DeviceFarmClient.ts +0 -576
- package/commands/CreateDevicePoolCommand.ts +0 -94
- package/commands/CreateInstanceProfileCommand.ts +0 -95
- package/commands/CreateNetworkProfileCommand.ts +0 -94
- package/commands/CreateProjectCommand.ts +0 -94
- package/commands/CreateRemoteAccessSessionCommand.ts +0 -97
- package/commands/CreateTestGridProjectCommand.ts +0 -95
- package/commands/CreateTestGridUrlCommand.ts +0 -95
- package/commands/CreateUploadCommand.ts +0 -94
- package/commands/CreateVPCEConfigurationCommand.ts +0 -95
- package/commands/DeleteDevicePoolCommand.ts +0 -95
- package/commands/DeleteInstanceProfileCommand.ts +0 -94
- package/commands/DeleteNetworkProfileCommand.ts +0 -94
- package/commands/DeleteProjectCommand.ts +0 -95
- package/commands/DeleteRemoteAccessSessionCommand.ts +0 -97
- package/commands/DeleteRunCommand.ts +0 -92
- package/commands/DeleteTestGridProjectCommand.ts +0 -100
- package/commands/DeleteUploadCommand.ts +0 -94
- package/commands/DeleteVPCEConfigurationCommand.ts +0 -94
- package/commands/GetAccountSettingsCommand.ts +0 -95
- package/commands/GetDeviceCommand.ts +0 -91
- package/commands/GetDeviceInstanceCommand.ts +0 -94
- package/commands/GetDevicePoolCommand.ts +0 -94
- package/commands/GetDevicePoolCompatibilityCommand.ts +0 -97
- package/commands/GetInstanceProfileCommand.ts +0 -94
- package/commands/GetJobCommand.ts +0 -87
- package/commands/GetNetworkProfileCommand.ts +0 -94
- package/commands/GetOfferingStatusCommand.ts +0 -97
- package/commands/GetProjectCommand.ts +0 -94
- package/commands/GetRemoteAccessSessionCommand.ts +0 -94
- package/commands/GetRunCommand.ts +0 -87
- package/commands/GetSuiteCommand.ts +0 -91
- package/commands/GetTestCommand.ts +0 -91
- package/commands/GetTestGridProjectCommand.ts +0 -94
- package/commands/GetTestGridSessionCommand.ts +0 -103
- package/commands/GetUploadCommand.ts +0 -91
- package/commands/GetVPCEConfigurationCommand.ts +0 -95
- package/commands/InstallToRemoteAccessSessionCommand.ts +0 -101
- package/commands/ListArtifactsCommand.ts +0 -94
- package/commands/ListDeviceInstancesCommand.ts +0 -95
- package/commands/ListDevicePoolsCommand.ts +0 -94
- package/commands/ListDevicesCommand.ts +0 -94
- package/commands/ListInstanceProfilesCommand.ts +0 -94
- package/commands/ListJobsCommand.ts +0 -91
- package/commands/ListNetworkProfilesCommand.ts +0 -94
- package/commands/ListOfferingPromotionsCommand.ts +0 -96
- package/commands/ListOfferingTransactionsCommand.ts +0 -97
- package/commands/ListOfferingsCommand.ts +0 -97
- package/commands/ListProjectsCommand.ts +0 -94
- package/commands/ListRemoteAccessSessionsCommand.ts +0 -94
- package/commands/ListRunsCommand.ts +0 -91
- package/commands/ListSamplesCommand.ts +0 -94
- package/commands/ListSuitesCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListTestGridProjectsCommand.ts +0 -94
- package/commands/ListTestGridSessionActionsCommand.ts +0 -97
- package/commands/ListTestGridSessionArtifactsCommand.ts +0 -99
- package/commands/ListTestGridSessionsCommand.ts +0 -94
- package/commands/ListTestsCommand.ts +0 -91
- package/commands/ListUniqueProblemsCommand.ts +0 -98
- package/commands/ListUploadsCommand.ts +0 -94
- package/commands/ListVPCEConfigurationsCommand.ts +0 -95
- package/commands/PurchaseOfferingCommand.ts +0 -97
- package/commands/RenewOfferingCommand.ts +0 -96
- package/commands/ScheduleRunCommand.ts +0 -94
- package/commands/StopJobCommand.ts +0 -94
- package/commands/StopRemoteAccessSessionCommand.ts +0 -94
- package/commands/StopRunCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -96
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateDeviceInstanceCommand.ts +0 -94
- package/commands/UpdateDevicePoolCommand.ts +0 -96
- package/commands/UpdateInstanceProfileCommand.ts +0 -94
- package/commands/UpdateNetworkProfileCommand.ts +0 -94
- package/commands/UpdateProjectCommand.ts +0 -95
- package/commands/UpdateTestGridProjectCommand.ts +0 -94
- package/commands/UpdateUploadCommand.ts +0 -94
- package/commands/UpdateVPCEConfigurationCommand.ts +0 -94
- package/dist/cjs/DeviceFarm.js +0 -1180
- package/dist/cjs/DeviceFarm.js.map +0 -1
- package/dist/cjs/DeviceFarmClient.js +0 -58
- package/dist/cjs/DeviceFarmClient.js.map +0 -1
- package/dist/cjs/commands/CreateDevicePoolCommand.js +0 -61
- package/dist/cjs/commands/CreateDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/CreateInstanceProfileCommand.js +0 -62
- package/dist/cjs/commands/CreateInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/CreateNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProjectCommand.js +0 -61
- package/dist/cjs/commands/CreateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTestGridProjectCommand.js +0 -62
- package/dist/cjs/commands/CreateTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/CreateTestGridUrlCommand.js +0 -62
- package/dist/cjs/commands/CreateTestGridUrlCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUploadCommand.js +0 -61
- package/dist/cjs/commands/CreateUploadCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVPCEConfigurationCommand.js +0 -62
- package/dist/cjs/commands/CreateVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteDevicePoolCommand.js +0 -62
- package/dist/cjs/commands/DeleteDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/DeleteNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProjectCommand.js +0 -62
- package/dist/cjs/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRunCommand.js +0 -62
- package/dist/cjs/commands/DeleteRunCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteTestGridProjectCommand.js +0 -67
- package/dist/cjs/commands/DeleteTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteUploadCommand.js +0 -61
- package/dist/cjs/commands/DeleteUploadCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -62
- package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDeviceInstanceCommand.js +0 -61
- package/dist/cjs/commands/GetDeviceInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePoolCommand.js +0 -61
- package/dist/cjs/commands/GetDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js +0 -61
- package/dist/cjs/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
- package/dist/cjs/commands/GetInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/GetInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetJobCommand.js +0 -61
- package/dist/cjs/commands/GetJobCommand.js.map +0 -1
- package/dist/cjs/commands/GetNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/GetNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/GetOfferingStatusCommand.js +0 -64
- package/dist/cjs/commands/GetOfferingStatusCommand.js.map +0 -1
- package/dist/cjs/commands/GetProjectCommand.js +0 -61
- package/dist/cjs/commands/GetProjectCommand.js.map +0 -1
- package/dist/cjs/commands/GetRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/GetRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetRunCommand.js +0 -61
- package/dist/cjs/commands/GetRunCommand.js.map +0 -1
- package/dist/cjs/commands/GetSuiteCommand.js +0 -61
- package/dist/cjs/commands/GetSuiteCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestCommand.js +0 -61
- package/dist/cjs/commands/GetTestCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestGridProjectCommand.js +0 -61
- package/dist/cjs/commands/GetTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/GetTestGridSessionCommand.js +0 -70
- package/dist/cjs/commands/GetTestGridSessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetUploadCommand.js +0 -61
- package/dist/cjs/commands/GetUploadCommand.js.map +0 -1
- package/dist/cjs/commands/GetVPCEConfigurationCommand.js +0 -62
- package/dist/cjs/commands/GetVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js +0 -63
- package/dist/cjs/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/ListArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDeviceInstancesCommand.js +0 -62
- package/dist/cjs/commands/ListDeviceInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicePoolsCommand.js +0 -61
- package/dist/cjs/commands/ListDevicePoolsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDevicesCommand.js +0 -61
- package/dist/cjs/commands/ListDevicesCommand.js.map +0 -1
- package/dist/cjs/commands/ListInstanceProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListInstanceProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListJobsCommand.js +0 -61
- package/dist/cjs/commands/ListJobsCommand.js.map +0 -1
- package/dist/cjs/commands/ListNetworkProfilesCommand.js +0 -61
- package/dist/cjs/commands/ListNetworkProfilesCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingPromotionsCommand.js +0 -63
- package/dist/cjs/commands/ListOfferingPromotionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingTransactionsCommand.js +0 -64
- package/dist/cjs/commands/ListOfferingTransactionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOfferingsCommand.js +0 -64
- package/dist/cjs/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js +0 -61
- package/dist/cjs/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRunsCommand.js +0 -61
- package/dist/cjs/commands/ListRunsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSamplesCommand.js +0 -61
- package/dist/cjs/commands/ListSamplesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSuitesCommand.js +0 -61
- package/dist/cjs/commands/ListSuitesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridProjectsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridProjectsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionActionsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionActionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestGridSessionsCommand.js +0 -61
- package/dist/cjs/commands/ListTestGridSessionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTestsCommand.js +0 -61
- package/dist/cjs/commands/ListTestsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUniqueProblemsCommand.js +0 -65
- package/dist/cjs/commands/ListUniqueProblemsCommand.js.map +0 -1
- package/dist/cjs/commands/ListUploadsCommand.js +0 -61
- package/dist/cjs/commands/ListUploadsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVPCEConfigurationsCommand.js +0 -62
- package/dist/cjs/commands/ListVPCEConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PurchaseOfferingCommand.js +0 -64
- package/dist/cjs/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/RenewOfferingCommand.js +0 -63
- package/dist/cjs/commands/RenewOfferingCommand.js.map +0 -1
- package/dist/cjs/commands/ScheduleRunCommand.js +0 -61
- package/dist/cjs/commands/ScheduleRunCommand.js.map +0 -1
- package/dist/cjs/commands/StopJobCommand.js +0 -64
- package/dist/cjs/commands/StopJobCommand.js.map +0 -1
- package/dist/cjs/commands/StopRemoteAccessSessionCommand.js +0 -61
- package/dist/cjs/commands/StopRemoteAccessSessionCommand.js.map +0 -1
- package/dist/cjs/commands/StopRunCommand.js +0 -64
- package/dist/cjs/commands/StopRunCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -63
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDeviceInstanceCommand.js +0 -61
- package/dist/cjs/commands/UpdateDeviceInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateDevicePoolCommand.js +0 -63
- package/dist/cjs/commands/UpdateDevicePoolCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateInstanceProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateInstanceProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateNetworkProfileCommand.js +0 -61
- package/dist/cjs/commands/UpdateNetworkProfileCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProjectCommand.js +0 -62
- package/dist/cjs/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateTestGridProjectCommand.js +0 -61
- package/dist/cjs/commands/UpdateTestGridProjectCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUploadCommand.js +0 -61
- package/dist/cjs/commands/UpdateUploadCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js +0 -61
- package/dist/cjs/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
- package/dist/cjs/endpoints.js +0 -57
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -103
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -5
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2230
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetOfferingStatusPaginator.js +0 -45
- package/dist/cjs/pagination/GetOfferingStatusPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js +0 -3
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListArtifactsPaginator.js +0 -45
- package/dist/cjs/pagination/ListArtifactsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDevicePoolsPaginator.js +0 -45
- package/dist/cjs/pagination/ListDevicePoolsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDevicesPaginator.js +0 -45
- package/dist/cjs/pagination/ListDevicesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListJobsPaginator.js +0 -45
- package/dist/cjs/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js +0 -45
- package/dist/cjs/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOfferingsPaginator.js +0 -45
- package/dist/cjs/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProjectsPaginator.js +0 -45
- package/dist/cjs/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRunsPaginator.js +0 -45
- package/dist/cjs/pagination/ListRunsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSamplesPaginator.js +0 -45
- package/dist/cjs/pagination/ListSamplesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSuitesPaginator.js +0 -45
- package/dist/cjs/pagination/ListSuitesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridProjectsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridProjectsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestGridSessionsPaginator.js +0 -46
- package/dist/cjs/pagination/ListTestGridSessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListTestsPaginator.js +0 -45
- package/dist/cjs/pagination/ListTestsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUniqueProblemsPaginator.js +0 -45
- package/dist/cjs/pagination/ListUniqueProblemsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUploadsPaginator.js +0 -45
- package/dist/cjs/pagination/ListUploadsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_1.js +0 -8833
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js +0 -20
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/DeviceFarm.js +0 -1183
- package/dist/es/DeviceFarm.js.map +0 -1
- package/dist/es/DeviceFarmClient.js +0 -60
- package/dist/es/DeviceFarmClient.js.map +0 -1
- package/dist/es/commands/CreateDevicePoolCommand.js +0 -65
- package/dist/es/commands/CreateDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/CreateInstanceProfileCommand.js +0 -66
- package/dist/es/commands/CreateInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateNetworkProfileCommand.js +0 -65
- package/dist/es/commands/CreateNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/CreateProjectCommand.js +0 -65
- package/dist/es/commands/CreateProjectCommand.js.map +0 -1
- package/dist/es/commands/CreateRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/CreateRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/CreateTestGridProjectCommand.js +0 -66
- package/dist/es/commands/CreateTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/CreateTestGridUrlCommand.js +0 -66
- package/dist/es/commands/CreateTestGridUrlCommand.js.map +0 -1
- package/dist/es/commands/CreateUploadCommand.js +0 -65
- package/dist/es/commands/CreateUploadCommand.js.map +0 -1
- package/dist/es/commands/CreateVPCEConfigurationCommand.js +0 -66
- package/dist/es/commands/CreateVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteDevicePoolCommand.js +0 -66
- package/dist/es/commands/DeleteDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/DeleteInstanceProfileCommand.js +0 -65
- package/dist/es/commands/DeleteInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteNetworkProfileCommand.js +0 -65
- package/dist/es/commands/DeleteNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/DeleteProjectCommand.js +0 -66
- package/dist/es/commands/DeleteProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/DeleteRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/DeleteRunCommand.js +0 -66
- package/dist/es/commands/DeleteRunCommand.js.map +0 -1
- package/dist/es/commands/DeleteTestGridProjectCommand.js +0 -71
- package/dist/es/commands/DeleteTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/DeleteUploadCommand.js +0 -65
- package/dist/es/commands/DeleteUploadCommand.js.map +0 -1
- package/dist/es/commands/DeleteVPCEConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -66
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceCommand.js +0 -65
- package/dist/es/commands/GetDeviceCommand.js.map +0 -1
- package/dist/es/commands/GetDeviceInstanceCommand.js +0 -65
- package/dist/es/commands/GetDeviceInstanceCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePoolCommand.js +0 -65
- package/dist/es/commands/GetDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/GetDevicePoolCompatibilityCommand.js +0 -65
- package/dist/es/commands/GetDevicePoolCompatibilityCommand.js.map +0 -1
- package/dist/es/commands/GetInstanceProfileCommand.js +0 -65
- package/dist/es/commands/GetInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/GetJobCommand.js +0 -65
- package/dist/es/commands/GetJobCommand.js.map +0 -1
- package/dist/es/commands/GetNetworkProfileCommand.js +0 -65
- package/dist/es/commands/GetNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/GetOfferingStatusCommand.js +0 -68
- package/dist/es/commands/GetOfferingStatusCommand.js.map +0 -1
- package/dist/es/commands/GetProjectCommand.js +0 -65
- package/dist/es/commands/GetProjectCommand.js.map +0 -1
- package/dist/es/commands/GetRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/GetRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/GetRunCommand.js +0 -65
- package/dist/es/commands/GetRunCommand.js.map +0 -1
- package/dist/es/commands/GetSuiteCommand.js +0 -65
- package/dist/es/commands/GetSuiteCommand.js.map +0 -1
- package/dist/es/commands/GetTestCommand.js +0 -65
- package/dist/es/commands/GetTestCommand.js.map +0 -1
- package/dist/es/commands/GetTestGridProjectCommand.js +0 -65
- package/dist/es/commands/GetTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/GetTestGridSessionCommand.js +0 -74
- package/dist/es/commands/GetTestGridSessionCommand.js.map +0 -1
- package/dist/es/commands/GetUploadCommand.js +0 -65
- package/dist/es/commands/GetUploadCommand.js.map +0 -1
- package/dist/es/commands/GetVPCEConfigurationCommand.js +0 -66
- package/dist/es/commands/GetVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/commands/InstallToRemoteAccessSessionCommand.js +0 -67
- package/dist/es/commands/InstallToRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/ListArtifactsCommand.js +0 -65
- package/dist/es/commands/ListArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListDeviceInstancesCommand.js +0 -66
- package/dist/es/commands/ListDeviceInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListDevicePoolsCommand.js +0 -65
- package/dist/es/commands/ListDevicePoolsCommand.js.map +0 -1
- package/dist/es/commands/ListDevicesCommand.js +0 -65
- package/dist/es/commands/ListDevicesCommand.js.map +0 -1
- package/dist/es/commands/ListInstanceProfilesCommand.js +0 -65
- package/dist/es/commands/ListInstanceProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListJobsCommand.js +0 -65
- package/dist/es/commands/ListJobsCommand.js.map +0 -1
- package/dist/es/commands/ListNetworkProfilesCommand.js +0 -65
- package/dist/es/commands/ListNetworkProfilesCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingPromotionsCommand.js +0 -67
- package/dist/es/commands/ListOfferingPromotionsCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingTransactionsCommand.js +0 -68
- package/dist/es/commands/ListOfferingTransactionsCommand.js.map +0 -1
- package/dist/es/commands/ListOfferingsCommand.js +0 -68
- package/dist/es/commands/ListOfferingsCommand.js.map +0 -1
- package/dist/es/commands/ListProjectsCommand.js +0 -65
- package/dist/es/commands/ListProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListRemoteAccessSessionsCommand.js +0 -65
- package/dist/es/commands/ListRemoteAccessSessionsCommand.js.map +0 -1
- package/dist/es/commands/ListRunsCommand.js +0 -65
- package/dist/es/commands/ListRunsCommand.js.map +0 -1
- package/dist/es/commands/ListSamplesCommand.js +0 -65
- package/dist/es/commands/ListSamplesCommand.js.map +0 -1
- package/dist/es/commands/ListSuitesCommand.js +0 -65
- package/dist/es/commands/ListSuitesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridProjectsCommand.js +0 -65
- package/dist/es/commands/ListTestGridProjectsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionActionsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionActionsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionArtifactsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionArtifactsCommand.js.map +0 -1
- package/dist/es/commands/ListTestGridSessionsCommand.js +0 -65
- package/dist/es/commands/ListTestGridSessionsCommand.js.map +0 -1
- package/dist/es/commands/ListTestsCommand.js +0 -65
- package/dist/es/commands/ListTestsCommand.js.map +0 -1
- package/dist/es/commands/ListUniqueProblemsCommand.js +0 -69
- package/dist/es/commands/ListUniqueProblemsCommand.js.map +0 -1
- package/dist/es/commands/ListUploadsCommand.js +0 -65
- package/dist/es/commands/ListUploadsCommand.js.map +0 -1
- package/dist/es/commands/ListVPCEConfigurationsCommand.js +0 -66
- package/dist/es/commands/ListVPCEConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PurchaseOfferingCommand.js +0 -68
- package/dist/es/commands/PurchaseOfferingCommand.js.map +0 -1
- package/dist/es/commands/RenewOfferingCommand.js +0 -67
- package/dist/es/commands/RenewOfferingCommand.js.map +0 -1
- package/dist/es/commands/ScheduleRunCommand.js +0 -65
- package/dist/es/commands/ScheduleRunCommand.js.map +0 -1
- package/dist/es/commands/StopJobCommand.js +0 -68
- package/dist/es/commands/StopJobCommand.js.map +0 -1
- package/dist/es/commands/StopRemoteAccessSessionCommand.js +0 -65
- package/dist/es/commands/StopRemoteAccessSessionCommand.js.map +0 -1
- package/dist/es/commands/StopRunCommand.js +0 -68
- package/dist/es/commands/StopRunCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -67
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDeviceInstanceCommand.js +0 -65
- package/dist/es/commands/UpdateDeviceInstanceCommand.js.map +0 -1
- package/dist/es/commands/UpdateDevicePoolCommand.js +0 -67
- package/dist/es/commands/UpdateDevicePoolCommand.js.map +0 -1
- package/dist/es/commands/UpdateInstanceProfileCommand.js +0 -65
- package/dist/es/commands/UpdateInstanceProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateNetworkProfileCommand.js +0 -65
- package/dist/es/commands/UpdateNetworkProfileCommand.js.map +0 -1
- package/dist/es/commands/UpdateProjectCommand.js +0 -66
- package/dist/es/commands/UpdateProjectCommand.js.map +0 -1
- package/dist/es/commands/UpdateTestGridProjectCommand.js +0 -65
- package/dist/es/commands/UpdateTestGridProjectCommand.js.map +0 -1
- package/dist/es/commands/UpdateUploadCommand.js +0 -65
- package/dist/es/commands/UpdateUploadCommand.js.map +0 -1
- package/dist/es/commands/UpdateVPCEConfigurationCommand.js +0 -65
- package/dist/es/commands/UpdateVPCEConfigurationCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -53
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -100
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js +0 -1785
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetOfferingStatusPaginator.js +0 -86
- package/dist/es/pagination/GetOfferingStatusPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListArtifactsPaginator.js +0 -86
- package/dist/es/pagination/ListArtifactsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDevicePoolsPaginator.js +0 -86
- package/dist/es/pagination/ListDevicePoolsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDevicesPaginator.js +0 -86
- package/dist/es/pagination/ListDevicesPaginator.js.map +0 -1
- package/dist/es/pagination/ListJobsPaginator.js +0 -86
- package/dist/es/pagination/ListJobsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingTransactionsPaginator.js +0 -86
- package/dist/es/pagination/ListOfferingTransactionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOfferingsPaginator.js +0 -86
- package/dist/es/pagination/ListOfferingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListProjectsPaginator.js +0 -86
- package/dist/es/pagination/ListProjectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRunsPaginator.js +0 -86
- package/dist/es/pagination/ListRunsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSamplesPaginator.js +0 -86
- package/dist/es/pagination/ListSamplesPaginator.js.map +0 -1
- package/dist/es/pagination/ListSuitesPaginator.js +0 -86
- package/dist/es/pagination/ListSuitesPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridProjectsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridProjectsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionActionsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionActionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionArtifactsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestGridSessionsPaginator.js +0 -87
- package/dist/es/pagination/ListTestGridSessionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListTestsPaginator.js +0 -86
- package/dist/es/pagination/ListTestsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUniqueProblemsPaginator.js +0 -86
- package/dist/es/pagination/ListUniqueProblemsPaginator.js.map +0 -1
- package/dist/es/pagination/ListUploadsPaginator.js +0 -86
- package/dist/es/pagination/ListUploadsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_1.js +0 -9246
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/DeviceFarm.d.ts +0 -619
- package/dist/types/DeviceFarmClient.d.ts +0 -223
- package/dist/types/commands/CreateDevicePoolCommand.d.ts +0 -35
- package/dist/types/commands/CreateInstanceProfileCommand.d.ts +0 -36
- package/dist/types/commands/CreateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/CreateTestGridProjectCommand.d.ts +0 -36
- package/dist/types/commands/CreateTestGridUrlCommand.d.ts +0 -36
- package/dist/types/commands/CreateUploadCommand.d.ts +0 -35
- package/dist/types/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/DeleteDevicePoolCommand.d.ts +0 -36
- package/dist/types/commands/DeleteInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/DeleteProjectCommand.d.ts +0 -36
- package/dist/types/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRunCommand.d.ts +0 -36
- package/dist/types/commands/DeleteTestGridProjectCommand.d.ts +0 -41
- package/dist/types/commands/DeleteUploadCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -36
- package/dist/types/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/commands/GetDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/commands/GetDevicePoolCommand.d.ts +0 -35
- package/dist/types/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
- package/dist/types/commands/GetInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetJobCommand.d.ts +0 -35
- package/dist/types/commands/GetNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/GetOfferingStatusCommand.d.ts +0 -38
- package/dist/types/commands/GetProjectCommand.d.ts +0 -35
- package/dist/types/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/GetRunCommand.d.ts +0 -35
- package/dist/types/commands/GetSuiteCommand.d.ts +0 -35
- package/dist/types/commands/GetTestCommand.d.ts +0 -35
- package/dist/types/commands/GetTestGridProjectCommand.d.ts +0 -35
- package/dist/types/commands/GetTestGridSessionCommand.d.ts +0 -44
- package/dist/types/commands/GetUploadCommand.d.ts +0 -35
- package/dist/types/commands/GetVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
- package/dist/types/commands/ListArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListDeviceInstancesCommand.d.ts +0 -36
- package/dist/types/commands/ListDevicePoolsCommand.d.ts +0 -35
- package/dist/types/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/commands/ListInstanceProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListJobsCommand.d.ts +0 -35
- package/dist/types/commands/ListNetworkProfilesCommand.d.ts +0 -35
- package/dist/types/commands/ListOfferingPromotionsCommand.d.ts +0 -37
- package/dist/types/commands/ListOfferingTransactionsCommand.d.ts +0 -38
- package/dist/types/commands/ListOfferingsCommand.d.ts +0 -38
- package/dist/types/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
- package/dist/types/commands/ListRunsCommand.d.ts +0 -35
- package/dist/types/commands/ListSamplesCommand.d.ts +0 -35
- package/dist/types/commands/ListSuitesCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridProjectsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestGridSessionsCommand.d.ts +0 -35
- package/dist/types/commands/ListTestsCommand.d.ts +0 -35
- package/dist/types/commands/ListUniqueProblemsCommand.d.ts +0 -39
- package/dist/types/commands/ListUploadsCommand.d.ts +0 -35
- package/dist/types/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
- package/dist/types/commands/PurchaseOfferingCommand.d.ts +0 -38
- package/dist/types/commands/RenewOfferingCommand.d.ts +0 -37
- package/dist/types/commands/ScheduleRunCommand.d.ts +0 -35
- package/dist/types/commands/StopJobCommand.d.ts +0 -38
- package/dist/types/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/commands/StopRunCommand.d.ts +0 -38
- package/dist/types/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateDevicePoolCommand.d.ts +0 -37
- package/dist/types/commands/UpdateInstanceProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/commands/UpdateProjectCommand.d.ts +0 -36
- package/dist/types/commands/UpdateTestGridProjectCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUploadCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/pagination/GetOfferingStatusPaginator.d.ts +0 -4
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListArtifactsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDevicePoolsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListDevicesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRunsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSamplesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSuitesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListTestsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUploadsPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- package/dist/types/ts3.4/DeviceFarm.d.ts +0 -619
- package/dist/types/ts3.4/DeviceFarmClient.d.ts +0 -223
- package/dist/types/ts3.4/commands/CreateDevicePoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRunCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetDeviceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDevicePoolCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetJobCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetOfferingStatusCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSuiteCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestGridProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetTestGridSessionCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/GetUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListDevicePoolsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListDevicesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListJobsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListOfferingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRunsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSamplesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSuitesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTestsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListUploadsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PurchaseOfferingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/RenewOfferingCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ScheduleRunCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopJobCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopRunCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateProjectCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUploadCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListArtifactsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListDevicesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListOfferingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRunsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSamplesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSuitesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListTestsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUploadsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +0 -233
- package/dist/types/ts3.4/runtimeConfig.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -8246
- package/pagination/GetOfferingStatusPaginator.ts +0 -57
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListArtifactsPaginator.ts +0 -57
- package/pagination/ListDevicePoolsPaginator.ts +0 -57
- package/pagination/ListDevicesPaginator.ts +0 -53
- package/pagination/ListJobsPaginator.ts +0 -53
- package/pagination/ListOfferingTransactionsPaginator.ts +0 -57
- package/pagination/ListOfferingsPaginator.ts +0 -57
- package/pagination/ListProjectsPaginator.ts +0 -57
- package/pagination/ListRunsPaginator.ts +0 -53
- package/pagination/ListSamplesPaginator.ts +0 -53
- package/pagination/ListSuitesPaginator.ts +0 -53
- package/pagination/ListTestGridProjectsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionActionsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionArtifactsPaginator.ts +0 -58
- package/pagination/ListTestGridSessionsPaginator.ts +0 -58
- package/pagination/ListTestsPaginator.ts +0 -53
- package/pagination/ListUniqueProblemsPaginator.ts +0 -57
- package/pagination/ListUploadsPaginator.ts +0 -53
- package/protocols/Aws_json1_1.ts +0 -10778
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
|
+
import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
|
|
10
|
+
import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
|
|
11
|
+
import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
|
|
12
|
+
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
|
|
13
|
+
import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
|
|
14
|
+
import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
|
|
15
|
+
import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
|
|
16
|
+
import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
|
|
17
|
+
import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
|
|
18
|
+
import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
|
|
19
|
+
import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
|
|
20
|
+
import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
|
|
21
|
+
import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
|
|
22
|
+
import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
|
|
23
|
+
import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
|
|
24
|
+
import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
|
|
25
|
+
import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
|
|
26
|
+
import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
|
|
27
|
+
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
28
|
+
import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
|
|
29
|
+
import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
|
|
30
|
+
import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
|
|
31
|
+
import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
|
|
32
|
+
import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
|
|
33
|
+
import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
|
|
34
|
+
import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
|
|
35
|
+
import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
|
|
36
|
+
import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
|
|
37
|
+
import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
|
|
38
|
+
import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
|
|
39
|
+
import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
|
|
40
|
+
import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
|
|
41
|
+
import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
|
|
42
|
+
import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
|
|
43
|
+
import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
|
|
44
|
+
import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
|
|
45
|
+
import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
|
|
46
|
+
import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
|
|
47
|
+
import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
|
|
48
|
+
import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
|
|
49
|
+
import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
|
|
50
|
+
import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
|
|
51
|
+
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
52
|
+
import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
|
|
53
|
+
import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
|
|
54
|
+
import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
|
|
55
|
+
import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
|
|
56
|
+
import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
|
|
57
|
+
import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
|
|
58
|
+
import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
|
|
59
|
+
import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
|
|
60
|
+
import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
|
|
61
|
+
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
62
|
+
import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
|
|
63
|
+
import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
|
|
64
|
+
import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
|
|
65
|
+
import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
|
|
66
|
+
import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
|
|
67
|
+
import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
|
|
68
|
+
import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
|
|
69
|
+
import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
|
|
70
|
+
import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
|
|
71
|
+
import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
|
|
72
|
+
import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
|
|
73
|
+
import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
|
|
74
|
+
import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
|
|
75
|
+
import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
|
|
76
|
+
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
77
|
+
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
78
|
+
import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
|
|
79
|
+
import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
|
|
80
|
+
import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
|
|
81
|
+
import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
|
|
82
|
+
import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
|
|
83
|
+
import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
|
|
84
|
+
import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
|
|
85
|
+
import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
|
|
86
|
+
export declare type ServiceInputTypes = CreateDevicePoolCommandInput | CreateInstanceProfileCommandInput | CreateNetworkProfileCommandInput | CreateProjectCommandInput | CreateRemoteAccessSessionCommandInput | CreateTestGridProjectCommandInput | CreateTestGridUrlCommandInput | CreateUploadCommandInput | CreateVPCEConfigurationCommandInput | DeleteDevicePoolCommandInput | DeleteInstanceProfileCommandInput | DeleteNetworkProfileCommandInput | DeleteProjectCommandInput | DeleteRemoteAccessSessionCommandInput | DeleteRunCommandInput | DeleteTestGridProjectCommandInput | DeleteUploadCommandInput | DeleteVPCEConfigurationCommandInput | GetAccountSettingsCommandInput | GetDeviceCommandInput | GetDeviceInstanceCommandInput | GetDevicePoolCommandInput | GetDevicePoolCompatibilityCommandInput | GetInstanceProfileCommandInput | GetJobCommandInput | GetNetworkProfileCommandInput | GetOfferingStatusCommandInput | GetProjectCommandInput | GetRemoteAccessSessionCommandInput | GetRunCommandInput | GetSuiteCommandInput | GetTestCommandInput | GetTestGridProjectCommandInput | GetTestGridSessionCommandInput | GetUploadCommandInput | GetVPCEConfigurationCommandInput | InstallToRemoteAccessSessionCommandInput | ListArtifactsCommandInput | ListDeviceInstancesCommandInput | ListDevicePoolsCommandInput | ListDevicesCommandInput | ListInstanceProfilesCommandInput | ListJobsCommandInput | ListNetworkProfilesCommandInput | ListOfferingPromotionsCommandInput | ListOfferingTransactionsCommandInput | ListOfferingsCommandInput | ListProjectsCommandInput | ListRemoteAccessSessionsCommandInput | ListRunsCommandInput | ListSamplesCommandInput | ListSuitesCommandInput | ListTagsForResourceCommandInput | ListTestGridProjectsCommandInput | ListTestGridSessionActionsCommandInput | ListTestGridSessionArtifactsCommandInput | ListTestGridSessionsCommandInput | ListTestsCommandInput | ListUniqueProblemsCommandInput | ListUploadsCommandInput | ListVPCEConfigurationsCommandInput | PurchaseOfferingCommandInput | RenewOfferingCommandInput | ScheduleRunCommandInput | StopJobCommandInput | StopRemoteAccessSessionCommandInput | StopRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeviceInstanceCommandInput | UpdateDevicePoolCommandInput | UpdateInstanceProfileCommandInput | UpdateNetworkProfileCommandInput | UpdateProjectCommandInput | UpdateTestGridProjectCommandInput | UpdateUploadCommandInput | UpdateVPCEConfigurationCommandInput;
|
|
87
|
+
export declare type ServiceOutputTypes = CreateDevicePoolCommandOutput | CreateInstanceProfileCommandOutput | CreateNetworkProfileCommandOutput | CreateProjectCommandOutput | CreateRemoteAccessSessionCommandOutput | CreateTestGridProjectCommandOutput | CreateTestGridUrlCommandOutput | CreateUploadCommandOutput | CreateVPCEConfigurationCommandOutput | DeleteDevicePoolCommandOutput | DeleteInstanceProfileCommandOutput | DeleteNetworkProfileCommandOutput | DeleteProjectCommandOutput | DeleteRemoteAccessSessionCommandOutput | DeleteRunCommandOutput | DeleteTestGridProjectCommandOutput | DeleteUploadCommandOutput | DeleteVPCEConfigurationCommandOutput | GetAccountSettingsCommandOutput | GetDeviceCommandOutput | GetDeviceInstanceCommandOutput | GetDevicePoolCommandOutput | GetDevicePoolCompatibilityCommandOutput | GetInstanceProfileCommandOutput | GetJobCommandOutput | GetNetworkProfileCommandOutput | GetOfferingStatusCommandOutput | GetProjectCommandOutput | GetRemoteAccessSessionCommandOutput | GetRunCommandOutput | GetSuiteCommandOutput | GetTestCommandOutput | GetTestGridProjectCommandOutput | GetTestGridSessionCommandOutput | GetUploadCommandOutput | GetVPCEConfigurationCommandOutput | InstallToRemoteAccessSessionCommandOutput | ListArtifactsCommandOutput | ListDeviceInstancesCommandOutput | ListDevicePoolsCommandOutput | ListDevicesCommandOutput | ListInstanceProfilesCommandOutput | ListJobsCommandOutput | ListNetworkProfilesCommandOutput | ListOfferingPromotionsCommandOutput | ListOfferingTransactionsCommandOutput | ListOfferingsCommandOutput | ListProjectsCommandOutput | ListRemoteAccessSessionsCommandOutput | ListRunsCommandOutput | ListSamplesCommandOutput | ListSuitesCommandOutput | ListTagsForResourceCommandOutput | ListTestGridProjectsCommandOutput | ListTestGridSessionActionsCommandOutput | ListTestGridSessionArtifactsCommandOutput | ListTestGridSessionsCommandOutput | ListTestsCommandOutput | ListUniqueProblemsCommandOutput | ListUploadsCommandOutput | ListVPCEConfigurationsCommandOutput | PurchaseOfferingCommandOutput | RenewOfferingCommandOutput | ScheduleRunCommandOutput | StopJobCommandOutput | StopRemoteAccessSessionCommandOutput | StopRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeviceInstanceCommandOutput | UpdateDevicePoolCommandOutput | UpdateInstanceProfileCommandOutput | UpdateNetworkProfileCommandOutput | UpdateProjectCommandOutput | UpdateTestGridProjectCommandOutput | UpdateUploadCommandOutput | UpdateVPCEConfigurationCommandOutput;
|
|
88
|
+
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
89
|
+
/**
|
|
90
|
+
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
91
|
+
*/
|
|
92
|
+
requestHandler?: __HttpHandler;
|
|
93
|
+
/**
|
|
94
|
+
* A constructor for a class implementing the {@link __Hash} interface
|
|
95
|
+
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
96
|
+
* @internal
|
|
97
|
+
*/
|
|
98
|
+
sha256?: __HashConstructor;
|
|
99
|
+
/**
|
|
100
|
+
* The function that will be used to convert strings into HTTP endpoints.
|
|
101
|
+
* @internal
|
|
102
|
+
*/
|
|
103
|
+
urlParser?: __UrlParser;
|
|
104
|
+
/**
|
|
105
|
+
* A function that can calculate the length of a request body.
|
|
106
|
+
* @internal
|
|
107
|
+
*/
|
|
108
|
+
bodyLengthChecker?: (body: any) => number | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* A function that converts a stream into an array of bytes.
|
|
111
|
+
* @internal
|
|
112
|
+
*/
|
|
113
|
+
streamCollector?: __StreamCollector;
|
|
114
|
+
/**
|
|
115
|
+
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
116
|
+
* @internal
|
|
117
|
+
*/
|
|
118
|
+
base64Decoder?: __Decoder;
|
|
119
|
+
/**
|
|
120
|
+
* The function that will be used to convert binary data to a base64-encoded string.
|
|
121
|
+
* @internal
|
|
122
|
+
*/
|
|
123
|
+
base64Encoder?: __Encoder;
|
|
124
|
+
/**
|
|
125
|
+
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
126
|
+
* @internal
|
|
127
|
+
*/
|
|
128
|
+
utf8Decoder?: __Decoder;
|
|
129
|
+
/**
|
|
130
|
+
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
131
|
+
* @internal
|
|
132
|
+
*/
|
|
133
|
+
utf8Encoder?: __Encoder;
|
|
134
|
+
/**
|
|
135
|
+
* The runtime environment.
|
|
136
|
+
* @internal
|
|
137
|
+
*/
|
|
138
|
+
runtime?: string;
|
|
139
|
+
/**
|
|
140
|
+
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
141
|
+
* trait of an operation.
|
|
142
|
+
*/
|
|
143
|
+
disableHostPrefix?: boolean;
|
|
144
|
+
/**
|
|
145
|
+
* Value for how many times a request will be made at most in case of retry.
|
|
146
|
+
*/
|
|
147
|
+
maxAttempts?: number | __Provider<number>;
|
|
148
|
+
/**
|
|
149
|
+
* Specifies which retry algorithm to use.
|
|
150
|
+
*/
|
|
151
|
+
retryMode?: string | __Provider<string>;
|
|
152
|
+
/**
|
|
153
|
+
* Optional logger for logging debug/info/warn/error.
|
|
154
|
+
*/
|
|
155
|
+
logger?: __Logger;
|
|
156
|
+
/**
|
|
157
|
+
* Unique service identifier.
|
|
158
|
+
* @internal
|
|
159
|
+
*/
|
|
160
|
+
serviceId?: string;
|
|
161
|
+
/**
|
|
162
|
+
* The AWS region to which this client will send requests
|
|
163
|
+
*/
|
|
164
|
+
region?: string | __Provider<string>;
|
|
165
|
+
/**
|
|
166
|
+
* Default credentials provider; Not available in browser runtime.
|
|
167
|
+
* @internal
|
|
168
|
+
*/
|
|
169
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
170
|
+
/**
|
|
171
|
+
* Fetch related hostname, signing name or signing region with given region.
|
|
172
|
+
* @internal
|
|
173
|
+
*/
|
|
174
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
175
|
+
/**
|
|
176
|
+
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
177
|
+
* @internal
|
|
178
|
+
*/
|
|
179
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
180
|
+
}
|
|
181
|
+
declare type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
182
|
+
/**
|
|
183
|
+
* The configuration interface of DeviceFarmClient class constructor that set the region, credentials and other options.
|
|
184
|
+
*/
|
|
185
|
+
export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {
|
|
186
|
+
}
|
|
187
|
+
declare type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
188
|
+
/**
|
|
189
|
+
* The resolved configuration interface of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
|
|
190
|
+
*/
|
|
191
|
+
export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
|
|
195
|
+
* <ul>
|
|
196
|
+
* <li>
|
|
197
|
+
* <p>Testing on desktop browsers</p>
|
|
198
|
+
* <p> Device Farm makes it possible for you to test your web applications on desktop browsers using
|
|
199
|
+
* Selenium. The APIs for desktop browser testing contain <code>TestGrid</code> in their names. For
|
|
200
|
+
* more information, see <a href="https://docs.aws.amazon.com/devicefarm/latest/testgrid/">Testing Web
|
|
201
|
+
* Applications on Selenium with Device Farm</a>.</p>
|
|
202
|
+
* </li>
|
|
203
|
+
* <li>
|
|
204
|
+
* <p>Testing on real mobile devices</p>
|
|
205
|
+
* <p>Device Farm makes it possible for you to test apps on physical phones, tablets, and other
|
|
206
|
+
* 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>
|
|
207
|
+
* </li>
|
|
208
|
+
* </ul>
|
|
209
|
+
*/
|
|
210
|
+
export declare class DeviceFarmClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeviceFarmClientResolvedConfig> {
|
|
211
|
+
/**
|
|
212
|
+
* The resolved configuration of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
|
|
213
|
+
*/
|
|
214
|
+
readonly config: DeviceFarmClientResolvedConfig;
|
|
215
|
+
constructor(configuration: DeviceFarmClientConfig);
|
|
216
|
+
/**
|
|
217
|
+
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
218
|
+
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
219
|
+
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
220
|
+
*/
|
|
221
|
+
destroy(): void;
|
|
222
|
+
}
|
|
223
|
+
export {};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
|
|
5
|
+
export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a device pool.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, CreateDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, CreateDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new CreateDevicePoolCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateDevicePoolCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateDevicePoolCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateDevicePoolCommandInput;
|
|
28
|
+
constructor(input: CreateDevicePoolCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
|
|
5
|
+
export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a profile that can be applied to one or more private fleet device
|
|
11
|
+
* instances.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, CreateInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, CreateInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new CreateInstanceProfileCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateInstanceProfileCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateInstanceProfileCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateInstanceProfileCommandInput;
|
|
29
|
+
constructor(input: CreateInstanceProfileCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
|
|
5
|
+
export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a network profile.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, CreateNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, CreateNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new CreateNetworkProfileCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateNetworkProfileCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateNetworkProfileCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateNetworkProfileCommandInput;
|
|
28
|
+
constructor(input: CreateNetworkProfileCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
|
|
5
|
+
export interface CreateProjectCommandInput extends CreateProjectRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a project.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, CreateProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, CreateProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new CreateProjectCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateProjectCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateProjectCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateProjectCommandInput;
|
|
28
|
+
constructor(input: CreateProjectCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
|
|
5
|
+
export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAccessSessionRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAccessSessionResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Specifies and starts a remote access session.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, CreateRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, CreateRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new CreateRemoteAccessSessionCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateRemoteAccessSessionCommandInput;
|
|
28
|
+
constructor(input: CreateRemoteAccessSessionCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
|
|
5
|
+
export interface CreateTestGridProjectCommandInput extends CreateTestGridProjectRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjectResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
|
|
11
|
+
* instances.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, CreateTestGridProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, CreateTestGridProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new CreateTestGridProjectCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateTestGridProjectCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateTestGridProjectCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateTestGridProjectCommandInput;
|
|
29
|
+
constructor(input: CreateTestGridProjectCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
|
|
5
|
+
export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
|
|
11
|
+
* constructor.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, CreateTestGridUrlCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, CreateTestGridUrlCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new CreateTestGridUrlCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateTestGridUrlCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateTestGridUrlCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateTestGridUrlCommandInput;
|
|
29
|
+
constructor(input: CreateTestGridUrlCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
|
|
5
|
+
export interface CreateUploadCommandInput extends CreateUploadRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Uploads an app or test scripts.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, CreateUploadCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, CreateUploadCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new CreateUploadCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link CreateUploadCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link CreateUploadCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: CreateUploadCommandInput;
|
|
28
|
+
constructor(input: CreateUploadCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
|
|
5
|
+
export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigurationResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
|
|
11
|
+
* (VPC) endpoint.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, CreateVPCEConfigurationCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, CreateVPCEConfigurationCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new CreateVPCEConfigurationCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link CreateVPCEConfigurationCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link CreateVPCEConfigurationCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: CreateVPCEConfigurationCommandInput;
|
|
29
|
+
constructor(input: CreateVPCEConfigurationCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
|
|
5
|
+
export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
|
|
11
|
+
* owned by the system.</p>
|
|
12
|
+
* @example
|
|
13
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
14
|
+
* ```javascript
|
|
15
|
+
* import { DeviceFarmClient, DeleteDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
16
|
+
* // const { DeviceFarmClient, DeleteDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
17
|
+
* const client = new DeviceFarmClient(config);
|
|
18
|
+
* const command = new DeleteDevicePoolCommand(input);
|
|
19
|
+
* const response = await client.send(command);
|
|
20
|
+
* ```
|
|
21
|
+
*
|
|
22
|
+
* @see {@link DeleteDevicePoolCommandInput} for command's `input` shape.
|
|
23
|
+
* @see {@link DeleteDevicePoolCommandOutput} for command's `response` shape.
|
|
24
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
28
|
+
readonly input: DeleteDevicePoolCommandInput;
|
|
29
|
+
constructor(input: DeleteDevicePoolCommandInput);
|
|
30
|
+
/**
|
|
31
|
+
* @internal
|
|
32
|
+
*/
|
|
33
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
|
|
34
|
+
private serialize;
|
|
35
|
+
private deserialize;
|
|
36
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
|
|
4
|
+
import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
|
|
5
|
+
export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfileResult, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a profile that can be applied to one or more private device instances.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DeviceFarmClient, DeleteInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
15
|
+
* // const { DeviceFarmClient, DeleteInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
16
|
+
* const client = new DeviceFarmClient(config);
|
|
17
|
+
* const command = new DeleteInstanceProfileCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteInstanceProfileCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteInstanceProfileCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteInstanceProfileCommandInput;
|
|
28
|
+
constructor(input: DeleteInstanceProfileCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|