@aws-sdk/client-device-farm 3.943.0 → 3.946.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 (122) hide show
  1. package/dist-cjs/index.js +12 -125
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/DeviceFarmClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +12 -125
  8. package/dist-types/DeviceFarm.d.ts +1 -1
  9. package/dist-types/DeviceFarmClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateDevicePoolCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateNetworkProfileCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateProjectCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateRemoteAccessSessionCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateTestGridProjectCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateTestGridUrlCommand.d.ts +3 -3
  19. package/dist-types/commands/CreateUploadCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateVPCEConfigurationCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteDevicePoolCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteNetworkProfileCommand.d.ts +3 -3
  24. package/dist-types/commands/DeleteProjectCommand.d.ts +3 -3
  25. package/dist-types/commands/DeleteRemoteAccessSessionCommand.d.ts +3 -3
  26. package/dist-types/commands/DeleteRunCommand.d.ts +3 -3
  27. package/dist-types/commands/DeleteTestGridProjectCommand.d.ts +3 -3
  28. package/dist-types/commands/DeleteUploadCommand.d.ts +3 -3
  29. package/dist-types/commands/DeleteVPCEConfigurationCommand.d.ts +3 -3
  30. package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -3
  31. package/dist-types/commands/GetDeviceCommand.d.ts +3 -3
  32. package/dist-types/commands/GetDeviceInstanceCommand.d.ts +3 -3
  33. package/dist-types/commands/GetDevicePoolCommand.d.ts +3 -3
  34. package/dist-types/commands/GetDevicePoolCompatibilityCommand.d.ts +3 -3
  35. package/dist-types/commands/GetInstanceProfileCommand.d.ts +3 -3
  36. package/dist-types/commands/GetJobCommand.d.ts +3 -3
  37. package/dist-types/commands/GetNetworkProfileCommand.d.ts +3 -3
  38. package/dist-types/commands/GetOfferingStatusCommand.d.ts +3 -3
  39. package/dist-types/commands/GetProjectCommand.d.ts +3 -3
  40. package/dist-types/commands/GetRemoteAccessSessionCommand.d.ts +3 -3
  41. package/dist-types/commands/GetRunCommand.d.ts +3 -3
  42. package/dist-types/commands/GetSuiteCommand.d.ts +3 -3
  43. package/dist-types/commands/GetTestCommand.d.ts +3 -3
  44. package/dist-types/commands/GetTestGridProjectCommand.d.ts +3 -3
  45. package/dist-types/commands/GetTestGridSessionCommand.d.ts +3 -3
  46. package/dist-types/commands/GetUploadCommand.d.ts +3 -3
  47. package/dist-types/commands/GetVPCEConfigurationCommand.d.ts +3 -3
  48. package/dist-types/commands/InstallToRemoteAccessSessionCommand.d.ts +3 -3
  49. package/dist-types/commands/ListArtifactsCommand.d.ts +3 -3
  50. package/dist-types/commands/ListDeviceInstancesCommand.d.ts +3 -3
  51. package/dist-types/commands/ListDevicePoolsCommand.d.ts +3 -3
  52. package/dist-types/commands/ListDevicesCommand.d.ts +3 -3
  53. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +3 -3
  54. package/dist-types/commands/ListJobsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListNetworkProfilesCommand.d.ts +3 -3
  56. package/dist-types/commands/ListOfferingPromotionsCommand.d.ts +3 -3
  57. package/dist-types/commands/ListOfferingTransactionsCommand.d.ts +3 -3
  58. package/dist-types/commands/ListOfferingsCommand.d.ts +3 -3
  59. package/dist-types/commands/ListProjectsCommand.d.ts +3 -3
  60. package/dist-types/commands/ListRemoteAccessSessionsCommand.d.ts +3 -3
  61. package/dist-types/commands/ListRunsCommand.d.ts +3 -3
  62. package/dist-types/commands/ListSamplesCommand.d.ts +3 -3
  63. package/dist-types/commands/ListSuitesCommand.d.ts +3 -3
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  65. package/dist-types/commands/ListTestGridProjectsCommand.d.ts +3 -3
  66. package/dist-types/commands/ListTestGridSessionActionsCommand.d.ts +3 -3
  67. package/dist-types/commands/ListTestGridSessionArtifactsCommand.d.ts +3 -3
  68. package/dist-types/commands/ListTestGridSessionsCommand.d.ts +3 -3
  69. package/dist-types/commands/ListTestsCommand.d.ts +3 -3
  70. package/dist-types/commands/ListUniqueProblemsCommand.d.ts +3 -3
  71. package/dist-types/commands/ListUploadsCommand.d.ts +3 -3
  72. package/dist-types/commands/ListVPCEConfigurationsCommand.d.ts +3 -3
  73. package/dist-types/commands/PurchaseOfferingCommand.d.ts +3 -3
  74. package/dist-types/commands/RenewOfferingCommand.d.ts +3 -3
  75. package/dist-types/commands/ScheduleRunCommand.d.ts +3 -3
  76. package/dist-types/commands/StopJobCommand.d.ts +3 -3
  77. package/dist-types/commands/StopRemoteAccessSessionCommand.d.ts +3 -3
  78. package/dist-types/commands/StopRunCommand.d.ts +3 -3
  79. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  80. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  81. package/dist-types/commands/UpdateDeviceInstanceCommand.d.ts +3 -3
  82. package/dist-types/commands/UpdateDevicePoolCommand.d.ts +3 -3
  83. package/dist-types/commands/UpdateInstanceProfileCommand.d.ts +3 -3
  84. package/dist-types/commands/UpdateNetworkProfileCommand.d.ts +3 -3
  85. package/dist-types/commands/UpdateProjectCommand.d.ts +3 -3
  86. package/dist-types/commands/UpdateTestGridProjectCommand.d.ts +3 -3
  87. package/dist-types/commands/UpdateUploadCommand.d.ts +3 -3
  88. package/dist-types/commands/UpdateVPCEConfigurationCommand.d.ts +3 -3
  89. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  90. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  91. package/dist-types/extensionConfiguration.d.ts +4 -4
  92. package/dist-types/models/DeviceFarmServiceException.d.ts +1 -1
  93. package/dist-types/models/errors.d.ts +1 -1
  94. package/dist-types/pagination/GetOfferingStatusPaginator.d.ts +1 -1
  95. package/dist-types/pagination/Interfaces.d.ts +1 -1
  96. package/dist-types/pagination/ListArtifactsPaginator.d.ts +1 -1
  97. package/dist-types/pagination/ListDevicePoolsPaginator.d.ts +1 -1
  98. package/dist-types/pagination/ListDevicesPaginator.d.ts +1 -1
  99. package/dist-types/pagination/ListJobsPaginator.d.ts +1 -1
  100. package/dist-types/pagination/ListOfferingTransactionsPaginator.d.ts +1 -1
  101. package/dist-types/pagination/ListOfferingsPaginator.d.ts +1 -1
  102. package/dist-types/pagination/ListProjectsPaginator.d.ts +1 -1
  103. package/dist-types/pagination/ListRunsPaginator.d.ts +1 -1
  104. package/dist-types/pagination/ListSamplesPaginator.d.ts +1 -1
  105. package/dist-types/pagination/ListSuitesPaginator.d.ts +1 -1
  106. package/dist-types/pagination/ListTestGridProjectsPaginator.d.ts +1 -1
  107. package/dist-types/pagination/ListTestGridSessionActionsPaginator.d.ts +1 -1
  108. package/dist-types/pagination/ListTestGridSessionArtifactsPaginator.d.ts +1 -1
  109. package/dist-types/pagination/ListTestGridSessionsPaginator.d.ts +1 -1
  110. package/dist-types/pagination/ListTestsPaginator.d.ts +1 -1
  111. package/dist-types/pagination/ListUniqueProblemsPaginator.d.ts +1 -1
  112. package/dist-types/pagination/ListUploadsPaginator.d.ts +1 -1
  113. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  114. package/dist-types/runtimeConfig.d.ts +1 -1
  115. package/dist-types/runtimeConfig.native.d.ts +1 -1
  116. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  117. package/dist-types/runtimeExtensions.d.ts +1 -1
  118. package/dist-types/schemas/schemas_0.d.ts +1 -1
  119. package/dist-types/ts3.4/DeviceFarmClient.d.ts +3 -3
  120. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  121. package/dist-types/ts3.4/models/DeviceFarmServiceException.d.ts +1 -1
  122. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -846,29 +846,10 @@ var AccountSettings = [
846
846
  [_aAN, _uD, _uRAD, _mJTM, _tM, _mS, _dJTM, _sAR],
847
847
  [0, 128 | 1, 128 | 1, 1, () => TrialMinutes, 128 | 1, 1, 2],
848
848
  ];
