@aws-sdk/client-device-farm 3.1086.0 → 3.1088.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 (104) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +269 -367
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +24 -90
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +4 -9
  8. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +5 -10
  10. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +3 -5
  11. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +4 -6
  12. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +5 -11
  14. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +3 -5
  15. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +4 -9
  17. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +5 -10
  19. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +7 -5
  22. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +5 -10
  23. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +3 -5
  24. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +4 -9
  26. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +7 -5
  27. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +5 -11
  28. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +6 -2
  32. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +5 -11
  33. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +4 -10
  34. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +3 -5
  35. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +6 -2
  37. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +7 -5
  38. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +6 -2
  39. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +7 -5
  42. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +5 -10
  43. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +4 -6
  44. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +4 -9
  47. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +2 -4
  48. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +7 -5
  50. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +5 -10
  51. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +2 -4
  54. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +2 -4
  55. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +4 -6
  56. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +7 -5
  57. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +3 -5
  58. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +3 -5
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +5 -10
  64. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +7 -5
  65. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +3 -5
  67. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +4 -9
  68. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +6 -2
  72. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +6 -2
  74. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +4 -9
  78. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +5 -10
  79. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +5 -10
  80. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +3 -5
  81. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +13 -26
  88. package/dist-types/ts3.4/models/errors.d.ts +9 -27
  89. package/dist-types/ts3.4/models/models_0.d.ts +2 -6
  90. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  91. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +1 -4
  92. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  93. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +1 -4
  94. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +1 -4
  95. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +1 -4
  96. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +1 -4
  97. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +1 -4
  98. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  99. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  100. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  101. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  103. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  104. package/package.json +39 -39
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -92,10 +89,7 @@ import {
92
89
  DeleteRemoteAccessSessionCommandInput,
93
90
  DeleteRemoteAccessSessionCommandOutput,
94
91
  } from "./commands/DeleteRemoteAccessSessionCommand";
