@aws-sdk/client-deadline 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 { defaultDeadlineHttpAuthSchemeProvider } 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: "2023-10-12",
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
26
27
  protocol: config?.protocol ?? AwsRestJsonProtocol,
27
28
  protocolSettings: config?.protocolSettings ?? {
28
29
  defaultNamespace: "com.amazonaws.deadline",
30
+ errorTypeRegistries,
29
31
  version: "2023-10-12",
30
32
  serviceTarget: "Deadline",
31
33
  },
@@ -581,7 +581,7 @@ const _b = "budgets";
581
581
  const _bI = "budgetId";
582
582
  const _bN = "bucketName";
583
583
  const _bR = "blockedReason";
584
- const _c = "count";
584
+ const _c = "client";
585
585
  const _cA = "createdAt";
586
586
  const _cAT = "cpuArchitectureType";
587
587
  const _cAu = "customAmounts";
@@ -598,12 +598,12 @@ const _cT = "clientToken";
598
598
  const _cU = "consumersUnresolved";
599
599
  const _ca = "capabilities";
600
600
  const _ch = "chunks";
601
- const _cl = "client";
602
601
  const _co = "context";
603
602
  const _cod = "code";
604
603
  const _com = "combination";
605
604
  const _con = "configuration";
606
605
  const _cons = "consumers";
606
+ const _cou = "count";
607
607
  const _cr = "credentials";
608
608
  const _d = "definition";
609
609
  const _dBA = "defaultBudgetAction";
@@ -702,7 +702,7 @@ const _lS = "lifecycleStatus";
702
702
  const _lSAI = "latestSessionActionId";
703
703
  const _lSM = "lifecycleStatusMessage";
704
704
  const _li = "limits";
705
- const _m = "min";
705
+ const _m = "message";
706
706
  const _mC = "maxCount";
707
707
  const _mFTC = "maxFailedTasksCount";
708
708
  const _mI = "monitorId";
@@ -716,8 +716,8 @@ const _mWC = "maxWorkerCount";
716
716
  const _mWCi = "minWorkerCount";
717
717
  const _ma = "max";
718
718
  const _man = "manifests";
719
- const _me = "message";
720
- const _mem = "members";
719
+ const _me = "members";
720
+ const _mi = "min";
721
721
  const _mo = "mode";
722
722
  const _mon = "monitors";
723
723
  const _n = "name";
@@ -757,7 +757,7 @@ const _qIu = "queueIds";
757
757
  const _qLA = "queueLimitAssociations";
758
758
  const _qRA = "queueRoleArn";
759
759
  const _qSA = "queueStoppedAt";
760
- const _r = "runtime";
760
+ const _r = "reason";
761
761
  const _rA = "roleArn";
762
762
  const _rAS = "retryAfterSeconds";
763
763
  const _rAe = "resourceArn";
@@ -777,8 +777,8 @@ const _rPF = "rootPathFormat";
777
777
  const _rPo = "rootPath";
778
778
  const _rS = "runStatus";
779
779
  const _rT = "resourceType";
780
- const _re = "reason";
781
- const _s = "selections";
780
+ const _ru = "runtime";
781
+ const _s = "smithy.ts.sdk.synthetic.com.amazonaws.deadline";
782
782
  const _sA = "sessionActions";
783
783
  const _sAI = "sessionActionId";
784
784
  const _sAK = "secretAccessKey";
@@ -812,8 +812,8 @@ const _sTt = "startTime";
812
812
  const _sV = "schemaVersion";
813
813
  const _sc = "schedule";
814
814
  const _se = "server";
815
+ const _sel = "selections";
815
816
  const _ses = "sessions";
816
- const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.deadline";
817
817
  const _st = "status";
818
818
  const _sta = "statistics";
819
819
  const _ste = "steps";
@@ -871,6 +871,56 @@ const n0 = "com.amazonaws.deadline";
871
871
  import { TypeRegistry } from "@smithy/core/schema";
872
872
  import { DeadlineServiceException } from "../models/DeadlineServiceException";
873
873
  import { AccessDeniedException, ConflictException, InternalServerErrorException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
874
+ const _s_registry = TypeRegistry.for(_s);
875
+ export var DeadlineServiceException$ = [-3, _s, "DeadlineServiceException", 0, [], []];
876
+ _s_registry.registerError(DeadlineServiceException$, DeadlineServiceException);
877
+ const n0_registry = TypeRegistry.for(n0);
878
+ export var AccessDeniedException$ = [-3, n0, _ADE,
879
+ { [_e]: _c, [_hE]: 403 },
880
+ [_m, _co],
881
+ [0, 128 | 0], 1
882
+ ];
883
+ n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
884
+ export var ConflictException$ = [-3, n0, _CE,
885
+ { [_e]: _c, [_hE]: 409 },
886
+ [_m, _r, _rI, _rT, _co],
887
+ [0, 0, 0, 0, 128 | 0], 4
888
+ ];
889
+ n0_registry.registerError(ConflictException$, ConflictException);
890
+ export var InternalServerErrorException$ = [-3, n0, _ISEE,
891
+ { [_e]: _se, [_hE]: 500 },
892
+ [_m, _rAS],
893
+ [0, [1, { [_hH]: _RA }]], 1
894
+ ];
895
+ n0_registry.registerError(InternalServerErrorException$, InternalServerErrorException);
896
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
897
+ { [_e]: _c, [_hE]: 404 },
898
+ [_m, _rI, _rT, _co],
899
+ [0, 0, 0, 128 | 0], 3
900
+ ];
901
+ n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
902
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
903
+ { [_e]: _c, [_hE]: 402 },
904
+ [_m, _r, _rT, _sC, _qC, _rI, _co],
905
+ [0, 0, 0, 0, 0, 0, 128 | 0], 5
906
+ ];
907
+ n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
908
+ export var ThrottlingException$ = [-3, n0, _TE,
909
+ { [_e]: _c, [_hE]: 429 },
910
+ [_m, _sC, _qC, _rAS, _co],
911
+ [0, 0, 0, [1, { [_hH]: _RA }], 128 | 0], 1
912
+ ];
913
+ n0_registry.registerError(ThrottlingException$, ThrottlingException);
914
+ export var ValidationException$ = [-3, n0, _VE,
915
+ { [_e]: _c, [_hE]: 400 },
916
+ [_m, _r, _fL, _co],
917
+ [0, 0, () => ValidationExceptionFieldList, 128 | 0], 2
918
+ ];
919
+ n0_registry.registerError(ValidationException$, ValidationException);
920
+ export const errorTypeRegistries = [
921
+ _s_registry,
922
+ n0_registry,
923
+ ];
874
924
  var AccessKeyId = [0, n0, _AKI, 8, 0];
875
925
  var Description = [0, n0, _D, 8, 0];
876
926
  var Document = [0, n0, _Do, 8, 15];
@@ -885,33 +935,27 @@ var SessionToken = [0, n0, _ST, 8, 0];
885
935
  var StepDescription = [0, n0, _SD, 8, 0];
886
936
  export var AcceleratorCapabilities$ = [3, n0, _AC,
887
937
  0,
888
- [_s, _c],
938
+ [_sel, _cou],
889
939
  [() => AcceleratorSelections, () => AcceleratorCountRange$], 1
890
940
  ];
891
941
  export var AcceleratorCountRange$ = [3, n0, _ACR,
892
942
  0,
893
- [_m, _ma],
943
+ [_mi, _ma],
894
944
  [1, 1], 1
895
945
  ];
896
946
  export var AcceleratorSelection$ = [3, n0, _AS,
897
947
  0,
898
- [_n, _r],
948
+ [_n, _ru],
899
949
  [0, 0], 1
900
950
  ];
901
951
  export var AcceleratorTotalMemoryMiBRange$ = [3, n0, _ATMMBR,
902
952
  0,
903
- [_m, _ma],
953
+ [_mi, _ma],
904
954
  [1, 1], 1
905
955
  ];
906
- export var AccessDeniedException$ = [-3, n0, _ADE,
907
- { [_e]: _cl, [_hE]: 403 },
908
- [_me, _co],
909
- [0, 128 | 0], 1
910
- ];
911
- TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
912
956
  export var AcquiredLimit$ = [3, n0, _AL,
913
957
  0,
914
- [_lI, _c],
958
+ [_lI, _cou],
915
959
  [0, 1], 2
916
960
  ];
