@aws-sdk/client-cloudfront-keyvaluestore 3.1074.0 → 3.1076.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.
@@ -1,231 +0,0 @@
1
- const _ADE = "AccessDeniedException";
2
- const _C = "Created";
3
- const _CE = "ConflictException";
4
- const _D = "Deletes";
5
- const _DK = "DeleteKey";
6
- const _DKR = "DeleteKeyRequest";
7
- const _DKRL = "DeleteKeyRequestsList";
8
- const _DKRLI = "DeleteKeyRequestListItem";
9
- const _DKRe = "DeleteKeyResponse";
10
- const _DKVS = "DescribeKeyValueStore";
11
- const _DKVSR = "DescribeKeyValueStoreRequest";
12
- const _DKVSRe = "DescribeKeyValueStoreResponse";
13
- const _ET = "ETag";
14
- const _FR = "FailureReason";
15
- const _GK = "GetKey";
16
- const _GKR = "GetKeyRequest";
17
- const _GKRe = "GetKeyResponse";
18
- const _I = "Items";
19
- const _IC = "ItemCount";
20
- const _IM = "IfMatch";
21
- const _IM_ = "If-Match";
22
- const _ISE = "InternalServerException";
23
- const _K = "Key";
24
- const _KARN = "KvsARN";
25
- const _LK = "ListKeys";
26
- const _LKR = "ListKeysRequest";
27
- const _LKRL = "ListKeysResponseList";
28
- const _LKRLI = "ListKeysResponseListItem";
29
- const _LKRi = "ListKeysResponse";
30
- const _LM = "LastModified";
31
- const _M = "Message";
32
- const _MR = "MaxResults";
33
- const _NT = "NextToken";
34
- const _P = "Puts";
35
- const _PK = "PutKey";
36
- const _PKR = "PutKeyRequest";
37
- const _PKRL = "PutKeyRequestsList";
38
- const _PKRLI = "PutKeyRequestListItem";
39
- const _PKRu = "PutKeyResponse";
40
- const _RNFE = "ResourceNotFoundException";
41
- const _S = "Status";
42
- const _SQEE = "ServiceQuotaExceededException";
43
- const _TSIB = "TotalSizeInBytes";
44
- const _UK = "UpdateKeys";
45
- const _UKR = "UpdateKeysRequest";
46
- const _UKRp = "UpdateKeysResponse";
47
- const _V = "Value";
48
- const _VE = "ValidationException";
49
- const _c = "client";
50
- const _e = "error";
51
- const _h = "http";
52
- const _hE = "httpError";
53
- const _hH = "httpHeader";
54
- const _hQ = "httpQuery";
55
- const _s = "smithy.ts.sdk.synthetic.com.amazonaws.cloudfrontkeyvaluestore";
56
- const _se = "server";
57
- const n0 = "com.amazonaws.cloudfrontkeyvaluestore";
58
- const { TypeRegistry } = require("@smithy/core/schema");
59
- const { CloudFrontKeyValueStoreServiceException } = require("../models/CloudFrontKeyValueStoreServiceException");
60
- const { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException } = require("../models/errors");
61
- const _s_registry = TypeRegistry.for(_s);
62
- const CloudFrontKeyValueStoreServiceException$ = [-3, _s, "CloudFrontKeyValueStoreServiceException", 0, [], []];
63
- exports.CloudFrontKeyValueStoreServiceException$ = CloudFrontKeyValueStoreServiceException$;
64
- _s_registry.registerError(CloudFrontKeyValueStoreServiceException$, CloudFrontKeyValueStoreServiceException);
65
- const n0_registry = TypeRegistry.for(n0);
66
- const AccessDeniedException$ = [-3, n0, _ADE,
67
- { [_e]: _c, [_hE]: 403 },
68
- [_M],
69
- [0]
70
- ];
71
- exports.AccessDeniedException$ = AccessDeniedException$;
72
- n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
73
- const ConflictException$ = [-3, n0, _CE,
74
- { [_e]: _c, [_hE]: 409 },
75
- [_M],
76
- [0]
77
- ];
78
- exports.ConflictException$ = ConflictException$;
79
- n0_registry.registerError(ConflictException$, ConflictException);
80
- const InternalServerException$ = [-3, n0, _ISE,
81
- { [_e]: _se, [_hE]: 500 },
82
- [_M],
83
- [0]
84
- ];
85
- exports.InternalServerException$ = InternalServerException$;
86
- n0_registry.registerError(InternalServerException$, InternalServerException);
87
- const ResourceNotFoundException$ = [-3, n0, _RNFE,
88
- { [_e]: _c, [_hE]: 404 },
89
- [_M],
90
- [0]
91
- ];
92
- exports.ResourceNotFoundException$ = ResourceNotFoundException$;
93
- n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
94
- const ServiceQuotaExceededException$ = [-3, n0, _SQEE,
95
- { [_e]: _c, [_hE]: 402 },
96
- [_M],
97
- [0]
98
- ];
99
- exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
100
- n0_registry.registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
101
- const ValidationException$ = [-3, n0, _VE,
102
- { [_e]: _c, [_hE]: 400 },
103
- [_M],
104
- [0]
105
- ];
106
- exports.ValidationException$ = ValidationException$;
107
- n0_registry.registerError(ValidationException$, ValidationException);
108
- exports.errorTypeRegistries = [
109
- _s_registry,
110
- n0_registry,
111
- ];
112
- var Value = [0, n0, _V, 8, 0];
113
- const DeleteKeyRequest$ = [3, n0, _DKR,
114
- 0,
115
- [_KARN, _K, _IM],
116
- [[0, 1], [0, 1], [0, { [_hH]: _IM_ }]], 3
117
- ];
118
- exports.DeleteKeyRequest$ = DeleteKeyRequest$;
119
- const DeleteKeyRequestListItem$ = [3, n0, _DKRLI,
120
- 0,
121
- [_K],
122
- [0], 1
123
- ];
124
- exports.DeleteKeyRequestListItem$ = DeleteKeyRequestListItem$;
125
- const DeleteKeyResponse$ = [3, n0, _DKRe,
126
- 0,
127
- [_IC, _TSIB, _ET],
128
- [1, 1, [0, { [_hH]: _ET }]], 3
129
- ];
130
- exports.DeleteKeyResponse$ = DeleteKeyResponse$;
131
- const DescribeKeyValueStoreRequest$ = [3, n0, _DKVSR,
132
- 0,
133
- [_KARN],
134
- [[0, 1]], 1
135
- ];
136
- exports.DescribeKeyValueStoreRequest$ = DescribeKeyValueStoreRequest$;
137
- const DescribeKeyValueStoreResponse$ = [3, n0, _DKVSRe,
138
- 0,
139
- [_IC, _TSIB, _KARN, _C, _ET, _LM, _S, _FR],
140
- [1, 1, 0, 4, [0, { [_hH]: _ET }], 4, 0, 0], 5
141
- ];
142
- exports.DescribeKeyValueStoreResponse$ = DescribeKeyValueStoreResponse$;
143
- const GetKeyRequest$ = [3, n0, _GKR,
144
- 0,
145
- [_KARN, _K],
146
- [[0, 1], [0, 1]], 2
147
- ];
148
- exports.GetKeyRequest$ = GetKeyRequest$;
149
- const GetKeyResponse$ = [3, n0, _GKRe,
150
- 0,
151
- [_K, _V, _IC, _TSIB],
152
- [0, [() => Value, 0], 1, 1], 4
153
- ];
154
- exports.GetKeyResponse$ = GetKeyResponse$;
155
- const ListKeysRequest$ = [3, n0, _LKR,
156
- 0,
157
- [_KARN, _NT, _MR],
158
- [[0, 1], [0, { [_hQ]: _NT }], [1, { [_hQ]: _MR }]], 1
159
- ];
160
- exports.ListKeysRequest$ = ListKeysRequest$;
161
- const ListKeysResponse$ = [3, n0, _LKRi,
162
- 0,
163
- [_NT, _I],
164
- [0, [() => ListKeysResponseList, 0]]
165
- ];
166
- exports.ListKeysResponse$ = ListKeysResponse$;
167
- const ListKeysResponseListItem$ = [3, n0, _LKRLI,
168
- 0,
169
- [_K, _V],
170
- [0, [() => Value, 0]], 2
171
- ];
172
- exports.ListKeysResponseListItem$ = ListKeysResponseListItem$;
173
- const PutKeyRequest$ = [3, n0, _PKR,
174
- 0,
175
- [_K, _V, _KARN, _IM],
176
- [[0, 1], [() => Value, 0], [0, 1], [0, { [_hH]: _IM_ }]], 4
177
- ];
178
- exports.PutKeyRequest$ = PutKeyRequest$;
179
- const PutKeyRequestListItem$ = [3, n0, _PKRLI,
180
- 0,
181
- [_K, _V],
182
- [0, [() => Value, 0]], 2
183
- ];
184
- exports.PutKeyRequestListItem$ = PutKeyRequestListItem$;
185
- const PutKeyResponse$ = [3, n0, _PKRu,
186
- 0,
187
- [_IC, _TSIB, _ET],
188
- [1, 1, [0, { [_hH]: _ET }]], 3
189
- ];
190
- exports.PutKeyResponse$ = PutKeyResponse$;
191
- const UpdateKeysRequest$ = [3, n0, _UKR,
192
- 0,
193
- [_KARN, _IM, _P, _D],
194
- [[0, 1], [0, { [_hH]: _IM_ }], [() => PutKeyRequestsList, 0], () => DeleteKeyRequestsList], 2
195
- ];
196
- exports.UpdateKeysRequest$ = UpdateKeysRequest$;
197
- const UpdateKeysResponse$ = [3, n0, _UKRp,
198
- 0,
199
- [_IC, _TSIB, _ET],
200
- [1, 1, [0, { [_hH]: _ET }]], 3
201
- ];
202
- exports.UpdateKeysResponse$ = UpdateKeysResponse$;
203
- var DeleteKeyRequestsList = [1, n0, _DKRL,
204
- 0, () => DeleteKeyRequestListItem$
205
- ];
206
- var ListKeysResponseList = [1, n0, _LKRL,
207
- 0, [() => ListKeysResponseListItem$,
208
- 0]
209
- ];
210
- var PutKeyRequestsList = [1, n0, _PKRL,
211
- 0, [() => PutKeyRequestListItem$,
212
- 0]
213
- ];
214
- exports.DeleteKey$ = [9, n0, _DK,
215
- { [_h]: ["DELETE", "/key-value-stores/{KvsARN}/keys/{Key}", 200] }, () => DeleteKeyRequest$, () => DeleteKeyResponse$
216
- ];
217
- exports.DescribeKeyValueStore$ = [9, n0, _DKVS,
218
- { [_h]: ["GET", "/key-value-stores/{KvsARN}", 200] }, () => DescribeKeyValueStoreRequest$, () => DescribeKeyValueStoreResponse$
219
- ];
220
- exports.GetKey$ = [9, n0, _GK,
221
- { [_h]: ["GET", "/key-value-stores/{KvsARN}/keys/{Key}", 200] }, () => GetKeyRequest$, () => GetKeyResponse$
222
- ];
223
- exports.ListKeys$ = [9, n0, _LK,
224
- { [_h]: ["GET", "/key-value-stores/{KvsARN}/keys", 200] }, () => ListKeysRequest$, () => ListKeysResponse$
225
- ];
226
- exports.PutKey$ = [9, n0, _PK,
227
- { [_h]: ["PUT", "/key-value-stores/{KvsARN}/keys/{Key}", 200] }, () => PutKeyRequest$, () => PutKeyResponse$
228
- ];
229
- exports.UpdateKeys$ = [9, n0, _UK,
230
- { [_h]: ["POST", "/key-value-stores/{KvsARN}/keys", 200] }, () => UpdateKeysRequest$, () => UpdateKeysResponse$
231
- ];