@aws-sdk/client-device-farm 3.295.0 → 3.297.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist-types/DeviceFarm.d.ts +78 -0
  2. package/dist-types/DeviceFarmClient.d.ts +24 -4
  3. package/dist-types/commands/CreateDevicePoolCommand.d.ts +16 -0
  4. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  5. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +16 -0
  6. package/dist-types/commands/CreateProjectCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateUploadCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +16 -0
  12. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteProjectCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteRunCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteUploadCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +16 -0
  21. package/dist-types/commands/GetAccountSettingsCommand.d.ts +16 -0
  22. package/dist-types/commands/GetDeviceCommand.d.ts +16 -0
  23. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +16 -0
  24. package/dist-types/commands/GetDevicePoolCommand.d.ts +16 -0
  25. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +16 -0
  26. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  27. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  28. package/dist-types/commands/GetNetworkProfileCommand.d.ts +16 -0
  29. package/dist-types/commands/GetOfferingStatusCommand.d.ts +16 -0
  30. package/dist-types/commands/GetProjectCommand.d.ts +16 -0
  31. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +16 -0
  32. package/dist-types/commands/GetRunCommand.d.ts +16 -0
  33. package/dist-types/commands/GetSuiteCommand.d.ts +16 -0
  34. package/dist-types/commands/GetTestCommand.d.ts +16 -0
  35. package/dist-types/commands/GetTestGridProjectCommand.d.ts +16 -0
  36. package/dist-types/commands/GetTestGridSessionCommand.d.ts +16 -0
  37. package/dist-types/commands/GetUploadCommand.d.ts +16 -0
  38. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +16 -0
  39. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +16 -0
  40. package/dist-types/commands/ListArtifactsCommand.d.ts +16 -0
  41. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +16 -0
  42. package/dist-types/commands/ListDevicePoolsCommand.d.ts +16 -0
  43. package/dist-types/commands/ListDevicesCommand.d.ts +16 -0
  44. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  45. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  46. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +16 -0
  47. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +16 -0
  48. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +16 -0
  49. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  50. package/dist-types/commands/ListProjectsCommand.d.ts +16 -0
  51. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +16 -0
  52. package/dist-types/commands/ListRunsCommand.d.ts +16 -0
  53. package/dist-types/commands/ListSamplesCommand.d.ts +16 -0
  54. package/dist-types/commands/ListSuitesCommand.d.ts +16 -0
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  56. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +16 -0
  57. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +16 -0
  58. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +16 -0
  59. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +16 -0
  60. package/dist-types/commands/ListTestsCommand.d.ts +16 -0
  61. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +16 -0
  62. package/dist-types/commands/ListUploadsCommand.d.ts +16 -0
  63. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +16 -0
  64. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  65. package/dist-types/commands/RenewOfferingCommand.d.ts +16 -0
  66. package/dist-types/commands/ScheduleRunCommand.d.ts +16 -0
  67. package/dist-types/commands/StopJobCommand.d.ts +16 -0
  68. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +16 -0
  69. package/dist-types/commands/StopRunCommand.d.ts +16 -0
  70. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  71. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  72. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +16 -0
  73. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +16 -0
  74. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +16 -0
  75. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +16 -0
  76. package/dist-types/commands/UpdateProjectCommand.d.ts +16 -0
  77. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +16 -0
  78. package/dist-types/commands/UpdateUploadCommand.d.ts +16 -0
  79. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +16 -0
  80. package/dist-types/models/DeviceFarmServiceException.d.ts +2 -0
  81. package/dist-types/models/models_0.d.ts +436 -0
  82. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +3 -0
  83. package/dist-types/pagination/Interfaces.d.ts +3 -0
  84. package/dist-types/pagination/ListArtifactsPaginator.d.ts +3 -0
  85. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +3 -0
  86. package/dist-types/pagination/ListDevicesPaginator.d.ts +3 -0
  87. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  88. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/ListProjectsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/ListRunsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/ListSamplesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/ListSuitesPaginator.d.ts +3 -0
  94. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListTestsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/ListUploadsPaginator.d.ts +3 -0
  101. package/package.json +29 -29