849
- var ArgumentException = [
850
- -3,
851
- n0,
852
- _AE,
853
- {
854
- [_e]: _c,
855
- },
856
- [_m],
857
- [0],
858
- ];
849
+ var ArgumentException = [-3, n0, _AE, { [_e]: _c }, [_m], [0]];
859
850
  schema.TypeRegistry.for(n0).registerError(ArgumentException, ArgumentException$1);
860
851
  var Artifact = [3, n0, _A, 0, [_a, _n, _t, _ex, _u], [0, 0, 0, 0, 0]];
861
- var CannotDeleteException = [
862
- -3,
863
- n0,
864
- _CDE,
865
- {
866
- [_e]: _c,
867
- [_hE]: 409,
868
- },
869
- [_m],
870
- [0],
871
- ];
852
+ var CannotDeleteException = [-3, n0, _CDE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
872
853
  schema.TypeRegistry.for(n0).registerError(CannotDeleteException, CannotDeleteException$1);
873
854
  var Counters = [3, n0, _C, 0, [_to, _p, _f, _w, _er, _s, _sk], [1, 1, 1, 1, 1, 1, 1]];
874
855
  var CPU = [3, n0, _CPU, 0, [_fr, _ar, _cl], [0, 0, 1]];
@@ -1097,16 +1078,7 @@ var GetUploadRequest = [3, n0, _GUR, 0, [_a], [0]];
1097
1078
  var GetUploadResult = [3, n0, _GURe, 0, [_up], [[() => Upload, 0]]];
1098
1079
  var GetVPCEConfigurationRequest = [3, n0, _GVPCECR, 0, [_a], [0]];
1099
1080
  var GetVPCEConfigurationResult = [3, n0, _GVPCECRe, 0, [_vCp], [() => VPCEConfiguration]];
1100
- var IdempotencyException = [
1101
- -3,
1102
- n0,
1103
- _IE,
1104
- {
1105
- [_e]: _c,
1106
- },
1107
- [_m],
1108
- [0],
1109
- ];
1081
+ var IdempotencyException = [-3, n0, _IE, { [_e]: _c }, [_m], [0]];
1110
1082
  schema.TypeRegistry.for(n0).registerError(IdempotencyException, IdempotencyException$1);
1111
1083
  var IncompatibilityMessage = [3, n0, _IM, 0, [_m, _t], [0, 0]];
1112
1084
  var InstallToRemoteAccessSessionRequest = [3, n0, _ITRASR, 0, [_rASA, _aAp], [0, 0]];
@@ -1119,28 +1091,9 @@ var InstanceProfile = [
1119
1091
  [_a, _pC, _eAPFC, _rAU, _n, _d],
1120
1092
  [0, 2, 64 | 0, 2, 0, 0],
1121
1093
  ];
1122
- var InternalServiceException = [
1123
- -3,
1124
- n0,
1125
- _ISE,
1126
- {
1127
- [_e]: _se,
1128
- [_hE]: 500,
1129
- },
1130
- [_m],
1131
- [0],
1132
- ];
1094
+ var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
1133
1095
  schema.TypeRegistry.for(n0).registerError(InternalServiceException, InternalServiceException$1);
1134
- var InvalidOperationException = [
1135
- -3,
1136
- n0,
1137
- _IOE,
1138
- {
1139
- [_e]: _c,
1140
- },
1141
- [_m],
1142
- [0],
1143
- ];
1096
+ var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
1144
1097
  schema.TypeRegistry.for(n0).registerError(InvalidOperationException, InvalidOperationException$1);
1145
1098
  var Job = [
1146
1099
  3,
@@ -1150,16 +1103,7 @@ var Job = [
1150
1103
  [_a, _n, _t, _cr, _st, _res, _sta, _s, _cou, _m, _de, _iA, _dM, _vE, _vCi],
1151
1104
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters, 0, () => Device, 0, () => DeviceMinutes, 0, 2],
1152
1105
  ];
1153
- var LimitExceededException = [
1154
- -3,
1155
- n0,
1156
- _LEE,
1157
- {
1158
- [_e]: _c,
1159
- },
1160
- [_m],
1161
- [0],
1162
- ];
1106
+ var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1163
1107
  schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1164
1108
  var ListArtifactsRequest = [3, n0, _LAR, 0, [_a, _t, _nT], [0, 0, 0]];
1165
1109
  var ListArtifactsResult = [3, n0, _LARi, 0, [_art, _nT], [() => Artifacts, 0]];
@@ -1317,27 +1261,9 @@ var NetworkProfile = [
1317
1261
  [_a, _n, _d, _t, _uBB, _dBB, _uDM, _dDM, _uJM, _dJM, _uLP, _dLP],
1318
1262
  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1],
1319
1263
  ];
