@aws-sdk/client-device-farm 3.1019.0 → 3.1020.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 (27) hide show
  1. package/dist-es/DeviceFarm.js +7 -7
  2. package/dist-types/DeviceFarm.d.ts +77 -77
  3. package/dist-types/DeviceFarmClient.d.ts +80 -80
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/models_0.d.ts +1 -1
  7. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +1 -1
  8. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListSamplesPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListSuitesPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListTestsPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListUploadsPaginator.d.ts +1 -1
  25. package/dist-types/ts3.4/DeviceFarmClient.d.ts +2 -3
  26. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  27. package/package.json +13 -13
@@ -26,7 +26,7 @@ import { GetInstanceProfileCommand, } from "./commands/GetInstanceProfileCommand
26
26
  import { GetJobCommand } from "./commands/GetJobCommand";
27
27
  import { GetNetworkProfileCommand, } from "./commands/GetNetworkProfileCommand";
28
28
  import { GetOfferingStatusCommand, } from "./commands/GetOfferingStatusCommand";
29
- import { GetProjectCommand } from "./commands/GetProjectCommand";
29
+ import { GetProjectCommand, } from "./commands/GetProjectCommand";
30
30
  import { GetRemoteAccessSessionCommand, } from "./commands/GetRemoteAccessSessionCommand";
31
31
  import { GetRunCommand } from "./commands/GetRunCommand";
32
32
  import { GetSuiteCommand } from "./commands/GetSuiteCommand";
@@ -39,7 +39,7 @@ import { InstallToRemoteAccessSessionCommand, } from "./commands/InstallToRemote
39
39
  import { ListArtifactsCommand, } from "./commands/ListArtifactsCommand";
40
40
  import { ListDeviceInstancesCommand, } from "./commands/ListDeviceInstancesCommand";
41
41
  import { ListDevicePoolsCommand, } from "./commands/ListDevicePoolsCommand";
42
- import { ListDevicesCommand } from "./commands/ListDevicesCommand";
42
+ import { ListDevicesCommand, } from "./commands/ListDevicesCommand";
43
43
  import { ListInstanceProfilesCommand, } from "./commands/ListInstanceProfilesCommand";
44
44
  import { ListJobsCommand } from "./commands/ListJobsCommand";
45
45
  import { ListNetworkProfilesCommand, } from "./commands/ListNetworkProfilesCommand";
@@ -49,8 +49,8 @@ import { ListOfferingTransactionsCommand, } from "./commands/ListOfferingTransac
49
49
  import { ListProjectsCommand, } from "./commands/ListProjectsCommand";
50
50
  import { ListRemoteAccessSessionsCommand, } from "./commands/ListRemoteAccessSessionsCommand";
51
51
  import { ListRunsCommand } from "./commands/ListRunsCommand";
52
- import { ListSamplesCommand } from "./commands/ListSamplesCommand";
53
- import { ListSuitesCommand } from "./commands/ListSuitesCommand";
52
+ import { ListSamplesCommand, } from "./commands/ListSamplesCommand";
53
+ import { ListSuitesCommand, } from "./commands/ListSuitesCommand";
54
54
  import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
55
55
  import { ListTestGridProjectsCommand, } from "./commands/ListTestGridProjectsCommand";
56
56
  import { ListTestGridSessionActionsCommand, } from "./commands/ListTestGridSessionActionsCommand";
@@ -58,15 +58,15 @@ import { ListTestGridSessionArtifactsCommand, } from "./commands/ListTestGridSes
58
58
  import { ListTestGridSessionsCommand, } from "./commands/ListTestGridSessionsCommand";
59
59
  import { ListTestsCommand } from "./commands/ListTestsCommand";
60
60
  import { ListUniqueProblemsCommand, } from "./commands/ListUniqueProblemsCommand";
