@aws-sdk/client-device-farm 3.987.0 → 3.989.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.
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
6
6
  import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
7
7
  import { defaultDeviceFarmHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
8
8
  import { defaultEndpointResolver } from "./endpoint/endpointResolver";
9
+ import { errorTypeRegistries } from "./schemas/schemas_0";
9
10
  export const getRuntimeConfig = (config) => {
10
11
  return {
11
12
  apiVersion: "2015-06-23",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsJson1_1Protocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.devicefarm",
30
+ errorTypeRegistries,
29
31
  xmlNamespace: "http://devicefarm.amazonaws.com/doc/2015-06-23/",
30
32
  version: "2015-06-23",
31
33
  serviceTarget: "DeviceFarm_20150623",
@@ -505,7 +505,7 @@ const _rem = "remaining";
505
505
  const _res = "result";
506
506
  const _ru = "run";
507
507
  const _run = "runs";
508
- const _s = "stopped";
508
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.devicefarm";
509
509
  const _sA = "sessionArn";
510
510
  const _sAR = "skipAppResign";
511
511
  const _sC = "statusCode";
@@ -518,9 +518,9 @@ const _sa = "samples";
518
518
  const _se = "server";
519
519
  const _see = "seed";
520
520
  const _sk = "skipped";
521
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.devicefarm";
522
- const _st = "status";
523
- const _sta = "started";
521
+ const _st = "stopped";
522
+ const _sta = "status";
523
+ const _star = "started";
524
524
  const _su = "suite";
525
525
  const _sui = "suites";
526
526
  const _t = "type";
@@ -569,6 +569,86 @@ const n0 = "com.amazonaws.devicefarm";
569
569
  import { TypeRegistry } from "@smithy/core/schema";
570
570
  import { DeviceFarmServiceException } from "../models/DeviceFarmServiceException";
571
571
  import { ArgumentException, CannotDeleteException, IdempotencyException, InternalServiceException, InvalidOperationException, LimitExceededException, NotEligibleException, NotFoundException, ServiceAccountException, TagOperationException, TagPolicyException, TooManyTagsException, } from "../models/errors";
572
+ const _s_registry = TypeRegistry.for(_s);
573
+ export var DeviceFarmServiceException$ = [-3, _s, "DeviceFarmServiceException", 0, [], []];
574
+ _s_registry.registerError(DeviceFarmServiceException$, DeviceFarmServiceException);
575
+ const n0_registry = TypeRegistry.for(n0);
576
+ export var ArgumentException$ = [-3, n0, _AE,
577
+ { [_e]: _c },
578
+ [_m],
579
+ [0]
580
+ ];
581
+ n0_registry.registerError(ArgumentException$, ArgumentException);
582
+ export var CannotDeleteException$ = [-3, n0, _CDE,
583
+ { [_e]: _c, [_hE]: 409 },
584
+ [_m],
585
+ [0]
586
+ ];
587
+ n0_registry.registerError(CannotDeleteException$, CannotDeleteException);
588
+ export var IdempotencyException$ = [-3, n0, _IE,
589
+ { [_e]: _c },
590
+ [_m],
591
+ [0]
592
+ ];
593
+ n0_registry.registerError(IdempotencyException$, IdempotencyException);
594
+ export var InternalServiceException$ = [-3, n0, _ISE,
595
+ { [_e]: _se, [_hE]: 500 },
596
+ [_m],
597
+ [0]
598
+ ];
599
+ n0_registry.registerError(InternalServiceException$, InternalServiceException);
600
+ export var InvalidOperationException$ = [-3, n0, _IOE,
601
+ { [_e]: _c },
602
+ [_m],
603
+ [0]
604
+ ];
605
+ n0_registry.registerError(InvalidOperationException$, InvalidOperationException);
606
+ export var LimitExceededException$ = [-3, n0, _LEE,
607
+ { [_e]: _c },
608
+ [_m],
609
+ [0]
610
+ ];
611
+ n0_registry.registerError(LimitExceededException$, LimitExceededException);
612
+ export var NotEligibleException$ = [-3, n0, _NEE,
613
+ { [_e]: _c },
614
+ [_m],
615
+ [0]
616
+ ];
617
+ n0_registry.registerError(NotEligibleException$, NotEligibleException);
618
+ export var NotFoundException$ = [-3, n0, _NFE,
619
+ { [_e]: _c },
620
+ [_m],
621
+ [0]
622
+ ];
623
+ n0_registry.registerError(NotFoundException$, NotFoundException);
624
+ export var ServiceAccountException$ = [-3, n0, _SAE,
625
+ { [_e]: _c },
626
+ [_m],
627
+ [0]
628
+ ];
629
+ n0_registry.registerError(ServiceAccountException$, ServiceAccountException);
630
+ export var TagOperationException$ = [-3, n0, _TOE,
631
+ { [_e]: _c, [_hE]: 400 },
632
+ [_m, _rN],
633
+ [0, 0]
634
+ ];
635
+ n0_registry.registerError(TagOperationException$, TagOperationException);
636
+ export var TagPolicyException$ = [-3, n0, _TPE,
637
+ { [_e]: _c, [_hE]: 400 },
638
+ [_m, _rN],
639
+ [0, 0]
640
+ ];
641
+ n0_registry.registerError(TagPolicyException$, TagPolicyException);
642
+ export var TooManyTagsException$ = [-3, n0, _TMTE,
643
+ { [_e]: _c, [_hE]: 400 },
644
+ [_m, _rN],
645
+ [0, 0]
646
+ ];
647
+ n0_registry.registerError(TooManyTagsException$, TooManyTagsException);
648
+ export const errorTypeRegistries = [
649
+ _s_registry,
650
+ n0_registry,
651
+ ];
572
652
  var SensitiveString = [0, n0, _SS, 8, 0];
573
653
  var SensitiveURL = [0, n0, _SURL, 8, 0];
574
654
  export var AccountSettings$ = [3, n0, _AS,
@@ -576,26 +656,14 @@ export var AccountSettings$ = [3, n0, _AS,
576
656
  [_aAN, _uD, _uRAD, _mJTM, _tM, _mS, _dJTM, _sAR],
577
657
  [0, 128 | 1, 128 | 1, 1, () => TrialMinutes$, 128 | 1, 1, 2]
578
658
  ];
579
- export var ArgumentException$ = [-3, n0, _AE,
580
- { [_e]: _c },
581
- [_m],
582
- [0]
583
- ];
584
- TypeRegistry.for(n0).registerError(ArgumentException$, ArgumentException);
585
659
  export var Artifact$ = [3, n0, _A,
586
660
  0,
587
661
  [_a, _n, _t, _ex, _u],
588
662
  [0, 0, 0, 0, 0]
589
663
  ];
590
- export var CannotDeleteException$ = [-3, n0, _CDE,
591
- { [_e]: _c, [_hE]: 409 },
592
- [_m],
593
- [0]
594
- ];
595
- TypeRegistry.for(n0).registerError(CannotDeleteException$, CannotDeleteException);
596
664
  export var Counters$ = [3, n0, _C,
597
665
  0,
598
- [_to, _p, _f, _w, _er, _s, _sk],
666
+ [_to, _p, _f, _w, _er, _st, _sk],
599
667
  [1, 1, 1, 1, 1, 1, 1]
600
668
  ];
601
669
  export var CPU$ = [3, n0, _CPU,
@@ -805,7 +873,7 @@ export var DeviceFilter$ = [3, n0, _DF,
805
873
  ];
806
874
  export var DeviceInstance$ = [3, n0, _DI,
807
875
  0,
808
- [_a, _dA, _l, _st, _ud, _iP],
876
+ [_a, _dA, _l, _sta, _ud, _iP],
809
877
  [0, 0, 64 | 0, 0, 0, () => InstanceProfile$]
810
878
  ];
811
879
  export var DeviceMinutes$ = [3, n0, _DM,
@@ -1028,12 +1096,6 @@ export var GetVPCEConfigurationResult$ = [3, n0, _GVPCECRe,
1028
1096
  [_vCp],
1029
1097
  [() => VPCEConfiguration$]
1030
1098
  ];
1031
- export var IdempotencyException$ = [-3, n0, _IE,
1032
- { [_e]: _c },
1033
- [_m],
1034
- [0]
1035
- ];
1036
- TypeRegistry.for(n0).registerError(IdempotencyException$, IdempotencyException);
1037
1099
  export var IncompatibilityMessage$ = [3, n0, _IM,
1038
1100
  0,
1039
1101
  [_m, _t],
@@ -1054,29 +1116,11 @@ export var InstanceProfile$ = [3, n0, _IP,
1054
1116
  [_a, _pC, _eAPFC, _rAU, _n, _d],
1055
1117
  [0, 2, 64 | 0, 2, 0, 0]
1056
1118
  ];
1057
- export var InternalServiceException$ = [-3, n0, _ISE,
1058
- { [_e]: _se, [_hE]: 500 },
1059
- [_m],
1060
- [0]
1061
- ];
1062
- TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
1063
- export var InvalidOperationException$ = [-3, n0, _IOE,
1064
- { [_e]: _c },
1065
- [_m],
1066
- [0]
1067
- ];
1068
- TypeRegistry.for(n0).registerError(InvalidOperationException$, InvalidOperationException);
1069
1119
  export var Job$ = [3, n0, _J,
1070
1120
  0,
1071
- [_a, _n, _t, _cr, _st, _res, _sta, _s, _cou, _m, _de, _iA, _dM, _vE, _vCi],
1121
+ [_a, _n, _t, _cr, _sta, _res, _star, _st, _cou, _m, _de, _iA, _dM, _vE, _vCi],
1072
1122
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters$, 0, () => Device$, 0, () => DeviceMinutes$, 0, 2]
1073
1123
  ];
1074
- export var LimitExceededException$ = [-3, n0, _LEE,
1075
- { [_e]: _c },
1076
- [_m],
1077
- [0]
1078
- ];
1079
- TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1080
1124
  export var ListArtifactsRequest$ = [3, n0, _LAR,
1081
1125
  0,
1082
1126
  [_a, _t, _nT],
@@ -1269,7 +1313,7 @@ export var ListTestGridSessionArtifactsResult$ = [3, n0, _LTGSARist,
1269
1313
  ];
1270
1314
  export var ListTestGridSessionsRequest$ = [3, n0, _LTGSR,
1271
1315
  0,
1272
- [_pA, _st, _cTA, _cTB, _eTA, _eTB, _mRa, _nT],
1316
+ [_pA, _sta, _cTA, _cTB, _eTA, _eTB, _mRa, _nT],
1273
1317
  [0, 0, 4, 4, 4, 4, 1, 0], 1
1274
1318
  ];
1275
1319
  export var ListTestGridSessionsResult$ = [3, n0, _LTGSRi,
@@ -1332,18 +1376,6 @@ export var NetworkProfile$ = [3, n0, _NP,
1332
1376
  [_a, _n, _d, _t, _uBB, _dBB, _uDM, _dDM, _uJM, _dJM, _uLP, _dLP],
1333
1377
  [0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1]
1334
1378
  ];
1335
- export var NotEligibleException$ = [-3, n0, _NEE,
1336
- { [_e]: _c },
1337
- [_m],
1338
- [0]
1339
- ];
1340
- TypeRegistry.for(n0).registerError(NotEligibleException$, NotEligibleException);
1341
- export var NotFoundException$ = [-3, n0, _NFE,
1342
- { [_e]: _c },
1343
- [_m],
1344
- [0]
1345
- ];
1346
- TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
1347
1379
  export var Offering$ = [3, n0, _O,
1348
1380
  0,
1349
1381
  [_id, _d, _t, _pl, _rC],
@@ -1406,7 +1438,7 @@ export var RemoteAccessEndpoints$ = [3, n0, _RAE,
1406
1438
  ];
1407
1439
  export var RemoteAccessSession$ = [3, n0, _RAS,
1408
1440
  0,
1409
- [_a, _n, _cr, _st, _res, _m, _sta, _s, _de, _iA, _bM, _dM, _en, _dU, _iM, _sAR, _vC, _dPe, _aU, _end],
1441
+ [_a, _n, _cr, _sta, _res, _m, _star, _st, _de, _iA, _bM, _dM, _en, _dU, _iM, _sAR, _vC, _dPe, _aU, _end],
1410
1442
  [0, 0, 4, 0, 0, 0, 4, 4, () => Device$, 0, 0, () => DeviceMinutes$, 0, 0, 0, 2, () => VpcConfig$, () => DeviceProxy$, 0, [() => RemoteAccessEndpoints$, 0]]
1411
1443
  ];
1412
1444
  export var RenewOfferingRequest$ = [3, n0, _ROR,
@@ -1431,7 +1463,7 @@ export var Rule$ = [3, n0, _Ru,
1431
1463
  ];
1432
1464
  export var Run$ = [3, n0, _Run,
1433
1465
  0,
1434
- [_a, _n, _t, _pl, _cr, _st, _res, _sta, _s, _cou, _m, _tJ, _cJ, _bM, _dM, _nP, _dPe, _pRU, _rCe, _see, _aU, _eC, _jTM, _dPA, _loc, _rad, _loca, _cAP, _wU, _sAR, _tSA, _dSR, _vC, _eRA, _eV],
1466
+ [_a, _n, _t, _pl, _cr, _sta, _res, _star, _st, _cou, _m, _tJ, _cJ, _bM, _dM, _nP, _dPe, _pRU, _rCe, _see, _aU, _eC, _jTM, _dPA, _loc, _rad, _loca, _cAP, _wU, _sAR, _tSA, _dSR, _vC, _eRA, _eV],
1435
1467
  [0, 0, 0, 0, 4, 0, 0, 4, 4, () => Counters$, 0, 1, 1, 0, () => DeviceMinutes$, () => NetworkProfile$, () => DeviceProxy$, 0, 0, 1, 0, 1, 1, 0, 0, () => Radios$, () => Location$, () => CustomerArtifactPaths$, 0, 2, 0, () => DeviceSelectionResult$, () => VpcConfig$, 0, () => EnvironmentVariables]
1436
1468
  ];
1437
1469
  export var Sample$ = [3, n0, _S,
@@ -1459,12 +1491,6 @@ export var ScheduleRunTest$ = [3, n0, _SRT,
1459
1491
  [_t, _tPA, _tSA, _fil, _pa],
1460
1492
  [0, 0, 0, 0, 128 | 0], 1
1461
1493
  ];
1462
- export var ServiceAccountException$ = [-3, n0, _SAE,
1463
- { [_e]: _c },
1464
- [_m],
1465
- [0]
1466
- ];
1467
- TypeRegistry.for(n0).registerError(ServiceAccountException$, ServiceAccountException);
1468
1494
  export var StopJobRequest$ = [3, n0, _SJR,
1469
1495
  0,
1470
1496
  [_a],
@@ -1497,7 +1523,7 @@ export var StopRunResult$ = [3, n0, _SRRto,
1497
1523
  ];
1498
1524
  export var Suite$ = [3, n0, _Su,
1499
1525
  0,
1500
- [_a, _n, _t, _cr, _st, _res, _sta, _s, _cou, _m, _dM],
1526
+ [_a, _n, _t, _cr, _sta, _res, _star, _st, _cou, _m, _dM],
1501
1527
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters$, 0, () => DeviceMinutes$]
1502
1528
  ];
1503
1529
  export var Tag$ = [3, n0, _Ta,
@@ -1505,18 +1531,6 @@ export var Tag$ = [3, n0, _Ta,
1505
1531
  [_K, _V],
1506
1532
  [0, 0], 2
1507
1533
  ];
1508
- export var TagOperationException$ = [-3, n0, _TOE,
1509
- { [_e]: _c, [_hE]: 400 },
1510
- [_m, _rN],
1511
- [0, 0]
1512
- ];
1513
- TypeRegistry.for(n0).registerError(TagOperationException$, TagOperationException);
1514
- export var TagPolicyException$ = [-3, n0, _TPE,
1515
- { [_e]: _c, [_hE]: 400 },
1516
- [_m, _rN],
1517
- [0, 0]
1518
- ];
1519
- TypeRegistry.for(n0).registerError(TagPolicyException$, TagPolicyException);
1520
1534
  export var TagResourceRequest$ = [3, n0, _TRR,
1521
1535
  0,
1522
1536
  [_RARN, _T],
@@ -1529,7 +1543,7 @@ export var TagResourceResponse$ = [3, n0, _TRRa,
1529
1543
  ];
1530
1544
  export var Test$ = [3, n0, _Te,
1531
1545
  0,
1532
- [_a, _n, _t, _cr, _st, _res, _sta, _s, _cou, _m, _dM],
1546
+ [_a, _n, _t, _cr, _sta, _res, _star, _st, _cou, _m, _dM],
1533
1547
  [0, 0, 0, 4, 0, 0, 4, 4, () => Counters$, 0, () => DeviceMinutes$]
1534
1548
  ];
1535
1549
  export var TestGridProject$ = [3, n0, _TGP,
@@ -1539,12 +1553,12 @@ export var TestGridProject$ = [3, n0, _TGP,
1539
1553
  ];
1540
1554
  export var TestGridSession$ = [3, n0, _TGS,
1541
1555
  0,
1542
- [_a, _st, _cr, _ende, _bMi, _sP],
1556
+ [_a, _sta, _cr, _ende, _bMi, _sP],
1543
1557
  [0, 0, 4, 4, 1, 0]
1544
1558
  ];
1545
1559
  export var TestGridSessionAction$ = [3, n0, _TGSA,
1546
1560
  0,
1547
- [_act, _sta, _du, _sC, _rM],
1561
+ [_act, _star, _du, _sC, _rM],
1548
1562
  [0, 4, 1, 0, 0]
1549
1563
  ];
1550
1564
  export var TestGridSessionArtifact$ = [3, n0, _TGSAe,
@@ -1557,12 +1571,6 @@ export var TestGridVpcConfig$ = [3, n0, _TGVC,
1557
1571
  [_sGI, _sIu, _vI],
1558
1572
  [64 | 0, 64 | 0, 0], 3
1559
1573
  ];
1560
- export var TooManyTagsException$ = [-3, n0, _TMTE,
1561
- { [_e]: _c, [_hE]: 400 },
1562
- [_m, _rN],
1563
- [0, 0]
1564
- ];
1565
- TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
1566
1574
  export var TrialMinutes$ = [3, n0, _TM,
1567
1575
  0,
1568
1576
  [_to, _rem],
@@ -1665,7 +1673,7 @@ export var UpdateVPCEConfigurationResult$ = [3, n0, _UVPCECRp,
1665
1673
  ];
1666
1674
  export var Upload$ = [3, n0, _U,
1667
1675
  0,
1668
- [_a, _n, _cr, _t, _st, _u, _meta, _cT, _m, _cat],
1676
+ [_a, _n, _cr, _t, _sta, _u, _meta, _cT, _m, _cat],
1669
1677
  [0, 0, 4, 0, 0, [() => SensitiveURL, 0], 0, 0, 0, 0]
1670
1678
  ];
1671
1679
  export var VpcConfig$ = [3, n0, _VC,
@@ -1678,8 +1686,6 @@ export var VPCEConfiguration$ = [3, n0, _VPCEC,
1678
1686
  [_a, _vCN, _vSN, _sDN, _vCD],
1679
1687
  [0, 0, 0, 0, 0]
1680
1688
  ];
1681
- export var DeviceFarmServiceException$ = [-3, _sm, "DeviceFarmServiceException", 0, [], []];
1682
- TypeRegistry.for(_sm).registerError(DeviceFarmServiceException$, DeviceFarmServiceException);
1683
1689
  var AmazonResourceNames = 64 | 0;
1684
1690
  var AndroidPaths = 64 | 0;
1685
1691
  var Artifacts = [1, n0, _Ar,
@@ -1,8 +1,26 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
2
- export declare var AccountSettings$: StaticStructureSchema;
3
+ export declare var DeviceFarmServiceException$: StaticErrorSchema;
3
4
  export declare var ArgumentException$: StaticErrorSchema;
4
- export declare var Artifact$: StaticStructureSchema;
5
5
  export declare var CannotDeleteException$: StaticErrorSchema;
6
+ export declare var IdempotencyException$: StaticErrorSchema;
7
+ export declare var InternalServiceException$: StaticErrorSchema;
8
+ export declare var InvalidOperationException$: StaticErrorSchema;
9
+ export declare var LimitExceededException$: StaticErrorSchema;
10
+ export declare var NotEligibleException$: StaticErrorSchema;
11
+ export declare var NotFoundException$: StaticErrorSchema;
12
+ export declare var ServiceAccountException$: StaticErrorSchema;
13
+ export declare var TagOperationException$: StaticErrorSchema;
14
+ export declare var TagPolicyException$: StaticErrorSchema;
15
+ export declare var TooManyTagsException$: StaticErrorSchema;
16
+ /**
17
+ * TypeRegistry instances containing modeled errors.
18
+ * @internal
19
+ *
20
+ */
21
+ export declare const errorTypeRegistries: TypeRegistry[];
22
+ export declare var AccountSettings$: StaticStructureSchema;
23
+ export declare var Artifact$: StaticStructureSchema;
6
24
  export declare var Counters$: StaticStructureSchema;
7
25
  export declare var CPU$: StaticStructureSchema;
8
26
  export declare var CreateDevicePoolRequest$: StaticStructureSchema;
@@ -90,15 +108,11 @@ export declare var GetUploadRequest$: StaticStructureSchema;
90
108
  export declare var GetUploadResult$: StaticStructureSchema;
91
109
  export declare var GetVPCEConfigurationRequest$: StaticStructureSchema;
92
110
  export declare var GetVPCEConfigurationResult$: StaticStructureSchema;
93
- export declare var IdempotencyException$: StaticErrorSchema;
94
111
  export declare var IncompatibilityMessage$: StaticStructureSchema;
95
112
  export declare var InstallToRemoteAccessSessionRequest$: StaticStructureSchema;
96
113
  export declare var InstallToRemoteAccessSessionResult$: StaticStructureSchema;
97
114
  export declare var InstanceProfile$: StaticStructureSchema;
98
- export declare var InternalServiceException$: StaticErrorSchema;
99
- export declare var InvalidOperationException$: StaticErrorSchema;
100
115
  export declare var Job$: StaticStructureSchema;
101
- export declare var LimitExceededException$: StaticErrorSchema;
102
116
  export declare var ListArtifactsRequest$: StaticStructureSchema;
103
117
  export declare var ListArtifactsResult$: StaticStructureSchema;
104
118
  export declare var ListDeviceInstancesRequest$: StaticStructureSchema;
@@ -150,8 +164,6 @@ export declare var ListVPCEConfigurationsResult$: StaticStructureSchema;
150
164
  export declare var Location$: StaticStructureSchema;
151
165
  export declare var MonetaryAmount$: StaticStructureSchema;
152
166
  export declare var NetworkProfile$: StaticStructureSchema;
153
- export declare var NotEligibleException$: StaticErrorSchema;
154
- export declare var NotFoundException$: StaticErrorSchema;
155
167
  export declare var Offering$: StaticStructureSchema;
156
168
  export declare var OfferingPromotion$: StaticStructureSchema;
157
169
  export declare var OfferingStatus$: StaticStructureSchema;
@@ -175,7 +187,6 @@ export declare var ScheduleRunConfiguration$: StaticStructureSchema;
175
187
  export declare var ScheduleRunRequest$: StaticStructureSchema;
176
188
  export declare var ScheduleRunResult$: StaticStructureSchema;
177
189
  export declare var ScheduleRunTest$: StaticStructureSchema;
178
- export declare var ServiceAccountException$: StaticErrorSchema;
179
190
  export declare var StopJobRequest$: StaticStructureSchema;
180
191
  export declare var StopJobResult$: StaticStructureSchema;
181
192
  export declare var StopRemoteAccessSessionRequest$: StaticStructureSchema;
@@ -184,8 +195,6 @@ export declare var StopRunRequest$: StaticStructureSchema;
184
195
  export declare var StopRunResult$: StaticStructureSchema;
185
196
  export declare var Suite$: StaticStructureSchema;
186
197
  export declare var Tag$: StaticStructureSchema;
187
- export declare var TagOperationException$: StaticErrorSchema;
188
- export declare var TagPolicyException$: StaticErrorSchema;
189
198
  export declare var TagResourceRequest$: StaticStructureSchema;
190
199
  export declare var TagResourceResponse$: StaticStructureSchema;
191
200
  export declare var Test$: StaticStructureSchema;
@@ -194,7 +203,6 @@ export declare var TestGridSession$: StaticStructureSchema;
194
203
  export declare var TestGridSessionAction$: StaticStructureSchema;
195
204
  export declare var TestGridSessionArtifact$: StaticStructureSchema;
196
205
  export declare var TestGridVpcConfig$: StaticStructureSchema;
197
- export declare var TooManyTagsException$: StaticErrorSchema;
198
206
  export declare var TrialMinutes$: StaticStructureSchema;
199
207
  export declare var UniqueProblem$: StaticStructureSchema;
200
208
  export declare var UntagResourceRequest$: StaticStructureSchema;
@@ -218,7 +226,6 @@ export declare var UpdateVPCEConfigurationResult$: StaticStructureSchema;
218
226
  export declare var Upload$: StaticStructureSchema;
219
227
  export declare var VpcConfig$: StaticStructureSchema;
220
228
  export declare var VPCEConfiguration$: StaticStructureSchema;
221
- export declare var DeviceFarmServiceException$: StaticErrorSchema;
222
229
  export declare var CreateDevicePool$: StaticOperationSchema;
223
230
  export declare var CreateInstanceProfile$: StaticOperationSchema;
224
231
  export declare var CreateNetworkProfile$: StaticOperationSchema;
@@ -1,12 +1,25 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  } from "@smithy/types";
6
- export declare var AccountSettings$: StaticStructureSchema;
7
+ export declare var DeviceFarmServiceException$: StaticErrorSchema;
7
8
  export declare var ArgumentException$: StaticErrorSchema;
8
- export declare var Artifact$: StaticStructureSchema;
9
9
  export declare var CannotDeleteException$: StaticErrorSchema;
10
+ export declare var IdempotencyException$: StaticErrorSchema;
11
+ export declare var InternalServiceException$: StaticErrorSchema;
12
+ export declare var InvalidOperationException$: StaticErrorSchema;
13
+ export declare var LimitExceededException$: StaticErrorSchema;
14
+ export declare var NotEligibleException$: StaticErrorSchema;
15
+ export declare var NotFoundException$: StaticErrorSchema;
16
+ export declare var ServiceAccountException$: StaticErrorSchema;
17
+ export declare var TagOperationException$: StaticErrorSchema;
18
+ export declare var TagPolicyException$: StaticErrorSchema;
19
+ export declare var TooManyTagsException$: StaticErrorSchema;
20
+ export declare const errorTypeRegistries: TypeRegistry[];
21
+ export declare var AccountSettings$: StaticStructureSchema;
22
+ export declare var Artifact$: StaticStructureSchema;
10
23
  export declare var Counters$: StaticStructureSchema;
11
24
  export declare var CPU$: StaticStructureSchema;
12
25
  export declare var CreateDevicePoolRequest$: StaticStructureSchema;
@@ -94,15 +107,11 @@ export declare var GetUploadRequest$: StaticStructureSchema;
94
107
  export declare var GetUploadResult$: StaticStructureSchema;
95
108
  export declare var GetVPCEConfigurationRequest$: StaticStructureSchema;
96
109
  export declare var GetVPCEConfigurationResult$: StaticStructureSchema;
97
- export declare var IdempotencyException$: StaticErrorSchema;
98
110
  export declare var IncompatibilityMessage$: StaticStructureSchema;
99
111
  export declare var InstallToRemoteAccessSessionRequest$: StaticStructureSchema;
100
112
  export declare var InstallToRemoteAccessSessionResult$: StaticStructureSchema;
101
113
  export declare var InstanceProfile$: StaticStructureSchema;
102
- export declare var InternalServiceException$: StaticErrorSchema;
103
- export declare var InvalidOperationException$: StaticErrorSchema;
104
114
  export declare var Job$: StaticStructureSchema;
105
- export declare var LimitExceededException$: StaticErrorSchema;
106
115
  export declare var ListArtifactsRequest$: StaticStructureSchema;
107
116
  export declare var ListArtifactsResult$: StaticStructureSchema;
108
117
  export declare var ListDeviceInstancesRequest$: StaticStructureSchema;
@@ -154,8 +163,6 @@ export declare var ListVPCEConfigurationsResult$: StaticStructureSchema;
154
163
  export declare var Location$: StaticStructureSchema;
155
164
  export declare var MonetaryAmount$: StaticStructureSchema;
156
165
  export declare var NetworkProfile$: StaticStructureSchema;
157
- export declare var NotEligibleException$: StaticErrorSchema;
158
- export declare var NotFoundException$: StaticErrorSchema;
159
166
  export declare var Offering$: StaticStructureSchema;
160
167
  export declare var OfferingPromotion$: StaticStructureSchema;
161
168
  export declare var OfferingStatus$: StaticStructureSchema;
@@ -179,7 +186,6 @@ export declare var ScheduleRunConfiguration$: StaticStructureSchema;
179
186
  export declare var ScheduleRunRequest$: StaticStructureSchema;
180
187
  export declare var ScheduleRunResult$: StaticStructureSchema;
181
188
  export declare var ScheduleRunTest$: StaticStructureSchema;
182
- export declare var ServiceAccountException$: StaticErrorSchema;
183
189
  export declare var StopJobRequest$: StaticStructureSchema;
184
190
  export declare var StopJobResult$: StaticStructureSchema;
185
191
  export declare var StopRemoteAccessSessionRequest$: StaticStructureSchema;
@@ -188,8 +194,6 @@ export declare var StopRunRequest$: StaticStructureSchema;
188
194
  export declare var StopRunResult$: StaticStructureSchema;
189
195
  export declare var Suite$: StaticStructureSchema;
190
196
  export declare var Tag$: StaticStructureSchema;
191
- export declare var TagOperationException$: StaticErrorSchema;
192
- export declare var TagPolicyException$: StaticErrorSchema;
193
197
  export declare var TagResourceRequest$: StaticStructureSchema;
194
198
  export declare var TagResourceResponse$: StaticStructureSchema;
195
199
  export declare var Test$: StaticStructureSchema;
@@ -198,7 +202,6 @@ export declare var TestGridSession$: StaticStructureSchema;
198
202
  export declare var TestGridSessionAction$: StaticStructureSchema;
199
203
  export declare var TestGridSessionArtifact$: StaticStructureSchema;
200
204
  export declare var TestGridVpcConfig$: StaticStructureSchema;
201
- export declare var TooManyTagsException$: StaticErrorSchema;
202
205
  export declare var TrialMinutes$: StaticStructureSchema;
203
206
  export declare var UniqueProblem$: StaticStructureSchema;
204
207
  export declare var UntagResourceRequest$: StaticStructureSchema;
@@ -222,7 +225,6 @@ export declare var UpdateVPCEConfigurationResult$: StaticStructureSchema;
222
225
  export declare var Upload$: StaticStructureSchema;
223
226
  export declare var VpcConfig$: StaticStructureSchema;
224
227
  export declare var VPCEConfiguration$: StaticStructureSchema;
225
- export declare var DeviceFarmServiceException$: StaticErrorSchema;
226
228
  export declare var CreateDevicePool$: StaticOperationSchema;
227
229
  export declare var CreateInstanceProfile$: StaticOperationSchema;
228
230
  export declare var CreateNetworkProfile$: StaticOperationSchema;
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.987.0",
4
+ "version": "3.989.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.7",
27
- "@aws-sdk/credential-provider-node": "^3.972.6",
26
+ "@aws-sdk/core": "^3.973.9",
27
+ "@aws-sdk/credential-provider-node": "^3.972.8",
28
28
  "@aws-sdk/middleware-host-header": "^3.972.3",
29
29
  "@aws-sdk/middleware-logger": "^3.972.3",
30
30
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
31
- "@aws-sdk/middleware-user-agent": "^3.972.7",
31
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
32
32
  "@aws-sdk/region-config-resolver": "^3.972.3",
33
33
  "@aws-sdk/types": "^3.973.1",
34
- "@aws-sdk/util-endpoints": "3.987.0",
34
+ "@aws-sdk/util-endpoints": "3.989.0",
35
35
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
36
- "@aws-sdk/util-user-agent-node": "^3.972.5",
36
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
37
37
  "@smithy/config-resolver": "^4.4.6",
38
- "@smithy/core": "^3.22.1",
38
+ "@smithy/core": "^3.23.0",
39
39
  "@smithy/fetch-http-handler": "^5.3.9",
40
40
  "@smithy/hash-node": "^4.2.8",
41
41
  "@smithy/invalid-dependency": "^4.2.8",
42
42
  "@smithy/middleware-content-length": "^4.2.8",
43
- "@smithy/middleware-endpoint": "^4.4.13",
44
- "@smithy/middleware-retry": "^4.4.30",
43
+ "@smithy/middleware-endpoint": "^4.4.14",
44
+ "@smithy/middleware-retry": "^4.4.31",
45
45
  "@smithy/middleware-serde": "^4.2.9",
46
46
  "@smithy/middleware-stack": "^4.2.8",
47
47
  "@smithy/node-config-provider": "^4.3.8",
48
- "@smithy/node-http-handler": "^4.4.9",
48
+ "@smithy/node-http-handler": "^4.4.10",
49
49
  "@smithy/protocol-http": "^5.3.8",
50
- "@smithy/smithy-client": "^4.11.2",
50
+ "@smithy/smithy-client": "^4.11.3",
51
51
  "@smithy/types": "^4.12.0",
52
52
  "@smithy/url-parser": "^4.2.8",
53
53
  "@smithy/util-base64": "^4.3.0",
54
54
  "@smithy/util-body-length-browser": "^4.2.0",
55
55
  "@smithy/util-body-length-node": "^4.2.1",
56
- "@smithy/util-defaults-mode-browser": "^4.3.29",
57
- "@smithy/util-defaults-mode-node": "^4.2.32",
56
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
57
+ "@smithy/util-defaults-mode-node": "^4.2.33",
58
58
  "@smithy/util-endpoints": "^3.2.8",
59
59
  "@smithy/util-middleware": "^4.2.8",
60
60
  "@smithy/util-retry": "^4.2.8",