1320
- var NotEligibleException = [
1321
- -3,
1322
- n0,
1323
- _NEE,
1324
- {
1325
- [_e]: _c,
1326
- },
1327
- [_m],
1328
- [0],
1329
- ];
1264
+ var NotEligibleException = [-3, n0, _NEE, { [_e]: _c }, [_m], [0]];
1330
1265
  schema.TypeRegistry.for(n0).registerError(NotEligibleException, NotEligibleException$1);
1331
- var NotFoundException = [
1332
- -3,
1333
- n0,
1334
- _NFE,
1335
- {
1336
- [_e]: _c,
1337
- },
1338
- [_m],
1339
- [0],
1340
- ];
1266
+ var NotFoundException = [-3, n0, _NFE, { [_e]: _c }, [_m], [0]];
1341
1267
  schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
1342
1268
  var Offering = [
1343
1269
  3,
@@ -1550,16 +1476,7 @@ var ScheduleRunTest = [
1550
1476
  [_t, _tPA, _tSA, _fil, _pa],
1551
1477
  [0, 0, 0, 0, 128 | 0],
1552
1478
  ];
1553
- var ServiceAccountException = [
1554
- -3,
1555
- n0,
1556
- _SAE,
1557
- {
1558
- [_e]: _c,
1559
- },
1560
- [_m],
1561
- [0],
1562
- ];
1479
+ var ServiceAccountException = [-3, n0, _SAE, { [_e]: _c }, [_m], [0]];
1563
1480
  schema.TypeRegistry.for(n0).registerError(ServiceAccountException, ServiceAccountException$1);
1564
1481
  var StopJobRequest = [3, n0, _SJR, 0, [_a], [0]];
1565
1482
  var StopJobResult = [3, n0, _SJRt, 0, [_j], [() => Job]];
@@ -1583,29 +1500,9 @@ var Suite = [
1583
1500
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters, 0, () => DeviceMinutes],
1584
1501
  ];
