@aws-sdk/client-cloudfront 3.454.0 → 3.457.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/README.md +40 -0
- package/dist-cjs/CloudFront.js +10 -0
- package/dist-cjs/commands/CreateKeyValueStoreCommand.js +51 -0
- package/dist-cjs/commands/DeleteKeyValueStoreCommand.js +51 -0
- package/dist-cjs/commands/DescribeKeyValueStoreCommand.js +51 -0
- package/dist-cjs/commands/ListKeyValueStoresCommand.js +51 -0
- package/dist-cjs/commands/UpdateKeyValueStoreCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +63 -18
- package/dist-cjs/models/models_1.js +29 -1
- package/dist-cjs/pagination/ListKeyValueStoresPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restXml.js +514 -5
- package/dist-es/CloudFront.js +10 -0
- package/dist-es/commands/CreateKeyValueStoreCommand.js +47 -0
- package/dist-es/commands/DeleteKeyValueStoreCommand.js +47 -0
- package/dist-es/commands/DescribeKeyValueStoreCommand.js +47 -0
- package/dist-es/commands/ListKeyValueStoresCommand.js +47 -0
- package/dist-es/commands/UpdateKeyValueStoreCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +55 -14
- package/dist-es/models/models_1.js +27 -0
- package/dist-es/pagination/ListKeyValueStoresPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restXml.js +501 -2
- package/dist-types/CloudFront.d.ts +35 -0
- package/dist-types/CloudFrontClient.d.ts +7 -2
- package/dist-types/commands/CreateFunctionCommand.d.ts +68 -0
- package/dist-types/commands/CreateKeyValueStoreCommand.d.ts +133 -0
- package/dist-types/commands/CreateResponseHeadersPolicyCommand.d.ts +1 -2
- package/dist-types/commands/DeleteKeyValueStoreCommand.d.ts +100 -0
- package/dist-types/commands/DescribeFunctionCommand.d.ts +8 -0
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +114 -0
- package/dist-types/commands/ListFunctionsCommand.d.ts +8 -0
- package/dist-types/commands/ListKeyValueStoresCommand.d.ts +127 -0
- package/dist-types/commands/PublishFunctionCommand.d.ts +8 -0
- package/dist-types/commands/TestFunctionCommand.d.ts +8 -0
- package/dist-types/commands/UpdateFunctionCommand.d.ts +68 -0
- package/dist-types/commands/UpdateKeyValueStoreCommand.d.ts +125 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +198 -380
- package/dist-types/models/models_1.d.ts +518 -3
- package/dist-types/pagination/ListKeyValueStoresPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restXml.d.ts +45 -0
- package/dist-types/ts3.4/CloudFront.d.ts +85 -0
- package/dist-types/ts3.4/CloudFrontClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/CreateKeyValueStoreCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateResponseHeadersPolicyCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteKeyValueStoreCommand.d.ts +34 -0
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListKeyValueStoresCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateKeyValueStoreCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +67 -67
- package/dist-types/ts3.4/models/models_1.d.ts +113 -2
- package/dist-types/ts3.4/pagination/ListKeyValueStoresPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restXml.d.ts +60 -0
- package/package.json +1 -1
|
@@ -12,6 +12,7 @@ import { CreateFieldLevelEncryptionProfileCommandInput, CreateFieldLevelEncrypti
|
|
|
12
12
|
import { CreateFunctionCommandInput, CreateFunctionCommandOutput } from "../commands/CreateFunctionCommand";
|
|
13
13
|
import { CreateInvalidationCommandInput, CreateInvalidationCommandOutput } from "../commands/CreateInvalidationCommand";
|
|
14
14
|
import { CreateKeyGroupCommandInput, CreateKeyGroupCommandOutput } from "../commands/CreateKeyGroupCommand";
|
|
15
|
+
import { CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput } from "../commands/CreateKeyValueStoreCommand";
|
|
15
16
|
import { CreateMonitoringSubscriptionCommandInput, CreateMonitoringSubscriptionCommandOutput } from "../commands/CreateMonitoringSubscriptionCommand";
|
|
16
17
|
import { CreateOriginAccessControlCommandInput, CreateOriginAccessControlCommandOutput } from "../commands/CreateOriginAccessControlCommand";
|
|
17
18
|
import { CreateOriginRequestPolicyCommandInput, CreateOriginRequestPolicyCommandOutput } from "../commands/CreateOriginRequestPolicyCommand";
|
|
@@ -28,6 +29,7 @@ import { DeleteFieldLevelEncryptionConfigCommandInput, DeleteFieldLevelEncryptio
|
|
|
28
29
|
import { DeleteFieldLevelEncryptionProfileCommandInput, DeleteFieldLevelEncryptionProfileCommandOutput } from "../commands/DeleteFieldLevelEncryptionProfileCommand";
|
|
29
30
|
import { DeleteFunctionCommandInput, DeleteFunctionCommandOutput } from "../commands/DeleteFunctionCommand";
|
|
30
31
|
import { DeleteKeyGroupCommandInput, DeleteKeyGroupCommandOutput } from "../commands/DeleteKeyGroupCommand";
|
|
32
|
+
import { DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput } from "../commands/DeleteKeyValueStoreCommand";
|
|
31
33
|
import { DeleteMonitoringSubscriptionCommandInput, DeleteMonitoringSubscriptionCommandOutput } from "../commands/DeleteMonitoringSubscriptionCommand";
|
|
32
34
|
import { DeleteOriginAccessControlCommandInput, DeleteOriginAccessControlCommandOutput } from "../commands/DeleteOriginAccessControlCommand";
|
|
33
35
|
import { DeleteOriginRequestPolicyCommandInput, DeleteOriginRequestPolicyCommandOutput } from "../commands/DeleteOriginRequestPolicyCommand";
|
|
@@ -36,6 +38,7 @@ import { DeleteRealtimeLogConfigCommandInput, DeleteRealtimeLogConfigCommandOutp
|
|
|
36
38
|
import { DeleteResponseHeadersPolicyCommandInput, DeleteResponseHeadersPolicyCommandOutput } from "../commands/DeleteResponseHeadersPolicyCommand";
|
|
37
39
|
import { DeleteStreamingDistributionCommandInput, DeleteStreamingDistributionCommandOutput } from "../commands/DeleteStreamingDistributionCommand";
|
|
38
40
|
import { DescribeFunctionCommandInput, DescribeFunctionCommandOutput } from "../commands/DescribeFunctionCommand";
|
|
41
|
+
import { DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput } from "../commands/DescribeKeyValueStoreCommand";
|
|
39
42
|
import { GetCachePolicyCommandInput, GetCachePolicyCommandOutput } from "../commands/GetCachePolicyCommand";
|
|
40
43
|
import { GetCachePolicyConfigCommandInput, GetCachePolicyConfigCommandOutput } from "../commands/GetCachePolicyConfigCommand";
|
|
41
44
|
import { GetCloudFrontOriginAccessIdentityCommandInput, GetCloudFrontOriginAccessIdentityCommandOutput } from "../commands/GetCloudFrontOriginAccessIdentityCommand";
|
|
@@ -80,6 +83,7 @@ import { ListFieldLevelEncryptionProfilesCommandInput, ListFieldLevelEncryptionP
|
|
|
80
83
|
import { ListFunctionsCommandInput, ListFunctionsCommandOutput } from "../commands/ListFunctionsCommand";
|
|
81
84
|
import { ListInvalidationsCommandInput, ListInvalidationsCommandOutput } from "../commands/ListInvalidationsCommand";
|
|
82
85
|
import { ListKeyGroupsCommandInput, ListKeyGroupsCommandOutput } from "../commands/ListKeyGroupsCommand";
|
|
86
|
+
import { ListKeyValueStoresCommandInput, ListKeyValueStoresCommandOutput } from "../commands/ListKeyValueStoresCommand";
|
|
83
87
|
import { ListOriginAccessControlsCommandInput, ListOriginAccessControlsCommandOutput } from "../commands/ListOriginAccessControlsCommand";
|
|
84
88
|
import { ListOriginRequestPoliciesCommandInput, ListOriginRequestPoliciesCommandOutput } from "../commands/ListOriginRequestPoliciesCommand";
|
|
85
89
|
import { ListPublicKeysCommandInput, ListPublicKeysCommandOutput } from "../commands/ListPublicKeysCommand";
|
|
@@ -100,6 +104,7 @@ import { UpdateFieldLevelEncryptionConfigCommandInput, UpdateFieldLevelEncryptio
|
|
|
100
104
|
import { UpdateFieldLevelEncryptionProfileCommandInput, UpdateFieldLevelEncryptionProfileCommandOutput } from "../commands/UpdateFieldLevelEncryptionProfileCommand";
|
|
101
105
|
import { UpdateFunctionCommandInput, UpdateFunctionCommandOutput } from "../commands/UpdateFunctionCommand";
|
|
102
106
|
import { UpdateKeyGroupCommandInput, UpdateKeyGroupCommandOutput } from "../commands/UpdateKeyGroupCommand";
|
|
107
|
+
import { UpdateKeyValueStoreCommandInput, UpdateKeyValueStoreCommandOutput } from "../commands/UpdateKeyValueStoreCommand";
|
|
103
108
|
import { UpdateOriginAccessControlCommandInput, UpdateOriginAccessControlCommandOutput } from "../commands/UpdateOriginAccessControlCommand";
|
|
104
109
|
import { UpdateOriginRequestPolicyCommandInput, UpdateOriginRequestPolicyCommandOutput } from "../commands/UpdateOriginRequestPolicyCommand";
|
|
105
110
|
import { UpdatePublicKeyCommandInput, UpdatePublicKeyCommandOutput } from "../commands/UpdatePublicKeyCommand";
|
|
@@ -154,6 +159,10 @@ export declare const se_CreateInvalidationCommand: (input: CreateInvalidationCom
|
|
|
154
159
|
* serializeAws_restXmlCreateKeyGroupCommand
|
|
155
160
|
*/
|
|
156
161
|
export declare const se_CreateKeyGroupCommand: (input: CreateKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
162
|
+
/**
|
|
163
|
+
* serializeAws_restXmlCreateKeyValueStoreCommand
|
|
164
|
+
*/
|
|
165
|
+
export declare const se_CreateKeyValueStoreCommand: (input: CreateKeyValueStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
157
166
|
/**
|
|
158
167
|
* serializeAws_restXmlCreateMonitoringSubscriptionCommand
|
|
159
168
|
*/
|
|
@@ -218,6 +227,10 @@ export declare const se_DeleteFunctionCommand: (input: DeleteFunctionCommandInpu
|
|
|
218
227
|
* serializeAws_restXmlDeleteKeyGroupCommand
|
|
219
228
|
*/
|
|
220
229
|
export declare const se_DeleteKeyGroupCommand: (input: DeleteKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
/**
|
|
231
|
+
* serializeAws_restXmlDeleteKeyValueStoreCommand
|
|
232
|
+
*/
|
|
233
|
+
export declare const se_DeleteKeyValueStoreCommand: (input: DeleteKeyValueStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
234
|
/**
|
|
222
235
|
* serializeAws_restXmlDeleteMonitoringSubscriptionCommand
|
|
223
236
|
*/
|
|
@@ -250,6 +263,10 @@ export declare const se_DeleteStreamingDistributionCommand: (input: DeleteStream
|
|
|
250
263
|
* serializeAws_restXmlDescribeFunctionCommand
|
|
251
264
|
*/
|
|
252
265
|
export declare const se_DescribeFunctionCommand: (input: DescribeFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
266
|
+
/**
|
|
267
|
+
* serializeAws_restXmlDescribeKeyValueStoreCommand
|
|
268
|
+
*/
|
|
269
|
+
export declare const se_DescribeKeyValueStoreCommand: (input: DescribeKeyValueStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
270
|
/**
|
|
254
271
|
* serializeAws_restXmlGetCachePolicyCommand
|
|
255
272
|
*/
|
|
@@ -426,6 +443,10 @@ export declare const se_ListInvalidationsCommand: (input: ListInvalidationsComma
|
|
|
426
443
|
* serializeAws_restXmlListKeyGroupsCommand
|
|
427
444
|
*/
|
|
428
445
|
export declare const se_ListKeyGroupsCommand: (input: ListKeyGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
446
|
+
/**
|
|
447
|
+
* serializeAws_restXmlListKeyValueStoresCommand
|
|
448
|
+
*/
|
|
449
|
+
export declare const se_ListKeyValueStoresCommand: (input: ListKeyValueStoresCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
429
450
|
/**
|
|
430
451
|
* serializeAws_restXmlListOriginAccessControlsCommand
|
|
431
452
|
*/
|
|
@@ -506,6 +527,10 @@ export declare const se_UpdateFunctionCommand: (input: UpdateFunctionCommandInpu
|
|
|
506
527
|
* serializeAws_restXmlUpdateKeyGroupCommand
|
|
507
528
|
*/
|
|
508
529
|
export declare const se_UpdateKeyGroupCommand: (input: UpdateKeyGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
530
|
+
/**
|
|
531
|
+
* serializeAws_restXmlUpdateKeyValueStoreCommand
|
|
532
|
+
*/
|
|
533
|
+
export declare const se_UpdateKeyValueStoreCommand: (input: UpdateKeyValueStoreCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
509
534
|
/**
|
|
510
535
|
* serializeAws_restXmlUpdateOriginAccessControlCommand
|
|
511
536
|
*/
|
|
@@ -578,6 +603,10 @@ export declare const de_CreateInvalidationCommand: (output: __HttpResponse, cont
|
|
|
578
603
|
* deserializeAws_restXmlCreateKeyGroupCommand
|
|
579
604
|
*/
|
|
580
605
|
export declare const de_CreateKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyGroupCommandOutput>;
|
|
606
|
+
/**
|
|
607
|
+
* deserializeAws_restXmlCreateKeyValueStoreCommand
|
|
608
|
+
*/
|
|
609
|
+
export declare const de_CreateKeyValueStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateKeyValueStoreCommandOutput>;
|
|
581
610
|
/**
|
|
582
611
|
* deserializeAws_restXmlCreateMonitoringSubscriptionCommand
|
|
583
612
|
*/
|
|
@@ -642,6 +671,10 @@ export declare const de_DeleteFunctionCommand: (output: __HttpResponse, context:
|
|
|
642
671
|
* deserializeAws_restXmlDeleteKeyGroupCommand
|
|
643
672
|
*/
|
|
644
673
|
export declare const de_DeleteKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyGroupCommandOutput>;
|
|
674
|
+
/**
|
|
675
|
+
* deserializeAws_restXmlDeleteKeyValueStoreCommand
|
|
676
|
+
*/
|
|
677
|
+
export declare const de_DeleteKeyValueStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteKeyValueStoreCommandOutput>;
|
|
645
678
|
/**
|
|
646
679
|
* deserializeAws_restXmlDeleteMonitoringSubscriptionCommand
|
|
647
680
|
*/
|
|
@@ -674,6 +707,10 @@ export declare const de_DeleteStreamingDistributionCommand: (output: __HttpRespo
|
|
|
674
707
|
* deserializeAws_restXmlDescribeFunctionCommand
|
|
675
708
|
*/
|
|
676
709
|
export declare const de_DescribeFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFunctionCommandOutput>;
|
|
710
|
+
/**
|
|
711
|
+
* deserializeAws_restXmlDescribeKeyValueStoreCommand
|
|
712
|
+
*/
|
|
713
|
+
export declare const de_DescribeKeyValueStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeKeyValueStoreCommandOutput>;
|
|
677
714
|
/**
|
|
678
715
|
* deserializeAws_restXmlGetCachePolicyCommand
|
|
679
716
|
*/
|
|
@@ -850,6 +887,10 @@ export declare const de_ListInvalidationsCommand: (output: __HttpResponse, conte
|
|
|
850
887
|
* deserializeAws_restXmlListKeyGroupsCommand
|
|
851
888
|
*/
|
|
852
889
|
export declare const de_ListKeyGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyGroupsCommandOutput>;
|
|
890
|
+
/**
|
|
891
|
+
* deserializeAws_restXmlListKeyValueStoresCommand
|
|
892
|
+
*/
|
|
893
|
+
export declare const de_ListKeyValueStoresCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListKeyValueStoresCommandOutput>;
|
|
853
894
|
/**
|
|
854
895
|
* deserializeAws_restXmlListOriginAccessControlsCommand
|
|
855
896
|
*/
|
|
@@ -930,6 +971,10 @@ export declare const de_UpdateFunctionCommand: (output: __HttpResponse, context:
|
|
|
930
971
|
* deserializeAws_restXmlUpdateKeyGroupCommand
|
|
931
972
|
*/
|
|
932
973
|
export declare const de_UpdateKeyGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyGroupCommandOutput>;
|
|
974
|
+
/**
|
|
975
|
+
* deserializeAws_restXmlUpdateKeyValueStoreCommand
|
|
976
|
+
*/
|
|
977
|
+
export declare const de_UpdateKeyValueStoreCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateKeyValueStoreCommandOutput>;
|
|
933
978
|
/**
|
|
934
979
|
* deserializeAws_restXmlUpdateOriginAccessControlCommand
|
|
935
980
|
*/
|
|
@@ -48,6 +48,10 @@ import {
|
|
|
48
48
|
CreateKeyGroupCommandInput,
|
|
49
49
|
CreateKeyGroupCommandOutput,
|
|
50
50
|
} from "./commands/CreateKeyGroupCommand";
|
|
51
|
+
import {
|
|
52
|
+
CreateKeyValueStoreCommandInput,
|
|
53
|
+
CreateKeyValueStoreCommandOutput,
|
|
54
|
+
} from "./commands/CreateKeyValueStoreCommand";
|
|
51
55
|
import {
|
|
52
56
|
CreateMonitoringSubscriptionCommandInput,
|
|
53
57
|
CreateMonitoringSubscriptionCommandOutput,
|
|
@@ -112,6 +116,10 @@ import {
|
|
|
112
116
|
DeleteKeyGroupCommandInput,
|
|
113
117
|
DeleteKeyGroupCommandOutput,
|
|
114
118
|
} from "./commands/DeleteKeyGroupCommand";
|
|
119
|
+
import {
|
|
120
|
+
DeleteKeyValueStoreCommandInput,
|
|
121
|
+
DeleteKeyValueStoreCommandOutput,
|
|
122
|
+
} from "./commands/DeleteKeyValueStoreCommand";
|
|
115
123
|
import {
|
|
116
124
|
DeleteMonitoringSubscriptionCommandInput,
|
|
117
125
|
DeleteMonitoringSubscriptionCommandOutput,
|
|
@@ -144,6 +152,10 @@ import {
|
|
|
144
152
|
DescribeFunctionCommandInput,
|
|
145
153
|
DescribeFunctionCommandOutput,
|
|
146
154
|
} from "./commands/DescribeFunctionCommand";
|
|
155
|
+
import {
|
|
156
|
+
DescribeKeyValueStoreCommandInput,
|
|
157
|
+
DescribeKeyValueStoreCommandOutput,
|
|
158
|
+
} from "./commands/DescribeKeyValueStoreCommand";
|
|
147
159
|
import {
|
|
148
160
|
GetCachePolicyCommandInput,
|
|
149
161
|
GetCachePolicyCommandOutput,
|
|
@@ -320,6 +332,10 @@ import {
|
|
|
320
332
|
ListKeyGroupsCommandInput,
|
|
321
333
|
ListKeyGroupsCommandOutput,
|
|
322
334
|
} from "./commands/ListKeyGroupsCommand";
|
|
335
|
+
import {
|
|
336
|
+
ListKeyValueStoresCommandInput,
|
|
337
|
+
ListKeyValueStoresCommandOutput,
|
|
338
|
+
} from "./commands/ListKeyValueStoresCommand";
|
|
323
339
|
import {
|
|
324
340
|
ListOriginAccessControlsCommandInput,
|
|
325
341
|
ListOriginAccessControlsCommandOutput,
|
|
@@ -400,6 +416,10 @@ import {
|
|
|
400
416
|
UpdateKeyGroupCommandInput,
|
|
401
417
|
UpdateKeyGroupCommandOutput,
|
|
402
418
|
} from "./commands/UpdateKeyGroupCommand";
|
|
419
|
+
import {
|
|
420
|
+
UpdateKeyValueStoreCommandInput,
|
|
421
|
+
UpdateKeyValueStoreCommandOutput,
|
|
422
|
+
} from "./commands/UpdateKeyValueStoreCommand";
|
|
403
423
|
import {
|
|
404
424
|
UpdateOriginAccessControlCommandInput,
|
|
405
425
|
UpdateOriginAccessControlCommandOutput,
|
|
@@ -593,6 +613,19 @@ export interface CloudFront {
|
|
|
593
613
|
options: __HttpHandlerOptions,
|
|
594
614
|
cb: (err: any, data?: CreateKeyGroupCommandOutput) => void
|
|
595
615
|
): void;
|
|
616
|
+
createKeyValueStore(
|
|
617
|
+
args: CreateKeyValueStoreCommandInput,
|
|
618
|
+
options?: __HttpHandlerOptions
|
|
619
|
+
): Promise<CreateKeyValueStoreCommandOutput>;
|
|
620
|
+
createKeyValueStore(
|
|
621
|
+
args: CreateKeyValueStoreCommandInput,
|
|
622
|
+
cb: (err: any, data?: CreateKeyValueStoreCommandOutput) => void
|
|
623
|
+
): void;
|
|
624
|
+
createKeyValueStore(
|
|
625
|
+
args: CreateKeyValueStoreCommandInput,
|
|
626
|
+
options: __HttpHandlerOptions,
|
|
627
|
+
cb: (err: any, data?: CreateKeyValueStoreCommandOutput) => void
|
|
628
|
+
): void;
|
|
596
629
|
createMonitoringSubscription(
|
|
597
630
|
args: CreateMonitoringSubscriptionCommandInput,
|
|
598
631
|
options?: __HttpHandlerOptions
|
|
@@ -819,6 +852,19 @@ export interface CloudFront {
|
|
|
819
852
|
options: __HttpHandlerOptions,
|
|
820
853
|
cb: (err: any, data?: DeleteKeyGroupCommandOutput) => void
|
|
821
854
|
): void;
|
|
855
|
+
deleteKeyValueStore(
|
|
856
|
+
args: DeleteKeyValueStoreCommandInput,
|
|
857
|
+
options?: __HttpHandlerOptions
|
|
858
|
+
): Promise<DeleteKeyValueStoreCommandOutput>;
|
|
859
|
+
deleteKeyValueStore(
|
|
860
|
+
args: DeleteKeyValueStoreCommandInput,
|
|
861
|
+
cb: (err: any, data?: DeleteKeyValueStoreCommandOutput) => void
|
|
862
|
+
): void;
|
|
863
|
+
deleteKeyValueStore(
|
|
864
|
+
args: DeleteKeyValueStoreCommandInput,
|
|
865
|
+
options: __HttpHandlerOptions,
|
|
866
|
+
cb: (err: any, data?: DeleteKeyValueStoreCommandOutput) => void
|
|
867
|
+
): void;
|
|
822
868
|
deleteMonitoringSubscription(
|
|
823
869
|
args: DeleteMonitoringSubscriptionCommandInput,
|
|
824
870
|
options?: __HttpHandlerOptions
|
|
@@ -923,6 +969,19 @@ export interface CloudFront {
|
|
|
923
969
|
options: __HttpHandlerOptions,
|
|
924
970
|
cb: (err: any, data?: DescribeFunctionCommandOutput) => void
|
|
925
971
|
): void;
|
|
972
|
+
describeKeyValueStore(
|
|
973
|
+
args: DescribeKeyValueStoreCommandInput,
|
|
974
|
+
options?: __HttpHandlerOptions
|
|
975
|
+
): Promise<DescribeKeyValueStoreCommandOutput>;
|
|
976
|
+
describeKeyValueStore(
|
|
977
|
+
args: DescribeKeyValueStoreCommandInput,
|
|
978
|
+
cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void
|
|
979
|
+
): void;
|
|
980
|
+
describeKeyValueStore(
|
|
981
|
+
args: DescribeKeyValueStoreCommandInput,
|
|
982
|
+
options: __HttpHandlerOptions,
|
|
983
|
+
cb: (err: any, data?: DescribeKeyValueStoreCommandOutput) => void
|
|
984
|
+
): void;
|
|
926
985
|
getCachePolicy(
|
|
927
986
|
args: GetCachePolicyCommandInput,
|
|
928
987
|
options?: __HttpHandlerOptions
|
|
@@ -1543,6 +1602,19 @@ export interface CloudFront {
|
|
|
1543
1602
|
options: __HttpHandlerOptions,
|
|
1544
1603
|
cb: (err: any, data?: ListKeyGroupsCommandOutput) => void
|
|
1545
1604
|
): void;
|
|
1605
|
+
listKeyValueStores(
|
|
1606
|
+
args: ListKeyValueStoresCommandInput,
|
|
1607
|
+
options?: __HttpHandlerOptions
|
|
1608
|
+
): Promise<ListKeyValueStoresCommandOutput>;
|
|
1609
|
+
listKeyValueStores(
|
|
1610
|
+
args: ListKeyValueStoresCommandInput,
|
|
1611
|
+
cb: (err: any, data?: ListKeyValueStoresCommandOutput) => void
|
|
1612
|
+
): void;
|
|
1613
|
+
listKeyValueStores(
|
|
1614
|
+
args: ListKeyValueStoresCommandInput,
|
|
1615
|
+
options: __HttpHandlerOptions,
|
|
1616
|
+
cb: (err: any, data?: ListKeyValueStoresCommandOutput) => void
|
|
1617
|
+
): void;
|
|
1546
1618
|
listOriginAccessControls(
|
|
1547
1619
|
args: ListOriginAccessControlsCommandInput,
|
|
1548
1620
|
options?: __HttpHandlerOptions
|
|
@@ -1821,6 +1893,19 @@ export interface CloudFront {
|
|
|
1821
1893
|
options: __HttpHandlerOptions,
|
|
1822
1894
|
cb: (err: any, data?: UpdateKeyGroupCommandOutput) => void
|
|
1823
1895
|
): void;
|
|
1896
|
+
updateKeyValueStore(
|
|
1897
|
+
args: UpdateKeyValueStoreCommandInput,
|
|
1898
|
+
options?: __HttpHandlerOptions
|
|
1899
|
+
): Promise<UpdateKeyValueStoreCommandOutput>;
|
|
1900
|
+
updateKeyValueStore(
|
|
1901
|
+
args: UpdateKeyValueStoreCommandInput,
|
|
1902
|
+
cb: (err: any, data?: UpdateKeyValueStoreCommandOutput) => void
|
|
1903
|
+
): void;
|
|
1904
|
+
updateKeyValueStore(
|
|
1905
|
+
args: UpdateKeyValueStoreCommandInput,
|
|
1906
|
+
options: __HttpHandlerOptions,
|
|
1907
|
+
cb: (err: any, data?: UpdateKeyValueStoreCommandOutput) => void
|
|
1908
|
+
): void;
|
|
1824
1909
|
updateOriginAccessControl(
|
|
1825
1910
|
args: UpdateOriginAccessControlCommandInput,
|
|
1826
1911
|
options?: __HttpHandlerOptions
|
|
@@ -93,6 +93,10 @@ import {
|
|
|
93
93
|
CreateKeyGroupCommandInput,
|
|
94
94
|
CreateKeyGroupCommandOutput,
|
|
95
95
|
} from "./commands/CreateKeyGroupCommand";
|
|
96
|
+
import {
|
|
97
|
+
CreateKeyValueStoreCommandInput,
|
|
98
|
+
CreateKeyValueStoreCommandOutput,
|
|
99
|
+
} from "./commands/CreateKeyValueStoreCommand";
|
|
96
100
|
import {
|
|
97
101
|
CreateMonitoringSubscriptionCommandInput,
|
|
98
102
|
CreateMonitoringSubscriptionCommandOutput,
|
|
@@ -157,6 +161,10 @@ import {
|
|
|
157
161
|
DeleteKeyGroupCommandInput,
|
|
158
162
|
DeleteKeyGroupCommandOutput,
|
|
159
163
|
} from "./commands/DeleteKeyGroupCommand";
|
|
164
|
+
import {
|
|
165
|
+
DeleteKeyValueStoreCommandInput,
|
|
166
|
+
DeleteKeyValueStoreCommandOutput,
|
|
167
|
+
} from "./commands/DeleteKeyValueStoreCommand";
|
|
160
168
|
import {
|
|
161
169
|
DeleteMonitoringSubscriptionCommandInput,
|
|
162
170
|
DeleteMonitoringSubscriptionCommandOutput,
|
|
@@ -189,6 +197,10 @@ import {
|
|
|
189
197
|
DescribeFunctionCommandInput,
|
|
190
198
|
DescribeFunctionCommandOutput,
|
|
191
199
|
} from "./commands/DescribeFunctionCommand";
|
|
200
|
+
import {
|
|
201
|
+
DescribeKeyValueStoreCommandInput,
|
|
202
|
+
DescribeKeyValueStoreCommandOutput,
|
|
203
|
+
} from "./commands/DescribeKeyValueStoreCommand";
|
|
192
204
|
import {
|
|
193
205
|
GetCachePolicyCommandInput,
|
|
194
206
|
GetCachePolicyCommandOutput,
|
|
@@ -365,6 +377,10 @@ import {
|
|
|
365
377
|
ListKeyGroupsCommandInput,
|
|
366
378
|
ListKeyGroupsCommandOutput,
|
|
367
379
|
} from "./commands/ListKeyGroupsCommand";
|
|
380
|
+
import {
|
|
381
|
+
ListKeyValueStoresCommandInput,
|
|
382
|
+
ListKeyValueStoresCommandOutput,
|
|
383
|
+
} from "./commands/ListKeyValueStoresCommand";
|
|
368
384
|
import {
|
|
369
385
|
ListOriginAccessControlsCommandInput,
|
|
370
386
|
ListOriginAccessControlsCommandOutput,
|
|
@@ -445,6 +461,10 @@ import {
|
|
|
445
461
|
UpdateKeyGroupCommandInput,
|
|
446
462
|
UpdateKeyGroupCommandOutput,
|
|
447
463
|
} from "./commands/UpdateKeyGroupCommand";
|
|
464
|
+
import {
|
|
465
|
+
UpdateKeyValueStoreCommandInput,
|
|
466
|
+
UpdateKeyValueStoreCommandOutput,
|
|
467
|
+
} from "./commands/UpdateKeyValueStoreCommand";
|
|
448
468
|
import {
|
|
449
469
|
UpdateOriginAccessControlCommandInput,
|
|
450
470
|
UpdateOriginAccessControlCommandOutput,
|
|
@@ -489,6 +509,7 @@ export type ServiceInputTypes =
|
|
|
489
509
|
| CreateFunctionCommandInput
|
|
490
510
|
| CreateInvalidationCommandInput
|
|
491
511
|
| CreateKeyGroupCommandInput
|
|
512
|
+
| CreateKeyValueStoreCommandInput
|
|
492
513
|
| CreateMonitoringSubscriptionCommandInput
|
|
493
514
|
| CreateOriginAccessControlCommandInput
|
|
494
515
|
| CreateOriginRequestPolicyCommandInput
|
|
@@ -505,6 +526,7 @@ export type ServiceInputTypes =
|
|
|
505
526
|
| DeleteFieldLevelEncryptionProfileCommandInput
|
|
506
527
|
| DeleteFunctionCommandInput
|
|
507
528
|
| DeleteKeyGroupCommandInput
|
|
529
|
+
| DeleteKeyValueStoreCommandInput
|
|
508
530
|
| DeleteMonitoringSubscriptionCommandInput
|
|
509
531
|
| DeleteOriginAccessControlCommandInput
|
|
510
532
|
| DeleteOriginRequestPolicyCommandInput
|
|
@@ -513,6 +535,7 @@ export type ServiceInputTypes =
|
|
|
513
535
|
| DeleteResponseHeadersPolicyCommandInput
|
|
514
536
|
| DeleteStreamingDistributionCommandInput
|
|
515
537
|
| DescribeFunctionCommandInput
|
|
538
|
+
| DescribeKeyValueStoreCommandInput
|
|
516
539
|
| GetCachePolicyCommandInput
|
|
517
540
|
| GetCachePolicyConfigCommandInput
|
|
518
541
|
| GetCloudFrontOriginAccessIdentityCommandInput
|
|
@@ -557,6 +580,7 @@ export type ServiceInputTypes =
|
|
|
557
580
|
| ListFunctionsCommandInput
|
|
558
581
|
| ListInvalidationsCommandInput
|
|
559
582
|
| ListKeyGroupsCommandInput
|
|
583
|
+
| ListKeyValueStoresCommandInput
|
|
560
584
|
| ListOriginAccessControlsCommandInput
|
|
561
585
|
| ListOriginRequestPoliciesCommandInput
|
|
562
586
|
| ListPublicKeysCommandInput
|
|
@@ -577,6 +601,7 @@ export type ServiceInputTypes =
|
|
|
577
601
|
| UpdateFieldLevelEncryptionProfileCommandInput
|
|
578
602
|
| UpdateFunctionCommandInput
|
|
579
603
|
| UpdateKeyGroupCommandInput
|
|
604
|
+
| UpdateKeyValueStoreCommandInput
|
|
580
605
|
| UpdateOriginAccessControlCommandInput
|
|
581
606
|
| UpdateOriginRequestPolicyCommandInput
|
|
582
607
|
| UpdatePublicKeyCommandInput
|
|
@@ -596,6 +621,7 @@ export type ServiceOutputTypes =
|
|
|
596
621
|
| CreateFunctionCommandOutput
|
|
597
622
|
| CreateInvalidationCommandOutput
|
|
598
623
|
| CreateKeyGroupCommandOutput
|
|
624
|
+
| CreateKeyValueStoreCommandOutput
|
|
599
625
|
| CreateMonitoringSubscriptionCommandOutput
|
|
600
626
|
| CreateOriginAccessControlCommandOutput
|
|
601
627
|
| CreateOriginRequestPolicyCommandOutput
|
|
@@ -612,6 +638,7 @@ export type ServiceOutputTypes =
|
|
|
612
638
|
| DeleteFieldLevelEncryptionProfileCommandOutput
|
|
613
639
|
| DeleteFunctionCommandOutput
|
|
614
640
|
| DeleteKeyGroupCommandOutput
|
|
641
|
+
| DeleteKeyValueStoreCommandOutput
|
|
615
642
|
| DeleteMonitoringSubscriptionCommandOutput
|
|
616
643
|
| DeleteOriginAccessControlCommandOutput
|
|
617
644
|
| DeleteOriginRequestPolicyCommandOutput
|
|
@@ -620,6 +647,7 @@ export type ServiceOutputTypes =
|
|
|
620
647
|
| DeleteResponseHeadersPolicyCommandOutput
|
|
621
648
|
| DeleteStreamingDistributionCommandOutput
|
|
622
649
|
| DescribeFunctionCommandOutput
|
|
650
|
+
| DescribeKeyValueStoreCommandOutput
|
|
623
651
|
| GetCachePolicyCommandOutput
|
|
624
652
|
| GetCachePolicyConfigCommandOutput
|
|
625
653
|
| GetCloudFrontOriginAccessIdentityCommandOutput
|
|
@@ -664,6 +692,7 @@ export type ServiceOutputTypes =
|
|
|
664
692
|
| ListFunctionsCommandOutput
|
|
665
693
|
| ListInvalidationsCommandOutput
|
|
666
694
|
| ListKeyGroupsCommandOutput
|
|
695
|
+
| ListKeyValueStoresCommandOutput
|
|
667
696
|
| ListOriginAccessControlsCommandOutput
|
|
668
697
|
| ListOriginRequestPoliciesCommandOutput
|
|
669
698
|
| ListPublicKeysCommandOutput
|
|
@@ -684,6 +713,7 @@ export type ServiceOutputTypes =
|
|
|
684
713
|
| UpdateFieldLevelEncryptionProfileCommandOutput
|
|
685
714
|
| UpdateFunctionCommandOutput
|
|
686
715
|
| UpdateKeyGroupCommandOutput
|
|
716
|
+
| UpdateKeyValueStoreCommandOutput
|
|
687
717
|
| UpdateOriginAccessControlCommandOutput
|
|
688
718
|
| UpdateOriginRequestPolicyCommandOutput
|
|
689
719
|
| UpdatePublicKeyCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
CreateKeyValueStoreRequest,
|
|
16
|
+
CreateKeyValueStoreResult,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface CreateKeyValueStoreCommandInput
|
|
20
|
+
extends CreateKeyValueStoreRequest {}
|
|
21
|
+
export interface CreateKeyValueStoreCommandOutput
|
|
22
|
+
extends CreateKeyValueStoreResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class CreateKeyValueStoreCommand extends $Command<
|
|
25
|
+
CreateKeyValueStoreCommandInput,
|
|
26
|
+
CreateKeyValueStoreCommandOutput,
|
|
27
|
+
CloudFrontClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: CreateKeyValueStoreCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: CreateKeyValueStoreCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<CreateKeyValueStoreCommandInput, CreateKeyValueStoreCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -11,8 +11,10 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../CloudFrontClient";
|
|
14
|
-
import {
|
|
15
|
-
|
|
14
|
+
import {
|
|
15
|
+
CreateResponseHeadersPolicyRequest,
|
|
16
|
+
CreateResponseHeadersPolicyResult,
|
|
17
|
+
} from "../models/models_1";
|
|
16
18
|
export { __MetadataBearer, $Command };
|
|
17
19
|
export interface CreateResponseHeadersPolicyCommandInput
|
|
18
20
|
extends CreateResponseHeadersPolicyRequest {}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import { DeleteKeyValueStoreRequest } from "../models/models_1";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
16
|
+
export interface DeleteKeyValueStoreCommandInput
|
|
17
|
+
extends DeleteKeyValueStoreRequest {}
|
|
18
|
+
export interface DeleteKeyValueStoreCommandOutput extends __MetadataBearer {}
|
|
19
|
+
export declare class DeleteKeyValueStoreCommand extends $Command<
|
|
20
|
+
DeleteKeyValueStoreCommandInput,
|
|
21
|
+
DeleteKeyValueStoreCommandOutput,
|
|
22
|
+
CloudFrontClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: DeleteKeyValueStoreCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
26
|
+
constructor(input: DeleteKeyValueStoreCommandInput);
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<DeleteKeyValueStoreCommandInput, DeleteKeyValueStoreCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeKeyValueStoreRequest,
|
|
16
|
+
DescribeKeyValueStoreResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeKeyValueStoreCommandInput
|
|
20
|
+
extends DescribeKeyValueStoreRequest {}
|
|
21
|
+
export interface DescribeKeyValueStoreCommandOutput
|
|
22
|
+
extends DescribeKeyValueStoreResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeKeyValueStoreCommand extends $Command<
|
|
25
|
+
DescribeKeyValueStoreCommandInput,
|
|
26
|
+
DescribeKeyValueStoreCommandOutput,
|
|
27
|
+
CloudFrontClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeKeyValueStoreCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeKeyValueStoreCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeKeyValueStoreCommandInput,
|
|
38
|
+
DescribeKeyValueStoreCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
ListKeyValueStoresRequest,
|
|
16
|
+
ListKeyValueStoresResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListKeyValueStoresCommandInput
|
|
20
|
+
extends ListKeyValueStoresRequest {}
|
|
21
|
+
export interface ListKeyValueStoresCommandOutput
|
|
22
|
+
extends ListKeyValueStoresResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListKeyValueStoresCommand extends $Command<
|
|
25
|
+
ListKeyValueStoresCommandInput,
|
|
26
|
+
ListKeyValueStoresCommandOutput,
|
|
27
|
+
CloudFrontClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListKeyValueStoresCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListKeyValueStoresCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<ListKeyValueStoresCommandInput, ListKeyValueStoresCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
CloudFrontClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../CloudFrontClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateKeyValueStoreRequest,
|
|
16
|
+
UpdateKeyValueStoreResult,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateKeyValueStoreCommandInput
|
|
20
|
+
extends UpdateKeyValueStoreRequest {}
|
|
21
|
+
export interface UpdateKeyValueStoreCommandOutput
|
|
22
|
+
extends UpdateKeyValueStoreResult,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateKeyValueStoreCommand extends $Command<
|
|
25
|
+
UpdateKeyValueStoreCommandInput,
|
|
26
|
+
UpdateKeyValueStoreCommandOutput,
|
|
27
|
+
CloudFrontClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateKeyValueStoreCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateKeyValueStoreCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: CloudFrontClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<UpdateKeyValueStoreCommandInput, UpdateKeyValueStoreCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|