@@ -85,15 +85,24 @@ import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput }
85
85
  import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
86
86
  import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
87
87
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
88
+ /**
89
+ * @public
90
+ */
88
91
  export type ServiceInputTypes = CreateDevicePoolCommandInput | CreateInstanceProfileCommandInput | CreateNetworkProfileCommandInput | CreateProjectCommandInput | CreateRemoteAccessSessionCommandInput | CreateTestGridProjectCommandInput | CreateTestGridUrlCommandInput | CreateUploadCommandInput | CreateVPCEConfigurationCommandInput | DeleteDevicePoolCommandInput | DeleteInstanceProfileCommandInput | DeleteNetworkProfileCommandInput | DeleteProjectCommandInput | DeleteRemoteAccessSessionCommandInput | DeleteRunCommandInput | DeleteTestGridProjectCommandInput | DeleteUploadCommandInput | DeleteVPCEConfigurationCommandInput | GetAccountSettingsCommandInput | GetDeviceCommandInput | GetDeviceInstanceCommandInput | GetDevicePoolCommandInput | GetDevicePoolCompatibilityCommandInput | GetInstanceProfileCommandInput | GetJobCommandInput | GetNetworkProfileCommandInput | GetOfferingStatusCommandInput | GetProjectCommandInput | GetRemoteAccessSessionCommandInput | GetRunCommandInput | GetSuiteCommandInput | GetTestCommandInput | GetTestGridProjectCommandInput | GetTestGridSessionCommandInput | GetUploadCommandInput | GetVPCEConfigurationCommandInput | InstallToRemoteAccessSessionCommandInput | ListArtifactsCommandInput | ListDeviceInstancesCommandInput | ListDevicePoolsCommandInput | ListDevicesCommandInput | ListInstanceProfilesCommandInput | ListJobsCommandInput | ListNetworkProfilesCommandInput | ListOfferingPromotionsCommandInput | ListOfferingTransactionsCommandInput | ListOfferingsCommandInput | ListProjectsCommandInput | ListRemoteAccessSessionsCommandInput | ListRunsCommandInput | ListSamplesCommandInput | ListSuitesCommandInput | ListTagsForResourceCommandInput | ListTestGridProjectsCommandInput | ListTestGridSessionActionsCommandInput | ListTestGridSessionArtifactsCommandInput | ListTestGridSessionsCommandInput | ListTestsCommandInput | ListUniqueProblemsCommandInput | ListUploadsCommandInput | ListVPCEConfigurationsCommandInput | PurchaseOfferingCommandInput | RenewOfferingCommandInput | ScheduleRunCommandInput | StopJobCommandInput | StopRemoteAccessSessionCommandInput | StopRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateDeviceInstanceCommandInput | UpdateDevicePoolCommandInput | UpdateInstanceProfileCommandInput | UpdateNetworkProfileCommandInput | UpdateProjectCommandInput | UpdateTestGridProjectCommandInput | UpdateUploadCommandInput | UpdateVPCEConfigurationCommandInput;
