@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,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDeviceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about a unique device type.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetDeviceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetDeviceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetDeviceCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetDeviceCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetDeviceCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetDeviceCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetDeviceCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetDeviceRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetDeviceResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetDeviceCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetDeviceCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetDeviceCommand = GetDeviceCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDeviceInstanceCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Returns information about a device instance that belongs to a private device fleet.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetDeviceInstanceCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetDeviceInstanceCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetDeviceInstanceCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetDeviceInstanceCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetDeviceInstanceCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetDeviceInstanceCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetDeviceInstanceCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetDeviceInstanceRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetDeviceInstanceResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetDeviceInstanceCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetDeviceInstanceCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetDeviceInstanceCommand = GetDeviceInstanceCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDevicePoolCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about a device pool.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetDevicePoolCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetDevicePoolCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetDevicePoolCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetDevicePoolCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetDevicePoolCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetDevicePoolCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetDevicePoolCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetDevicePoolRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetDevicePoolResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetDevicePoolCommand = GetDevicePoolCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDevicePoolCompatibilityCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about compatibility with a device pool.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetDevicePoolCompatibilityCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetDevicePoolCompatibilityCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetDevicePoolCompatibilityCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetDevicePoolCompatibilityCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetDevicePoolCompatibilityCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetDevicePoolCompatibilityCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetDevicePoolCompatibilityCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetDevicePoolCompatibilityRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetDevicePoolCompatibilityResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetDevicePoolCompatibilityCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetDevicePoolCompatibilityCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetDevicePoolCompatibilityCommand = GetDevicePoolCompatibilityCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetInstanceProfileCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Returns information about the specified instance profile.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetInstanceProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetInstanceProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetInstanceProfileCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetInstanceProfileCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetInstanceProfileCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetInstanceProfileCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetInstanceProfileCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetInstanceProfileRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetInstanceProfileResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetInstanceProfileCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetInstanceProfileCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetInstanceProfileCommand = GetInstanceProfileCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetJobCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about a job.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetJobCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetJobCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetJobCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetJobCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetJobCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetJobCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetJobCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetJobRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetJobResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetJobCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetJobCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetJobCommand = GetJobCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetNetworkProfileCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Returns information about a network profile.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetNetworkProfileCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetNetworkProfileCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetNetworkProfileCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetNetworkProfileCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetNetworkProfileCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetNetworkProfileCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetNetworkProfileCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetNetworkProfileRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetNetworkProfileResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetNetworkProfileCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetNetworkProfileCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetNetworkProfileCommand = GetNetworkProfileCommand;
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetOfferingStatusCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
|
|
10
|
+
* indicates how many offerings are currently available and the offerings that will be available in the next
|
|
11
|
+
* period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
|
|
12
|
+
* operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { DeviceFarmClient, GetOfferingStatusCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
17
|
+
* // const { DeviceFarmClient, GetOfferingStatusCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
18
|
+
* const client = new DeviceFarmClient(config);
|
|
19
|
+
* const command = new GetOfferingStatusCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link GetOfferingStatusCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link GetOfferingStatusCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
class GetOfferingStatusCommand extends smithy_client_1.Command {
|
|
29
|
+
// Start section: command_properties
|
|
30
|
+
// End section: command_properties
|
|
31
|
+
constructor(input) {
|
|
32
|
+
// Start section: command_constructor
|
|
33
|
+
super();
|
|
34
|
+
this.input = input;
|
|
35
|
+
// End section: command_constructor
|
|
36
|
+
}
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
41
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
42
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
43
|
+
const { logger } = configuration;
|
|
44
|
+
const clientName = "DeviceFarmClient";
|
|
45
|
+
const commandName = "GetOfferingStatusCommand";
|
|
46
|
+
const handlerExecutionContext = {
|
|
47
|
+
logger,
|
|
48
|
+
clientName,
|
|
49
|
+
commandName,
|
|
50
|
+
inputFilterSensitiveLog: models_0_1.GetOfferingStatusRequest.filterSensitiveLog,
|
|
51
|
+
outputFilterSensitiveLog: models_0_1.GetOfferingStatusResult.filterSensitiveLog,
|
|
52
|
+
};
|
|
53
|
+
const { requestHandler } = configuration;
|
|
54
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
55
|
+
}
|
|
56
|
+
serialize(input, context) {
|
|
57
|
+
return Aws_json1_1_1.serializeAws_json1_1GetOfferingStatusCommand(input, context);
|
|
58
|
+
}
|
|
59
|
+
deserialize(output, context) {
|
|
60
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetOfferingStatusCommand(output, context);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
exports.GetOfferingStatusCommand = GetOfferingStatusCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetProjectCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about a project.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetProjectCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetProjectCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetProjectCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetProjectCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetProjectCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetProjectCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetProjectCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetProjectRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetProjectResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetProjectCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetProjectCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetProjectCommand = GetProjectCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetRemoteAccessSessionCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Returns a link to a currently running remote access session.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetRemoteAccessSessionCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetRemoteAccessSessionCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetRemoteAccessSessionCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetRemoteAccessSessionCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetRemoteAccessSessionCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetRemoteAccessSessionCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetRemoteAccessSessionCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetRemoteAccessSessionRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetRemoteAccessSessionResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetRemoteAccessSessionCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetRemoteAccessSessionCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetRemoteAccessSessionCommand = GetRemoteAccessSessionCommand;
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetRunCommand = void 0;
|
|
4
|
+
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
5
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
|
+
/**
|
|
9
|
+
* <p>Gets information about a run.</p>
|
|
10
|
+
* @example
|
|
11
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
12
|
+
* ```javascript
|
|
13
|
+
* import { DeviceFarmClient, GetRunCommand } from "@aws-sdk/client-device-farm"; // ES Modules import
|
|
14
|
+
* // const { DeviceFarmClient, GetRunCommand } = require("@aws-sdk/client-device-farm"); // CommonJS import
|
|
15
|
+
* const client = new DeviceFarmClient(config);
|
|
16
|
+
* const command = new GetRunCommand(input);
|
|
17
|
+
* const response = await client.send(command);
|
|
18
|
+
* ```
|
|
19
|
+
*
|
|
20
|
+
* @see {@link GetRunCommandInput} for command's `input` shape.
|
|
21
|
+
* @see {@link GetRunCommandOutput} for command's `response` shape.
|
|
22
|
+
* @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
class GetRunCommand extends smithy_client_1.Command {
|
|
26
|
+
// Start section: command_properties
|
|
27
|
+
// End section: command_properties
|
|
28
|
+
constructor(input) {
|
|
29
|
+
// Start section: command_constructor
|
|
30
|
+
super();
|
|
31
|
+
this.input = input;
|
|
32
|
+
// End section: command_constructor
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* @internal
|
|
36
|
+
*/
|
|
37
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
38
|
+
this.middlewareStack.use(middleware_serde_1.getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
39
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
40
|
+
const { logger } = configuration;
|
|
41
|
+
const clientName = "DeviceFarmClient";
|
|
42
|
+
const commandName = "GetRunCommand";
|
|
43
|
+
const handlerExecutionContext = {
|
|
44
|
+
logger,
|
|
45
|
+
clientName,
|
|
46
|
+
commandName,
|
|
47
|
+
inputFilterSensitiveLog: models_0_1.GetRunRequest.filterSensitiveLog,
|
|
48
|
+
outputFilterSensitiveLog: models_0_1.GetRunResult.filterSensitiveLog,
|
|
49
|
+
};
|
|
50
|
+
const { requestHandler } = configuration;
|
|
51
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
52
|
+
}
|
|
53
|
+
serialize(input, context) {
|
|
54
|
+
return Aws_json1_1_1.serializeAws_json1_1GetRunCommand(input, context);
|
|
55
|
+
}
|
|
56
|
+
deserialize(output, context) {
|
|
57
|
+
return Aws_json1_1_1.deserializeAws_json1_1GetRunCommand(output, context);
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
exports.GetRunCommand = GetRunCommand;
|