61
- import { ListUploadsCommand } from "./commands/ListUploadsCommand";
61
+ import { ListUploadsCommand, } from "./commands/ListUploadsCommand";
62
62
  import { ListVPCEConfigurationsCommand, } from "./commands/ListVPCEConfigurationsCommand";
63
63
  import { PurchaseOfferingCommand, } from "./commands/PurchaseOfferingCommand";
64
64
  import { RenewOfferingCommand, } from "./commands/RenewOfferingCommand";
65
- import { ScheduleRunCommand } from "./commands/ScheduleRunCommand";
65
+ import { ScheduleRunCommand, } from "./commands/ScheduleRunCommand";
66
66
  import { StopJobCommand } from "./commands/StopJobCommand";
67
67
  import { StopRemoteAccessSessionCommand, } from "./commands/StopRemoteAccessSessionCommand";
68
68
  import { StopRunCommand } from "./commands/StopRunCommand";
69
- import { TagResourceCommand } from "./commands/TagResourceCommand";
69
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
70
70
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
71
71
  import { UpdateDeviceInstanceCommand, } from "./commands/UpdateDeviceInstanceCommand";
72
72
  import { UpdateDevicePoolCommand, } from "./commands/UpdateDevicePoolCommand";
@@ -1,81 +1,81 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
3
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
4
- import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
5
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
6
- import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
7
- import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
8
- import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
9
- import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
10
- import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
11
- import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
12
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
13
- import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
14
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
15
- import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
16
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
17
- import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
18
- import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
19
- import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
20
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
21
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
22
- import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
23
- import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
24
- import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
25
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
26
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
27
- import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
28
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
29
- import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
30
- import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
31
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
32
- import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
33
- import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
34
- import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
35
- import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
36
- import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
37
- import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
38
- import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
39
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
40
- import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
41
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
42
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
43
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
44
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
45
- import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
46
- import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
47
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
48
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
49
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
50
- import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
51
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
52
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
53
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
54
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
56
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
57
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
58
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
59
- import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
60
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
61
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
62
- import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
63
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
64
- import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
65
- import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
66
- import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
67
- import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
68
- import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
69
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
70
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
71
- import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
72
- import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
73
- import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
74
- import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
75
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
76
- import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
77
- import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
78
- import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
2
+ import { type CreateDevicePoolCommandInput, type CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
3
+ import { type CreateInstanceProfileCommandInput, type CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
4
+ import { type CreateNetworkProfileCommandInput, type CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
5
+ import { type CreateProjectCommandInput, type CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
6
+ import { type CreateRemoteAccessSessionCommandInput, type CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
7
+ import { type CreateTestGridProjectCommandInput, type CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
8
+ import { type CreateTestGridUrlCommandInput, type CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
9
+ import { type CreateUploadCommandInput, type CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
10
+ import { type CreateVPCEConfigurationCommandInput, type CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
11
+ import { type DeleteDevicePoolCommandInput, type DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
12
+ import { type DeleteInstanceProfileCommandInput, type DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
13
+ import { type DeleteNetworkProfileCommandInput, type DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
14
+ import { type DeleteProjectCommandInput, type DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
15
+ import { type DeleteRemoteAccessSessionCommandInput, type DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
16
+ import { type DeleteRunCommandInput, type DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
17
+ import { type DeleteTestGridProjectCommandInput, type DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
18
+ import { type DeleteUploadCommandInput, type DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
19
+ import { type DeleteVPCEConfigurationCommandInput, type DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
20
+ import { type GetAccountSettingsCommandInput, type GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
21
+ import { type GetDeviceCommandInput, type GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
22
+ import { type GetDeviceInstanceCommandInput, type GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
23
+ import { type GetDevicePoolCommandInput, type GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
24
+ import { type GetDevicePoolCompatibilityCommandInput, type GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
25
+ import { type GetInstanceProfileCommandInput, type GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
26
+ import { type GetJobCommandInput, type GetJobCommandOutput } from "./commands/GetJobCommand";
27
+ import { type GetNetworkProfileCommandInput, type GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
28
+ import { type GetOfferingStatusCommandInput, type GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
29
+ import { type GetProjectCommandInput, type GetProjectCommandOutput } from "./commands/GetProjectCommand";
30
+ import { type GetRemoteAccessSessionCommandInput, type GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
31
+ import { type GetRunCommandInput, type GetRunCommandOutput } from "./commands/GetRunCommand";
32
+ import { type GetSuiteCommandInput, type GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
33
+ import { type GetTestCommandInput, type GetTestCommandOutput } from "./commands/GetTestCommand";
34
+ import { type GetTestGridProjectCommandInput, type GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
35
+ import { type GetTestGridSessionCommandInput, type GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
36
+ import { type GetUploadCommandInput, type GetUploadCommandOutput } from "./commands/GetUploadCommand";
37
+ import { type GetVPCEConfigurationCommandInput, type GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
38
+ import { type InstallToRemoteAccessSessionCommandInput, type InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
39
+ import { type ListArtifactsCommandInput, type ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
40
+ import { type ListDeviceInstancesCommandInput, type ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
41
+ import { type ListDevicePoolsCommandInput, type ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
42
+ import { type ListDevicesCommandInput, type ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
43
+ import { type ListInstanceProfilesCommandInput, type ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
44
+ import { type ListJobsCommandInput, type ListJobsCommandOutput } from "./commands/ListJobsCommand";
45
+ import { type ListNetworkProfilesCommandInput, type ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
46
+ import { type ListOfferingPromotionsCommandInput, type ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
47
+ import { type ListOfferingsCommandInput, type ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
48
+ import { type ListOfferingTransactionsCommandInput, type ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
49
+ import { type ListProjectsCommandInput, type ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
50
+ import { type ListRemoteAccessSessionsCommandInput, type ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
51
+ import { type ListRunsCommandInput, type ListRunsCommandOutput } from "./commands/ListRunsCommand";
52
+ import { type ListSamplesCommandInput, type ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
53
+ import { type ListSuitesCommandInput, type ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
54
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
+ import { type ListTestGridProjectsCommandInput, type ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
56
+ import { type ListTestGridSessionActionsCommandInput, type ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
57
+ import { type ListTestGridSessionArtifactsCommandInput, type ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
58
+ import { type ListTestGridSessionsCommandInput, type ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
59
+ import { type ListTestsCommandInput, type ListTestsCommandOutput } from "./commands/ListTestsCommand";
60
+ import { type ListUniqueProblemsCommandInput, type ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
61
+ import { type ListUploadsCommandInput, type ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
62
+ import { type ListVPCEConfigurationsCommandInput, type ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
63
+ import { type PurchaseOfferingCommandInput, type PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
64
+ import { type RenewOfferingCommandInput, type RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
65
+ import { type ScheduleRunCommandInput, type ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
66
+ import { type StopJobCommandInput, type StopJobCommandOutput } from "./commands/StopJobCommand";
67
+ import { type StopRemoteAccessSessionCommandInput, type StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
68
+ import { type StopRunCommandInput, type StopRunCommandOutput } from "./commands/StopRunCommand";
69
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
70
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
71
+ import { type UpdateDeviceInstanceCommandInput, type UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
72
+ import { type UpdateDevicePoolCommandInput, type UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
73
+ import { type UpdateInstanceProfileCommandInput, type UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
74
+ import { type UpdateNetworkProfileCommandInput, type UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
75
+ import { type UpdateProjectCommandInput, type UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
76
+ import { type UpdateTestGridProjectCommandInput, type UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
77
+ import { type UpdateUploadCommandInput, type UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
78
+ import { type UpdateVPCEConfigurationCommandInput, type UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
79
79
  import { DeviceFarmClient } from "./DeviceFarmClient";
80
80
  export interface DeviceFarm {
81
81
  /**
@@ -5,86 +5,86 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
11
- import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
12
- import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
13
- import { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
14
- import { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
15
- import { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
16
- import { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
17
- import { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
18
- import { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
19
- import { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
20
- import { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
21
- import { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
22
- import { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
23
- import { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
24
- import { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
25
- import { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
26
- import { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
27
- import { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
28
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
29
- import { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
30
- import { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
31
- import { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
32
- import { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
33
- import { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
34
- import { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
35
- import { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
36
- import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
37
- import { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
38
- import { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
39
- import { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
40
- import { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
41
- import { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
42
- import { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
43
- import { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
44
- import { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
45
- import { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
46
- import { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
47
- import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
48
- import { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
49
- import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
50
- import { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
51
- import { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
52
- import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
53
- import { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
54
- import { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
55
- import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
56
- import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
57
- import { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
58
- import { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
59
- import { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
60
- import { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
61
- import { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
62
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
- import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
64
- import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
65
- import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
66
- import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
67
- import { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
68
- import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
69
- import { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
70
- import { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
71
- import { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
72
- import { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
73
- import { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
74
- import { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
75
- import { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
76
- import { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
77
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
78
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
79
- import { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
80
- import { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
81
- import { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
82
- import { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
83
- import { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
84
- import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
85
- import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
86
- import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
87
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
11
+ import type { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
12
+ import type { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
13
+ import type { CreateProjectCommandInput, CreateProjectCommandOutput } from "./commands/CreateProjectCommand";
14
+ import type { CreateRemoteAccessSessionCommandInput, CreateRemoteAccessSessionCommandOutput } from "./commands/CreateRemoteAccessSessionCommand";
15
+ import type { CreateTestGridProjectCommandInput, CreateTestGridProjectCommandOutput } from "./commands/CreateTestGridProjectCommand";
16
+ import type { CreateTestGridUrlCommandInput, CreateTestGridUrlCommandOutput } from "./commands/CreateTestGridUrlCommand";
17
+ import type { CreateUploadCommandInput, CreateUploadCommandOutput } from "./commands/CreateUploadCommand";
18
+ import type { CreateVPCEConfigurationCommandInput, CreateVPCEConfigurationCommandOutput } from "./commands/CreateVPCEConfigurationCommand";
19
+ import type { DeleteDevicePoolCommandInput, DeleteDevicePoolCommandOutput } from "./commands/DeleteDevicePoolCommand";
20
+ import type { DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput } from "./commands/DeleteInstanceProfileCommand";
21
+ import type { DeleteNetworkProfileCommandInput, DeleteNetworkProfileCommandOutput } from "./commands/DeleteNetworkProfileCommand";
22
+ import type { DeleteProjectCommandInput, DeleteProjectCommandOutput } from "./commands/DeleteProjectCommand";
23
+ import type { DeleteRemoteAccessSessionCommandInput, DeleteRemoteAccessSessionCommandOutput } from "./commands/DeleteRemoteAccessSessionCommand";
24
+ import type { DeleteRunCommandInput, DeleteRunCommandOutput } from "./commands/DeleteRunCommand";
25
+ import type { DeleteTestGridProjectCommandInput, DeleteTestGridProjectCommandOutput } from "./commands/DeleteTestGridProjectCommand";
26
+ import type { DeleteUploadCommandInput, DeleteUploadCommandOutput } from "./commands/DeleteUploadCommand";
27
+ import type { DeleteVPCEConfigurationCommandInput, DeleteVPCEConfigurationCommandOutput } from "./commands/DeleteVPCEConfigurationCommand";
28
+ import type { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
29
+ import type { GetDeviceCommandInput, GetDeviceCommandOutput } from "./commands/GetDeviceCommand";
30
+ import type { GetDeviceInstanceCommandInput, GetDeviceInstanceCommandOutput } from "./commands/GetDeviceInstanceCommand";
31
+ import type { GetDevicePoolCommandInput, GetDevicePoolCommandOutput } from "./commands/GetDevicePoolCommand";
32
+ import type { GetDevicePoolCompatibilityCommandInput, GetDevicePoolCompatibilityCommandOutput } from "./commands/GetDevicePoolCompatibilityCommand";
33
+ import type { GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput } from "./commands/GetInstanceProfileCommand";
34
+ import type { GetJobCommandInput, GetJobCommandOutput } from "./commands/GetJobCommand";
35
+ import type { GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput } from "./commands/GetNetworkProfileCommand";
36
+ import type { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "./commands/GetOfferingStatusCommand";
37
+ import type { GetProjectCommandInput, GetProjectCommandOutput } from "./commands/GetProjectCommand";
38
+ import type { GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput } from "./commands/GetRemoteAccessSessionCommand";
39
+ import type { GetRunCommandInput, GetRunCommandOutput } from "./commands/GetRunCommand";
40
+ import type { GetSuiteCommandInput, GetSuiteCommandOutput } from "./commands/GetSuiteCommand";
41
+ import type { GetTestCommandInput, GetTestCommandOutput } from "./commands/GetTestCommand";
42
+ import type { GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput } from "./commands/GetTestGridProjectCommand";
43
+ import type { GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput } from "./commands/GetTestGridSessionCommand";
44
+ import type { GetUploadCommandInput, GetUploadCommandOutput } from "./commands/GetUploadCommand";
45
+ import type { GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput } from "./commands/GetVPCEConfigurationCommand";
46
+ import type { InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput } from "./commands/InstallToRemoteAccessSessionCommand";
47
+ import type { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "./commands/ListArtifactsCommand";
48
+ import type { ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput } from "./commands/ListDeviceInstancesCommand";
49
+ import type { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "./commands/ListDevicePoolsCommand";
50
+ import type { ListDevicesCommandInput, ListDevicesCommandOutput } from "./commands/ListDevicesCommand";
51
+ import type { ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput } from "./commands/ListInstanceProfilesCommand";
52
+ import type { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
53
+ import type { ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput } from "./commands/ListNetworkProfilesCommand";
54
+ import type { ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput } from "./commands/ListOfferingPromotionsCommand";
55
+ import type { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "./commands/ListOfferingsCommand";
56
+ import type { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "./commands/ListOfferingTransactionsCommand";
57
+ import type { ListProjectsCommandInput, ListProjectsCommandOutput } from "./commands/ListProjectsCommand";
58
+ import type { ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput } from "./commands/ListRemoteAccessSessionsCommand";
59
+ import type { ListRunsCommandInput, ListRunsCommandOutput } from "./commands/ListRunsCommand";
60
+ import type { ListSamplesCommandInput, ListSamplesCommandOutput } from "./commands/ListSamplesCommand";
61
+ import type { ListSuitesCommandInput, ListSuitesCommandOutput } from "./commands/ListSuitesCommand";
62
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
+ import type { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "./commands/ListTestGridProjectsCommand";
64
+ import type { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "./commands/ListTestGridSessionActionsCommand";
65
+ import type { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "./commands/ListTestGridSessionArtifactsCommand";
66
+ import type { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "./commands/ListTestGridSessionsCommand";
67
+ import type { ListTestsCommandInput, ListTestsCommandOutput } from "./commands/ListTestsCommand";
68
+ import type { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "./commands/ListUniqueProblemsCommand";
69
+ import type { ListUploadsCommandInput, ListUploadsCommandOutput } from "./commands/ListUploadsCommand";
70
+ import type { ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput } from "./commands/ListVPCEConfigurationsCommand";
71
+ import type { PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput } from "./commands/PurchaseOfferingCommand";
72
+ import type { RenewOfferingCommandInput, RenewOfferingCommandOutput } from "./commands/RenewOfferingCommand";
73
+ import type { ScheduleRunCommandInput, ScheduleRunCommandOutput } from "./commands/ScheduleRunCommand";
74
+ import type { StopJobCommandInput, StopJobCommandOutput } from "./commands/StopJobCommand";
75
+ import type { StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput } from "./commands/StopRemoteAccessSessionCommand";
76
+ import type { StopRunCommandInput, StopRunCommandOutput } from "./commands/StopRunCommand";
77
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
78
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
79
+ import type { UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput } from "./commands/UpdateDeviceInstanceCommand";
80
+ import type { UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput } from "./commands/UpdateDevicePoolCommand";
81
+ import type { UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput } from "./commands/UpdateInstanceProfileCommand";
82
+ import type { UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput } from "./commands/UpdateNetworkProfileCommand";
83
+ import type { UpdateProjectCommandInput, UpdateProjectCommandOutput } from "./commands/UpdateProjectCommand";
84
+ import type { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput } from "./commands/UpdateTestGridProjectCommand";
85
+ import type { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
86
+ import type { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
87
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
88
88
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
89
89
  export { __Client };
90
90
  /**
@@ -193,7 +193,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
193
193
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
194
194
  * @internal
195
195
  */
196
- defaultUserAgentProvider?: Provider<__UserAgent>;
196
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
197
197
  /**
198
198
  * Default credentials provider; Not available in browser runtime.
199
199
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { DeviceFarmHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -19,7 +19,7 @@
19
19
  */
20
20
  export * from "./DeviceFarmClient";
21
21
  export * from "./DeviceFarm";
22
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
22
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
23
23
  export type { RuntimeExtension } from "./runtimeExtensions";
24
24
  export type { DeviceFarmExtensionConfiguration } from "./extensionConfiguration";
25
25
  export * from "./commands";
@@ -1,4 +1,4 @@
1
- import { ArtifactCategory, ArtifactType, BillingMethod, CurrencyCode, DeviceAttribute, DeviceAvailability, DeviceFilterAttribute, DeviceFormFactor, DevicePlatform, DevicePoolType, ExecutionResult, ExecutionResultCode, ExecutionStatus, InstanceStatus, InteractionMode, NetworkProfileType, OfferingTransactionType, OfferingType, RecurringChargeFrequency, RuleOperator, SampleType, TestGridSessionArtifactCategory, TestGridSessionArtifactType, TestGridSessionStatus, TestType, UploadCategory, UploadStatus, UploadType } from "./enums";
1
+ import type { ArtifactCategory, ArtifactType, BillingMethod, CurrencyCode, DeviceAttribute, DeviceAvailability, DeviceFilterAttribute, DeviceFormFactor, DevicePlatform, DevicePoolType, ExecutionResult, ExecutionResultCode, ExecutionStatus, InstanceStatus, InteractionMode, NetworkProfileType, OfferingTransactionType, OfferingType, RecurringChargeFrequency, RuleOperator, SampleType, TestGridSessionArtifactCategory, TestGridSessionArtifactType, TestGridSessionStatus, TestType, UploadCategory, UploadStatus, UploadType } from "./enums";
2
2
  /**
3
3
  * <p>Represents information about free trial device minutes for an AWS
4
4
  * account.</p>
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput } from "../commands/GetOfferingStatusCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListArtifactsCommandInput, ListArtifactsCommandOutput } from "../commands/ListArtifactsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput } from "../commands/ListDevicePoolsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListDevicesCommandInput, ListDevicesCommandOutput } from "../commands/ListDevicesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput } from "../commands/ListOfferingTransactionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListOfferingsCommandInput, ListOfferingsCommandOutput } from "../commands/ListOfferingsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProjectsCommandInput, ListProjectsCommandOutput } from "../commands/ListProjectsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListRunsCommandInput, ListRunsCommandOutput } from "../commands/ListRunsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSamplesCommandInput, ListSamplesCommandOutput } from "../commands/ListSamplesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListSuitesCommandInput, ListSuitesCommandOutput } from "../commands/ListSuitesCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput } from "../commands/ListTestGridProjectsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput } from "../commands/ListTestGridSessionActionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput } from "../commands/ListTestGridSessionArtifactsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput } from "../commands/ListTestGridSessionsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTestsCommandInput, ListTestsCommandOutput } from "../commands/ListTestsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput } from "../commands/ListUniqueProblemsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListUploadsCommandInput, ListUploadsCommandOutput } from "../commands/ListUploadsCommand";
3
- import { DeviceFarmPaginationConfiguration } from "./Interfaces";
3
+ import type { DeviceFarmPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -534,7 +533,7 @@ export interface ClientDefaults
534
533
  useFipsEndpoint?: boolean | __Provider<boolean>;
535
534
  region?: string | __Provider<string>;
536
535
  profile?: string;
537
- defaultUserAgentProvider?: Provider<__UserAgent>;
536
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
538
537
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
539
538
  maxAttempts?: number | __Provider<number>;
540
539
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { DeviceFarmHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-device-farm",
3
3
  "description": "AWS SDK for JavaScript Device Farm Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-device-farm",
@@ -23,38 +23,38 @@
23
23
  "dependencies": {
24
24
  "@aws-crypto/sha256-browser": "5.2.0",
25
25
  "@aws-crypto/sha256-js": "5.2.0",
26
- "@aws-sdk/core": "^3.973.25",
27
- "@aws-sdk/credential-provider-node": "^3.972.27",
26
+ "@aws-sdk/core": "^3.973.26",
27
+ "@aws-sdk/credential-provider-node": "^3.972.28",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.8",
29
29
  "@aws-sdk/middleware-logger": "^3.972.8",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
31
- "@aws-sdk/middleware-user-agent": "^3.972.26",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.10",
33
33
  "@aws-sdk/types": "^3.973.6",
34
34
  "@aws-sdk/util-endpoints": "^3.996.5",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
36
- "@aws-sdk/util-user-agent-node": "^3.973.12",
36
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
37
37
  "@smithy/config-resolver": "^4.4.13",
38
- "@smithy/core": "^3.23.12",
38
+ "@smithy/core": "^3.23.13",
39
39
  "@smithy/fetch-http-handler": "^5.3.15",
40
40
  "@smithy/hash-node": "^4.2.12",
41
41
  "@smithy/invalid-dependency": "^4.2.12",
42
42
  "@smithy/middleware-content-length": "^4.2.12",
43
- "@smithy/middleware-endpoint": "^4.4.27",
44
- "@smithy/middleware-retry": "^4.4.44",
45
- "@smithy/middleware-serde": "^4.2.15",
43
+ "@smithy/middleware-endpoint": "^4.4.28",
44
+ "@smithy/middleware-retry": "^4.4.45",
45
+ "@smithy/middleware-serde": "^4.2.16",
46
46
  "@smithy/middleware-stack": "^4.2.12",
47
47
  "@smithy/node-config-provider": "^4.3.12",
48
- "@smithy/node-http-handler": "^4.5.0",
48
+ "@smithy/node-http-handler": "^4.5.1",
49
49
  "@smithy/protocol-http": "^5.3.12",
50
- "@smithy/smithy-client": "^4.12.7",
50
+ "@smithy/smithy-client": "^4.12.8",
51
51
  "@smithy/types": "^4.13.1",
52
52
  "@smithy/url-parser": "^4.2.12",
53
53
  "@smithy/util-base64": "^4.3.2",
54
54
  "@smithy/util-body-length-browser": "^4.2.2",
55
55
  "@smithy/util-body-length-node": "^4.2.3",
56
- "@smithy/util-defaults-mode-browser": "^4.3.43",
57
- "@smithy/util-defaults-mode-node": "^4.2.47",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
57
+ "@smithy/util-defaults-mode-node": "^4.2.48",
58
58
  "@smithy/util-endpoints": "^3.3.3",
59
59
  "@smithy/util-middleware": "^4.2.12",
60
60
  "@smithy/util-retry": "^4.2.12",