@aws-sdk/client-device-farm 3.39.0 → 3.43.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 (93) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +74 -5
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +74 -5
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/DeviceFarmClient.d.ts +8 -0
  9. package/dist-types/commands/CreateDevicePoolCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateUploadCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRunCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteUploadCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +1 -1
  27. package/dist-types/commands/GetAccountSettingsCommand.d.ts +1 -1
  28. package/dist-types/commands/GetDeviceCommand.d.ts +1 -1
  29. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +1 -1
  30. package/dist-types/commands/GetDevicePoolCommand.d.ts +1 -1
  31. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +1 -1
  32. package/dist-types/commands/GetInstanceProfileCommand.d.ts +1 -1
  33. package/dist-types/commands/GetJobCommand.d.ts +1 -1
  34. package/dist-types/commands/GetNetworkProfileCommand.d.ts +1 -1
  35. package/dist-types/commands/GetOfferingStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/GetProjectCommand.d.ts +1 -1
  37. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +1 -1
  38. package/dist-types/commands/GetRunCommand.d.ts +1 -1
  39. package/dist-types/commands/GetSuiteCommand.d.ts +1 -1
  40. package/dist-types/commands/GetTestCommand.d.ts +1 -1
  41. package/dist-types/commands/GetTestGridProjectCommand.d.ts +1 -1
  42. package/dist-types/commands/GetTestGridSessionCommand.d.ts +1 -1
  43. package/dist-types/commands/GetUploadCommand.d.ts +1 -1
  44. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +1 -1
  45. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +1 -1
  46. package/dist-types/commands/ListArtifactsCommand.d.ts +1 -1
  47. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDevicePoolsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListDevicesCommand.d.ts +1 -1
  50. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +1 -1
  51. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListOfferingsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListRunsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSamplesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSuitesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListTestsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +1 -1
  68. package/dist-types/commands/ListUploadsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +1 -1
  70. package/dist-types/commands/PurchaseOfferingCommand.d.ts +1 -1
  71. package/dist-types/commands/RenewOfferingCommand.d.ts +1 -1
  72. package/dist-types/commands/ScheduleRunCommand.d.ts +1 -1
  73. package/dist-types/commands/StopJobCommand.d.ts +1 -1
  74. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +1 -1
  75. package/dist-types/commands/StopRunCommand.d.ts +1 -1
  76. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  77. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateUploadCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/runtimeConfig.d.ts +2 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -0
  89. package/dist-types/ts3.4/DeviceFarmClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  93. package/package.json +23 -23
