@aws-sdk/client-device-farm 3.50.0 → 3.51.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 (111) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/DeviceFarm.d.ts +390 -0
  3. package/dist-types/ts3.4/DeviceFarmClient.d.ts +150 -0
  4. package/dist-types/ts3.4/commands/CreateDevicePoolCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateNetworkProfileCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateRemoteAccessSessionCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateTestGridProjectCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateTestGridUrlCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateUploadCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateVPCEConfigurationCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/DeleteDevicePoolCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/DeleteNetworkProfileCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteRemoteAccessSessionCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteRunCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteTestGridProjectCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteUploadCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeleteVPCEConfigurationCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/GetDeviceCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/GetDeviceInstanceCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/GetDevicePoolCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/GetDevicePoolCompatibilityCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/GetNetworkProfileCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/GetOfferingStatusCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetRemoteAccessSessionCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetRunCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetSuiteCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetTestCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetTestGridProjectCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetTestGridSessionCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetUploadCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetVPCEConfigurationCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/InstallToRemoteAccessSessionCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/ListArtifactsCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/ListDeviceInstancesCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/ListDevicePoolsCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/ListDevicesCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListNetworkProfilesCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListOfferingPromotionsCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListOfferingTransactionsCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListRemoteAccessSessionsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListRunsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListSamplesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListSuitesCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListTestGridProjectsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListTestGridSessionActionsCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListTestGridSessionArtifactsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListTestGridSessionsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListTestsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListUniqueProblemsCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListUploadsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListVPCEConfigurationsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/RenewOfferingCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/ScheduleRunCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/StopRemoteAccessSessionCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/StopRunCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateDeviceInstanceCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateDevicePoolCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateInstanceProfileCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateNetworkProfileCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateTestGridProjectCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateUploadCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateVPCEConfigurationCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -0
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  83. package/dist-types/ts3.4/index.d.ts +5 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +2878 -0
  86. package/dist-types/ts3.4/pagination/GetOfferingStatusPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  88. package/dist-types/ts3.4/pagination/ListArtifactsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListDevicePoolsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/ListDevicesPaginator.d.ts +4 -0
  91. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +4 -0
  92. package/dist-types/ts3.4/pagination/ListOfferingTransactionsPaginator.d.ts +4 -0
  93. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  94. package/dist-types/ts3.4/pagination/ListProjectsPaginator.d.ts +4 -0
  95. package/dist-types/ts3.4/pagination/ListRunsPaginator.d.ts +4 -0
  96. package/dist-types/ts3.4/pagination/ListSamplesPaginator.d.ts +4 -0
  97. package/dist-types/ts3.4/pagination/ListSuitesPaginator.d.ts +4 -0
  98. package/dist-types/ts3.4/pagination/ListTestGridProjectsPaginator.d.ts +4 -0
  99. package/dist-types/ts3.4/pagination/ListTestGridSessionActionsPaginator.d.ts +4 -0
  100. package/dist-types/ts3.4/pagination/ListTestGridSessionArtifactsPaginator.d.ts +4 -0
  101. package/dist-types/ts3.4/pagination/ListTestGridSessionsPaginator.d.ts +4 -0
  102. package/dist-types/ts3.4/pagination/ListTestsPaginator.d.ts +4 -0
  103. package/dist-types/ts3.4/pagination/ListUniqueProblemsPaginator.d.ts +4 -0
  104. package/dist-types/ts3.4/pagination/ListUploadsPaginator.d.ts +4 -0
  105. package/dist-types/ts3.4/pagination/index.d.ts +19 -0
  106. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  107. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  108. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  109. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  110. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  111. package/package.json +8 -8
