@aws-sdk/client-proton 3.986.0 → 3.988.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.
- package/dist-cjs/index.js +106 -2555
- package/dist-cjs/models/ProtonServiceException.js +12 -0
- package/dist-cjs/models/errors.js +99 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2063 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +65 -59
- package/dist-types/schemas/schemas_0.d.ts +15 -8
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +10 -8
- package/package.json +13 -13
|
@@ -6,6 +6,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
6
6
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
7
7
|
import { defaultProtonHttpAuthSchemeProvider } 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: "2020-07-20",
|
|
@@ -26,6 +27,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
26
27
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
27
28
|
protocolSettings: config?.protocolSettings ?? {
|
|
28
29
|
defaultNamespace: "com.amazonaws.proton",
|
|
30
|
+
errorTypeRegistries,
|
|
29
31
|
version: "2020-07-20",
|
|
30
32
|
serviceTarget: "AwsProton20200720",
|
|
31
33
|
},
|
|
@@ -457,7 +457,7 @@ const _rP = "repositoryProvider";
|
|
|
457
457
|
const _rR = "resolvedReason";
|
|
458
458
|
const _rV = "recommendedVersion";
|
|
459
459
|
const _re = "repositories";
|
|
460
|
-
const _s = "
|
|
460
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.proton";
|
|
461
461
|
const _sA = "startedAt";
|
|
462
462
|
const _sB = "sortBy";
|
|
463
463
|
const _sCS = "supportedComponentSources";
|
|
@@ -479,11 +479,11 @@ const _sTe = "serviceTemplate";
|
|
|
479
479
|
const _sTy = "syncType";
|
|
480
480
|
const _s_ = "s3";
|
|
481
481
|
const _sc = "schema";
|
|
482
|
-
const _se = "
|
|
483
|
-
const
|
|
484
|
-
const
|
|
482
|
+
const _se = "server";
|
|
483
|
+
const _sen = "sensitive";
|
|
484
|
+
const _ser = "services";
|
|
485
|
+
const _serv = "service";
|
|
485
486
|
const _sh = "sha";
|
|
486
|
-
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.proton";
|
|
487
487
|
const _so = "source";
|
|
488
488
|
const _sp = "spec";
|
|
489
489
|
const _st = "status";
|
|
@@ -516,14 +516,64 @@ const n0 = "com.amazonaws.proton";
|
|
|
516
516
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
517
517
|
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
|
|
518
518
|
import { ProtonServiceException } from "../models/ProtonServiceException";
|
|
519
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
520
|
+
export var ProtonServiceException$ = [-3, _s, "ProtonServiceException", 0, [], []];
|
|
521
|
+
_s_registry.registerError(ProtonServiceException$, ProtonServiceException);
|
|
522
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
523
|
+
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
524
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
525
|
+
[_m],
|
|
526
|
+
[[() => ErrorMessage, 0]], 1
|
|
527
|
+
];
|
|
528
|
+
n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
|
|
529
|
+
export var ConflictException$ = [-3, n0, _CE,
|
|
530
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
531
|
+
[_m],
|
|
532
|
+
[[() => ErrorMessage, 0]], 1
|
|
533
|
+
];
|
|
534
|
+
n0_registry.registerError(ConflictException$, ConflictException);
|
|
535
|
+
export var InternalServerException$ = [-3, n0, _ISE,
|
|
536
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
537
|
+
[_m],
|
|
538
|
+
[[() => ErrorMessage, 0]], 1
|
|
539
|
+
];
|
|
540
|
+
n0_registry.registerError(InternalServerException$, InternalServerException);
|
|
541
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
542
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
543
|
+
[_m],
|
|
544
|
+
[[() => ErrorMessage, 0]], 1
|
|
545
|
+
];
|
|
546
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
547
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
548
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
549
|
+
[_m],
|
|
550
|
+
[[() => ErrorMessage, 0]], 1
|
|
551
|
+
];
|
|
552
|
+
n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
553
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
554
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
555
|
+
[_m],
|
|
556
|
+
[[() => ErrorMessage, 0]], 1
|
|
557
|
+
];
|
|
558
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
559
|
+
export var ValidationException$ = [-3, n0, _VE,
|
|
560
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
561
|
+
[_m],
|
|
562
|
+
[[() => ErrorMessage, 0]], 1
|
|
563
|
+
];
|
|
564
|
+
n0_registry.registerError(ValidationException$, ValidationException);
|
|
565
|
+
export const errorTypeRegistries = [
|
|
566
|
+
_s_registry,
|
|
567
|
+
n0_registry,
|
|
568
|
+
];
|
|
519
569
|
var Description = [0, n0, _D, 8, 0];
|
|
520
570
|
var DisplayName = [0, n0, _DN, 8, 0];
|
|
521
571
|
var ErrorMessage = [0, n0, _EM, 8, 0];
|
|
522
|
-
var SpecContents = [0, n0, _SC, { [_mT]: _a, [
|
|
572
|
+
var SpecContents = [0, n0, _SC, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
523
573
|
var StatusMessage = [0, n0, _SM, 8, 0];
|
|
524
|
-
var TemplateFileContents = [0, n0, _TFC, { [_mT]: _a, [
|
|
525
|
-
var TemplateManifestContents = [0, n0, _TMC, { [_mT]: _a, [
|
|
526
|
-
var TemplateSchema = [0, n0, _TS, { [_mT]: _a, [
|
|
574
|
+
var TemplateFileContents = [0, n0, _TFC, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
575
|
+
var TemplateManifestContents = [0, n0, _TMC, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
576
|
+
var TemplateSchema = [0, n0, _TS, { [_mT]: _a, [_sen]: 1 }, 0];
|
|
527
577
|
export var AcceptEnvironmentAccountConnectionInput$ = [3, n0, _AEACI,
|
|
528
578
|
0,
|
|
529
579
|
[_i],
|
|
@@ -534,12 +584,6 @@ export var AcceptEnvironmentAccountConnectionOutput$ = [3, n0, _AEACO,
|
|
|
534
584
|
[_eAC],
|
|
535
585
|
[() => EnvironmentAccountConnection$], 1
|
|
536
586
|
];
|
|
537
|
-
export var AccessDeniedException$ = [-3, n0, _ADE,
|
|
538
|
-
{ [_e]: _c, [_hE]: 403 },
|
|
539
|
-
[_m],
|
|
540
|
-
[[() => ErrorMessage, 0]], 1
|
|
541
|
-
];
|
|
542
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
543
587
|
export var AccountSettings$ = [3, n0, _AS,
|
|
544
588
|
0,
|
|
545
589
|
[_pSRA, _pPR, _pCRA],
|
|
@@ -610,15 +654,9 @@ export var ComponentSummary$ = [3, n0, _CSo,
|
|
|
610
654
|
[_n, _ar, _eN, _cA, _lMA, _dS, _sN, _sIN, _lDAA, _lDSA, _dSM, _lADI, _lSDI],
|
|
611
655
|
[0, 0, 0, 4, 4, 0, 0, 0, 4, 4, [() => StatusMessage, 0], 0, 0], 6
|
|
612
656
|
];
|
|
613
|
-
export var ConflictException$ = [-3, n0, _CE,
|
|
614
|
-
{ [_e]: _c, [_hE]: 409 },
|
|
615
|
-
[_m],
|
|
616
|
-
[[() => ErrorMessage, 0]], 1
|
|
617
|
-
];
|
|
618
|
-
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
619
657
|
export var CountsSummary$ = [3, n0, _CSou,
|
|
620
658
|
0,
|
|
621
|
-
[_com, _env, _eT, _sIe,
|
|
659
|
+
[_com, _env, _eT, _sIe, _ser, _sT, _pi],
|
|
622
660
|
[() => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$, () => ResourceCountsSummary$]
|
|
623
661
|
];
|
|
624
662
|
export var CreateComponentInput$ = [3, n0, _CCI,
|
|
@@ -698,7 +736,7 @@ export var CreateServiceInstanceOutput$ = [3, n0, _CSIO,
|
|
|
698
736
|
];
|
|
699
737
|
export var CreateServiceOutput$ = [3, n0, _CSO,
|
|
700
738
|
0,
|
|
701
|
-
[
|
|
739
|
+
[_serv],
|
|
702
740
|
[[() => Service$, 0]], 1
|
|
703
741
|
];
|
|
704
742
|
export var CreateServiceSyncConfigInput$ = [3, n0, _CSSCI,
|
|
@@ -818,7 +856,7 @@ export var DeleteServiceInput$ = [3, n0, _DSI,
|
|
|
818
856
|
];
|
|
819
857
|
export var DeleteServiceOutput$ = [3, n0, _DSO,
|
|
820
858
|
0,
|
|
821
|
-
[
|
|
859
|
+
[_serv],
|
|
822
860
|
[[() => Service$, 0]]
|
|
823
861
|
];
|
|
824
862
|
export var DeleteServiceSyncConfigInput$ = [3, n0, _DSSCI,
|
|
@@ -1048,7 +1086,7 @@ export var GetServiceInstanceSyncStatusOutput$ = [3, n0, _GSISSO,
|
|
|
1048
1086
|
];
|
|
1049
1087
|
export var GetServiceOutput$ = [3, n0, _GSO,
|
|
1050
1088
|
0,
|
|
1051
|
-
[
|
|
1089
|
+
[_serv],
|
|
1052
1090
|
[[() => Service$, 0]]
|
|
1053
1091
|
];
|
|
1054
1092
|
export var GetServiceSyncBlockerSummaryInput$ = [3, n0, _GSSBSI,
|
|
@@ -1111,12 +1149,6 @@ export var GetTemplateSyncStatusOutput$ = [3, n0, _GTSSO,
|
|
|
1111
1149
|
[_lS, _lSS, _dSe],
|
|
1112
1150
|
[() => ResourceSyncAttempt$, () => ResourceSyncAttempt$, () => Revision$]
|
|
1113
1151
|
];
|
|
1114
|
-
export var InternalServerException$ = [-3, n0, _ISE,
|
|
1115
|
-
{ [_e]: _serv, [_hE]: 500 },
|
|
1116
|
-
[_m],
|
|
1117
|
-
[[() => ErrorMessage, 0]], 1
|
|
1118
|
-
];
|
|
1119
|
-
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
1120
1152
|
export var ListComponentOutputsInput$ = [3, n0, _LCOI,
|
|
1121
1153
|
0,
|
|
1122
1154
|
[_cN, _nT, _dI],
|
|
@@ -1299,7 +1331,7 @@ export var ListServicesInput$ = [3, n0, _LSI,
|
|
|
1299
1331
|
];
|
|
1300
1332
|
export var ListServicesOutput$ = [3, n0, _LSO,
|
|
1301
1333
|
0,
|
|
1302
|
-
[
|
|
1334
|
+
[_ser, _nT],
|
|
1303
1335
|
[[() => ServiceSummaryList, 0], 0], 1
|
|
1304
1336
|
];
|
|
1305
1337
|
export var ListServiceTemplatesInput$ = [3, n0, _LSTI,
|
|
@@ -1402,12 +1434,6 @@ export var ResourceCountsSummary$ = [3, n0, _RCS,
|
|
|
1402
1434
|
[_to, _fa, _uTD, _bM, _bMe],
|
|
1403
1435
|
[1, 1, 1, 1, 1], 1
|
|
1404
1436
|
];
|
|
1405
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
1406
|
-
{ [_e]: _c, [_hE]: 404 },
|
|
1407
|
-
[_m],
|
|
1408
|
-
[[() => ErrorMessage, 0]], 1
|
|
1409
|
-
];
|
|
1410
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1411
1437
|
export var ResourceSyncAttempt$ = [3, n0, _RSAe,
|
|
1412
1438
|
0,
|
|
1413
1439
|
[_iR, _tR, _ta, _sA, _st, _ev],
|
|
@@ -1458,12 +1484,6 @@ export var ServicePipelineState$ = [3, n0, _SPS,
|
|
|
1458
1484
|
[_tN, _tMV, _tMVe, _sp],
|
|
1459
1485
|
[0, 0, 0, [() => SpecContents, 0]], 3
|
|
1460
1486
|
];
|
|
1461
|
-
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
1462
|
-
{ [_e]: _c, [_hE]: 402 },
|
|
1463
|
-
[_m],
|
|
1464
|
-
[[() => ErrorMessage, 0]], 1
|
|
1465
|
-
];
|
|
1466
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1467
1487
|
export var ServiceSummary$ = [3, n0, _SS,
|
|
1468
1488
|
0,
|
|
1469
1489
|
[_n, _ar, _tN, _cA, _lMA, _st, _d, _sM],
|
|
@@ -1529,12 +1549,6 @@ export var TemplateSyncConfig$ = [3, n0, _TSC,
|
|
|
1529
1549
|
[_tN, _tT, _rP, _rN, _b, _su],
|
|
1530
1550
|
[0, 0, 0, 0, 0, 0], 5
|
|
1531
1551
|
];
|
|
1532
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1533
|
-
{ [_e]: _c, [_hE]: 429 },
|
|
1534
|
-
[_m],
|
|
1535
|
-
[[() => ErrorMessage, 0]], 1
|
|
1536
|
-
];
|
|
1537
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1538
1552
|
export var UntagResourceInput$ = [3, n0, _URI,
|
|
1539
1553
|
0,
|
|
1540
1554
|
[_rAes, _tK],
|
|
@@ -1622,7 +1636,7 @@ export var UpdateServiceInstanceOutput$ = [3, n0, _USIO,
|
|
|
1622
1636
|
];
|
|
1623
1637
|
export var UpdateServiceOutput$ = [3, n0, _USO,
|
|
1624
1638
|
0,
|
|
1625
|
-
[
|
|
1639
|
+
[_serv],
|
|
1626
1640
|
[[() => Service$, 0]], 1
|
|
1627
1641
|
];
|
|
1628
1642
|
export var UpdateServicePipelineInput$ = [3, n0, _USPI,
|
|
@@ -1685,14 +1699,6 @@ export var UpdateTemplateSyncConfigOutput$ = [3, n0, _UTSCO,
|
|
|
1685
1699
|
[_tSC],
|
|
1686
1700
|
[() => TemplateSyncConfig$]
|
|
1687
1701
|
];
|
|
1688
|
-
export var ValidationException$ = [-3, n0, _VE,
|
|
1689
|
-
{ [_e]: _c, [_hE]: 400 },
|
|
1690
|
-
[_m],
|
|
1691
|
-
[[() => ErrorMessage, 0]], 1
|
|
1692
|
-
];
|
|
1693
|
-
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1694
|
-
export var ProtonServiceException$ = [-3, _sm, "ProtonServiceException", 0, [], []];
|
|
1695
|
-
TypeRegistry.for(_sm).registerError(ProtonServiceException$, ProtonServiceException);
|
|
1696
1702
|
var CompatibleEnvironmentTemplateInputList = [1, n0, _CETIL,
|
|
1697
1703
|
0, () => CompatibleEnvironmentTemplateInput$
|
|
1698
1704
|
];
|
|
@@ -1,7 +1,21 @@
|
|
|
1
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
1
2
|
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema, StaticUnionSchema } from "@smithy/types";
|
|
3
|
+
export declare var ProtonServiceException$: StaticErrorSchema;
|
|
4
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
6
|
+
export declare var InternalServerException$: 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 AcceptEnvironmentAccountConnectionInput$: StaticStructureSchema;
|
|
3
18
|
export declare var AcceptEnvironmentAccountConnectionOutput$: StaticStructureSchema;
|
|
4
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
5
19
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
6
20
|
export declare var CancelComponentDeploymentInput$: StaticStructureSchema;
|
|
7
21
|
export declare var CancelComponentDeploymentOutput$: StaticStructureSchema;
|
|
@@ -16,7 +30,6 @@ export declare var CompatibleEnvironmentTemplateInput$: StaticStructureSchema;
|
|
|
16
30
|
export declare var Component$: StaticStructureSchema;
|
|
17
31
|
export declare var ComponentState$: StaticStructureSchema;
|
|
18
32
|
export declare var ComponentSummary$: StaticStructureSchema;
|
|
19
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
20
33
|
export declare var CountsSummary$: StaticStructureSchema;
|
|
21
34
|
export declare var CreateComponentInput$: StaticStructureSchema;
|
|
22
35
|
export declare var CreateComponentOutput$: StaticStructureSchema;
|
|
@@ -116,7 +129,6 @@ export declare var GetTemplateSyncConfigInput$: StaticStructureSchema;
|
|
|
116
129
|
export declare var GetTemplateSyncConfigOutput$: StaticStructureSchema;
|
|
117
130
|
export declare var GetTemplateSyncStatusInput$: StaticStructureSchema;
|
|
118
131
|
export declare var GetTemplateSyncStatusOutput$: StaticStructureSchema;
|
|
119
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
120
132
|
export declare var ListComponentOutputsInput$: StaticStructureSchema;
|
|
121
133
|
export declare var ListComponentOutputsOutput$: StaticStructureSchema;
|
|
122
134
|
export declare var ListComponentProvisionedResourcesInput$: StaticStructureSchema;
|
|
@@ -174,7 +186,6 @@ export declare var RepositorySyncAttempt$: StaticStructureSchema;
|
|
|
174
186
|
export declare var RepositorySyncDefinition$: StaticStructureSchema;
|
|
175
187
|
export declare var RepositorySyncEvent$: StaticStructureSchema;
|
|
176
188
|
export declare var ResourceCountsSummary$: StaticStructureSchema;
|
|
177
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
178
189
|
export declare var ResourceSyncAttempt$: StaticStructureSchema;
|
|
179
190
|
export declare var ResourceSyncEvent$: StaticStructureSchema;
|
|
180
191
|
export declare var Revision$: StaticStructureSchema;
|
|
@@ -185,7 +196,6 @@ export declare var ServiceInstanceState$: StaticStructureSchema;
|
|
|
185
196
|
export declare var ServiceInstanceSummary$: StaticStructureSchema;
|
|
186
197
|
export declare var ServicePipeline$: StaticStructureSchema;
|
|
187
198
|
export declare var ServicePipelineState$: StaticStructureSchema;
|
|
188
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
189
199
|
export declare var ServiceSummary$: StaticStructureSchema;
|
|
190
200
|
export declare var ServiceSyncBlockerSummary$: StaticStructureSchema;
|
|
191
201
|
export declare var ServiceSyncConfig$: StaticStructureSchema;
|
|
@@ -199,7 +209,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
199
209
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
200
210
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
201
211
|
export declare var TemplateSyncConfig$: StaticStructureSchema;
|
|
202
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
203
212
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
204
213
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
205
214
|
export declare var UpdateAccountSettingsInput$: StaticStructureSchema;
|
|
@@ -230,8 +239,6 @@ export declare var UpdateServiceTemplateVersionInput$: StaticStructureSchema;
|
|
|
230
239
|
export declare var UpdateServiceTemplateVersionOutput$: StaticStructureSchema;
|
|
231
240
|
export declare var UpdateTemplateSyncConfigInput$: StaticStructureSchema;
|
|
232
241
|
export declare var UpdateTemplateSyncConfigOutput$: StaticStructureSchema;
|
|
233
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
234
|
-
export declare var ProtonServiceException$: StaticErrorSchema;
|
|
235
242
|
export declare var DeploymentState$: StaticUnionSchema;
|
|
236
243
|
export declare var TemplateVersionSourceInput$: StaticUnionSchema;
|
|
237
244
|
export declare var AcceptEnvironmentAccountConnection$: StaticOperationSchema;
|
|
@@ -1,12 +1,21 @@
|
|
|
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 ProtonServiceException$: StaticErrorSchema;
|
|
9
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
11
|
+
export declare var InternalServerException$: 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 AcceptEnvironmentAccountConnectionInput$: StaticStructureSchema;
|
|
8
18
|
export declare var AcceptEnvironmentAccountConnectionOutput$: StaticStructureSchema;
|
|
9
|
-
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
10
19
|
export declare var AccountSettings$: StaticStructureSchema;
|
|
11
20
|
export declare var CancelComponentDeploymentInput$: StaticStructureSchema;
|
|
12
21
|
export declare var CancelComponentDeploymentOutput$: StaticStructureSchema;
|
|
@@ -21,7 +30,6 @@ export declare var CompatibleEnvironmentTemplateInput$: StaticStructureSchema;
|
|
|
21
30
|
export declare var Component$: StaticStructureSchema;
|
|
22
31
|
export declare var ComponentState$: StaticStructureSchema;
|
|
23
32
|
export declare var ComponentSummary$: StaticStructureSchema;
|
|
24
|
-
export declare var ConflictException$: StaticErrorSchema;
|
|
25
33
|
export declare var CountsSummary$: StaticStructureSchema;
|
|
26
34
|
export declare var CreateComponentInput$: StaticStructureSchema;
|
|
27
35
|
export declare var CreateComponentOutput$: StaticStructureSchema;
|
|
@@ -121,7 +129,6 @@ export declare var GetTemplateSyncConfigInput$: StaticStructureSchema;
|
|
|
121
129
|
export declare var GetTemplateSyncConfigOutput$: StaticStructureSchema;
|
|
122
130
|
export declare var GetTemplateSyncStatusInput$: StaticStructureSchema;
|
|
123
131
|
export declare var GetTemplateSyncStatusOutput$: StaticStructureSchema;
|
|
124
|
-
export declare var InternalServerException$: StaticErrorSchema;
|
|
125
132
|
export declare var ListComponentOutputsInput$: StaticStructureSchema;
|
|
126
133
|
export declare var ListComponentOutputsOutput$: StaticStructureSchema;
|
|
127
134
|
export declare var ListComponentProvisionedResourcesInput$: StaticStructureSchema;
|
|
@@ -179,7 +186,6 @@ export declare var RepositorySyncAttempt$: StaticStructureSchema;
|
|
|
179
186
|
export declare var RepositorySyncDefinition$: StaticStructureSchema;
|
|
180
187
|
export declare var RepositorySyncEvent$: StaticStructureSchema;
|
|
181
188
|
export declare var ResourceCountsSummary$: StaticStructureSchema;
|
|
182
|
-
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
183
189
|
export declare var ResourceSyncAttempt$: StaticStructureSchema;
|
|
184
190
|
export declare var ResourceSyncEvent$: StaticStructureSchema;
|
|
185
191
|
export declare var Revision$: StaticStructureSchema;
|
|
@@ -190,7 +196,6 @@ export declare var ServiceInstanceState$: StaticStructureSchema;
|
|
|
190
196
|
export declare var ServiceInstanceSummary$: StaticStructureSchema;
|
|
191
197
|
export declare var ServicePipeline$: StaticStructureSchema;
|
|
192
198
|
export declare var ServicePipelineState$: StaticStructureSchema;
|
|
193
|
-
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
194
199
|
export declare var ServiceSummary$: StaticStructureSchema;
|
|
195
200
|
export declare var ServiceSyncBlockerSummary$: StaticStructureSchema;
|
|
196
201
|
export declare var ServiceSyncConfig$: StaticStructureSchema;
|
|
@@ -204,7 +209,6 @@ export declare var Tag$: StaticStructureSchema;
|
|
|
204
209
|
export declare var TagResourceInput$: StaticStructureSchema;
|
|
205
210
|
export declare var TagResourceOutput$: StaticStructureSchema;
|
|
206
211
|
export declare var TemplateSyncConfig$: StaticStructureSchema;
|
|
207
|
-
export declare var ThrottlingException$: StaticErrorSchema;
|
|
208
212
|
export declare var UntagResourceInput$: StaticStructureSchema;
|
|
209
213
|
export declare var UntagResourceOutput$: StaticStructureSchema;
|
|
210
214
|
export declare var UpdateAccountSettingsInput$: StaticStructureSchema;
|
|
@@ -235,8 +239,6 @@ export declare var UpdateServiceTemplateVersionInput$: StaticStructureSchema;
|
|
|
235
239
|
export declare var UpdateServiceTemplateVersionOutput$: StaticStructureSchema;
|
|
236
240
|
export declare var UpdateTemplateSyncConfigInput$: StaticStructureSchema;
|
|
237
241
|
export declare var UpdateTemplateSyncConfigOutput$: StaticStructureSchema;
|
|
238
|
-
export declare var ValidationException$: StaticErrorSchema;
|
|
239
|
-
export declare var ProtonServiceException$: StaticErrorSchema;
|
|
240
242
|
export declare var DeploymentState$: StaticUnionSchema;
|
|
241
243
|
export declare var TemplateVersionSourceInput$: StaticUnionSchema;
|
|
242
244
|
export declare var AcceptEnvironmentAccountConnection$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-proton",
|
|
3
3
|
"description": "AWS SDK for JavaScript Proton Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.988.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-proton",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
+
"@aws-sdk/core": "^3.973.8",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.7",
|
|
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.
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "^3.972.8",
|
|
30
30
|
"@aws-sdk/region-config-resolver": "^3.972.3",
|
|
31
31
|
"@aws-sdk/types": "^3.973.1",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.988.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "^3.972.3",
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "^3.972.
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "^3.972.6",
|
|
35
35
|
"@smithy/config-resolver": "^4.4.6",
|
|
36
|
-
"@smithy/core": "^3.
|
|
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.
|
|
42
|
-
"@smithy/middleware-retry": "^4.4.
|
|
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.
|
|
46
|
+
"@smithy/node-http-handler": "^4.4.10",
|
|
47
47
|
"@smithy/protocol-http": "^5.3.8",
|
|
48
|
-
"@smithy/smithy-client": "^4.11.
|
|
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.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
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",
|