92
+ /**
93
+ * @public
94
+ */
89
95
  export type ServiceOutputTypes = CreateDevicePoolCommandOutput | CreateInstanceProfileCommandOutput | CreateNetworkProfileCommandOutput | CreateProjectCommandOutput | CreateRemoteAccessSessionCommandOutput | CreateTestGridProjectCommandOutput | CreateTestGridUrlCommandOutput | CreateUploadCommandOutput | CreateVPCEConfigurationCommandOutput | DeleteDevicePoolCommandOutput | DeleteInstanceProfileCommandOutput | DeleteNetworkProfileCommandOutput | DeleteProjectCommandOutput | DeleteRemoteAccessSessionCommandOutput | DeleteRunCommandOutput | DeleteTestGridProjectCommandOutput | DeleteUploadCommandOutput | DeleteVPCEConfigurationCommandOutput | GetAccountSettingsCommandOutput | GetDeviceCommandOutput | GetDeviceInstanceCommandOutput | GetDevicePoolCommandOutput | GetDevicePoolCompatibilityCommandOutput | GetInstanceProfileCommandOutput | GetJobCommandOutput | GetNetworkProfileCommandOutput | GetOfferingStatusCommandOutput | GetProjectCommandOutput | GetRemoteAccessSessionCommandOutput | GetRunCommandOutput | GetSuiteCommandOutput | GetTestCommandOutput | GetTestGridProjectCommandOutput | GetTestGridSessionCommandOutput | GetUploadCommandOutput | GetVPCEConfigurationCommandOutput | InstallToRemoteAccessSessionCommandOutput | ListArtifactsCommandOutput | ListDeviceInstancesCommandOutput | ListDevicePoolsCommandOutput | ListDevicesCommandOutput | ListInstanceProfilesCommandOutput | ListJobsCommandOutput | ListNetworkProfilesCommandOutput | ListOfferingPromotionsCommandOutput | ListOfferingTransactionsCommandOutput | ListOfferingsCommandOutput | ListProjectsCommandOutput | ListRemoteAccessSessionsCommandOutput | ListRunsCommandOutput | ListSamplesCommandOutput | ListSuitesCommandOutput | ListTagsForResourceCommandOutput | ListTestGridProjectsCommandOutput | ListTestGridSessionActionsCommandOutput | ListTestGridSessionArtifactsCommandOutput | ListTestGridSessionsCommandOutput | ListTestsCommandOutput | ListUniqueProblemsCommandOutput | ListUploadsCommandOutput | ListVPCEConfigurationsCommandOutput | PurchaseOfferingCommandOutput | RenewOfferingCommandOutput | ScheduleRunCommandOutput | StopJobCommandOutput | StopRemoteAccessSessionCommandOutput | StopRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateDeviceInstanceCommandOutput | UpdateDevicePoolCommandOutput | UpdateInstanceProfileCommandOutput | UpdateNetworkProfileCommandOutput | UpdateProjectCommandOutput | UpdateTestGridProjectCommandOutput | UpdateUploadCommandOutput | UpdateVPCEConfigurationCommandOutput;
96
+ /**
97
+ * @public
98
+ */
90
99
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
91
100
  /**
92
101
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
93
102
  */
94
103
  requestHandler?: __HttpHandler;
95
104
  /**
96
- * A constructor for a class implementing the {@link __Checksum} interface
105
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
97
106
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
98
107
  * @internal
99
108
  */
@@ -183,23 +192,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
183
192
  */
184
193
  logger?: __Logger;
185
194
  /**
186
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
195
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
187
196
  */
188
197
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
189
198
  }
199
+ /**
200
+ * @public
201
+ */
190
202
  type DeviceFarmClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
191
203
  /**
192
- * The configuration interface of DeviceFarmClient class constructor that set the region, credentials and other options.
204
+ * @public
205
+ *
206
+ * The configuration interface of DeviceFarmClient class constructor that set the region, credentials and other options.
193
207
  */
194
208
  export interface DeviceFarmClientConfig extends DeviceFarmClientConfigType {
195
209
  }
210
+ /**
211
+ * @public
212
+ */
196
213
  type DeviceFarmClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
197
214
  /**
198
- * The resolved configuration interface of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
215
+ * @public
216
+ *
217
+ * The resolved configuration interface of DeviceFarmClient class. This is resolved and normalized from the {@link DeviceFarmClientConfig | constructor configuration interface}.
199
218
  */
200
219
  export interface DeviceFarmClientResolvedConfig extends DeviceFarmClientResolvedConfigType {
201
220
  }
202
221
  /**
222
+ * @public
203
223
  * <p>Welcome to the AWS Device Farm API documentation, which contains APIs for:</p>
204
224
  * <ul>
205
225
  * <li>
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateDevicePoolCommand}.
8
10
  */
9
11
  export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateDevicePoolCommand}.
13
17
  */
14
18
  export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a device pool.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateDevicePoolCommandInput - {@link CreateDevicePoolCommandInput}
