@aws-sdk/client-device-farm 3.296.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 +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetJobRequest, GetJobResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetJobCommand}.
8
10
  */
9
11
  export interface GetJobCommandInput extends GetJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetJobCommand}.
13
17
  */
14
18
  export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a job.</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 GetJobCommandOutput extends GetJobResult, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetJobCommandInput - {@link GetJobCommandInput}
34
+ * @returns {@link GetJobCommandOutput}
28
35
  * @see {@link GetJobCommandInput} for command's `input` shape.
29
36
  * @see {@link GetJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -62,11 +69,20 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
62
69
  export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig> {
63
70
  readonly input: GetJobCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetJobCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetNetworkProfileCommand}.
8
10
  */
9
11
  export interface GetNetworkProfileCommandInput extends GetNetworkProfileRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetNetworkProfileCommand}.
13
17
  */
14
18
  export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about 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 GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetNetworkProfileCommandInput - {@link GetNetworkProfileCommandInput}
34
+ * @returns {@link GetNetworkProfileCommandOutput}
28
35
  * @see {@link GetNetworkProfileCommandInput} for command's `input` shape.
29
36
  * @see {@link GetNetworkProfileCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -46,11 +53,20 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
46
53
  export declare class GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
47
54
  readonly input: GetNetworkProfileCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: GetNetworkProfileCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput>;
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 { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetOfferingStatusCommand}.
8
10
  */
9
11
  export interface GetOfferingStatusCommandInput extends GetOfferingStatusRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetOfferingStatusCommand}.
13
17
  */
14
18
  export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets the current status and future status of all offerings purchased by an AWS account. The response
18
23
  * indicates how many offerings are currently available and the offerings that will be available in the next
19
24
  * period. The API returns a <code>NotEligible</code> error if the user is not permitted to invoke the
@@ -28,6 +33,8 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param GetOfferingStatusCommandInput - {@link GetOfferingStatusCommandInput}
37
+ * @returns {@link GetOfferingStatusCommandOutput}
31
38
  * @see {@link GetOfferingStatusCommandInput} for command's `input` shape.
32
39
  * @see {@link GetOfferingStatusCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -91,11 +98,20 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
91
98
  export declare class GetOfferingStatusCommand extends $Command<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig> {
92
99
  readonly input: GetOfferingStatusCommandInput;
93
100
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
+ /**
102
+ * @public
103
+ */
94
104
  constructor(input: GetOfferingStatusCommandInput);
95
105
  /**
96
106
  * @internal
97
107
  */
98
108
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput>;
109
+ /**
110
+ * @internal
111
+ */
99
112
  private serialize;
113
+ /**
114
+ * @internal
115
+ */
100
116
  private deserialize;
101
117
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetProjectRequest, GetProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetProjectCommand}.
8
10
  */
9
11
  export interface GetProjectCommandInput extends GetProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetProjectCommand}.
13
17
  */
14
18
  export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about 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 GetProjectCommandOutput extends GetProjectResult, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetProjectCommandInput - {@link GetProjectCommandInput}
34
+ * @returns {@link GetProjectCommandOutput}
28
35
  * @see {@link GetProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link GetProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -66,11 +73,20 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
66
73
  export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig> {
67
74
  readonly input: GetProjectCommandInput;
68
75
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
76
+ /**
77
+ * @public
78
+ */
69
79
  constructor(input: GetProjectCommandInput);
70
80
  /**
71
81
  * @internal
72
82
  */
73
83
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
84
+ /**
85
+ * @internal
86
+ */
74
87
  private serialize;
88
+ /**
89
+ * @internal
90
+ */
75
91
  private deserialize;
76
92
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRemoteAccessSessionCommand}.
8
10
  */
9
11
  export interface GetRemoteAccessSessionCommandInput extends GetRemoteAccessSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRemoteAccessSessionCommand}.
13
17
  */
14
18
  export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSessionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a link to a currently running 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 GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetRemoteAccessSessionCommandInput - {@link GetRemoteAccessSessionCommandInput}