1585
1502
  var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1586
- var TagOperationException = [
1587
- -3,
1588
- n0,
1589
- _TOE,
1590
- {
1591
- [_e]: _c,
1592
- [_hE]: 400,
1593
- },
1594
- [_m, _rN],
1595
- [0, 0],
1596
- ];
1503
+ var TagOperationException = [-3, n0, _TOE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1597
1504
  schema.TypeRegistry.for(n0).registerError(TagOperationException, TagOperationException$1);
1598
- var TagPolicyException = [
1599
- -3,
1600
- n0,
1601
- _TPE,
1602
- {
1603
- [_e]: _c,
1604
- [_hE]: 400,
1605
- },
1606
- [_m, _rN],
1607
- [0, 0],
1608
- ];
1505
+ var TagPolicyException = [-3, n0, _TPE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1609
1506
  schema.TypeRegistry.for(n0).registerError(TagPolicyException, TagPolicyException$1);
1610
1507
  var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1611
1508
  var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -1650,17 +1547,7 @@ var TestGridSessionArtifact = [
1650
1547
  [0, 0, [() => SensitiveString, 0]],
1651
1548
  ];
1652
1549
  var TestGridVpcConfig = [3, n0, _TGVC, 0, [_sGI, _sIu, _vI], [64 | 0, 64 | 0, 0]];
1653
- var TooManyTagsException = [
1654
- -3,
1655
- n0,
1656
- _TMTE,
1657
- {
1658
- [_e]: _c,
1659
- [_hE]: 400,
1660
- },
1661
- [_m, _rN],
1662
- [0, 0],
1663
- ];
1550
+ var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1664
1551
  schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
1665
1552
  var TrialMinutes = [3, n0, _TM, 0, [_to, _rem], [1, 1]];
1666
1553
  var UniqueProblem = [3, n0, _UP, 0, [_m, _prob], [0, () => Problems]];
@@ -8,11 +8,11 @@ const util_user_agent_browser_1 = require("@aws-sdk/util-user-agent-browser");
8
8
  const config_resolver_1 = require("@smithy/config-resolver");
9
9
  const fetch_http_handler_1 = require("@smithy/fetch-http-handler");
10
10
  const invalid_dependency_1 = require("@smithy/invalid-dependency");
11
+ const smithy_client_1 = require("@smithy/smithy-client");
11
12
  const util_body_length_browser_1 = require("@smithy/util-body-length-browser");
13
+ const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
12
14
  const util_retry_1 = require("@smithy/util-retry");
13
15
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
14
- const smithy_client_1 = require("@smithy/smithy-client");
15
- const util_defaults_mode_browser_1 = require("@smithy/util-defaults-mode-browser");
16
16
  const getRuntimeConfig = (config) => {
17
17
  const defaultsMode = (0, util_defaults_mode_browser_1.resolveDefaultsModeConfig)(config);
18
18
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
@@ -11,14 +11,13 @@ const hash_node_1 = require("@smithy/hash-node");
11
11
  const middleware_retry_1 = require("@smithy/middleware-retry");
12
12
  const node_config_provider_1 = require("@smithy/node-config-provider");
13
13
  const node_http_handler_1 = require("@smithy/node-http-handler");
14
+ const smithy_client_1 = require("@smithy/smithy-client");
14
15
  const util_body_length_node_1 = require("@smithy/util-body-length-node");
16
+ const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
15
17
  const util_retry_1 = require("@smithy/util-retry");
16
18
  const runtimeConfig_shared_1 = require("./runtimeConfig.shared");
17
- const smithy_client_1 = require("@smithy/smithy-client");
18
- const util_defaults_mode_node_1 = require("@smithy/util-defaults-mode-node");
19
- const smithy_client_2 = require("@smithy/smithy-client");
20
19
  const getRuntimeConfig = (config) => {
21
- (0, smithy_client_2.emitWarningIfUnsupportedVersion)(process.version);
20
+ (0, smithy_client_1.emitWarningIfUnsupportedVersion)(process.version);
22
21
  const defaultsMode = (0, util_defaults_mode_node_1.resolveDefaultsModeConfig)(config);
23
22
  const defaultConfigProvider = () => defaultsMode().then(smithy_client_1.loadConfigsForDefaultMode);
24
23
  const clientSharedValues = (0, runtimeConfig_shared_1.getRuntimeConfig)(config);
@@ -6,8 +6,8 @@ import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
7
  import { getSchemaSerdePlugin } from "@smithy/core/schema";
8
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
9
- import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
10
- import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
9
+ import { resolveEndpointConfig, } from "@smithy/middleware-endpoint";
10
+ import { getRetryPlugin, resolveRetryConfig, } from "@smithy/middleware-retry";
11
11
  import { Client as __Client, } from "@smithy/smithy-client";
12
12
  import { defaultDeviceFarmHttpAuthSchemeParametersProvider, resolveHttpAuthSchemeConfig, } from "./auth/httpAuthSchemeProvider";
13
13
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
@@ -4,11 +4,11 @@ import { createDefaultUserAgentProvider } from "@aws-sdk/util-user-agent-browser
4
4
  import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@smithy/config-resolver";
5
5
  import { FetchHttpHandler as RequestHandler, streamCollector } from "@smithy/fetch-http-handler";
6
6
  import { invalidProvider } from "@smithy/invalid-dependency";
7
+ import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
7
8
  import { calculateBodyLength } from "@smithy/util-body-length-browser";
9
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
8
10
  import { DEFAULT_MAX_ATTEMPTS, DEFAULT_RETRY_MODE } from "@smithy/util-retry";
9
11
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
10
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
11
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-browser";
12
12
  export const getRuntimeConfig = (config) => {
13
13
  const defaultsMode = resolveDefaultsModeConfig(config);
14
14
  const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
@@ -7,12 +7,11 @@ import { Hash } from "@smithy/hash-node";
7
7
  import { NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS } from "@smithy/middleware-retry";
8
8
  import { loadConfig as loadNodeConfig } from "@smithy/node-config-provider";
9
9
  import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
10
+ import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/smithy-client";
10
11
  import { calculateBodyLength } from "@smithy/util-body-length-node";
12
+ import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
11
13
  import { DEFAULT_RETRY_MODE } from "@smithy/util-retry";
12
14
  import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
13
- import { loadConfigsForDefaultMode } from "@smithy/smithy-client";
14
- import { resolveDefaultsModeConfig } from "@smithy/util-defaults-mode-node";
15
- import { emitWarningIfUnsupportedVersion } from "@smithy/smithy-client";
16
15
  export const getRuntimeConfig = (config) => {
17
16
  emitWarningIfUnsupportedVersion(process.version);
18
17
  const defaultsMode = resolveDefaultsModeConfig(config);
@@ -579,29 +579,10 @@ export var AccountSettings = [
579
579
  [_aAN, _uD, _uRAD, _mJTM, _tM, _mS, _dJTM, _sAR],
580
580
  [0, 128 | 1, 128 | 1, 1, () => TrialMinutes, 128 | 1, 1, 2],
581
581
  ];
582
- export var ArgumentException = [
583
- -3,
584
- n0,
585
- _AE,
586
- {
587
- [_e]: _c,
588
- },
589
- [_m],
590
- [0],
591
- ];
582
+ export var ArgumentException = [-3, n0, _AE, { [_e]: _c }, [_m], [0]];
592
583
  TypeRegistry.for(n0).registerError(ArgumentException, __ArgumentException);
593
584
  export var Artifact = [3, n0, _A, 0, [_a, _n, _t, _ex, _u], [0, 0, 0, 0, 0]];
594
- export var CannotDeleteException = [
595
- -3,
596
- n0,
597
- _CDE,
598
- {
599
- [_e]: _c,
600
- [_hE]: 409,
601
- },
602
- [_m],
603
- [0],
604
- ];
585
+ export var CannotDeleteException = [-3, n0, _CDE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
605
586
  TypeRegistry.for(n0).registerError(CannotDeleteException, __CannotDeleteException);
606
587
  export var Counters = [3, n0, _C, 0, [_to, _p, _f, _w, _er, _s, _sk], [1, 1, 1, 1, 1, 1, 1]];
607
588
  export var CPU = [3, n0, _CPU, 0, [_fr, _ar, _cl], [0, 0, 1]];
@@ -830,16 +811,7 @@ export var GetUploadRequest = [3, n0, _GUR, 0, [_a], [0]];
830
811
  export var GetUploadResult = [3, n0, _GURe, 0, [_up], [[() => Upload, 0]]];
831
812
  export var GetVPCEConfigurationRequest = [3, n0, _GVPCECR, 0, [_a], [0]];
832
813
  export var GetVPCEConfigurationResult = [3, n0, _GVPCECRe, 0, [_vCp], [() => VPCEConfiguration]];
833
- export var IdempotencyException = [
834
- -3,
835
- n0,
836
- _IE,
837
- {
838
- [_e]: _c,
839
- },
840
- [_m],
841
- [0],
842
- ];
814
+ export var IdempotencyException = [-3, n0, _IE, { [_e]: _c }, [_m], [0]];
843
815
  TypeRegistry.for(n0).registerError(IdempotencyException, __IdempotencyException);
844
816
  export var IncompatibilityMessage = [3, n0, _IM, 0, [_m, _t], [0, 0]];
845
817
  export var InstallToRemoteAccessSessionRequest = [3, n0, _ITRASR, 0, [_rASA, _aAp], [0, 0]];
@@ -852,28 +824,9 @@ export var InstanceProfile = [
852
824
  [_a, _pC, _eAPFC, _rAU, _n, _d],
853
825
  [0, 2, 64 | 0, 2, 0, 0],
854
826
  ];
855
- export var InternalServiceException = [
856
- -3,
857
- n0,
858
- _ISE,
859
- {
860
- [_e]: _se,
861
- [_hE]: 500,
862
- },
863
- [_m],
864
- [0],
865
- ];
827
+ export var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
866
828
  TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
867
- export var InvalidOperationException = [
868
- -3,
869
- n0,
870
- _IOE,
871
- {
872
- [_e]: _c,
873
- },
874
- [_m],
875
- [0],
876
- ];
829
+ export var InvalidOperationException = [-3, n0, _IOE, { [_e]: _c }, [_m], [0]];
877
830
  TypeRegistry.for(n0).registerError(InvalidOperationException, __InvalidOperationException);
878
831
  export var Job = [
879
832
  3,
@@ -883,16 +836,7 @@ export var Job = [
883
836
  [_a, _n, _t, _cr, _st, _res, _sta, _s, _cou, _m, _de, _iA, _dM, _vE, _vCi],
884
837
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters, 0, () => Device, 0, () => DeviceMinutes, 0, 2],
885
838
  ];
886
- export var LimitExceededException = [
887
- -3,
888
- n0,
889
- _LEE,
890
- {
891
- [_e]: _c,
892
- },
893
- [_m],
894
- [0],
895
- ];
839
+ export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
896
840
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
897
841
  export var ListArtifactsRequest = [3, n0, _LAR, 0, [_a, _t, _nT], [0, 0, 0]];
898
842
  export var ListArtifactsResult = [3, n0, _LARi, 0, [_art, _nT], [() => Artifacts, 0]];
@@ -1050,27 +994,9 @@ export var NetworkProfile = [
1050
994
  [_a, _n, _d, _t, _uBB, _dBB, _uDM, _dDM, _uJM, _dJM, _uLP, _dLP],
1051
995
  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1],
1052
996
  ];
1053
- export var NotEligibleException = [
1054
- -3,
1055
- n0,
1056
- _NEE,
1057
- {
1058
- [_e]: _c,
1059
- },
1060
- [_m],
1061
- [0],
1062
- ];
997
+ export var NotEligibleException = [-3, n0, _NEE, { [_e]: _c }, [_m], [0]];
1063
998
  TypeRegistry.for(n0).registerError(NotEligibleException, __NotEligibleException);
1064
- export var NotFoundException = [
1065
- -3,
1066
- n0,
1067
- _NFE,
1068
- {
1069
- [_e]: _c,
1070
- },
1071
- [_m],
1072
- [0],
1073
- ];
999
+ export var NotFoundException = [-3, n0, _NFE, { [_e]: _c }, [_m], [0]];
1074
1000
  TypeRegistry.for(n0).registerError(NotFoundException, __NotFoundException);
1075
1001
  export var Offering = [
1076
1002
  3,
@@ -1283,16 +1209,7 @@ export var ScheduleRunTest = [
1283
1209
  [_t, _tPA, _tSA, _fil, _pa],
1284
1210
  [0, 0, 0, 0, 128 | 0],
1285
1211
  ];
1286
- export var ServiceAccountException = [
1287
- -3,
1288
- n0,
1289
- _SAE,
1290
- {
1291
- [_e]: _c,
1292
- },
1293
- [_m],
1294
- [0],
1295
- ];
1212
+ export var ServiceAccountException = [-3, n0, _SAE, { [_e]: _c }, [_m], [0]];
1296
1213
  TypeRegistry.for(n0).registerError(ServiceAccountException, __ServiceAccountException);
1297
1214
  export var StopJobRequest = [3, n0, _SJR, 0, [_a], [0]];
1298
1215
  export var StopJobResult = [3, n0, _SJRt, 0, [_j], [() => Job]];
@@ -1316,29 +1233,9 @@ export var Suite = [
1316
1233
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters, 0, () => DeviceMinutes],
1317
1234
  ];
1318
1235
  export var Tag = [3, n0, _Ta, 0, [_K, _V], [0, 0]];
1319
- export var TagOperationException = [
1320
- -3,
1321
- n0,
1322
- _TOE,
1323
- {
1324
- [_e]: _c,
1325
- [_hE]: 400,
1326
- },
1327
- [_m, _rN],
1328
- [0, 0],
1329
- ];
1236
+ export var TagOperationException = [-3, n0, _TOE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1330
1237
  TypeRegistry.for(n0).registerError(TagOperationException, __TagOperationException);
1331
- export var TagPolicyException = [
1332
- -3,
1333
- n0,
1334
- _TPE,
1335
- {
1336
- [_e]: _c,
1337
- [_hE]: 400,
1338
- },
1339
- [_m, _rN],
1340
- [0, 0],
1341
- ];
1238
+ export var TagPolicyException = [-3, n0, _TPE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1342
1239
  TypeRegistry.for(n0).registerError(TagPolicyException, __TagPolicyException);
1343
1240
  export var TagResourceRequest = [3, n0, _TRR, 0, [_RARN, _T], [0, () => TagList]];
1344
1241
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -1383,17 +1280,7 @@ export var TestGridSessionArtifact = [
1383
1280
  [0, 0, [() => SensitiveString, 0]],
1384
1281
  ];
1385
1282
  export var TestGridVpcConfig = [3, n0, _TGVC, 0, [_sGI, _sIu, _vI], [64 | 0, 64 | 0, 0]];
1386
- export var TooManyTagsException = [
1387
- -3,
1388
- n0,
1389
- _TMTE,
1390
- {
1391
- [_e]: _c,
1392
- [_hE]: 400,
1393
- },
1394
- [_m, _rN],
1395
- [0, 0],
1396
- ];
1283
+ export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c, [_hE]: 400 }, [_m, _rN], [0, 0]];
1397
1284
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1398
1285
  export var TrialMinutes = [3, n0, _TM, 0, [_to, _rem], [1, 1]];
1399
1286
  export var UniqueProblem = [3, n0, _UP, 0, [_m, _prob], [0, () => Problems]];
@@ -1,4 +1,4 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
1
+ import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
2
  import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
3
3
  import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
4
4
  import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
@@ -1,12 +1,12 @@
1
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
- import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
4
- import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
- import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
- import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
- import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
- import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
1
+ import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
2
+ import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
3
+ import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
4
+ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
5
+ import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
+ import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
9
+ import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { CreateDevicePoolCommandInput, CreateDevicePoolCommandOutput } from "./commands/CreateDevicePoolCommand";
11
11
  import { CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput } from "./commands/CreateInstanceProfileCommand";
12
12
  import { CreateNetworkProfileCommandInput, CreateNetworkProfileCommandOutput } from "./commands/CreateNetworkProfileCommand";
@@ -85,7 +85,7 @@ import { UpdateTestGridProjectCommandInput, UpdateTestGridProjectCommandOutput }
85
85
  import { UpdateUploadCommandInput, UpdateUploadCommandOutput } from "./commands/UpdateUploadCommand";
86
86
  import { UpdateVPCEConfigurationCommandInput, UpdateVPCEConfigurationCommandOutput } from "./commands/UpdateVPCEConfigurationCommand";
87
87
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
88
- import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
88
+ import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
89
89
  export { __Client };
90
90
  /**
91
91
  * @public
@@ -1,5 +1,5 @@
1
- import { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
- import { DeviceFarmHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
1
+ import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
2
+ import type { DeviceFarmHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
5
5
  */
@@ -1,6 +1,6 @@
1
1
  import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
2
- import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig } from "../DeviceFarmClient";
2
+ import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
3
+ import { type DeviceFarmClientResolvedConfig } from "../DeviceFarmClient";
4
4
  /**
5
5
  * @internal
6
6
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateDevicePoolRequest, CreateDevicePoolResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateInstanceProfileRequest, CreateInstanceProfileResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateNetworkProfileRequest, CreateNetworkProfileResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateProjectRequest, CreateProjectResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateRemoteAccessSessionRequest, CreateRemoteAccessSessionResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateTestGridProjectRequest, CreateTestGridProjectResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateTestGridUrlRequest, CreateTestGridUrlResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateUploadRequest, CreateUploadResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { CreateVPCEConfigurationRequest, CreateVPCEConfigurationResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
- import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
- import { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeviceFarmClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DeviceFarmClient";
4
+ import type { DeleteDevicePoolRequest, DeleteDevicePoolResult } from "../models/models_0";
5
5
  /**
6
6
  * @public
7
7
  */