@@ -20,7 +20,7 @@ export interface GetJobCommandOutput extends GetJobResult, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetJobCommandInput} for command's `input` shape.
22
22
  * @see {@link GetJobCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetJobCommand extends $Command<GetJobCommandInput, GetJobCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetNetworkProfileCommandOutput extends GetNetworkProfileResult,
20
20
  *
21
21
  * @see {@link GetNetworkProfileCommandInput} for command's `input` shape.
22
22
  * @see {@link GetNetworkProfileCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetNetworkProfileCommand extends $Command<GetNetworkProfileCommandInput, GetNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface GetOfferingStatusCommandOutput extends GetOfferingStatusResult,
23
23
  *
24
24
  * @see {@link GetOfferingStatusCommandInput} for command's `input` shape.
25
25
  * @see {@link GetOfferingStatusCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class GetOfferingStatusCommand extends $Command<GetOfferingStatusCommandInput, GetOfferingStatusCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetProjectCommandOutput extends GetProjectResult, __MetadataBea
20
20
  *
21
21
  * @see {@link GetProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link GetProjectCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetProjectCommand extends $Command<GetProjectCommandInput, GetProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRemoteAccessSessionCommandOutput extends GetRemoteAccessSess
20
20
  *
21
21
  * @see {@link GetRemoteAccessSessionCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRemoteAccessSessionCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRemoteAccessSessionCommand extends $Command<GetRemoteAccessSessionCommandInput, GetRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetRunCommandOutput extends GetRunResult, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetRunCommandInput} for command's `input` shape.
22
22
  * @see {@link GetRunCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetRunCommand extends $Command<GetRunCommandInput, GetRunCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetSuiteCommandOutput extends GetSuiteResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link GetSuiteCommandInput} for command's `input` shape.
22
22
  * @see {@link GetSuiteCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetSuiteCommand extends $Command<GetSuiteCommandInput, GetSuiteCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTestCommandOutput extends GetTestResult, __MetadataBearer {
20
20
  *
21
21
  * @see {@link GetTestCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTestCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetTestCommand extends $Command<GetTestCommandInput, GetTestCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetTestGridProjectCommandOutput extends GetTestGridProjectResul
20
20
  *
21
21
  * @see {@link GetTestGridProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link GetTestGridProjectCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetTestGridProjectCommand extends $Command<GetTestGridProjectCommandInput, GetTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface GetTestGridSessionCommandOutput extends GetTestGridSessionResul
29
29
  *
30
30
  * @see {@link GetTestGridSessionCommandInput} for command's `input` shape.
31
31
  * @see {@link GetTestGridSessionCommandOutput} for command's `response` shape.
32
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class GetTestGridSessionCommand extends $Command<GetTestGridSessionCommandInput, GetTestGridSessionCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface GetUploadCommandOutput extends GetUploadResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link GetUploadCommandInput} for command's `input` shape.
22
22
  * @see {@link GetUploadCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class GetUploadCommand extends $Command<GetUploadCommandInput, GetUploadCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface GetVPCEConfigurationCommandOutput extends GetVPCEConfigurationR
21
21
  *
22
22
  * @see {@link GetVPCEConfigurationCommandInput} for command's `input` shape.
23
23
  * @see {@link GetVPCEConfigurationCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class GetVPCEConfigurationCommand extends $Command<GetVPCEConfigurationCommandInput, GetVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface InstallToRemoteAccessSessionCommandOutput extends InstallToRemo
22
22
  *
23
23
  * @see {@link InstallToRemoteAccessSessionCommandInput} for command's `input` shape.
24
24
  * @see {@link InstallToRemoteAccessSessionCommandOutput} for command's `response` shape.
25
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class InstallToRemoteAccessSessionCommand extends $Command<InstallToRemoteAccessSessionCommandInput, InstallToRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListArtifactsCommandOutput extends ListArtifactsResult, __Metad
20
20
  *
21
21
  * @see {@link ListArtifactsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListArtifactsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListArtifactsCommand extends $Command<ListArtifactsCommandInput, ListArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListDeviceInstancesCommandOutput extends ListDeviceInstancesRes
21
21
  *
22
22
  * @see {@link ListDeviceInstancesCommandInput} for command's `input` shape.
23
23
  * @see {@link ListDeviceInstancesCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListDeviceInstancesCommand extends $Command<ListDeviceInstancesCommandInput, ListDeviceInstancesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDevicePoolsCommandOutput extends ListDevicePoolsResult, __M
20
20
  *
21
21
  * @see {@link ListDevicePoolsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDevicePoolsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDevicePoolsCommand extends $Command<ListDevicePoolsCommandInput, ListDevicePoolsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListDevicesCommandOutput extends ListDevicesResult, __MetadataB
20
20
  *
21
21
  * @see {@link ListDevicesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListDevicesCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListDevicesCommand extends $Command<ListDevicesCommandInput, ListDevicesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListInstanceProfilesCommandOutput extends ListInstanceProfilesR
20
20
  *
21
21
  * @see {@link ListInstanceProfilesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListInstanceProfilesCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListInstanceProfilesCommand extends $Command<ListInstanceProfilesCommandInput, ListInstanceProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListJobsCommandOutput extends ListJobsResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link ListJobsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListNetworkProfilesCommandOutput extends ListNetworkProfilesRes
20
20
  *
21
21
  * @see {@link ListNetworkProfilesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListNetworkProfilesCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListNetworkProfilesCommand extends $Command<ListNetworkProfilesCommandInput, ListNetworkProfilesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface ListOfferingPromotionsCommandOutput extends ListOfferingPromoti
22
22
  *
23
23
  * @see {@link ListOfferingPromotionsCommandInput} for command's `input` shape.
24
24
  * @see {@link ListOfferingPromotionsCommandOutput} for command's `response` shape.
25
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class ListOfferingPromotionsCommand extends $Command<ListOfferingPromotionsCommandInput, ListOfferingPromotionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListOfferingTransactionsCommandOutput extends ListOfferingTrans
23
23
  *
24
24
  * @see {@link ListOfferingTransactionsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListOfferingTransactionsCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListOfferingTransactionsCommand extends $Command<ListOfferingTransactionsCommandInput, ListOfferingTransactionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface ListOfferingsCommandOutput extends ListOfferingsResult, __Metad
23
23
  *
24
24
  * @see {@link ListOfferingsCommandInput} for command's `input` shape.
25
25
  * @see {@link ListOfferingsCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class ListOfferingsCommand extends $Command<ListOfferingsCommandInput, ListOfferingsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListProjectsCommandOutput extends ListProjectsResult, __Metadat
20
20
  *
21
21
  * @see {@link ListProjectsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListProjectsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListProjectsCommand extends $Command<ListProjectsCommandInput, ListProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRemoteAccessSessionsCommandOutput extends ListRemoteAccessS
20
20
  *
21
21
  * @see {@link ListRemoteAccessSessionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRemoteAccessSessionsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRemoteAccessSessionsCommand extends $Command<ListRemoteAccessSessionsCommandInput, ListRemoteAccessSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListRunsCommandOutput extends ListRunsResult, __MetadataBearer
20
20
  *
21
21
  * @see {@link ListRunsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListRunsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListRunsCommand extends $Command<ListRunsCommandInput, ListRunsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSamplesCommandOutput extends ListSamplesResult, __MetadataB
20
20
  *
21
21
  * @see {@link ListSamplesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSamplesCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSamplesCommand extends $Command<ListSamplesCommandInput, ListSamplesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListSuitesCommandOutput extends ListSuitesResult, __MetadataBea
20
20
  *
21
21
  * @see {@link ListSuitesCommandInput} for command's `input` shape.
22
22
  * @see {@link ListSuitesCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListSuitesCommand extends $Command<ListSuitesCommandInput, ListSuitesCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
20
20
  *
21
21
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTestGridProjectsCommandOutput extends ListTestGridProjectsR
20
20
  *
21
21
  * @see {@link ListTestGridProjectsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTestGridProjectsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTestGridProjectsCommand extends $Command<ListTestGridProjectsCommandInput, ListTestGridProjectsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTestGridSessionActionsCommandOutput extends ListTestGridSes
20
20
  *
21
21
  * @see {@link ListTestGridSessionActionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTestGridSessionActionsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTestGridSessionActionsCommand extends $Command<ListTestGridSessionActionsCommandInput, ListTestGridSessionActionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTestGridSessionArtifactsCommandOutput extends ListTestGridS
20
20
  *
21
21
  * @see {@link ListTestGridSessionArtifactsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTestGridSessionArtifactsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTestGridSessionArtifactsCommand extends $Command<ListTestGridSessionArtifactsCommandInput, ListTestGridSessionArtifactsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTestGridSessionsCommandOutput extends ListTestGridSessionsR
20
20
  *
21
21
  * @see {@link ListTestGridSessionsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTestGridSessionsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTestGridSessionsCommand extends $Command<ListTestGridSessionsCommandInput, ListTestGridSessionsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListTestsCommandOutput extends ListTestsResult, __MetadataBeare
20
20
  *
21
21
  * @see {@link ListTestsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListTestsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListTestsCommand extends $Command<ListTestsCommandInput, ListTestsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -24,7 +24,7 @@ export interface ListUniqueProblemsCommandOutput extends ListUniqueProblemsResul
24
24
  *
25
25
  * @see {@link ListUniqueProblemsCommandInput} for command's `input` shape.
26
26
  * @see {@link ListUniqueProblemsCommandOutput} for command's `response` shape.
27
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
27
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
28
28
  *
29
29
  */
30
30
  export declare class ListUniqueProblemsCommand extends $Command<ListUniqueProblemsCommandInput, ListUniqueProblemsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ListUploadsCommandOutput extends ListUploadsResult, __MetadataB
20
20
  *
21
21
  * @see {@link ListUploadsCommandInput} for command's `input` shape.
22
22
  * @see {@link ListUploadsCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ListUploadsCommand extends $Command<ListUploadsCommandInput, ListUploadsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface ListVPCEConfigurationsCommandOutput extends ListVPCEConfigurati
21
21
  *
22
22
  * @see {@link ListVPCEConfigurationsCommandInput} for command's `input` shape.
23
23
  * @see {@link ListVPCEConfigurationsCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class ListVPCEConfigurationsCommand extends $Command<ListVPCEConfigurationsCommandInput, ListVPCEConfigurationsCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface PurchaseOfferingCommandOutput extends PurchaseOfferingResult, _
23
23
  *
24
24
  * @see {@link PurchaseOfferingCommandInput} for command's `input` shape.
25
25
  * @see {@link PurchaseOfferingCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class PurchaseOfferingCommand extends $Command<PurchaseOfferingCommandInput, PurchaseOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface RenewOfferingCommandOutput extends RenewOfferingResult, __Metad
22
22
  *
23
23
  * @see {@link RenewOfferingCommandInput} for command's `input` shape.
24
24
  * @see {@link RenewOfferingCommandOutput} for command's `response` shape.
25
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class RenewOfferingCommand extends $Command<RenewOfferingCommandInput, RenewOfferingCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface ScheduleRunCommandOutput extends ScheduleRunResult, __MetadataB
20
20
  *
21
21
  * @see {@link ScheduleRunCommandInput} for command's `input` shape.
22
22
  * @see {@link ScheduleRunCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class ScheduleRunCommand extends $Command<ScheduleRunCommandInput, ScheduleRunCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StopJobCommandOutput extends StopJobResult, __MetadataBearer {
23
23
  *
24
24
  * @see {@link StopJobCommandInput} for command's `input` shape.
25
25
  * @see {@link StopJobCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StopJobCommand extends $Command<StopJobCommandInput, StopJobCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface StopRemoteAccessSessionCommandOutput extends StopRemoteAccessSe
20
20
  *
21
21
  * @see {@link StopRemoteAccessSessionCommandInput} for command's `input` shape.
22
22
  * @see {@link StopRemoteAccessSessionCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class StopRemoteAccessSessionCommand extends $Command<StopRemoteAccessSessionCommandInput, StopRemoteAccessSessionCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -23,7 +23,7 @@ export interface StopRunCommandOutput extends StopRunResult, __MetadataBearer {
23
23
  *
24
24
  * @see {@link StopRunCommandInput} for command's `input` shape.
25
25
  * @see {@link StopRunCommandOutput} for command's `response` shape.
26
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
26
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
27
27
  *
28
28
  */
29
29
  export declare class StopRunCommand extends $Command<StopRunCommandInput, StopRunCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  *
23
23
  * @see {@link TagResourceCommandInput} for command's `input` shape.
24
24
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
25
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
20
20
  *
21
21
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
22
22
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateDeviceInstanceCommandOutput extends UpdateDeviceInstanceR
20
20
  *
21
21
  * @see {@link UpdateDeviceInstanceCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateDeviceInstanceCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateDeviceInstanceCommand extends $Command<UpdateDeviceInstanceCommandInput, UpdateDeviceInstanceCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -22,7 +22,7 @@ export interface UpdateDevicePoolCommandOutput extends UpdateDevicePoolResult, _
22
22
  *
23
23
  * @see {@link UpdateDevicePoolCommandInput} for command's `input` shape.
24
24
  * @see {@link UpdateDevicePoolCommandOutput} for command's `response` shape.
25
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
25
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
26
26
  *
27
27
  */
28
28
  export declare class UpdateDevicePoolCommand extends $Command<UpdateDevicePoolCommandInput, UpdateDevicePoolCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateInstanceProfileCommandOutput extends UpdateInstanceProfil
20
20
  *
21
21
  * @see {@link UpdateInstanceProfileCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateInstanceProfileCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateInstanceProfileCommand extends $Command<UpdateInstanceProfileCommandInput, UpdateInstanceProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateNetworkProfileCommandOutput extends UpdateNetworkProfileR
20
20
  *
21
21
  * @see {@link UpdateNetworkProfileCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateNetworkProfileCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateNetworkProfileCommand extends $Command<UpdateNetworkProfileCommandInput, UpdateNetworkProfileCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -21,7 +21,7 @@ export interface UpdateProjectCommandOutput extends UpdateProjectResult, __Metad
21
21
  *
22
22
  * @see {@link UpdateProjectCommandInput} for command's `input` shape.
23
23
  * @see {@link UpdateProjectCommandOutput} for command's `response` shape.
24
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
24
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
25
25
  *
26
26
  */
27
27
  export declare class UpdateProjectCommand extends $Command<UpdateProjectCommandInput, UpdateProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateTestGridProjectCommandOutput extends UpdateTestGridProjec
20
20
  *
21
21
  * @see {@link UpdateTestGridProjectCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateTestGridProjectCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateTestGridProjectCommand extends $Command<UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateUploadCommandOutput extends UpdateUploadResult, __Metadat
20
20
  *
21
21
  * @see {@link UpdateUploadCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateUploadCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateUploadCommand extends $Command<UpdateUploadCommandInput, UpdateUploadCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -20,7 +20,7 @@ export interface UpdateVPCEConfigurationCommandOutput extends UpdateVPCEConfigur
20
20
  *
21
21
  * @see {@link UpdateVPCEConfigurationCommandInput} for command's `input` shape.
22
22
  * @see {@link UpdateVPCEConfigurationCommandOutput} for command's `response` shape.
23
- * @see {@link DeviceFarmClientResolvedConfig | config} for command's `input` shape.
23
+ * @see {@link DeviceFarmClientResolvedConfig | config} for DeviceFarmClient's `config` shape.
24
24
  *
25
25
  */
26
26
  export declare class UpdateVPCEConfigurationCommand extends $Command<UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput, DeviceFarmClientResolvedConfig> {
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -16,6 +16,8 @@ export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
16
16
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
17
  sha256: import("@aws-sdk/types").HashConstructor;
18
18
  streamCollector: import("@aws-sdk/types").StreamCollector;
19
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
20
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
19
21
  utf8Decoder: import("@aws-sdk/types").Decoder;
20
22
  utf8Encoder: import("@aws-sdk/types").Encoder;
21
23
  apiVersion: string;
@@ -18,6 +18,8 @@ export declare const getRuntimeConfig: (config: DeviceFarmClientConfig) => {
18
18
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
19
19
  retryMode: string | import("@aws-sdk/types").Provider<string>;
20
20
  logger: import("@aws-sdk/types").Logger;
21
+ useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
22
+ useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
21
23
  serviceId: string;
22
24
  region: string | import("@aws-sdk/types").Provider<string> | import("@aws-sdk/types").Provider<any>;
23
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
@@ -115,6 +115,10 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
115
115
 
116
116
  logger?: __Logger;
117
117
 
118
+ useDualstackEndpoint?: boolean | __Provider<boolean>;
119
+
120
+ useFipsEndpoint?: boolean | __Provider<boolean>;
121
+
118
122
  serviceId?: string;
119
123
 
120
124
  region?: string | __Provider<string>;