34
+ * @returns {@link GetRemoteAccessSessionCommandOutput}
28
35
  * @see {@link GetRemoteAccessSessionCommandInput} for command's `input` shape.
29
36
  * @see {@link GetRemoteAccessSessionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -62,11 +69,20 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
62
69
  export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
63
70
  readonly input: GetRemoteAccessSessionCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetRemoteAccessSessionCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetRunRequest, GetRunResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetRunCommand}.
8
10
  */
9
11
  export interface GetRunCommandInput extends GetRunRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetRunCommand}.
13
17
  */
14
18
  export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a run.</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 GetRunCommandOutput extends GetRunResult, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetRunCommandInput - {@link GetRunCommandInput}
34
+ * @returns {@link GetRunCommandOutput}
28
35
  * @see {@link GetRunCommandInput} for command's `input` shape.
29
36
  * @see {@link GetRunCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -87,11 +94,20 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
87
94
  export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
88
95
  readonly input: GetRunCommandInput;
89
96
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
+ /**
98
+ * @public
99
+ */
90
100
  constructor(input: GetRunCommandInput);
91
101
  /**
92
102
  * @internal
93
103
  */
94
104
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunCommandInput, GetRunCommandOutput>;
105
+ /**
106
+ * @internal
107
+ */
95
108
  private serialize;
109
+ /**
110
+ * @internal
111
+ */
96
112
  private deserialize;
97
113
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetSuiteCommand}.
8
10
  */
9
11
  export interface GetSuiteCommandInput extends GetSuiteRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetSuiteCommand}.
13
17
  */
14
18
  export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a suite.</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 GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetSuiteCommandInput - {@link GetSuiteCommandInput}
34
+ * @returns {@link GetSuiteCommandOutput}
28
35
  * @see {@link GetSuiteCommandInput} for command's `input` shape.
29
36
  * @see {@link GetSuiteCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -62,11 +69,20 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
62
69
  export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
63
70
  readonly input: GetSuiteCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetSuiteCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteCommandInput, GetSuiteCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetTestRequest, GetTestResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTestCommand}.
8
10
  */
9
11
  export interface GetTestCommandInput extends GetTestRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTestCommand}.
13
17
  */
14
18
  export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about a test.</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 GetTestCommandOutput extends GetTestResult, __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTestCommandInput - {@link GetTestCommandInput}
34
+ * @returns {@link GetTestCommandOutput}
28
35
  * @see {@link GetTestCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTestCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -62,11 +69,20 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
62
69
  export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
63
70
  readonly input: GetTestCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetTestCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestCommandInput, GetTestCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTestGridProjectCommand}.
8
10
  */
9
11
  export interface GetTestGridProjectCommandInput extends GetTestGridProjectRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTestGridProjectCommand}.
13
17
  */
14
18
  export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves information about a Selenium testing 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 GetTestGridProjectCommandOutput extends GetTestGridProjectResul
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetTestGridProjectCommandInput - {@link GetTestGridProjectCommandInput}
34
+ * @returns {@link GetTestGridProjectCommandOutput}
28
35
  * @see {@link GetTestGridProjectCommandInput} for command's `input` shape.
29
36
  * @see {@link GetTestGridProjectCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
44
51
  export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: GetTestGridProjectCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetTestGridProjectCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput>;
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 { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetTestGridSessionCommand}.
8
10
  */
9
11
  export interface GetTestGridSessionCommandInput extends GetTestGridSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetTestGridSessionCommand}.
13
17
  */
14
18
  export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>A session is an instance of a browser created through a <code>RemoteWebDriver</code> with the URL from <a>CreateTestGridUrlResult$url</a>. You can use the following to look up sessions:</p>
18
23
  * <ul>
19
24
  * <li>
@@ -34,6 +39,8 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
34
39
  * const response = await client.send(command);