@@ -0,0 +1,17 @@
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 { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
5
+ export interface CreateInstanceProfileCommandInput extends CreateInstanceProfileRequest {
6
+ }
7
+ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateInstanceProfileCommand extends $Command<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateInstanceProfileCommandInput;
12
+ constructor(input: CreateInstanceProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
5
+ export interface CreateNetworkProfileCommandInput extends CreateNetworkProfileRequest {
6
+ }
7
+ export interface CreateNetworkProfileCommandOutput extends CreateNetworkProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateNetworkProfileCommand extends $Command<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateNetworkProfileCommandInput;
12
+ constructor(input: CreateNetworkProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
5
+ export interface CreateProjectCommandInput extends CreateProjectRequest {
6
+ }
7
+ export interface CreateProjectCommandOutput extends CreateProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateProjectCommand extends $Command<CreateProjectCommandInput, CreateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateProjectCommandInput;
12
+ constructor(input: CreateProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
5
+ export interface CreateRemoteAccessSessionCommandInput extends CreateRemoteAccessSessionRequest {
6
+ }
7
+ export interface CreateRemoteAccessSessionCommandOutput extends CreateRemoteAccessSessionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRemoteAccessSessionCommand extends $Command<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateRemoteAccessSessionCommandInput;
12
+ constructor(input: CreateRemoteAccessSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
5
+ export interface CreateTestGridProjectCommandInput extends CreateTestGridProjectRequest {
6
+ }
7
+ export interface CreateTestGridProjectCommandOutput extends CreateTestGridProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateTestGridProjectCommand extends $Command<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateTestGridProjectCommandInput;
12
+ constructor(input: CreateTestGridProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
5
+ export interface CreateTestGridUrlCommandInput extends CreateTestGridUrlRequest {
6
+ }
7
+ export interface CreateTestGridUrlCommandOutput extends CreateTestGridUrlResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateTestGridUrlCommand extends $Command<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateTestGridUrlCommandInput;
12
+ constructor(input: CreateTestGridUrlCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
5
+ export interface CreateUploadCommandInput extends CreateUploadRequest {
6
+ }
7
+ export interface CreateUploadCommandOutput extends CreateUploadResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateUploadCommand extends $Command<CreateUploadCommandInput, CreateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateUploadCommandInput;
12
+ constructor(input: CreateUploadCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
5
+ export interface CreateVPCEConfigurationCommandInput extends CreateVPCEConfigurationRequest {
6
+ }
7
+ export interface CreateVPCEConfigurationCommandOutput extends CreateVPCEConfigurationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateVPCEConfigurationCommand extends $Command<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: CreateVPCEConfigurationCommandInput;
12
+ constructor(input: CreateVPCEConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
5
+ export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {
6
+ }
7
+ export interface DeleteDevicePoolCommandOutput extends DeleteDevicePoolResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteDevicePoolCommand extends $Command<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteDevicePoolCommandInput;
12
+ constructor(input: DeleteDevicePoolCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteInstanceProfileRequest, DeleteInstanceProfileResult } from "../models/models_0";
5
+ export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfileRequest {
6
+ }
7
+ export interface DeleteInstanceProfileCommandOutput extends DeleteInstanceProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteInstanceProfileCommand extends $Command<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteInstanceProfileCommandInput;
12
+ constructor(input: DeleteInstanceProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteNetworkProfileRequest, DeleteNetworkProfileResult } from "../models/models_0";
5
+ export interface DeleteNetworkProfileCommandInput extends DeleteNetworkProfileRequest {
6
+ }
7
+ export interface DeleteNetworkProfileCommandOutput extends DeleteNetworkProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteNetworkProfileCommand extends $Command<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteNetworkProfileCommandInput;
12
+ constructor(input: DeleteNetworkProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteProjectRequest, DeleteProjectResult } from "../models/models_0";
5
+ export interface DeleteProjectCommandInput extends DeleteProjectRequest {
6
+ }
7
+ export interface DeleteProjectCommandOutput extends DeleteProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteProjectCommand extends $Command<DeleteProjectCommandInput, DeleteProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteProjectCommandInput;
12
+ constructor(input: DeleteProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteProjectCommandInput, DeleteProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteRemoteAccessSessionRequest, DeleteRemoteAccessSessionResult } from "../models/models_0";
5
+ export interface DeleteRemoteAccessSessionCommandInput extends DeleteRemoteAccessSessionRequest {
6
+ }
7
+ export interface DeleteRemoteAccessSessionCommandOutput extends DeleteRemoteAccessSessionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRemoteAccessSessionCommand extends $Command<DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteRemoteAccessSessionCommandInput;
12
+ constructor(input: DeleteRemoteAccessSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteRunRequest, DeleteRunResult } from "../models/models_0";
5
+ export interface DeleteRunCommandInput extends DeleteRunRequest {
6
+ }
7
+ export interface DeleteRunCommandOutput extends DeleteRunResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRunCommand extends $Command<DeleteRunCommandInput, DeleteRunCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteRunCommandInput;
12
+ constructor(input: DeleteRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRunCommandInput, DeleteRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteTestGridProjectRequest, DeleteTestGridProjectResult } from "../models/models_0";
5
+ export interface DeleteTestGridProjectCommandInput extends DeleteTestGridProjectRequest {
6
+ }
7
+ export interface DeleteTestGridProjectCommandOutput extends DeleteTestGridProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteTestGridProjectCommand extends $Command<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteTestGridProjectCommandInput;
12
+ constructor(input: DeleteTestGridProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteUploadRequest, DeleteUploadResult } from "../models/models_0";
5
+ export interface DeleteUploadCommandInput extends DeleteUploadRequest {
6
+ }
7
+ export interface DeleteUploadCommandOutput extends DeleteUploadResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteUploadCommand extends $Command<DeleteUploadCommandInput, DeleteUploadCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteUploadCommandInput;
12
+ constructor(input: DeleteUploadCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteUploadCommandInput, DeleteUploadCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { DeleteVPCEConfigurationRequest, DeleteVPCEConfigurationResult } from "../models/models_0";
5
+ export interface DeleteVPCEConfigurationCommandInput extends DeleteVPCEConfigurationRequest {
6
+ }
7
+ export interface DeleteVPCEConfigurationCommandOutput extends DeleteVPCEConfigurationResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteVPCEConfigurationCommand extends $Command<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: DeleteVPCEConfigurationCommandInput;
12
+ constructor(input: DeleteVPCEConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetAccountSettingsRequest, GetAccountSettingsResult } from "../models/models_0";
5
+ export interface GetAccountSettingsCommandInput extends GetAccountSettingsRequest {
6
+ }
7
+ export interface GetAccountSettingsCommandOutput extends GetAccountSettingsResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetAccountSettingsCommand extends $Command<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetAccountSettingsCommandInput;
12
+ constructor(input: GetAccountSettingsCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDeviceRequest, GetDeviceResult } from "../models/models_0";
5
+ export interface GetDeviceCommandInput extends GetDeviceRequest {
6
+ }
7
+ export interface GetDeviceCommandOutput extends GetDeviceResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDeviceCommand extends $Command<GetDeviceCommandInput, GetDeviceCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetDeviceCommandInput;
12
+ constructor(input: GetDeviceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceCommandInput, GetDeviceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDeviceInstanceRequest, GetDeviceInstanceResult } from "../models/models_0";
5
+ export interface GetDeviceInstanceCommandInput extends GetDeviceInstanceRequest {
6
+ }
7
+ export interface GetDeviceInstanceCommandOutput extends GetDeviceInstanceResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDeviceInstanceCommand extends $Command<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetDeviceInstanceCommandInput;
12
+ constructor(input: GetDeviceInstanceCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDevicePoolRequest, GetDevicePoolResult } from "../models/models_0";
5
+ export interface GetDevicePoolCommandInput extends GetDevicePoolRequest {
6
+ }
7
+ export interface GetDevicePoolCommandOutput extends GetDevicePoolResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDevicePoolCommand extends $Command<GetDevicePoolCommandInput, GetDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetDevicePoolCommandInput;
12
+ constructor(input: GetDevicePoolCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePoolCommandInput, GetDevicePoolCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetDevicePoolCompatibilityRequest, GetDevicePoolCompatibilityResult } from "../models/models_0";
5
+ export interface GetDevicePoolCompatibilityCommandInput extends GetDevicePoolCompatibilityRequest {
6
+ }
7
+ export interface GetDevicePoolCompatibilityCommandOutput extends GetDevicePoolCompatibilityResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetDevicePoolCompatibilityCommand extends $Command<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetDevicePoolCompatibilityCommandInput;
12
+ constructor(input: GetDevicePoolCompatibilityCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetInstanceProfileRequest, GetInstanceProfileResult } from "../models/models_0";
5
+ export interface GetInstanceProfileCommandInput extends GetInstanceProfileRequest {
6
+ }
7
+ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetInstanceProfileCommand extends $Command<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetInstanceProfileCommandInput;
12
+ constructor(input: GetInstanceProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetJobRequest, GetJobResult } from "../models/models_0";
5
+ export interface GetJobCommandInput extends GetJobRequest {
6
+ }
7
+ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetJobCommandInput;
12
+ constructor(input: GetJobCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetJobCommandInput, GetJobCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetNetworkProfileRequest, GetNetworkProfileResult } from "../models/models_0";
5
+ export interface GetNetworkProfileCommandInput extends GetNetworkProfileRequest {
6
+ }
7
+ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetNetworkProfileCommandInput;
12
+ constructor(input: GetNetworkProfileCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetOfferingStatusRequest, GetOfferingStatusResult } from "../models/models_0";
5
+ export interface GetOfferingStatusCommandInput extends GetOfferingStatusRequest {
6
+ }
7
+ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetOfferingStatusCommand extends $Command<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetOfferingStatusCommandInput;
12
+ constructor(input: GetOfferingStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetProjectRequest, GetProjectResult } from "../models/models_0";
5
+ export interface GetProjectCommandInput extends GetProjectRequest {
6
+ }
7
+ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetProjectCommandInput;
12
+ constructor(input: GetProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetProjectCommandInput, GetProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetRemoteAccessSessionRequest, GetRemoteAccessSessionResult } from "../models/models_0";
5
+ export interface GetRemoteAccessSessionCommandInput extends GetRemoteAccessSessionRequest {
6
+ }
7
+ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSessionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetRemoteAccessSessionCommandInput;
12
+ constructor(input: GetRemoteAccessSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetRunRequest, GetRunResult } from "../models/models_0";
5
+ export interface GetRunCommandInput extends GetRunRequest {
6
+ }
7
+ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetRunCommandInput;
12
+ constructor(input: GetRunCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRunCommandInput, GetRunCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetSuiteRequest, GetSuiteResult } from "../models/models_0";
5
+ export interface GetSuiteCommandInput extends GetSuiteRequest {
6
+ }
7
+ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetSuiteCommandInput;
12
+ constructor(input: GetSuiteCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetSuiteCommandInput, GetSuiteCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetTestRequest, GetTestResult } from "../models/models_0";
5
+ export interface GetTestCommandInput extends GetTestRequest {
6
+ }
7
+ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetTestCommandInput;
12
+ constructor(input: GetTestCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestCommandInput, GetTestCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetTestGridProjectRequest, GetTestGridProjectResult } from "../models/models_0";
5
+ export interface GetTestGridProjectCommandInput extends GetTestGridProjectRequest {
6
+ }
7
+ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetTestGridProjectCommandInput;
12
+ constructor(input: GetTestGridProjectCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
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 { GetTestGridSessionRequest, GetTestGridSessionResult } from "../models/models_0";
5
+ export interface GetTestGridSessionCommandInput extends GetTestGridSessionRequest {
6
+ }
7
+ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResult, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
11
+ readonly input: GetTestGridSessionCommandInput;
12
+ constructor(input: GetTestGridSessionCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }