@aws-sdk/client-cloudfront-keyvaluestore 3.952.0 → 3.954.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 +126 -77
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/DeleteKeyCommand.js +2 -2
- package/dist-es/commands/DescribeKeyValueStoreCommand.js +2 -2
- package/dist-es/commands/GetKeyCommand.js +2 -2
- package/dist-es/commands/ListKeysCommand.js +2 -2
- package/dist-es/commands/PutKeyCommand.js +2 -2
- package/dist-es/commands/UpdateKeysCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +74 -53
- package/dist-types/CloudFrontKeyValueStoreClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +29 -33
- package/dist-types/ts3.4/CloudFrontKeyValueStoreClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -34
- package/package.json +35 -35
package/dist-cjs/index.js
CHANGED
|
@@ -109,14 +109,14 @@ class CloudFrontKeyValueStoreClient extends smithyClient.Client {
|
|
|
109
109
|
}
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
|
|
112
|
+
class CloudFrontKeyValueStoreServiceException extends smithyClient.ServiceException {
|
|
113
113
|
constructor(options) {
|
|
114
114
|
super(options);
|
|
115
115
|
Object.setPrototypeOf(this, CloudFrontKeyValueStoreServiceException.prototype);
|
|
116
116
|
}
|
|
117
|
-
}
|
|
117
|
+
}
|
|
118
118
|
|
|
119
|
-
|
|
119
|
+
class AccessDeniedException extends CloudFrontKeyValueStoreServiceException {
|
|
120
120
|
name = "AccessDeniedException";
|
|
121
121
|
$fault = "client";
|
|
122
122
|
Message;
|
|
@@ -129,8 +129,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CloudFrontKeyV
|
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
this.Message = opts.Message;
|
|
131
131
|
}
|
|
132
|
-
}
|
|
133
|
-
|
|
132
|
+
}
|
|
133
|
+
class ConflictException extends CloudFrontKeyValueStoreServiceException {
|
|
134
134
|
name = "ConflictException";
|
|
135
135
|
$fault = "client";
|
|
136
136
|
Message;
|
|
@@ -143,8 +143,8 @@ let ConflictException$1 = class ConflictException extends CloudFrontKeyValueStor
|
|
|
143
143
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
144
144
|
this.Message = opts.Message;
|
|
145
145
|
}
|
|
146
|
-
}
|
|
147
|
-
|
|
146
|
+
}
|
|
147
|
+
class InternalServerException extends CloudFrontKeyValueStoreServiceException {
|
|
148
148
|
name = "InternalServerException";
|
|
149
149
|
$fault = "server";
|
|
150
150
|
Message;
|
|
@@ -157,8 +157,8 @@ let InternalServerException$1 = class InternalServerException extends CloudFront
|
|
|
157
157
|
Object.setPrototypeOf(this, InternalServerException.prototype);
|
|
158
158
|
this.Message = opts.Message;
|
|
159
159
|
}
|
|
160
|
-
}
|
|
161
|
-
|
|
160
|
+
}
|
|
161
|
+
class ResourceNotFoundException extends CloudFrontKeyValueStoreServiceException {
|
|
162
162
|
name = "ResourceNotFoundException";
|
|
163
163
|
$fault = "client";
|
|
164
164
|
Message;
|
|
@@ -171,8 +171,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CloudF
|
|
|
171
171
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
172
172
|
this.Message = opts.Message;
|
|
173
173
|
}
|
|
174
|
-
}
|
|
175
|
-
|
|
174
|
+
}
|
|
175
|
+
class ServiceQuotaExceededException extends CloudFrontKeyValueStoreServiceException {
|
|
176
176
|
name = "ServiceQuotaExceededException";
|
|
177
177
|
$fault = "client";
|
|
178
178
|
Message;
|
|
@@ -185,8 +185,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
185
185
|
Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
|
|
186
186
|
this.Message = opts.Message;
|
|
187
187
|
}
|
|
188
|
-
}
|
|
189
|
-
|
|
188
|
+
}
|
|
189
|
+
class ValidationException extends CloudFrontKeyValueStoreServiceException {
|
|
190
190
|
name = "ValidationException";
|
|
191
191
|
$fault = "client";
|
|
192
192
|
Message;
|
|
@@ -199,7 +199,7 @@ let ValidationException$1 = class ValidationException extends CloudFrontKeyValue
|
|
|
199
199
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
200
200
|
this.Message = opts.Message;
|
|
201
201
|
}
|
|
202
|
-
}
|
|
202
|
+
}
|
|
203
203
|
|
|
204
204
|
const _ADE = "AccessDeniedException";
|
|
205
205
|
const _C = "Created";
|
|
@@ -259,11 +259,11 @@ const _s = "server";
|
|
|
259
259
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudfrontkeyvaluestore";
|
|
260
260
|
const n0 = "com.amazonaws.cloudfrontkeyvaluestore";
|
|
261
261
|
var Value = [0, n0, _V, 8, 0];
|
|
262
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
263
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
264
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
265
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
266
|
-
var DeleteKeyRequest = [
|
|
262
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
263
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
264
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
265
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
266
|
+
var DeleteKeyRequest$ = [
|
|
267
267
|
3,
|
|
268
268
|
n0,
|
|
269
269
|
_DKR,
|
|
@@ -275,10 +275,17 @@ var DeleteKeyRequest = [
|
|
|
275
275
|
[0, { [_hH]: _IM_ }],
|
|
276
276
|
],
|
|
277
277
|
];
|
|
278
|
-
var DeleteKeyRequestListItem = [3, n0, _DKRLI, 0, [_K], [0]];
|
|
279
|
-
var DeleteKeyResponse = [
|
|
280
|
-
|
|
281
|
-
|
|
278
|
+
var DeleteKeyRequestListItem$ = [3, n0, _DKRLI, 0, [_K], [0]];
|
|
279
|
+
var DeleteKeyResponse$ = [
|
|
280
|
+
3,
|
|
281
|
+
n0,
|
|
282
|
+
_DKRe,
|
|
283
|
+
0,
|
|
284
|
+
[_IC, _TSIB, _ET],
|
|
285
|
+
[1, 1, [0, { [_hH]: _ET }]],
|
|
286
|
+
];
|
|
287
|
+
var DescribeKeyValueStoreRequest$ = [3, n0, _DKVSR, 0, [_KARN], [[0, 1]]];
|
|
288
|
+
var DescribeKeyValueStoreResponse$ = [
|
|
282
289
|
3,
|
|
283
290
|
n0,
|
|
284
291
|
_DKVSRe,
|
|
@@ -286,7 +293,7 @@ var DescribeKeyValueStoreResponse = [
|
|
|
286
293
|
[_IC, _TSIB, _KARN, _C, _ET, _LM, _S, _FR],
|
|
287
294
|
[1, 1, 0, 4, [0, { [_hH]: _ET }], 4, 0, 0],
|
|
288
295
|
];
|
|
289
|
-
var GetKeyRequest = [
|
|
296
|
+
var GetKeyRequest$ = [
|
|
290
297
|
3,
|
|
291
298
|
n0,
|
|
292
299
|
_GKR,
|
|
@@ -297,10 +304,17 @@ var GetKeyRequest = [
|
|
|
297
304
|
[0, 1],
|
|
298
305
|
],
|
|
299
306
|
];
|
|
300
|
-
var GetKeyResponse = [
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
307
|
+
var GetKeyResponse$ = [
|
|
308
|
+
3,
|
|
309
|
+
n0,
|
|
310
|
+
_GKRe,
|
|
311
|
+
0,
|
|
312
|
+
[_K, _V, _IC, _TSIB],
|
|
313
|
+
[0, [() => Value, 0], 1, 1],
|
|
314
|
+
];
|
|
315
|
+
var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
316
|
+
schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
317
|
+
var ListKeysRequest$ = [
|
|
304
318
|
3,
|
|
305
319
|
n0,
|
|
306
320
|
_LKR,
|
|
@@ -312,9 +326,16 @@ var ListKeysRequest = [
|
|
|
312
326
|
[1, { [_hQ]: _MR }],
|
|
313
327
|
],
|
|
314
328
|
];
|
|
315
|
-
var ListKeysResponse = [
|
|
316
|
-
|
|
317
|
-
|
|
329
|
+
var ListKeysResponse$ = [
|
|
330
|
+
3,
|
|
331
|
+
n0,
|
|
332
|
+
_LKRi,
|
|
333
|
+
0,
|
|
334
|
+
[_NT, _I],
|
|
335
|
+
[0, [() => ListKeysResponseList, 0]],
|
|
336
|
+
];
|
|
337
|
+
var ListKeysResponseListItem$ = [3, n0, _LKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
338
|
+
var PutKeyRequest$ = [
|
|
318
339
|
3,
|
|
319
340
|
n0,
|
|
320
341
|
_PKR,
|
|
@@ -327,13 +348,13 @@ var PutKeyRequest = [
|
|
|
327
348
|
[0, { [_hH]: _IM_ }],
|
|
328
349
|
],
|
|
329
350
|
];
|
|
330
|
-
var PutKeyRequestListItem = [3, n0, _PKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
331
|
-
var PutKeyResponse = [3, n0, _PKRu, 0, [_IC, _TSIB, _ET], [1, 1, [0, { [_hH]: _ET }]]];
|
|
332
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
333
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
334
|
-
var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
335
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
336
|
-
var UpdateKeysRequest = [
|
|
351
|
+
var PutKeyRequestListItem$ = [3, n0, _PKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
352
|
+
var PutKeyResponse$ = [3, n0, _PKRu, 0, [_IC, _TSIB, _ET], [1, 1, [0, { [_hH]: _ET }]]];
|
|
353
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
354
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
355
|
+
var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
356
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
357
|
+
var UpdateKeysRequest$ = [
|
|
337
358
|
3,
|
|
338
359
|
n0,
|
|
339
360
|
_UKR,
|
|
@@ -341,7 +362,7 @@ var UpdateKeysRequest = [
|
|
|
341
362
|
[_KARN, _IM, _P, _D],
|
|
342
363
|
[[0, 1], [0, { [_hH]: _IM_ }], [() => PutKeyRequestsList, 0], () => DeleteKeyRequestsList],
|
|
343
364
|
];
|
|
344
|
-
var UpdateKeysResponse = [
|
|
365
|
+
var UpdateKeysResponse$ = [
|
|
345
366
|
3,
|
|
346
367
|
n0,
|
|
347
368
|
_UKRp,
|
|
@@ -349,9 +370,9 @@ var UpdateKeysResponse = [
|
|
|
349
370
|
[_IC, _TSIB, _ET],
|
|
350
371
|
[1, 1, [0, { [_hH]: _ET }]],
|
|
351
372
|
];
|
|
352
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
353
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
354
|
-
var CloudFrontKeyValueStoreServiceException = [
|
|
373
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
374
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
375
|
+
var CloudFrontKeyValueStoreServiceException$ = [
|
|
355
376
|
-3,
|
|
356
377
|
_sm,
|
|
357
378
|
"CloudFrontKeyValueStoreServiceException",
|
|
@@ -359,57 +380,57 @@ var CloudFrontKeyValueStoreServiceException = [
|
|
|
359
380
|
[],
|
|
360
381
|
[],
|
|
361
382
|
];
|
|
362
|
-
schema.TypeRegistry.for(_sm).registerError(CloudFrontKeyValueStoreServiceException
|
|
363
|
-
var DeleteKeyRequestsList = [1, n0, _DKRL, 0, () => DeleteKeyRequestListItem];
|
|
364
|
-
var ListKeysResponseList = [1, n0, _LKRL, 0, [() => ListKeysResponseListItem
|
|
365
|
-
var PutKeyRequestsList = [1, n0, _PKRL, 0, [() => PutKeyRequestListItem
|
|
366
|
-
var DeleteKey = [
|
|
383
|
+
schema.TypeRegistry.for(_sm).registerError(CloudFrontKeyValueStoreServiceException$, CloudFrontKeyValueStoreServiceException);
|
|
384
|
+
var DeleteKeyRequestsList = [1, n0, _DKRL, 0, () => DeleteKeyRequestListItem$];
|
|
385
|
+
var ListKeysResponseList = [1, n0, _LKRL, 0, [() => ListKeysResponseListItem$, 0]];
|
|
386
|
+
var PutKeyRequestsList = [1, n0, _PKRL, 0, [() => PutKeyRequestListItem$, 0]];
|
|
387
|
+
var DeleteKey$ = [
|
|
367
388
|
9,
|
|
368
389
|
n0,
|
|
369
390
|
_DK,
|
|
370
391
|
{ [_h]: ["DELETE", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
371
|
-
() => DeleteKeyRequest
|
|
372
|
-
() => DeleteKeyResponse
|
|
392
|
+
() => DeleteKeyRequest$,
|
|
393
|
+
() => DeleteKeyResponse$,
|
|
373
394
|
];
|
|
374
|
-
var DescribeKeyValueStore = [
|
|
395
|
+
var DescribeKeyValueStore$ = [
|
|
375
396
|
9,
|
|
376
397
|
n0,
|
|
377
398
|
_DKVS,
|
|
378
399
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}", 200] },
|
|
379
|
-
() => DescribeKeyValueStoreRequest
|
|
380
|
-
() => DescribeKeyValueStoreResponse
|
|
400
|
+
() => DescribeKeyValueStoreRequest$,
|
|
401
|
+
() => DescribeKeyValueStoreResponse$,
|
|
381
402
|
];
|
|
382
|
-
var GetKey = [
|
|
403
|
+
var GetKey$ = [
|
|
383
404
|
9,
|
|
384
405
|
n0,
|
|
385
406
|
_GK,
|
|
386
407
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
387
|
-
() => GetKeyRequest
|
|
388
|
-
() => GetKeyResponse
|
|
408
|
+
() => GetKeyRequest$,
|
|
409
|
+
() => GetKeyResponse$,
|
|
389
410
|
];
|
|
390
|
-
var ListKeys = [
|
|
411
|
+
var ListKeys$ = [
|
|
391
412
|
9,
|
|
392
413
|
n0,
|
|
393
414
|
_LK,
|
|
394
415
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}/keys", 200] },
|
|
395
|
-
() => ListKeysRequest
|
|
396
|
-
() => ListKeysResponse
|
|
416
|
+
() => ListKeysRequest$,
|
|
417
|
+
() => ListKeysResponse$,
|
|
397
418
|
];
|
|
398
|
-
var PutKey = [
|
|
419
|
+
var PutKey$ = [
|
|
399
420
|
9,
|
|
400
421
|
n0,
|
|
401
422
|
_PK,
|
|
402
423
|
{ [_h]: ["PUT", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
403
|
-
() => PutKeyRequest
|
|
404
|
-
() => PutKeyResponse
|
|
424
|
+
() => PutKeyRequest$,
|
|
425
|
+
() => PutKeyResponse$,
|
|
405
426
|
];
|
|
406
|
-
var UpdateKeys = [
|
|
427
|
+
var UpdateKeys$ = [
|
|
407
428
|
9,
|
|
408
429
|
n0,
|
|
409
430
|
_UK,
|
|
410
431
|
{ [_h]: ["POST", "/key-value-stores/{KvsARN}/keys", 200] },
|
|
411
|
-
() => UpdateKeysRequest
|
|
412
|
-
() => UpdateKeysResponse
|
|
432
|
+
() => UpdateKeysRequest$,
|
|
433
|
+
() => UpdateKeysResponse$,
|
|
413
434
|
];
|
|
414
435
|
|
|
415
436
|
class DeleteKeyCommand extends smithyClient.Command
|
|
@@ -423,7 +444,7 @@ class DeleteKeyCommand extends smithyClient.Command
|
|
|
423
444
|
})
|
|
424
445
|
.s("CloudFrontKeyValueStore", "DeleteKey", {})
|
|
425
446
|
.n("CloudFrontKeyValueStoreClient", "DeleteKeyCommand")
|
|
426
|
-
.sc(DeleteKey)
|
|
447
|
+
.sc(DeleteKey$)
|
|
427
448
|
.build() {
|
|
428
449
|
}
|
|
429
450
|
|
|
@@ -438,7 +459,7 @@ class DescribeKeyValueStoreCommand extends smithyClient.Command
|
|
|
438
459
|
})
|
|
439
460
|
.s("CloudFrontKeyValueStore", "DescribeKeyValueStore", {})
|
|
440
461
|
.n("CloudFrontKeyValueStoreClient", "DescribeKeyValueStoreCommand")
|
|
441
|
-
.sc(DescribeKeyValueStore)
|
|
462
|
+
.sc(DescribeKeyValueStore$)
|
|
442
463
|
.build() {
|
|
443
464
|
}
|
|
444
465
|
|
|
@@ -453,7 +474,7 @@ class GetKeyCommand extends smithyClient.Command
|
|
|
453
474
|
})
|
|
454
475
|
.s("CloudFrontKeyValueStore", "GetKey", {})
|
|
455
476
|
.n("CloudFrontKeyValueStoreClient", "GetKeyCommand")
|
|
456
|
-
.sc(GetKey)
|
|
477
|
+
.sc(GetKey$)
|
|
457
478
|
.build() {
|
|
458
479
|
}
|
|
459
480
|
|
|
@@ -468,7 +489,7 @@ class ListKeysCommand extends smithyClient.Command
|
|
|
468
489
|
})
|
|
469
490
|
.s("CloudFrontKeyValueStore", "ListKeys", {})
|
|
470
491
|
.n("CloudFrontKeyValueStoreClient", "ListKeysCommand")
|
|
471
|
-
.sc(ListKeys)
|
|
492
|
+
.sc(ListKeys$)
|
|
472
493
|
.build() {
|
|
473
494
|
}
|
|
474
495
|
|
|
@@ -483,7 +504,7 @@ class PutKeyCommand extends smithyClient.Command
|
|
|
483
504
|
})
|
|
484
505
|
.s("CloudFrontKeyValueStore", "PutKey", {})
|
|
485
506
|
.n("CloudFrontKeyValueStoreClient", "PutKeyCommand")
|
|
486
|
-
.sc(PutKey)
|
|
507
|
+
.sc(PutKey$)
|
|
487
508
|
.build() {
|
|
488
509
|
}
|
|
489
510
|
|
|
@@ -498,7 +519,7 @@ class UpdateKeysCommand extends smithyClient.Command
|
|
|
498
519
|
})
|
|
499
520
|
.s("CloudFrontKeyValueStore", "UpdateKeys", {})
|
|
500
521
|
.n("CloudFrontKeyValueStoreClient", "UpdateKeysCommand")
|
|
501
|
-
.sc(UpdateKeys)
|
|
522
|
+
.sc(UpdateKeys$)
|
|
502
523
|
.build() {
|
|
503
524
|
}
|
|
504
525
|
|
|
@@ -524,19 +545,47 @@ Object.defineProperty(exports, "__Client", {
|
|
|
524
545
|
enumerable: true,
|
|
525
546
|
get: function () { return smithyClient.Client; }
|
|
526
547
|
});
|
|
527
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
548
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
549
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
528
550
|
exports.CloudFrontKeyValueStore = CloudFrontKeyValueStore;
|
|
529
551
|
exports.CloudFrontKeyValueStoreClient = CloudFrontKeyValueStoreClient;
|
|
530
|
-
exports.CloudFrontKeyValueStoreServiceException = CloudFrontKeyValueStoreServiceException
|
|
531
|
-
exports.
|
|
552
|
+
exports.CloudFrontKeyValueStoreServiceException = CloudFrontKeyValueStoreServiceException;
|
|
553
|
+
exports.CloudFrontKeyValueStoreServiceException$ = CloudFrontKeyValueStoreServiceException$;
|
|
554
|
+
exports.ConflictException = ConflictException;
|
|
555
|
+
exports.ConflictException$ = ConflictException$;
|
|
556
|
+
exports.DeleteKey$ = DeleteKey$;
|
|
532
557
|
exports.DeleteKeyCommand = DeleteKeyCommand;
|
|
558
|
+
exports.DeleteKeyRequest$ = DeleteKeyRequest$;
|
|
559
|
+
exports.DeleteKeyRequestListItem$ = DeleteKeyRequestListItem$;
|
|
560
|
+
exports.DeleteKeyResponse$ = DeleteKeyResponse$;
|
|
561
|
+
exports.DescribeKeyValueStore$ = DescribeKeyValueStore$;
|
|
533
562
|
exports.DescribeKeyValueStoreCommand = DescribeKeyValueStoreCommand;
|
|
563
|
+
exports.DescribeKeyValueStoreRequest$ = DescribeKeyValueStoreRequest$;
|
|
564
|
+
exports.DescribeKeyValueStoreResponse$ = DescribeKeyValueStoreResponse$;
|
|
565
|
+
exports.GetKey$ = GetKey$;
|
|
534
566
|
exports.GetKeyCommand = GetKeyCommand;
|
|
535
|
-
exports.
|
|
567
|
+
exports.GetKeyRequest$ = GetKeyRequest$;
|
|
568
|
+
exports.GetKeyResponse$ = GetKeyResponse$;
|
|
569
|
+
exports.InternalServerException = InternalServerException;
|
|
570
|
+
exports.InternalServerException$ = InternalServerException$;
|
|
571
|
+
exports.ListKeys$ = ListKeys$;
|
|
536
572
|
exports.ListKeysCommand = ListKeysCommand;
|
|
573
|
+
exports.ListKeysRequest$ = ListKeysRequest$;
|
|
574
|
+
exports.ListKeysResponse$ = ListKeysResponse$;
|
|
575
|
+
exports.ListKeysResponseListItem$ = ListKeysResponseListItem$;
|
|
576
|
+
exports.PutKey$ = PutKey$;
|
|
537
577
|
exports.PutKeyCommand = PutKeyCommand;
|
|
538
|
-
exports.
|
|
539
|
-
exports.
|
|
578
|
+
exports.PutKeyRequest$ = PutKeyRequest$;
|
|
579
|
+
exports.PutKeyRequestListItem$ = PutKeyRequestListItem$;
|
|
580
|
+
exports.PutKeyResponse$ = PutKeyResponse$;
|
|
581
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
582
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
583
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
584
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
585
|
+
exports.UpdateKeys$ = UpdateKeys$;
|
|
540
586
|
exports.UpdateKeysCommand = UpdateKeysCommand;
|
|
541
|
-
exports.
|
|
587
|
+
exports.UpdateKeysRequest$ = UpdateKeysRequest$;
|
|
588
|
+
exports.UpdateKeysResponse$ = UpdateKeysResponse$;
|
|
589
|
+
exports.ValidationException = ValidationException;
|
|
590
|
+
exports.ValidationException$ = ValidationException$;
|
|
542
591
|
exports.paginateListKeys = paginateListKeys;
|
|
@@ -32,7 +32,12 @@ const getRuntimeConfig = (config) => {
|
|
|
32
32
|
},
|
|
33
33
|
],
|
|
34
34
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
35
|
-
protocol: config?.protocol ??
|
|
35
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
36
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
37
|
+
defaultNamespace: "com.amazonaws.cloudfrontkeyvaluestore",
|
|
38
|
+
version: "2022-07-26",
|
|
39
|
+
serviceTarget: "CloudFrontKeyValueStore",
|
|
40
|
+
},
|
|
36
41
|
serviceId: config?.serviceId ?? "CloudFront KeyValueStore",
|
|
37
42
|
signerConstructor: config?.signerConstructor ?? signature_v4_multi_region_1.SignatureV4MultiRegion,
|
|
38
43
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteKey } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class DeleteKeyCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "DeleteKey", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "DeleteKeyCommand")
|
|
17
|
-
.sc(DeleteKey)
|
|
17
|
+
.sc(DeleteKey$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DescribeKeyValueStore } from "../schemas/schemas_0";
|
|
4
|
+
import { DescribeKeyValueStore$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DescribeKeyValueStoreCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class DescribeKeyValueStoreCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "DescribeKeyValueStore", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "DescribeKeyValueStoreCommand")
|
|
17
|
-
.sc(DescribeKeyValueStore)
|
|
17
|
+
.sc(DescribeKeyValueStore$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetKey } from "../schemas/schemas_0";
|
|
4
|
+
import { GetKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class GetKeyCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "GetKey", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "GetKeyCommand")
|
|
17
|
-
.sc(GetKey)
|
|
17
|
+
.sc(GetKey$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ListKeys } from "../schemas/schemas_0";
|
|
4
|
+
import { ListKeys$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ListKeysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class ListKeysCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "ListKeys", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "ListKeysCommand")
|
|
17
|
-
.sc(ListKeys)
|
|
17
|
+
.sc(ListKeys$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { PutKey } from "../schemas/schemas_0";
|
|
4
|
+
import { PutKey$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class PutKeyCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class PutKeyCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "PutKey", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "PutKeyCommand")
|
|
17
|
-
.sc(PutKey)
|
|
17
|
+
.sc(PutKey$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { UpdateKeys } from "../schemas/schemas_0";
|
|
4
|
+
import { UpdateKeys$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class UpdateKeysCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -14,6 +14,6 @@ export class UpdateKeysCommand extends $Command
|
|
|
14
14
|
})
|
|
15
15
|
.s("CloudFrontKeyValueStore", "UpdateKeys", {})
|
|
16
16
|
.n("CloudFrontKeyValueStoreClient", "UpdateKeysCommand")
|
|
17
|
-
.sc(UpdateKeys)
|
|
17
|
+
.sc(UpdateKeys$)
|
|
18
18
|
.build() {
|
|
19
19
|
}
|
package/dist-es/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export * from "./CloudFrontKeyValueStoreClient";
|
|
2
2
|
export * from "./CloudFrontKeyValueStore";
|
|
3
3
|
export * from "./commands";
|
|
4
|
+
export * from "./schemas/schemas_0";
|
|
4
5
|
export * from "./pagination";
|
|
5
6
|
export * from "./models/errors";
|
|
6
7
|
export { CloudFrontKeyValueStoreServiceException } from "./models/CloudFrontKeyValueStoreServiceException";
|
|
@@ -29,7 +29,12 @@ export const getRuntimeConfig = (config) => {
|
|
|
29
29
|
},
|
|
30
30
|
],
|
|
31
31
|
logger: config?.logger ?? new NoOpLogger(),
|
|
32
|
-
protocol: config?.protocol ??
|
|
32
|
+
protocol: config?.protocol ?? AwsRestJsonProtocol,
|
|
33
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
34
|
+
defaultNamespace: "com.amazonaws.cloudfrontkeyvaluestore",
|
|
35
|
+
version: "2022-07-26",
|
|
36
|
+
serviceTarget: "CloudFrontKeyValueStore",
|
|
37
|
+
},
|
|
33
38
|
serviceId: config?.serviceId ?? "CloudFront KeyValueStore",
|
|
34
39
|
signerConstructor: config?.signerConstructor ?? SignatureV4MultiRegion,
|
|
35
40
|
urlParser: config?.urlParser ?? parseUrl,
|
|
@@ -56,14 +56,14 @@ const _s = "server";
|
|
|
56
56
|
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cloudfrontkeyvaluestore";
|
|
57
57
|
const n0 = "com.amazonaws.cloudfrontkeyvaluestore";
|
|
58
58
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
59
|
-
import { CloudFrontKeyValueStoreServiceException
|
|
60
|
-
import { AccessDeniedException
|
|
61
|
-
|
|
62
|
-
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
63
|
-
TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
64
|
-
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
65
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
66
|
-
export var DeleteKeyRequest = [
|
|
59
|
+
import { CloudFrontKeyValueStoreServiceException } from "../models/CloudFrontKeyValueStoreServiceException";
|
|
60
|
+
import { AccessDeniedException, ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ValidationException, } from "../models/errors";
|
|
61
|
+
var Value = [0, n0, _V, 8, 0];
|
|
62
|
+
export var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_M], [0]];
|
|
63
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
64
|
+
export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_M], [0]];
|
|
65
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
66
|
+
export var DeleteKeyRequest$ = [
|
|
67
67
|
3,
|
|
68
68
|
n0,
|
|
69
69
|
_DKR,
|
|
@@ -75,10 +75,17 @@ export var DeleteKeyRequest = [
|
|
|
75
75
|
[0, { [_hH]: _IM_ }],
|
|
76
76
|
],
|
|
77
77
|
];
|
|
78
|
-
export var DeleteKeyRequestListItem = [3, n0, _DKRLI, 0, [_K], [0]];
|
|
79
|
-
export var DeleteKeyResponse = [
|
|
80
|
-
|
|
81
|
-
|
|
78
|
+
export var DeleteKeyRequestListItem$ = [3, n0, _DKRLI, 0, [_K], [0]];
|
|
79
|
+
export var DeleteKeyResponse$ = [
|
|
80
|
+
3,
|
|
81
|
+
n0,
|
|
82
|
+
_DKRe,
|
|
83
|
+
0,
|
|
84
|
+
[_IC, _TSIB, _ET],
|
|
85
|
+
[1, 1, [0, { [_hH]: _ET }]],
|
|
86
|
+
];
|
|
87
|
+
export var DescribeKeyValueStoreRequest$ = [3, n0, _DKVSR, 0, [_KARN], [[0, 1]]];
|
|
88
|
+
export var DescribeKeyValueStoreResponse$ = [
|
|
82
89
|
3,
|
|
83
90
|
n0,
|
|
84
91
|
_DKVSRe,
|
|
@@ -86,7 +93,7 @@ export var DescribeKeyValueStoreResponse = [
|
|
|
86
93
|
[_IC, _TSIB, _KARN, _C, _ET, _LM, _S, _FR],
|
|
87
94
|
[1, 1, 0, 4, [0, { [_hH]: _ET }], 4, 0, 0],
|
|
88
95
|
];
|
|
89
|
-
export var GetKeyRequest = [
|
|
96
|
+
export var GetKeyRequest$ = [
|
|
90
97
|
3,
|
|
91
98
|
n0,
|
|
92
99
|
_GKR,
|
|
@@ -97,10 +104,17 @@ export var GetKeyRequest = [
|
|
|
97
104
|
[0, 1],
|
|
98
105
|
],
|
|
99
106
|
];
|
|
100
|
-
export var GetKeyResponse = [
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
107
|
+
export var GetKeyResponse$ = [
|
|
108
|
+
3,
|
|
109
|
+
n0,
|
|
110
|
+
_GKRe,
|
|
111
|
+
0,
|
|
112
|
+
[_K, _V, _IC, _TSIB],
|
|
113
|
+
[0, [() => Value, 0], 1, 1],
|
|
114
|
+
];
|
|
115
|
+
export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_M], [0]];
|
|
116
|
+
TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
|
|
117
|
+
export var ListKeysRequest$ = [
|
|
104
118
|
3,
|
|
105
119
|
n0,
|
|
106
120
|
_LKR,
|
|
@@ -112,9 +126,16 @@ export var ListKeysRequest = [
|
|
|
112
126
|
[1, { [_hQ]: _MR }],
|
|
113
127
|
],
|
|
114
128
|
];
|
|
115
|
-
export var ListKeysResponse = [
|
|
116
|
-
|
|
117
|
-
|
|
129
|
+
export var ListKeysResponse$ = [
|
|
130
|
+
3,
|
|
131
|
+
n0,
|
|
132
|
+
_LKRi,
|
|
133
|
+
0,
|
|
134
|
+
[_NT, _I],
|
|
135
|
+
[0, [() => ListKeysResponseList, 0]],
|
|
136
|
+
];
|
|
137
|
+
export var ListKeysResponseListItem$ = [3, n0, _LKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
138
|
+
export var PutKeyRequest$ = [
|
|
118
139
|
3,
|
|
119
140
|
n0,
|
|
120
141
|
_PKR,
|
|
@@ -127,13 +148,13 @@ export var PutKeyRequest = [
|
|
|
127
148
|
[0, { [_hH]: _IM_ }],
|
|
128
149
|
],
|
|
129
150
|
];
|
|
130
|
-
export var PutKeyRequestListItem = [3, n0, _PKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
131
|
-
export var PutKeyResponse = [3, n0, _PKRu, 0, [_IC, _TSIB, _ET], [1, 1, [0, { [_hH]: _ET }]]];
|
|
132
|
-
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
133
|
-
TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
134
|
-
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
135
|
-
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
136
|
-
export var UpdateKeysRequest = [
|
|
151
|
+
export var PutKeyRequestListItem$ = [3, n0, _PKRLI, 0, [_K, _V], [0, [() => Value, 0]]];
|
|
152
|
+
export var PutKeyResponse$ = [3, n0, _PKRu, 0, [_IC, _TSIB, _ET], [1, 1, [0, { [_hH]: _ET }]]];
|
|
153
|
+
export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
154
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
155
|
+
export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_M], [0]];
|
|
156
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
157
|
+
export var UpdateKeysRequest$ = [
|
|
137
158
|
3,
|
|
138
159
|
n0,
|
|
139
160
|
_UKR,
|
|
@@ -141,7 +162,7 @@ export var UpdateKeysRequest = [
|
|
|
141
162
|
[_KARN, _IM, _P, _D],
|
|
142
163
|
[[0, 1], [0, { [_hH]: _IM_ }], [() => PutKeyRequestsList, 0], () => DeleteKeyRequestsList],
|
|
143
164
|
];
|
|
144
|
-
export var UpdateKeysResponse = [
|
|
165
|
+
export var UpdateKeysResponse$ = [
|
|
145
166
|
3,
|
|
146
167
|
n0,
|
|
147
168
|
_UKRp,
|
|
@@ -149,9 +170,9 @@ export var UpdateKeysResponse = [
|
|
|
149
170
|
[_IC, _TSIB, _ET],
|
|
150
171
|
[1, 1, [0, { [_hH]: _ET }]],
|
|
151
172
|
];
|
|
152
|
-
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
153
|
-
TypeRegistry.for(n0).registerError(ValidationException
|
|
154
|
-
export var CloudFrontKeyValueStoreServiceException = [
|
|
173
|
+
export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
174
|
+
TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
175
|
+
export var CloudFrontKeyValueStoreServiceException$ = [
|
|
155
176
|
-3,
|
|
156
177
|
_sm,
|
|
157
178
|
"CloudFrontKeyValueStoreServiceException",
|
|
@@ -159,55 +180,55 @@ export var CloudFrontKeyValueStoreServiceException = [
|
|
|
159
180
|
[],
|
|
160
181
|
[],
|
|
161
182
|
];
|
|
162
|
-
TypeRegistry.for(_sm).registerError(CloudFrontKeyValueStoreServiceException
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
export var DeleteKey = [
|
|
183
|
+
TypeRegistry.for(_sm).registerError(CloudFrontKeyValueStoreServiceException$, CloudFrontKeyValueStoreServiceException);
|
|
184
|
+
var DeleteKeyRequestsList = [1, n0, _DKRL, 0, () => DeleteKeyRequestListItem$];
|
|
185
|
+
var ListKeysResponseList = [1, n0, _LKRL, 0, [() => ListKeysResponseListItem$, 0]];
|
|
186
|
+
var PutKeyRequestsList = [1, n0, _PKRL, 0, [() => PutKeyRequestListItem$, 0]];
|
|
187
|
+
export var DeleteKey$ = [
|
|
167
188
|
9,
|
|
168
189
|
n0,
|
|
169
190
|
_DK,
|
|
170
191
|
{ [_h]: ["DELETE", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
171
|
-
() => DeleteKeyRequest
|
|
172
|
-
() => DeleteKeyResponse
|
|
192
|
+
() => DeleteKeyRequest$,
|
|
193
|
+
() => DeleteKeyResponse$,
|
|
173
194
|
];
|
|
174
|
-
export var DescribeKeyValueStore = [
|
|
195
|
+
export var DescribeKeyValueStore$ = [
|
|
175
196
|
9,
|
|
176
197
|
n0,
|
|
177
198
|
_DKVS,
|
|
178
199
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}", 200] },
|
|
179
|
-
() => DescribeKeyValueStoreRequest
|
|
180
|
-
() => DescribeKeyValueStoreResponse
|
|
200
|
+
() => DescribeKeyValueStoreRequest$,
|
|
201
|
+
() => DescribeKeyValueStoreResponse$,
|
|
181
202
|
];
|
|
182
|
-
export var GetKey = [
|
|
203
|
+
export var GetKey$ = [
|
|
183
204
|
9,
|
|
184
205
|
n0,
|
|
185
206
|
_GK,
|
|
186
207
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
187
|
-
() => GetKeyRequest
|
|
188
|
-
() => GetKeyResponse
|
|
208
|
+
() => GetKeyRequest$,
|
|
209
|
+
() => GetKeyResponse$,
|
|
189
210
|
];
|
|
190
|
-
export var ListKeys = [
|
|
211
|
+
export var ListKeys$ = [
|
|
191
212
|
9,
|
|
192
213
|
n0,
|
|
193
214
|
_LK,
|
|
194
215
|
{ [_h]: ["GET", "/key-value-stores/{KvsARN}/keys", 200] },
|
|
195
|
-
() => ListKeysRequest
|
|
196
|
-
() => ListKeysResponse
|
|
216
|
+
() => ListKeysRequest$,
|
|
217
|
+
() => ListKeysResponse$,
|
|
197
218
|
];
|
|
198
|
-
export var PutKey = [
|
|
219
|
+
export var PutKey$ = [
|
|
199
220
|
9,
|
|
200
221
|
n0,
|
|
201
222
|
_PK,
|
|
202
223
|
{ [_h]: ["PUT", "/key-value-stores/{KvsARN}/keys/{Key}", 200] },
|
|
203
|
-
() => PutKeyRequest
|
|
204
|
-
() => PutKeyResponse
|
|
224
|
+
() => PutKeyRequest$,
|
|
225
|
+
() => PutKeyResponse$,
|
|
205
226
|
];
|
|
206
|
-
export var UpdateKeys = [
|
|
227
|
+
export var UpdateKeys$ = [
|
|
207
228
|
9,
|
|
208
229
|
n0,
|
|
209
230
|
_UK,
|
|
210
231
|
{ [_h]: ["POST", "/key-value-stores/{KvsARN}/keys", 200] },
|
|
211
|
-
() => UpdateKeysRequest
|
|
212
|
-
() => UpdateKeysResponse
|
|
232
|
+
() => UpdateKeysRequest$,
|
|
233
|
+
() => UpdateKeysResponse$,
|
|
213
234
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { DeleteKeyCommandInput, DeleteKeyCommandOutput } from "./commands/DeleteKeyCommand";
|
|
11
11
|
import { DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput } from "./commands/DescribeKeyValueStoreCommand";
|
|
@@ -147,15 +147,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
147
147
|
* Optional extensions
|
|
148
148
|
*/
|
|
149
149
|
extensions?: RuntimeExtension[];
|
|
150
|
-
/**
|
|
151
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
152
|
-
* may be overridden. A default will always be set by the client.
|
|
153
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
154
|
-
* the client.
|
|
155
|
-
* @alpha
|
|
156
|
-
*
|
|
157
|
-
*/
|
|
158
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
159
150
|
/**
|
|
160
151
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
161
152
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
9
9
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
10
10
|
export type { CloudFrontKeyValueStoreExtensionConfiguration } from "./extensionConfiguration";
|
|
11
11
|
export * from "./commands";
|
|
12
|
+
export * from "./schemas/schemas_0";
|
|
12
13
|
export * from "./pagination";
|
|
13
14
|
export * from "./models/errors";
|
|
14
15
|
export type * from "./models/models_0";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -20,8 +20,13 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
20
20
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
22
22
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
23
|
-
apiVersion: string;
|
|
24
23
|
cacheMiddleware?: boolean | undefined;
|
|
24
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
25
|
+
protocolSettings: {
|
|
26
|
+
defaultNamespace?: string;
|
|
27
|
+
[setting: string]: unknown;
|
|
28
|
+
};
|
|
29
|
+
apiVersion: string;
|
|
25
30
|
urlParser: import("@smithy/types").UrlParser;
|
|
26
31
|
base64Decoder: import("@smithy/types").Decoder;
|
|
27
32
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -32,7 +37,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
32
37
|
profile?: string;
|
|
33
38
|
logger: import("@smithy/types").Logger;
|
|
34
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
35
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
36
40
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
37
41
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
38
42
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
|
@@ -6,8 +6,13 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
6
6
|
runtime: string;
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
|
-
apiVersion: string;
|
|
10
9
|
cacheMiddleware?: boolean;
|
|
10
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
11
|
+
protocolSettings: {
|
|
12
|
+
defaultNamespace?: string;
|
|
13
|
+
[setting: string]: unknown;
|
|
14
|
+
};
|
|
15
|
+
apiVersion: string;
|
|
11
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
12
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
13
18
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -27,7 +32,6 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
27
32
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
28
33
|
logger: import("@smithy/types").Logger;
|
|
29
34
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
30
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
31
35
|
defaultsMode: import("@smithy/smithy-client").DefaultsMode | import("@smithy/types").Provider<import("@smithy/smithy-client").DefaultsMode>;
|
|
32
36
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
33
37
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
2
3
|
import type { CloudFrontKeyValueStoreClientConfig } from "./CloudFrontKeyValueStoreClient";
|
|
3
4
|
/**
|
|
@@ -15,7 +16,11 @@ export declare const getRuntimeConfig: (config: CloudFrontKeyValueStoreClientCon
|
|
|
15
16
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFrontKeyValueStoreHttpAuthSchemeProvider;
|
|
16
17
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
17
18
|
logger: import("@smithy/types").Logger;
|
|
18
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").
|
|
19
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof AwsRestJsonProtocol;
|
|
20
|
+
protocolSettings: {
|
|
21
|
+
[setting: string]: unknown;
|
|
22
|
+
defaultNamespace?: string;
|
|
23
|
+
};
|
|
19
24
|
serviceId: string;
|
|
20
25
|
signerConstructor: typeof SignatureV4MultiRegion | (new (options: import("@smithy/signature-v4").SignatureV4Init & import("@smithy/signature-v4").SignatureV4CryptoInit) => import("@smithy/types").RequestSigner);
|
|
21
26
|
urlParser: import("@smithy/types").UrlParser;
|
|
@@ -1,33 +1,29 @@
|
|
|
1
|
-
import type { StaticErrorSchema,
|
|
2
|
-
export declare var
|
|
3
|
-
export declare var
|
|
4
|
-
export declare var
|
|
5
|
-
export declare var
|
|
6
|
-
export declare var
|
|
7
|
-
export declare var
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var GetKey: StaticOperationSchema;
|
|
31
|
-
export declare var ListKeys: StaticOperationSchema;
|
|
32
|
-
export declare var PutKey: StaticOperationSchema;
|
|
33
|
-
export declare var UpdateKeys: StaticOperationSchema;
|
|
1
|
+
import type { StaticErrorSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
3
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
4
|
+
export declare var DeleteKeyRequest$: StaticStructureSchema;
|
|
5
|
+
export declare var DeleteKeyRequestListItem$: StaticStructureSchema;
|
|
6
|
+
export declare var DeleteKeyResponse$: StaticStructureSchema;
|
|
7
|
+
export declare var DescribeKeyValueStoreRequest$: StaticStructureSchema;
|
|
8
|
+
export declare var DescribeKeyValueStoreResponse$: StaticStructureSchema;
|
|
9
|
+
export declare var GetKeyRequest$: StaticStructureSchema;
|
|
10
|
+
export declare var GetKeyResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
12
|
+
export declare var ListKeysRequest$: StaticStructureSchema;
|
|
13
|
+
export declare var ListKeysResponse$: StaticStructureSchema;
|
|
14
|
+
export declare var ListKeysResponseListItem$: StaticStructureSchema;
|
|
15
|
+
export declare var PutKeyRequest$: StaticStructureSchema;
|
|
16
|
+
export declare var PutKeyRequestListItem$: StaticStructureSchema;
|
|
17
|
+
export declare var PutKeyResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
19
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
20
|
+
export declare var UpdateKeysRequest$: StaticStructureSchema;
|
|
21
|
+
export declare var UpdateKeysResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
23
|
+
export declare var CloudFrontKeyValueStoreServiceException$: StaticErrorSchema;
|
|
24
|
+
export declare var DeleteKey$: StaticOperationSchema;
|
|
25
|
+
export declare var DescribeKeyValueStore$: StaticOperationSchema;
|
|
26
|
+
export declare var GetKey$: StaticOperationSchema;
|
|
27
|
+
export declare var ListKeys$: StaticOperationSchema;
|
|
28
|
+
export declare var PutKey$: StaticOperationSchema;
|
|
29
|
+
export declare var UpdateKeys$: StaticOperationSchema;
|
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -117,7 +114,6 @@ export interface ClientDefaults
|
|
|
117
114
|
retryMode?: string | __Provider<string>;
|
|
118
115
|
logger?: __Logger;
|
|
119
116
|
extensions?: RuntimeExtension[];
|
|
120
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
121
117
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
122
118
|
}
|
|
123
119
|
export type CloudFrontKeyValueStoreClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { CloudFrontKeyValueStoreExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/errors";
|
|
9
10
|
export * from "./models/models_0";
|
|
@@ -27,8 +27,16 @@ export declare const getRuntimeConfig: (
|
|
|
27
27
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
29
29
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
30
|
-
apiVersion: string;
|
|
31
30
|
cacheMiddleware?: boolean | undefined;
|
|
31
|
+
protocol:
|
|
32
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
33
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
34
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
35
|
+
protocolSettings: {
|
|
36
|
+
defaultNamespace?: string;
|
|
37
|
+
[setting: string]: unknown;
|
|
38
|
+
};
|
|
39
|
+
apiVersion: string;
|
|
32
40
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
41
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
42
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -39,10 +47,6 @@ export declare const getRuntimeConfig: (
|
|
|
39
47
|
profile?: string;
|
|
40
48
|
logger: import("@smithy/types").Logger;
|
|
41
49
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
42
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
43
|
-
import("@smithy/types").HttpRequest,
|
|
44
|
-
import("@smithy/types").HttpResponse
|
|
45
|
-
>;
|
|
46
50
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
47
51
|
userAgentAppId?:
|
|
48
52
|
| string
|
|
@@ -31,8 +31,16 @@ export declare const getRuntimeConfig: (
|
|
|
31
31
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
32
32
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
33
33
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
34
|
-
apiVersion: string;
|
|
35
34
|
cacheMiddleware?: boolean | undefined;
|
|
35
|
+
protocol:
|
|
36
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
37
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
38
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
39
|
+
protocolSettings: {
|
|
40
|
+
defaultNamespace?: string;
|
|
41
|
+
[setting: string]: unknown;
|
|
42
|
+
};
|
|
43
|
+
apiVersion: string;
|
|
36
44
|
urlParser: import("@smithy/types").UrlParser;
|
|
37
45
|
base64Decoder: import("@smithy/types").Decoder;
|
|
38
46
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -43,10 +51,6 @@ export declare const getRuntimeConfig: (
|
|
|
43
51
|
profile?: string;
|
|
44
52
|
logger: import("@smithy/types").Logger;
|
|
45
53
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
46
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
47
|
-
import("@smithy/types").HttpRequest,
|
|
48
|
-
import("@smithy/types").HttpResponse
|
|
49
|
-
>;
|
|
50
54
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
51
55
|
retryStrategy?:
|
|
52
56
|
| import("@smithy/types").RetryStrategy
|
|
@@ -10,8 +10,16 @@ export declare const getRuntimeConfig: (
|
|
|
10
10
|
| Record<string, unknown>
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
|
-
apiVersion: string;
|
|
14
13
|
cacheMiddleware?: boolean;
|
|
14
|
+
protocol:
|
|
15
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
16
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
17
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
18
|
+
protocolSettings: {
|
|
19
|
+
defaultNamespace?: string;
|
|
20
|
+
[setting: string]: unknown;
|
|
21
|
+
};
|
|
22
|
+
apiVersion: string;
|
|
15
23
|
urlParser: import("@smithy/types").UrlParser;
|
|
16
24
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
17
25
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (
|
|
|
38
46
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
defaultsMode:
|
|
46
50
|
| import("@smithy/smithy-client").DefaultsMode
|
|
47
51
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { SignatureV4MultiRegion } from "@aws-sdk/signature-v4-multi-region";
|
|
2
3
|
import { CloudFrontKeyValueStoreClientConfig } from "./CloudFrontKeyValueStoreClient";
|
|
3
4
|
export declare const getRuntimeConfig: (
|
|
@@ -17,10 +18,14 @@ export declare const getRuntimeConfig: (
|
|
|
17
18
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").CloudFrontKeyValueStoreHttpAuthSchemeProvider;
|
|
18
19
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
19
20
|
logger: import("@smithy/types").Logger;
|
|
20
|
-
protocol:
|
|
21
|
-
import("@smithy/types").
|
|
22
|
-
import("@smithy/types").
|
|
23
|
-
|
|
21
|
+
protocol:
|
|
22
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
23
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
24
|
+
| typeof AwsRestJsonProtocol;
|
|
25
|
+
protocolSettings: {
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
defaultNamespace?: string;
|
|
28
|
+
};
|
|
24
29
|
serviceId: string;
|
|
25
30
|
signerConstructor:
|
|
26
31
|
| typeof SignatureV4MultiRegion
|
|
@@ -1,39 +1,33 @@
|
|
|
1
1
|
import {
|
|
2
2
|
StaticErrorSchema,
|
|
3
|
-
StaticListSchema,
|
|
4
3
|
StaticOperationSchema,
|
|
5
|
-
StaticSimpleSchema,
|
|
6
4
|
StaticStructureSchema,
|
|
7
5
|
} from "@smithy/types";
|
|
8
|
-
export declare var
|
|
9
|
-
export declare var
|
|
10
|
-
export declare var
|
|
11
|
-
export declare var
|
|
12
|
-
export declare var
|
|
13
|
-
export declare var
|
|
14
|
-
export declare var
|
|
15
|
-
export declare var
|
|
16
|
-
export declare var
|
|
17
|
-
export declare var
|
|
18
|
-
export declare var
|
|
19
|
-
export declare var
|
|
20
|
-
export declare var
|
|
21
|
-
export declare var
|
|
22
|
-
export declare var
|
|
23
|
-
export declare var
|
|
24
|
-
export declare var
|
|
25
|
-
export declare var
|
|
26
|
-
export declare var
|
|
27
|
-
export declare var
|
|
28
|
-
export declare var
|
|
29
|
-
export declare var
|
|
30
|
-
export declare var
|
|
31
|
-
export declare var
|
|
32
|
-
export declare var
|
|
33
|
-
export declare var
|
|
34
|
-
export declare var
|
|
35
|
-
export declare var
|
|
36
|
-
export declare var GetKey: StaticOperationSchema;
|
|
37
|
-
export declare var ListKeys: StaticOperationSchema;
|
|
38
|
-
export declare var PutKey: StaticOperationSchema;
|
|
39
|
-
export declare var UpdateKeys: StaticOperationSchema;
|
|
6
|
+
export declare var AccessDeniedException$: StaticErrorSchema;
|
|
7
|
+
export declare var ConflictException$: StaticErrorSchema;
|
|
8
|
+
export declare var DeleteKeyRequest$: StaticStructureSchema;
|
|
9
|
+
export declare var DeleteKeyRequestListItem$: StaticStructureSchema;
|
|
10
|
+
export declare var DeleteKeyResponse$: StaticStructureSchema;
|
|
11
|
+
export declare var DescribeKeyValueStoreRequest$: StaticStructureSchema;
|
|
12
|
+
export declare var DescribeKeyValueStoreResponse$: StaticStructureSchema;
|
|
13
|
+
export declare var GetKeyRequest$: StaticStructureSchema;
|
|
14
|
+
export declare var GetKeyResponse$: StaticStructureSchema;
|
|
15
|
+
export declare var InternalServerException$: StaticErrorSchema;
|
|
16
|
+
export declare var ListKeysRequest$: StaticStructureSchema;
|
|
17
|
+
export declare var ListKeysResponse$: StaticStructureSchema;
|
|
18
|
+
export declare var ListKeysResponseListItem$: StaticStructureSchema;
|
|
19
|
+
export declare var PutKeyRequest$: StaticStructureSchema;
|
|
20
|
+
export declare var PutKeyRequestListItem$: StaticStructureSchema;
|
|
21
|
+
export declare var PutKeyResponse$: StaticStructureSchema;
|
|
22
|
+
export declare var ResourceNotFoundException$: StaticErrorSchema;
|
|
23
|
+
export declare var ServiceQuotaExceededException$: StaticErrorSchema;
|
|
24
|
+
export declare var UpdateKeysRequest$: StaticStructureSchema;
|
|
25
|
+
export declare var UpdateKeysResponse$: StaticStructureSchema;
|
|
26
|
+
export declare var ValidationException$: StaticErrorSchema;
|
|
27
|
+
export declare var CloudFrontKeyValueStoreServiceException$: StaticErrorSchema;
|
|
28
|
+
export declare var DeleteKey$: StaticOperationSchema;
|
|
29
|
+
export declare var DescribeKeyValueStore$: StaticOperationSchema;
|
|
30
|
+
export declare var GetKey$: StaticOperationSchema;
|
|
31
|
+
export declare var ListKeys$: StaticOperationSchema;
|
|
32
|
+
export declare var PutKey$: StaticOperationSchema;
|
|
33
|
+
export declare var UpdateKeys$: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudfront-keyvaluestore",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudfront Keyvaluestore Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.954.0",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "concurrently 'yarn:build:
|
|
6
|
+
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront-keyvaluestore",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
|
@@ -21,42 +21,42 @@
|
|
|
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.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^4.4.
|
|
37
|
-
"@smithy/core": "^3.
|
|
38
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
39
|
-
"@smithy/hash-node": "^4.2.
|
|
40
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
41
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
42
|
-
"@smithy/middleware-endpoint": "^4.
|
|
43
|
-
"@smithy/middleware-retry": "^4.4.
|
|
44
|
-
"@smithy/middleware-serde": "^4.2.
|
|
45
|
-
"@smithy/middleware-stack": "^4.2.
|
|
46
|
-
"@smithy/node-config-provider": "^4.3.
|
|
47
|
-
"@smithy/node-http-handler": "^4.4.
|
|
48
|
-
"@smithy/protocol-http": "^5.3.
|
|
49
|
-
"@smithy/smithy-client": "^4.
|
|
50
|
-
"@smithy/types": "^4.
|
|
51
|
-
"@smithy/url-parser": "^4.2.
|
|
24
|
+
"@aws-sdk/core": "3.954.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.954.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.953.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.953.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.953.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.954.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.953.0",
|
|
31
|
+
"@aws-sdk/signature-v4-multi-region": "3.954.0",
|
|
32
|
+
"@aws-sdk/types": "3.953.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.953.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.953.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.954.0",
|
|
36
|
+
"@smithy/config-resolver": "^4.4.4",
|
|
37
|
+
"@smithy/core": "^3.19.0",
|
|
38
|
+
"@smithy/fetch-http-handler": "^5.3.7",
|
|
39
|
+
"@smithy/hash-node": "^4.2.6",
|
|
40
|
+
"@smithy/invalid-dependency": "^4.2.6",
|
|
41
|
+
"@smithy/middleware-content-length": "^4.2.6",
|
|
42
|
+
"@smithy/middleware-endpoint": "^4.4.0",
|
|
43
|
+
"@smithy/middleware-retry": "^4.4.16",
|
|
44
|
+
"@smithy/middleware-serde": "^4.2.7",
|
|
45
|
+
"@smithy/middleware-stack": "^4.2.6",
|
|
46
|
+
"@smithy/node-config-provider": "^4.3.6",
|
|
47
|
+
"@smithy/node-http-handler": "^4.4.6",
|
|
48
|
+
"@smithy/protocol-http": "^5.3.6",
|
|
49
|
+
"@smithy/smithy-client": "^4.10.1",
|
|
50
|
+
"@smithy/types": "^4.10.0",
|
|
51
|
+
"@smithy/url-parser": "^4.2.6",
|
|
52
52
|
"@smithy/util-base64": "^4.3.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
57
|
-
"@smithy/util-endpoints": "^3.2.
|
|
58
|
-
"@smithy/util-middleware": "^4.2.
|
|
59
|
-
"@smithy/util-retry": "^4.2.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^4.3.15",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^4.2.18",
|
|
57
|
+
"@smithy/util-endpoints": "^3.2.6",
|
|
58
|
+
"@smithy/util-middleware": "^4.2.6",
|
|
59
|
+
"@smithy/util-retry": "^4.2.6",
|
|
60
60
|
"@smithy/util-utf8": "^4.2.0",
|
|
61
61
|
"tslib": "^2.6.2"
|
|
62
62
|
},
|