@aws-sdk/client-device-farm 3.169.0 → 3.170.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 +8 -0
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +1390 -390
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +591 -150
  4. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +38 -17
  11. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +37 -17
  14. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +38 -17
  28. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +32 -17
  29. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +38 -17
  31. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +34 -17
  32. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +32 -17
  36. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +38 -17
  38. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +34 -17
  39. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +41 -17
  40. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +34 -17
  45. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +41 -17
  46. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +34 -17
  47. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +38 -17
  48. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +34 -17
  51. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +41 -17
  53. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +34 -17
  54. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +34 -17
  55. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +34 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  57. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +41 -17
  58. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +41 -17
  59. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +41 -17
  60. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +41 -17
  61. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +34 -17
  62. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +38 -17
  63. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +34 -17
  64. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +41 -17
  65. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +37 -17
  66. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +34 -17
  67. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +34 -17
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +32 -17
  69. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +41 -17
  70. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +32 -17
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  73. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +41 -17
  74. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +37 -17
  75. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +41 -17
  76. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +41 -17
  77. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +34 -17
  78. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +41 -17
  79. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +34 -17
  80. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +41 -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 +8 -6
  85. package/dist-types/ts3.4/models/index.d.ts +1 -1
  86. package/dist-types/ts3.4/models/models_0.d.ts +2640 -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 +66 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  112. package/package.json +34 -34
@@ -1,233 +1,929 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/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
- export declare const serializeAws_json1_1CreateDevicePoolCommand: (input: CreateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- export declare const serializeAws_json1_1CreateInstanceProfileCommand: (input: CreateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
82
- export declare const serializeAws_json1_1CreateNetworkProfileCommand: (input: CreateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- export declare const serializeAws_json1_1CreateProjectCommand: (input: CreateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
84
- export declare const serializeAws_json1_1CreateRemoteAccessSessionCommand: (input: CreateRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- export declare const serializeAws_json1_1CreateTestGridProjectCommand: (input: CreateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
86
- export declare const serializeAws_json1_1CreateTestGridUrlCommand: (input: CreateTestGridUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- export declare const serializeAws_json1_1CreateUploadCommand: (input: CreateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
88
- export declare const serializeAws_json1_1CreateVPCEConfigurationCommand: (input: CreateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- export declare const serializeAws_json1_1DeleteDevicePoolCommand: (input: DeleteDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
90
- export declare const serializeAws_json1_1DeleteInstanceProfileCommand: (input: DeleteInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- export declare const serializeAws_json1_1DeleteNetworkProfileCommand: (input: DeleteNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
92
- export declare const serializeAws_json1_1DeleteProjectCommand: (input: DeleteProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- export declare const serializeAws_json1_1DeleteRemoteAccessSessionCommand: (input: DeleteRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
94
- export declare const serializeAws_json1_1DeleteRunCommand: (input: DeleteRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- export declare const serializeAws_json1_1DeleteTestGridProjectCommand: (input: DeleteTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
96
- export declare const serializeAws_json1_1DeleteUploadCommand: (input: DeleteUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- export declare const serializeAws_json1_1DeleteVPCEConfigurationCommand: (input: DeleteVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
98
- export declare const serializeAws_json1_1GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- export declare const serializeAws_json1_1GetDeviceCommand: (input: GetDeviceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
100
- export declare const serializeAws_json1_1GetDeviceInstanceCommand: (input: GetDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- export declare const serializeAws_json1_1GetDevicePoolCommand: (input: GetDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
102
- export declare const serializeAws_json1_1GetDevicePoolCompatibilityCommand: (input: GetDevicePoolCompatibilityCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- export declare const serializeAws_json1_1GetInstanceProfileCommand: (input: GetInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
104
- export declare const serializeAws_json1_1GetJobCommand: (input: GetJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- export declare const serializeAws_json1_1GetNetworkProfileCommand: (input: GetNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
106
- export declare const serializeAws_json1_1GetOfferingStatusCommand: (input: GetOfferingStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- export declare const serializeAws_json1_1GetProjectCommand: (input: GetProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
108
- export declare const serializeAws_json1_1GetRemoteAccessSessionCommand: (input: GetRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- export declare const serializeAws_json1_1GetRunCommand: (input: GetRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
110
- export declare const serializeAws_json1_1GetSuiteCommand: (input: GetSuiteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- export declare const serializeAws_json1_1GetTestCommand: (input: GetTestCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
112
- export declare const serializeAws_json1_1GetTestGridProjectCommand: (input: GetTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- export declare const serializeAws_json1_1GetTestGridSessionCommand: (input: GetTestGridSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
114
- export declare const serializeAws_json1_1GetUploadCommand: (input: GetUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- export declare const serializeAws_json1_1GetVPCEConfigurationCommand: (input: GetVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
116
- export declare const serializeAws_json1_1InstallToRemoteAccessSessionCommand: (input: InstallToRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- export declare const serializeAws_json1_1ListArtifactsCommand: (input: ListArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
118
- export declare const serializeAws_json1_1ListDeviceInstancesCommand: (input: ListDeviceInstancesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- export declare const serializeAws_json1_1ListDevicePoolsCommand: (input: ListDevicePoolsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
120
- export declare const serializeAws_json1_1ListDevicesCommand: (input: ListDevicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- export declare const serializeAws_json1_1ListInstanceProfilesCommand: (input: ListInstanceProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
122
- export declare const serializeAws_json1_1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- export declare const serializeAws_json1_1ListNetworkProfilesCommand: (input: ListNetworkProfilesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
124
- export declare const serializeAws_json1_1ListOfferingPromotionsCommand: (input: ListOfferingPromotionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- export declare const serializeAws_json1_1ListOfferingsCommand: (input: ListOfferingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
126
- export declare const serializeAws_json1_1ListOfferingTransactionsCommand: (input: ListOfferingTransactionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- export declare const serializeAws_json1_1ListProjectsCommand: (input: ListProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
128
- export declare const serializeAws_json1_1ListRemoteAccessSessionsCommand: (input: ListRemoteAccessSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- export declare const serializeAws_json1_1ListRunsCommand: (input: ListRunsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
130
- export declare const serializeAws_json1_1ListSamplesCommand: (input: ListSamplesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- export declare const serializeAws_json1_1ListSuitesCommand: (input: ListSuitesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
132
- export declare const serializeAws_json1_1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- export declare const serializeAws_json1_1ListTestGridProjectsCommand: (input: ListTestGridProjectsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
134
- export declare const serializeAws_json1_1ListTestGridSessionActionsCommand: (input: ListTestGridSessionActionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- export declare const serializeAws_json1_1ListTestGridSessionArtifactsCommand: (input: ListTestGridSessionArtifactsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
136
- export declare const serializeAws_json1_1ListTestGridSessionsCommand: (input: ListTestGridSessionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- export declare const serializeAws_json1_1ListTestsCommand: (input: ListTestsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
138
- export declare const serializeAws_json1_1ListUniqueProblemsCommand: (input: ListUniqueProblemsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- export declare const serializeAws_json1_1ListUploadsCommand: (input: ListUploadsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
140
- export declare const serializeAws_json1_1ListVPCEConfigurationsCommand: (input: ListVPCEConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- export declare const serializeAws_json1_1PurchaseOfferingCommand: (input: PurchaseOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
142
- export declare const serializeAws_json1_1RenewOfferingCommand: (input: RenewOfferingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- export declare const serializeAws_json1_1ScheduleRunCommand: (input: ScheduleRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
144
- export declare const serializeAws_json1_1StopJobCommand: (input: StopJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- export declare const serializeAws_json1_1StopRemoteAccessSessionCommand: (input: StopRemoteAccessSessionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
146
- export declare const serializeAws_json1_1StopRunCommand: (input: StopRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
147
- export declare const serializeAws_json1_1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
148
- export declare const serializeAws_json1_1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- export declare const serializeAws_json1_1UpdateDeviceInstanceCommand: (input: UpdateDeviceInstanceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
150
- export declare const serializeAws_json1_1UpdateDevicePoolCommand: (input: UpdateDevicePoolCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
151
- export declare const serializeAws_json1_1UpdateInstanceProfileCommand: (input: UpdateInstanceProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
152
- export declare const serializeAws_json1_1UpdateNetworkProfileCommand: (input: UpdateNetworkProfileCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- export declare const serializeAws_json1_1UpdateProjectCommand: (input: UpdateProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
154
- export declare const serializeAws_json1_1UpdateTestGridProjectCommand: (input: UpdateTestGridProjectCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
155
- export declare const serializeAws_json1_1UpdateUploadCommand: (input: UpdateUploadCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
156
- export declare const serializeAws_json1_1UpdateVPCEConfigurationCommand: (input: UpdateVPCEConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- export declare const deserializeAws_json1_1CreateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevicePoolCommandOutput>;
158
- export declare const deserializeAws_json1_1CreateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateInstanceProfileCommandOutput>;
159
- export declare const deserializeAws_json1_1CreateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateNetworkProfileCommandOutput>;
160
- export declare const deserializeAws_json1_1CreateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateProjectCommandOutput>;
161
- export declare const deserializeAws_json1_1CreateRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRemoteAccessSessionCommandOutput>;
162
- export declare const deserializeAws_json1_1CreateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridProjectCommandOutput>;
163
- export declare const deserializeAws_json1_1CreateTestGridUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTestGridUrlCommandOutput>;
164
- export declare const deserializeAws_json1_1CreateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUploadCommandOutput>;
165
- export declare const deserializeAws_json1_1CreateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVPCEConfigurationCommandOutput>;
166
- export declare const deserializeAws_json1_1DeleteDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevicePoolCommandOutput>;
167
- export declare const deserializeAws_json1_1DeleteInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInstanceProfileCommandOutput>;
168
- export declare const deserializeAws_json1_1DeleteNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteNetworkProfileCommandOutput>;
169
- export declare const deserializeAws_json1_1DeleteProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteProjectCommandOutput>;
170
- export declare const deserializeAws_json1_1DeleteRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRemoteAccessSessionCommandOutput>;
171
- export declare const deserializeAws_json1_1DeleteRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRunCommandOutput>;
172
- export declare const deserializeAws_json1_1DeleteTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTestGridProjectCommandOutput>;
173
- export declare const deserializeAws_json1_1DeleteUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteUploadCommandOutput>;
174
- export declare const deserializeAws_json1_1DeleteVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVPCEConfigurationCommandOutput>;
175
- export declare const deserializeAws_json1_1GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
176
- export declare const deserializeAws_json1_1GetDeviceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceCommandOutput>;
177
- export declare const deserializeAws_json1_1GetDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDeviceInstanceCommandOutput>;
178
- export declare const deserializeAws_json1_1GetDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCommandOutput>;
179
- export declare const deserializeAws_json1_1GetDevicePoolCompatibilityCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDevicePoolCompatibilityCommandOutput>;
180
- export declare const deserializeAws_json1_1GetInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetInstanceProfileCommandOutput>;
181
- export declare const deserializeAws_json1_1GetJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetJobCommandOutput>;
182
- export declare const deserializeAws_json1_1GetNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetNetworkProfileCommandOutput>;
183
- export declare const deserializeAws_json1_1GetOfferingStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetOfferingStatusCommandOutput>;
184
- export declare const deserializeAws_json1_1GetProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetProjectCommandOutput>;
185
- export declare const deserializeAws_json1_1GetRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRemoteAccessSessionCommandOutput>;
186
- export declare const deserializeAws_json1_1GetRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRunCommandOutput>;
187
- export declare const deserializeAws_json1_1GetSuiteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetSuiteCommandOutput>;
188
- export declare const deserializeAws_json1_1GetTestCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestCommandOutput>;
189
- export declare const deserializeAws_json1_1GetTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridProjectCommandOutput>;
190
- export declare const deserializeAws_json1_1GetTestGridSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTestGridSessionCommandOutput>;
191
- export declare const deserializeAws_json1_1GetUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUploadCommandOutput>;
192
- export declare const deserializeAws_json1_1GetVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetVPCEConfigurationCommandOutput>;
193
- export declare const deserializeAws_json1_1InstallToRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InstallToRemoteAccessSessionCommandOutput>;
194
- export declare const deserializeAws_json1_1ListArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListArtifactsCommandOutput>;
195
- export declare const deserializeAws_json1_1ListDeviceInstancesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDeviceInstancesCommandOutput>;
196
- export declare const deserializeAws_json1_1ListDevicePoolsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicePoolsCommandOutput>;
197
- export declare const deserializeAws_json1_1ListDevicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevicesCommandOutput>;
198
- export declare const deserializeAws_json1_1ListInstanceProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInstanceProfilesCommandOutput>;
199
- export declare const deserializeAws_json1_1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
200
- export declare const deserializeAws_json1_1ListNetworkProfilesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListNetworkProfilesCommandOutput>;
201
- export declare const deserializeAws_json1_1ListOfferingPromotionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingPromotionsCommandOutput>;
202
- export declare const deserializeAws_json1_1ListOfferingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingsCommandOutput>;
203
- export declare const deserializeAws_json1_1ListOfferingTransactionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOfferingTransactionsCommandOutput>;
204
- export declare const deserializeAws_json1_1ListProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListProjectsCommandOutput>;
205
- export declare const deserializeAws_json1_1ListRemoteAccessSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRemoteAccessSessionsCommandOutput>;
206
- export declare const deserializeAws_json1_1ListRunsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRunsCommandOutput>;
207
- export declare const deserializeAws_json1_1ListSamplesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSamplesCommandOutput>;
208
- export declare const deserializeAws_json1_1ListSuitesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSuitesCommandOutput>;
209
- export declare const deserializeAws_json1_1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
210
- export declare const deserializeAws_json1_1ListTestGridProjectsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridProjectsCommandOutput>;
211
- export declare const deserializeAws_json1_1ListTestGridSessionActionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionActionsCommandOutput>;
212
- export declare const deserializeAws_json1_1ListTestGridSessionArtifactsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionArtifactsCommandOutput>;
213
- export declare const deserializeAws_json1_1ListTestGridSessionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestGridSessionsCommandOutput>;
214
- export declare const deserializeAws_json1_1ListTestsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTestsCommandOutput>;
215
- export declare const deserializeAws_json1_1ListUniqueProblemsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUniqueProblemsCommandOutput>;
216
- export declare const deserializeAws_json1_1ListUploadsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUploadsCommandOutput>;
217
- export declare const deserializeAws_json1_1ListVPCEConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVPCEConfigurationsCommandOutput>;
218
- export declare const deserializeAws_json1_1PurchaseOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PurchaseOfferingCommandOutput>;
219
- export declare const deserializeAws_json1_1RenewOfferingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RenewOfferingCommandOutput>;
220
- export declare const deserializeAws_json1_1ScheduleRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ScheduleRunCommandOutput>;
221
- export declare const deserializeAws_json1_1StopJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopJobCommandOutput>;
222
- export declare const deserializeAws_json1_1StopRemoteAccessSessionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRemoteAccessSessionCommandOutput>;
223
- export declare const deserializeAws_json1_1StopRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopRunCommandOutput>;
224
- export declare const deserializeAws_json1_1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
225
- export declare const deserializeAws_json1_1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
226
- export declare const deserializeAws_json1_1UpdateDeviceInstanceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDeviceInstanceCommandOutput>;
227
- export declare const deserializeAws_json1_1UpdateDevicePoolCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDevicePoolCommandOutput>;
228
- export declare const deserializeAws_json1_1UpdateInstanceProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInstanceProfileCommandOutput>;
229
- export declare const deserializeAws_json1_1UpdateNetworkProfileCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateNetworkProfileCommandOutput>;
230
- export declare const deserializeAws_json1_1UpdateProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateProjectCommandOutput>;
231
- export declare const deserializeAws_json1_1UpdateTestGridProjectCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateTestGridProjectCommandOutput>;
232
- export declare const deserializeAws_json1_1UpdateUploadCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUploadCommandOutput>;
233
- export declare const deserializeAws_json1_1UpdateVPCEConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVPCEConfigurationCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CreateDevicePoolCommandInput,
8
+ CreateDevicePoolCommandOutput,
9
+ } from "../commands/CreateDevicePoolCommand";
10
+ import {
11
+ CreateInstanceProfileCommandInput,
12
+ CreateInstanceProfileCommandOutput,
13
+ } from "../commands/CreateInstanceProfileCommand";
14
+ import {
15
+ CreateNetworkProfileCommandInput,
16
+ CreateNetworkProfileCommandOutput,
17
+ } from "../commands/CreateNetworkProfileCommand";
18
+ import {
19
+ CreateProjectCommandInput,
20
+ CreateProjectCommandOutput,
21
+ } from "../commands/CreateProjectCommand";
22
+ import {
23
+ CreateRemoteAccessSessionCommandInput,
24
+ CreateRemoteAccessSessionCommandOutput,
25
+ } from "../commands/CreateRemoteAccessSessionCommand";
26
+ import {
27
+ CreateTestGridProjectCommandInput,
28
+ CreateTestGridProjectCommandOutput,
29
+ } from "../commands/CreateTestGridProjectCommand";
30
+ import {
31
+ CreateTestGridUrlCommandInput,
32
+ CreateTestGridUrlCommandOutput,
33
+ } from "../commands/CreateTestGridUrlCommand";
34
+ import {
35
+ CreateUploadCommandInput,
36
+ CreateUploadCommandOutput,
37
+ } from "../commands/CreateUploadCommand";
38
+ import {
39
+ CreateVPCEConfigurationCommandInput,
40
+ CreateVPCEConfigurationCommandOutput,
41
+ } from "../commands/CreateVPCEConfigurationCommand";
42
+ import {
43
+ DeleteDevicePoolCommandInput,
44
+ DeleteDevicePoolCommandOutput,
45
+ } from "../commands/DeleteDevicePoolCommand";
46
+ import {
47
+ DeleteInstanceProfileCommandInput,
48
+ DeleteInstanceProfileCommandOutput,
49
+ } from "../commands/DeleteInstanceProfileCommand";
50
+ import {
51
+ DeleteNetworkProfileCommandInput,
52
+ DeleteNetworkProfileCommandOutput,
53
+ } from "../commands/DeleteNetworkProfileCommand";
54
+ import {
55
+ DeleteProjectCommandInput,
56
+ DeleteProjectCommandOutput,
57
+ } from "../commands/DeleteProjectCommand";
58
+ import {
59
+ DeleteRemoteAccessSessionCommandInput,
60
+ DeleteRemoteAccessSessionCommandOutput,
61
+ } from "../commands/DeleteRemoteAccessSessionCommand";
62
+ import {
63
+ DeleteRunCommandInput,
64
+ DeleteRunCommandOutput,
65
+ } from "../commands/DeleteRunCommand";
66
+ import {
67
+ DeleteTestGridProjectCommandInput,
68
+ DeleteTestGridProjectCommandOutput,
69
+ } from "../commands/DeleteTestGridProjectCommand";
70
+ import {
71
+ DeleteUploadCommandInput,
72
+ DeleteUploadCommandOutput,
73
+ } from "../commands/DeleteUploadCommand";
74
+ import {
75
+ DeleteVPCEConfigurationCommandInput,
76
+ DeleteVPCEConfigurationCommandOutput,
77
+ } from "../commands/DeleteVPCEConfigurationCommand";
78
+ import {
79
+ GetAccountSettingsCommandInput,
80
+ GetAccountSettingsCommandOutput,
81
+ } from "../commands/GetAccountSettingsCommand";
82
+ import {
83
+ GetDeviceCommandInput,
84
+ GetDeviceCommandOutput,
85
+ } from "../commands/GetDeviceCommand";
86
+ import {
87
+ GetDeviceInstanceCommandInput,
88
+ GetDeviceInstanceCommandOutput,
89
+ } from "../commands/GetDeviceInstanceCommand";
90
+ import {
91
+ GetDevicePoolCommandInput,
92
+ GetDevicePoolCommandOutput,
93
+ } from "../commands/GetDevicePoolCommand";
94
+ import {
95
+ GetDevicePoolCompatibilityCommandInput,
96
+ GetDevicePoolCompatibilityCommandOutput,
97
+ } from "../commands/GetDevicePoolCompatibilityCommand";
98
+ import {
99
+ GetInstanceProfileCommandInput,
100
+ GetInstanceProfileCommandOutput,
101
+ } from "../commands/GetInstanceProfileCommand";
102
+ import {
103
+ GetJobCommandInput,
104
+ GetJobCommandOutput,
105
+ } from "../commands/GetJobCommand";
106
+ import {
107
+ GetNetworkProfileCommandInput,
108
+ GetNetworkProfileCommandOutput,
109
+ } from "../commands/GetNetworkProfileCommand";
110
+ import {
111
+ GetOfferingStatusCommandInput,
112
+ GetOfferingStatusCommandOutput,
113
+ } from "../commands/GetOfferingStatusCommand";
114
+ import {
115
+ GetProjectCommandInput,
116
+ GetProjectCommandOutput,
117
+ } from "../commands/GetProjectCommand";
118
+ import {
119
+ GetRemoteAccessSessionCommandInput,
120
+ GetRemoteAccessSessionCommandOutput,
121
+ } from "../commands/GetRemoteAccessSessionCommand";
122
+ import {
123
+ GetRunCommandInput,
124
+ GetRunCommandOutput,
125
+ } from "../commands/GetRunCommand";
126
+ import {
127
+ GetSuiteCommandInput,
128
+ GetSuiteCommandOutput,
129
+ } from "../commands/GetSuiteCommand";
130
+ import {
131
+ GetTestCommandInput,
132
+ GetTestCommandOutput,
133
+ } from "../commands/GetTestCommand";
134
+ import {
135
+ GetTestGridProjectCommandInput,
136
+ GetTestGridProjectCommandOutput,
137
+ } from "../commands/GetTestGridProjectCommand";
138
+ import {
139
+ GetTestGridSessionCommandInput,
140
+ GetTestGridSessionCommandOutput,
141
+ } from "../commands/GetTestGridSessionCommand";
142
+ import {
143
+ GetUploadCommandInput,
144
+ GetUploadCommandOutput,
145
+ } from "../commands/GetUploadCommand";
146
+ import {
147
+ GetVPCEConfigurationCommandInput,
148
+ GetVPCEConfigurationCommandOutput,
149
+ } from "../commands/GetVPCEConfigurationCommand";
150
+ import {
151
+ InstallToRemoteAccessSessionCommandInput,
152
+ InstallToRemoteAccessSessionCommandOutput,
153
+ } from "../commands/InstallToRemoteAccessSessionCommand";
154
+ import {
155
+ ListArtifactsCommandInput,
156
+ ListArtifactsCommandOutput,
157
+ } from "../commands/ListArtifactsCommand";
158
+ import {
159
+ ListDeviceInstancesCommandInput,
160
+ ListDeviceInstancesCommandOutput,
161
+ } from "../commands/ListDeviceInstancesCommand";
162
+ import {
163
+ ListDevicePoolsCommandInput,
164
+ ListDevicePoolsCommandOutput,
165
+ } from "../commands/ListDevicePoolsCommand";
166
+ import {
167
+ ListDevicesCommandInput,
168
+ ListDevicesCommandOutput,
169
+ } from "../commands/ListDevicesCommand";
170
+ import {
171
+ ListInstanceProfilesCommandInput,
172
+ ListInstanceProfilesCommandOutput,
173
+ } from "../commands/ListInstanceProfilesCommand";
174
+ import {
175
+ ListJobsCommandInput,
176
+ ListJobsCommandOutput,
177
+ } from "../commands/ListJobsCommand";
178
+ import {
179
+ ListNetworkProfilesCommandInput,
180
+ ListNetworkProfilesCommandOutput,
181
+ } from "../commands/ListNetworkProfilesCommand";
182
+ import {
183
+ ListOfferingPromotionsCommandInput,
184
+ ListOfferingPromotionsCommandOutput,
185
+ } from "../commands/ListOfferingPromotionsCommand";
186
+ import {
187
+ ListOfferingsCommandInput,
188
+ ListOfferingsCommandOutput,
189
+ } from "../commands/ListOfferingsCommand";
190
+ import {
191
+ ListOfferingTransactionsCommandInput,
192
+ ListOfferingTransactionsCommandOutput,
193
+ } from "../commands/ListOfferingTransactionsCommand";
194
+ import {
195
+ ListProjectsCommandInput,
196
+ ListProjectsCommandOutput,
197
+ } from "../commands/ListProjectsCommand";
198
+ import {
199
+ ListRemoteAccessSessionsCommandInput,
200
+ ListRemoteAccessSessionsCommandOutput,
201
+ } from "../commands/ListRemoteAccessSessionsCommand";
202
+ import {
203
+ ListRunsCommandInput,
204
+ ListRunsCommandOutput,
205
+ } from "../commands/ListRunsCommand";
206
+ import {
207
+ ListSamplesCommandInput,
208
+ ListSamplesCommandOutput,
209
+ } from "../commands/ListSamplesCommand";
210
+ import {
211
+ ListSuitesCommandInput,
212
+ ListSuitesCommandOutput,
213
+ } from "../commands/ListSuitesCommand";
214
+ import {
215
+ ListTagsForResourceCommandInput,
216
+ ListTagsForResourceCommandOutput,
217
+ } from "../commands/ListTagsForResourceCommand";
218
+ import {
219
+ ListTestGridProjectsCommandInput,
220
+ ListTestGridProjectsCommandOutput,
221
+ } from "../commands/ListTestGridProjectsCommand";
222
+ import {
223
+ ListTestGridSessionActionsCommandInput,
224
+ ListTestGridSessionActionsCommandOutput,
225
+ } from "../commands/ListTestGridSessionActionsCommand";
226
+ import {
227
+ ListTestGridSessionArtifactsCommandInput,
228
+ ListTestGridSessionArtifactsCommandOutput,
229
+ } from "../commands/ListTestGridSessionArtifactsCommand";
230
+ import {
231
+ ListTestGridSessionsCommandInput,
232
+ ListTestGridSessionsCommandOutput,
233
+ } from "../commands/ListTestGridSessionsCommand";
234
+ import {
235
+ ListTestsCommandInput,
236
+ ListTestsCommandOutput,
237
+ } from "../commands/ListTestsCommand";
238
+ import {
239
+ ListUniqueProblemsCommandInput,
240
+ ListUniqueProblemsCommandOutput,
241
+ } from "../commands/ListUniqueProblemsCommand";
242
+ import {
243
+ ListUploadsCommandInput,
244
+ ListUploadsCommandOutput,
245
+ } from "../commands/ListUploadsCommand";
246
+ import {
247
+ ListVPCEConfigurationsCommandInput,
248
+ ListVPCEConfigurationsCommandOutput,
249
+ } from "../commands/ListVPCEConfigurationsCommand";
250
+ import {
251
+ PurchaseOfferingCommandInput,
252
+ PurchaseOfferingCommandOutput,
253
+ } from "../commands/PurchaseOfferingCommand";
254
+ import {
255
+ RenewOfferingCommandInput,
256
+ RenewOfferingCommandOutput,
257
+ } from "../commands/RenewOfferingCommand";
258
+ import {
259
+ ScheduleRunCommandInput,
260
+ ScheduleRunCommandOutput,
261
+ } from "../commands/ScheduleRunCommand";
262
+ import {
263
+ StopJobCommandInput,
264
+ StopJobCommandOutput,
265
+ } from "../commands/StopJobCommand";
266
+ import {
267
+ StopRemoteAccessSessionCommandInput,
268
+ StopRemoteAccessSessionCommandOutput,
269
+ } from "../commands/StopRemoteAccessSessionCommand";
270
+ import {
271
+ StopRunCommandInput,
272
+ StopRunCommandOutput,
273
+ } from "../commands/StopRunCommand";
274
+ import {
275
+ TagResourceCommandInput,
276
+ TagResourceCommandOutput,
277
+ } from "../commands/TagResourceCommand";
278
+ import {
279
+ UntagResourceCommandInput,
280
+ UntagResourceCommandOutput,
281
+ } from "../commands/UntagResourceCommand";
282
+ import {
283
+ UpdateDeviceInstanceCommandInput,
284
+ UpdateDeviceInstanceCommandOutput,
285
+ } from "../commands/UpdateDeviceInstanceCommand";
286
+ import {
287
+ UpdateDevicePoolCommandInput,
288
+ UpdateDevicePoolCommandOutput,
289
+ } from "../commands/UpdateDevicePoolCommand";
290
+ import {
291
+ UpdateInstanceProfileCommandInput,
292
+ UpdateInstanceProfileCommandOutput,
293
+ } from "../commands/UpdateInstanceProfileCommand";
294
+ import {
295
+ UpdateNetworkProfileCommandInput,
296
+ UpdateNetworkProfileCommandOutput,
297
+ } from "../commands/UpdateNetworkProfileCommand";
298
+ import {
299
+ UpdateProjectCommandInput,
300
+ UpdateProjectCommandOutput,
301
+ } from "../commands/UpdateProjectCommand";
302
+ import {
303
+ UpdateTestGridProjectCommandInput,
304
+ UpdateTestGridProjectCommandOutput,
305
+ } from "../commands/UpdateTestGridProjectCommand";
306
+ import {
307
+ UpdateUploadCommandInput,
308
+ UpdateUploadCommandOutput,
309
+ } from "../commands/UpdateUploadCommand";
310
+ import {
311
+ UpdateVPCEConfigurationCommandInput,
312
+ UpdateVPCEConfigurationCommandOutput,
313
+ } from "../commands/UpdateVPCEConfigurationCommand";
314
+ export declare const serializeAws_json1_1CreateDevicePoolCommand: (
315
+ input: CreateDevicePoolCommandInput,
316
+ context: __SerdeContext
317
+ ) => Promise<__HttpRequest>;
318
+ export declare const serializeAws_json1_1CreateInstanceProfileCommand: (
319
+ input: CreateInstanceProfileCommandInput,
320
+ context: __SerdeContext
321
+ ) => Promise<__HttpRequest>;
322
+ export declare const serializeAws_json1_1CreateNetworkProfileCommand: (
323
+ input: CreateNetworkProfileCommandInput,
324
+ context: __SerdeContext
325
+ ) => Promise<__HttpRequest>;
326
+ export declare const serializeAws_json1_1CreateProjectCommand: (
327
+ input: CreateProjectCommandInput,
328
+ context: __SerdeContext
329
+ ) => Promise<__HttpRequest>;
330
+ export declare const serializeAws_json1_1CreateRemoteAccessSessionCommand: (
331
+ input: CreateRemoteAccessSessionCommandInput,
332
+ context: __SerdeContext
333
+ ) => Promise<__HttpRequest>;
334
+ export declare const serializeAws_json1_1CreateTestGridProjectCommand: (
335
+ input: CreateTestGridProjectCommandInput,
336
+ context: __SerdeContext
337
+ ) => Promise<__HttpRequest>;
338
+ export declare const serializeAws_json1_1CreateTestGridUrlCommand: (
339
+ input: CreateTestGridUrlCommandInput,
340
+ context: __SerdeContext
341
+ ) => Promise<__HttpRequest>;
342
+ export declare const serializeAws_json1_1CreateUploadCommand: (
343
+ input: CreateUploadCommandInput,
344
+ context: __SerdeContext
345
+ ) => Promise<__HttpRequest>;
346
+ export declare const serializeAws_json1_1CreateVPCEConfigurationCommand: (
347
+ input: CreateVPCEConfigurationCommandInput,
348
+ context: __SerdeContext
349
+ ) => Promise<__HttpRequest>;
350
+ export declare const serializeAws_json1_1DeleteDevicePoolCommand: (
351
+ input: DeleteDevicePoolCommandInput,
352
+ context: __SerdeContext
353
+ ) => Promise<__HttpRequest>;
354
+ export declare const serializeAws_json1_1DeleteInstanceProfileCommand: (
355
+ input: DeleteInstanceProfileCommandInput,
356
+ context: __SerdeContext
357
+ ) => Promise<__HttpRequest>;
358
+ export declare const serializeAws_json1_1DeleteNetworkProfileCommand: (
359
+ input: DeleteNetworkProfileCommandInput,
360
+ context: __SerdeContext
361
+ ) => Promise<__HttpRequest>;
362
+ export declare const serializeAws_json1_1DeleteProjectCommand: (
363
+ input: DeleteProjectCommandInput,
364
+ context: __SerdeContext
365
+ ) => Promise<__HttpRequest>;
366
+ export declare const serializeAws_json1_1DeleteRemoteAccessSessionCommand: (
367
+ input: DeleteRemoteAccessSessionCommandInput,
368
+ context: __SerdeContext
369
+ ) => Promise<__HttpRequest>;
370
+ export declare const serializeAws_json1_1DeleteRunCommand: (
371
+ input: DeleteRunCommandInput,
372
+ context: __SerdeContext
373
+ ) => Promise<__HttpRequest>;
374
+ export declare const serializeAws_json1_1DeleteTestGridProjectCommand: (
375
+ input: DeleteTestGridProjectCommandInput,
376
+ context: __SerdeContext
377
+ ) => Promise<__HttpRequest>;
378
+ export declare const serializeAws_json1_1DeleteUploadCommand: (
379
+ input: DeleteUploadCommandInput,
380
+ context: __SerdeContext
381
+ ) => Promise<__HttpRequest>;
382
+ export declare const serializeAws_json1_1DeleteVPCEConfigurationCommand: (
383
+ input: DeleteVPCEConfigurationCommandInput,
384
+ context: __SerdeContext
385
+ ) => Promise<__HttpRequest>;
386
+ export declare const serializeAws_json1_1GetAccountSettingsCommand: (
387
+ input: GetAccountSettingsCommandInput,
388
+ context: __SerdeContext
389
+ ) => Promise<__HttpRequest>;
390
+ export declare const serializeAws_json1_1GetDeviceCommand: (
391
+ input: GetDeviceCommandInput,
392
+ context: __SerdeContext
393
+ ) => Promise<__HttpRequest>;
394
+ export declare const serializeAws_json1_1GetDeviceInstanceCommand: (
395
+ input: GetDeviceInstanceCommandInput,
396
+ context: __SerdeContext
397
+ ) => Promise<__HttpRequest>;
398
+ export declare const serializeAws_json1_1GetDevicePoolCommand: (
399
+ input: GetDevicePoolCommandInput,
400
+ context: __SerdeContext
401
+ ) => Promise<__HttpRequest>;
402
+ export declare const serializeAws_json1_1GetDevicePoolCompatibilityCommand: (
403
+ input: GetDevicePoolCompatibilityCommandInput,
404
+ context: __SerdeContext
405
+ ) => Promise<__HttpRequest>;
406
+ export declare const serializeAws_json1_1GetInstanceProfileCommand: (
407
+ input: GetInstanceProfileCommandInput,
408
+ context: __SerdeContext
409
+ ) => Promise<__HttpRequest>;
410
+ export declare const serializeAws_json1_1GetJobCommand: (
411
+ input: GetJobCommandInput,
412
+ context: __SerdeContext
413
+ ) => Promise<__HttpRequest>;
414
+ export declare const serializeAws_json1_1GetNetworkProfileCommand: (
415
+ input: GetNetworkProfileCommandInput,
416
+ context: __SerdeContext
417
+ ) => Promise<__HttpRequest>;
418
+ export declare const serializeAws_json1_1GetOfferingStatusCommand: (
419
+ input: GetOfferingStatusCommandInput,
420
+ context: __SerdeContext
421
+ ) => Promise<__HttpRequest>;
422
+ export declare const serializeAws_json1_1GetProjectCommand: (
423
+ input: GetProjectCommandInput,
424
+ context: __SerdeContext
425
+ ) => Promise<__HttpRequest>;
426
+ export declare const serializeAws_json1_1GetRemoteAccessSessionCommand: (
427
+ input: GetRemoteAccessSessionCommandInput,
428
+ context: __SerdeContext
429
+ ) => Promise<__HttpRequest>;
430
+ export declare const serializeAws_json1_1GetRunCommand: (
431
+ input: GetRunCommandInput,
432
+ context: __SerdeContext
433
+ ) => Promise<__HttpRequest>;
434
+ export declare const serializeAws_json1_1GetSuiteCommand: (
435
+ input: GetSuiteCommandInput,
436
+ context: __SerdeContext
437
+ ) => Promise<__HttpRequest>;
438
+ export declare const serializeAws_json1_1GetTestCommand: (
439
+ input: GetTestCommandInput,
440
+ context: __SerdeContext
441
+ ) => Promise<__HttpRequest>;
442
+ export declare const serializeAws_json1_1GetTestGridProjectCommand: (
443
+ input: GetTestGridProjectCommandInput,
444
+ context: __SerdeContext
445
+ ) => Promise<__HttpRequest>;
446
+ export declare const serializeAws_json1_1GetTestGridSessionCommand: (
447
+ input: GetTestGridSessionCommandInput,
448
+ context: __SerdeContext
449
+ ) => Promise<__HttpRequest>;
450
+ export declare const serializeAws_json1_1GetUploadCommand: (
451
+ input: GetUploadCommandInput,
452
+ context: __SerdeContext
453
+ ) => Promise<__HttpRequest>;
454
+ export declare const serializeAws_json1_1GetVPCEConfigurationCommand: (
455
+ input: GetVPCEConfigurationCommandInput,
456
+ context: __SerdeContext
457
+ ) => Promise<__HttpRequest>;
458
+ export declare const serializeAws_json1_1InstallToRemoteAccessSessionCommand: (
459
+ input: InstallToRemoteAccessSessionCommandInput,
460
+ context: __SerdeContext
461
+ ) => Promise<__HttpRequest>;
462
+ export declare const serializeAws_json1_1ListArtifactsCommand: (
463
+ input: ListArtifactsCommandInput,
464
+ context: __SerdeContext
465
+ ) => Promise<__HttpRequest>;
466
+ export declare const serializeAws_json1_1ListDeviceInstancesCommand: (
467
+ input: ListDeviceInstancesCommandInput,
468
+ context: __SerdeContext
469
+ ) => Promise<__HttpRequest>;
470
+ export declare const serializeAws_json1_1ListDevicePoolsCommand: (
471
+ input: ListDevicePoolsCommandInput,
472
+ context: __SerdeContext
473
+ ) => Promise<__HttpRequest>;
474
+ export declare const serializeAws_json1_1ListDevicesCommand: (
475
+ input: ListDevicesCommandInput,
476
+ context: __SerdeContext
477
+ ) => Promise<__HttpRequest>;
478
+ export declare const serializeAws_json1_1ListInstanceProfilesCommand: (
479
+ input: ListInstanceProfilesCommandInput,
480
+ context: __SerdeContext
481
+ ) => Promise<__HttpRequest>;
482
+ export declare const serializeAws_json1_1ListJobsCommand: (
483
+ input: ListJobsCommandInput,
484
+ context: __SerdeContext
485
+ ) => Promise<__HttpRequest>;
486
+ export declare const serializeAws_json1_1ListNetworkProfilesCommand: (
487
+ input: ListNetworkProfilesCommandInput,
488
+ context: __SerdeContext
489
+ ) => Promise<__HttpRequest>;
490
+ export declare const serializeAws_json1_1ListOfferingPromotionsCommand: (
491
+ input: ListOfferingPromotionsCommandInput,
492
+ context: __SerdeContext
493
+ ) => Promise<__HttpRequest>;
494
+ export declare const serializeAws_json1_1ListOfferingsCommand: (
495
+ input: ListOfferingsCommandInput,
496
+ context: __SerdeContext
497
+ ) => Promise<__HttpRequest>;
498
+ export declare const serializeAws_json1_1ListOfferingTransactionsCommand: (
499
+ input: ListOfferingTransactionsCommandInput,
500
+ context: __SerdeContext
501
+ ) => Promise<__HttpRequest>;
502
+ export declare const serializeAws_json1_1ListProjectsCommand: (
503
+ input: ListProjectsCommandInput,
504
+ context: __SerdeContext
505
+ ) => Promise<__HttpRequest>;
506
+ export declare const serializeAws_json1_1ListRemoteAccessSessionsCommand: (
507
+ input: ListRemoteAccessSessionsCommandInput,
508
+ context: __SerdeContext
509
+ ) => Promise<__HttpRequest>;
510
+ export declare const serializeAws_json1_1ListRunsCommand: (
511
+ input: ListRunsCommandInput,
512
+ context: __SerdeContext
513
+ ) => Promise<__HttpRequest>;
514
+ export declare const serializeAws_json1_1ListSamplesCommand: (
515
+ input: ListSamplesCommandInput,
516
+ context: __SerdeContext
517
+ ) => Promise<__HttpRequest>;
518
+ export declare const serializeAws_json1_1ListSuitesCommand: (
519
+ input: ListSuitesCommandInput,
520
+ context: __SerdeContext
521
+ ) => Promise<__HttpRequest>;
522
+ export declare const serializeAws_json1_1ListTagsForResourceCommand: (
523
+ input: ListTagsForResourceCommandInput,
524
+ context: __SerdeContext
525
+ ) => Promise<__HttpRequest>;
526
+ export declare const serializeAws_json1_1ListTestGridProjectsCommand: (
527
+ input: ListTestGridProjectsCommandInput,
528
+ context: __SerdeContext
529
+ ) => Promise<__HttpRequest>;
530
+ export declare const serializeAws_json1_1ListTestGridSessionActionsCommand: (
531
+ input: ListTestGridSessionActionsCommandInput,
532
+ context: __SerdeContext
533
+ ) => Promise<__HttpRequest>;
534
+ export declare const serializeAws_json1_1ListTestGridSessionArtifactsCommand: (
535
+ input: ListTestGridSessionArtifactsCommandInput,
536
+ context: __SerdeContext
537
+ ) => Promise<__HttpRequest>;
538
+ export declare const serializeAws_json1_1ListTestGridSessionsCommand: (
539
+ input: ListTestGridSessionsCommandInput,
540
+ context: __SerdeContext
541
+ ) => Promise<__HttpRequest>;
542
+ export declare const serializeAws_json1_1ListTestsCommand: (
543
+ input: ListTestsCommandInput,
544
+ context: __SerdeContext
545
+ ) => Promise<__HttpRequest>;
546
+ export declare const serializeAws_json1_1ListUniqueProblemsCommand: (
547
+ input: ListUniqueProblemsCommandInput,
548
+ context: __SerdeContext
549
+ ) => Promise<__HttpRequest>;
550
+ export declare const serializeAws_json1_1ListUploadsCommand: (
551
+ input: ListUploadsCommandInput,
552
+ context: __SerdeContext
553
+ ) => Promise<__HttpRequest>;
554
+ export declare const serializeAws_json1_1ListVPCEConfigurationsCommand: (
555
+ input: ListVPCEConfigurationsCommandInput,
556
+ context: __SerdeContext
557
+ ) => Promise<__HttpRequest>;
558
+ export declare const serializeAws_json1_1PurchaseOfferingCommand: (
559
+ input: PurchaseOfferingCommandInput,
560
+ context: __SerdeContext
561
+ ) => Promise<__HttpRequest>;
562
+ export declare const serializeAws_json1_1RenewOfferingCommand: (
563
+ input: RenewOfferingCommandInput,
564
+ context: __SerdeContext
565
+ ) => Promise<__HttpRequest>;
566
+ export declare const serializeAws_json1_1ScheduleRunCommand: (
567
+ input: ScheduleRunCommandInput,
568
+ context: __SerdeContext
569
+ ) => Promise<__HttpRequest>;
570
+ export declare const serializeAws_json1_1StopJobCommand: (
571
+ input: StopJobCommandInput,
572
+ context: __SerdeContext
573
+ ) => Promise<__HttpRequest>;
574
+ export declare const serializeAws_json1_1StopRemoteAccessSessionCommand: (
575
+ input: StopRemoteAccessSessionCommandInput,
576
+ context: __SerdeContext
577
+ ) => Promise<__HttpRequest>;
578
+ export declare const serializeAws_json1_1StopRunCommand: (
579
+ input: StopRunCommandInput,
580
+ context: __SerdeContext
581
+ ) => Promise<__HttpRequest>;
582
+ export declare const serializeAws_json1_1TagResourceCommand: (
583
+ input: TagResourceCommandInput,
584
+ context: __SerdeContext
585
+ ) => Promise<__HttpRequest>;
586
+ export declare const serializeAws_json1_1UntagResourceCommand: (
587
+ input: UntagResourceCommandInput,
588
+ context: __SerdeContext
589
+ ) => Promise<__HttpRequest>;
590
+ export declare const serializeAws_json1_1UpdateDeviceInstanceCommand: (
591
+ input: UpdateDeviceInstanceCommandInput,
592
+ context: __SerdeContext
593
+ ) => Promise<__HttpRequest>;
594
+ export declare const serializeAws_json1_1UpdateDevicePoolCommand: (
595
+ input: UpdateDevicePoolCommandInput,
596
+ context: __SerdeContext
597
+ ) => Promise<__HttpRequest>;
598
+ export declare const serializeAws_json1_1UpdateInstanceProfileCommand: (
599
+ input: UpdateInstanceProfileCommandInput,
600
+ context: __SerdeContext
601
+ ) => Promise<__HttpRequest>;
602
+ export declare const serializeAws_json1_1UpdateNetworkProfileCommand: (
603
+ input: UpdateNetworkProfileCommandInput,
604
+ context: __SerdeContext
605
+ ) => Promise<__HttpRequest>;
606
+ export declare const serializeAws_json1_1UpdateProjectCommand: (
607
+ input: UpdateProjectCommandInput,
608
+ context: __SerdeContext
609
+ ) => Promise<__HttpRequest>;
610
+ export declare const serializeAws_json1_1UpdateTestGridProjectCommand: (
611
+ input: UpdateTestGridProjectCommandInput,
612
+ context: __SerdeContext
613
+ ) => Promise<__HttpRequest>;
614
+ export declare const serializeAws_json1_1UpdateUploadCommand: (
615
+ input: UpdateUploadCommandInput,
616
+ context: __SerdeContext
617
+ ) => Promise<__HttpRequest>;
618
+ export declare const serializeAws_json1_1UpdateVPCEConfigurationCommand: (
619
+ input: UpdateVPCEConfigurationCommandInput,
620
+ context: __SerdeContext
621
+ ) => Promise<__HttpRequest>;
622
+ export declare const deserializeAws_json1_1CreateDevicePoolCommand: (
623
+ output: __HttpResponse,
624
+ context: __SerdeContext
625
+ ) => Promise<CreateDevicePoolCommandOutput>;
626
+ export declare const deserializeAws_json1_1CreateInstanceProfileCommand: (
627
+ output: __HttpResponse,
628
+ context: __SerdeContext
629
+ ) => Promise<CreateInstanceProfileCommandOutput>;
630
+ export declare const deserializeAws_json1_1CreateNetworkProfileCommand: (
631
+ output: __HttpResponse,
632
+ context: __SerdeContext
633
+ ) => Promise<CreateNetworkProfileCommandOutput>;
634
+ export declare const deserializeAws_json1_1CreateProjectCommand: (
635
+ output: __HttpResponse,
636
+ context: __SerdeContext
637
+ ) => Promise<CreateProjectCommandOutput>;
638
+ export declare const deserializeAws_json1_1CreateRemoteAccessSessionCommand: (
639
+ output: __HttpResponse,
640
+ context: __SerdeContext
641
+ ) => Promise<CreateRemoteAccessSessionCommandOutput>;
642
+ export declare const deserializeAws_json1_1CreateTestGridProjectCommand: (
643
+ output: __HttpResponse,
644
+ context: __SerdeContext
645
+ ) => Promise<CreateTestGridProjectCommandOutput>;
646
+ export declare const deserializeAws_json1_1CreateTestGridUrlCommand: (
647
+ output: __HttpResponse,
648
+ context: __SerdeContext
649
+ ) => Promise<CreateTestGridUrlCommandOutput>;
650
+ export declare const deserializeAws_json1_1CreateUploadCommand: (
651
+ output: __HttpResponse,
652
+ context: __SerdeContext
653
+ ) => Promise<CreateUploadCommandOutput>;
654
+ export declare const deserializeAws_json1_1CreateVPCEConfigurationCommand: (
655
+ output: __HttpResponse,
656
+ context: __SerdeContext
657
+ ) => Promise<CreateVPCEConfigurationCommandOutput>;
658
+ export declare const deserializeAws_json1_1DeleteDevicePoolCommand: (
659
+ output: __HttpResponse,
660
+ context: __SerdeContext
661
+ ) => Promise<DeleteDevicePoolCommandOutput>;
662
+ export declare const deserializeAws_json1_1DeleteInstanceProfileCommand: (
663
+ output: __HttpResponse,
664
+ context: __SerdeContext
665
+ ) => Promise<DeleteInstanceProfileCommandOutput>;
666
+ export declare const deserializeAws_json1_1DeleteNetworkProfileCommand: (
667
+ output: __HttpResponse,
668
+ context: __SerdeContext
669
+ ) => Promise<DeleteNetworkProfileCommandOutput>;
670
+ export declare const deserializeAws_json1_1DeleteProjectCommand: (
671
+ output: __HttpResponse,
672
+ context: __SerdeContext
673
+ ) => Promise<DeleteProjectCommandOutput>;
674
+ export declare const deserializeAws_json1_1DeleteRemoteAccessSessionCommand: (
675
+ output: __HttpResponse,
676
+ context: __SerdeContext
677
+ ) => Promise<DeleteRemoteAccessSessionCommandOutput>;
678
+ export declare const deserializeAws_json1_1DeleteRunCommand: (
679
+ output: __HttpResponse,
680
+ context: __SerdeContext
681
+ ) => Promise<DeleteRunCommandOutput>;
682
+ export declare const deserializeAws_json1_1DeleteTestGridProjectCommand: (
683
+ output: __HttpResponse,
684
+ context: __SerdeContext
685
+ ) => Promise<DeleteTestGridProjectCommandOutput>;
686
+ export declare const deserializeAws_json1_1DeleteUploadCommand: (
687
+ output: __HttpResponse,
688
+ context: __SerdeContext
689
+ ) => Promise<DeleteUploadCommandOutput>;
690
+ export declare const deserializeAws_json1_1DeleteVPCEConfigurationCommand: (
691
+ output: __HttpResponse,
692
+ context: __SerdeContext
693
+ ) => Promise<DeleteVPCEConfigurationCommandOutput>;
694
+ export declare const deserializeAws_json1_1GetAccountSettingsCommand: (
695
+ output: __HttpResponse,
696
+ context: __SerdeContext
697
+ ) => Promise<GetAccountSettingsCommandOutput>;
698
+ export declare const deserializeAws_json1_1GetDeviceCommand: (
699
+ output: __HttpResponse,
700
+ context: __SerdeContext
701
+ ) => Promise<GetDeviceCommandOutput>;
702
+ export declare const deserializeAws_json1_1GetDeviceInstanceCommand: (
703
+ output: __HttpResponse,
704
+ context: __SerdeContext
705
+ ) => Promise<GetDeviceInstanceCommandOutput>;
706
+ export declare const deserializeAws_json1_1GetDevicePoolCommand: (
707
+ output: __HttpResponse,
708
+ context: __SerdeContext
709
+ ) => Promise<GetDevicePoolCommandOutput>;
710
+ export declare const deserializeAws_json1_1GetDevicePoolCompatibilityCommand: (
711
+ output: __HttpResponse,
712
+ context: __SerdeContext
713
+ ) => Promise<GetDevicePoolCompatibilityCommandOutput>;
714
+ export declare const deserializeAws_json1_1GetInstanceProfileCommand: (
715
+ output: __HttpResponse,
716
+ context: __SerdeContext
717
+ ) => Promise<GetInstanceProfileCommandOutput>;
718
+ export declare const deserializeAws_json1_1GetJobCommand: (
719
+ output: __HttpResponse,
720
+ context: __SerdeContext
721
+ ) => Promise<GetJobCommandOutput>;
722
+ export declare const deserializeAws_json1_1GetNetworkProfileCommand: (
723
+ output: __HttpResponse,
724
+ context: __SerdeContext
725
+ ) => Promise<GetNetworkProfileCommandOutput>;
726
+ export declare const deserializeAws_json1_1GetOfferingStatusCommand: (
727
+ output: __HttpResponse,
728
+ context: __SerdeContext
729
+ ) => Promise<GetOfferingStatusCommandOutput>;
730
+ export declare const deserializeAws_json1_1GetProjectCommand: (
731
+ output: __HttpResponse,
732
+ context: __SerdeContext
733
+ ) => Promise<GetProjectCommandOutput>;
734
+ export declare const deserializeAws_json1_1GetRemoteAccessSessionCommand: (
735
+ output: __HttpResponse,
736
+ context: __SerdeContext
737
+ ) => Promise<GetRemoteAccessSessionCommandOutput>;
738
+ export declare const deserializeAws_json1_1GetRunCommand: (
739
+ output: __HttpResponse,
740
+ context: __SerdeContext
741
+ ) => Promise<GetRunCommandOutput>;
742
+ export declare const deserializeAws_json1_1GetSuiteCommand: (
743
+ output: __HttpResponse,
744
+ context: __SerdeContext
745
+ ) => Promise<GetSuiteCommandOutput>;
746
+ export declare const deserializeAws_json1_1GetTestCommand: (
747
+ output: __HttpResponse,
748
+ context: __SerdeContext
749
+ ) => Promise<GetTestCommandOutput>;
750
+ export declare const deserializeAws_json1_1GetTestGridProjectCommand: (
751
+ output: __HttpResponse,
752
+ context: __SerdeContext
753
+ ) => Promise<GetTestGridProjectCommandOutput>;
754
+ export declare const deserializeAws_json1_1GetTestGridSessionCommand: (
755
+ output: __HttpResponse,
756
+ context: __SerdeContext
757
+ ) => Promise<GetTestGridSessionCommandOutput>;
758
+ export declare const deserializeAws_json1_1GetUploadCommand: (
759
+ output: __HttpResponse,
760
+ context: __SerdeContext
761
+ ) => Promise<GetUploadCommandOutput>;
762
+ export declare const deserializeAws_json1_1GetVPCEConfigurationCommand: (
763
+ output: __HttpResponse,
764
+ context: __SerdeContext
765
+ ) => Promise<GetVPCEConfigurationCommandOutput>;
766
+ export declare const deserializeAws_json1_1InstallToRemoteAccessSessionCommand: (
767
+ output: __HttpResponse,
768
+ context: __SerdeContext
769
+ ) => Promise<InstallToRemoteAccessSessionCommandOutput>;
770
+ export declare const deserializeAws_json1_1ListArtifactsCommand: (
771
+ output: __HttpResponse,
772
+ context: __SerdeContext
773
+ ) => Promise<ListArtifactsCommandOutput>;
774
+ export declare const deserializeAws_json1_1ListDeviceInstancesCommand: (
775
+ output: __HttpResponse,
776
+ context: __SerdeContext
777
+ ) => Promise<ListDeviceInstancesCommandOutput>;
778
+ export declare const deserializeAws_json1_1ListDevicePoolsCommand: (
779
+ output: __HttpResponse,
780
+ context: __SerdeContext
781
+ ) => Promise<ListDevicePoolsCommandOutput>;
782
+ export declare const deserializeAws_json1_1ListDevicesCommand: (
783
+ output: __HttpResponse,
784
+ context: __SerdeContext
785
+ ) => Promise<ListDevicesCommandOutput>;
786
+ export declare const deserializeAws_json1_1ListInstanceProfilesCommand: (
787
+ output: __HttpResponse,
788
+ context: __SerdeContext
789
+ ) => Promise<ListInstanceProfilesCommandOutput>;
790
+ export declare const deserializeAws_json1_1ListJobsCommand: (
791
+ output: __HttpResponse,
792
+ context: __SerdeContext
793
+ ) => Promise<ListJobsCommandOutput>;
794
+ export declare const deserializeAws_json1_1ListNetworkProfilesCommand: (
795
+ output: __HttpResponse,
796
+ context: __SerdeContext
797
+ ) => Promise<ListNetworkProfilesCommandOutput>;
798
+ export declare const deserializeAws_json1_1ListOfferingPromotionsCommand: (
799
+ output: __HttpResponse,
800
+ context: __SerdeContext
801
+ ) => Promise<ListOfferingPromotionsCommandOutput>;
802
+ export declare const deserializeAws_json1_1ListOfferingsCommand: (
803
+ output: __HttpResponse,
804
+ context: __SerdeContext
805
+ ) => Promise<ListOfferingsCommandOutput>;
806
+ export declare const deserializeAws_json1_1ListOfferingTransactionsCommand: (
807
+ output: __HttpResponse,
808
+ context: __SerdeContext
809
+ ) => Promise<ListOfferingTransactionsCommandOutput>;
810
+ export declare const deserializeAws_json1_1ListProjectsCommand: (
811
+ output: __HttpResponse,
812
+ context: __SerdeContext
813
+ ) => Promise<ListProjectsCommandOutput>;
814
+ export declare const deserializeAws_json1_1ListRemoteAccessSessionsCommand: (
815
+ output: __HttpResponse,
816
+ context: __SerdeContext
817
+ ) => Promise<ListRemoteAccessSessionsCommandOutput>;
818
+ export declare const deserializeAws_json1_1ListRunsCommand: (
819
+ output: __HttpResponse,
820
+ context: __SerdeContext
821
+ ) => Promise<ListRunsCommandOutput>;
822
+ export declare const deserializeAws_json1_1ListSamplesCommand: (
823
+ output: __HttpResponse,
824
+ context: __SerdeContext
825
+ ) => Promise<ListSamplesCommandOutput>;
826
+ export declare const deserializeAws_json1_1ListSuitesCommand: (
827
+ output: __HttpResponse,
828
+ context: __SerdeContext
829
+ ) => Promise<ListSuitesCommandOutput>;
830
+ export declare const deserializeAws_json1_1ListTagsForResourceCommand: (
831
+ output: __HttpResponse,
832
+ context: __SerdeContext
833
+ ) => Promise<ListTagsForResourceCommandOutput>;
834
+ export declare const deserializeAws_json1_1ListTestGridProjectsCommand: (
835
+ output: __HttpResponse,
836
+ context: __SerdeContext
837
+ ) => Promise<ListTestGridProjectsCommandOutput>;
838
+ export declare const deserializeAws_json1_1ListTestGridSessionActionsCommand: (
839
+ output: __HttpResponse,
840
+ context: __SerdeContext
841
+ ) => Promise<ListTestGridSessionActionsCommandOutput>;
842
+ export declare const deserializeAws_json1_1ListTestGridSessionArtifactsCommand: (
843
+ output: __HttpResponse,
844
+ context: __SerdeContext
845
+ ) => Promise<ListTestGridSessionArtifactsCommandOutput>;
846
+ export declare const deserializeAws_json1_1ListTestGridSessionsCommand: (
847
+ output: __HttpResponse,
848
+ context: __SerdeContext
849
+ ) => Promise<ListTestGridSessionsCommandOutput>;
850
+ export declare const deserializeAws_json1_1ListTestsCommand: (
851
+ output: __HttpResponse,
852
+ context: __SerdeContext
853
+ ) => Promise<ListTestsCommandOutput>;
854
+ export declare const deserializeAws_json1_1ListUniqueProblemsCommand: (
855
+ output: __HttpResponse,
856
+ context: __SerdeContext
857
+ ) => Promise<ListUniqueProblemsCommandOutput>;
858
+ export declare const deserializeAws_json1_1ListUploadsCommand: (
859
+ output: __HttpResponse,
860
+ context: __SerdeContext
861
+ ) => Promise<ListUploadsCommandOutput>;
862
+ export declare const deserializeAws_json1_1ListVPCEConfigurationsCommand: (
863
+ output: __HttpResponse,
864
+ context: __SerdeContext
865
+ ) => Promise<ListVPCEConfigurationsCommandOutput>;
866
+ export declare const deserializeAws_json1_1PurchaseOfferingCommand: (
867
+ output: __HttpResponse,
868
+ context: __SerdeContext
869
+ ) => Promise<PurchaseOfferingCommandOutput>;
870
+ export declare const deserializeAws_json1_1RenewOfferingCommand: (
871
+ output: __HttpResponse,
872
+ context: __SerdeContext
873
+ ) => Promise<RenewOfferingCommandOutput>;
874
+ export declare const deserializeAws_json1_1ScheduleRunCommand: (
875
+ output: __HttpResponse,
876
+ context: __SerdeContext
877
+ ) => Promise<ScheduleRunCommandOutput>;
878
+ export declare const deserializeAws_json1_1StopJobCommand: (
879
+ output: __HttpResponse,
880
+ context: __SerdeContext
881
+ ) => Promise<StopJobCommandOutput>;
882
+ export declare const deserializeAws_json1_1StopRemoteAccessSessionCommand: (
883
+ output: __HttpResponse,
884
+ context: __SerdeContext
885
+ ) => Promise<StopRemoteAccessSessionCommandOutput>;
886
+ export declare const deserializeAws_json1_1StopRunCommand: (
887
+ output: __HttpResponse,
888
+ context: __SerdeContext
889
+ ) => Promise<StopRunCommandOutput>;
890
+ export declare const deserializeAws_json1_1TagResourceCommand: (
891
+ output: __HttpResponse,
892
+ context: __SerdeContext
893
+ ) => Promise<TagResourceCommandOutput>;
894
+ export declare const deserializeAws_json1_1UntagResourceCommand: (
895
+ output: __HttpResponse,
896
+ context: __SerdeContext
897
+ ) => Promise<UntagResourceCommandOutput>;
898
+ export declare const deserializeAws_json1_1UpdateDeviceInstanceCommand: (
899
+ output: __HttpResponse,
900
+ context: __SerdeContext
901
+ ) => Promise<UpdateDeviceInstanceCommandOutput>;
902
+ export declare const deserializeAws_json1_1UpdateDevicePoolCommand: (
903
+ output: __HttpResponse,
904
+ context: __SerdeContext
905
+ ) => Promise<UpdateDevicePoolCommandOutput>;
906
+ export declare const deserializeAws_json1_1UpdateInstanceProfileCommand: (
907
+ output: __HttpResponse,
908
+ context: __SerdeContext
909
+ ) => Promise<UpdateInstanceProfileCommandOutput>;
910
+ export declare const deserializeAws_json1_1UpdateNetworkProfileCommand: (
911
+ output: __HttpResponse,
912
+ context: __SerdeContext
913
+ ) => Promise<UpdateNetworkProfileCommandOutput>;
914
+ export declare const deserializeAws_json1_1UpdateProjectCommand: (
915
+ output: __HttpResponse,
916
+ context: __SerdeContext
917
+ ) => Promise<UpdateProjectCommandOutput>;
918
+ export declare const deserializeAws_json1_1UpdateTestGridProjectCommand: (
919
+ output: __HttpResponse,
920
+ context: __SerdeContext
921
+ ) => Promise<UpdateTestGridProjectCommandOutput>;
922
+ export declare const deserializeAws_json1_1UpdateUploadCommand: (
923
+ output: __HttpResponse,
924
+ context: __SerdeContext
925
+ ) => Promise<UpdateUploadCommandOutput>;
926
+ export declare const deserializeAws_json1_1UpdateVPCEConfigurationCommand: (
927
+ output: __HttpResponse,
928
+ context: __SerdeContext
929
+ ) => Promise<UpdateVPCEConfigurationCommandOutput>;