@aws-sdk/client-device-farm 3.169.0 → 3.171.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.
Files changed (112) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +1313 -390
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +566 -150
  4. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +30 -17
  34. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +30 -17
  69. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +30 -17
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +7 -6
  85. package/dist-types/ts3.4/models/index.d.ts +1 -1
  86. package/dist-types/ts3.4/models/models_0.d.ts +1879 -2465
  87. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  89. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/index.d.ts +19 -19
  107. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  112. package/package.json +34 -34
@@ -1,150 +1,566 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
10
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
11
- import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
12
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
13
- import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
14
- import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
15
- import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
16
- import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
17
- import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
18
- import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
19
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
20
- import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
21
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
22
- import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
23
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
24
- import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
25
- import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
26
- import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
27
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
28
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
29
- import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
30
- import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
31
- import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
32
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
33
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
34
- import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
35
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
36
- import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
37
- import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
38
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
39
- import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
40
- import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
41
- import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
42
- import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
43
- import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
44
- import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
45
- import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
46
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
47
- import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
48
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
49
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
50
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
51
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
52
- import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
53
- import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
54
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
55
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
56
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
57
- import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
58
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
59
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
60
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
61
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
62
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
63
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
64
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
65
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
66
- import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
67
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
68
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
69
- import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
70
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
71
- import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
72
- import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
73
- import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
74
- import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
75
- import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
76
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
77
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
78
- import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
79
- import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
80
- import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
81
- import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
82
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
83
- import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
84
- import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
85
- import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
86
- export declare type ServiceInputTypes = CreateDevicePoolCommandInput | CreateInstanceProfileCommandInput | CreateNetworkProfileCommandInput | CreateProjectCommandInput | CreateRemoteAccessSessionCommandInput | CreateTestGridProjectCommandInput | CreateTestGridUrlCommandInput | CreateUploadCommandInput | CreateVPCEConfigurationCommandInput | DeleteDevicePoolCommandInput | DeleteInstanceProfileCommandInput | DeleteNetworkProfileCommandInput | DeleteProjectCommandInput | DeleteRemoteAccessSessionCommandInput | DeleteRunCommandInput | DeleteTestGridProjectCommandInput | DeleteUploadCommandInput | DeleteVPCEConfigurationCommandInput | GetAccountSettingsCommandInput | GetDeviceCommandInput | GetDeviceInstanceCommandInput | GetDevicePoolCommandInput | GetDevicePoolCompatibilityCommandInput | GetInstanceProfileCommandInput | GetJobCommandInput | GetNetworkProfileCommandInput | GetOfferingStatusCommandInput | GetProjectCommandInput | GetRemoteAccessSessionCommandInput | GetRunCommandInput | GetSuiteCommandInput | GetTestCommandInput | GetTestGridProjectCommandInput | GetTestGridSessionCommandInput | GetUploadCommandInput | GetVPCEConfigurationCommandInput | InstallToRemoteAccessSessionCommandInput | ListArtifactsCommandInput | ListDeviceInstancesCommandInput | ListDevicePoolsCommandInput | ListDevicesCommandInput | ListInstanceProfilesCommandInput | ListJobsCommandInput | ListNetworkProfilesCommandInput | ListOfferingPromotionsCommandInput | ListOfferingTransactionsCommandInput | ListOfferingsCommandInput | ListProjectsCommandInput | ListRemoteAccessSessionsCommandInput | ListRunsCommandInput | ListSamplesCommandInput | ListSuitesCommandInput | ListTagsForResourceCommandInput | ListTestGridProjectsCommandInput | ListTestGridSessionActionsCommandInput | ListTestGridSessionArtifactsCommandInput | ListTestGridSessionsCommandInput | ListTestsCommandInput | ListUniqueProblemsCommandInput | ListUploadsCommandInput | ListVPCEConfigurationsCommandInput | PurchaseOfferingCommandInput | RenewOfferingCommandInput | ScheduleRunCommandInput | StopJobCommandInput | StopRemoteAccessSessionCommandInput | StopRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeviceInstanceCommandInput | UpdateDevicePoolCommandInput | UpdateInstanceProfileCommandInput | UpdateNetworkProfileCommandInput | UpdateProjectCommandInput | UpdateTestGridProjectCommandInput | UpdateUploadCommandInput | UpdateVPCEConfigurationCommandInput;
87
- export declare type ServiceOutputTypes = CreateDevicePoolCommandOutput | CreateInstanceProfileCommandOutput | CreateNetworkProfileCommandOutput | CreateProjectCommandOutput | CreateRemoteAccessSessionCommandOutput | CreateTestGridProjectCommandOutput | CreateTestGridUrlCommandOutput | CreateUploadCommandOutput | CreateVPCEConfigurationCommandOutput | DeleteDevicePoolCommandOutput | DeleteInstanceProfileCommandOutput | DeleteNetworkProfileCommandOutput | DeleteProjectCommandOutput | DeleteRemoteAccessSessionCommandOutput | DeleteRunCommandOutput | DeleteTestGridProjectCommandOutput | DeleteUploadCommandOutput | DeleteVPCEConfigurationCommandOutput | GetAccountSettingsCommandOutput | GetDeviceCommandOutput | GetDeviceInstanceCommandOutput | GetDevicePoolCommandOutput | GetDevicePoolCompatibilityCommandOutput | GetInstanceProfileCommandOutput | GetJobCommandOutput | GetNetworkProfileCommandOutput | GetOfferingStatusCommandOutput | GetProjectCommandOutput | GetRemoteAccessSessionCommandOutput | GetRunCommandOutput | GetSuiteCommandOutput | GetTestCommandOutput | GetTestGridProjectCommandOutput | GetTestGridSessionCommandOutput | GetUploadCommandOutput | GetVPCEConfigurationCommandOutput | InstallToRemoteAccessSessionCommandOutput | ListArtifactsCommandOutput | ListDeviceInstancesCommandOutput | ListDevicePoolsCommandOutput | ListDevicesCommandOutput | ListInstanceProfilesCommandOutput | ListJobsCommandOutput | ListNetworkProfilesCommandOutput | ListOfferingPromotionsCommandOutput | ListOfferingTransactionsCommandOutput | ListOfferingsCommandOutput | ListProjectsCommandOutput | ListRemoteAccessSessionsCommandOutput | ListRunsCommandOutput | ListSamplesCommandOutput | ListSuitesCommandOutput | ListTagsForResourceCommandOutput | ListTestGridProjectsCommandOutput | ListTestGridSessionActionsCommandOutput | ListTestGridSessionArtifactsCommandOutput | ListTestGridSessionsCommandOutput | ListTestsCommandOutput | ListUniqueProblemsCommandOutput | ListUploadsCommandOutput | ListVPCEConfigurationsCommandOutput | PurchaseOfferingCommandOutput | RenewOfferingCommandOutput | ScheduleRunCommandOutput | StopJobCommandOutput | StopRemoteAccessSessionCommandOutput | StopRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeviceInstanceCommandOutput | UpdateDevicePoolCommandOutput | UpdateInstanceProfileCommandOutput | UpdateNetworkProfileCommandOutput | UpdateProjectCommandOutput | UpdateTestGridProjectCommandOutput | UpdateUploadCommandOutput | UpdateVPCEConfigurationCommandOutput;
88
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
89
-
90
- requestHandler?: __HttpHandler;
91
-
92
- sha256?: __HashConstructor;
93
-
94
- urlParser?: __UrlParser;
95
-
96
- bodyLengthChecker?: __BodyLengthCalculator;
97
-
98
- streamCollector?: __StreamCollector;
99
-
100
- base64Decoder?: __Decoder;
101
-
102
- base64Encoder?: __Encoder;
103
-
104
- utf8Decoder?: __Decoder;
105
-
106
- utf8Encoder?: __Encoder;
107
-
108
- runtime?: string;
109
-
110
- disableHostPrefix?: boolean;
111
-
112
- maxAttempts?: number | __Provider<number>;
113
-
114
- retryMode?: string | __Provider<string>;
115
-
116
- logger?: __Logger;
117
-
118
- useDualstackEndpoint?: boolean | __Provider<boolean>;
119
-
120
- useFipsEndpoint?: boolean | __Provider<boolean>;
121
-
122
- serviceId?: string;
123
-
124
- region?: string | __Provider<string>;
125
-
126
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
127
-
128
- regionInfoProvider?: RegionInfoProvider;
129
-
130
- defaultUserAgentProvider?: Provider<__UserAgent>;
131
-
132
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
133
- }
134
- declare type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
135
-
136
- export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {
137
- }
138
- declare type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
139
-
140
- export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {
141
- }
142
-
143
- export declare class DeviceFarmClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, DeviceFarmClientResolvedConfig> {
144
-
145
- readonly config: DeviceFarmClientResolvedConfig;
146
- constructor(configuration: DeviceFarmClientConfig);
147
-
148
- destroy(): void;
149
- }
150
- export {};
1
+ import {
2
+ EndpointsInputConfig,
3
+ EndpointsResolvedConfig,
4
+ RegionInputConfig,
5
+ RegionResolvedConfig,
6
+ } from "@aws-sdk/config-resolver";
7
+ import {
8
+ HostHeaderInputConfig,
9
+ HostHeaderResolvedConfig,
10
+ } from "@aws-sdk/middleware-host-header";
11
+ import {
12
+ RetryInputConfig,
13
+ RetryResolvedConfig,
14
+ } from "@aws-sdk/middleware-retry";
15
+ import {
16
+ AwsAuthInputConfig,
17
+ AwsAuthResolvedConfig,
18
+ } from "@aws-sdk/middleware-signing";
19
+ import {
20
+ UserAgentInputConfig,
21
+ UserAgentResolvedConfig,
22
+ } from "@aws-sdk/middleware-user-agent";
23
+ import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
24
+ import {
25
+ Client as __Client,
26
+ DefaultsMode,
27
+ SmithyConfiguration as __SmithyConfiguration,
28
+ SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
29
+ } from "@aws-sdk/smithy-client";
30
+ import {
31
+ BodyLengthCalculator as __BodyLengthCalculator,
32
+ Credentials as __Credentials,
33
+ Decoder as __Decoder,
34
+ Encoder as __Encoder,
35
+ HashConstructor as __HashConstructor,
36
+ HttpHandlerOptions as __HttpHandlerOptions,
37
+ Logger as __Logger,
38
+ Provider as __Provider,
39
+ Provider,
40
+ RegionInfoProvider,
41
+ StreamCollector as __StreamCollector,
42
+ UrlParser as __UrlParser,
43
+ UserAgent as __UserAgent,
44
+ } from "@aws-sdk/types";
45
+ import {
46
+ CreateDevicePoolCommandInput,
47
+ CreateDevicePoolCommandOutput,
48
+ } from "./commands/CreateDevicePoolCommand";
49
+ import {
50
+ CreateInstanceProfileCommandInput,
51
+ CreateInstanceProfileCommandOutput,
52
+ } from "./commands/CreateInstanceProfileCommand";
53
+ import {
54
+ CreateNetworkProfileCommandInput,
55
+ CreateNetworkProfileCommandOutput,
56
+ } from "./commands/CreateNetworkProfileCommand";
57
+ import {
58
+ CreateProjectCommandInput,
59
+ CreateProjectCommandOutput,
60
+ } from "./commands/CreateProjectCommand";
61
+ import {
62
+ CreateRemoteAccessSessionCommandInput,
63
+ CreateRemoteAccessSessionCommandOutput,
64
+ } from "./commands/CreateRemoteAccessSessionCommand";
65
+ import {
66
+ CreateTestGridProjectCommandInput,
67
+ CreateTestGridProjectCommandOutput,
68
+ } from "./commands/CreateTestGridProjectCommand";
69
+ import {
70
+ CreateTestGridUrlCommandInput,
71
+ CreateTestGridUrlCommandOutput,
72
+ } from "./commands/CreateTestGridUrlCommand";
73
+ import {
74
+ CreateUploadCommandInput,
75
+ CreateUploadCommandOutput,
76
+ } from "./commands/CreateUploadCommand";
77
+ import {
78
+ CreateVPCEConfigurationCommandInput,
79
+ CreateVPCEConfigurationCommandOutput,
80
+ } from "./commands/CreateVPCEConfigurationCommand";
81
+ import {
82
+ DeleteDevicePoolCommandInput,
83
+ DeleteDevicePoolCommandOutput,
84
+ } from "./commands/DeleteDevicePoolCommand";
85
+ import {
86
+ DeleteInstanceProfileCommandInput,
87
+ DeleteInstanceProfileCommandOutput,
88
+ } from "./commands/DeleteInstanceProfileCommand";
89
+ import {
90
+ DeleteNetworkProfileCommandInput,
91
+ DeleteNetworkProfileCommandOutput,
92
+ } from "./commands/DeleteNetworkProfileCommand";
93
+ import {
94
+ DeleteProjectCommandInput,
95
+ DeleteProjectCommandOutput,
96
+ } from "./commands/DeleteProjectCommand";
97
+ import {
98
+ DeleteRemoteAccessSessionCommandInput,
99
+ DeleteRemoteAccessSessionCommandOutput,
100
+ } from "./commands/DeleteRemoteAccessSessionCommand";
101
+ import {
102
+ DeleteRunCommandInput,
103
+ DeleteRunCommandOutput,
104
+ } from "./commands/DeleteRunCommand";
105
+ import {
106
+ DeleteTestGridProjectCommandInput,
107
+ DeleteTestGridProjectCommandOutput,
108
+ } from "./commands/DeleteTestGridProjectCommand";
109
+ import {
110
+ DeleteUploadCommandInput,
111
+ DeleteUploadCommandOutput,
112
+ } from "./commands/DeleteUploadCommand";
113
+ import {
114
+ DeleteVPCEConfigurationCommandInput,
115
+ DeleteVPCEConfigurationCommandOutput,
116
+ } from "./commands/DeleteVPCEConfigurationCommand";
117
+ import {
118
+ GetAccountSettingsCommandInput,
119
+ GetAccountSettingsCommandOutput,
120
+ } from "./commands/GetAccountSettingsCommand";
121
+ import {
122
+ GetDeviceCommandInput,
123
+ GetDeviceCommandOutput,
124
+ } from "./commands/GetDeviceCommand";
125
+ import {
126
+ GetDeviceInstanceCommandInput,
127
+ GetDeviceInstanceCommandOutput,
128
+ } from "./commands/GetDeviceInstanceCommand";
129
+ import {
130
+ GetDevicePoolCommandInput,
131
+ GetDevicePoolCommandOutput,
132
+ } from "./commands/GetDevicePoolCommand";
133
+ import {
134
+ GetDevicePoolCompatibilityCommandInput,
135
+ GetDevicePoolCompatibilityCommandOutput,
136
+ } from "./commands/GetDevicePoolCompatibilityCommand";
137
+ import {
138
+ GetInstanceProfileCommandInput,
139
+ GetInstanceProfileCommandOutput,
140
+ } from "./commands/GetInstanceProfileCommand";
141
+ import {
142
+ GetJobCommandInput,
143
+ GetJobCommandOutput,
144
+ } from "./commands/GetJobCommand";
145
+ import {
146
+ GetNetworkProfileCommandInput,
147
+ GetNetworkProfileCommandOutput,
148
+ } from "./commands/GetNetworkProfileCommand";
149
+ import {
150
+ GetOfferingStatusCommandInput,
151
+ GetOfferingStatusCommandOutput,
152
+ } from "./commands/GetOfferingStatusCommand";
153
+ import {
154
+ GetProjectCommandInput,
155
+ GetProjectCommandOutput,
156
+ } from "./commands/GetProjectCommand";
157
+ import {
158
+ GetRemoteAccessSessionCommandInput,
159
+ GetRemoteAccessSessionCommandOutput,
160
+ } from "./commands/GetRemoteAccessSessionCommand";
161
+ import {
162
+ GetRunCommandInput,
163
+ GetRunCommandOutput,
164
+ } from "./commands/GetRunCommand";
165
+ import {
166
+ GetSuiteCommandInput,
167
+ GetSuiteCommandOutput,
168
+ } from "./commands/GetSuiteCommand";
169
+ import {
170
+ GetTestCommandInput,
171
+ GetTestCommandOutput,
172
+ } from "./commands/GetTestCommand";
173
+ import {
174
+ GetTestGridProjectCommandInput,
175
+ GetTestGridProjectCommandOutput,
176
+ } from "./commands/GetTestGridProjectCommand";
177
+ import {
178
+ GetTestGridSessionCommandInput,
179
+ GetTestGridSessionCommandOutput,
180
+ } from "./commands/GetTestGridSessionCommand";
181
+ import {
182
+ GetUploadCommandInput,
183
+ GetUploadCommandOutput,
184
+ } from "./commands/GetUploadCommand";
185
+ import {
186
+ GetVPCEConfigurationCommandInput,
187
+ GetVPCEConfigurationCommandOutput,
188
+ } from "./commands/GetVPCEConfigurationCommand";
189
+ import {
190
+ InstallToRemoteAccessSessionCommandInput,
191
+ InstallToRemoteAccessSessionCommandOutput,
192
+ } from "./commands/InstallToRemoteAccessSessionCommand";
193
+ import {
194
+ ListArtifactsCommandInput,
195
+ ListArtifactsCommandOutput,
196
+ } from "./commands/ListArtifactsCommand";
197
+ import {
198
+ ListDeviceInstancesCommandInput,
199
+ ListDeviceInstancesCommandOutput,
200
+ } from "./commands/ListDeviceInstancesCommand";
201
+ import {
202
+ ListDevicePoolsCommandInput,
203
+ ListDevicePoolsCommandOutput,
204
+ } from "./commands/ListDevicePoolsCommand";
205
+ import {
206
+ ListDevicesCommandInput,
207
+ ListDevicesCommandOutput,
208
+ } from "./commands/ListDevicesCommand";
209
+ import {
210
+ ListInstanceProfilesCommandInput,
211
+ ListInstanceProfilesCommandOutput,
212
+ } from "./commands/ListInstanceProfilesCommand";
213
+ import {
214
+ ListJobsCommandInput,
215
+ ListJobsCommandOutput,
216
+ } from "./commands/ListJobsCommand";
217
+ import {
218
+ ListNetworkProfilesCommandInput,
219
+ ListNetworkProfilesCommandOutput,
220
+ } from "./commands/ListNetworkProfilesCommand";
221
+ import {
222
+ ListOfferingPromotionsCommandInput,
223
+ ListOfferingPromotionsCommandOutput,
224
+ } from "./commands/ListOfferingPromotionsCommand";
225
+ import {
226
+ ListOfferingsCommandInput,
227
+ ListOfferingsCommandOutput,
228
+ } from "./commands/ListOfferingsCommand";
229
+ import {
230
+ ListOfferingTransactionsCommandInput,
231
+ ListOfferingTransactionsCommandOutput,
232
+ } from "./commands/ListOfferingTransactionsCommand";
233
+ import {
234
+ ListProjectsCommandInput,
235
+ ListProjectsCommandOutput,
236
+ } from "./commands/ListProjectsCommand";
237
+ import {
238
+ ListRemoteAccessSessionsCommandInput,
239
+ ListRemoteAccessSessionsCommandOutput,
240
+ } from "./commands/ListRemoteAccessSessionsCommand";
241
+ import {
242
+ ListRunsCommandInput,
243
+ ListRunsCommandOutput,
244
+ } from "./commands/ListRunsCommand";
245
+ import {
246
+ ListSamplesCommandInput,
247
+ ListSamplesCommandOutput,
248
+ } from "./commands/ListSamplesCommand";
249
+ import {
250
+ ListSuitesCommandInput,
251
+ ListSuitesCommandOutput,
252
+ } from "./commands/ListSuitesCommand";
253
+ import {
254
+ ListTagsForResourceCommandInput,
255
+ ListTagsForResourceCommandOutput,
256
+ } from "./commands/ListTagsForResourceCommand";
257
+ import {
258
+ ListTestGridProjectsCommandInput,
259
+ ListTestGridProjectsCommandOutput,
260
+ } from "./commands/ListTestGridProjectsCommand";
261
+ import {
262
+ ListTestGridSessionActionsCommandInput,
263
+ ListTestGridSessionActionsCommandOutput,
264
+ } from "./commands/ListTestGridSessionActionsCommand";
265
+ import {
266
+ ListTestGridSessionArtifactsCommandInput,
267
+ ListTestGridSessionArtifactsCommandOutput,
268
+ } from "./commands/ListTestGridSessionArtifactsCommand";
269
+ import {
270
+ ListTestGridSessionsCommandInput,
271
+ ListTestGridSessionsCommandOutput,
272
+ } from "./commands/ListTestGridSessionsCommand";
273
+ import {
274
+ ListTestsCommandInput,
275
+ ListTestsCommandOutput,
276
+ } from "./commands/ListTestsCommand";
277
+ import {
278
+ ListUniqueProblemsCommandInput,
279
+ ListUniqueProblemsCommandOutput,
280
+ } from "./commands/ListUniqueProblemsCommand";
281
+ import {
282
+ ListUploadsCommandInput,
283
+ ListUploadsCommandOutput,
284
+ } from "./commands/ListUploadsCommand";
285
+ import {
286
+ ListVPCEConfigurationsCommandInput,
287
+ ListVPCEConfigurationsCommandOutput,
288
+ } from "./commands/ListVPCEConfigurationsCommand";
289
+ import {
290
+ PurchaseOfferingCommandInput,
291
+ PurchaseOfferingCommandOutput,
292
+ } from "./commands/PurchaseOfferingCommand";
293
+ import {
294
+ RenewOfferingCommandInput,
295
+ RenewOfferingCommandOutput,
296
+ } from "./commands/RenewOfferingCommand";
297
+ import {
298
+ ScheduleRunCommandInput,
299
+ ScheduleRunCommandOutput,
300
+ } from "./commands/ScheduleRunCommand";
301
+ import {
302
+ StopJobCommandInput,
303
+ StopJobCommandOutput,
304
+ } from "./commands/StopJobCommand";
305
+ import {
306
+ StopRemoteAccessSessionCommandInput,
307
+ StopRemoteAccessSessionCommandOutput,
308
+ } from "./commands/StopRemoteAccessSessionCommand";
309
+ import {
310
+ StopRunCommandInput,
311
+ StopRunCommandOutput,
312
+ } from "./commands/StopRunCommand";
313
+ import {
314
+ TagResourceCommandInput,
315
+ TagResourceCommandOutput,
316
+ } from "./commands/TagResourceCommand";
317
+ import {
318
+ UntagResourceCommandInput,
319
+ UntagResourceCommandOutput,
320
+ } from "./commands/UntagResourceCommand";
321
+ import {
322
+ UpdateDeviceInstanceCommandInput,
323
+ UpdateDeviceInstanceCommandOutput,
324
+ } from "./commands/UpdateDeviceInstanceCommand";
325
+ import {
326
+ UpdateDevicePoolCommandInput,
327
+ UpdateDevicePoolCommandOutput,
328
+ } from "./commands/UpdateDevicePoolCommand";
329
+ import {
330
+ UpdateInstanceProfileCommandInput,
331
+ UpdateInstanceProfileCommandOutput,
332
+ } from "./commands/UpdateInstanceProfileCommand";
333
+ import {
334
+ UpdateNetworkProfileCommandInput,
335
+ UpdateNetworkProfileCommandOutput,
336
+ } from "./commands/UpdateNetworkProfileCommand";
337
+ import {
338
+ UpdateProjectCommandInput,
339
+ UpdateProjectCommandOutput,
340
+ } from "./commands/UpdateProjectCommand";
341
+ import {
342
+ UpdateTestGridProjectCommandInput,
343
+ UpdateTestGridProjectCommandOutput,
344
+ } from "./commands/UpdateTestGridProjectCommand";
345
+ import {
346
+ UpdateUploadCommandInput,
347
+ UpdateUploadCommandOutput,
348
+ } from "./commands/UpdateUploadCommand";
349
+ import {
350
+ UpdateVPCEConfigurationCommandInput,
351
+ UpdateVPCEConfigurationCommandOutput,
352
+ } from "./commands/UpdateVPCEConfigurationCommand";
353
+ export declare type ServiceInputTypes =
354
+ | CreateDevicePoolCommandInput
355
+ | CreateInstanceProfileCommandInput
356
+ | CreateNetworkProfileCommandInput
357
+ | CreateProjectCommandInput
358
+ | CreateRemoteAccessSessionCommandInput
359
+ | CreateTestGridProjectCommandInput
360
+ | CreateTestGridUrlCommandInput
361
+ | CreateUploadCommandInput
362
+ | CreateVPCEConfigurationCommandInput
363
+ | DeleteDevicePoolCommandInput
364
+ | DeleteInstanceProfileCommandInput
365
+ | DeleteNetworkProfileCommandInput
366
+ | DeleteProjectCommandInput
367
+ | DeleteRemoteAccessSessionCommandInput
368
+ | DeleteRunCommandInput
369
+ | DeleteTestGridProjectCommandInput
370
+ | DeleteUploadCommandInput
371
+ | DeleteVPCEConfigurationCommandInput
372
+ | GetAccountSettingsCommandInput
373
+ | GetDeviceCommandInput
374
+ | GetDeviceInstanceCommandInput
375
+ | GetDevicePoolCommandInput
376
+ | GetDevicePoolCompatibilityCommandInput
377
+ | GetInstanceProfileCommandInput
378
+ | GetJobCommandInput
379
+ | GetNetworkProfileCommandInput
380
+ | GetOfferingStatusCommandInput
381
+ | GetProjectCommandInput
382
+ | GetRemoteAccessSessionCommandInput
383
+ | GetRunCommandInput
384
+ | GetSuiteCommandInput
385
+ | GetTestCommandInput
386
+ | GetTestGridProjectCommandInput
387
+ | GetTestGridSessionCommandInput
388
+ | GetUploadCommandInput
389
+ | GetVPCEConfigurationCommandInput
390
+ | InstallToRemoteAccessSessionCommandInput
391
+ | ListArtifactsCommandInput
392
+ | ListDeviceInstancesCommandInput
393
+ | ListDevicePoolsCommandInput
394
+ | ListDevicesCommandInput
395
+ | ListInstanceProfilesCommandInput
396
+ | ListJobsCommandInput
397
+ | ListNetworkProfilesCommandInput
398
+ | ListOfferingPromotionsCommandInput
399
+ | ListOfferingTransactionsCommandInput
400
+ | ListOfferingsCommandInput
401
+ | ListProjectsCommandInput
402
+ | ListRemoteAccessSessionsCommandInput
403
+ | ListRunsCommandInput
404
+ | ListSamplesCommandInput
405
+ | ListSuitesCommandInput
406
+ | ListTagsForResourceCommandInput
407
+ | ListTestGridProjectsCommandInput
408
+ | ListTestGridSessionActionsCommandInput
409
+ | ListTestGridSessionArtifactsCommandInput
410
+ | ListTestGridSessionsCommandInput
411
+ | ListTestsCommandInput
412
+ | ListUniqueProblemsCommandInput
413
+ | ListUploadsCommandInput
414
+ | ListVPCEConfigurationsCommandInput
415
+ | PurchaseOfferingCommandInput
416
+ | RenewOfferingCommandInput
417
+ | ScheduleRunCommandInput
418
+ | StopJobCommandInput
419
+ | StopRemoteAccessSessionCommandInput
420
+ | StopRunCommandInput
421
+ | TagResourceCommandInput
422
+ | UntagResourceCommandInput
423
+ | UpdateDeviceInstanceCommandInput
424
+ | UpdateDevicePoolCommandInput
425
+ | UpdateInstanceProfileCommandInput
426
+ | UpdateNetworkProfileCommandInput
427
+ | UpdateProjectCommandInput
428
+ | UpdateTestGridProjectCommandInput
429
+ | UpdateUploadCommandInput
430
+ | UpdateVPCEConfigurationCommandInput;
431
+ export declare type ServiceOutputTypes =
432
+ | CreateDevicePoolCommandOutput
433
+ | CreateInstanceProfileCommandOutput
434
+ | CreateNetworkProfileCommandOutput
435
+ | CreateProjectCommandOutput
436
+ | CreateRemoteAccessSessionCommandOutput
437
+ | CreateTestGridProjectCommandOutput
438
+ | CreateTestGridUrlCommandOutput
439
+ | CreateUploadCommandOutput
440
+ | CreateVPCEConfigurationCommandOutput
441
+ | DeleteDevicePoolCommandOutput
442
+ | DeleteInstanceProfileCommandOutput
443
+ | DeleteNetworkProfileCommandOutput
444
+ | DeleteProjectCommandOutput
445
+ | DeleteRemoteAccessSessionCommandOutput
446
+ | DeleteRunCommandOutput
447
+ | DeleteTestGridProjectCommandOutput
448
+ | DeleteUploadCommandOutput
449
+ | DeleteVPCEConfigurationCommandOutput
450
+ | GetAccountSettingsCommandOutput
451
+ | GetDeviceCommandOutput
452
+ | GetDeviceInstanceCommandOutput
453
+ | GetDevicePoolCommandOutput
454
+ | GetDevicePoolCompatibilityCommandOutput
455
+ | GetInstanceProfileCommandOutput
456
+ | GetJobCommandOutput
457
+ | GetNetworkProfileCommandOutput
458
+ | GetOfferingStatusCommandOutput
459
+ | GetProjectCommandOutput
460
+ | GetRemoteAccessSessionCommandOutput
461
+ | GetRunCommandOutput
462
+ | GetSuiteCommandOutput
463
+ | GetTestCommandOutput
464
+ | GetTestGridProjectCommandOutput
465
+ | GetTestGridSessionCommandOutput
466
+ | GetUploadCommandOutput
467
+ | GetVPCEConfigurationCommandOutput
468
+ | InstallToRemoteAccessSessionCommandOutput
469
+ | ListArtifactsCommandOutput
470
+ | ListDeviceInstancesCommandOutput
471
+ | ListDevicePoolsCommandOutput
472
+ | ListDevicesCommandOutput
473
+ | ListInstanceProfilesCommandOutput
474
+ | ListJobsCommandOutput
475
+ | ListNetworkProfilesCommandOutput
476
+ | ListOfferingPromotionsCommandOutput
477
+ | ListOfferingTransactionsCommandOutput
478
+ | ListOfferingsCommandOutput
479
+ | ListProjectsCommandOutput
480
+ | ListRemoteAccessSessionsCommandOutput
481
+ | ListRunsCommandOutput
482
+ | ListSamplesCommandOutput
483
+ | ListSuitesCommandOutput
484
+ | ListTagsForResourceCommandOutput
485
+ | ListTestGridProjectsCommandOutput
486
+ | ListTestGridSessionActionsCommandOutput
487
+ | ListTestGridSessionArtifactsCommandOutput
488
+ | ListTestGridSessionsCommandOutput
489
+ | ListTestsCommandOutput
490
+ | ListUniqueProblemsCommandOutput
491
+ | ListUploadsCommandOutput
492
+ | ListVPCEConfigurationsCommandOutput
493
+ | PurchaseOfferingCommandOutput
494
+ | RenewOfferingCommandOutput
495
+ | ScheduleRunCommandOutput
496
+ | StopJobCommandOutput
497
+ | StopRemoteAccessSessionCommandOutput
498
+ | StopRunCommandOutput
499
+ | TagResourceCommandOutput
500
+ | UntagResourceCommandOutput
501
+ | UpdateDeviceInstanceCommandOutput
502
+ | UpdateDevicePoolCommandOutput
503
+ | UpdateInstanceProfileCommandOutput
504
+ | UpdateNetworkProfileCommandOutput
505
+ | UpdateProjectCommandOutput
506
+ | UpdateTestGridProjectCommandOutput
507
+ | UpdateUploadCommandOutput
508
+ | UpdateVPCEConfigurationCommandOutput;
509
+ export interface ClientDefaults
510
+ extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
511
+ requestHandler?: __HttpHandler;
512
+ sha256?: __HashConstructor;
513
+ urlParser?: __UrlParser;
514
+ bodyLengthChecker?: __BodyLengthCalculator;
515
+ streamCollector?: __StreamCollector;
516
+ base64Decoder?: __Decoder;
517
+ base64Encoder?: __Encoder;
518
+ utf8Decoder?: __Decoder;
519
+ utf8Encoder?: __Encoder;
520
+ runtime?: string;
521
+ disableHostPrefix?: boolean;
522
+ maxAttempts?: number | __Provider<number>;
523
+ retryMode?: string | __Provider<string>;
524
+ logger?: __Logger;
525
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
526
+ useFipsEndpoint?: boolean | __Provider<boolean>;
527
+ serviceId?: string;
528
+ region?: string | __Provider<string>;
529
+ credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
530
+ regionInfoProvider?: RegionInfoProvider;
531
+ defaultUserAgentProvider?: Provider<__UserAgent>;
532
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
533
+ }
534
+ declare type DeviceFarmClientConfigType = Partial<
535
+ __SmithyConfiguration<__HttpHandlerOptions>
536
+ > &
537
+ ClientDefaults &
538
+ RegionInputConfig &
539
+ EndpointsInputConfig &
540
+ RetryInputConfig &
541
+ HostHeaderInputConfig &
542
+ AwsAuthInputConfig &
543
+ UserAgentInputConfig;
544
+ export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {}
545
+ declare type DeviceFarmClientResolvedConfigType =
546
+ __SmithyResolvedConfiguration<__HttpHandlerOptions> &
547
+ Required<ClientDefaults> &
548
+ RegionResolvedConfig &
549
+ EndpointsResolvedConfig &
550
+ RetryResolvedConfig &
551
+ HostHeaderResolvedConfig &
552
+ AwsAuthResolvedConfig &
553
+ UserAgentResolvedConfig;
554
+ export interface DeviceFarmClientResolvedConfig
555
+ extends DeviceFarmClientResolvedConfigType {}
556
+ export declare class DeviceFarmClient extends __Client<
557
+ __HttpHandlerOptions,
558
+ ServiceInputTypes,
559
+ ServiceOutputTypes,
560
+ DeviceFarmClientResolvedConfig
561
+ > {
562
+ readonly config: DeviceFarmClientResolvedConfig;
563
+ constructor(configuration: DeviceFarmClientConfig);
564
+ destroy(): void;
565
+ }
566
+ export {};