@aws-sdk/client-dynamodb 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 +76 -3219
- package/dist-cjs/models/DynamoDBServiceException.js +12 -0
- package/dist-cjs/models/errors.js +478 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +2390 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +228 -222
- package/dist-types/schemas/schemas_0.d.ts +43 -36
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -36
- package/package.json +14 -14
|
@@ -7,6 +7,7 @@ import { fromBase64, toBase64 } from "@smithy/util-base64";
|
|
|
7
7
|
import { fromUtf8, toUtf8 } from "@smithy/util-utf8";
|
|
8
8
|
import { defaultDynamoDBHttpAuthSchemeProvider } from "./auth/httpAuthSchemeProvider";
|
|
9
9
|
import { defaultEndpointResolver } from "./endpoint/endpointResolver";
|
|
10
|
+
import { errorTypeRegistries } from "./schemas/schemas_0";
|
|
10
11
|
export const getRuntimeConfig = (config) => {
|
|
11
12
|
return {
|
|
12
13
|
apiVersion: "2012-08-10",
|
|
@@ -27,6 +28,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
27
28
|
protocol: config?.protocol ?? AwsJson1_0Protocol,
|
|
28
29
|
protocolSettings: config?.protocolSettings ?? {
|
|
29
30
|
defaultNamespace: "com.amazonaws.dynamodb",
|
|
31
|
+
errorTypeRegistries,
|
|
30
32
|
xmlNamespace: "http://dynamodb.amazonaws.com/doc/2012-08-10/",
|
|
31
33
|
version: "2012-08-10",
|
|
32
34
|
serviceTarget: "DynamoDB_20120810",
|
|
@@ -91,14 +91,14 @@ const _CO = "ComparisonOperator";
|
|
|
91
91
|
const _COo = "ConditionalOperator";
|
|
92
92
|
const _COs = "CsvOptions";
|
|
93
93
|
const _CPIM = "CachePeriodInMinutes";
|
|
94
|
-
const _CR = "
|
|
94
|
+
const _CR = "CancellationReasons";
|
|
95
95
|
const _CRA = "CreateReplicaAction";
|
|
96
96
|
const _CRGMA = "CreateReplicationGroupMemberAction";
|
|
97
97
|
const _CRL = "CancellationReasonList";
|
|
98
98
|
const _CRSRA = "ConfirmRemoveSelfResourceAccess";
|
|
99
99
|
const _CRT = "ClientRequestToken";
|
|
100
100
|
const _CRa = "CancellationReason";
|
|
101
|
-
const
|
|
101
|
+
const _CRo = "ConsistentRead";
|
|
102
102
|
const _CT = "ClientToken";
|
|
103
103
|
const _CTI = "CreateTableInput";
|
|
104
104
|
const _CTO = "CreateTableOutput";
|
|
@@ -649,14 +649,232 @@ const _hH = "httpHeader";
|
|
|
649
649
|
const _m = "message";
|
|
650
650
|
const _r = "reason";
|
|
651
651
|
const _re = "resource";
|
|
652
|
-
const _s = "
|
|
653
|
-
const
|
|
652
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.dynamodb";
|
|
653
|
+
const _se = "server";
|
|
654
654
|
const _tR = "throttlingReasons";
|
|
655
655
|
const _xacrsra = "x-amz-confirm-remove-self-resource-access";
|
|
656
656
|
const n0 = "com.amazonaws.dynamodb";
|
|
657
657
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
658
658
|
import { DynamoDBServiceException } from "../models/DynamoDBServiceException";
|
|
659
659
|
import { BackupInUseException, BackupNotFoundException, ConditionalCheckFailedException, ContinuousBackupsUnavailableException, DuplicateItemException, ExportConflictException, ExportNotFoundException, GlobalTableAlreadyExistsException, GlobalTableNotFoundException, IdempotentParameterMismatchException, ImportConflictException, ImportNotFoundException, IndexNotFoundException, InternalServerError, InvalidEndpointException, InvalidExportTimeException, InvalidRestoreTimeException, ItemCollectionSizeLimitExceededException, LimitExceededException, PointInTimeRecoveryUnavailableException, PolicyNotFoundException, ProvisionedThroughputExceededException, ReplicaAlreadyExistsException, ReplicaNotFoundException, ReplicatedWriteConflictException, RequestLimitExceeded, ResourceInUseException, ResourceNotFoundException, TableAlreadyExistsException, TableInUseException, TableNotFoundException, ThrottlingException, TransactionCanceledException, TransactionConflictException, TransactionInProgressException, } from "../models/errors";
|
|
660
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
661
|
+
export var DynamoDBServiceException$ = [-3, _s, "DynamoDBServiceException", 0, [], []];
|
|
662
|
+
_s_registry.registerError(DynamoDBServiceException$, DynamoDBServiceException);
|
|
663
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
664
|
+
export var BackupInUseException$ = [-3, n0, _BIUE,
|
|
665
|
+
{ [_e]: _c },
|
|
666
|
+
[_m],
|
|
667
|
+
[0]
|
|
668
|
+
];
|
|
669
|
+
n0_registry.registerError(BackupInUseException$, BackupInUseException);
|
|
670
|
+
export var BackupNotFoundException$ = [-3, n0, _BNFE,
|
|
671
|
+
{ [_e]: _c },
|
|
672
|
+
[_m],
|
|
673
|
+
[0]
|
|
674
|
+
];
|
|
675
|
+
n0_registry.registerError(BackupNotFoundException$, BackupNotFoundException);
|
|
676
|
+
export var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
677
|
+
{ [_e]: _c },
|
|
678
|
+
[_m, _I],
|
|
679
|
+
[0, () => AttributeMap]
|
|
680
|
+
];
|
|
681
|
+
n0_registry.registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
682
|
+
export var ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
|
|
683
|
+
{ [_e]: _c },
|
|
684
|
+
[_m],
|
|
685
|
+
[0]
|
|
686
|
+
];
|
|
687
|
+
n0_registry.registerError(ContinuousBackupsUnavailableException$, ContinuousBackupsUnavailableException);
|
|
688
|
+
export var DuplicateItemException$ = [-3, n0, _DIE,
|
|
689
|
+
{ [_e]: _c },
|
|
690
|
+
[_m],
|
|
691
|
+
[0]
|
|
692
|
+
];
|
|
693
|
+
n0_registry.registerError(DuplicateItemException$, DuplicateItemException);
|
|
694
|
+
export var ExportConflictException$ = [-3, n0, _ECE,
|
|
695
|
+
{ [_e]: _c },
|
|
696
|
+
[_m],
|
|
697
|
+
[0]
|
|
698
|
+
];
|
|
699
|
+
n0_registry.registerError(ExportConflictException$, ExportConflictException);
|
|
700
|
+
export var ExportNotFoundException$ = [-3, n0, _ENFE,
|
|
701
|
+
{ [_e]: _c },
|
|
702
|
+
[_m],
|
|
703
|
+
[0]
|
|
704
|
+
];
|
|
705
|
+
n0_registry.registerError(ExportNotFoundException$, ExportNotFoundException);
|
|
706
|
+
export var GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
|
|
707
|
+
{ [_e]: _c },
|
|
708
|
+
[_m],
|
|
709
|
+
[0]
|
|
710
|
+
];
|
|
711
|
+
n0_registry.registerError(GlobalTableAlreadyExistsException$, GlobalTableAlreadyExistsException);
|
|
712
|
+
export var GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
|
|
713
|
+
{ [_e]: _c },
|
|
714
|
+
[_m],
|
|
715
|
+
[0]
|
|
716
|
+
];
|
|
717
|
+
n0_registry.registerError(GlobalTableNotFoundException$, GlobalTableNotFoundException);
|
|
718
|
+
export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
719
|
+
{ [_e]: _c },
|
|
720
|
+
[_M],
|
|
721
|
+
[0]
|
|
722
|
+
];
|
|
723
|
+
n0_registry.registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
724
|
+
export var ImportConflictException$ = [-3, n0, _ICE,
|
|
725
|
+
{ [_e]: _c },
|
|
726
|
+
[_m],
|
|
727
|
+
[0]
|
|
728
|
+
];
|
|
729
|
+
n0_registry.registerError(ImportConflictException$, ImportConflictException);
|
|
730
|
+
export var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
731
|
+
{ [_e]: _c },
|
|
732
|
+
[_m],
|
|
733
|
+
[0]
|
|
734
|
+
];
|
|
735
|
+
n0_registry.registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
736
|
+
export var IndexNotFoundException$ = [-3, n0, _INFEn,
|
|
737
|
+
{ [_e]: _c },
|
|
738
|
+
[_m],
|
|
739
|
+
[0]
|
|
740
|
+
];
|
|
741
|
+
n0_registry.registerError(IndexNotFoundException$, IndexNotFoundException);
|
|
742
|
+
export var InternalServerError$ = [-3, n0, _ISE,
|
|
743
|
+
{ [_e]: _se },
|
|
744
|
+
[_m],
|
|
745
|
+
[0]
|
|
746
|
+
];
|
|
747
|
+
n0_registry.registerError(InternalServerError$, InternalServerError);
|
|
748
|
+
export var InvalidEndpointException$ = [-3, n0, _IEE,
|
|
749
|
+
{ [_e]: _c, [_hE]: 421 },
|
|
750
|
+
[_M],
|
|
751
|
+
[0]
|
|
752
|
+
];
|
|
753
|
+
n0_registry.registerError(InvalidEndpointException$, InvalidEndpointException);
|
|
754
|
+
export var InvalidExportTimeException$ = [-3, n0, _IETE,
|
|
755
|
+
{ [_e]: _c },
|
|
756
|
+
[_m],
|
|
757
|
+
[0]
|
|
758
|
+
];
|
|
759
|
+
n0_registry.registerError(InvalidExportTimeException$, InvalidExportTimeException);
|
|
760
|
+
export var InvalidRestoreTimeException$ = [-3, n0, _IRTE,
|
|
761
|
+
{ [_e]: _c },
|
|
762
|
+
[_m],
|
|
763
|
+
[0]
|
|
764
|
+
];
|
|
765
|
+
n0_registry.registerError(InvalidRestoreTimeException$, InvalidRestoreTimeException);
|
|
766
|
+
export var ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
|
|
767
|
+
{ [_e]: _c },
|
|
768
|
+
[_m],
|
|
769
|
+
[0]
|
|
770
|
+
];
|
|
771
|
+
n0_registry.registerError(ItemCollectionSizeLimitExceededException$, ItemCollectionSizeLimitExceededException);
|
|
772
|
+
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
773
|
+
{ [_e]: _c },
|
|
774
|
+
[_m],
|
|
775
|
+
[0]
|
|
776
|
+
];
|
|
777
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
778
|
+
export var PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
|
|
779
|
+
{ [_e]: _c },
|
|
780
|
+
[_m],
|
|
781
|
+
[0]
|
|
782
|
+
];
|
|
783
|
+
n0_registry.registerError(PointInTimeRecoveryUnavailableException$, PointInTimeRecoveryUnavailableException);
|
|
784
|
+
export var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
785
|
+
{ [_e]: _c },
|
|
786
|
+
[_m],
|
|
787
|
+
[0]
|
|
788
|
+
];
|
|
789
|
+
n0_registry.registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
790
|
+
export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
791
|
+
{ [_e]: _c },
|
|
792
|
+
[_m, _TR],
|
|
793
|
+
[0, () => ThrottlingReasonList]
|
|
794
|
+
];
|
|
795
|
+
n0_registry.registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
796
|
+
export var ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
797
|
+
{ [_e]: _c },
|
|
798
|
+
[_m],
|
|
799
|
+
[0]
|
|
800
|
+
];
|
|
801
|
+
n0_registry.registerError(ReplicaAlreadyExistsException$, ReplicaAlreadyExistsException);
|
|
802
|
+
export var ReplicaNotFoundException$ = [-3, n0, _RNFE,
|
|
803
|
+
{ [_e]: _c },
|
|
804
|
+
[_m],
|
|
805
|
+
[0]
|
|
806
|
+
];
|
|
807
|
+
n0_registry.registerError(ReplicaNotFoundException$, ReplicaNotFoundException);
|
|
808
|
+
export var ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
|
|
809
|
+
{ [_e]: _c },
|
|
810
|
+
[_m],
|
|
811
|
+
[0]
|
|
812
|
+
];
|
|
813
|
+
n0_registry.registerError(ReplicatedWriteConflictException$, ReplicatedWriteConflictException);
|
|
814
|
+
export var RequestLimitExceeded$ = [-3, n0, _RLE,
|
|
815
|
+
{ [_e]: _c },
|
|
816
|
+
[_m, _TR],
|
|
817
|
+
[0, () => ThrottlingReasonList]
|
|
818
|
+
];
|
|
819
|
+
n0_registry.registerError(RequestLimitExceeded$, RequestLimitExceeded);
|
|
820
|
+
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
821
|
+
{ [_e]: _c },
|
|
822
|
+
[_m],
|
|
823
|
+
[0]
|
|
824
|
+
];
|
|
825
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
826
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFEe,
|
|
827
|
+
{ [_e]: _c },
|
|
828
|
+
[_m],
|
|
829
|
+
[0]
|
|
830
|
+
];
|
|
831
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
832
|
+
export var TableAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
833
|
+
{ [_e]: _c },
|
|
834
|
+
[_m],
|
|
835
|
+
[0]
|
|
836
|
+
];
|
|
837
|
+
n0_registry.registerError(TableAlreadyExistsException$, TableAlreadyExistsException);
|
|
838
|
+
export var TableInUseException$ = [-3, n0, _TIUE,
|
|
839
|
+
{ [_e]: _c },
|
|
840
|
+
[_m],
|
|
841
|
+
[0]
|
|
842
|
+
];
|
|
843
|
+
n0_registry.registerError(TableInUseException$, TableInUseException);
|
|
844
|
+
export var TableNotFoundException$ = [-3, n0, _TNFE,
|
|
845
|
+
{ [_e]: _c },
|
|
846
|
+
[_m],
|
|
847
|
+
[0]
|
|
848
|
+
];
|
|
849
|
+
n0_registry.registerError(TableNotFoundException$, TableNotFoundException);
|
|
850
|
+
export var ThrottlingException$ = [-3, n0, _TE,
|
|
851
|
+
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
852
|
+
[_m, _tR],
|
|
853
|
+
[0, () => ThrottlingReasonList]
|
|
854
|
+
];
|
|
855
|
+
n0_registry.registerError(ThrottlingException$, ThrottlingException);
|
|
856
|
+
export var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
857
|
+
{ [_e]: _c },
|
|
858
|
+
[_M, _CR],
|
|
859
|
+
[0, () => CancellationReasonList]
|
|
860
|
+
];
|
|
861
|
+
n0_registry.registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
862
|
+
export var TransactionConflictException$ = [-3, n0, _TCEr,
|
|
863
|
+
{ [_e]: _c },
|
|
864
|
+
[_m],
|
|
865
|
+
[0]
|
|
866
|
+
];
|
|
867
|
+
n0_registry.registerError(TransactionConflictException$, TransactionConflictException);
|
|
868
|
+
export var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
869
|
+
{ [_e]: _c },
|
|
870
|
+
[_M],
|
|
871
|
+
[0]
|
|
872
|
+
];
|
|
873
|
+
n0_registry.registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
874
|
+
export const errorTypeRegistries = [
|
|
875
|
+
_s_registry,
|
|
876
|
+
n0_registry,
|
|
877
|
+
];
|
|
660
878
|
export var ArchivalSummary$ = [3, n0, _AS,
|
|
661
879
|
0,
|
|
662
880
|
[_ADT, _AR, _ABA],
|
|
@@ -712,18 +930,6 @@ export var BackupDetails$ = [3, n0, _BDa,
|
|
|
712
930
|
[_BA, _BN, _BS, _BT, _BCDT, _BSB, _BEDT],
|
|
713
931
|
[0, 0, 0, 0, 4, 1, 4], 5
|
|
714
932
|
];
|
|
715
|
-
export var BackupInUseException$ = [-3, n0, _BIUE,
|
|
716
|
-
{ [_e]: _c },
|
|
717
|
-
[_m],
|
|
718
|
-
[0]
|
|
719
|
-
];
|
|
720
|
-
TypeRegistry.for(n0).registerError(BackupInUseException$, BackupInUseException);
|
|
721
|
-
export var BackupNotFoundException$ = [-3, n0, _BNFE,
|
|
722
|
-
{ [_e]: _c },
|
|
723
|
-
[_m],
|
|
724
|
-
[0]
|
|
725
|
-
];
|
|
726
|
-
TypeRegistry.for(n0).registerError(BackupNotFoundException$, BackupNotFoundException);
|
|
727
933
|
export var BackupSummary$ = [3, n0, _BSa,
|
|
728
934
|
0,
|
|
729
935
|
[_TN, _TI, _TA, _BA, _BN, _BCDT, _BEDT, _BS, _BT, _BSB],
|
|
@@ -756,7 +962,7 @@ export var BatchStatementError$ = [3, n0, _BSE,
|
|
|
756
962
|
];
|
|
757
963
|
export var BatchStatementRequest$ = [3, n0, _BSR,
|
|
758
964
|
0,
|
|
759
|
-
[_St, _P,
|
|
965
|
+
[_St, _P, _CRo, _RVOCCF],
|
|
760
966
|
[0, () => PreparedStatementParameters, 2, 0], 1
|
|
761
967
|
];
|
|
762
968
|
export var BatchStatementResponse$ = [3, n0, _BSRa,
|
|
@@ -794,12 +1000,6 @@ export var Condition$ = [3, n0, _Co,
|
|
|
794
1000
|
[_CO, _AVL],
|
|
795
1001
|
[0, () => AttributeValueList], 1
|
|
796
1002
|
];
|
|
797
|
-
export var ConditionalCheckFailedException$ = [-3, n0, _CCFE,
|
|
798
|
-
{ [_e]: _c },
|
|
799
|
-
[_m, _I],
|
|
800
|
-
[0, () => AttributeMap]
|
|
801
|
-
];
|
|
802
|
-
TypeRegistry.for(n0).registerError(ConditionalCheckFailedException$, ConditionalCheckFailedException);
|
|
803
1003
|
export var ConditionCheck$ = [3, n0, _CCo,
|
|
804
1004
|
0,
|
|
805
1005
|
[_K, _TN, _CE, _EAN, _EAV, _RVOCCF],
|
|
@@ -815,12 +1015,6 @@ export var ContinuousBackupsDescription$ = [3, n0, _CBD,
|
|
|
815
1015
|
[_CBS, _PITRD],
|
|
816
1016
|
[0, () => PointInTimeRecoveryDescription$], 1
|
|
817
1017
|
];
|
|
818
|
-
export var ContinuousBackupsUnavailableException$ = [-3, n0, _CBUE,
|
|
819
|
-
{ [_e]: _c },
|
|
820
|
-
[_m],
|
|
821
|
-
[0]
|
|
822
|
-
];
|
|
823
|
-
TypeRegistry.for(n0).registerError(ContinuousBackupsUnavailableException$, ContinuousBackupsUnavailableException);
|
|
824
1018
|
export var ContributorInsightsSummary$ = [3, n0, _CIS,
|
|
825
1019
|
0,
|
|
826
1020
|
[_TN, _IN, _CISo, _CIM],
|
|
@@ -1081,12 +1275,6 @@ export var DescribeTimeToLiveOutput$ = [3, n0, _DTTLO,
|
|
|
1081
1275
|
[_TTLD],
|
|
1082
1276
|
[() => TimeToLiveDescription$]
|
|
1083
1277
|
];
|
|
1084
|
-
export var DuplicateItemException$ = [-3, n0, _DIE,
|
|
1085
|
-
{ [_e]: _c },
|
|
1086
|
-
[_m],
|
|
1087
|
-
[0]
|
|
1088
|
-
];
|
|
1089
|
-
TypeRegistry.for(n0).registerError(DuplicateItemException$, DuplicateItemException);
|
|
1090
1278
|
export var EnableKinesisStreamingConfiguration$ = [3, n0, _EKSC,
|
|
1091
1279
|
0,
|
|
1092
1280
|
[_ACDTP],
|
|
@@ -1099,7 +1287,7 @@ export var Endpoint$ = [3, n0, _End,
|
|
|
1099
1287
|
];
|
|
1100
1288
|
export var ExecuteStatementInput$ = [3, n0, _ESI,
|
|
1101
1289
|
0,
|
|
1102
|
-
[_St, _P,
|
|
1290
|
+
[_St, _P, _CRo, _NT, _RCC, _L, _RVOCCF],
|
|
1103
1291
|
[0, () => PreparedStatementParameters, 2, 0, 0, 1, 0], 1
|
|
1104
1292
|
];
|
|
1105
1293
|
export var ExecuteStatementOutput$ = [3, n0, _ESO,
|
|
@@ -1122,23 +1310,11 @@ export var ExpectedAttributeValue$ = [3, n0, _EAVx,
|
|
|
1122
1310
|
[_V, _Exi, _CO, _AVL],
|
|
1123
1311
|
[() => AttributeValue$, 2, 0, () => AttributeValueList]
|
|
1124
1312
|
];
|
|
1125
|
-
export var ExportConflictException$ = [-3, n0, _ECE,
|
|
1126
|
-
{ [_e]: _c },
|
|
1127
|
-
[_m],
|
|
1128
|
-
[0]
|
|
1129
|
-
];
|
|
1130
|
-
TypeRegistry.for(n0).registerError(ExportConflictException$, ExportConflictException);
|
|
1131
1313
|
export var ExportDescription$ = [3, n0, _ED,
|
|
1132
1314
|
0,
|
|
1133
1315
|
[_EA, _ES, _ST, _ET, _EM, _TA, _TI, _ETx, _CT, _SB, _SBO, _SPr, _SSA, _SSKKI, _FC, _FM, _EF, _BSBi, _IC, _ETxp, _IES],
|
|
1134
1316
|
[0, 0, 4, 4, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, () => IncrementalExportSpecification$]
|
|
1135
1317
|
];
|
|
1136
|
-
export var ExportNotFoundException$ = [-3, n0, _ENFE,
|
|
1137
|
-
{ [_e]: _c },
|
|
1138
|
-
[_m],
|
|
1139
|
-
[0]
|
|
1140
|
-
];
|
|
1141
|
-
TypeRegistry.for(n0).registerError(ExportNotFoundException$, ExportNotFoundException);
|
|
1142
1318
|
export var ExportSummary$ = [3, n0, _ESx,
|
|
1143
1319
|
0,
|
|
1144
1320
|
[_EA, _ES, _ETxp],
|
|
@@ -1166,7 +1342,7 @@ export var Get$ = [3, n0, _G,
|
|
|
1166
1342
|
];
|
|
1167
1343
|
export var GetItemInput$ = [3, n0, _GII,
|
|
1168
1344
|
0,
|
|
1169
|
-
[_TN, _K, _ATG,
|
|
1345
|
+
[_TN, _K, _ATG, _CRo, _RCC, _PE, _EAN],
|
|
1170
1346
|
[0, () => Key, 64 | 0, 2, 0, 0, 128 | 0], 2
|
|
1171
1347
|
];
|
|
1172
1348
|
export var GetItemOutput$ = [3, n0, _GIO,
|
|
@@ -1219,12 +1395,6 @@ export var GlobalTable$ = [3, n0, _GT,
|
|
|
1219
1395
|
[_GTN, _RG],
|
|
1220
1396
|
[0, () => ReplicaList]
|
|
1221
1397
|
];
|
|
1222
|
-
export var GlobalTableAlreadyExistsException$ = [-3, n0, _GTAEE,
|
|
1223
|
-
{ [_e]: _c },
|
|
1224
|
-
[_m],
|
|
1225
|
-
[0]
|
|
1226
|
-
];
|
|
1227
|
-
TypeRegistry.for(n0).registerError(GlobalTableAlreadyExistsException$, GlobalTableAlreadyExistsException);
|
|
1228
1398
|
export var GlobalTableDescription$ = [3, n0, _GTD,
|
|
1229
1399
|
0,
|
|
1230
1400
|
[_RG, _GTA, _CDT, _GTS, _GTN],
|
|
@@ -1235,12 +1405,6 @@ export var GlobalTableGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _GTGSISU,
|
|
|
1235
1405
|
[_IN, _PWCU, _PWCASSU],
|
|
1236
1406
|
[0, 1, () => AutoScalingSettingsUpdate$], 1
|
|
1237
1407
|
];
|
|
1238
|
-
export var GlobalTableNotFoundException$ = [-3, n0, _GTNFE,
|
|
1239
|
-
{ [_e]: _c },
|
|
1240
|
-
[_m],
|
|
1241
|
-
[0]
|
|
1242
|
-
];
|
|
1243
|
-
TypeRegistry.for(n0).registerError(GlobalTableNotFoundException$, GlobalTableNotFoundException);
|
|
1244
1408
|
export var GlobalTableWitnessDescription$ = [3, n0, _GTWD,
|
|
1245
1409
|
0,
|
|
1246
1410
|
[_RN, _WS],
|
|
@@ -1251,24 +1415,6 @@ export var GlobalTableWitnessGroupUpdate$ = [3, n0, _GTWGU,
|
|
|
1251
1415
|
[_Cr, _De],
|
|
1252
1416
|
[() => CreateGlobalTableWitnessGroupMemberAction$, () => DeleteGlobalTableWitnessGroupMemberAction$]
|
|
1253
1417
|
];
|
|
1254
|
-
export var IdempotentParameterMismatchException$ = [-3, n0, _IPME,
|
|
1255
|
-
{ [_e]: _c },
|
|
1256
|
-
[_M],
|
|
1257
|
-
[0]
|
|
1258
|
-
];
|
|
1259
|
-
TypeRegistry.for(n0).registerError(IdempotentParameterMismatchException$, IdempotentParameterMismatchException);
|
|
1260
|
-
export var ImportConflictException$ = [-3, n0, _ICE,
|
|
1261
|
-
{ [_e]: _c },
|
|
1262
|
-
[_m],
|
|
1263
|
-
[0]
|
|
1264
|
-
];
|
|
1265
|
-
TypeRegistry.for(n0).registerError(ImportConflictException$, ImportConflictException);
|
|
1266
|
-
export var ImportNotFoundException$ = [-3, n0, _INFE,
|
|
1267
|
-
{ [_e]: _c },
|
|
1268
|
-
[_m],
|
|
1269
|
-
[0]
|
|
1270
|
-
];
|
|
1271
|
-
TypeRegistry.for(n0).registerError(ImportNotFoundException$, ImportNotFoundException);
|
|
1272
1418
|
export var ImportSummary$ = [3, n0, _ISm,
|
|
1273
1419
|
0,
|
|
1274
1420
|
[_IA, _ISmp, _TA, _SBS, _CWLGA, _IF, _ST, _ET],
|
|
@@ -1294,52 +1440,16 @@ export var IncrementalExportSpecification$ = [3, n0, _IES,
|
|
|
1294
1440
|
[_EFT, _ETT, _EVT],
|
|
1295
1441
|
[4, 4, 0]
|
|
1296
1442
|
];
|
|
1297
|
-
export var IndexNotFoundException$ = [-3, n0, _INFEn,
|
|
1298
|
-
{ [_e]: _c },
|
|
1299
|
-
[_m],
|
|
1300
|
-
[0]
|
|
1301
|
-
];
|
|
1302
|
-
TypeRegistry.for(n0).registerError(IndexNotFoundException$, IndexNotFoundException);
|
|
1303
1443
|
export var InputFormatOptions$ = [3, n0, _IFO,
|
|
1304
1444
|
0,
|
|
1305
1445
|
[_Cs],
|
|
1306
1446
|
[() => CsvOptions$]
|
|
1307
1447
|
];
|
|
1308
|
-
export var InternalServerError$ = [-3, n0, _ISE,
|
|
1309
|
-
{ [_e]: _s },
|
|
1310
|
-
[_m],
|
|
1311
|
-
[0]
|
|
1312
|
-
];
|
|
1313
|
-
TypeRegistry.for(n0).registerError(InternalServerError$, InternalServerError);
|
|
1314
|
-
export var InvalidEndpointException$ = [-3, n0, _IEE,
|
|
1315
|
-
{ [_e]: _c, [_hE]: 421 },
|
|
1316
|
-
[_M],
|
|
1317
|
-
[0]
|
|
1318
|
-
];
|
|
1319
|
-
TypeRegistry.for(n0).registerError(InvalidEndpointException$, InvalidEndpointException);
|
|
1320
|
-
export var InvalidExportTimeException$ = [-3, n0, _IETE,
|
|
1321
|
-
{ [_e]: _c },
|
|
1322
|
-
[_m],
|
|
1323
|
-
[0]
|
|
1324
|
-
];
|
|
1325
|
-
TypeRegistry.for(n0).registerError(InvalidExportTimeException$, InvalidExportTimeException);
|
|
1326
|
-
export var InvalidRestoreTimeException$ = [-3, n0, _IRTE,
|
|
1327
|
-
{ [_e]: _c },
|
|
1328
|
-
[_m],
|
|
1329
|
-
[0]
|
|
1330
|
-
];
|
|
1331
|
-
TypeRegistry.for(n0).registerError(InvalidRestoreTimeException$, InvalidRestoreTimeException);
|
|
1332
1448
|
export var ItemCollectionMetrics$ = [3, n0, _ICM,
|
|
1333
1449
|
0,
|
|
1334
1450
|
[_ICK, _SERGB],
|
|
1335
1451
|
[() => ItemCollectionKeyAttributeMap, 64 | 1]
|
|
1336
1452
|
];
|
|
1337
|
-
export var ItemCollectionSizeLimitExceededException$ = [-3, n0, _ICSLEE,
|
|
1338
|
-
{ [_e]: _c },
|
|
1339
|
-
[_m],
|
|
1340
|
-
[0]
|
|
1341
|
-
];
|
|
1342
|
-
TypeRegistry.for(n0).registerError(ItemCollectionSizeLimitExceededException$, ItemCollectionSizeLimitExceededException);
|
|
1343
1453
|
export var ItemResponse$ = [3, n0, _IR,
|
|
1344
1454
|
0,
|
|
1345
1455
|
[_I],
|
|
@@ -1347,7 +1457,7 @@ export var ItemResponse$ = [3, n0, _IR,
|
|
|
1347
1457
|
];
|
|
1348
1458
|
export var KeysAndAttributes$ = [3, n0, _KAA,
|
|
1349
1459
|
0,
|
|
1350
|
-
[_Ke, _ATG,
|
|
1460
|
+
[_Ke, _ATG, _CRo, _PE, _EAN],
|
|
1351
1461
|
[() => KeyList, 64 | 0, 2, 0, 128 | 0], 1
|
|
1352
1462
|
];
|
|
1353
1463
|
export var KeySchemaElement$ = [3, n0, _KSE,
|
|
@@ -1370,12 +1480,6 @@ export var KinesisStreamingDestinationOutput$ = [3, n0, _KSDO,
|
|
|
1370
1480
|
[_TN, _SA, _DS, _EKSC],
|
|
1371
1481
|
[0, 0, 0, () => EnableKinesisStreamingConfiguration$]
|
|
1372
1482
|
];
|
|
1373
|
-
export var LimitExceededException$ = [-3, n0, _LEE,
|
|
1374
|
-
{ [_e]: _c },
|
|
1375
|
-
[_m],
|
|
1376
|
-
[0]
|
|
1377
|
-
];
|
|
1378
|
-
TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
|
|
1379
1483
|
export var ListBackupsInput$ = [3, n0, _LBI,
|
|
1380
1484
|
0,
|
|
1381
1485
|
[_TN, _L, _TRLB, _TRUB, _ESBA, _BT],
|
|
@@ -1486,18 +1590,6 @@ export var PointInTimeRecoverySpecification$ = [3, n0, _PITRSo,
|
|
|
1486
1590
|
[_PITRE, _RPID],
|
|
1487
1591
|
[2, 1], 1
|
|
1488
1592
|
];
|
|
1489
|
-
export var PointInTimeRecoveryUnavailableException$ = [-3, n0, _PITRUE,
|
|
1490
|
-
{ [_e]: _c },
|
|
1491
|
-
[_m],
|
|
1492
|
-
[0]
|
|
1493
|
-
];
|
|
1494
|
-
TypeRegistry.for(n0).registerError(PointInTimeRecoveryUnavailableException$, PointInTimeRecoveryUnavailableException);
|
|
1495
|
-
export var PolicyNotFoundException$ = [-3, n0, _PNFE,
|
|
1496
|
-
{ [_e]: _c },
|
|
1497
|
-
[_m],
|
|
1498
|
-
[0]
|
|
1499
|
-
];
|
|
1500
|
-
TypeRegistry.for(n0).registerError(PolicyNotFoundException$, PolicyNotFoundException);
|
|
1501
1593
|
export var Projection$ = [3, n0, _Pr,
|
|
1502
1594
|
0,
|
|
1503
1595
|
[_PTr, _NKA],
|
|
@@ -1513,12 +1605,6 @@ export var ProvisionedThroughputDescription$ = [3, n0, _PTD,
|
|
|
1513
1605
|
[_LIDT, _LDDT, _NODT, _RCU, _WCU],
|
|
1514
1606
|
[4, 4, 1, 1, 1]
|
|
1515
1607
|
];
|
|
1516
|
-
export var ProvisionedThroughputExceededException$ = [-3, n0, _PTEE,
|
|
1517
|
-
{ [_e]: _c },
|
|
1518
|
-
[_m, _TR],
|
|
1519
|
-
[0, () => ThrottlingReasonList]
|
|
1520
|
-
];
|
|
1521
|
-
TypeRegistry.for(n0).registerError(ProvisionedThroughputExceededException$, ProvisionedThroughputExceededException);
|
|
1522
1608
|
export var ProvisionedThroughputOverride$ = [3, n0, _PTO,
|
|
1523
1609
|
0,
|
|
1524
1610
|
[_RCU],
|
|
@@ -1556,7 +1642,7 @@ export var PutResourcePolicyOutput$ = [3, n0, _PRPO,
|
|
|
1556
1642
|
];
|
|
1557
1643
|
export var QueryInput$ = [3, n0, _QI,
|
|
1558
1644
|
0,
|
|
1559
|
-
[_TN, _IN, _Se, _ATG, _L,
|
|
1645
|
+
[_TN, _IN, _Se, _ATG, _L, _CRo, _KC, _QF, _COo, _SIF, _ESK, _RCC, _PE, _FEi, _KCE, _EAN, _EAV],
|
|
1560
1646
|
[0, 0, 0, 64 | 0, 1, 2, () => KeyConditions, () => FilterConditionMap, 0, 2, () => Key, 0, 0, 0, 0, 128 | 0, () => ExpressionAttributeValueMap], 1
|
|
1561
1647
|
];
|
|
1562
1648
|
export var QueryOutput$ = [3, n0, _QO,
|
|
@@ -1569,12 +1655,6 @@ export var Replica$ = [3, n0, _Re,
|
|
|
1569
1655
|
[_RN],
|
|
1570
1656
|
[0]
|
|
1571
1657
|
];
|
|
1572
|
-
export var ReplicaAlreadyExistsException$ = [-3, n0, _RAEE,
|
|
1573
|
-
{ [_e]: _c },
|
|
1574
|
-
[_m],
|
|
1575
|
-
[0]
|
|
1576
|
-
];
|
|
1577
|
-
TypeRegistry.for(n0).registerError(ReplicaAlreadyExistsException$, ReplicaAlreadyExistsException);
|
|
1578
1658
|
export var ReplicaAutoScalingDescription$ = [3, n0, _RASD,
|
|
1579
1659
|
0,
|
|
1580
1660
|
[_RN, _GSI, _RPRCASS, _RPWCASS, _RSe],
|
|
@@ -1620,12 +1700,6 @@ export var ReplicaGlobalSecondaryIndexSettingsUpdate$ = [3, n0, _RGSISU,
|
|
|
1620
1700
|
[_IN, _PRCU, _PRCASSU],
|
|
1621
1701
|
[0, 1, () => AutoScalingSettingsUpdate$], 1
|
|
1622
1702
|
];
|
|
1623
|
-
export var ReplicaNotFoundException$ = [-3, n0, _RNFE,
|
|
1624
|
-
{ [_e]: _c },
|
|
1625
|
-
[_m],
|
|
1626
|
-
[0]
|
|
1627
|
-
];
|
|
1628
|
-
TypeRegistry.for(n0).registerError(ReplicaNotFoundException$, ReplicaNotFoundException);
|
|
1629
1703
|
export var ReplicaSettingsDescription$ = [3, n0, _RSDe,
|
|
1630
1704
|
0,
|
|
1631
1705
|
[_RN, _RSe, _RBMS, _RPRCU, _RPRCASS, _RPWCU, _RPWCASS, _RGSIS, _RTCS],
|
|
@@ -1636,12 +1710,6 @@ export var ReplicaSettingsUpdate$ = [3, n0, _RSU,
|
|
|
1636
1710
|
[_RN, _RPRCU, _RPRCASSU, _RGSISU, _RTC],
|
|
1637
1711
|
[0, 1, () => AutoScalingSettingsUpdate$, () => ReplicaGlobalSecondaryIndexSettingsUpdateList, 0], 1
|
|
1638
1712
|
];
|
|
1639
|
-
export var ReplicatedWriteConflictException$ = [-3, n0, _RWCE,
|
|
1640
|
-
{ [_e]: _c },
|
|
1641
|
-
[_m],
|
|
1642
|
-
[0]
|
|
1643
|
-
];
|
|
1644
|
-
TypeRegistry.for(n0).registerError(ReplicatedWriteConflictException$, ReplicatedWriteConflictException);
|
|
1645
1713
|
export var ReplicationGroupUpdate$ = [3, n0, _RGU,
|
|
1646
1714
|
0,
|
|
1647
1715
|
[_Cr, _U, _De],
|
|
@@ -1652,24 +1720,6 @@ export var ReplicaUpdate$ = [3, n0, _RU,
|
|
|
1652
1720
|
[_Cr, _De],
|
|
1653
1721
|
[() => CreateReplicaAction$, () => DeleteReplicaAction$]
|
|
1654
1722
|
];
|
|
1655
|
-
export var RequestLimitExceeded$ = [-3, n0, _RLE,
|
|
1656
|
-
{ [_e]: _c },
|
|
1657
|
-
[_m, _TR],
|
|
1658
|
-
[0, () => ThrottlingReasonList]
|
|
1659
|
-
];
|
|
1660
|
-
TypeRegistry.for(n0).registerError(RequestLimitExceeded$, RequestLimitExceeded);
|
|
1661
|
-
export var ResourceInUseException$ = [-3, n0, _RIUE,
|
|
1662
|
-
{ [_e]: _c },
|
|
1663
|
-
[_m],
|
|
1664
|
-
[0]
|
|
1665
|
-
];
|
|
1666
|
-
TypeRegistry.for(n0).registerError(ResourceInUseException$, ResourceInUseException);
|
|
1667
|
-
export var ResourceNotFoundException$ = [-3, n0, _RNFEe,
|
|
1668
|
-
{ [_e]: _c },
|
|
1669
|
-
[_m],
|
|
1670
|
-
[0]
|
|
1671
|
-
];
|
|
1672
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1673
1723
|
export var RestoreSummary$ = [3, n0, _RSes,
|
|
1674
1724
|
0,
|
|
1675
1725
|
[_RDT, _RIP, _SBA, _STA],
|
|
@@ -1702,7 +1752,7 @@ export var S3BucketSource$ = [3, n0, _SBS,
|
|
|
1702
1752
|
];
|
|
1703
1753
|
export var ScanInput$ = [3, n0, _SI,
|
|
1704
1754
|
0,
|
|
1705
|
-
[_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV,
|
|
1755
|
+
[_TN, _IN, _ATG, _L, _Se, _SF, _COo, _ESK, _RCC, _TSo, _Seg, _PE, _FEi, _EAN, _EAV, _CRo],
|
|
1706
1756
|
[0, 0, 64 | 0, 1, 0, () => FilterConditionMap, 0, () => Key, 0, 1, 1, 0, 0, 128 | 0, () => ExpressionAttributeValueMap, 2], 1
|
|
1707
1757
|
];
|
|
1708
1758
|
export var ScanOutput$ = [3, n0, _SO,
|
|
@@ -1735,12 +1785,6 @@ export var StreamSpecification$ = [3, n0, _SS,
|
|
|
1735
1785
|
[_SE, _SVT],
|
|
1736
1786
|
[2, 0], 1
|
|
1737
1787
|
];
|
|
1738
|
-
export var TableAlreadyExistsException$ = [-3, n0, _TAEE,
|
|
1739
|
-
{ [_e]: _c },
|
|
1740
|
-
[_m],
|
|
1741
|
-
[0]
|
|
1742
|
-
];
|
|
1743
|
-
TypeRegistry.for(n0).registerError(TableAlreadyExistsException$, TableAlreadyExistsException);
|
|
1744
1788
|
export var TableAutoScalingDescription$ = [3, n0, _TASD,
|
|
1745
1789
|
0,
|
|
1746
1790
|
[_TN, _TSa, _Rep],
|
|
@@ -1761,18 +1805,6 @@ export var TableDescription$ = [3, n0, _TD,
|
|
|
1761
1805
|
[_ADt, _TN, _KS, _TSa, _CDT, _PT, _TSB, _IC, _TA, _TI, _BMS, _LSI, _GSI, _SS, _LSL, _LSA, _GTV, _Rep, _GTW, _GTSRM, _RSes, _SSED, _AS, _TCS, _DPE, _ODT, _WT, _MRC],
|
|
1762
1806
|
[() => AttributeDefinitions, 0, () => KeySchema, 0, 4, () => ProvisionedThroughputDescription$, 1, 1, 0, 0, () => BillingModeSummary$, () => LocalSecondaryIndexDescriptionList, () => GlobalSecondaryIndexDescriptionList, () => StreamSpecification$, 0, 0, 0, () => ReplicaDescriptionList, () => GlobalTableWitnessDescriptionList, 0, () => RestoreSummary$, () => SSEDescription$, () => ArchivalSummary$, () => TableClassSummary$, 2, () => OnDemandThroughput$, () => TableWarmThroughputDescription$, 0]
|
|
1763
1807
|
];
|
|
1764
|
-
export var TableInUseException$ = [-3, n0, _TIUE,
|
|
1765
|
-
{ [_e]: _c },
|
|
1766
|
-
[_m],
|
|
1767
|
-
[0]
|
|
1768
|
-
];
|
|
1769
|
-
TypeRegistry.for(n0).registerError(TableInUseException$, TableInUseException);
|
|
1770
|
-
export var TableNotFoundException$ = [-3, n0, _TNFE,
|
|
1771
|
-
{ [_e]: _c },
|
|
1772
|
-
[_m],
|
|
1773
|
-
[0]
|
|
1774
|
-
];
|
|
1775
|
-
TypeRegistry.for(n0).registerError(TableNotFoundException$, TableNotFoundException);
|
|
1776
1808
|
export var TableWarmThroughputDescription$ = [3, n0, _TWTD,
|
|
1777
1809
|
0,
|
|
1778
1810
|
[_RUPS, _WUPS, _Sta],
|
|
@@ -1788,12 +1820,6 @@ export var TagResourceInput$ = [3, n0, _TRI,
|
|
|
1788
1820
|
[_RA, _Ta],
|
|
1789
1821
|
[0, () => TagList], 2
|
|
1790
1822
|
];
|
|
1791
|
-
export var ThrottlingException$ = [-3, n0, _TE,
|
|
1792
|
-
{ [_aQE]: [`Throttling`, 400], [_e]: _c, [_hE]: 400 },
|
|
1793
|
-
[_m, _tR],
|
|
1794
|
-
[0, () => ThrottlingReasonList]
|
|
1795
|
-
];
|
|
1796
|
-
TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1797
1823
|
export var ThrottlingReason$ = [3, n0, _TRh,
|
|
1798
1824
|
0,
|
|
1799
1825
|
[_r, _re],
|
|
@@ -1824,24 +1850,6 @@ export var TransactGetItemsOutput$ = [3, n0, _TGIO,
|
|
|
1824
1850
|
[_CC, _R],
|
|
1825
1851
|
[() => ConsumedCapacityMultiple, () => ItemResponseList]
|
|
1826
1852
|
];
|
|
1827
|
-
export var TransactionCanceledException$ = [-3, n0, _TCE,
|
|
1828
|
-
{ [_e]: _c },
|
|
1829
|
-
[_M, _CRan],
|
|
1830
|
-
[0, () => CancellationReasonList]
|
|
1831
|
-
];
|
|
1832
|
-
TypeRegistry.for(n0).registerError(TransactionCanceledException$, TransactionCanceledException);
|
|
1833
|
-
export var TransactionConflictException$ = [-3, n0, _TCEr,
|
|
1834
|
-
{ [_e]: _c },
|
|
1835
|
-
[_m],
|
|
1836
|
-
[0]
|
|
1837
|
-
];
|
|
1838
|
-
TypeRegistry.for(n0).registerError(TransactionConflictException$, TransactionConflictException);
|
|
1839
|
-
export var TransactionInProgressException$ = [-3, n0, _TIPE,
|
|
1840
|
-
{ [_e]: _c },
|
|
1841
|
-
[_M],
|
|
1842
|
-
[0]
|
|
1843
|
-
];
|
|
1844
|
-
TypeRegistry.for(n0).registerError(TransactionInProgressException$, TransactionInProgressException);
|
|
1845
1853
|
export var TransactWriteItem$ = [3, n0, _TWI,
|
|
1846
1854
|
0,
|
|
1847
1855
|
[_CCo, _Pu, _De, _U],
|
|
@@ -1983,8 +1991,6 @@ export var WriteRequest$ = [3, n0, _WR,
|
|
|
1983
1991
|
[() => PutRequest$, () => DeleteRequest$]
|
|
1984
1992
|
];
|
|
1985
1993
|
var __Unit = "unit";
|
|
1986
|
-
export var DynamoDBServiceException$ = [-3, _sm, "DynamoDBServiceException", 0, [], []];
|
|
1987
|
-
TypeRegistry.for(_sm).registerError(DynamoDBServiceException$, DynamoDBServiceException);
|
|
1988
1994
|
var AttributeDefinitions = [1, n0, _ADt,
|
|
1989
1995
|
0, () => AttributeDefinition$
|
|
1990
1996
|
];
|