35
40
  * ```
36
41
  *
42
+ * @param GetTestGridSessionCommandInput - {@link GetTestGridSessionCommandInput}
43
+ * @returns {@link GetTestGridSessionCommandOutput}
37
44
  * @see {@link GetTestGridSessionCommandInput} for command's `input` shape.
38
45
  * @see {@link GetTestGridSessionCommandOutput} for command's `response` shape.
39
46
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -53,11 +60,20 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
53
60
  export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
54
61
  readonly input: GetTestGridSessionCommandInput;
55
62
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
63
+ /**
64
+ * @public
65
+ */
56
66
  constructor(input: GetTestGridSessionCommandInput);
57
67
  /**
58
68
  * @internal
59
69
  */
60
70
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput>;
71
+ /**
72
+ * @internal
73
+ */
61
74
  private serialize;
75
+ /**
76
+ * @internal
77
+ */
62
78
  private deserialize;
63
79
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetUploadRequest, GetUploadResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetUploadCommand}.
8
10
  */
9
11
  export interface GetUploadCommandInput extends GetUploadRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetUploadCommand}.
13
17
  */
14
18
  export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about an upload.</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 GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param GetUploadCommandInput - {@link GetUploadCommandInput}
34
+ * @returns {@link GetUploadCommandOutput}
28
35
  * @see {@link GetUploadCommandInput} for command's `input` shape.
29
36
  * @see {@link GetUploadCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -62,11 +69,20 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
62
69
  export declare class GetUploadCommand extends $Command<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig> {
63
70
  readonly input: GetUploadCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: GetUploadCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetUploadCommandInput, GetUploadCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { GetVPCEConfigurationRequest, GetVPCEConfigurationResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link GetVPCEConfigurationCommand}.
8
10
  */
9
11
  export interface GetVPCEConfigurationCommandInput extends GetVPCEConfigurationRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link GetVPCEConfigurationCommand}.
13
17
  */
14
18
  export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about the configuration settings for your Amazon Virtual Private
18
23
  * Cloud (VPC) endpoint.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param GetVPCEConfigurationCommandInput - {@link GetVPCEConfigurationCommandInput}
35
+ * @returns {@link GetVPCEConfigurationCommandOutput}
29
36
  * @see {@link GetVPCEConfigurationCommandInput} for command's `input` shape.
30
37
  * @see {@link GetVPCEConfigurationCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
44
51
  export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: GetVPCEConfigurationCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: GetVPCEConfigurationCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput>;
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 { InstallToRemoteAccessSessionRequest, InstallToRemoteAccessSessionResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link InstallToRemoteAccessSessionCommand}.
8
10
  */
9
11
  export interface InstallToRemoteAccessSessionCommandInput extends InstallToRemoteAccessSessionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link InstallToRemoteAccessSessionCommand}.
13
17
  */
14
18
  export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemoteAccessSessionResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Installs an application to the device in a remote access session. For Android
18
23
  * applications, the file must be in .apk format. For iOS applications, the file must be in
19
24
  * .ipa format.</p>
@@ -27,6 +32,8 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param InstallToRemoteAccessSessionCommandInput - {@link InstallToRemoteAccessSessionCommandInput}
36
+ * @returns {@link InstallToRemoteAccessSessionCommandOutput}
30
37
  * @see {@link InstallToRemoteAccessSessionCommandInput} for command's `input` shape.
31
38
  * @see {@link InstallToRemoteAccessSessionCommandOutput} for command's `response` shape.
32
39
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -65,11 +72,20 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
65
72
  export declare class InstallToRemoteAccessSessionCommand extends $Command<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
66
73
  readonly input: InstallToRemoteAccessSessionCommandInput;
67
74
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
+ /**
76
+ * @public
77
+ */
68
78
  constructor(input: InstallToRemoteAccessSessionCommandInput);
69
79
  /**
70
80
  * @internal
71
81
  */
72
82
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput>;
83
+ /**
84
+ * @internal
85
+ */
73
86
  private serialize;
87
+ /**
88
+ * @internal
89
+ */
74
90
  private deserialize;
75
91
  }