@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 { ListSamplesRequest, ListSamplesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSamplesCommand}.
8
10
  */
9
11
  export interface ListSamplesCommandInput extends ListSamplesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSamplesCommand}.
13
17
  */
14
18
  export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about samples, given an AWS Device Farm job ARN.</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 ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSamplesCommandInput - {@link ListSamplesCommandInput}
34
+ * @returns {@link ListSamplesCommandOutput}
28
35
  * @see {@link ListSamplesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSamplesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
63
70
  export declare class ListSamplesCommand extends $Command<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig> {
64
71
  readonly input: ListSamplesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListSamplesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSamplesCommandInput, ListSamplesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListSuitesRequest, ListSuitesResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSuitesCommand}.
8
10
  */
9
11
  export interface ListSuitesCommandInput extends ListSuitesRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSuitesCommand}.
13
17
  */
14
18
  export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about test suites for a given 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 ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListSuitesCommandInput - {@link ListSuitesCommandInput}
34
+ * @returns {@link ListSuitesCommandOutput}
28
35
  * @see {@link ListSuitesCommandInput} for command's `input` shape.
29
36
  * @see {@link ListSuitesCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
63
70
  export declare class ListSuitesCommand extends $Command<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig> {
64
71
  readonly input: ListSuitesCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListSuitesCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSuitesCommandInput, ListSuitesCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>List the tags for an AWS Device Farm resource.</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 ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -43,11 +50,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
43
50
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
44
51
  readonly input: ListTagsForResourceCommandInput;
45
52
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
53
+ /**
54
+ * @public
55
+ */
46
56
  constructor(input: ListTagsForResourceCommandInput);
47
57
  /**
48
58
  * @internal
49
59
  */
50
60
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
61
+ /**
62
+ * @internal
63
+ */
51
64
  private serialize;
65
+ /**
66
+ * @internal
67
+ */
52
68
  private deserialize;
53
69
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListTestGridProjectsRequest, ListTestGridProjectsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestGridProjectsCommand}.
8
10
  */
9
11
  export interface ListTestGridProjectsCommandInput extends ListTestGridProjectsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestGridProjectsCommand}.
13
17
  */
14
18
  export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets a list of all Selenium testing projects in your account.</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 ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestGridProjectsCommandInput - {@link ListTestGridProjectsCommandInput}
34
+ * @returns {@link ListTestGridProjectsCommandOutput}
28
35
  * @see {@link ListTestGridProjectsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestGridProjectsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
41
48
  export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
42
49
  readonly input: ListTestGridProjectsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListTestGridProjectsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListTestGridSessionActionsRequest, ListTestGridSessionActionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestGridSessionActionsCommand}.
8
10
  */
9
11
  export interface ListTestGridSessionActionsCommandInput extends ListTestGridSessionActionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestGridSessionActionsCommand}.
13
17
  */
14
18
  export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSessionActionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns a list of the actions taken in a <a>TestGridSession</a>.</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 ListTestGridSessionActionsCommandOutput extends ListTestGridSes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestGridSessionActionsCommandInput - {@link ListTestGridSessionActionsCommandInput}
34
+ * @returns {@link ListTestGridSessionActionsCommandOutput}
28
35
  * @see {@link ListTestGridSessionActionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestGridSessionActionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
44
51
  export declare class ListTestGridSessionActionsCommand extends $Command<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: ListTestGridSessionActionsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListTestGridSessionActionsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput>;
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 { ListTestGridSessionArtifactsRequest, ListTestGridSessionArtifactsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestGridSessionArtifactsCommand}.
8
10
  */
9
11
  export interface ListTestGridSessionArtifactsCommandInput extends ListTestGridSessionArtifactsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestGridSessionArtifactsCommand}.
13
17
  */
14
18
  export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridSessionArtifactsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of artifacts created during the 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 ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestGridSessionArtifactsCommandInput - {@link ListTestGridSessionArtifactsCommandInput}
34
+ * @returns {@link ListTestGridSessionArtifactsCommandOutput}
28
35
  * @see {@link ListTestGridSessionArtifactsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestGridSessionArtifactsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
44
51
  export declare class ListTestGridSessionArtifactsCommand extends $Command<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: ListTestGridSessionArtifactsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListTestGridSessionArtifactsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput>;
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 { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestGridSessionsCommand}.
8
10
  */
9
11
  export interface ListTestGridSessionsCommandInput extends ListTestGridSessionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestGridSessionsCommand}.
13
17
  */
14
18
  export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Retrieves a list of sessions for a <a>TestGridProject</a>.</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 ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestGridSessionsCommandInput - {@link ListTestGridSessionsCommandInput}
34
+ * @returns {@link ListTestGridSessionsCommandOutput}
28
35
  * @see {@link ListTestGridSessionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestGridSessionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -44,11 +51,20 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
44
51
  export declare class ListTestGridSessionsCommand extends $Command<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
45
52
  readonly input: ListTestGridSessionsCommandInput;
46
53
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
54
+ /**
55
+ * @public
56
+ */
47
57
  constructor(input: ListTestGridSessionsCommandInput);
48
58
  /**
49
59
  * @internal
50
60
  */
51
61
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput>;
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 { ListTestsRequest, ListTestsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTestsCommand}.
8
10
  */
9
11
  export interface ListTestsCommandInput extends ListTestsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTestsCommand}.
13
17
  */
14
18
  export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about tests in a given test 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 ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTestsCommandInput - {@link ListTestsCommandInput}
34
+ * @returns {@link ListTestsCommandOutput}
28
35
  * @see {@link ListTestsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTestsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
63
70
  export declare class ListTestsCommand extends $Command<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig> {
64
71
  readonly input: ListTestsCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListTestsCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestsCommandInput, ListTestsCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUniqueProblemsCommand}.
8
10
  */
9
11
  export interface ListUniqueProblemsCommandInput extends ListUniqueProblemsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUniqueProblemsCommand}.
13
17
  */
14
18
  export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about unique problems, such as exceptions or crashes.</p>
18
23
  * <p>Unique problems are defined as a single instance of an error across a run, job, or suite. For example,
19
24
  * if a call in your application consistently raises an exception (<code>OutOfBoundsException in
@@ -29,6 +34,8 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
29
34
  * const response = await client.send(command);
30
35
  * ```
31
36
  *
37
+ * @param ListUniqueProblemsCommandInput - {@link ListUniqueProblemsCommandInput}
38
+ * @returns {@link ListUniqueProblemsCommandOutput}
32
39
  * @see {@link ListUniqueProblemsCommandInput} for command's `input` shape.
33
40
  * @see {@link ListUniqueProblemsCommandOutput} for command's `response` shape.
34
41
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -67,11 +74,20 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
67
74
  export declare class ListUniqueProblemsCommand extends $Command<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig> {
68
75
  readonly input: ListUniqueProblemsCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: ListUniqueProblemsCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput>;
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 { ListUploadsRequest, ListUploadsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListUploadsCommand}.
8
10
  */
9
11
  export interface ListUploadsCommandInput extends ListUploadsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListUploadsCommand}.
13
17
  */
14
18
  export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Gets information about uploads, given an AWS Device Farm project ARN.</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 ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListUploadsCommandInput - {@link ListUploadsCommandInput}
34
+ * @returns {@link ListUploadsCommandOutput}
28
35
  * @see {@link ListUploadsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListUploadsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -63,11 +70,20 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
63
70
  export declare class ListUploadsCommand extends $Command<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig> {
64
71
  readonly input: ListUploadsCommandInput;
65
72
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
+ /**
74
+ * @public
75
+ */
66
76
  constructor(input: ListUploadsCommandInput);
67
77
  /**
68
78
  * @internal
69
79
  */
70
80
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUploadsCommandInput, ListUploadsCommandOutput>;
81
+ /**
82
+ * @internal
83
+ */
71
84
  private serialize;
85
+ /**
86
+ * @internal
87
+ */
72
88
  private deserialize;
73
89
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListVPCEConfigurationsCommand}.
8
10
  */
9
11
  export interface ListVPCEConfigurationsCommandInput extends ListVPCEConfigurationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListVPCEConfigurationsCommand}.
13
17
  */
14
18
  export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurationsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Returns information about all Amazon Virtual Private Cloud (VPC) endpoint
18
23
  * configurations in the AWS account.</p>
19
24
  * @example
@@ -26,6 +31,8 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
26
31
  * const response = await client.send(command);
27
32
  * ```
28
33
  *
34
+ * @param ListVPCEConfigurationsCommandInput - {@link ListVPCEConfigurationsCommandInput}
35
+ * @returns {@link ListVPCEConfigurationsCommandOutput}
29
36
  * @see {@link ListVPCEConfigurationsCommandInput} for command's `input` shape.
30
37
  * @see {@link ListVPCEConfigurationsCommandOutput} for command's `response` shape.
31
38
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -41,11 +48,20 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
41
48
  export declare class ListVPCEConfigurationsCommand extends $Command<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig> {
42
49
  readonly input: ListVPCEConfigurationsCommandInput;
43
50
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
51
+ /**
52
+ * @public
53
+ */
44
54
  constructor(input: ListVPCEConfigurationsCommandInput);
45
55
  /**
46
56
  * @internal
47
57
  */
48
58
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput>;
59
+ /**
60
+ * @internal
61
+ */
49
62
  private serialize;
63
+ /**
64
+ * @internal
65
+ */
50
66
  private deserialize;
51
67
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link PurchaseOfferingCommand}.
8
10
  */
9
11
  export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link PurchaseOfferingCommand}.
13
17
  */
14
18
  export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased
18
23
  * quantity for an offering, unless the renewal was overridden. The API returns a <code>NotEligible</code>
19
24
  * error if the user is not permitted to invoke the operation. If you must be able to invoke this operation,
@@ -28,6 +33,8 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param PurchaseOfferingCommandInput - {@link PurchaseOfferingCommandInput}
37
+ * @returns {@link PurchaseOfferingCommandOutput}
31
38
  * @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
32
39
  * @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
33
40
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -88,11 +95,20 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
88
95
  export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
89
96
  readonly input: PurchaseOfferingCommandInput;
90
97
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
+ /**
99
+ * @public
100
+ */
91
101
  constructor(input: PurchaseOfferingCommandInput);
92
102
  /**
93
103
  * @internal
94
104
  */
95
105
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput>;
106
+ /**
107
+ * @internal
108
+ */
96
109
  private serialize;
110
+ /**
111
+ * @internal
112
+ */
97
113
  private deserialize;
98
114
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
5
5
  import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RenewOfferingCommand}.
8
10
  */
9
11
  export interface RenewOfferingCommandInput extends RenewOfferingRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RenewOfferingCommand}.
13
17
  */
14
18
  export interface RenewOfferingCommandOutput extends RenewOfferingResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Explicitly sets the quantity of devices to renew for an offering, starting from the
18
23
  * <code>effectiveDate</code> of the next period. The API returns a <code>NotEligible</code> error if the
19
24
  * user is not permitted to invoke the operation. If you must be able to invoke this operation, contact <a href="mailto:aws-devicefarm-support@amazon.com">aws-devicefarm-support@amazon.com</a>.</p>
@@ -27,6 +32,8 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param RenewOfferingCommandInput - {@link RenewOfferingCommandInput}
36
+ * @returns {@link RenewOfferingCommandOutput}
30
37
  * @see {@link RenewOfferingCommandInput} for command's `input` shape.
31
38
  * @see {@link RenewOfferingCommandOutput} for command's `response` shape.
32
39
  * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
@@ -87,11 +94,20 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad
87
94
  export declare class RenewOfferingCommand extends $Command<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
88
95
  readonly input: RenewOfferingCommandInput;
89
96
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
+ /**
98
+ * @public
99
+ */
90
100
  constructor(input: RenewOfferingCommandInput);
91
101
  /**
92
102
  * @internal
93
103
  */
94
104
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RenewOfferingCommandInput, RenewOfferingCommandOutput>;
105
+ /**
106
+ * @internal
107
+ */
95
108
  private serialize;
109
+ /**
110
+ * @internal
111
+ */
96
112
  private deserialize;
97
113
  }