@aws-sdk/client-device-farm 3.926.0 → 3.928.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 (101) hide show
  1. package/dist-cjs/index.js +2140 -3002
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DeviceFarmClient.js +2 -0
  4. package/dist-es/commands/CreateDevicePoolCommand.js +3 -9
  5. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -9
  6. package/dist-es/commands/CreateNetworkProfileCommand.js +3 -9
  7. package/dist-es/commands/CreateProjectCommand.js +3 -9
  8. package/dist-es/commands/CreateRemoteAccessSessionCommand.js +3 -9
  9. package/dist-es/commands/CreateTestGridProjectCommand.js +3 -9
  10. package/dist-es/commands/CreateTestGridUrlCommand.js +3 -10
  11. package/dist-es/commands/CreateUploadCommand.js +3 -10
  12. package/dist-es/commands/CreateVPCEConfigurationCommand.js +3 -9
  13. package/dist-es/commands/DeleteDevicePoolCommand.js +3 -9
  14. package/dist-es/commands/DeleteInstanceProfileCommand.js +3 -9
  15. package/dist-es/commands/DeleteNetworkProfileCommand.js +3 -9
  16. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  17. package/dist-es/commands/DeleteRemoteAccessSessionCommand.js +3 -9
  18. package/dist-es/commands/DeleteRunCommand.js +3 -9
  19. package/dist-es/commands/DeleteTestGridProjectCommand.js +3 -9
  20. package/dist-es/commands/DeleteUploadCommand.js +3 -9
  21. package/dist-es/commands/DeleteVPCEConfigurationCommand.js +3 -9
  22. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  23. package/dist-es/commands/GetDeviceCommand.js +3 -9
  24. package/dist-es/commands/GetDeviceInstanceCommand.js +3 -9
  25. package/dist-es/commands/GetDevicePoolCommand.js +3 -9
  26. package/dist-es/commands/GetDevicePoolCompatibilityCommand.js +3 -9
  27. package/dist-es/commands/GetInstanceProfileCommand.js +3 -9
  28. package/dist-es/commands/GetJobCommand.js +3 -9
  29. package/dist-es/commands/GetNetworkProfileCommand.js +3 -9
  30. package/dist-es/commands/GetOfferingStatusCommand.js +3 -9
  31. package/dist-es/commands/GetProjectCommand.js +3 -9
  32. package/dist-es/commands/GetRemoteAccessSessionCommand.js +3 -9
  33. package/dist-es/commands/GetRunCommand.js +3 -9
  34. package/dist-es/commands/GetSuiteCommand.js +3 -9
  35. package/dist-es/commands/GetTestCommand.js +3 -9
  36. package/dist-es/commands/GetTestGridProjectCommand.js +3 -9
  37. package/dist-es/commands/GetTestGridSessionCommand.js +3 -9
  38. package/dist-es/commands/GetUploadCommand.js +3 -10
  39. package/dist-es/commands/GetVPCEConfigurationCommand.js +3 -9
  40. package/dist-es/commands/InstallToRemoteAccessSessionCommand.js +3 -10
  41. package/dist-es/commands/ListArtifactsCommand.js +3 -9
  42. package/dist-es/commands/ListDeviceInstancesCommand.js +3 -9
  43. package/dist-es/commands/ListDevicePoolsCommand.js +3 -9
  44. package/dist-es/commands/ListDevicesCommand.js +3 -9
  45. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -9
  46. package/dist-es/commands/ListJobsCommand.js +3 -9
  47. package/dist-es/commands/ListNetworkProfilesCommand.js +3 -9
  48. package/dist-es/commands/ListOfferingPromotionsCommand.js +3 -9
  49. package/dist-es/commands/ListOfferingTransactionsCommand.js +3 -9
  50. package/dist-es/commands/ListOfferingsCommand.js +3 -9
  51. package/dist-es/commands/ListProjectsCommand.js +3 -9
  52. package/dist-es/commands/ListRemoteAccessSessionsCommand.js +3 -9
  53. package/dist-es/commands/ListRunsCommand.js +3 -9
  54. package/dist-es/commands/ListSamplesCommand.js +3 -9
  55. package/dist-es/commands/ListSuitesCommand.js +3 -9
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  57. package/dist-es/commands/ListTestGridProjectsCommand.js +3 -9
  58. package/dist-es/commands/ListTestGridSessionActionsCommand.js +3 -9
  59. package/dist-es/commands/ListTestGridSessionArtifactsCommand.js +3 -10
  60. package/dist-es/commands/ListTestGridSessionsCommand.js +3 -9
  61. package/dist-es/commands/ListTestsCommand.js +3 -9
  62. package/dist-es/commands/ListUniqueProblemsCommand.js +3 -9
  63. package/dist-es/commands/ListUploadsCommand.js +3 -10
  64. package/dist-es/commands/ListVPCEConfigurationsCommand.js +3 -9
  65. package/dist-es/commands/PurchaseOfferingCommand.js +3 -9
  66. package/dist-es/commands/RenewOfferingCommand.js +3 -9
  67. package/dist-es/commands/ScheduleRunCommand.js +3 -9
  68. package/dist-es/commands/StopJobCommand.js +3 -9
  69. package/dist-es/commands/StopRemoteAccessSessionCommand.js +3 -9
  70. package/dist-es/commands/StopRunCommand.js +3 -9
  71. package/dist-es/commands/TagResourceCommand.js +3 -9
  72. package/dist-es/commands/UntagResourceCommand.js +3 -9
  73. package/dist-es/commands/UpdateDeviceInstanceCommand.js +3 -9
  74. package/dist-es/commands/UpdateDevicePoolCommand.js +3 -9
  75. package/dist-es/commands/UpdateInstanceProfileCommand.js +3 -9
  76. package/dist-es/commands/UpdateNetworkProfileCommand.js +3 -9
  77. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  78. package/dist-es/commands/UpdateTestGridProjectCommand.js +3 -9
  79. package/dist-es/commands/UpdateUploadCommand.js +3 -10
  80. package/dist-es/commands/UpdateVPCEConfigurationCommand.js +3 -9
  81. package/dist-es/models/models_0.js +0 -37
  82. package/dist-es/runtimeConfig.shared.js +7 -0
  83. package/dist-es/schemas/schemas_0.js +1965 -0
  84. package/dist-types/DeviceFarmClient.d.ts +10 -1
  85. package/dist-types/models/models_0.d.ts +0 -36
  86. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  87. package/dist-types/runtimeConfig.d.ts +1 -0
  88. package/dist-types/runtimeConfig.native.d.ts +1 -0
  89. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  90. package/dist-types/schemas/schemas_0.d.ts +347 -0
  91. package/dist-types/ts3.4/DeviceFarmClient.d.ts +4 -0
  92. package/dist-types/ts3.4/models/models_0.d.ts +0 -25
  93. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  96. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  97. package/dist-types/ts3.4/schemas/schemas_0.d.ts +354 -0
  98. package/package.json +5 -5
  99. package/dist-es/protocols/Aws_json1_1.js +0 -2386
  100. package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
  101. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