917
961
  export var AssignedEnvironmentEnterSessionActionDefinition$ = [3, n0, _AEESAD,
@@ -1069,12 +1113,6 @@ export var BudgetSummary$ = [3, n0, _BS,
1069
1113
  [_bI, _uTR, _st, _dN, _aDL, _u, _cB, _cA, _de, _uB, _uA],
1070
1114
  [0, () => UsageTrackingResource$, 0, 0, 1, () => ConsumedUsages$, 0, 5, [() => Description, 0], 0, 5], 8
1071
1115
  ];
1072
- export var ConflictException$ = [-3, n0, _CE,
1073
- { [_e]: _cl, [_hE]: 409 },
1074
- [_me, _re, _rI, _rT, _co],
1075
- [0, 0, 0, 0, 128 | 0], 4
1076
- ];
1077
- TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
1078
1116
  export var ConsumedUsages$ = [3, n0, _CU,
1079
1117
  0,
1080
1118
  [_aDU],
@@ -1422,7 +1460,7 @@ export var EnvironmentDetailsEntity$ = [3, n0, _EDE,
1422
1460
  ];
1423
1461
  export var EnvironmentDetailsError$ = [3, n0, _EDEn,
1424
1462
  0,
1425
- [_jI, _eI, _cod, _me],
1463
+ [_jI, _eI, _cod, _m],
1426
1464
  [0, 0, 0, 0], 4
1427
1465
  ];
1428
1466
  export var EnvironmentDetailsIdentifiers$ = [3, n0, _EDI,
@@ -1477,7 +1515,7 @@ export var FixedBudgetSchedule$ = [3, n0, _FBS,
1477
1515
  ];
1478
1516
  export var FleetAmountCapability$ = [3, n0, _FAC,
1479
1517
  0,
1480
- [_n, _m, _ma],
1518
+ [_n, _mi, _ma],
1481
1519
  [0, 1, 1], 2
1482
1520
  ];
1483
1521
  export var FleetAttributeCapability$ = [3, n0, _FACl,
@@ -1705,12 +1743,6 @@ export var HostPropertiesResponse$ = [3, n0, _HPRo,
1705
1743
  [_iA, _hN, _eIA, _eIT],
1706
1744
  [() => IpAddresses$, 0, 0, 0]
1707
1745
  ];
1708
- export var InternalServerErrorException$ = [-3, n0, _ISEE,
1709
- { [_e]: _se, [_hE]: 500 },
1710
- [_me, _rAS],
1711
- [0, [1, { [_hH]: _RA }]], 1
1712
- ];
1713
- TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
1714
1746
  export var IpAddresses$ = [3, n0, _IA,
1715
1747
  0,
1716
1748
  [_iVA, _iVAp],
@@ -1723,7 +1755,7 @@ export var JobAttachmentDetailsEntity$ = [3, n0, _JADE,
1723
1755
  ];
1724
1756
  export var JobAttachmentDetailsError$ = [3, n0, _JADEo,
1725
1757
  0,
1726
- [_jI, _cod, _me],
1758
+ [_jI, _cod, _m],
1727
1759
  [0, 0, 0], 3
1728
1760
  ];
1729
1761
  export var JobAttachmentDetailsIdentifiers$ = [3, n0, _JADI,
@@ -1743,7 +1775,7 @@ export var JobDetailsEntity$ = [3, n0, _JDE,
1743
1775
  ];
1744
1776
  export var JobDetailsError$ = [3, n0, _JDEo,
1745
1777
  0,
1746
- [_jI, _cod, _me],
1778
+ [_jI, _cod, _m],
1747
1779
  [0, 0, 0], 3
1748
1780
  ];
1749
1781
  export var JobDetailsIdentifiers$ = [3, n0, _JDI,
@@ -1808,7 +1840,7 @@ export var ListFarmMembersRequest$ = [3, n0, _LFMR,
1808
1840
  ];
1809
1841
  export var ListFarmMembersResponse$ = [3, n0, _LFMRi,
1810
1842
  0,
1811
- [_mem, _nT],
1843
+ [_me, _nT],
1812
1844
  [() => FarmMembers, 0], 1
1813
1845
  ];
1814
1846
  export var ListFarmsRequest$ = [3, n0, _LFR,
@@ -1828,7 +1860,7 @@ export var ListFleetMembersRequest$ = [3, n0, _LFMRis,
1828
1860
  ];
1829
1861
  export var ListFleetMembersResponse$ = [3, n0, _LFMRist,
1830
1862
  0,
1831
- [_mem, _nT],
1863
+ [_me, _nT],
1832
1864
  [() => FleetMembers, 0], 1
1833
1865
  ];
1834
1866
  export var ListFleetsRequest$ = [3, n0, _LFRis,
@@ -1848,7 +1880,7 @@ export var ListJobMembersRequest$ = [3, n0, _LJMR,
1848
1880
  ];
1849
1881
  export var ListJobMembersResponse$ = [3, n0, _LJMRi,
1850
1882
  0,
1851
- [_mem, _nT],
1883
+ [_me, _nT],
1852
1884
  [() => JobMembers, 0], 1
1853
1885
  ];
1854
1886
  export var ListJobParameterDefinitionsRequest$ = [3, n0, _LJPDR,
@@ -1948,7 +1980,7 @@ export var ListQueueMembersRequest$ = [3, n0, _LQMR,
1948
1980
  ];
1949
1981
  export var ListQueueMembersResponse$ = [3, n0, _LQMRi,
1950
1982
  0,
1951
- [_mem, _nT],
1983
+ [_me, _nT],
1952
1984
  [() => QueueMemberList, 0], 1
1953
1985
  ];
1954
1986
  export var ListQueuesRequest$ = [3, n0, _LQR,
@@ -2083,7 +2115,7 @@ export var ManifestProperties$ = [3, n0, _MP,
2083
2115
  ];
2084
2116
  export var MemoryMiBRange$ = [3, n0, _MMBR,
2085
2117
  0,
2086
- [_m, _ma],
2118
+ [_mi, _ma],
2087
2119
  [1, 1], 1
2088
2120
  ];
2089
2121
  export var MeteredProductSummary$ = [3, n0, _MPS,
@@ -2156,12 +2188,6 @@ export var QueueSummary$ = [3, n0, _QS,
2156
2188
  [_fI, _qI, _dN, _st, _dBA, _cA, _cB, _bR, _uA, _uB],
2157
2189
  [0, 0, 0, 0, 0, 5, 0, 0, 5, 0], 7
2158
2190
  ];
2159
- export var ResourceNotFoundException$ = [-3, n0, _RNFE,
2160
- { [_e]: _cl, [_hE]: 404 },
2161
- [_me, _rI, _rT, _co],
2162
- [0, 0, 0, 128 | 0], 3
2163
- ];
2164
- TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
2165
2191
  export var ResponseBudgetAction$ = [3, n0, _RBA,
2166
2192
  0,
2167
2193
  [_t, _tP, _de],
@@ -2237,12 +2263,6 @@ export var ServiceManagedEc2InstanceMarketOptions$ = [3, n0, _SMEIMO,
2237
2263
  [_t],
2238
2264
  [0], 1
2239
2265
  ];
2240
- export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
2241
- { [_e]: _cl, [_hE]: 402 },
2242
- [_me, _re, _rT, _sC, _qC, _rI, _co],
2243
- [0, 0, 0, 0, 0, 0, 128 | 0], 5
2244
- ];
2245
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
2246
2266
  export var SessionActionSummary$ = [3, n0, _SAS,
2247
2267
  0,
2248
2268
  [_sAI, _st, _d, _sAt, _eA, _wUA, _pP, _man],
@@ -2265,17 +2285,17 @@ export var StartSessionsStatisticsAggregationResponse$ = [3, n0, _SSSARt,
2265
2285
  ];
2266
2286
  export var Statistics$ = [3, n0, _S,
2267
2287
  0,
2268
- [_c, _cIU, _rIS, _qI, _fIl, _jI, _jN, _uI, _uT, _lP, _iTn, _aST, _aET],
2288
+ [_cou, _cIU, _rIS, _qI, _fIl, _jI, _jN, _uI, _uT, _lP, _iTn, _aST, _aET],
2269
2289
  [1, () => Stats$, () => Stats$, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5], 3
2270
2290
  ];
2271
2291
  export var Stats$ = [3, n0, _St,
2272
2292
  0,
2273
- [_m, _ma, _av, _sum],
2293
+ [_mi, _ma, _av, _sum],
2274
2294
  [1, 1, 1, 1]
2275
2295
  ];
2276
2296
  export var StepAmountCapability$ = [3, n0, _SAC,
2277
2297
  0,
2278
- [_n, _m, _ma, _va],
2298
+ [_n, _mi, _ma, _va],
2279
2299
  [0, 1, 1, 1], 1
2280
2300
  ];
2281
2301
  export var StepAttributeCapability$ = [3, n0, _SACt,
@@ -2300,7 +2320,7 @@ export var StepDetailsEntity$ = [3, n0, _SDE,
2300
2320
  ];
2301
2321
  export var StepDetailsError$ = [3, n0, _SDEt,
2302
2322
  0,
2303
- [_jI, _sI, _cod, _me],
2323
+ [_jI, _sI, _cod, _m],
2304
2324
  [0, 0, 0, 0], 4
2305
2325
  ];
2306
2326
  export var StepDetailsIdentifiers$ = [3, n0, _SDI,
@@ -2398,12 +2418,6 @@ export var TaskSummary$ = [3, n0, _TS,
2398
2418
  [_tI, _cA, _cB, _rS, _tRSa, _fRC, _p, _sAt, _eA, _uA, _uB, _lSAI],
2399
2419
  [0, 5, 0, 0, 0, 1, [() => TaskParameters, 0], 5, 5, 5, 0, 0], 4
2400
2420
  ];
2401
- export var ThrottlingException$ = [-3, n0, _TE,
2402
- { [_e]: _cl, [_hE]: 429 },
2403
- [_me, _sC, _qC, _rAS, _co],
2404
- [0, 0, 0, [1, { [_hH]: _RA }], 128 | 0], 1
2405
- ];
2406
- TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
2407
2421
  export var UntagResourceRequest$ = [3, n0, _URR,
2408
2422
  0,
2409
2423
  [_rAe, _tK],
@@ -2584,20 +2598,14 @@ export var UserJobsFirst$ = [3, n0, _UJF,
2584
2598
  [_uII],
2585
2599
  [0], 1
2586
2600
  ];
2587
- export var ValidationException$ = [-3, n0, _VE,
2588
- { [_e]: _cl, [_hE]: 400 },
2589
- [_me, _re, _fL, _co],
2590
- [0, 0, () => ValidationExceptionFieldList, 128 | 0], 2
2591
- ];
2592
- TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2593
2601
  export var ValidationExceptionField$ = [3, n0, _VEF,
2594
2602
  0,
2595
- [_n, _me],
2603
+ [_n, _m],
2596
2604
  [0, 0], 2
2597
2605
  ];
2598
2606
  export var VCpuCountRange$ = [3, n0, _VCCR,
2599
2607
  0,
2600
- [_m, _ma],
2608
+ [_mi, _ma],
2601
2609
  [1, 1], 1
2602
2610
  ];
2603
2611
  export var VpcConfiguration$ = [3, n0, _VC,
@@ -2640,8 +2648,6 @@ export var WorkerSummary$ = [3, n0, _WS,
2640
2648
  [_wI, _fI, _fIl, _st, _cA, _cB, _hP, _l, _uA, _uB],
2641
2649
  [0, 0, 0, 0, 5, 0, () => HostPropertiesResponse$, () => LogConfiguration$, 5, 0], 6
2642
2650
  ];
2643
- export var DeadlineServiceException$ = [-3, _sm, "DeadlineServiceException", 0, [], []];
2644
- TypeRegistry.for(_sm).registerError(DeadlineServiceException$, DeadlineServiceException);
2645
2651
  var AcceleratorSelections = [1, n0, _ASc,
2646
2652
  0, () => AcceleratorSelection$
2647
2653
  ];
@@ -1,9 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
3
+ export declare var DeadlineServiceException$: StaticErrorSchema;
4
+ export declare var AccessDeniedException$: StaticErrorSchema;
5
+ export declare var ConflictException$: StaticErrorSchema;
6
+ export declare var InternalServerErrorException$: StaticErrorSchema;
7
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
8
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
9
+ export declare var ThrottlingException$: StaticErrorSchema;
10
+ export declare var ValidationException$: StaticErrorSchema;
11
+ /**
12
+ * TypeRegistry instances containing modeled errors.
13
+ * @internal
14
+ *
15
+ */
16
+ export declare const errorTypeRegistries: TypeRegistry[];
2
17
  export declare var AcceleratorCapabilities$: StaticStructureSchema;
3
18
  export declare var AcceleratorCountRange$: StaticStructureSchema;
4
19
  export declare var AcceleratorSelection$: StaticStructureSchema;
5
20
  export declare var AcceleratorTotalMemoryMiBRange$: StaticStructureSchema;
6
- export declare var AccessDeniedException$: StaticErrorSchema;
7
21
  export declare var AcquiredLimit$: StaticStructureSchema;
8
22
  export declare var AssignedEnvironmentEnterSessionActionDefinition$: StaticStructureSchema;
9
23
  export declare var AssignedEnvironmentExitSessionActionDefinition$: StaticStructureSchema;
@@ -36,7 +50,6 @@ export declare var BatchGetJobEntityResponse$: StaticStructureSchema;
36
50
  export declare var BudgetActionToAdd$: StaticStructureSchema;
37
51
  export declare var BudgetActionToRemove$: StaticStructureSchema;
38
52
  export declare var BudgetSummary$: StaticStructureSchema;
39
- export declare var ConflictException$: StaticErrorSchema;
40
53
  export declare var ConsumedUsages$: StaticStructureSchema;
41
54
  export declare var CopyJobTemplateRequest$: StaticStructureSchema;
42
55
  export declare var CopyJobTemplateResponse$: StaticStructureSchema;
@@ -163,7 +176,6 @@ export declare var GetWorkerResponse$: StaticStructureSchema;
163
176
  export declare var HostConfiguration$: StaticStructureSchema;
164
177
  export declare var HostPropertiesRequest$: StaticStructureSchema;
165
178
  export declare var HostPropertiesResponse$: StaticStructureSchema;
166
- export declare var InternalServerErrorException$: StaticErrorSchema;
167
179
  export declare var IpAddresses$: StaticStructureSchema;
168
180
  export declare var JobAttachmentDetailsEntity$: StaticStructureSchema;
169
181
  export declare var JobAttachmentDetailsError$: StaticStructureSchema;
@@ -253,7 +265,6 @@ export declare var QueueFleetAssociationSummary$: StaticStructureSchema;
253
265
  export declare var QueueLimitAssociationSummary$: StaticStructureSchema;
254
266
  export declare var QueueMember$: StaticStructureSchema;
255
267
  export declare var QueueSummary$: StaticStructureSchema;
256
- export declare var ResourceNotFoundException$: StaticErrorSchema;
257
268
  export declare var ResponseBudgetAction$: StaticStructureSchema;
258
269
  export declare var S3Location$: StaticStructureSchema;
259
270
  export declare var SearchGroupedFilterExpressions$: StaticStructureSchema;
@@ -269,7 +280,6 @@ export declare var SearchWorkersResponse$: StaticStructureSchema;
269
280
  export declare var ServiceManagedEc2FleetConfiguration$: StaticStructureSchema;
270
281
  export declare var ServiceManagedEc2InstanceCapabilities$: StaticStructureSchema;
271
282
  export declare var ServiceManagedEc2InstanceMarketOptions$: StaticStructureSchema;
272
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
273
283
  export declare var SessionActionSummary$: StaticStructureSchema;
274
284
  export declare var SessionSummary$: StaticStructureSchema;
275
285
  export declare var StartSessionsStatisticsAggregationRequest$: StaticStructureSchema;
@@ -301,7 +311,6 @@ export declare var TaskRunSessionActionDefinition$: StaticStructureSchema;
301
311
  export declare var TaskRunSessionActionDefinitionSummary$: StaticStructureSchema;
302
312
  export declare var TaskSearchSummary$: StaticStructureSchema;
303
313
  export declare var TaskSummary$: StaticStructureSchema;
304
- export declare var ThrottlingException$: StaticErrorSchema;
305
314
  export declare var UntagResourceRequest$: StaticStructureSchema;
306
315
  export declare var UntagResourceResponse$: StaticStructureSchema;
307
316
  export declare var UpdateBudgetRequest$: StaticStructureSchema;
@@ -338,7 +347,6 @@ export declare var UpdateWorkerResponse$: StaticStructureSchema;
338
347
  export declare var UpdateWorkerScheduleRequest$: StaticStructureSchema;
339
348
  export declare var UpdateWorkerScheduleResponse$: StaticStructureSchema;
340
349
  export declare var UserJobsFirst$: StaticStructureSchema;
341
- export declare var ValidationException$: StaticErrorSchema;
342
350
  export declare var ValidationExceptionField$: StaticStructureSchema;
343
351
  export declare var VCpuCountRange$: StaticStructureSchema;
344
352
  export declare var VpcConfiguration$: StaticStructureSchema;
@@ -349,7 +357,6 @@ export declare var WorkerCapabilities$: StaticStructureSchema;
349
357
  export declare var WorkerSearchSummary$: StaticStructureSchema;
350
358
  export declare var WorkerSessionSummary$: StaticStructureSchema;
351
359
  export declare var WorkerSummary$: StaticStructureSchema;
352
- export declare var DeadlineServiceException$: StaticErrorSchema;
353
360
  export declare var AssignedSessionActionDefinition$: StaticUnionSchema;
354
361
  export declare var BudgetSchedule$: StaticUnionSchema;
355
362
  export declare var FleetConfiguration$: StaticUnionSchema;
@@ -1,14 +1,23 @@
1
+ import { TypeRegistry } from "@smithy/core/schema";
1
2
  import {
2
3
  StaticErrorSchema,
3
4
  StaticOperationSchema,
4
5
  StaticStructureSchema,
5
6
  StaticUnionSchema,
6
7
  } from "@smithy/types";
8
+ export declare var DeadlineServiceException$: StaticErrorSchema;
9
+ export declare var AccessDeniedException$: StaticErrorSchema;
10
+ export declare var ConflictException$: StaticErrorSchema;
11
+ export declare var InternalServerErrorException$: StaticErrorSchema;
12
+ export declare var ResourceNotFoundException$: StaticErrorSchema;
13
+ export declare var ServiceQuotaExceededException$: StaticErrorSchema;
14
+ export declare var ThrottlingException$: StaticErrorSchema;
15
+ export declare var ValidationException$: StaticErrorSchema;
16
+ export declare const errorTypeRegistries: TypeRegistry[];
7
17
  export declare var AcceleratorCapabilities$: StaticStructureSchema;
8
18
  export declare var AcceleratorCountRange$: StaticStructureSchema;
9
19
  export declare var AcceleratorSelection$: StaticStructureSchema;
10
20
  export declare var AcceleratorTotalMemoryMiBRange$: StaticStructureSchema;
11
- export declare var AccessDeniedException$: StaticErrorSchema;
12
21
  export declare var AcquiredLimit$: StaticStructureSchema;
13
22
  export declare var AssignedEnvironmentEnterSessionActionDefinition$: StaticStructureSchema;
14
23
  export declare var AssignedEnvironmentExitSessionActionDefinition$: StaticStructureSchema;
@@ -41,7 +50,6 @@ export declare var BatchGetJobEntityResponse$: StaticStructureSchema;
41
50
  export declare var BudgetActionToAdd$: StaticStructureSchema;
42
51
  export declare var BudgetActionToRemove$: StaticStructureSchema;
43
52
  export declare var BudgetSummary$: StaticStructureSchema;
44
- export declare var ConflictException$: StaticErrorSchema;
45
53
  export declare var ConsumedUsages$: StaticStructureSchema;
46
54
  export declare var CopyJobTemplateRequest$: StaticStructureSchema;
47
55
  export declare var CopyJobTemplateResponse$: StaticStructureSchema;
@@ -168,7 +176,6 @@ export declare var GetWorkerResponse$: StaticStructureSchema;
168
176
  export declare var HostConfiguration$: StaticStructureSchema;
169
177
  export declare var HostPropertiesRequest$: StaticStructureSchema;
170
178
  export declare var HostPropertiesResponse$: StaticStructureSchema;
171
- export declare var InternalServerErrorException$: StaticErrorSchema;
172
179
  export declare var IpAddresses$: StaticStructureSchema;
173
180
  export declare var JobAttachmentDetailsEntity$: StaticStructureSchema;
174
181
  export declare var JobAttachmentDetailsError$: StaticStructureSchema;
@@ -258,7 +265,6 @@ export declare var QueueFleetAssociationSummary$: StaticStructureSchema;
258
265
  export declare var QueueLimitAssociationSummary$: StaticStructureSchema;
259
266
  export declare var QueueMember$: StaticStructureSchema;
260
267
  export declare var QueueSummary$: StaticStructureSchema;
261
- export declare var ResourceNotFoundException$: StaticErrorSchema;
262
268
  export declare var ResponseBudgetAction$: StaticStructureSchema;
263
269
  export declare var S3Location$: StaticStructureSchema;
264
270
  export declare var SearchGroupedFilterExpressions$: StaticStructureSchema;
@@ -274,7 +280,6 @@ export declare var SearchWorkersResponse$: StaticStructureSchema;
274
280
  export declare var ServiceManagedEc2FleetConfiguration$: StaticStructureSchema;
275
281
  export declare var ServiceManagedEc2InstanceCapabilities$: StaticStructureSchema;
276
282
  export declare var ServiceManagedEc2InstanceMarketOptions$: StaticStructureSchema;
277
- export declare var ServiceQuotaExceededException$: StaticErrorSchema;
278
283
  export declare var SessionActionSummary$: StaticStructureSchema;
279
284
  export declare var SessionSummary$: StaticStructureSchema;
280
285
  export declare var StartSessionsStatisticsAggregationRequest$: StaticStructureSchema;
@@ -306,7 +311,6 @@ export declare var TaskRunSessionActionDefinition$: StaticStructureSchema;
306
311
  export declare var TaskRunSessionActionDefinitionSummary$: StaticStructureSchema;
307
312
  export declare var TaskSearchSummary$: StaticStructureSchema;
308
313
  export declare var TaskSummary$: StaticStructureSchema;
309
- export declare var ThrottlingException$: StaticErrorSchema;
310
314
  export declare var UntagResourceRequest$: StaticStructureSchema;
311
315
  export declare var UntagResourceResponse$: StaticStructureSchema;
312
316
  export declare var UpdateBudgetRequest$: StaticStructureSchema;
@@ -343,7 +347,6 @@ export declare var UpdateWorkerResponse$: StaticStructureSchema;
343
347
  export declare var UpdateWorkerScheduleRequest$: StaticStructureSchema;
344
348
  export declare var UpdateWorkerScheduleResponse$: StaticStructureSchema;
345
349
  export declare var UserJobsFirst$: StaticStructureSchema;
346
- export declare var ValidationException$: StaticErrorSchema;
347
350
  export declare var ValidationExceptionField$: StaticStructureSchema;
348
351
  export declare var VCpuCountRange$: StaticStructureSchema;
349
352
  export declare var VpcConfiguration$: StaticStructureSchema;
@@ -354,7 +357,6 @@ export declare var WorkerCapabilities$: StaticStructureSchema;
354
357
  export declare var WorkerSearchSummary$: StaticStructureSchema;
355
358
  export declare var WorkerSessionSummary$: StaticStructureSchema;
356
359
  export declare var WorkerSummary$: StaticStructureSchema;
357
- export declare var DeadlineServiceException$: StaticErrorSchema;
358
360
  export declare var AssignedSessionActionDefinition$: StaticUnionSchema;
359
361
  export declare var BudgetSchedule$: StaticUnionSchema;
360
362
  export declare var FleetConfiguration$: StaticUnionSchema;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-deadline",
3
3
  "description": "AWS SDK for JavaScript Deadline 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-deadline",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.7",
25
- "@aws-sdk/credential-provider-node": "^3.972.6",
24
+ "@aws-sdk/core": "^3.973.9",
25
+ "@aws-sdk/credential-provider-node": "^3.972.8",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.3",
27
27
  "@aws-sdk/middleware-logger": "^3.972.3",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.3",
29
- "@aws-sdk/middleware-user-agent": "^3.972.7",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.9",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.3",
31
31
  "@aws-sdk/types": "^3.973.1",
32
- "@aws-sdk/util-endpoints": "3.987.0",
32
+ "@aws-sdk/util-endpoints": "3.989.0",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.3",
34
- "@aws-sdk/util-user-agent-node": "^3.972.5",
34
+ "@aws-sdk/util-user-agent-node": "^3.972.7",
35
35
  "@smithy/config-resolver": "^4.4.6",
36
- "@smithy/core": "^3.22.1",
36
+ "@smithy/core": "^3.23.0",
37
37
  "@smithy/fetch-http-handler": "^5.3.9",
38
38
  "@smithy/hash-node": "^4.2.8",
39
39
  "@smithy/invalid-dependency": "^4.2.8",
40
40
  "@smithy/middleware-content-length": "^4.2.8",
41
- "@smithy/middleware-endpoint": "^4.4.13",
42
- "@smithy/middleware-retry": "^4.4.30",
41
+ "@smithy/middleware-endpoint": "^4.4.14",
42
+ "@smithy/middleware-retry": "^4.4.31",
43
43
  "@smithy/middleware-serde": "^4.2.9",
44
44
  "@smithy/middleware-stack": "^4.2.8",
45
45
  "@smithy/node-config-provider": "^4.3.8",
46
- "@smithy/node-http-handler": "^4.4.9",
46
+ "@smithy/node-http-handler": "^4.4.10",
47
47
  "@smithy/protocol-http": "^5.3.8",
48
- "@smithy/smithy-client": "^4.11.2",
48
+ "@smithy/smithy-client": "^4.11.3",
49
49
  "@smithy/types": "^4.12.0",
50
50
  "@smithy/url-parser": "^4.2.8",
51
51
  "@smithy/util-base64": "^4.3.0",
52
52
  "@smithy/util-body-length-browser": "^4.2.0",
53
53
  "@smithy/util-body-length-node": "^4.2.1",
54
- "@smithy/util-defaults-mode-browser": "^4.3.29",
55
- "@smithy/util-defaults-mode-node": "^4.2.32",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.30",
55
+ "@smithy/util-defaults-mode-node": "^4.2.33",
56
56
  "@smithy/util-endpoints": "^3.2.8",
57
57
  "@smithy/util-middleware": "^4.2.8",
58
58
  "@smithy/util-retry": "^4.2.8",