@aws-sdk/client-device-farm 3.1087.0 → 3.1089.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/DeviceFarm.d.ts +269 -367
- package/dist-types/ts3.4/DeviceFarmClient.d.ts +24 -90
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRunCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetTestCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/StopRunCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +13 -26
- package/dist-types/ts3.4/models/errors.d.ts +9 -27
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38