95
- import {
96
- DeleteRunCommandInput,
97
- DeleteRunCommandOutput,
98
- } from "./commands/DeleteRunCommand";
92
+ import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
99
93
  import {
100
94
  DeleteTestGridProjectCommandInput,
101
95
  DeleteTestGridProjectCommandOutput,
@@ -112,10 +106,7 @@ import {
112
106
  GetAccountSettingsCommandInput,
113
107
  GetAccountSettingsCommandOutput,
114
108
  } from "./commands/GetAccountSettingsCommand";
115
- import {
116
- GetDeviceCommandInput,
117
- GetDeviceCommandOutput,
118
- } from "./commands/GetDeviceCommand";
109
+ import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
119
110
  import {
120
111
  GetDeviceInstanceCommandInput,
121
112
  GetDeviceInstanceCommandOutput,
@@ -132,10 +123,7 @@ import {
132
123
  GetInstanceProfileCommandInput,
133
124
  GetInstanceProfileCommandOutput,
134
125
  } from "./commands/GetInstanceProfileCommand";
135
- import {
136
- GetJobCommandInput,
137
- GetJobCommandOutput,
138
- } from "./commands/GetJobCommand";
126
+ import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
139
127
  import {
140
128
  GetNetworkProfileCommandInput,
141
129
  GetNetworkProfileCommandOutput,
@@ -144,26 +132,14 @@ import {
144
132
  GetOfferingStatusCommandInput,
145
133
  GetOfferingStatusCommandOutput,
146
134
  } from "./commands/GetOfferingStatusCommand";
147
- import {
148
- GetProjectCommandInput,
149
- GetProjectCommandOutput,
150
- } from "./commands/GetProjectCommand";
135
+ import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
151
136
  import {
152
137
  GetRemoteAccessSessionCommandInput,
153
138
  GetRemoteAccessSessionCommandOutput,
154
139
  } from "./commands/GetRemoteAccessSessionCommand";
155
- import {
156
- GetRunCommandInput,
157
- GetRunCommandOutput,
158
- } from "./commands/GetRunCommand";
159
- import {
160
- GetSuiteCommandInput,
161
- GetSuiteCommandOutput,
162
- } from "./commands/GetSuiteCommand";
163
- import {
164
- GetTestCommandInput,
165
- GetTestCommandOutput,
166
- } from "./commands/GetTestCommand";
140
+ import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
141
+ import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
142
+ import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
167
143
  import {
168
144
  GetTestGridProjectCommandInput,
169
145
  GetTestGridProjectCommandOutput,
@@ -172,10 +148,7 @@ import {
172
148
  GetTestGridSessionCommandInput,
173
149
  GetTestGridSessionCommandOutput,
174
150
  } from "./commands/GetTestGridSessionCommand";
175
- import {
176
- GetUploadCommandInput,
177
- GetUploadCommandOutput,
178
- } from "./commands/GetUploadCommand";
151
+ import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
179
152
  import {
180
153
  GetVPCEConfigurationCommandInput,
181
154
  GetVPCEConfigurationCommandOutput,
@@ -196,18 +169,12 @@ import {
196
169
  ListDevicePoolsCommandInput,
197
170
  ListDevicePoolsCommandOutput,
198
171
  } from "./commands/ListDevicePoolsCommand";
199
- import {
200
- ListDevicesCommandInput,
201
- ListDevicesCommandOutput,
202
- } from "./commands/ListDevicesCommand";
172
+ import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
203
173
  import {
204
174
  ListInstanceProfilesCommandInput,
205
175
  ListInstanceProfilesCommandOutput,
206
176
  } from "./commands/ListInstanceProfilesCommand";
207
- import {
208
- ListJobsCommandInput,
209
- ListJobsCommandOutput,
210
- } from "./commands/ListJobsCommand";
177
+ import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
211
178
  import {
212
179
  ListNetworkProfilesCommandInput,
213
180
  ListNetworkProfilesCommandOutput,
@@ -232,18 +199,9 @@ import {
232
199
  ListRemoteAccessSessionsCommandInput,
233
200
  ListRemoteAccessSessionsCommandOutput,
234
201
  } from "./commands/ListRemoteAccessSessionsCommand";
235
- import {
236
- ListRunsCommandInput,
237
- ListRunsCommandOutput,
238
- } from "./commands/ListRunsCommand";
239
- import {
240
- ListSamplesCommandInput,
241
- ListSamplesCommandOutput,
242
- } from "./commands/ListSamplesCommand";
243
- import {
244
- ListSuitesCommandInput,
245
- ListSuitesCommandOutput,
246
- } from "./commands/ListSuitesCommand";
202
+ import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
203
+ import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
204
+ import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
247
205
  import {
248
206
  ListTagsForResourceCommandInput,
249
207
  ListTagsForResourceCommandOutput,
@@ -264,18 +222,12 @@ import {
264
222
  ListTestGridSessionsCommandInput,
265
223
  ListTestGridSessionsCommandOutput,
266
224
  } from "./commands/ListTestGridSessionsCommand";
267
- import {
268
- ListTestsCommandInput,
269
- ListTestsCommandOutput,
270
- } from "./commands/ListTestsCommand";
225
+ import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
271
226
  import {
272
227
  ListUniqueProblemsCommandInput,
273
228
  ListUniqueProblemsCommandOutput,
274
229
  } from "./commands/ListUniqueProblemsCommand";
275
- import {
276
- ListUploadsCommandInput,
277
- ListUploadsCommandOutput,
278
- } from "./commands/ListUploadsCommand";
230
+ import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
279
231
  import {
280
232
  ListVPCEConfigurationsCommandInput,
281
233
  ListVPCEConfigurationsCommandOutput,
@@ -288,26 +240,14 @@ import {
288
240
  RenewOfferingCommandInput,
289
241
  RenewOfferingCommandOutput,
290
242
  } from "./commands/RenewOfferingCommand";
291
- import {
292
- ScheduleRunCommandInput,
293
- ScheduleRunCommandOutput,
294
- } from "./commands/ScheduleRunCommand";
295
- import {
296
- StopJobCommandInput,
297
- StopJobCommandOutput,
298
- } from "./commands/StopJobCommand";
243
+ import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
244
+ import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
299
245
  import {
300
246
  StopRemoteAccessSessionCommandInput,
301
247
  StopRemoteAccessSessionCommandOutput,
302
248
  } from "./commands/StopRemoteAccessSessionCommand";
303
- import {
304
- StopRunCommandInput,
305
- StopRunCommandOutput,
306
- } from "./commands/StopRunCommand";
307
- import {
308
- TagResourceCommandInput,
309
- TagResourceCommandOutput,
310
- } from "./commands/TagResourceCommand";
249
+ import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
250
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
311
251
  import {
312
252
  UntagResourceCommandInput,
313
253
  UntagResourceCommandOutput,
@@ -507,8 +447,7 @@ export type ServiceOutputTypes =
507
447
  | UpdateTestGridProjectCommandOutput
508
448
  | UpdateUploadCommandOutput
509
449
  | UpdateVPCEConfigurationCommandOutput;
510
- export interface ClientDefaults
511
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
450
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
512
451
  requestHandler?: __HttpHandlerUserInput;
513
452
  sha256?: __ChecksumConstructor | __HashConstructor;
514
453
  urlParser?: __UrlParser;
@@ -533,9 +472,7 @@ export interface ClientDefaults
533
472
  extensions?: RuntimeExtension[];
534
473
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
535
474
  }
536
- export type DeviceFarmClientConfigType = Partial<
537
- __SmithyConfiguration<__HttpHandlerOptions>
538
- > &
475
+ export type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
539
476
  ClientDefaults &
540
477
  UserAgentInputConfig &
541
478
  RetryInputConfig &
@@ -556,8 +493,7 @@ export type DeviceFarmClientResolvedConfigType =
556
493
  EndpointResolvedConfig<EndpointParameters> &
557
494
  HttpAuthSchemeResolvedConfig &
558
495
  ClientResolvedEndpointParameters;
559
- export interface DeviceFarmClientResolvedConfig
560
- extends DeviceFarmClientResolvedConfigType {}
496
+ export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {}
561
497
  export declare class DeviceFarmClient extends __Client<
562
498
  __HttpHandlerOptions,
563
499
  ServiceInputTypes,
@@ -565,8 +501,6 @@ export declare class DeviceFarmClient extends __Client<
565
501
  DeviceFarmClientResolvedConfig
566
502
  > {
567
503
  readonly config: DeviceFarmClientResolvedConfig;
568
- constructor(
569
- ...[configuration]: __CheckOptionalClientConfig<DeviceFarmClientConfig>
570
- );
504
+ constructor(...[configuration]: __CheckOptionalClientConfig<DeviceFarmClientConfig>);
571
505
  destroy(): void;
572
506
  }
@@ -7,17 +7,10 @@ import { DeviceFarmHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DeviceFarmHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DeviceFarmHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DeviceFarmHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { DeviceFarmClientResolvedConfig } from "../DeviceFarmClient";
15
- export interface DeviceFarmHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DeviceFarmHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DeviceFarmHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DeviceFarmClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DeviceFarmHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DeviceFarmHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DeviceFarmClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DeviceFarmHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDeviceFarmHttpAuthSchemeParametersProvider: (
27
25
  config: DeviceFarmClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DeviceFarmHttpAuthSchemeParameters>;
31
- export interface DeviceFarmHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DeviceFarmHttpAuthSchemeParameters> {}
29
+ export interface DeviceFarmHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DeviceFarmHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDeviceFarmHttpAuthSchemeProvider: DeviceFarmHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DeviceFarmHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: DeviceFarmHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DeviceFarmClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  DeviceFarmClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateDevicePoolRequest,
4
- CreateDevicePoolResult,
5
- } from "../models/models_0";
2
+ import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {}
8
- export interface CreateDevicePoolCommandOutput
9
- extends CreateDevicePoolResult,
10
- __MetadataBearer {}
5
+ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {}
11
6
  declare const CreateDevicePoolCommand_base: {
12
7
  new (
13
- input: CreateDevicePoolCommandInput
8
+ input: CreateDevicePoolCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateDevicePoolCommandInput,
16
11
  CreateDevicePoolCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateDevicePoolCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateDevicePoolCommandInput
17
+ input: CreateDevicePoolCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateDevicePoolCommandInput,
25
20
  CreateDevicePoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateInstanceProfileRequest,
4
- CreateInstanceProfileResult,
5
- } from "../models/models_0";
2
+ import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateInstanceProfileCommandInput
8
- extends CreateInstanceProfileRequest {}
4
+ export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {}
9
5
  export interface CreateInstanceProfileCommandOutput
10
- extends CreateInstanceProfileResult,
11
- __MetadataBearer {}
6
+ extends CreateInstanceProfileResult, __MetadataBearer {}
12
7
  declare const CreateInstanceProfileCommand_base: {
13
8
  new (
14
- input: CreateInstanceProfileCommandInput
9
+ input: CreateInstanceProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateInstanceProfileCommandInput,
17
12
  CreateInstanceProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateInstanceProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateInstanceProfileCommandInput
18
+ input: CreateInstanceProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateInstanceProfileCommandInput,
26
21
  CreateInstanceProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateNetworkProfileRequest,
4
- CreateNetworkProfileResult,
5
- } from "../models/models_0";
2
+ import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateNetworkProfileCommandInput
8
- extends CreateNetworkProfileRequest {}
4
+ export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRequest {}
9
5
  export interface CreateNetworkProfileCommandOutput
10
- extends CreateNetworkProfileResult,
11
- __MetadataBearer {}
6
+ extends CreateNetworkProfileResult, __MetadataBearer {}
12
7
  declare const CreateNetworkProfileCommand_base: {
13
8
  new (
14
- input: CreateNetworkProfileCommandInput
9
+ input: CreateNetworkProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateNetworkProfileCommandInput,
17
12
  CreateNetworkProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateNetworkProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateNetworkProfileCommandInput
18
+ input: CreateNetworkProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateNetworkProfileCommandInput,
26
21
  CreateNetworkProfileCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateProjectCommandInput extends CreateProjectRequest {}
5
- export interface CreateProjectCommandOutput
6
- extends CreateProjectResult,
7
- __MetadataBearer {}
5
+ export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {}
8
6
  declare const CreateProjectCommand_base: {
9
7
  new (
10
- input: CreateProjectCommandInput
8
+ input: CreateProjectCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateProjectCommandInput,
13
11
  CreateProjectCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateProjectCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateProjectCommandInput
17
+ input: CreateProjectCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateProjectCommandInput,
22
20
  CreateProjectCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  CreateRemoteAccessSessionResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateRemoteAccessSessionCommandInput
8
- extends CreateRemoteAccessSessionRequest {}
7
+ export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAccessSessionRequest {}
9
8
  export interface CreateRemoteAccessSessionCommandOutput
10
- extends CreateRemoteAccessSessionResult,
11
- __MetadataBearer {}
9
+ extends CreateRemoteAccessSessionResult, __MetadataBearer {}
12
10
  declare const CreateRemoteAccessSessionCommand_base: {
13
11
  new (
14
- input: CreateRemoteAccessSessionCommandInput
12
+ input: CreateRemoteAccessSessionCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateRemoteAccessSessionCommandInput,
17
15
  CreateRemoteAccessSessionCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateRemoteAccessSessionCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateRemoteAccessSessionCommandInput
21
+ input: CreateRemoteAccessSessionCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateRemoteAccessSessionCommandInput,
26
24
  CreateRemoteAccessSessionCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateTestGridProjectRequest,
4
- CreateTestGridProjectResult,
5
- } from "../models/models_0";
2
+ import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateTestGridProjectCommandInput
8
- extends CreateTestGridProjectRequest {}
4
+ export interface CreateTestGridProjectCommandInput extends CreateTestGridProjectRequest {}
9
5
  export interface CreateTestGridProjectCommandOutput
10
- extends CreateTestGridProjectResult,
11
- __MetadataBearer {}
6
+ extends CreateTestGridProjectResult, __MetadataBearer {}
12
7
  declare const CreateTestGridProjectCommand_base: {
13
8
  new (
14
- input: CreateTestGridProjectCommandInput
9
+ input: CreateTestGridProjectCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateTestGridProjectCommandInput,
17
12
  CreateTestGridProjectCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateTestGridProjectCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateTestGridProjectCommandInput
18
+ input: CreateTestGridProjectCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateTestGridProjectCommandInput,
26
21
  CreateTestGridProjectCommandOutput,
@@ -1,17 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateTestGridUrlRequest,
4
- CreateTestGridUrlResult,
5
- } from "../models/models_0";
2
+ import { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateTestGridUrlCommandInput
8
- extends CreateTestGridUrlRequest {}
9
- export interface CreateTestGridUrlCommandOutput
10
- extends CreateTestGridUrlResult,
11
- __MetadataBearer {}
4
+ export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest {}
5
+ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {}
12
6
  declare const CreateTestGridUrlCommand_base: {
13
7
  new (
14
- input: CreateTestGridUrlCommandInput
8
+ input: CreateTestGridUrlCommandInput,
15
9
  ): import("@smithy/core/client").CommandImpl<
16
10
  CreateTestGridUrlCommandInput,
17
11
  CreateTestGridUrlCommandOutput,
@@ -20,7 +14,7 @@ declare const CreateTestGridUrlCommand_base: {
20
14
  import("..").ServiceOutputTypes
21
15
  >;
22
16
  new (
23
- input: CreateTestGridUrlCommandInput
17
+ input: CreateTestGridUrlCommandInput,
24
18
  ): import("@smithy/core/client").CommandImpl<
25
19
  CreateTestGridUrlCommandInput,
26
20
  CreateTestGridUrlCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateUploadCommandInput extends CreateUploadRequest {}
5
- export interface CreateUploadCommandOutput
6
- extends CreateUploadResult,
7
- __MetadataBearer {}
5
+ export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {}
8
6
  declare const CreateUploadCommand_base: {
9
7
  new (
10
- input: CreateUploadCommandInput
8
+ input: CreateUploadCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateUploadCommandInput,
13
11
  CreateUploadCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateUploadCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateUploadCommandInput
17
+ input: CreateUploadCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateUploadCommandInput,
22
20
  CreateUploadCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateVPCEConfigurationRequest,
4
- CreateVPCEConfigurationResult,
5
- } from "../models/models_0";
2
+ import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateVPCEConfigurationCommandInput
8
- extends CreateVPCEConfigurationRequest {}
4
+ export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigurationRequest {}
9
5
  export interface CreateVPCEConfigurationCommandOutput
10
- extends CreateVPCEConfigurationResult,
11
- __MetadataBearer {}
6
+ extends CreateVPCEConfigurationResult, __MetadataBearer {}
12
7
  declare const CreateVPCEConfigurationCommand_base: {
13
8
  new (
14
- input: CreateVPCEConfigurationCommandInput
9
+ input: CreateVPCEConfigurationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateVPCEConfigurationCommandInput,
17
12
  CreateVPCEConfigurationCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateVPCEConfigurationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateVPCEConfigurationCommandInput
18
+ input: CreateVPCEConfigurationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateVPCEConfigurationCommandInput,
26
21
  CreateVPCEConfigurationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteDevicePoolRequest,
4
- DeleteDevicePoolResult,
5
- } from "../models/models_0";
2
+ import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {}
8
- export interface DeleteDevicePoolCommandOutput
9
- extends DeleteDevicePoolResult,
10
- __MetadataBearer {}
5
+ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {}
11
6
  declare const DeleteDevicePoolCommand_base: {
12
7
  new (
13
- input: DeleteDevicePoolCommandInput
8
+ input: DeleteDevicePoolCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteDevicePoolCommandInput,
16
11
  DeleteDevicePoolCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteDevicePoolCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteDevicePoolCommandInput
17
+ input: DeleteDevicePoolCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteDevicePoolCommandInput,
25
20
  DeleteDevicePoolCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteInstanceProfileRequest,
4
- DeleteInstanceProfileResult,
5
- } from "../models/models_0";
2
+ import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteInstanceProfileCommandInput
8
- extends DeleteInstanceProfileRequest {}
4
+ export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {}
9
5
  export interface DeleteInstanceProfileCommandOutput
10
- extends DeleteInstanceProfileResult,
11
- __MetadataBearer {}
6
+ extends DeleteInstanceProfileResult, __MetadataBearer {}
12
7
  declare const DeleteInstanceProfileCommand_base: {
13
8
  new (
14
- input: DeleteInstanceProfileCommandInput
9
+ input: DeleteInstanceProfileCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteInstanceProfileCommandInput,
17
12
  DeleteInstanceProfileCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteInstanceProfileCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteInstanceProfileCommandInput
18
+ input: DeleteInstanceProfileCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteInstanceProfileCommandInput,
26
21
  DeleteInstanceProfileCommandOutput,