@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,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 { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
5
- export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {
6
- }
7
- export interface CreateDevicePoolCommandOutput extends CreateDevicePoolResult, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateDevicePoolCommand extends $Command<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
11
- readonly input: CreateDevicePoolCommandInput;
12
- constructor(input: CreateDevicePoolCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DeviceFarmClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
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
+ CreateDevicePoolRequest,
15
+ CreateDevicePoolResult,
16
+ } from "../models/models_0";
17
+ export interface CreateDevicePoolCommandInput extends CreateDevicePoolRequest {}
18
+ export interface CreateDevicePoolCommandOutput
19
+ extends CreateDevicePoolResult,
20
+ __MetadataBearer {}
21
+ export declare class CreateDevicePoolCommand extends $Command<
22
+ CreateDevicePoolCommandInput,
23
+ CreateDevicePoolCommandOutput,
24
+ DeviceFarmClientResolvedConfig
25
+ > {
26
+ readonly input: CreateDevicePoolCommandInput;
27
+ constructor(input: CreateDevicePoolCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DeviceFarmClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
- }
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
+ CreateInstanceProfileRequest,
15
+ CreateInstanceProfileResult,
16
+ } from "../models/models_0";
17
+ export interface CreateInstanceProfileCommandInput
18
+ extends CreateInstanceProfileRequest {}
19
+ export interface CreateInstanceProfileCommandOutput
20
+ extends CreateInstanceProfileResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateInstanceProfileCommand extends $Command<
23
+ CreateInstanceProfileCommandInput,
24
+ CreateInstanceProfileCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateInstanceProfileCommandInput;
28
+ constructor(input: CreateInstanceProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateInstanceProfileCommandInput,
35
+ CreateInstanceProfileCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ CreateNetworkProfileRequest,
15
+ CreateNetworkProfileResult,
16
+ } from "../models/models_0";
17
+ export interface CreateNetworkProfileCommandInput
18
+ extends CreateNetworkProfileRequest {}
19
+ export interface CreateNetworkProfileCommandOutput
20
+ extends CreateNetworkProfileResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateNetworkProfileCommand extends $Command<
23
+ CreateNetworkProfileCommandInput,
24
+ CreateNetworkProfileCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateNetworkProfileCommandInput;
28
+ constructor(input: CreateNetworkProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateNetworkProfileCommandInput,
35
+ CreateNetworkProfileCommandOutput
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 { 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
- }
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 { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
14
+ export interface CreateProjectCommandInput extends CreateProjectRequest {}
15
+ export interface CreateProjectCommandOutput
16
+ extends CreateProjectResult,
17
+ __MetadataBearer {}
18
+ export declare class CreateProjectCommand extends $Command<
19
+ CreateProjectCommandInput,
20
+ CreateProjectCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: CreateProjectCommandInput;
24
+ constructor(input: CreateProjectCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateProjectCommandInput, CreateProjectCommandOutput>;
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 { 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
- }
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
+ CreateRemoteAccessSessionRequest,
15
+ CreateRemoteAccessSessionResult,
16
+ } from "../models/models_0";
17
+ export interface CreateRemoteAccessSessionCommandInput
18
+ extends CreateRemoteAccessSessionRequest {}
19
+ export interface CreateRemoteAccessSessionCommandOutput
20
+ extends CreateRemoteAccessSessionResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateRemoteAccessSessionCommand extends $Command<
23
+ CreateRemoteAccessSessionCommandInput,
24
+ CreateRemoteAccessSessionCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRemoteAccessSessionCommandInput;
28
+ constructor(input: CreateRemoteAccessSessionCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateRemoteAccessSessionCommandInput,
35
+ CreateRemoteAccessSessionCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ CreateTestGridProjectRequest,
15
+ CreateTestGridProjectResult,
16
+ } from "../models/models_0";
17
+ export interface CreateTestGridProjectCommandInput
18
+ extends CreateTestGridProjectRequest {}
19
+ export interface CreateTestGridProjectCommandOutput
20
+ extends CreateTestGridProjectResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateTestGridProjectCommand extends $Command<
23
+ CreateTestGridProjectCommandInput,
24
+ CreateTestGridProjectCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateTestGridProjectCommandInput;
28
+ constructor(input: CreateTestGridProjectCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateTestGridProjectCommandInput,
35
+ CreateTestGridProjectCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -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 { 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
- }
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
+ CreateTestGridUrlRequest,
15
+ CreateTestGridUrlResult,
16
+ } from "../models/models_0";
17
+ export interface CreateTestGridUrlCommandInput
18
+ extends CreateTestGridUrlRequest {}
19
+ export interface CreateTestGridUrlCommandOutput
20
+ extends CreateTestGridUrlResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateTestGridUrlCommand extends $Command<
23
+ CreateTestGridUrlCommandInput,
24
+ CreateTestGridUrlCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateTestGridUrlCommandInput;
28
+ constructor(input: CreateTestGridUrlCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput>;
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 { 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
- }
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 { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
14
+ export interface CreateUploadCommandInput extends CreateUploadRequest {}
15
+ export interface CreateUploadCommandOutput
16
+ extends CreateUploadResult,
17
+ __MetadataBearer {}
18
+ export declare class CreateUploadCommand extends $Command<
19
+ CreateUploadCommandInput,
20
+ CreateUploadCommandOutput,
21
+ DeviceFarmClientResolvedConfig
22
+ > {
23
+ readonly input: CreateUploadCommandInput;
24
+ constructor(input: CreateUploadCommandInput);
25
+ resolveMiddleware(
26
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
27
+ configuration: DeviceFarmClientResolvedConfig,
28
+ options?: __HttpHandlerOptions
29
+ ): Handler<CreateUploadCommandInput, CreateUploadCommandOutput>;
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 { 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
- }
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
+ CreateVPCEConfigurationRequest,
15
+ CreateVPCEConfigurationResult,
16
+ } from "../models/models_0";
17
+ export interface CreateVPCEConfigurationCommandInput
18
+ extends CreateVPCEConfigurationRequest {}
19
+ export interface CreateVPCEConfigurationCommandOutput
20
+ extends CreateVPCEConfigurationResult,
21
+ __MetadataBearer {}
22
+ export declare class CreateVPCEConfigurationCommand extends $Command<
23
+ CreateVPCEConfigurationCommandInput,
24
+ CreateVPCEConfigurationCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: CreateVPCEConfigurationCommandInput;
28
+ constructor(input: CreateVPCEConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreateVPCEConfigurationCommandInput,
35
+ CreateVPCEConfigurationCommandOutput
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 { 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
- }
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
+ DeleteDevicePoolRequest,
15
+ DeleteDevicePoolResult,
16
+ } from "../models/models_0";
17
+ export interface DeleteDevicePoolCommandInput extends DeleteDevicePoolRequest {}
18
+ export interface DeleteDevicePoolCommandOutput
19
+ extends DeleteDevicePoolResult,
20
+ __MetadataBearer {}
21
+ export declare class DeleteDevicePoolCommand extends $Command<
22
+ DeleteDevicePoolCommandInput,
23
+ DeleteDevicePoolCommandOutput,
24
+ DeviceFarmClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteDevicePoolCommandInput;
27
+ constructor(input: DeleteDevicePoolCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: DeviceFarmClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -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 { 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
- }
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
+ DeleteInstanceProfileRequest,
15
+ DeleteInstanceProfileResult,
16
+ } from "../models/models_0";
17
+ export interface DeleteInstanceProfileCommandInput
18
+ extends DeleteInstanceProfileRequest {}
19
+ export interface DeleteInstanceProfileCommandOutput
20
+ extends DeleteInstanceProfileResult,
21
+ __MetadataBearer {}
22
+ export declare class DeleteInstanceProfileCommand extends $Command<
23
+ DeleteInstanceProfileCommandInput,
24
+ DeleteInstanceProfileCommandOutput,
25
+ DeviceFarmClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteInstanceProfileCommandInput;
28
+ constructor(input: DeleteInstanceProfileCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: DeviceFarmClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteInstanceProfileCommandInput,
35
+ DeleteInstanceProfileCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }