@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
|
@@ -1,1785 +0,0 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
3
|
-
export var TrialMinutes;
|
|
4
|
-
(function (TrialMinutes) {
|
|
5
|
-
/**
|
|
6
|
-
* @internal
|
|
7
|
-
*/
|
|
8
|
-
TrialMinutes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
9
|
-
})(TrialMinutes || (TrialMinutes = {}));
|
|
10
|
-
export var DevicePlatform;
|
|
11
|
-
(function (DevicePlatform) {
|
|
12
|
-
DevicePlatform["ANDROID"] = "ANDROID";
|
|
13
|
-
DevicePlatform["IOS"] = "IOS";
|
|
14
|
-
})(DevicePlatform || (DevicePlatform = {}));
|
|
15
|
-
export var AccountSettings;
|
|
16
|
-
(function (AccountSettings) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
|
-
AccountSettings.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
|
-
})(AccountSettings || (AccountSettings = {}));
|
|
22
|
-
export var ArgumentException;
|
|
23
|
-
(function (ArgumentException) {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
|
-
ArgumentException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
|
-
})(ArgumentException || (ArgumentException = {}));
|
|
29
|
-
export var ArtifactType;
|
|
30
|
-
(function (ArtifactType) {
|
|
31
|
-
ArtifactType["APPIUM_JAVA_OUTPUT"] = "APPIUM_JAVA_OUTPUT";
|
|
32
|
-
ArtifactType["APPIUM_JAVA_XML_OUTPUT"] = "APPIUM_JAVA_XML_OUTPUT";
|
|
33
|
-
ArtifactType["APPIUM_PYTHON_OUTPUT"] = "APPIUM_PYTHON_OUTPUT";
|
|
34
|
-
ArtifactType["APPIUM_PYTHON_XML_OUTPUT"] = "APPIUM_PYTHON_XML_OUTPUT";
|
|
35
|
-
ArtifactType["APPIUM_SERVER_OUTPUT"] = "APPIUM_SERVER_OUTPUT";
|
|
36
|
-
ArtifactType["APPLICATION_CRASH_REPORT"] = "APPLICATION_CRASH_REPORT";
|
|
37
|
-
ArtifactType["AUTOMATION_OUTPUT"] = "AUTOMATION_OUTPUT";
|
|
38
|
-
ArtifactType["CALABASH_JAVA_XML_OUTPUT"] = "CALABASH_JAVA_XML_OUTPUT";
|
|
39
|
-
ArtifactType["CALABASH_JSON_OUTPUT"] = "CALABASH_JSON_OUTPUT";
|
|
40
|
-
ArtifactType["CALABASH_PRETTY_OUTPUT"] = "CALABASH_PRETTY_OUTPUT";
|
|
41
|
-
ArtifactType["CALABASH_STANDARD_OUTPUT"] = "CALABASH_STANDARD_OUTPUT";
|
|
42
|
-
ArtifactType["CUSTOMER_ARTIFACT"] = "CUSTOMER_ARTIFACT";
|
|
43
|
-
ArtifactType["CUSTOMER_ARTIFACT_LOG"] = "CUSTOMER_ARTIFACT_LOG";
|
|
44
|
-
ArtifactType["DEVICE_LOG"] = "DEVICE_LOG";
|
|
45
|
-
ArtifactType["EXERCISER_MONKEY_OUTPUT"] = "EXERCISER_MONKEY_OUTPUT";
|
|
46
|
-
ArtifactType["EXPLORER_EVENT_LOG"] = "EXPLORER_EVENT_LOG";
|
|
47
|
-
ArtifactType["EXPLORER_SUMMARY_LOG"] = "EXPLORER_SUMMARY_LOG";
|
|
48
|
-
ArtifactType["INSTRUMENTATION_OUTPUT"] = "INSTRUMENTATION_OUTPUT";
|
|
49
|
-
ArtifactType["MESSAGE_LOG"] = "MESSAGE_LOG";
|
|
50
|
-
ArtifactType["RESULT_LOG"] = "RESULT_LOG";
|
|
51
|
-
ArtifactType["SCREENSHOT"] = "SCREENSHOT";
|
|
52
|
-
ArtifactType["SERVICE_LOG"] = "SERVICE_LOG";
|
|
53
|
-
ArtifactType["TESTSPEC_OUTPUT"] = "TESTSPEC_OUTPUT";
|
|
54
|
-
ArtifactType["UNKNOWN"] = "UNKNOWN";
|
|
55
|
-
ArtifactType["VIDEO"] = "VIDEO";
|
|
56
|
-
ArtifactType["VIDEO_LOG"] = "VIDEO_LOG";
|
|
57
|
-
ArtifactType["WEBKIT_LOG"] = "WEBKIT_LOG";
|
|
58
|
-
ArtifactType["XCTEST_LOG"] = "XCTEST_LOG";
|
|
59
|
-
})(ArtifactType || (ArtifactType = {}));
|
|
60
|
-
export var Artifact;
|
|
61
|
-
(function (Artifact) {
|
|
62
|
-
/**
|
|
63
|
-
* @internal
|
|
64
|
-
*/
|
|
65
|
-
Artifact.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
66
|
-
})(Artifact || (Artifact = {}));
|
|
67
|
-
export var ArtifactCategory;
|
|
68
|
-
(function (ArtifactCategory) {
|
|
69
|
-
ArtifactCategory["FILE"] = "FILE";
|
|
70
|
-
ArtifactCategory["LOG"] = "LOG";
|
|
71
|
-
ArtifactCategory["SCREENSHOT"] = "SCREENSHOT";
|
|
72
|
-
})(ArtifactCategory || (ArtifactCategory = {}));
|
|
73
|
-
export var BillingMethod;
|
|
74
|
-
(function (BillingMethod) {
|
|
75
|
-
BillingMethod["METERED"] = "METERED";
|
|
76
|
-
BillingMethod["UNMETERED"] = "UNMETERED";
|
|
77
|
-
})(BillingMethod || (BillingMethod = {}));
|
|
78
|
-
export var CannotDeleteException;
|
|
79
|
-
(function (CannotDeleteException) {
|
|
80
|
-
/**
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
83
|
-
CannotDeleteException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
84
|
-
})(CannotDeleteException || (CannotDeleteException = {}));
|
|
85
|
-
export var Counters;
|
|
86
|
-
(function (Counters) {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
Counters.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
91
|
-
})(Counters || (Counters = {}));
|
|
92
|
-
export var CPU;
|
|
93
|
-
(function (CPU) {
|
|
94
|
-
/**
|
|
95
|
-
* @internal
|
|
96
|
-
*/
|
|
97
|
-
CPU.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
98
|
-
})(CPU || (CPU = {}));
|
|
99
|
-
export var DeviceAttribute;
|
|
100
|
-
(function (DeviceAttribute) {
|
|
101
|
-
DeviceAttribute["APPIUM_VERSION"] = "APPIUM_VERSION";
|
|
102
|
-
DeviceAttribute["ARN"] = "ARN";
|
|
103
|
-
DeviceAttribute["AVAILABILITY"] = "AVAILABILITY";
|
|
104
|
-
DeviceAttribute["FLEET_TYPE"] = "FLEET_TYPE";
|
|
105
|
-
DeviceAttribute["FORM_FACTOR"] = "FORM_FACTOR";
|
|
106
|
-
DeviceAttribute["INSTANCE_ARN"] = "INSTANCE_ARN";
|
|
107
|
-
DeviceAttribute["INSTANCE_LABELS"] = "INSTANCE_LABELS";
|
|
108
|
-
DeviceAttribute["MANUFACTURER"] = "MANUFACTURER";
|
|
109
|
-
DeviceAttribute["MODEL"] = "MODEL";
|
|
110
|
-
DeviceAttribute["OS_VERSION"] = "OS_VERSION";
|
|
111
|
-
DeviceAttribute["PLATFORM"] = "PLATFORM";
|
|
112
|
-
DeviceAttribute["REMOTE_ACCESS_ENABLED"] = "REMOTE_ACCESS_ENABLED";
|
|
113
|
-
DeviceAttribute["REMOTE_DEBUG_ENABLED"] = "REMOTE_DEBUG_ENABLED";
|
|
114
|
-
})(DeviceAttribute || (DeviceAttribute = {}));
|
|
115
|
-
export var RuleOperator;
|
|
116
|
-
(function (RuleOperator) {
|
|
117
|
-
RuleOperator["CONTAINS"] = "CONTAINS";
|
|
118
|
-
RuleOperator["EQUALS"] = "EQUALS";
|
|
119
|
-
RuleOperator["GREATER_THAN"] = "GREATER_THAN";
|
|
120
|
-
RuleOperator["GREATER_THAN_OR_EQUALS"] = "GREATER_THAN_OR_EQUALS";
|
|
121
|
-
RuleOperator["IN"] = "IN";
|
|
122
|
-
RuleOperator["LESS_THAN"] = "LESS_THAN";
|
|
123
|
-
RuleOperator["LESS_THAN_OR_EQUALS"] = "LESS_THAN_OR_EQUALS";
|
|
124
|
-
RuleOperator["NOT_IN"] = "NOT_IN";
|
|
125
|
-
})(RuleOperator || (RuleOperator = {}));
|
|
126
|
-
export var Rule;
|
|
127
|
-
(function (Rule) {
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
Rule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
132
|
-
})(Rule || (Rule = {}));
|
|
133
|
-
export var CreateDevicePoolRequest;
|
|
134
|
-
(function (CreateDevicePoolRequest) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
CreateDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
139
|
-
})(CreateDevicePoolRequest || (CreateDevicePoolRequest = {}));
|
|
140
|
-
export var DevicePoolType;
|
|
141
|
-
(function (DevicePoolType) {
|
|
142
|
-
DevicePoolType["CURATED"] = "CURATED";
|
|
143
|
-
DevicePoolType["PRIVATE"] = "PRIVATE";
|
|
144
|
-
})(DevicePoolType || (DevicePoolType = {}));
|
|
145
|
-
export var DevicePool;
|
|
146
|
-
(function (DevicePool) {
|
|
147
|
-
/**
|
|
148
|
-
* @internal
|
|
149
|
-
*/
|
|
150
|
-
DevicePool.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
151
|
-
})(DevicePool || (DevicePool = {}));
|
|
152
|
-
export var CreateDevicePoolResult;
|
|
153
|
-
(function (CreateDevicePoolResult) {
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
CreateDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
158
|
-
})(CreateDevicePoolResult || (CreateDevicePoolResult = {}));
|
|
159
|
-
export var LimitExceededException;
|
|
160
|
-
(function (LimitExceededException) {
|
|
161
|
-
/**
|
|
162
|
-
* @internal
|
|
163
|
-
*/
|
|
164
|
-
LimitExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
165
|
-
})(LimitExceededException || (LimitExceededException = {}));
|
|
166
|
-
export var NotFoundException;
|
|
167
|
-
(function (NotFoundException) {
|
|
168
|
-
/**
|
|
169
|
-
* @internal
|
|
170
|
-
*/
|
|
171
|
-
NotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(NotFoundException || (NotFoundException = {}));
|
|
173
|
-
export var ServiceAccountException;
|
|
174
|
-
(function (ServiceAccountException) {
|
|
175
|
-
/**
|
|
176
|
-
* @internal
|
|
177
|
-
*/
|
|
178
|
-
ServiceAccountException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
179
|
-
})(ServiceAccountException || (ServiceAccountException = {}));
|
|
180
|
-
export var CreateInstanceProfileRequest;
|
|
181
|
-
(function (CreateInstanceProfileRequest) {
|
|
182
|
-
/**
|
|
183
|
-
* @internal
|
|
184
|
-
*/
|
|
185
|
-
CreateInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
186
|
-
})(CreateInstanceProfileRequest || (CreateInstanceProfileRequest = {}));
|
|
187
|
-
export var InstanceProfile;
|
|
188
|
-
(function (InstanceProfile) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
InstanceProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
-
})(InstanceProfile || (InstanceProfile = {}));
|
|
194
|
-
export var CreateInstanceProfileResult;
|
|
195
|
-
(function (CreateInstanceProfileResult) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
CreateInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(CreateInstanceProfileResult || (CreateInstanceProfileResult = {}));
|
|
201
|
-
export var NetworkProfileType;
|
|
202
|
-
(function (NetworkProfileType) {
|
|
203
|
-
NetworkProfileType["CURATED"] = "CURATED";
|
|
204
|
-
NetworkProfileType["PRIVATE"] = "PRIVATE";
|
|
205
|
-
})(NetworkProfileType || (NetworkProfileType = {}));
|
|
206
|
-
export var CreateNetworkProfileRequest;
|
|
207
|
-
(function (CreateNetworkProfileRequest) {
|
|
208
|
-
/**
|
|
209
|
-
* @internal
|
|
210
|
-
*/
|
|
211
|
-
CreateNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
-
})(CreateNetworkProfileRequest || (CreateNetworkProfileRequest = {}));
|
|
213
|
-
export var NetworkProfile;
|
|
214
|
-
(function (NetworkProfile) {
|
|
215
|
-
/**
|
|
216
|
-
* @internal
|
|
217
|
-
*/
|
|
218
|
-
NetworkProfile.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
-
})(NetworkProfile || (NetworkProfile = {}));
|
|
220
|
-
export var CreateNetworkProfileResult;
|
|
221
|
-
(function (CreateNetworkProfileResult) {
|
|
222
|
-
/**
|
|
223
|
-
* @internal
|
|
224
|
-
*/
|
|
225
|
-
CreateNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
-
})(CreateNetworkProfileResult || (CreateNetworkProfileResult = {}));
|
|
227
|
-
export var CreateProjectRequest;
|
|
228
|
-
(function (CreateProjectRequest) {
|
|
229
|
-
/**
|
|
230
|
-
* @internal
|
|
231
|
-
*/
|
|
232
|
-
CreateProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
-
})(CreateProjectRequest || (CreateProjectRequest = {}));
|
|
234
|
-
export var Project;
|
|
235
|
-
(function (Project) {
|
|
236
|
-
/**
|
|
237
|
-
* @internal
|
|
238
|
-
*/
|
|
239
|
-
Project.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
-
})(Project || (Project = {}));
|
|
241
|
-
export var CreateProjectResult;
|
|
242
|
-
(function (CreateProjectResult) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
CreateProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
-
})(CreateProjectResult || (CreateProjectResult = {}));
|
|
248
|
-
export var TagOperationException;
|
|
249
|
-
(function (TagOperationException) {
|
|
250
|
-
/**
|
|
251
|
-
* @internal
|
|
252
|
-
*/
|
|
253
|
-
TagOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
-
})(TagOperationException || (TagOperationException = {}));
|
|
255
|
-
export var CreateRemoteAccessSessionConfiguration;
|
|
256
|
-
(function (CreateRemoteAccessSessionConfiguration) {
|
|
257
|
-
/**
|
|
258
|
-
* @internal
|
|
259
|
-
*/
|
|
260
|
-
CreateRemoteAccessSessionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
-
})(CreateRemoteAccessSessionConfiguration || (CreateRemoteAccessSessionConfiguration = {}));
|
|
262
|
-
export var InteractionMode;
|
|
263
|
-
(function (InteractionMode) {
|
|
264
|
-
InteractionMode["INTERACTIVE"] = "INTERACTIVE";
|
|
265
|
-
InteractionMode["NO_VIDEO"] = "NO_VIDEO";
|
|
266
|
-
InteractionMode["VIDEO_ONLY"] = "VIDEO_ONLY";
|
|
267
|
-
})(InteractionMode || (InteractionMode = {}));
|
|
268
|
-
export var CreateRemoteAccessSessionRequest;
|
|
269
|
-
(function (CreateRemoteAccessSessionRequest) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
|
-
CreateRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
-
})(CreateRemoteAccessSessionRequest || (CreateRemoteAccessSessionRequest = {}));
|
|
275
|
-
export var DeviceAvailability;
|
|
276
|
-
(function (DeviceAvailability) {
|
|
277
|
-
DeviceAvailability["AVAILABLE"] = "AVAILABLE";
|
|
278
|
-
DeviceAvailability["BUSY"] = "BUSY";
|
|
279
|
-
DeviceAvailability["HIGHLY_AVAILABLE"] = "HIGHLY_AVAILABLE";
|
|
280
|
-
DeviceAvailability["TEMPORARY_NOT_AVAILABLE"] = "TEMPORARY_NOT_AVAILABLE";
|
|
281
|
-
})(DeviceAvailability || (DeviceAvailability = {}));
|
|
282
|
-
export var DeviceFormFactor;
|
|
283
|
-
(function (DeviceFormFactor) {
|
|
284
|
-
DeviceFormFactor["PHONE"] = "PHONE";
|
|
285
|
-
DeviceFormFactor["TABLET"] = "TABLET";
|
|
286
|
-
})(DeviceFormFactor || (DeviceFormFactor = {}));
|
|
287
|
-
export var InstanceStatus;
|
|
288
|
-
(function (InstanceStatus) {
|
|
289
|
-
InstanceStatus["AVAILABLE"] = "AVAILABLE";
|
|
290
|
-
InstanceStatus["IN_USE"] = "IN_USE";
|
|
291
|
-
InstanceStatus["NOT_AVAILABLE"] = "NOT_AVAILABLE";
|
|
292
|
-
InstanceStatus["PREPARING"] = "PREPARING";
|
|
293
|
-
})(InstanceStatus || (InstanceStatus = {}));
|
|
294
|
-
export var DeviceInstance;
|
|
295
|
-
(function (DeviceInstance) {
|
|
296
|
-
/**
|
|
297
|
-
* @internal
|
|
298
|
-
*/
|
|
299
|
-
DeviceInstance.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
-
})(DeviceInstance || (DeviceInstance = {}));
|
|
301
|
-
export var Resolution;
|
|
302
|
-
(function (Resolution) {
|
|
303
|
-
/**
|
|
304
|
-
* @internal
|
|
305
|
-
*/
|
|
306
|
-
Resolution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(Resolution || (Resolution = {}));
|
|
308
|
-
export var Device;
|
|
309
|
-
(function (Device) {
|
|
310
|
-
/**
|
|
311
|
-
* @internal
|
|
312
|
-
*/
|
|
313
|
-
Device.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
314
|
-
})(Device || (Device = {}));
|
|
315
|
-
export var DeviceMinutes;
|
|
316
|
-
(function (DeviceMinutes) {
|
|
317
|
-
/**
|
|
318
|
-
* @internal
|
|
319
|
-
*/
|
|
320
|
-
DeviceMinutes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
321
|
-
})(DeviceMinutes || (DeviceMinutes = {}));
|
|
322
|
-
export var ExecutionResult;
|
|
323
|
-
(function (ExecutionResult) {
|
|
324
|
-
ExecutionResult["ERRORED"] = "ERRORED";
|
|
325
|
-
ExecutionResult["FAILED"] = "FAILED";
|
|
326
|
-
ExecutionResult["PASSED"] = "PASSED";
|
|
327
|
-
ExecutionResult["PENDING"] = "PENDING";
|
|
328
|
-
ExecutionResult["SKIPPED"] = "SKIPPED";
|
|
329
|
-
ExecutionResult["STOPPED"] = "STOPPED";
|
|
330
|
-
ExecutionResult["WARNED"] = "WARNED";
|
|
331
|
-
})(ExecutionResult || (ExecutionResult = {}));
|
|
332
|
-
export var ExecutionStatus;
|
|
333
|
-
(function (ExecutionStatus) {
|
|
334
|
-
ExecutionStatus["COMPLETED"] = "COMPLETED";
|
|
335
|
-
ExecutionStatus["PENDING"] = "PENDING";
|
|
336
|
-
ExecutionStatus["PENDING_CONCURRNECY"] = "PENDING_CONCURRENCY";
|
|
337
|
-
ExecutionStatus["PENDING_DEVICE"] = "PENDING_DEVICE";
|
|
338
|
-
ExecutionStatus["PREPARING"] = "PREPARING";
|
|
339
|
-
ExecutionStatus["PROCESSING"] = "PROCESSING";
|
|
340
|
-
ExecutionStatus["RUNNING"] = "RUNNING";
|
|
341
|
-
ExecutionStatus["SCHEDULING"] = "SCHEDULING";
|
|
342
|
-
ExecutionStatus["STOPPING"] = "STOPPING";
|
|
343
|
-
})(ExecutionStatus || (ExecutionStatus = {}));
|
|
344
|
-
export var RemoteAccessSession;
|
|
345
|
-
(function (RemoteAccessSession) {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
|
-
RemoteAccessSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
350
|
-
})(RemoteAccessSession || (RemoteAccessSession = {}));
|
|
351
|
-
export var CreateRemoteAccessSessionResult;
|
|
352
|
-
(function (CreateRemoteAccessSessionResult) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
|
-
CreateRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
357
|
-
})(CreateRemoteAccessSessionResult || (CreateRemoteAccessSessionResult = {}));
|
|
358
|
-
export var TestGridVpcConfig;
|
|
359
|
-
(function (TestGridVpcConfig) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
|
-
TestGridVpcConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(TestGridVpcConfig || (TestGridVpcConfig = {}));
|
|
365
|
-
export var CreateTestGridProjectRequest;
|
|
366
|
-
(function (CreateTestGridProjectRequest) {
|
|
367
|
-
/**
|
|
368
|
-
* @internal
|
|
369
|
-
*/
|
|
370
|
-
CreateTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
371
|
-
})(CreateTestGridProjectRequest || (CreateTestGridProjectRequest = {}));
|
|
372
|
-
export var TestGridProject;
|
|
373
|
-
(function (TestGridProject) {
|
|
374
|
-
/**
|
|
375
|
-
* @internal
|
|
376
|
-
*/
|
|
377
|
-
TestGridProject.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
378
|
-
})(TestGridProject || (TestGridProject = {}));
|
|
379
|
-
export var CreateTestGridProjectResult;
|
|
380
|
-
(function (CreateTestGridProjectResult) {
|
|
381
|
-
/**
|
|
382
|
-
* @internal
|
|
383
|
-
*/
|
|
384
|
-
CreateTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
385
|
-
})(CreateTestGridProjectResult || (CreateTestGridProjectResult = {}));
|
|
386
|
-
export var InternalServiceException;
|
|
387
|
-
(function (InternalServiceException) {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
InternalServiceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
392
|
-
})(InternalServiceException || (InternalServiceException = {}));
|
|
393
|
-
export var CreateTestGridUrlRequest;
|
|
394
|
-
(function (CreateTestGridUrlRequest) {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
CreateTestGridUrlRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
399
|
-
})(CreateTestGridUrlRequest || (CreateTestGridUrlRequest = {}));
|
|
400
|
-
export var CreateTestGridUrlResult;
|
|
401
|
-
(function (CreateTestGridUrlResult) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
|
-
CreateTestGridUrlResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
406
|
-
})(CreateTestGridUrlResult || (CreateTestGridUrlResult = {}));
|
|
407
|
-
export var UploadType;
|
|
408
|
-
(function (UploadType) {
|
|
409
|
-
UploadType["ANDROID_APP"] = "ANDROID_APP";
|
|
410
|
-
UploadType["APPIUM_JAVA_JUNIT_TEST_PACKAGE"] = "APPIUM_JAVA_JUNIT_TEST_PACKAGE";
|
|
411
|
-
UploadType["APPIUM_JAVA_JUNIT_TEST_SPEC"] = "APPIUM_JAVA_JUNIT_TEST_SPEC";
|
|
412
|
-
UploadType["APPIUM_JAVA_TESTNG_TEST_PACKAGE"] = "APPIUM_JAVA_TESTNG_TEST_PACKAGE";
|
|
413
|
-
UploadType["APPIUM_JAVA_TESTNG_TEST_SPEC"] = "APPIUM_JAVA_TESTNG_TEST_SPEC";
|
|
414
|
-
UploadType["APPIUM_NODE_TEST_PACKAGE"] = "APPIUM_NODE_TEST_PACKAGE";
|
|
415
|
-
UploadType["APPIUM_NODE_TEST_SPEC"] = "APPIUM_NODE_TEST_SPEC";
|
|
416
|
-
UploadType["APPIUM_PYTHON_TEST_PACKAGE"] = "APPIUM_PYTHON_TEST_PACKAGE";
|
|
417
|
-
UploadType["APPIUM_PYTHON_TEST_SPEC"] = "APPIUM_PYTHON_TEST_SPEC";
|
|
418
|
-
UploadType["APPIUM_RUBY_TEST_PACKAGE"] = "APPIUM_RUBY_TEST_PACKAGE";
|
|
419
|
-
UploadType["APPIUM_RUBY_TEST_SPEC"] = "APPIUM_RUBY_TEST_SPEC";
|
|
420
|
-
UploadType["APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE"] = "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE";
|
|
421
|
-
UploadType["APPIUM_WEB_JAVA_JUNIT_TEST_SPEC"] = "APPIUM_WEB_JAVA_JUNIT_TEST_SPEC";
|
|
422
|
-
UploadType["APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE"] = "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE";
|
|
423
|
-
UploadType["APPIUM_WEB_JAVA_TESTNG_TEST_SPEC"] = "APPIUM_WEB_JAVA_TESTNG_TEST_SPEC";
|
|
424
|
-
UploadType["APPIUM_WEB_NODE_TEST_PACKAGE"] = "APPIUM_WEB_NODE_TEST_PACKAGE";
|
|
425
|
-
UploadType["APPIUM_WEB_NODE_TEST_SPEC"] = "APPIUM_WEB_NODE_TEST_SPEC";
|
|
426
|
-
UploadType["APPIUM_WEB_PYTHON_TEST_PACKAGE"] = "APPIUM_WEB_PYTHON_TEST_PACKAGE";
|
|
427
|
-
UploadType["APPIUM_WEB_PYTHON_TEST_SPEC"] = "APPIUM_WEB_PYTHON_TEST_SPEC";
|
|
428
|
-
UploadType["APPIUM_WEB_RUBY_TEST_PACKAGE"] = "APPIUM_WEB_RUBY_TEST_PACKAGE";
|
|
429
|
-
UploadType["APPIUM_WEB_RUBY_TEST_SPEC"] = "APPIUM_WEB_RUBY_TEST_SPEC";
|
|
430
|
-
UploadType["CALABASH_TEST_PACKAGE"] = "CALABASH_TEST_PACKAGE";
|
|
431
|
-
UploadType["EXTERNAL_DATA"] = "EXTERNAL_DATA";
|
|
432
|
-
UploadType["INSTRUMENTATION_TEST_PACKAGE"] = "INSTRUMENTATION_TEST_PACKAGE";
|
|
433
|
-
UploadType["INSTRUMENTATION_TEST_SPEC"] = "INSTRUMENTATION_TEST_SPEC";
|
|
434
|
-
UploadType["IOS_APP"] = "IOS_APP";
|
|
435
|
-
UploadType["UIAUTOMATION_TEST_PACKAGE"] = "UIAUTOMATION_TEST_PACKAGE";
|
|
436
|
-
UploadType["UIAUTOMATOR_TEST_PACKAGE"] = "UIAUTOMATOR_TEST_PACKAGE";
|
|
437
|
-
UploadType["WEB_APP"] = "WEB_APP";
|
|
438
|
-
UploadType["XCTEST_TEST_PACKAGE"] = "XCTEST_TEST_PACKAGE";
|
|
439
|
-
UploadType["XCTEST_UI_TEST_PACKAGE"] = "XCTEST_UI_TEST_PACKAGE";
|
|
440
|
-
UploadType["XCTEST_UI_TEST_SPEC"] = "XCTEST_UI_TEST_SPEC";
|
|
441
|
-
})(UploadType || (UploadType = {}));
|
|
442
|
-
export var CreateUploadRequest;
|
|
443
|
-
(function (CreateUploadRequest) {
|
|
444
|
-
/**
|
|
445
|
-
* @internal
|
|
446
|
-
*/
|
|
447
|
-
CreateUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
448
|
-
})(CreateUploadRequest || (CreateUploadRequest = {}));
|
|
449
|
-
export var UploadCategory;
|
|
450
|
-
(function (UploadCategory) {
|
|
451
|
-
UploadCategory["CURATED"] = "CURATED";
|
|
452
|
-
UploadCategory["PRIVATE"] = "PRIVATE";
|
|
453
|
-
})(UploadCategory || (UploadCategory = {}));
|
|
454
|
-
export var UploadStatus;
|
|
455
|
-
(function (UploadStatus) {
|
|
456
|
-
UploadStatus["FAILED"] = "FAILED";
|
|
457
|
-
UploadStatus["INITIALIZED"] = "INITIALIZED";
|
|
458
|
-
UploadStatus["PROCESSING"] = "PROCESSING";
|
|
459
|
-
UploadStatus["SUCCEEDED"] = "SUCCEEDED";
|
|
460
|
-
})(UploadStatus || (UploadStatus = {}));
|
|
461
|
-
export var Upload;
|
|
462
|
-
(function (Upload) {
|
|
463
|
-
/**
|
|
464
|
-
* @internal
|
|
465
|
-
*/
|
|
466
|
-
Upload.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
467
|
-
})(Upload || (Upload = {}));
|
|
468
|
-
export var CreateUploadResult;
|
|
469
|
-
(function (CreateUploadResult) {
|
|
470
|
-
/**
|
|
471
|
-
* @internal
|
|
472
|
-
*/
|
|
473
|
-
CreateUploadResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: Upload.filterSensitiveLog(obj.upload) }))); };
|
|
474
|
-
})(CreateUploadResult || (CreateUploadResult = {}));
|
|
475
|
-
export var CreateVPCEConfigurationRequest;
|
|
476
|
-
(function (CreateVPCEConfigurationRequest) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
|
-
CreateVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
481
|
-
})(CreateVPCEConfigurationRequest || (CreateVPCEConfigurationRequest = {}));
|
|
482
|
-
export var VPCEConfiguration;
|
|
483
|
-
(function (VPCEConfiguration) {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
VPCEConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
488
|
-
})(VPCEConfiguration || (VPCEConfiguration = {}));
|
|
489
|
-
export var CreateVPCEConfigurationResult;
|
|
490
|
-
(function (CreateVPCEConfigurationResult) {
|
|
491
|
-
/**
|
|
492
|
-
* @internal
|
|
493
|
-
*/
|
|
494
|
-
CreateVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
495
|
-
})(CreateVPCEConfigurationResult || (CreateVPCEConfigurationResult = {}));
|
|
496
|
-
export var CurrencyCode;
|
|
497
|
-
(function (CurrencyCode) {
|
|
498
|
-
CurrencyCode["USD"] = "USD";
|
|
499
|
-
})(CurrencyCode || (CurrencyCode = {}));
|
|
500
|
-
export var CustomerArtifactPaths;
|
|
501
|
-
(function (CustomerArtifactPaths) {
|
|
502
|
-
/**
|
|
503
|
-
* @internal
|
|
504
|
-
*/
|
|
505
|
-
CustomerArtifactPaths.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
506
|
-
})(CustomerArtifactPaths || (CustomerArtifactPaths = {}));
|
|
507
|
-
export var DeleteDevicePoolRequest;
|
|
508
|
-
(function (DeleteDevicePoolRequest) {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
DeleteDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
513
|
-
})(DeleteDevicePoolRequest || (DeleteDevicePoolRequest = {}));
|
|
514
|
-
export var DeleteDevicePoolResult;
|
|
515
|
-
(function (DeleteDevicePoolResult) {
|
|
516
|
-
/**
|
|
517
|
-
* @internal
|
|
518
|
-
*/
|
|
519
|
-
DeleteDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
520
|
-
})(DeleteDevicePoolResult || (DeleteDevicePoolResult = {}));
|
|
521
|
-
export var DeleteInstanceProfileRequest;
|
|
522
|
-
(function (DeleteInstanceProfileRequest) {
|
|
523
|
-
/**
|
|
524
|
-
* @internal
|
|
525
|
-
*/
|
|
526
|
-
DeleteInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
527
|
-
})(DeleteInstanceProfileRequest || (DeleteInstanceProfileRequest = {}));
|
|
528
|
-
export var DeleteInstanceProfileResult;
|
|
529
|
-
(function (DeleteInstanceProfileResult) {
|
|
530
|
-
/**
|
|
531
|
-
* @internal
|
|
532
|
-
*/
|
|
533
|
-
DeleteInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
-
})(DeleteInstanceProfileResult || (DeleteInstanceProfileResult = {}));
|
|
535
|
-
export var DeleteNetworkProfileRequest;
|
|
536
|
-
(function (DeleteNetworkProfileRequest) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
|
-
DeleteNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
-
})(DeleteNetworkProfileRequest || (DeleteNetworkProfileRequest = {}));
|
|
542
|
-
export var DeleteNetworkProfileResult;
|
|
543
|
-
(function (DeleteNetworkProfileResult) {
|
|
544
|
-
/**
|
|
545
|
-
* @internal
|
|
546
|
-
*/
|
|
547
|
-
DeleteNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
-
})(DeleteNetworkProfileResult || (DeleteNetworkProfileResult = {}));
|
|
549
|
-
export var DeleteProjectRequest;
|
|
550
|
-
(function (DeleteProjectRequest) {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
DeleteProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
-
})(DeleteProjectRequest || (DeleteProjectRequest = {}));
|
|
556
|
-
export var DeleteProjectResult;
|
|
557
|
-
(function (DeleteProjectResult) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
|
-
DeleteProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
-
})(DeleteProjectResult || (DeleteProjectResult = {}));
|
|
563
|
-
export var DeleteRemoteAccessSessionRequest;
|
|
564
|
-
(function (DeleteRemoteAccessSessionRequest) {
|
|
565
|
-
/**
|
|
566
|
-
* @internal
|
|
567
|
-
*/
|
|
568
|
-
DeleteRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
-
})(DeleteRemoteAccessSessionRequest || (DeleteRemoteAccessSessionRequest = {}));
|
|
570
|
-
export var DeleteRemoteAccessSessionResult;
|
|
571
|
-
(function (DeleteRemoteAccessSessionResult) {
|
|
572
|
-
/**
|
|
573
|
-
* @internal
|
|
574
|
-
*/
|
|
575
|
-
DeleteRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
-
})(DeleteRemoteAccessSessionResult || (DeleteRemoteAccessSessionResult = {}));
|
|
577
|
-
export var DeleteRunRequest;
|
|
578
|
-
(function (DeleteRunRequest) {
|
|
579
|
-
/**
|
|
580
|
-
* @internal
|
|
581
|
-
*/
|
|
582
|
-
DeleteRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
-
})(DeleteRunRequest || (DeleteRunRequest = {}));
|
|
584
|
-
export var DeleteRunResult;
|
|
585
|
-
(function (DeleteRunResult) {
|
|
586
|
-
/**
|
|
587
|
-
* @internal
|
|
588
|
-
*/
|
|
589
|
-
DeleteRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
-
})(DeleteRunResult || (DeleteRunResult = {}));
|
|
591
|
-
export var DeleteTestGridProjectRequest;
|
|
592
|
-
(function (DeleteTestGridProjectRequest) {
|
|
593
|
-
/**
|
|
594
|
-
* @internal
|
|
595
|
-
*/
|
|
596
|
-
DeleteTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
-
})(DeleteTestGridProjectRequest || (DeleteTestGridProjectRequest = {}));
|
|
598
|
-
export var DeleteTestGridProjectResult;
|
|
599
|
-
(function (DeleteTestGridProjectResult) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
|
-
DeleteTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
-
})(DeleteTestGridProjectResult || (DeleteTestGridProjectResult = {}));
|
|
605
|
-
export var DeleteUploadRequest;
|
|
606
|
-
(function (DeleteUploadRequest) {
|
|
607
|
-
/**
|
|
608
|
-
* @internal
|
|
609
|
-
*/
|
|
610
|
-
DeleteUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
-
})(DeleteUploadRequest || (DeleteUploadRequest = {}));
|
|
612
|
-
export var DeleteUploadResult;
|
|
613
|
-
(function (DeleteUploadResult) {
|
|
614
|
-
/**
|
|
615
|
-
* @internal
|
|
616
|
-
*/
|
|
617
|
-
DeleteUploadResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(DeleteUploadResult || (DeleteUploadResult = {}));
|
|
619
|
-
export var DeleteVPCEConfigurationRequest;
|
|
620
|
-
(function (DeleteVPCEConfigurationRequest) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
|
-
DeleteVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
-
})(DeleteVPCEConfigurationRequest || (DeleteVPCEConfigurationRequest = {}));
|
|
626
|
-
export var DeleteVPCEConfigurationResult;
|
|
627
|
-
(function (DeleteVPCEConfigurationResult) {
|
|
628
|
-
/**
|
|
629
|
-
* @internal
|
|
630
|
-
*/
|
|
631
|
-
DeleteVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
-
})(DeleteVPCEConfigurationResult || (DeleteVPCEConfigurationResult = {}));
|
|
633
|
-
export var InvalidOperationException;
|
|
634
|
-
(function (InvalidOperationException) {
|
|
635
|
-
/**
|
|
636
|
-
* @internal
|
|
637
|
-
*/
|
|
638
|
-
InvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
-
})(InvalidOperationException || (InvalidOperationException = {}));
|
|
640
|
-
export var GetAccountSettingsRequest;
|
|
641
|
-
(function (GetAccountSettingsRequest) {
|
|
642
|
-
/**
|
|
643
|
-
* @internal
|
|
644
|
-
*/
|
|
645
|
-
GetAccountSettingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(GetAccountSettingsRequest || (GetAccountSettingsRequest = {}));
|
|
647
|
-
export var GetAccountSettingsResult;
|
|
648
|
-
(function (GetAccountSettingsResult) {
|
|
649
|
-
/**
|
|
650
|
-
* @internal
|
|
651
|
-
*/
|
|
652
|
-
GetAccountSettingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
-
})(GetAccountSettingsResult || (GetAccountSettingsResult = {}));
|
|
654
|
-
export var GetDeviceRequest;
|
|
655
|
-
(function (GetDeviceRequest) {
|
|
656
|
-
/**
|
|
657
|
-
* @internal
|
|
658
|
-
*/
|
|
659
|
-
GetDeviceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
-
})(GetDeviceRequest || (GetDeviceRequest = {}));
|
|
661
|
-
export var GetDeviceResult;
|
|
662
|
-
(function (GetDeviceResult) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
|
-
GetDeviceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
-
})(GetDeviceResult || (GetDeviceResult = {}));
|
|
668
|
-
export var GetDeviceInstanceRequest;
|
|
669
|
-
(function (GetDeviceInstanceRequest) {
|
|
670
|
-
/**
|
|
671
|
-
* @internal
|
|
672
|
-
*/
|
|
673
|
-
GetDeviceInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
-
})(GetDeviceInstanceRequest || (GetDeviceInstanceRequest = {}));
|
|
675
|
-
export var GetDeviceInstanceResult;
|
|
676
|
-
(function (GetDeviceInstanceResult) {
|
|
677
|
-
/**
|
|
678
|
-
* @internal
|
|
679
|
-
*/
|
|
680
|
-
GetDeviceInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
-
})(GetDeviceInstanceResult || (GetDeviceInstanceResult = {}));
|
|
682
|
-
export var GetDevicePoolRequest;
|
|
683
|
-
(function (GetDevicePoolRequest) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
|
-
GetDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
-
})(GetDevicePoolRequest || (GetDevicePoolRequest = {}));
|
|
689
|
-
export var GetDevicePoolResult;
|
|
690
|
-
(function (GetDevicePoolResult) {
|
|
691
|
-
/**
|
|
692
|
-
* @internal
|
|
693
|
-
*/
|
|
694
|
-
GetDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
-
})(GetDevicePoolResult || (GetDevicePoolResult = {}));
|
|
696
|
-
export var Location;
|
|
697
|
-
(function (Location) {
|
|
698
|
-
/**
|
|
699
|
-
* @internal
|
|
700
|
-
*/
|
|
701
|
-
Location.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
702
|
-
})(Location || (Location = {}));
|
|
703
|
-
export var Radios;
|
|
704
|
-
(function (Radios) {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
Radios.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
709
|
-
})(Radios || (Radios = {}));
|
|
710
|
-
export var ScheduleRunConfiguration;
|
|
711
|
-
(function (ScheduleRunConfiguration) {
|
|
712
|
-
/**
|
|
713
|
-
* @internal
|
|
714
|
-
*/
|
|
715
|
-
ScheduleRunConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
716
|
-
})(ScheduleRunConfiguration || (ScheduleRunConfiguration = {}));
|
|
717
|
-
export var TestType;
|
|
718
|
-
(function (TestType) {
|
|
719
|
-
TestType["APPIUM_JAVA_JUNIT"] = "APPIUM_JAVA_JUNIT";
|
|
720
|
-
TestType["APPIUM_JAVA_TESTNG"] = "APPIUM_JAVA_TESTNG";
|
|
721
|
-
TestType["APPIUM_NODE"] = "APPIUM_NODE";
|
|
722
|
-
TestType["APPIUM_PYTHON"] = "APPIUM_PYTHON";
|
|
723
|
-
TestType["APPIUM_RUBY"] = "APPIUM_RUBY";
|
|
724
|
-
TestType["APPIUM_WEB_JAVA_JUNIT"] = "APPIUM_WEB_JAVA_JUNIT";
|
|
725
|
-
TestType["APPIUM_WEB_JAVA_TESTNG"] = "APPIUM_WEB_JAVA_TESTNG";
|
|
726
|
-
TestType["APPIUM_WEB_NODE"] = "APPIUM_WEB_NODE";
|
|
727
|
-
TestType["APPIUM_WEB_PYTHON"] = "APPIUM_WEB_PYTHON";
|
|
728
|
-
TestType["APPIUM_WEB_RUBY"] = "APPIUM_WEB_RUBY";
|
|
729
|
-
TestType["BUILTIN_EXPLORER"] = "BUILTIN_EXPLORER";
|
|
730
|
-
TestType["BUILTIN_FUZZ"] = "BUILTIN_FUZZ";
|
|
731
|
-
TestType["CALABASH"] = "CALABASH";
|
|
732
|
-
TestType["INSTRUMENTATION"] = "INSTRUMENTATION";
|
|
733
|
-
TestType["REMOTE_ACCESS_RECORD"] = "REMOTE_ACCESS_RECORD";
|
|
734
|
-
TestType["REMOTE_ACCESS_REPLAY"] = "REMOTE_ACCESS_REPLAY";
|
|
735
|
-
TestType["UIAUTOMATION"] = "UIAUTOMATION";
|
|
736
|
-
TestType["UIAUTOMATOR"] = "UIAUTOMATOR";
|
|
737
|
-
TestType["WEB_PERFORMANCE_PROFILE"] = "WEB_PERFORMANCE_PROFILE";
|
|
738
|
-
TestType["XCTEST"] = "XCTEST";
|
|
739
|
-
TestType["XCTEST_UI"] = "XCTEST_UI";
|
|
740
|
-
})(TestType || (TestType = {}));
|
|
741
|
-
export var ScheduleRunTest;
|
|
742
|
-
(function (ScheduleRunTest) {
|
|
743
|
-
/**
|
|
744
|
-
* @internal
|
|
745
|
-
*/
|
|
746
|
-
ScheduleRunTest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
747
|
-
})(ScheduleRunTest || (ScheduleRunTest = {}));
|
|
748
|
-
export var GetDevicePoolCompatibilityRequest;
|
|
749
|
-
(function (GetDevicePoolCompatibilityRequest) {
|
|
750
|
-
/**
|
|
751
|
-
* @internal
|
|
752
|
-
*/
|
|
753
|
-
GetDevicePoolCompatibilityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
754
|
-
})(GetDevicePoolCompatibilityRequest || (GetDevicePoolCompatibilityRequest = {}));
|
|
755
|
-
export var IncompatibilityMessage;
|
|
756
|
-
(function (IncompatibilityMessage) {
|
|
757
|
-
/**
|
|
758
|
-
* @internal
|
|
759
|
-
*/
|
|
760
|
-
IncompatibilityMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
761
|
-
})(IncompatibilityMessage || (IncompatibilityMessage = {}));
|
|
762
|
-
export var DevicePoolCompatibilityResult;
|
|
763
|
-
(function (DevicePoolCompatibilityResult) {
|
|
764
|
-
/**
|
|
765
|
-
* @internal
|
|
766
|
-
*/
|
|
767
|
-
DevicePoolCompatibilityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
768
|
-
})(DevicePoolCompatibilityResult || (DevicePoolCompatibilityResult = {}));
|
|
769
|
-
export var GetDevicePoolCompatibilityResult;
|
|
770
|
-
(function (GetDevicePoolCompatibilityResult) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
|
-
GetDevicePoolCompatibilityResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
775
|
-
})(GetDevicePoolCompatibilityResult || (GetDevicePoolCompatibilityResult = {}));
|
|
776
|
-
export var GetInstanceProfileRequest;
|
|
777
|
-
(function (GetInstanceProfileRequest) {
|
|
778
|
-
/**
|
|
779
|
-
* @internal
|
|
780
|
-
*/
|
|
781
|
-
GetInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
782
|
-
})(GetInstanceProfileRequest || (GetInstanceProfileRequest = {}));
|
|
783
|
-
export var GetInstanceProfileResult;
|
|
784
|
-
(function (GetInstanceProfileResult) {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
GetInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
789
|
-
})(GetInstanceProfileResult || (GetInstanceProfileResult = {}));
|
|
790
|
-
export var GetJobRequest;
|
|
791
|
-
(function (GetJobRequest) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
|
-
GetJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
796
|
-
})(GetJobRequest || (GetJobRequest = {}));
|
|
797
|
-
export var Job;
|
|
798
|
-
(function (Job) {
|
|
799
|
-
/**
|
|
800
|
-
* @internal
|
|
801
|
-
*/
|
|
802
|
-
Job.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
803
|
-
})(Job || (Job = {}));
|
|
804
|
-
export var GetJobResult;
|
|
805
|
-
(function (GetJobResult) {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
GetJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
810
|
-
})(GetJobResult || (GetJobResult = {}));
|
|
811
|
-
export var GetNetworkProfileRequest;
|
|
812
|
-
(function (GetNetworkProfileRequest) {
|
|
813
|
-
/**
|
|
814
|
-
* @internal
|
|
815
|
-
*/
|
|
816
|
-
GetNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
817
|
-
})(GetNetworkProfileRequest || (GetNetworkProfileRequest = {}));
|
|
818
|
-
export var GetNetworkProfileResult;
|
|
819
|
-
(function (GetNetworkProfileResult) {
|
|
820
|
-
/**
|
|
821
|
-
* @internal
|
|
822
|
-
*/
|
|
823
|
-
GetNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
824
|
-
})(GetNetworkProfileResult || (GetNetworkProfileResult = {}));
|
|
825
|
-
export var GetOfferingStatusRequest;
|
|
826
|
-
(function (GetOfferingStatusRequest) {
|
|
827
|
-
/**
|
|
828
|
-
* @internal
|
|
829
|
-
*/
|
|
830
|
-
GetOfferingStatusRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
831
|
-
})(GetOfferingStatusRequest || (GetOfferingStatusRequest = {}));
|
|
832
|
-
export var MonetaryAmount;
|
|
833
|
-
(function (MonetaryAmount) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
|
-
MonetaryAmount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
838
|
-
})(MonetaryAmount || (MonetaryAmount = {}));
|
|
839
|
-
export var RecurringChargeFrequency;
|
|
840
|
-
(function (RecurringChargeFrequency) {
|
|
841
|
-
RecurringChargeFrequency["MONTHLY"] = "MONTHLY";
|
|
842
|
-
})(RecurringChargeFrequency || (RecurringChargeFrequency = {}));
|
|
843
|
-
export var RecurringCharge;
|
|
844
|
-
(function (RecurringCharge) {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
|
-
RecurringCharge.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
|
-
})(RecurringCharge || (RecurringCharge = {}));
|
|
850
|
-
export var OfferingType;
|
|
851
|
-
(function (OfferingType) {
|
|
852
|
-
OfferingType["RECURRING"] = "RECURRING";
|
|
853
|
-
})(OfferingType || (OfferingType = {}));
|
|
854
|
-
export var Offering;
|
|
855
|
-
(function (Offering) {
|
|
856
|
-
/**
|
|
857
|
-
* @internal
|
|
858
|
-
*/
|
|
859
|
-
Offering.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
860
|
-
})(Offering || (Offering = {}));
|
|
861
|
-
export var OfferingTransactionType;
|
|
862
|
-
(function (OfferingTransactionType) {
|
|
863
|
-
OfferingTransactionType["PURCHASE"] = "PURCHASE";
|
|
864
|
-
OfferingTransactionType["RENEW"] = "RENEW";
|
|
865
|
-
OfferingTransactionType["SYSTEM"] = "SYSTEM";
|
|
866
|
-
})(OfferingTransactionType || (OfferingTransactionType = {}));
|
|
867
|
-
export var OfferingStatus;
|
|
868
|
-
(function (OfferingStatus) {
|
|
869
|
-
/**
|
|
870
|
-
* @internal
|
|
871
|
-
*/
|
|
872
|
-
OfferingStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
873
|
-
})(OfferingStatus || (OfferingStatus = {}));
|
|
874
|
-
export var GetOfferingStatusResult;
|
|
875
|
-
(function (GetOfferingStatusResult) {
|
|
876
|
-
/**
|
|
877
|
-
* @internal
|
|
878
|
-
*/
|
|
879
|
-
GetOfferingStatusResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
880
|
-
})(GetOfferingStatusResult || (GetOfferingStatusResult = {}));
|
|
881
|
-
export var NotEligibleException;
|
|
882
|
-
(function (NotEligibleException) {
|
|
883
|
-
/**
|
|
884
|
-
* @internal
|
|
885
|
-
*/
|
|
886
|
-
NotEligibleException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
887
|
-
})(NotEligibleException || (NotEligibleException = {}));
|
|
888
|
-
export var GetProjectRequest;
|
|
889
|
-
(function (GetProjectRequest) {
|
|
890
|
-
/**
|
|
891
|
-
* @internal
|
|
892
|
-
*/
|
|
893
|
-
GetProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
894
|
-
})(GetProjectRequest || (GetProjectRequest = {}));
|
|
895
|
-
export var GetProjectResult;
|
|
896
|
-
(function (GetProjectResult) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
|
-
GetProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
901
|
-
})(GetProjectResult || (GetProjectResult = {}));
|
|
902
|
-
export var GetRemoteAccessSessionRequest;
|
|
903
|
-
(function (GetRemoteAccessSessionRequest) {
|
|
904
|
-
/**
|
|
905
|
-
* @internal
|
|
906
|
-
*/
|
|
907
|
-
GetRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
908
|
-
})(GetRemoteAccessSessionRequest || (GetRemoteAccessSessionRequest = {}));
|
|
909
|
-
export var GetRemoteAccessSessionResult;
|
|
910
|
-
(function (GetRemoteAccessSessionResult) {
|
|
911
|
-
/**
|
|
912
|
-
* @internal
|
|
913
|
-
*/
|
|
914
|
-
GetRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
915
|
-
})(GetRemoteAccessSessionResult || (GetRemoteAccessSessionResult = {}));
|
|
916
|
-
export var GetRunRequest;
|
|
917
|
-
(function (GetRunRequest) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
|
-
GetRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
922
|
-
})(GetRunRequest || (GetRunRequest = {}));
|
|
923
|
-
export var DeviceFilterAttribute;
|
|
924
|
-
(function (DeviceFilterAttribute) {
|
|
925
|
-
DeviceFilterAttribute["ARN"] = "ARN";
|
|
926
|
-
DeviceFilterAttribute["AVAILABILITY"] = "AVAILABILITY";
|
|
927
|
-
DeviceFilterAttribute["FLEET_TYPE"] = "FLEET_TYPE";
|
|
928
|
-
DeviceFilterAttribute["FORM_FACTOR"] = "FORM_FACTOR";
|
|
929
|
-
DeviceFilterAttribute["INSTANCE_ARN"] = "INSTANCE_ARN";
|
|
930
|
-
DeviceFilterAttribute["INSTANCE_LABELS"] = "INSTANCE_LABELS";
|
|
931
|
-
DeviceFilterAttribute["MANUFACTURER"] = "MANUFACTURER";
|
|
932
|
-
DeviceFilterAttribute["MODEL"] = "MODEL";
|
|
933
|
-
DeviceFilterAttribute["OS_VERSION"] = "OS_VERSION";
|
|
934
|
-
DeviceFilterAttribute["PLATFORM"] = "PLATFORM";
|
|
935
|
-
DeviceFilterAttribute["REMOTE_ACCESS_ENABLED"] = "REMOTE_ACCESS_ENABLED";
|
|
936
|
-
DeviceFilterAttribute["REMOTE_DEBUG_ENABLED"] = "REMOTE_DEBUG_ENABLED";
|
|
937
|
-
})(DeviceFilterAttribute || (DeviceFilterAttribute = {}));
|
|
938
|
-
export var DeviceFilter;
|
|
939
|
-
(function (DeviceFilter) {
|
|
940
|
-
/**
|
|
941
|
-
* @internal
|
|
942
|
-
*/
|
|
943
|
-
DeviceFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
944
|
-
})(DeviceFilter || (DeviceFilter = {}));
|
|
945
|
-
export var DeviceSelectionResult;
|
|
946
|
-
(function (DeviceSelectionResult) {
|
|
947
|
-
/**
|
|
948
|
-
* @internal
|
|
949
|
-
*/
|
|
950
|
-
DeviceSelectionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
951
|
-
})(DeviceSelectionResult || (DeviceSelectionResult = {}));
|
|
952
|
-
export var ExecutionResultCode;
|
|
953
|
-
(function (ExecutionResultCode) {
|
|
954
|
-
ExecutionResultCode["PARSING_FAILED"] = "PARSING_FAILED";
|
|
955
|
-
ExecutionResultCode["VPC_ENDPOINT_SETUP_FAILED"] = "VPC_ENDPOINT_SETUP_FAILED";
|
|
956
|
-
})(ExecutionResultCode || (ExecutionResultCode = {}));
|
|
957
|
-
export var Run;
|
|
958
|
-
(function (Run) {
|
|
959
|
-
/**
|
|
960
|
-
* @internal
|
|
961
|
-
*/
|
|
962
|
-
Run.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
963
|
-
})(Run || (Run = {}));
|
|
964
|
-
export var GetRunResult;
|
|
965
|
-
(function (GetRunResult) {
|
|
966
|
-
/**
|
|
967
|
-
* @internal
|
|
968
|
-
*/
|
|
969
|
-
GetRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
970
|
-
})(GetRunResult || (GetRunResult = {}));
|
|
971
|
-
export var GetSuiteRequest;
|
|
972
|
-
(function (GetSuiteRequest) {
|
|
973
|
-
/**
|
|
974
|
-
* @internal
|
|
975
|
-
*/
|
|
976
|
-
GetSuiteRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
977
|
-
})(GetSuiteRequest || (GetSuiteRequest = {}));
|
|
978
|
-
export var Suite;
|
|
979
|
-
(function (Suite) {
|
|
980
|
-
/**
|
|
981
|
-
* @internal
|
|
982
|
-
*/
|
|
983
|
-
Suite.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
984
|
-
})(Suite || (Suite = {}));
|
|
985
|
-
export var GetSuiteResult;
|
|
986
|
-
(function (GetSuiteResult) {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
|
-
GetSuiteResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
991
|
-
})(GetSuiteResult || (GetSuiteResult = {}));
|
|
992
|
-
export var GetTestRequest;
|
|
993
|
-
(function (GetTestRequest) {
|
|
994
|
-
/**
|
|
995
|
-
* @internal
|
|
996
|
-
*/
|
|
997
|
-
GetTestRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
998
|
-
})(GetTestRequest || (GetTestRequest = {}));
|
|
999
|
-
export var Test;
|
|
1000
|
-
(function (Test) {
|
|
1001
|
-
/**
|
|
1002
|
-
* @internal
|
|
1003
|
-
*/
|
|
1004
|
-
Test.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1005
|
-
})(Test || (Test = {}));
|
|
1006
|
-
export var GetTestResult;
|
|
1007
|
-
(function (GetTestResult) {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
GetTestResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1012
|
-
})(GetTestResult || (GetTestResult = {}));
|
|
1013
|
-
export var GetTestGridProjectRequest;
|
|
1014
|
-
(function (GetTestGridProjectRequest) {
|
|
1015
|
-
/**
|
|
1016
|
-
* @internal
|
|
1017
|
-
*/
|
|
1018
|
-
GetTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1019
|
-
})(GetTestGridProjectRequest || (GetTestGridProjectRequest = {}));
|
|
1020
|
-
export var GetTestGridProjectResult;
|
|
1021
|
-
(function (GetTestGridProjectResult) {
|
|
1022
|
-
/**
|
|
1023
|
-
* @internal
|
|
1024
|
-
*/
|
|
1025
|
-
GetTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1026
|
-
})(GetTestGridProjectResult || (GetTestGridProjectResult = {}));
|
|
1027
|
-
export var GetTestGridSessionRequest;
|
|
1028
|
-
(function (GetTestGridSessionRequest) {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
|
-
GetTestGridSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1033
|
-
})(GetTestGridSessionRequest || (GetTestGridSessionRequest = {}));
|
|
1034
|
-
export var TestGridSessionStatus;
|
|
1035
|
-
(function (TestGridSessionStatus) {
|
|
1036
|
-
TestGridSessionStatus["ACTIVE"] = "ACTIVE";
|
|
1037
|
-
TestGridSessionStatus["CLOSED"] = "CLOSED";
|
|
1038
|
-
TestGridSessionStatus["ERRORED"] = "ERRORED";
|
|
1039
|
-
})(TestGridSessionStatus || (TestGridSessionStatus = {}));
|
|
1040
|
-
export var TestGridSession;
|
|
1041
|
-
(function (TestGridSession) {
|
|
1042
|
-
/**
|
|
1043
|
-
* @internal
|
|
1044
|
-
*/
|
|
1045
|
-
TestGridSession.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1046
|
-
})(TestGridSession || (TestGridSession = {}));
|
|
1047
|
-
export var GetTestGridSessionResult;
|
|
1048
|
-
(function (GetTestGridSessionResult) {
|
|
1049
|
-
/**
|
|
1050
|
-
* @internal
|
|
1051
|
-
*/
|
|
1052
|
-
GetTestGridSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1053
|
-
})(GetTestGridSessionResult || (GetTestGridSessionResult = {}));
|
|
1054
|
-
export var GetUploadRequest;
|
|
1055
|
-
(function (GetUploadRequest) {
|
|
1056
|
-
/**
|
|
1057
|
-
* @internal
|
|
1058
|
-
*/
|
|
1059
|
-
GetUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1060
|
-
})(GetUploadRequest || (GetUploadRequest = {}));
|
|
1061
|
-
export var GetUploadResult;
|
|
1062
|
-
(function (GetUploadResult) {
|
|
1063
|
-
/**
|
|
1064
|
-
* @internal
|
|
1065
|
-
*/
|
|
1066
|
-
GetUploadResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: Upload.filterSensitiveLog(obj.upload) }))); };
|
|
1067
|
-
})(GetUploadResult || (GetUploadResult = {}));
|
|
1068
|
-
export var GetVPCEConfigurationRequest;
|
|
1069
|
-
(function (GetVPCEConfigurationRequest) {
|
|
1070
|
-
/**
|
|
1071
|
-
* @internal
|
|
1072
|
-
*/
|
|
1073
|
-
GetVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1074
|
-
})(GetVPCEConfigurationRequest || (GetVPCEConfigurationRequest = {}));
|
|
1075
|
-
export var GetVPCEConfigurationResult;
|
|
1076
|
-
(function (GetVPCEConfigurationResult) {
|
|
1077
|
-
/**
|
|
1078
|
-
* @internal
|
|
1079
|
-
*/
|
|
1080
|
-
GetVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1081
|
-
})(GetVPCEConfigurationResult || (GetVPCEConfigurationResult = {}));
|
|
1082
|
-
export var InstallToRemoteAccessSessionRequest;
|
|
1083
|
-
(function (InstallToRemoteAccessSessionRequest) {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
InstallToRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1088
|
-
})(InstallToRemoteAccessSessionRequest || (InstallToRemoteAccessSessionRequest = {}));
|
|
1089
|
-
export var InstallToRemoteAccessSessionResult;
|
|
1090
|
-
(function (InstallToRemoteAccessSessionResult) {
|
|
1091
|
-
/**
|
|
1092
|
-
* @internal
|
|
1093
|
-
*/
|
|
1094
|
-
InstallToRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.appUpload && { appUpload: Upload.filterSensitiveLog(obj.appUpload) }))); };
|
|
1095
|
-
})(InstallToRemoteAccessSessionResult || (InstallToRemoteAccessSessionResult = {}));
|
|
1096
|
-
export var ListArtifactsRequest;
|
|
1097
|
-
(function (ListArtifactsRequest) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
|
-
ListArtifactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1102
|
-
})(ListArtifactsRequest || (ListArtifactsRequest = {}));
|
|
1103
|
-
export var ListArtifactsResult;
|
|
1104
|
-
(function (ListArtifactsResult) {
|
|
1105
|
-
/**
|
|
1106
|
-
* @internal
|
|
1107
|
-
*/
|
|
1108
|
-
ListArtifactsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1109
|
-
})(ListArtifactsResult || (ListArtifactsResult = {}));
|
|
1110
|
-
export var ListDeviceInstancesRequest;
|
|
1111
|
-
(function (ListDeviceInstancesRequest) {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
ListDeviceInstancesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1116
|
-
})(ListDeviceInstancesRequest || (ListDeviceInstancesRequest = {}));
|
|
1117
|
-
export var ListDeviceInstancesResult;
|
|
1118
|
-
(function (ListDeviceInstancesResult) {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
ListDeviceInstancesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1123
|
-
})(ListDeviceInstancesResult || (ListDeviceInstancesResult = {}));
|
|
1124
|
-
export var ListDevicePoolsRequest;
|
|
1125
|
-
(function (ListDevicePoolsRequest) {
|
|
1126
|
-
/**
|
|
1127
|
-
* @internal
|
|
1128
|
-
*/
|
|
1129
|
-
ListDevicePoolsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1130
|
-
})(ListDevicePoolsRequest || (ListDevicePoolsRequest = {}));
|
|
1131
|
-
export var ListDevicePoolsResult;
|
|
1132
|
-
(function (ListDevicePoolsResult) {
|
|
1133
|
-
/**
|
|
1134
|
-
* @internal
|
|
1135
|
-
*/
|
|
1136
|
-
ListDevicePoolsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1137
|
-
})(ListDevicePoolsResult || (ListDevicePoolsResult = {}));
|
|
1138
|
-
export var ListDevicesRequest;
|
|
1139
|
-
(function (ListDevicesRequest) {
|
|
1140
|
-
/**
|
|
1141
|
-
* @internal
|
|
1142
|
-
*/
|
|
1143
|
-
ListDevicesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1144
|
-
})(ListDevicesRequest || (ListDevicesRequest = {}));
|
|
1145
|
-
export var ListDevicesResult;
|
|
1146
|
-
(function (ListDevicesResult) {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
ListDevicesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1151
|
-
})(ListDevicesResult || (ListDevicesResult = {}));
|
|
1152
|
-
export var ListInstanceProfilesRequest;
|
|
1153
|
-
(function (ListInstanceProfilesRequest) {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
ListInstanceProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1158
|
-
})(ListInstanceProfilesRequest || (ListInstanceProfilesRequest = {}));
|
|
1159
|
-
export var ListInstanceProfilesResult;
|
|
1160
|
-
(function (ListInstanceProfilesResult) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
|
-
ListInstanceProfilesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1165
|
-
})(ListInstanceProfilesResult || (ListInstanceProfilesResult = {}));
|
|
1166
|
-
export var ListJobsRequest;
|
|
1167
|
-
(function (ListJobsRequest) {
|
|
1168
|
-
/**
|
|
1169
|
-
* @internal
|
|
1170
|
-
*/
|
|
1171
|
-
ListJobsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1172
|
-
})(ListJobsRequest || (ListJobsRequest = {}));
|
|
1173
|
-
export var ListJobsResult;
|
|
1174
|
-
(function (ListJobsResult) {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
ListJobsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1179
|
-
})(ListJobsResult || (ListJobsResult = {}));
|
|
1180
|
-
export var ListNetworkProfilesRequest;
|
|
1181
|
-
(function (ListNetworkProfilesRequest) {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
ListNetworkProfilesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1186
|
-
})(ListNetworkProfilesRequest || (ListNetworkProfilesRequest = {}));
|
|
1187
|
-
export var ListNetworkProfilesResult;
|
|
1188
|
-
(function (ListNetworkProfilesResult) {
|
|
1189
|
-
/**
|
|
1190
|
-
* @internal
|
|
1191
|
-
*/
|
|
1192
|
-
ListNetworkProfilesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1193
|
-
})(ListNetworkProfilesResult || (ListNetworkProfilesResult = {}));
|
|
1194
|
-
export var ListOfferingPromotionsRequest;
|
|
1195
|
-
(function (ListOfferingPromotionsRequest) {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
ListOfferingPromotionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1200
|
-
})(ListOfferingPromotionsRequest || (ListOfferingPromotionsRequest = {}));
|
|
1201
|
-
export var OfferingPromotion;
|
|
1202
|
-
(function (OfferingPromotion) {
|
|
1203
|
-
/**
|
|
1204
|
-
* @internal
|
|
1205
|
-
*/
|
|
1206
|
-
OfferingPromotion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1207
|
-
})(OfferingPromotion || (OfferingPromotion = {}));
|
|
1208
|
-
export var ListOfferingPromotionsResult;
|
|
1209
|
-
(function (ListOfferingPromotionsResult) {
|
|
1210
|
-
/**
|
|
1211
|
-
* @internal
|
|
1212
|
-
*/
|
|
1213
|
-
ListOfferingPromotionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1214
|
-
})(ListOfferingPromotionsResult || (ListOfferingPromotionsResult = {}));
|
|
1215
|
-
export var ListOfferingsRequest;
|
|
1216
|
-
(function (ListOfferingsRequest) {
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
|
-
ListOfferingsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1221
|
-
})(ListOfferingsRequest || (ListOfferingsRequest = {}));
|
|
1222
|
-
export var ListOfferingsResult;
|
|
1223
|
-
(function (ListOfferingsResult) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
|
-
ListOfferingsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1228
|
-
})(ListOfferingsResult || (ListOfferingsResult = {}));
|
|
1229
|
-
export var ListOfferingTransactionsRequest;
|
|
1230
|
-
(function (ListOfferingTransactionsRequest) {
|
|
1231
|
-
/**
|
|
1232
|
-
* @internal
|
|
1233
|
-
*/
|
|
1234
|
-
ListOfferingTransactionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1235
|
-
})(ListOfferingTransactionsRequest || (ListOfferingTransactionsRequest = {}));
|
|
1236
|
-
export var OfferingTransaction;
|
|
1237
|
-
(function (OfferingTransaction) {
|
|
1238
|
-
/**
|
|
1239
|
-
* @internal
|
|
1240
|
-
*/
|
|
1241
|
-
OfferingTransaction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1242
|
-
})(OfferingTransaction || (OfferingTransaction = {}));
|
|
1243
|
-
export var ListOfferingTransactionsResult;
|
|
1244
|
-
(function (ListOfferingTransactionsResult) {
|
|
1245
|
-
/**
|
|
1246
|
-
* @internal
|
|
1247
|
-
*/
|
|
1248
|
-
ListOfferingTransactionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1249
|
-
})(ListOfferingTransactionsResult || (ListOfferingTransactionsResult = {}));
|
|
1250
|
-
export var ListProjectsRequest;
|
|
1251
|
-
(function (ListProjectsRequest) {
|
|
1252
|
-
/**
|
|
1253
|
-
* @internal
|
|
1254
|
-
*/
|
|
1255
|
-
ListProjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1256
|
-
})(ListProjectsRequest || (ListProjectsRequest = {}));
|
|
1257
|
-
export var ListProjectsResult;
|
|
1258
|
-
(function (ListProjectsResult) {
|
|
1259
|
-
/**
|
|
1260
|
-
* @internal
|
|
1261
|
-
*/
|
|
1262
|
-
ListProjectsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1263
|
-
})(ListProjectsResult || (ListProjectsResult = {}));
|
|
1264
|
-
export var ListRemoteAccessSessionsRequest;
|
|
1265
|
-
(function (ListRemoteAccessSessionsRequest) {
|
|
1266
|
-
/**
|
|
1267
|
-
* @internal
|
|
1268
|
-
*/
|
|
1269
|
-
ListRemoteAccessSessionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1270
|
-
})(ListRemoteAccessSessionsRequest || (ListRemoteAccessSessionsRequest = {}));
|
|
1271
|
-
export var ListRemoteAccessSessionsResult;
|
|
1272
|
-
(function (ListRemoteAccessSessionsResult) {
|
|
1273
|
-
/**
|
|
1274
|
-
* @internal
|
|
1275
|
-
*/
|
|
1276
|
-
ListRemoteAccessSessionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1277
|
-
})(ListRemoteAccessSessionsResult || (ListRemoteAccessSessionsResult = {}));
|
|
1278
|
-
export var ListRunsRequest;
|
|
1279
|
-
(function (ListRunsRequest) {
|
|
1280
|
-
/**
|
|
1281
|
-
* @internal
|
|
1282
|
-
*/
|
|
1283
|
-
ListRunsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1284
|
-
})(ListRunsRequest || (ListRunsRequest = {}));
|
|
1285
|
-
export var ListRunsResult;
|
|
1286
|
-
(function (ListRunsResult) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
|
-
ListRunsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1291
|
-
})(ListRunsResult || (ListRunsResult = {}));
|
|
1292
|
-
export var ListSamplesRequest;
|
|
1293
|
-
(function (ListSamplesRequest) {
|
|
1294
|
-
/**
|
|
1295
|
-
* @internal
|
|
1296
|
-
*/
|
|
1297
|
-
ListSamplesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1298
|
-
})(ListSamplesRequest || (ListSamplesRequest = {}));
|
|
1299
|
-
export var SampleType;
|
|
1300
|
-
(function (SampleType) {
|
|
1301
|
-
SampleType["CPU"] = "CPU";
|
|
1302
|
-
SampleType["MEMORY"] = "MEMORY";
|
|
1303
|
-
SampleType["NATIVE_AVG_DRAWTIME"] = "NATIVE_AVG_DRAWTIME";
|
|
1304
|
-
SampleType["NATIVE_FPS"] = "NATIVE_FPS";
|
|
1305
|
-
SampleType["NATIVE_FRAMES"] = "NATIVE_FRAMES";
|
|
1306
|
-
SampleType["NATIVE_MAX_DRAWTIME"] = "NATIVE_MAX_DRAWTIME";
|
|
1307
|
-
SampleType["NATIVE_MIN_DRAWTIME"] = "NATIVE_MIN_DRAWTIME";
|
|
1308
|
-
SampleType["OPENGL_AVG_DRAWTIME"] = "OPENGL_AVG_DRAWTIME";
|
|
1309
|
-
SampleType["OPENGL_FPS"] = "OPENGL_FPS";
|
|
1310
|
-
SampleType["OPENGL_FRAMES"] = "OPENGL_FRAMES";
|
|
1311
|
-
SampleType["OPENGL_MAX_DRAWTIME"] = "OPENGL_MAX_DRAWTIME";
|
|
1312
|
-
SampleType["OPENGL_MIN_DRAWTIME"] = "OPENGL_MIN_DRAWTIME";
|
|
1313
|
-
SampleType["RX"] = "RX";
|
|
1314
|
-
SampleType["RX_RATE"] = "RX_RATE";
|
|
1315
|
-
SampleType["THREADS"] = "THREADS";
|
|
1316
|
-
SampleType["TX"] = "TX";
|
|
1317
|
-
SampleType["TX_RATE"] = "TX_RATE";
|
|
1318
|
-
})(SampleType || (SampleType = {}));
|
|
1319
|
-
export var Sample;
|
|
1320
|
-
(function (Sample) {
|
|
1321
|
-
/**
|
|
1322
|
-
* @internal
|
|
1323
|
-
*/
|
|
1324
|
-
Sample.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1325
|
-
})(Sample || (Sample = {}));
|
|
1326
|
-
export var ListSamplesResult;
|
|
1327
|
-
(function (ListSamplesResult) {
|
|
1328
|
-
/**
|
|
1329
|
-
* @internal
|
|
1330
|
-
*/
|
|
1331
|
-
ListSamplesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1332
|
-
})(ListSamplesResult || (ListSamplesResult = {}));
|
|
1333
|
-
export var ListSuitesRequest;
|
|
1334
|
-
(function (ListSuitesRequest) {
|
|
1335
|
-
/**
|
|
1336
|
-
* @internal
|
|
1337
|
-
*/
|
|
1338
|
-
ListSuitesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1339
|
-
})(ListSuitesRequest || (ListSuitesRequest = {}));
|
|
1340
|
-
export var ListSuitesResult;
|
|
1341
|
-
(function (ListSuitesResult) {
|
|
1342
|
-
/**
|
|
1343
|
-
* @internal
|
|
1344
|
-
*/
|
|
1345
|
-
ListSuitesResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1346
|
-
})(ListSuitesResult || (ListSuitesResult = {}));
|
|
1347
|
-
export var ListTagsForResourceRequest;
|
|
1348
|
-
(function (ListTagsForResourceRequest) {
|
|
1349
|
-
/**
|
|
1350
|
-
* @internal
|
|
1351
|
-
*/
|
|
1352
|
-
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1353
|
-
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1354
|
-
export var Tag;
|
|
1355
|
-
(function (Tag) {
|
|
1356
|
-
/**
|
|
1357
|
-
* @internal
|
|
1358
|
-
*/
|
|
1359
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1360
|
-
})(Tag || (Tag = {}));
|
|
1361
|
-
export var ListTagsForResourceResponse;
|
|
1362
|
-
(function (ListTagsForResourceResponse) {
|
|
1363
|
-
/**
|
|
1364
|
-
* @internal
|
|
1365
|
-
*/
|
|
1366
|
-
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1367
|
-
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1368
|
-
export var ListTestGridProjectsRequest;
|
|
1369
|
-
(function (ListTestGridProjectsRequest) {
|
|
1370
|
-
/**
|
|
1371
|
-
* @internal
|
|
1372
|
-
*/
|
|
1373
|
-
ListTestGridProjectsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1374
|
-
})(ListTestGridProjectsRequest || (ListTestGridProjectsRequest = {}));
|
|
1375
|
-
export var ListTestGridProjectsResult;
|
|
1376
|
-
(function (ListTestGridProjectsResult) {
|
|
1377
|
-
/**
|
|
1378
|
-
* @internal
|
|
1379
|
-
*/
|
|
1380
|
-
ListTestGridProjectsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1381
|
-
})(ListTestGridProjectsResult || (ListTestGridProjectsResult = {}));
|
|
1382
|
-
export var ListTestGridSessionActionsRequest;
|
|
1383
|
-
(function (ListTestGridSessionActionsRequest) {
|
|
1384
|
-
/**
|
|
1385
|
-
* @internal
|
|
1386
|
-
*/
|
|
1387
|
-
ListTestGridSessionActionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1388
|
-
})(ListTestGridSessionActionsRequest || (ListTestGridSessionActionsRequest = {}));
|
|
1389
|
-
export var TestGridSessionAction;
|
|
1390
|
-
(function (TestGridSessionAction) {
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
TestGridSessionAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1395
|
-
})(TestGridSessionAction || (TestGridSessionAction = {}));
|
|
1396
|
-
export var ListTestGridSessionActionsResult;
|
|
1397
|
-
(function (ListTestGridSessionActionsResult) {
|
|
1398
|
-
/**
|
|
1399
|
-
* @internal
|
|
1400
|
-
*/
|
|
1401
|
-
ListTestGridSessionActionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1402
|
-
})(ListTestGridSessionActionsResult || (ListTestGridSessionActionsResult = {}));
|
|
1403
|
-
export var TestGridSessionArtifactCategory;
|
|
1404
|
-
(function (TestGridSessionArtifactCategory) {
|
|
1405
|
-
TestGridSessionArtifactCategory["LOG"] = "LOG";
|
|
1406
|
-
TestGridSessionArtifactCategory["VIDEO"] = "VIDEO";
|
|
1407
|
-
})(TestGridSessionArtifactCategory || (TestGridSessionArtifactCategory = {}));
|
|
1408
|
-
export var ListTestGridSessionArtifactsRequest;
|
|
1409
|
-
(function (ListTestGridSessionArtifactsRequest) {
|
|
1410
|
-
/**
|
|
1411
|
-
* @internal
|
|
1412
|
-
*/
|
|
1413
|
-
ListTestGridSessionArtifactsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1414
|
-
})(ListTestGridSessionArtifactsRequest || (ListTestGridSessionArtifactsRequest = {}));
|
|
1415
|
-
export var TestGridSessionArtifactType;
|
|
1416
|
-
(function (TestGridSessionArtifactType) {
|
|
1417
|
-
TestGridSessionArtifactType["SELENIUM_LOG"] = "SELENIUM_LOG";
|
|
1418
|
-
TestGridSessionArtifactType["UNKNOWN"] = "UNKNOWN";
|
|
1419
|
-
TestGridSessionArtifactType["VIDEO"] = "VIDEO";
|
|
1420
|
-
})(TestGridSessionArtifactType || (TestGridSessionArtifactType = {}));
|
|
1421
|
-
export var TestGridSessionArtifact;
|
|
1422
|
-
(function (TestGridSessionArtifact) {
|
|
1423
|
-
/**
|
|
1424
|
-
* @internal
|
|
1425
|
-
*/
|
|
1426
|
-
TestGridSessionArtifact.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.url && { url: SENSITIVE_STRING }))); };
|
|
1427
|
-
})(TestGridSessionArtifact || (TestGridSessionArtifact = {}));
|
|
1428
|
-
export var ListTestGridSessionArtifactsResult;
|
|
1429
|
-
(function (ListTestGridSessionArtifactsResult) {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
ListTestGridSessionArtifactsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.artifacts && { artifacts: obj.artifacts.map(function (item) { return TestGridSessionArtifact.filterSensitiveLog(item); }) }))); };
|
|
1434
|
-
})(ListTestGridSessionArtifactsResult || (ListTestGridSessionArtifactsResult = {}));
|
|
1435
|
-
export var ListTestGridSessionsRequest;
|
|
1436
|
-
(function (ListTestGridSessionsRequest) {
|
|
1437
|
-
/**
|
|
1438
|
-
* @internal
|
|
1439
|
-
*/
|
|
1440
|
-
ListTestGridSessionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1441
|
-
})(ListTestGridSessionsRequest || (ListTestGridSessionsRequest = {}));
|
|
1442
|
-
export var ListTestGridSessionsResult;
|
|
1443
|
-
(function (ListTestGridSessionsResult) {
|
|
1444
|
-
/**
|
|
1445
|
-
* @internal
|
|
1446
|
-
*/
|
|
1447
|
-
ListTestGridSessionsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1448
|
-
})(ListTestGridSessionsResult || (ListTestGridSessionsResult = {}));
|
|
1449
|
-
export var ListTestsRequest;
|
|
1450
|
-
(function (ListTestsRequest) {
|
|
1451
|
-
/**
|
|
1452
|
-
* @internal
|
|
1453
|
-
*/
|
|
1454
|
-
ListTestsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1455
|
-
})(ListTestsRequest || (ListTestsRequest = {}));
|
|
1456
|
-
export var ListTestsResult;
|
|
1457
|
-
(function (ListTestsResult) {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
ListTestsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1462
|
-
})(ListTestsResult || (ListTestsResult = {}));
|
|
1463
|
-
export var ListUniqueProblemsRequest;
|
|
1464
|
-
(function (ListUniqueProblemsRequest) {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
ListUniqueProblemsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1469
|
-
})(ListUniqueProblemsRequest || (ListUniqueProblemsRequest = {}));
|
|
1470
|
-
export var ProblemDetail;
|
|
1471
|
-
(function (ProblemDetail) {
|
|
1472
|
-
/**
|
|
1473
|
-
* @internal
|
|
1474
|
-
*/
|
|
1475
|
-
ProblemDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1476
|
-
})(ProblemDetail || (ProblemDetail = {}));
|
|
1477
|
-
export var Problem;
|
|
1478
|
-
(function (Problem) {
|
|
1479
|
-
/**
|
|
1480
|
-
* @internal
|
|
1481
|
-
*/
|
|
1482
|
-
Problem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1483
|
-
})(Problem || (Problem = {}));
|
|
1484
|
-
export var UniqueProblem;
|
|
1485
|
-
(function (UniqueProblem) {
|
|
1486
|
-
/**
|
|
1487
|
-
* @internal
|
|
1488
|
-
*/
|
|
1489
|
-
UniqueProblem.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1490
|
-
})(UniqueProblem || (UniqueProblem = {}));
|
|
1491
|
-
export var ListUniqueProblemsResult;
|
|
1492
|
-
(function (ListUniqueProblemsResult) {
|
|
1493
|
-
/**
|
|
1494
|
-
* @internal
|
|
1495
|
-
*/
|
|
1496
|
-
ListUniqueProblemsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1497
|
-
})(ListUniqueProblemsResult || (ListUniqueProblemsResult = {}));
|
|
1498
|
-
export var ListUploadsRequest;
|
|
1499
|
-
(function (ListUploadsRequest) {
|
|
1500
|
-
/**
|
|
1501
|
-
* @internal
|
|
1502
|
-
*/
|
|
1503
|
-
ListUploadsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1504
|
-
})(ListUploadsRequest || (ListUploadsRequest = {}));
|
|
1505
|
-
export var ListUploadsResult;
|
|
1506
|
-
(function (ListUploadsResult) {
|
|
1507
|
-
/**
|
|
1508
|
-
* @internal
|
|
1509
|
-
*/
|
|
1510
|
-
ListUploadsResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.uploads && { uploads: obj.uploads.map(function (item) { return Upload.filterSensitiveLog(item); }) }))); };
|
|
1511
|
-
})(ListUploadsResult || (ListUploadsResult = {}));
|
|
1512
|
-
export var ListVPCEConfigurationsRequest;
|
|
1513
|
-
(function (ListVPCEConfigurationsRequest) {
|
|
1514
|
-
/**
|
|
1515
|
-
* @internal
|
|
1516
|
-
*/
|
|
1517
|
-
ListVPCEConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1518
|
-
})(ListVPCEConfigurationsRequest || (ListVPCEConfigurationsRequest = {}));
|
|
1519
|
-
export var ListVPCEConfigurationsResult;
|
|
1520
|
-
(function (ListVPCEConfigurationsResult) {
|
|
1521
|
-
/**
|
|
1522
|
-
* @internal
|
|
1523
|
-
*/
|
|
1524
|
-
ListVPCEConfigurationsResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1525
|
-
})(ListVPCEConfigurationsResult || (ListVPCEConfigurationsResult = {}));
|
|
1526
|
-
export var PurchaseOfferingRequest;
|
|
1527
|
-
(function (PurchaseOfferingRequest) {
|
|
1528
|
-
/**
|
|
1529
|
-
* @internal
|
|
1530
|
-
*/
|
|
1531
|
-
PurchaseOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1532
|
-
})(PurchaseOfferingRequest || (PurchaseOfferingRequest = {}));
|
|
1533
|
-
export var PurchaseOfferingResult;
|
|
1534
|
-
(function (PurchaseOfferingResult) {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
PurchaseOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1539
|
-
})(PurchaseOfferingResult || (PurchaseOfferingResult = {}));
|
|
1540
|
-
export var RenewOfferingRequest;
|
|
1541
|
-
(function (RenewOfferingRequest) {
|
|
1542
|
-
/**
|
|
1543
|
-
* @internal
|
|
1544
|
-
*/
|
|
1545
|
-
RenewOfferingRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1546
|
-
})(RenewOfferingRequest || (RenewOfferingRequest = {}));
|
|
1547
|
-
export var RenewOfferingResult;
|
|
1548
|
-
(function (RenewOfferingResult) {
|
|
1549
|
-
/**
|
|
1550
|
-
* @internal
|
|
1551
|
-
*/
|
|
1552
|
-
RenewOfferingResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1553
|
-
})(RenewOfferingResult || (RenewOfferingResult = {}));
|
|
1554
|
-
export var IdempotencyException;
|
|
1555
|
-
(function (IdempotencyException) {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
IdempotencyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1560
|
-
})(IdempotencyException || (IdempotencyException = {}));
|
|
1561
|
-
export var DeviceSelectionConfiguration;
|
|
1562
|
-
(function (DeviceSelectionConfiguration) {
|
|
1563
|
-
/**
|
|
1564
|
-
* @internal
|
|
1565
|
-
*/
|
|
1566
|
-
DeviceSelectionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1567
|
-
})(DeviceSelectionConfiguration || (DeviceSelectionConfiguration = {}));
|
|
1568
|
-
export var ExecutionConfiguration;
|
|
1569
|
-
(function (ExecutionConfiguration) {
|
|
1570
|
-
/**
|
|
1571
|
-
* @internal
|
|
1572
|
-
*/
|
|
1573
|
-
ExecutionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1574
|
-
})(ExecutionConfiguration || (ExecutionConfiguration = {}));
|
|
1575
|
-
export var ScheduleRunRequest;
|
|
1576
|
-
(function (ScheduleRunRequest) {
|
|
1577
|
-
/**
|
|
1578
|
-
* @internal
|
|
1579
|
-
*/
|
|
1580
|
-
ScheduleRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1581
|
-
})(ScheduleRunRequest || (ScheduleRunRequest = {}));
|
|
1582
|
-
export var ScheduleRunResult;
|
|
1583
|
-
(function (ScheduleRunResult) {
|
|
1584
|
-
/**
|
|
1585
|
-
* @internal
|
|
1586
|
-
*/
|
|
1587
|
-
ScheduleRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1588
|
-
})(ScheduleRunResult || (ScheduleRunResult = {}));
|
|
1589
|
-
export var StopJobRequest;
|
|
1590
|
-
(function (StopJobRequest) {
|
|
1591
|
-
/**
|
|
1592
|
-
* @internal
|
|
1593
|
-
*/
|
|
1594
|
-
StopJobRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1595
|
-
})(StopJobRequest || (StopJobRequest = {}));
|
|
1596
|
-
export var StopJobResult;
|
|
1597
|
-
(function (StopJobResult) {
|
|
1598
|
-
/**
|
|
1599
|
-
* @internal
|
|
1600
|
-
*/
|
|
1601
|
-
StopJobResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1602
|
-
})(StopJobResult || (StopJobResult = {}));
|
|
1603
|
-
export var StopRemoteAccessSessionRequest;
|
|
1604
|
-
(function (StopRemoteAccessSessionRequest) {
|
|
1605
|
-
/**
|
|
1606
|
-
* @internal
|
|
1607
|
-
*/
|
|
1608
|
-
StopRemoteAccessSessionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1609
|
-
})(StopRemoteAccessSessionRequest || (StopRemoteAccessSessionRequest = {}));
|
|
1610
|
-
export var StopRemoteAccessSessionResult;
|
|
1611
|
-
(function (StopRemoteAccessSessionResult) {
|
|
1612
|
-
/**
|
|
1613
|
-
* @internal
|
|
1614
|
-
*/
|
|
1615
|
-
StopRemoteAccessSessionResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1616
|
-
})(StopRemoteAccessSessionResult || (StopRemoteAccessSessionResult = {}));
|
|
1617
|
-
export var StopRunRequest;
|
|
1618
|
-
(function (StopRunRequest) {
|
|
1619
|
-
/**
|
|
1620
|
-
* @internal
|
|
1621
|
-
*/
|
|
1622
|
-
StopRunRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1623
|
-
})(StopRunRequest || (StopRunRequest = {}));
|
|
1624
|
-
export var StopRunResult;
|
|
1625
|
-
(function (StopRunResult) {
|
|
1626
|
-
/**
|
|
1627
|
-
* @internal
|
|
1628
|
-
*/
|
|
1629
|
-
StopRunResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1630
|
-
})(StopRunResult || (StopRunResult = {}));
|
|
1631
|
-
export var TagPolicyException;
|
|
1632
|
-
(function (TagPolicyException) {
|
|
1633
|
-
/**
|
|
1634
|
-
* @internal
|
|
1635
|
-
*/
|
|
1636
|
-
TagPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1637
|
-
})(TagPolicyException || (TagPolicyException = {}));
|
|
1638
|
-
export var TagResourceRequest;
|
|
1639
|
-
(function (TagResourceRequest) {
|
|
1640
|
-
/**
|
|
1641
|
-
* @internal
|
|
1642
|
-
*/
|
|
1643
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1644
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1645
|
-
export var TagResourceResponse;
|
|
1646
|
-
(function (TagResourceResponse) {
|
|
1647
|
-
/**
|
|
1648
|
-
* @internal
|
|
1649
|
-
*/
|
|
1650
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1651
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1652
|
-
export var TooManyTagsException;
|
|
1653
|
-
(function (TooManyTagsException) {
|
|
1654
|
-
/**
|
|
1655
|
-
* @internal
|
|
1656
|
-
*/
|
|
1657
|
-
TooManyTagsException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1658
|
-
})(TooManyTagsException || (TooManyTagsException = {}));
|
|
1659
|
-
export var UntagResourceRequest;
|
|
1660
|
-
(function (UntagResourceRequest) {
|
|
1661
|
-
/**
|
|
1662
|
-
* @internal
|
|
1663
|
-
*/
|
|
1664
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1665
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1666
|
-
export var UntagResourceResponse;
|
|
1667
|
-
(function (UntagResourceResponse) {
|
|
1668
|
-
/**
|
|
1669
|
-
* @internal
|
|
1670
|
-
*/
|
|
1671
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1672
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1673
|
-
export var UpdateDeviceInstanceRequest;
|
|
1674
|
-
(function (UpdateDeviceInstanceRequest) {
|
|
1675
|
-
/**
|
|
1676
|
-
* @internal
|
|
1677
|
-
*/
|
|
1678
|
-
UpdateDeviceInstanceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1679
|
-
})(UpdateDeviceInstanceRequest || (UpdateDeviceInstanceRequest = {}));
|
|
1680
|
-
export var UpdateDeviceInstanceResult;
|
|
1681
|
-
(function (UpdateDeviceInstanceResult) {
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
|
-
UpdateDeviceInstanceResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1686
|
-
})(UpdateDeviceInstanceResult || (UpdateDeviceInstanceResult = {}));
|
|
1687
|
-
export var UpdateDevicePoolRequest;
|
|
1688
|
-
(function (UpdateDevicePoolRequest) {
|
|
1689
|
-
/**
|
|
1690
|
-
* @internal
|
|
1691
|
-
*/
|
|
1692
|
-
UpdateDevicePoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1693
|
-
})(UpdateDevicePoolRequest || (UpdateDevicePoolRequest = {}));
|
|
1694
|
-
export var UpdateDevicePoolResult;
|
|
1695
|
-
(function (UpdateDevicePoolResult) {
|
|
1696
|
-
/**
|
|
1697
|
-
* @internal
|
|
1698
|
-
*/
|
|
1699
|
-
UpdateDevicePoolResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1700
|
-
})(UpdateDevicePoolResult || (UpdateDevicePoolResult = {}));
|
|
1701
|
-
export var UpdateInstanceProfileRequest;
|
|
1702
|
-
(function (UpdateInstanceProfileRequest) {
|
|
1703
|
-
/**
|
|
1704
|
-
* @internal
|
|
1705
|
-
*/
|
|
1706
|
-
UpdateInstanceProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1707
|
-
})(UpdateInstanceProfileRequest || (UpdateInstanceProfileRequest = {}));
|
|
1708
|
-
export var UpdateInstanceProfileResult;
|
|
1709
|
-
(function (UpdateInstanceProfileResult) {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
UpdateInstanceProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1714
|
-
})(UpdateInstanceProfileResult || (UpdateInstanceProfileResult = {}));
|
|
1715
|
-
export var UpdateNetworkProfileRequest;
|
|
1716
|
-
(function (UpdateNetworkProfileRequest) {
|
|
1717
|
-
/**
|
|
1718
|
-
* @internal
|
|
1719
|
-
*/
|
|
1720
|
-
UpdateNetworkProfileRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1721
|
-
})(UpdateNetworkProfileRequest || (UpdateNetworkProfileRequest = {}));
|
|
1722
|
-
export var UpdateNetworkProfileResult;
|
|
1723
|
-
(function (UpdateNetworkProfileResult) {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
UpdateNetworkProfileResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1728
|
-
})(UpdateNetworkProfileResult || (UpdateNetworkProfileResult = {}));
|
|
1729
|
-
export var UpdateProjectRequest;
|
|
1730
|
-
(function (UpdateProjectRequest) {
|
|
1731
|
-
/**
|
|
1732
|
-
* @internal
|
|
1733
|
-
*/
|
|
1734
|
-
UpdateProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1735
|
-
})(UpdateProjectRequest || (UpdateProjectRequest = {}));
|
|
1736
|
-
export var UpdateProjectResult;
|
|
1737
|
-
(function (UpdateProjectResult) {
|
|
1738
|
-
/**
|
|
1739
|
-
* @internal
|
|
1740
|
-
*/
|
|
1741
|
-
UpdateProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1742
|
-
})(UpdateProjectResult || (UpdateProjectResult = {}));
|
|
1743
|
-
export var UpdateTestGridProjectRequest;
|
|
1744
|
-
(function (UpdateTestGridProjectRequest) {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
UpdateTestGridProjectRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1749
|
-
})(UpdateTestGridProjectRequest || (UpdateTestGridProjectRequest = {}));
|
|
1750
|
-
export var UpdateTestGridProjectResult;
|
|
1751
|
-
(function (UpdateTestGridProjectResult) {
|
|
1752
|
-
/**
|
|
1753
|
-
* @internal
|
|
1754
|
-
*/
|
|
1755
|
-
UpdateTestGridProjectResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1756
|
-
})(UpdateTestGridProjectResult || (UpdateTestGridProjectResult = {}));
|
|
1757
|
-
export var UpdateUploadRequest;
|
|
1758
|
-
(function (UpdateUploadRequest) {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
UpdateUploadRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1763
|
-
})(UpdateUploadRequest || (UpdateUploadRequest = {}));
|
|
1764
|
-
export var UpdateUploadResult;
|
|
1765
|
-
(function (UpdateUploadResult) {
|
|
1766
|
-
/**
|
|
1767
|
-
* @internal
|
|
1768
|
-
*/
|
|
1769
|
-
UpdateUploadResult.filterSensitiveLog = function (obj) { return (__assign(__assign({}, obj), (obj.upload && { upload: Upload.filterSensitiveLog(obj.upload) }))); };
|
|
1770
|
-
})(UpdateUploadResult || (UpdateUploadResult = {}));
|
|
1771
|
-
export var UpdateVPCEConfigurationRequest;
|
|
1772
|
-
(function (UpdateVPCEConfigurationRequest) {
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
|
-
UpdateVPCEConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1777
|
-
})(UpdateVPCEConfigurationRequest || (UpdateVPCEConfigurationRequest = {}));
|
|
1778
|
-
export var UpdateVPCEConfigurationResult;
|
|
1779
|
-
(function (UpdateVPCEConfigurationResult) {
|
|
1780
|
-
/**
|
|
1781
|
-
* @internal
|
|
1782
|
-
*/
|
|
1783
|
-
UpdateVPCEConfigurationResult.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1784
|
-
})(UpdateVPCEConfigurationResult || (UpdateVPCEConfigurationResult = {}));
|
|
1785
|
-
//# sourceMappingURL=models_0.js.map
|