@@ -1,695 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "../commands/CreateDevicePoolCommand";
4
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "../commands/CreateInstanceProfileCommand";
5
- import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "../commands/CreateNetworkProfileCommand";
6
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
7
- import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "../commands/CreateRemoteAccessSessionCommand";
8
- import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "../commands/CreateTestGridProjectCommand";
9
- import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "../commands/CreateTestGridUrlCommand";
10
- import { CreateUploadCommandInput, CreateUploadCommandOutput } from "../commands/CreateUploadCommand";
11
- import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "../commands/CreateVPCEConfigurationCommand";
12
- import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "../commands/DeleteDevicePoolCommand";
13
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "../commands/DeleteInstanceProfileCommand";
14
- import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "../commands/DeleteNetworkProfileCommand";
15
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "../commands/DeleteProjectCommand";
16
- import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "../commands/DeleteRemoteAccessSessionCommand";
17
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "../commands/DeleteRunCommand";
18
- import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "../commands/DeleteTestGridProjectCommand";
19
- import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "../commands/DeleteUploadCommand";
20
- import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "../commands/DeleteVPCEConfigurationCommand";
21
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
22
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "../commands/GetDeviceCommand";
23
- import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "../commands/GetDeviceInstanceCommand";
24
- import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "../commands/GetDevicePoolCommand";
25
- import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "../commands/GetDevicePoolCompatibilityCommand";
26
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "../commands/GetInstanceProfileCommand";
27
- import { GetJobCommandInput, GetJobCommandOutput } from "../commands/GetJobCommand";
28
- import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "../commands/GetNetworkProfileCommand";
29
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "../commands/GetOfferingStatusCommand";
30
- import { GetProjectCommandInput, GetProjectCommandOutput } from "../commands/GetProjectCommand";
31
- import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "../commands/GetRemoteAccessSessionCommand";
32
- import { GetRunCommandInput, GetRunCommandOutput } from "../commands/GetRunCommand";
33
- import { GetSuiteCommandInput, GetSuiteCommandOutput } from "../commands/GetSuiteCommand";
34
- import { GetTestCommandInput, GetTestCommandOutput } from "../commands/GetTestCommand";
35
- import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "../commands/GetTestGridProjectCommand";
36
- import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "../commands/GetTestGridSessionCommand";
37
- import { GetUploadCommandInput, GetUploadCommandOutput } from "../commands/GetUploadCommand";
38
- import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "../commands/GetVPCEConfigurationCommand";
39
- import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "../commands/InstallToRemoteAccessSessionCommand";
40
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
41
- import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "../commands/ListDeviceInstancesCommand";
42
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "../commands/ListDevicePoolsCommand";
43
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
44
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "../commands/ListInstanceProfilesCommand";
45
- import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
46
- import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "../commands/ListNetworkProfilesCommand";
47
- import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "../commands/ListOfferingPromotionsCommand";
48
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
49
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "../commands/ListOfferingTransactionsCommand";
50
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
51
- import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "../commands/ListRemoteAccessSessionsCommand";
52
- import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
53
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand";
54
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand";
55
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
56
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "../commands/ListTestGridProjectsCommand";
57
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "../commands/ListTestGridSessionActionsCommand";
58
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "../commands/ListTestGridSessionArtifactsCommand";
59
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "../commands/ListTestGridSessionsCommand";
60
- import { ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand";
61
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "../commands/ListUniqueProblemsCommand";
62
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand";
63
- import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "../commands/ListVPCEConfigurationsCommand";
64
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "../commands/PurchaseOfferingCommand";
65
- import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "../commands/RenewOfferingCommand";
66
- import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "../commands/ScheduleRunCommand";
67
- import { StopJobCommandInput, StopJobCommandOutput } from "../commands/StopJobCommand";
68
- import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "../commands/StopRemoteAccessSessionCommand";
69
- import { StopRunCommandInput, StopRunCommandOutput } from "../commands/StopRunCommand";
70
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
71
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
72
- import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "../commands/UpdateDeviceInstanceCommand";
73
- import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "../commands/UpdateDevicePoolCommand";
74
- import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "../commands/UpdateInstanceProfileCommand";
75
- import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "../commands/UpdateNetworkProfileCommand";
76
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "../commands/UpdateProjectCommand";
77
- import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "../commands/UpdateTestGridProjectCommand";
78
- import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "../commands/UpdateUploadCommand";
79
- import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "../commands/UpdateVPCEConfigurationCommand";
80
- /**
81
- * serializeAws_json1_1CreateDevicePoolCommand
82
- */
83
- export declare const se_CreateDevicePoolCommand: (input: CreateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- /**
85
- * serializeAws_json1_1CreateInstanceProfileCommand
86
- */
87
- export declare const se_CreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- /**
89
- * serializeAws_json1_1CreateNetworkProfileCommand
90
- */
91
- export declare const se_CreateNetworkProfileCommand: (input: CreateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- /**
93
- * serializeAws_json1_1CreateProjectCommand
94
- */
95
- export declare const se_CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- /**
97
- * serializeAws_json1_1CreateRemoteAccessSessionCommand
98
- */
99
- export declare const se_CreateRemoteAccessSessionCommand: (input: CreateRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- /**
101
- * serializeAws_json1_1CreateTestGridProjectCommand
102
- */
103
- export declare const se_CreateTestGridProjectCommand: (input: CreateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- /**
105
- * serializeAws_json1_1CreateTestGridUrlCommand
106
- */
107
- export declare const se_CreateTestGridUrlCommand: (input: CreateTestGridUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- /**
109
- * serializeAws_json1_1CreateUploadCommand
110
- */
111
- export declare const se_CreateUploadCommand: (input: CreateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- /**
113
- * serializeAws_json1_1CreateVPCEConfigurationCommand
114
- */
115
- export declare const se_CreateVPCEConfigurationCommand: (input: CreateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- /**
117
- * serializeAws_json1_1DeleteDevicePoolCommand
118
- */
119
- export declare const se_DeleteDevicePoolCommand: (input: DeleteDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- /**
121
- * serializeAws_json1_1DeleteInstanceProfileCommand
122
- */
123
- export declare const se_DeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- /**
125
- * serializeAws_json1_1DeleteNetworkProfileCommand
126
- */
127
- export declare const se_DeleteNetworkProfileCommand: (input: DeleteNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- /**
129
- * serializeAws_json1_1DeleteProjectCommand
130
- */
131
- export declare const se_DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- /**
133
- * serializeAws_json1_1DeleteRemoteAccessSessionCommand
134
- */
135
- export declare const se_DeleteRemoteAccessSessionCommand: (input: DeleteRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- /**
137
- * serializeAws_json1_1DeleteRunCommand
138
- */
139
- export declare const se_DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- /**
141
- * serializeAws_json1_1DeleteTestGridProjectCommand
142
- */
143
- export declare const se_DeleteTestGridProjectCommand: (input: DeleteTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- /**
145
- * serializeAws_json1_1DeleteUploadCommand
146
- */
147
- export declare const se_DeleteUploadCommand: (input: DeleteUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- /**
149
- * serializeAws_json1_1DeleteVPCEConfigurationCommand
150
- */
151
- export declare const se_DeleteVPCEConfigurationCommand: (input: DeleteVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- /**
153
- * serializeAws_json1_1GetAccountSettingsCommand
154
- */
155
- export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- /**
157
- * serializeAws_json1_1GetDeviceCommand
158
- */
159
- export declare const se_GetDeviceCommand: (input: GetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
160
- /**
161
- * serializeAws_json1_1GetDeviceInstanceCommand
162
- */
163
- export declare const se_GetDeviceInstanceCommand: (input: GetDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
164
- /**
165
- * serializeAws_json1_1GetDevicePoolCommand
166
- */
167
- export declare const se_GetDevicePoolCommand: (input: GetDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
168
- /**
169
- * serializeAws_json1_1GetDevicePoolCompatibilityCommand
170
- */
171
- export declare const se_GetDevicePoolCompatibilityCommand: (input: GetDevicePoolCompatibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
172
- /**
173
- * serializeAws_json1_1GetInstanceProfileCommand
174
- */
175
- export declare const se_GetInstanceProfileCommand: (input: GetInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
176
- /**
177
- * serializeAws_json1_1GetJobCommand
178
- */
179
- export declare const se_GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
180
- /**
181
- * serializeAws_json1_1GetNetworkProfileCommand
182
- */
183
- export declare const se_GetNetworkProfileCommand: (input: GetNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
184
- /**
185
- * serializeAws_json1_1GetOfferingStatusCommand
186
- */
187
- export declare const se_GetOfferingStatusCommand: (input: GetOfferingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
188
- /**
189
- * serializeAws_json1_1GetProjectCommand
190
- */
191
- export declare const se_GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
192
- /**
193
- * serializeAws_json1_1GetRemoteAccessSessionCommand
194
- */
195
- export declare const se_GetRemoteAccessSessionCommand: (input: GetRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
196
- /**
197
- * serializeAws_json1_1GetRunCommand
198
- */
199
- export declare const se_GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
200
- /**
201
- * serializeAws_json1_1GetSuiteCommand
202
- */
203
- export declare const se_GetSuiteCommand: (input: GetSuiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
204
- /**
205
- * serializeAws_json1_1GetTestCommand
206
- */
207
- export declare const se_GetTestCommand: (input: GetTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
208
- /**
209
- * serializeAws_json1_1GetTestGridProjectCommand
210
- */
211
- export declare const se_GetTestGridProjectCommand: (input: GetTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
212
- /**
213
- * serializeAws_json1_1GetTestGridSessionCommand
214
- */
215
- export declare const se_GetTestGridSessionCommand: (input: GetTestGridSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
216
- /**
217
- * serializeAws_json1_1GetUploadCommand
218
- */
219
- export declare const se_GetUploadCommand: (input: GetUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
220
- /**
221
- * serializeAws_json1_1GetVPCEConfigurationCommand
222
- */
223
- export declare const se_GetVPCEConfigurationCommand: (input: GetVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
224
- /**
225
- * serializeAws_json1_1InstallToRemoteAccessSessionCommand
226
- */
227
- export declare const se_InstallToRemoteAccessSessionCommand: (input: InstallToRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
228
- /**
229
- * serializeAws_json1_1ListArtifactsCommand
230
- */
231
- export declare const se_ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
232
- /**
233
- * serializeAws_json1_1ListDeviceInstancesCommand
234
- */
235
- export declare const se_ListDeviceInstancesCommand: (input: ListDeviceInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
236
- /**
237
- * serializeAws_json1_1ListDevicePoolsCommand
238
- */
239
- export declare const se_ListDevicePoolsCommand: (input: ListDevicePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
240
- /**
241
- * serializeAws_json1_1ListDevicesCommand
242
- */
243
- export declare const se_ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
244
- /**
245
- * serializeAws_json1_1ListInstanceProfilesCommand
246
- */
247
- export declare const se_ListInstanceProfilesCommand: (input: ListInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
248
- /**
249
- * serializeAws_json1_1ListJobsCommand
250
- */
251
- export declare const se_ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
252
- /**
253
- * serializeAws_json1_1ListNetworkProfilesCommand
254
- */
255
- export declare const se_ListNetworkProfilesCommand: (input: ListNetworkProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
256
- /**
257
- * serializeAws_json1_1ListOfferingPromotionsCommand
258
- */
259
- export declare const se_ListOfferingPromotionsCommand: (input: ListOfferingPromotionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
260
- /**
261
- * serializeAws_json1_1ListOfferingsCommand
262
- */
263
- export declare const se_ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
264
- /**
265
- * serializeAws_json1_1ListOfferingTransactionsCommand
266
- */
267
- export declare const se_ListOfferingTransactionsCommand: (input: ListOfferingTransactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
268
- /**
269
- * serializeAws_json1_1ListProjectsCommand
270
- */
271
- export declare const se_ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
272
- /**
273
- * serializeAws_json1_1ListRemoteAccessSessionsCommand
274
- */
275
- export declare const se_ListRemoteAccessSessionsCommand: (input: ListRemoteAccessSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
276
- /**
277
- * serializeAws_json1_1ListRunsCommand
278
- */
279
- export declare const se_ListRunsCommand: (input: ListRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
280
- /**
281
- * serializeAws_json1_1ListSamplesCommand
282
- */
283
- export declare const se_ListSamplesCommand: (input: ListSamplesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
284
- /**
285
- * serializeAws_json1_1ListSuitesCommand
286
- */
287
- export declare const se_ListSuitesCommand: (input: ListSuitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
288
- /**
289
- * serializeAws_json1_1ListTagsForResourceCommand
290
- */
291
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
292
- /**
293
- * serializeAws_json1_1ListTestGridProjectsCommand
294
- */
295
- export declare const se_ListTestGridProjectsCommand: (input: ListTestGridProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
296
- /**
297
- * serializeAws_json1_1ListTestGridSessionActionsCommand
298
- */
299
- export declare const se_ListTestGridSessionActionsCommand: (input: ListTestGridSessionActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
300
- /**
301
- * serializeAws_json1_1ListTestGridSessionArtifactsCommand
302
- */
303
- export declare const se_ListTestGridSessionArtifactsCommand: (input: ListTestGridSessionArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
304
- /**
305
- * serializeAws_json1_1ListTestGridSessionsCommand
306
- */
307
- export declare const se_ListTestGridSessionsCommand: (input: ListTestGridSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
308
- /**
309
- * serializeAws_json1_1ListTestsCommand
310
- */
311
- export declare const se_ListTestsCommand: (input: ListTestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
312
- /**
313
- * serializeAws_json1_1ListUniqueProblemsCommand
314
- */
315
- export declare const se_ListUniqueProblemsCommand: (input: ListUniqueProblemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
316
- /**
317
- * serializeAws_json1_1ListUploadsCommand
318
- */
319
- export declare const se_ListUploadsCommand: (input: ListUploadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
320
- /**
321
- * serializeAws_json1_1ListVPCEConfigurationsCommand
322
- */
323
- export declare const se_ListVPCEConfigurationsCommand: (input: ListVPCEConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
324
- /**
325
- * serializeAws_json1_1PurchaseOfferingCommand
326
- */
327
- export declare const se_PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
328
- /**
329
- * serializeAws_json1_1RenewOfferingCommand
330
- */
331
- export declare const se_RenewOfferingCommand: (input: RenewOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
332
- /**
333
- * serializeAws_json1_1ScheduleRunCommand
334
- */
335
- export declare const se_ScheduleRunCommand: (input: ScheduleRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
336
- /**
337
- * serializeAws_json1_1StopJobCommand
338
- */
339
- export declare const se_StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
340
- /**
341
- * serializeAws_json1_1StopRemoteAccessSessionCommand
342
- */
343
- export declare const se_StopRemoteAccessSessionCommand: (input: StopRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
344
- /**
345
- * serializeAws_json1_1StopRunCommand
346
- */
347
- export declare const se_StopRunCommand: (input: StopRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
348
- /**
349
- * serializeAws_json1_1TagResourceCommand
350
- */
351
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
352
- /**
353
- * serializeAws_json1_1UntagResourceCommand
354
- */
355
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
356
- /**
357
- * serializeAws_json1_1UpdateDeviceInstanceCommand
358
- */
359
- export declare const se_UpdateDeviceInstanceCommand: (input: UpdateDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
360
- /**
361
- * serializeAws_json1_1UpdateDevicePoolCommand
362
- */
363
- export declare const se_UpdateDevicePoolCommand: (input: UpdateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
364
- /**
365
- * serializeAws_json1_1UpdateInstanceProfileCommand
366
- */
367
- export declare const se_UpdateInstanceProfileCommand: (input: UpdateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
368
- /**
369
- * serializeAws_json1_1UpdateNetworkProfileCommand
370
- */
371
- export declare const se_UpdateNetworkProfileCommand: (input: UpdateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
372
- /**
373
- * serializeAws_json1_1UpdateProjectCommand
374
- */
375
- export declare const se_UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
376
- /**
377
- * serializeAws_json1_1UpdateTestGridProjectCommand
378
- */
379
- export declare const se_UpdateTestGridProjectCommand: (input: UpdateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
380
- /**
381
- * serializeAws_json1_1UpdateUploadCommand
382
- */
383
- export declare const se_UpdateUploadCommand: (input: UpdateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
384
- /**
385
- * serializeAws_json1_1UpdateVPCEConfigurationCommand
386
- */
387
- export declare const se_UpdateVPCEConfigurationCommand: (input: UpdateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
388
- /**
389
- * deserializeAws_json1_1CreateDevicePoolCommand
390
- */
391
- export declare const de_CreateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevicePoolCommandOutput>;
392
- /**
393
- * deserializeAws_json1_1CreateInstanceProfileCommand
394
- */
395
- export declare const de_CreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
396
- /**
397
- * deserializeAws_json1_1CreateNetworkProfileCommand
398
- */
399
- export declare const de_CreateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkProfileCommandOutput>;
400
- /**
401
- * deserializeAws_json1_1CreateProjectCommand
402
- */
403
- export declare const de_CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
404
- /**
405
- * deserializeAws_json1_1CreateRemoteAccessSessionCommand
406
- */
407
- export declare const de_CreateRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRemoteAccessSessionCommandOutput>;
408
- /**
409
- * deserializeAws_json1_1CreateTestGridProjectCommand
410
- */
411
- export declare const de_CreateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridProjectCommandOutput>;
412
- /**
413
- * deserializeAws_json1_1CreateTestGridUrlCommand
414
- */
415
- export declare const de_CreateTestGridUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridUrlCommandOutput>;
416
- /**
417
- * deserializeAws_json1_1CreateUploadCommand
418
- */
419
- export declare const de_CreateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadCommandOutput>;
420
- /**
421
- * deserializeAws_json1_1CreateVPCEConfigurationCommand
422
- */
423
- export declare const de_CreateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCEConfigurationCommandOutput>;
424
- /**
425
- * deserializeAws_json1_1DeleteDevicePoolCommand
426
- */
427
- export declare const de_DeleteDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevicePoolCommandOutput>;
428
- /**
429
- * deserializeAws_json1_1DeleteInstanceProfileCommand
430
- */
431
- export declare const de_DeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
432
- /**
433
- * deserializeAws_json1_1DeleteNetworkProfileCommand
434
- */
435
- export declare const de_DeleteNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkProfileCommandOutput>;
436
- /**
437
- * deserializeAws_json1_1DeleteProjectCommand
438
- */
439
- export declare const de_DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
440
- /**
441
- * deserializeAws_json1_1DeleteRemoteAccessSessionCommand
442
- */
443
- export declare const de_DeleteRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRemoteAccessSessionCommandOutput>;
444
- /**
445
- * deserializeAws_json1_1DeleteRunCommand
446
- */
447
- export declare const de_DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
448
- /**
449
- * deserializeAws_json1_1DeleteTestGridProjectCommand
450
- */
451
- export declare const de_DeleteTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTestGridProjectCommandOutput>;
452
- /**
453
- * deserializeAws_json1_1DeleteUploadCommand
454
- */
455
- export declare const de_DeleteUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUploadCommandOutput>;
456
- /**
457
- * deserializeAws_json1_1DeleteVPCEConfigurationCommand
458
- */
459
- export declare const de_DeleteVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCEConfigurationCommandOutput>;
460
- /**
461
- * deserializeAws_json1_1GetAccountSettingsCommand
462
- */
463
- export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
464
- /**
465
- * deserializeAws_json1_1GetDeviceCommand
466
- */
467
- export declare const de_GetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceCommandOutput>;
468
- /**
469
- * deserializeAws_json1_1GetDeviceInstanceCommand
470
- */
471
- export declare const de_GetDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceInstanceCommandOutput>;
472
- /**
473
- * deserializeAws_json1_1GetDevicePoolCommand
474
- */
475
- export declare const de_GetDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCommandOutput>;
476
- /**
477
- * deserializeAws_json1_1GetDevicePoolCompatibilityCommand
478
- */
479
- export declare const de_GetDevicePoolCompatibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCompatibilityCommandOutput>;
480
- /**
481
- * deserializeAws_json1_1GetInstanceProfileCommand
482
- */
483
- export declare const de_GetInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceProfileCommandOutput>;
484
- /**
485
- * deserializeAws_json1_1GetJobCommand
486
- */
487
- export declare const de_GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
488
- /**
489
- * deserializeAws_json1_1GetNetworkProfileCommand
490
- */
491
- export declare const de_GetNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkProfileCommandOutput>;
492
- /**
493
- * deserializeAws_json1_1GetOfferingStatusCommand
494
- */
495
- export declare const de_GetOfferingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOfferingStatusCommandOutput>;
496
- /**
497
- * deserializeAws_json1_1GetProjectCommand
498
- */
499
- export declare const de_GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
500
- /**
501
- * deserializeAws_json1_1GetRemoteAccessSessionCommand
502
- */
503
- export declare const de_GetRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemoteAccessSessionCommandOutput>;
504
- /**
505
- * deserializeAws_json1_1GetRunCommand
506
- */
507
- export declare const de_GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
508
- /**
509
- * deserializeAws_json1_1GetSuiteCommand
510
- */
511
- export declare const de_GetSuiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteCommandOutput>;
512
- /**
513
- * deserializeAws_json1_1GetTestCommand
514
- */
515
- export declare const de_GetTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestCommandOutput>;
516
- /**
517
- * deserializeAws_json1_1GetTestGridProjectCommand
518
- */
519
- export declare const de_GetTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridProjectCommandOutput>;
520
- /**
521
- * deserializeAws_json1_1GetTestGridSessionCommand
522
- */
523
- export declare const de_GetTestGridSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridSessionCommandOutput>;
524
- /**
525
- * deserializeAws_json1_1GetUploadCommand
526
- */
527
- export declare const de_GetUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadCommandOutput>;
528
- /**
529
- * deserializeAws_json1_1GetVPCEConfigurationCommand
530
- */
531
- export declare const de_GetVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVPCEConfigurationCommandOutput>;
532
- /**
533
- * deserializeAws_json1_1InstallToRemoteAccessSessionCommand
534
- */
535
- export declare const de_InstallToRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InstallToRemoteAccessSessionCommandOutput>;
536
- /**
537
- * deserializeAws_json1_1ListArtifactsCommand
538
- */
539
- export declare const de_ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
540
- /**
541
- * deserializeAws_json1_1ListDeviceInstancesCommand
542
- */
543
- export declare const de_ListDeviceInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceInstancesCommandOutput>;
544
- /**
545
- * deserializeAws_json1_1ListDevicePoolsCommand
546
- */
547
- export declare const de_ListDevicePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePoolsCommandOutput>;
548
- /**
549
- * deserializeAws_json1_1ListDevicesCommand
550
- */
551
- export declare const de_ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
552
- /**
553
- * deserializeAws_json1_1ListInstanceProfilesCommand
554
- */
555
- export declare const de_ListInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesCommandOutput>;
556
- /**
557
- * deserializeAws_json1_1ListJobsCommand
558
- */
559
- export declare const de_ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
560
- /**
561
- * deserializeAws_json1_1ListNetworkProfilesCommand
562
- */
563
- export declare const de_ListNetworkProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkProfilesCommandOutput>;
564
- /**
565
- * deserializeAws_json1_1ListOfferingPromotionsCommand
566
- */
567
- export declare const de_ListOfferingPromotionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingPromotionsCommandOutput>;
568
- /**
569
- * deserializeAws_json1_1ListOfferingsCommand
570
- */
571
- export declare const de_ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
572
- /**
573
- * deserializeAws_json1_1ListOfferingTransactionsCommand
574
- */
575
- export declare const de_ListOfferingTransactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingTransactionsCommandOutput>;
576
- /**
577
- * deserializeAws_json1_1ListProjectsCommand
578
- */
579
- export declare const de_ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
580
- /**
581
- * deserializeAws_json1_1ListRemoteAccessSessionsCommand
582
- */
583
- export declare const de_ListRemoteAccessSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRemoteAccessSessionsCommandOutput>;
584
- /**
585
- * deserializeAws_json1_1ListRunsCommand
586
- */
587
- export declare const de_ListRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunsCommandOutput>;
588
- /**
589
- * deserializeAws_json1_1ListSamplesCommand
590
- */
591
- export declare const de_ListSamplesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSamplesCommandOutput>;
592
- /**
593
- * deserializeAws_json1_1ListSuitesCommand
594
- */
595
- export declare const de_ListSuitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuitesCommandOutput>;
596
- /**
597
- * deserializeAws_json1_1ListTagsForResourceCommand
598
- */
599
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
600
- /**
601
- * deserializeAws_json1_1ListTestGridProjectsCommand
602
- */
603
- export declare const de_ListTestGridProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridProjectsCommandOutput>;
604
- /**
605
- * deserializeAws_json1_1ListTestGridSessionActionsCommand
606
- */
607
- export declare const de_ListTestGridSessionActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionActionsCommandOutput>;
608
- /**
609
- * deserializeAws_json1_1ListTestGridSessionArtifactsCommand
610
- */
611
- export declare const de_ListTestGridSessionArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionArtifactsCommandOutput>;
612
- /**
613
- * deserializeAws_json1_1ListTestGridSessionsCommand
614
- */
615
- export declare const de_ListTestGridSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionsCommandOutput>;
616
- /**
617
- * deserializeAws_json1_1ListTestsCommand
618
- */
619
- export declare const de_ListTestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestsCommandOutput>;
620
- /**
621
- * deserializeAws_json1_1ListUniqueProblemsCommand
622
- */
623
- export declare const de_ListUniqueProblemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUniqueProblemsCommandOutput>;
624
- /**
625
- * deserializeAws_json1_1ListUploadsCommand
626
- */
627
- export declare const de_ListUploadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUploadsCommandOutput>;
628
- /**
629
- * deserializeAws_json1_1ListVPCEConfigurationsCommand
630
- */
631
- export declare const de_ListVPCEConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCEConfigurationsCommandOutput>;
632
- /**
633
- * deserializeAws_json1_1PurchaseOfferingCommand
634
- */
635
- export declare const de_PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
636
- /**
637
- * deserializeAws_json1_1RenewOfferingCommand
638
- */
639
- export declare const de_RenewOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenewOfferingCommandOutput>;
640
- /**
641
- * deserializeAws_json1_1ScheduleRunCommand
642
- */
643
- export declare const de_ScheduleRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleRunCommandOutput>;
644
- /**
645
- * deserializeAws_json1_1StopJobCommand
646
- */
647
- export declare const de_StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
648
- /**
649
- * deserializeAws_json1_1StopRemoteAccessSessionCommand
650
- */
651
- export declare const de_StopRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRemoteAccessSessionCommandOutput>;
652
- /**
653
- * deserializeAws_json1_1StopRunCommand
654
- */
655
- export declare const de_StopRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRunCommandOutput>;
656
- /**
657
- * deserializeAws_json1_1TagResourceCommand
658
- */
659
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
660
- /**
661
- * deserializeAws_json1_1UntagResourceCommand
662
- */
663
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
664
- /**
665
- * deserializeAws_json1_1UpdateDeviceInstanceCommand
666
- */
667
- export declare const de_UpdateDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceInstanceCommandOutput>;
668
- /**
669
- * deserializeAws_json1_1UpdateDevicePoolCommand
670
- */
671
- export declare const de_UpdateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevicePoolCommandOutput>;
672
- /**
673
- * deserializeAws_json1_1UpdateInstanceProfileCommand
674
- */
675
- export declare const de_UpdateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceProfileCommandOutput>;
676
- /**
677
- * deserializeAws_json1_1UpdateNetworkProfileCommand
678
- */
679
- export declare const de_UpdateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkProfileCommandOutput>;
680
- /**
681
- * deserializeAws_json1_1UpdateProjectCommand
682
- */
683
- export declare const de_UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
684
- /**
685
- * deserializeAws_json1_1UpdateTestGridProjectCommand
686
- */
687
- export declare const de_UpdateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTestGridProjectCommandOutput>;
688
- /**
689
- * deserializeAws_json1_1UpdateUploadCommand
690
- */
691
- export declare const de_UpdateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUploadCommandOutput>;
692
- /**
693
- * deserializeAws_json1_1UpdateVPCEConfigurationCommand
694
- */
695
- export declare const de_UpdateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVPCEConfigurationCommandOutput>;