@aws-sdk/client-device-farm 3.169.0 → 3.171.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +1313 -390
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +566 -150
  4. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +32 -17
  8. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +32 -17
  19. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +39 -17
  27. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +30 -17
  29. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +36 -17
  31. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +30 -17
  34. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +32 -17
  35. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +36 -17
  38. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +32 -17
  39. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +39 -17
  41. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +36 -17
  43. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +32 -17
  45. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +39 -17
  46. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +36 -17
  48. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +32 -17
  51. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +32 -17
  52. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +39 -17
  53. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +32 -17
  54. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +32 -17
  55. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +32 -17
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  57. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +39 -17
  58. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +39 -17
  59. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +39 -17
  60. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +39 -17
  61. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +32 -17
  62. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +36 -17
  63. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +32 -17
  64. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +39 -17
  65. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +35 -17
  66. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +32 -17
  67. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +32 -17
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +30 -17
  69. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +39 -17
  70. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +30 -17
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  73. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +39 -17
  74. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +35 -17
  75. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +39 -17
  76. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +39 -17
  77. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +32 -17
  78. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +39 -17
  79. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +32 -17
  80. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +39 -17
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -77
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  83. package/dist-types/ts3.4/index.d.ts +6 -6
  84. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +7 -6
  85. package/dist-types/ts3.4/models/index.d.ts +1 -1
  86. package/dist-types/ts3.4/models/models_0.d.ts +1879 -2465
  87. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +11 -4
  88. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  89. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +11 -4
  90. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +11 -4
  91. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +11 -4
  92. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -4
  93. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +11 -4
  94. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +11 -4
  95. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +11 -4
  96. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +11 -4
  97. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +11 -4
  98. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +11 -4
  99. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +11 -4
  100. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +11 -4
  101. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +11 -4
  102. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +11 -4
  103. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +11 -4
  104. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +11 -4
  105. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +11 -4
  106. package/dist-types/ts3.4/pagination/index.d.ts +19 -19
  107. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +929 -233
  108. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  109. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  110. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  111. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  112. package/package.json +34 -34
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ListTestGridSessionsRequest, ListTestGridSessionsResult } from "../models/models_0";
5
- export interface ListTestGridSessionsCommandInput extends ListTestGridSessionsRequest {
6
- }
7
- export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTestGridSessionsCommand extends $Command<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ListTestGridSessionsCommandInput;
12
- constructor(input: ListTestGridSessionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import {
14
+ ListTestGridSessionsRequest,
15
+ ListTestGridSessionsResult,
16
+ } from "../models/models_0";
17
+ export interface ListTestGridSessionsCommandInput
18
+ extends ListTestGridSessionsRequest {}
19
+ export interface ListTestGridSessionsCommandOutput
20
+ extends ListTestGridSessionsResult,
21
+ __MetadataBearer {}
22
+ export declare class ListTestGridSessionsCommand extends $Command<
23
+ ListTestGridSessionsCommandInput,
24
+ ListTestGridSessionsCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: ListTestGridSessionsCommandInput;
28
+ constructor(input: ListTestGridSessionsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListTestGridSessionsCommandInput,
35
+ ListTestGridSessionsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ListTestsRequest, ListTestsResult } from "../models/models_0";
5
- export interface ListTestsCommandInput extends ListTestsRequest {
6
- }
7
- export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTestsCommand extends $Command<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ListTestsCommandInput;
12
- constructor(input: ListTestsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTestsCommandInput, ListTestsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { ListTestsRequest, ListTestsResult } from "../models/models_0";
14
+ export interface ListTestsCommandInput extends ListTestsRequest {}
15
+ export interface ListTestsCommandOutput
16
+ extends ListTestsResult,
17
+ __MetadataBearer {}
18
+ export declare class ListTestsCommand extends $Command<
19
+ ListTestsCommandInput,
20
+ ListTestsCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: ListTestsCommandInput;
24
+ constructor(input: ListTestsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListTestsCommandInput, ListTestsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ListUniqueProblemsRequest, ListUniqueProblemsResult } from "../models/models_0";
5
- export interface ListUniqueProblemsCommandInput extends ListUniqueProblemsRequest {
6
- }
7
- export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListUniqueProblemsCommand extends $Command<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ListUniqueProblemsCommandInput;
12
- constructor(input: ListUniqueProblemsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import {
14
+ ListUniqueProblemsRequest,
15
+ ListUniqueProblemsResult,
16
+ } from "../models/models_0";
17
+ export interface ListUniqueProblemsCommandInput
18
+ extends ListUniqueProblemsRequest {}
19
+ export interface ListUniqueProblemsCommandOutput
20
+ extends ListUniqueProblemsResult,
21
+ __MetadataBearer {}
22
+ export declare class ListUniqueProblemsCommand extends $Command<
23
+ ListUniqueProblemsCommandInput,
24
+ ListUniqueProblemsCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: ListUniqueProblemsCommandInput;
28
+ constructor(input: ListUniqueProblemsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ListUploadsRequest, ListUploadsResult } from "../models/models_0";
5
- export interface ListUploadsCommandInput extends ListUploadsRequest {
6
- }
7
- export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListUploadsCommand extends $Command<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ListUploadsCommandInput;
12
- constructor(input: ListUploadsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListUploadsCommandInput, ListUploadsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { ListUploadsRequest, ListUploadsResult } from "../models/models_0";
14
+ export interface ListUploadsCommandInput extends ListUploadsRequest {}
15
+ export interface ListUploadsCommandOutput
16
+ extends ListUploadsResult,
17
+ __MetadataBearer {}
18
+ export declare class ListUploadsCommand extends $Command<
19
+ ListUploadsCommandInput,
20
+ ListUploadsCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: ListUploadsCommandInput;
24
+ constructor(input: ListUploadsCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ListUploadsCommandInput, ListUploadsCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ListVPCEConfigurationsRequest, ListVPCEConfigurationsResult } from "../models/models_0";
5
- export interface ListVPCEConfigurationsCommandInput extends ListVPCEConfigurationsRequest {
6
- }
7
- export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurationsResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ListVPCEConfigurationsCommand extends $Command<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ListVPCEConfigurationsCommandInput;
12
- constructor(input: ListVPCEConfigurationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import {
14
+ ListVPCEConfigurationsRequest,
15
+ ListVPCEConfigurationsResult,
16
+ } from "../models/models_0";
17
+ export interface ListVPCEConfigurationsCommandInput
18
+ extends ListVPCEConfigurationsRequest {}
19
+ export interface ListVPCEConfigurationsCommandOutput
20
+ extends ListVPCEConfigurationsResult,
21
+ __MetadataBearer {}
22
+ export declare class ListVPCEConfigurationsCommand extends $Command<
23
+ ListVPCEConfigurationsCommandInput,
24
+ ListVPCEConfigurationsCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: ListVPCEConfigurationsCommandInput;
28
+ constructor(input: ListVPCEConfigurationsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ ListVPCEConfigurationsCommandInput,
35
+ ListVPCEConfigurationsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { PurchaseOfferingRequest, PurchaseOfferingResult } from "../models/models_0";
5
- export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {
6
- }
7
- export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, __MetadataBearer {
8
- }
9
-
10
- export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: PurchaseOfferingCommandInput;
12
- constructor(input: PurchaseOfferingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import {
14
+ PurchaseOfferingRequest,
15
+ PurchaseOfferingResult,
16
+ } from "../models/models_0";
17
+ export interface PurchaseOfferingCommandInput extends PurchaseOfferingRequest {}
18
+ export interface PurchaseOfferingCommandOutput
19
+ extends PurchaseOfferingResult,
20
+ __MetadataBearer {}
21
+ export declare class PurchaseOfferingCommand extends $Command<
22
+ PurchaseOfferingCommandInput,
23
+ PurchaseOfferingCommandOutput,
24
+ DeviceFarmClientResolvedConfig
25
+ > {
26
+ readonly input: PurchaseOfferingCommandInput;
27
+ constructor(input: PurchaseOfferingCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DeviceFarmClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0";
5
- export interface RenewOfferingCommandInput extends RenewOfferingRequest {
6
- }
7
- export interface RenewOfferingCommandOutput extends RenewOfferingResult, __MetadataBearer {
8
- }
9
-
10
- export declare class RenewOfferingCommand extends $Command<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: RenewOfferingCommandInput;
12
- constructor(input: RenewOfferingCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RenewOfferingCommandInput, RenewOfferingCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { RenewOfferingRequest, RenewOfferingResult } from "../models/models_0";
14
+ export interface RenewOfferingCommandInput extends RenewOfferingRequest {}
15
+ export interface RenewOfferingCommandOutput
16
+ extends RenewOfferingResult,
17
+ __MetadataBearer {}
18
+ export declare class RenewOfferingCommand extends $Command<
19
+ RenewOfferingCommandInput,
20
+ RenewOfferingCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: RenewOfferingCommandInput;
24
+ constructor(input: RenewOfferingCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<RenewOfferingCommandInput, RenewOfferingCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0";
5
- export interface ScheduleRunCommandInput extends ScheduleRunRequest {
6
- }
7
- export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataBearer {
8
- }
9
-
10
- export declare class ScheduleRunCommand extends $Command<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: ScheduleRunCommandInput;
12
- constructor(input: ScheduleRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ScheduleRunCommandInput, ScheduleRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { ScheduleRunRequest, ScheduleRunResult } from "../models/models_0";
14
+ export interface ScheduleRunCommandInput extends ScheduleRunRequest {}
15
+ export interface ScheduleRunCommandOutput
16
+ extends ScheduleRunResult,
17
+ __MetadataBearer {}
18
+ export declare class ScheduleRunCommand extends $Command<
19
+ ScheduleRunCommandInput,
20
+ ScheduleRunCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: ScheduleRunCommandInput;
24
+ constructor(input: ScheduleRunCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<ScheduleRunCommandInput, ScheduleRunCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { StopJobRequest, StopJobResult } from "../models/models_0";
5
- export interface StopJobCommandInput extends StopJobRequest {
6
- }
7
- export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StopJobCommand extends $Command<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: StopJobCommandInput;
12
- constructor(input: StopJobCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopJobCommandInput, StopJobCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { StopJobRequest, StopJobResult } from "../models/models_0";
14
+ export interface StopJobCommandInput extends StopJobRequest {}
15
+ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {}
16
+ export declare class StopJobCommand extends $Command<
17
+ StopJobCommandInput,
18
+ StopJobCommandOutput,
19
+ DeviceFarmClientResolvedConfig
20
+ > {
21
+ readonly input: StopJobCommandInput;
22
+ constructor(input: StopJobCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: DeviceFarmClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<StopJobCommandInput, StopJobCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,39 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { StopRemoteAccessSessionRequest, StopRemoteAccessSessionResult } from "../models/models_0";
5
- export interface StopRemoteAccessSessionCommandInput extends StopRemoteAccessSessionRequest {
6
- }
7
- export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSessionResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StopRemoteAccessSessionCommand extends $Command<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: StopRemoteAccessSessionCommandInput;
12
- constructor(input: StopRemoteAccessSessionCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import {
14
+ StopRemoteAccessSessionRequest,
15
+ StopRemoteAccessSessionResult,
16
+ } from "../models/models_0";
17
+ export interface StopRemoteAccessSessionCommandInput
18
+ extends StopRemoteAccessSessionRequest {}
19
+ export interface StopRemoteAccessSessionCommandOutput
20
+ extends StopRemoteAccessSessionResult,
21
+ __MetadataBearer {}
22
+ export declare class StopRemoteAccessSessionCommand extends $Command<
23
+ StopRemoteAccessSessionCommandInput,
24
+ StopRemoteAccessSessionCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: StopRemoteAccessSessionCommandInput;
28
+ constructor(input: StopRemoteAccessSessionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ StopRemoteAccessSessionCommandInput,
35
+ StopRemoteAccessSessionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,30 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { StopRunRequest, StopRunResult } from "../models/models_0";
5
- export interface StopRunCommandInput extends StopRunRequest {
6
- }
7
- export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
8
- }
9
-
10
- export declare class StopRunCommand extends $Command<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: StopRunCommandInput;
12
- constructor(input: StopRunCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopRunCommandInput, StopRunCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { StopRunRequest, StopRunResult } from "../models/models_0";
14
+ export interface StopRunCommandInput extends StopRunRequest {}
15
+ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {}
16
+ export declare class StopRunCommand extends $Command<
17
+ StopRunCommandInput,
18
+ StopRunCommandOutput,
19
+ DeviceFarmClientResolvedConfig
20
+ > {
21
+ readonly input: StopRunCommandInput;
22
+ constructor(input: StopRunCommandInput);
23
+ resolveMiddleware(
24
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
25
+ configuration: DeviceFarmClientResolvedConfig,
26
+ options?: __HttpHandlerOptions
27
+ ): Handler<StopRunCommandInput, StopRunCommandOutput>;
28
+ private serialize;
29
+ private deserialize;
30
+ }
@@ -1,17 +1,32 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeviceFarmClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../DeviceFarmClient";
13
+ import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+ export declare class TagResourceCommand extends $Command<
19
+ TagResourceCommandInput,
20
+ TagResourceCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: TagResourceCommandInput;
24
+ constructor(input: TagResourceCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
30
+ private serialize;
31
+ private deserialize;
32
+ }