34
+ * @returns {@link CreateDevicePoolCommandOutput}
28
35
  * @see {@link CreateDevicePoolCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateDevicePoolCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -65,11 +72,20 @@ export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, _
65
72
  export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
66
73
  readonly input: CreateDevicePoolCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: CreateDevicePoolCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateInstanceProfileCommand}.
8
10
  */
9
11
  export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateInstanceProfileCommand}.
13
17
  */
14
18
  export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a profile that can be applied to one or more private fleet device
18
23
  * instances.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateInstanceProfileCommandInput - {@link CreateInstanceProfileCommandInput}
35
+ * @returns {@link CreateInstanceProfileCommandOutput}
29
36
  * @see {@link CreateInstanceProfileCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateInstanceProfileCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -47,11 +54,20 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
47
54
  export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
48
55
  readonly input: CreateInstanceProfileCommandInput;
49
56
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
57
+ /**
58
+ * @public
59
+ */
50
60
  constructor(input: CreateInstanceProfileCommandInput);
51
61
  /**
52
62
  * @internal
53
63
  */
54
64
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
65
+ /**
66
+ * @internal
67
+ */
55
68
  private serialize;
69
+ /**
70
+ * @internal
71
+ */
56
72
  private deserialize;
57
73
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateNetworkProfileCommand}.
8
10
  */
9
11
  export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateNetworkProfileCommand}.
13
17
  */
14
18
  export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a network profile.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateNetworkProfileCommandInput - {@link CreateNetworkProfileCommandInput}
34
+ * @returns {@link CreateNetworkProfileCommandOutput}
28
35
  * @see {@link CreateNetworkProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateNetworkProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileR
46
53
  export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: CreateNetworkProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: CreateNetworkProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateProjectCommand}.
8
10
  */
9
11
  export interface CreateProjectCommandInput extends CreateProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateProjectCommand}.
13
17
  */
14
18
  export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a project.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateProjectCommandInput - {@link CreateProjectCommandInput}
34
+ * @returns {@link CreateProjectCommandOutput}
28
35
  * @see {@link CreateProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -69,11 +76,20 @@ export interface CreateProjectCommandOutput extends CreateProjectResult, __Metad
69
76
  export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
70
77
  readonly input: CreateProjectCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: CreateProjectCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateRemoteAccessSessionCommand}.
8
10
  */
9
11
  export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAccessSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateRemoteAccessSessionCommand}.
13
17
  */
14
18
  export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAccessSessionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Specifies and starts a remote access session.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateRemoteAccessSessionCommandInput - {@link CreateRemoteAccessSessionCommandInput}
34
+ * @returns {@link CreateRemoteAccessSessionCommandOutput}
28
35
  * @see {@link CreateRemoteAccessSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateRemoteAccessSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -67,11 +74,20 @@ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAcce
67
74
  export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
68
75
  readonly input: CreateRemoteAccessSessionCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: CreateRemoteAccessSessionCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTestGridProjectCommand}.
8
10
  */
9
11
  export interface CreateTestGridProjectCommandInput extends CreateTestGridProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTestGridProjectCommand}.
13
17
  */
14
18
  export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a Selenium testing project. Projects are used to track <a>TestGridSession</a>
18
23
  * instances.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateTestGridProjectCommandInput - {@link CreateTestGridProjectCommandInput}
35
+ * @returns {@link CreateTestGridProjectCommandOutput}
29
36
  * @see {@link CreateTestGridProjectCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateTestGridProjectCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -45,11 +52,20 @@ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjec
45
52
  export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
46
53
  readonly input: CreateTestGridProjectCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: CreateTestGridProjectCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateTestGridUrlCommand}.
8
10
  */
9
11
  export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateTestGridUrlCommand}.
13
17
  */
14
18
  export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a signed, short-term URL that can be passed to a Selenium <code>RemoteWebDriver</code>
18
23
  * constructor.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateTestGridUrlCommandInput - {@link CreateTestGridUrlCommandInput}
