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