35
+ * @returns {@link CreateTestGridUrlCommandOutput}
29
36
  * @see {@link CreateTestGridUrlCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateTestGridUrlCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -45,11 +52,20 @@ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult,
45
52
  export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
46
53
  readonly input: CreateTestGridUrlCommandInput;
47
54
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
55
+ /**
56
+ * @public
57
+ */
48
58
  constructor(input: CreateTestGridUrlCommandInput);
49
59
  /**
50
60
  * @internal
51
61
  */
52
62
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
63
+ /**
64
+ * @internal
65
+ */
53
66
  private serialize;
67
+ /**
68
+ * @internal
69
+ */
54
70
  private deserialize;
55
71
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateUploadCommand}.
8
10
  */
9
11
  export interface CreateUploadCommandInput extends CreateUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateUploadCommand}.
13
17
  */
14
18
  export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Uploads an app or test scripts.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param CreateUploadCommandInput - {@link CreateUploadCommandInput}
34
+ * @returns {@link CreateUploadCommandOutput}
28
35
  * @see {@link CreateUploadCommandInput} for command's `input` shape.
29
36
  * @see {@link CreateUploadCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -71,11 +78,20 @@ export interface CreateUploadCommandOutput extends CreateUploadResult, __Metadat
71
78
  export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
72
79
  readonly input: CreateUploadCommandInput;
73
80
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
81
+ /**
82
+ * @public
83
+ */
74
84
  constructor(input: CreateUploadCommandInput);
75
85
  /**
76
86
  * @internal
77
87
  */
78
88
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
89
+ /**
90
+ * @internal
91
+ */
79
92
  private serialize;
93
+ /**
94
+ * @internal
95
+ */
80
96
  private deserialize;
81
97
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateVPCEConfigurationCommand}.
8
10
  */
9
11
  export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateVPCEConfigurationCommand}.
13
17
  */
14
18
  export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigurationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud
18
23
  * (VPC) endpoint.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param CreateVPCEConfigurationCommandInput - {@link CreateVPCEConfigurationCommandInput}
35
+ * @returns {@link CreateVPCEConfigurationCommandOutput}
29
36
  * @see {@link CreateVPCEConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link CreateVPCEConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigur
44
51
  export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: CreateVPCEConfigurationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: CreateVPCEConfigurationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput>;
62
+ /**
63
+ * @internal
64
+ */
52
65
  private serialize;
66
+ /**
67
+ * @internal
68
+ */
53
69
  private deserialize;
54
70
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteDevicePoolCommand}.
8
10
  */
9
11
  export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteDevicePoolCommand}.
13
17
  */
14
18
  export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a device pool given the pool ARN. Does not allow deletion of curated pools
18
23
  * owned by the system.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param DeleteDevicePoolCommandInput - {@link DeleteDevicePoolCommandInput}
35
+ * @returns {@link DeleteDevicePoolCommandOutput}
29
36
  * @see {@link DeleteDevicePoolCommandInput} for command's `input` shape.
30
37
  * @see {@link DeleteDevicePoolCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -58,11 +65,20 @@ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, _
58
65
  export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
59
66
  readonly input: DeleteDevicePoolCommandInput;
60
67
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
68
+ /**
69
+ * @public
70
+ */
61
71
  constructor(input: DeleteDevicePoolCommandInput);
62
72
  /**
63
73
  * @internal
64
74
  */
65
75
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
76
+ /**
77
+ * @internal
78
+ */
66
79
  private serialize;
80
+ /**
81
+ * @internal
82
+ */
67
83
  private deserialize;
68
84
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteInstanceProfileCommand}.
8
10
  */
9
11
  export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteInstanceProfileCommand}.
13
17
  */
14
18
  export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes a profile that can be applied to one or more private device instances.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param DeleteInstanceProfileCommandInput - {@link DeleteInstanceProfileCommandInput}
34
+ * @returns {@link DeleteInstanceProfileCommandOutput}
28
35
  * @see {@link DeleteInstanceProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link DeleteInstanceProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfil
46
53
  export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: DeleteInstanceProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: DeleteInstanceProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }