@aws-sdk/client-cloudfront-keyvaluestore 3.533.0 → 3.535.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-types/CloudFrontKeyValueStore.d.ts +1 -1
- package/dist-types/CloudFrontKeyValueStoreClient.d.ts +1 -1
- package/dist-types/commands/DeleteKeyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeKeyValueStoreCommand.d.ts +2 -1
- package/dist-types/commands/GetKeyCommand.d.ts +2 -1
- package/dist-types/commands/ListKeysCommand.d.ts +2 -1
- package/dist-types/commands/PutKeyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateKeysCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +60 -60
- package/dist-types/ts3.4/commands/DeleteKeyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeKeyValueStoreCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetKeyCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/ListKeysCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutKeyCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/UpdateKeysCommand.d.ts +9 -0
- package/package.json +41 -41
|
@@ -45,8 +45,8 @@ export interface CloudFrontKeyValueStore {
|
|
|
45
45
|
updateKeys(args: UpdateKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateKeysCommandOutput) => void): void;
|
|
46
46
|
}
|
|
47
47
|
/**
|
|
48
|
-
* @public
|
|
49
48
|
* <p>Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource</p>
|
|
49
|
+
* @public
|
|
50
50
|
*/
|
|
51
51
|
export declare class CloudFrontKeyValueStore extends CloudFrontKeyValueStoreClient implements CloudFrontKeyValueStore {
|
|
52
52
|
}
|
|
@@ -157,8 +157,8 @@ export type CloudFrontKeyValueStoreClientResolvedConfigType = __SmithyResolvedCo
|
|
|
157
157
|
export interface CloudFrontKeyValueStoreClientResolvedConfig extends CloudFrontKeyValueStoreClientResolvedConfigType {
|
|
158
158
|
}
|
|
159
159
|
/**
|
|
160
|
-
* @public
|
|
161
160
|
* <p>Amazon CloudFront KeyValueStore Service to View and Update Data in a KVS Resource</p>
|
|
161
|
+
* @public
|
|
162
162
|
*/
|
|
163
163
|
export declare class CloudFrontKeyValueStoreClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, CloudFrontKeyValueStoreClientResolvedConfig> {
|
|
164
164
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DeleteKeyCommandOutput extends DeleteKeyResponse, __MetadataBea
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteKeyCommand_base: {
|
|
24
24
|
new (input: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteKeyCommandInput, DeleteKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the key value pair specified by the key.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const DeleteKeyCommand_base: {
|
|
|
75
75
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DeleteKeyCommand extends DeleteKeyCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeKeyValueStoreCommandOutput extends DescribeKeyValueStor
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeKeyValueStoreCommand_base: {
|
|
24
24
|
new (input: DescribeKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeKeyValueStoreCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeKeyValueStoreCommandInput, DescribeKeyValueStoreCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns metadata information about Key Value Store.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -72,6 +72,7 @@ declare const DescribeKeyValueStoreCommand_base: {
|
|
|
72
72
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
74
74
|
*
|
|
75
|
+
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeKeyValueStoreCommand extends DescribeKeyValueStoreCommand_base {
|
|
77
78
|
}
|
|
@@ -22,10 +22,10 @@ export interface GetKeyCommandOutput extends GetKeyResponse, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const GetKeyCommand_base: {
|
|
24
24
|
new (input: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyCommandInput, GetKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetKeyCommandInput, GetKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a key value pair.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const GetKeyCommand_base: {
|
|
|
69
69
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class GetKeyCommand extends GetKeyCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListKeysCommandOutput extends ListKeysResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListKeysCommand_base: {
|
|
24
24
|
new (input: ListKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListKeysCommandInput, ListKeysCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of key value pairs.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const ListKeysCommand_base: {
|
|
|
76
76
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ListKeysCommand extends ListKeysCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutKeyCommandOutput extends PutKeyResponse, __MetadataBearer {
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutKeyCommand_base: {
|
|
24
24
|
new (input: PutKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKeyCommandInput, PutKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutKeyCommandInput): import("@smithy/smithy-client").CommandImpl<PutKeyCommandInput, PutKeyCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates a new key value pair or replaces the value of an existing key.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -76,6 +76,7 @@ declare const PutKeyCommand_base: {
|
|
|
76
76
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class PutKeyCommand extends PutKeyCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdateKeysCommandOutput extends UpdateKeysResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateKeysCommand_base: {
|
|
24
24
|
new (input: UpdateKeysCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeysCommandInput, UpdateKeysCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateKeysCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateKeysCommandInput, UpdateKeysCommandOutput, CloudFrontKeyValueStoreClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -85,6 +85,7 @@ declare const UpdateKeysCommand_base: {
|
|
|
85
85
|
* @throws {@link CloudFrontKeyValueStoreServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from CloudFrontKeyValueStore service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class UpdateKeysCommand extends UpdateKeysCommand_base {
|
|
90
91
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { CloudFrontKeyValueStoreServiceException as __BaseException } from "./CloudFrontKeyValueStoreServiceException";
|
|
3
3
|
/**
|
|
4
|
-
* @public
|
|
5
4
|
* <p>Access denied.</p>
|
|
5
|
+
* @public
|
|
6
6
|
*/
|
|
7
7
|
export declare class AccessDeniedException extends __BaseException {
|
|
8
8
|
readonly name: "AccessDeniedException";
|
|
@@ -14,8 +14,8 @@ export declare class AccessDeniedException extends __BaseException {
|
|
|
14
14
|
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
15
15
|
}
|
|
16
16
|
/**
|
|
17
|
-
* @public
|
|
18
17
|
* <p>Resource is not in expected state.</p>
|
|
18
|
+
* @public
|
|
19
19
|
*/
|
|
20
20
|
export declare class ConflictException extends __BaseException {
|
|
21
21
|
readonly name: "ConflictException";
|
|
@@ -31,45 +31,45 @@ export declare class ConflictException extends __BaseException {
|
|
|
31
31
|
*/
|
|
32
32
|
export interface DeleteKeyRequest {
|
|
33
33
|
/**
|
|
34
|
-
* @public
|
|
35
34
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
35
|
+
* @public
|
|
36
36
|
*/
|
|
37
37
|
KvsARN: string | undefined;
|
|
38
38
|
/**
|
|
39
|
-
* @public
|
|
40
39
|
* <p>The key to delete.</p>
|
|
40
|
+
* @public
|
|
41
41
|
*/
|
|
42
42
|
Key: string | undefined;
|
|
43
43
|
/**
|
|
44
|
-
* @public
|
|
45
44
|
* <p>The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.</p>
|
|
45
|
+
* @public
|
|
46
46
|
*/
|
|
47
47
|
IfMatch: string | undefined;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
|
-
* @public
|
|
51
50
|
* <p>Metadata information about a Key Value Store.</p>
|
|
51
|
+
* @public
|
|
52
52
|
*/
|
|
53
53
|
export interface DeleteKeyResponse {
|
|
54
54
|
/**
|
|
55
|
-
* @public
|
|
56
55
|
* <p>Number of key value pairs in the Key Value Store after the successful delete.</p>
|
|
56
|
+
* @public
|
|
57
57
|
*/
|
|
58
58
|
ItemCount: number | undefined;
|
|
59
59
|
/**
|
|
60
|
-
* @public
|
|
61
60
|
* <p>Total size of the Key Value Store after the successful delete, in bytes.</p>
|
|
61
|
+
* @public
|
|
62
62
|
*/
|
|
63
63
|
TotalSizeInBytes: number | undefined;
|
|
64
64
|
/**
|
|
65
|
-
* @public
|
|
66
65
|
* <p>The current version identifier of the Key Value Store after the successful delete.</p>
|
|
66
|
+
* @public
|
|
67
67
|
*/
|
|
68
68
|
ETag: string | undefined;
|
|
69
69
|
}
|
|
70
70
|
/**
|
|
71
|
-
* @public
|
|
72
71
|
* <p>Internal server error.</p>
|
|
72
|
+
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class InternalServerException extends __BaseException {
|
|
75
75
|
readonly name: "InternalServerException";
|
|
@@ -81,8 +81,8 @@ export declare class InternalServerException extends __BaseException {
|
|
|
81
81
|
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
82
82
|
}
|
|
83
83
|
/**
|
|
84
|
-
* @public
|
|
85
84
|
* <p>Resource was not found.</p>
|
|
85
|
+
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
88
88
|
readonly name: "ResourceNotFoundException";
|
|
@@ -94,8 +94,8 @@ export declare class ResourceNotFoundException extends __BaseException {
|
|
|
94
94
|
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
95
95
|
}
|
|
96
96
|
/**
|
|
97
|
-
* @public
|
|
98
97
|
* <p>Limit exceeded.</p>
|
|
98
|
+
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
101
101
|
readonly name: "ServiceQuotaExceededException";
|
|
@@ -107,8 +107,8 @@ export declare class ServiceQuotaExceededException extends __BaseException {
|
|
|
107
107
|
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
|
-
* @public
|
|
111
110
|
* <p>Validation failed.</p>
|
|
111
|
+
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class ValidationException extends __BaseException {
|
|
114
114
|
readonly name: "ValidationException";
|
|
@@ -124,54 +124,54 @@ export declare class ValidationException extends __BaseException {
|
|
|
124
124
|
*/
|
|
125
125
|
export interface DescribeKeyValueStoreRequest {
|
|
126
126
|
/**
|
|
127
|
-
* @public
|
|
128
127
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
128
|
+
* @public
|
|
129
129
|
*/
|
|
130
130
|
KvsARN: string | undefined;
|
|
131
131
|
}
|
|
132
132
|
/**
|
|
133
|
-
* @public
|
|
134
133
|
* <p>Metadata information about a Key Value Store.</p>
|
|
134
|
+
* @public
|
|
135
135
|
*/
|
|
136
136
|
export interface DescribeKeyValueStoreResponse {
|
|
137
137
|
/**
|
|
138
|
-
* @public
|
|
139
138
|
* <p>Number of key value pairs in the Key Value Store.</p>
|
|
139
|
+
* @public
|
|
140
140
|
*/
|
|
141
141
|
ItemCount: number | undefined;
|
|
142
142
|
/**
|
|
143
|
-
* @public
|
|
144
143
|
* <p>Total size of the Key Value Store in bytes.</p>
|
|
144
|
+
* @public
|
|
145
145
|
*/
|
|
146
146
|
TotalSizeInBytes: number | undefined;
|
|
147
147
|
/**
|
|
148
|
-
* @public
|
|
149
148
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
149
|
+
* @public
|
|
150
150
|
*/
|
|
151
151
|
KvsARN: string | undefined;
|
|
152
152
|
/**
|
|
153
|
-
* @public
|
|
154
153
|
* <p>Date and time when the Key Value Store was created.</p>
|
|
154
|
+
* @public
|
|
155
155
|
*/
|
|
156
156
|
Created: Date | undefined;
|
|
157
157
|
/**
|
|
158
|
-
* @public
|
|
159
158
|
* <p>The version identifier for the current version of the Key Value Store.</p>
|
|
159
|
+
* @public
|
|
160
160
|
*/
|
|
161
161
|
ETag: string | undefined;
|
|
162
162
|
/**
|
|
163
|
-
* @public
|
|
164
163
|
* <p>Date and time when the key value pairs in the Key Value Store was last modified.</p>
|
|
164
|
+
* @public
|
|
165
165
|
*/
|
|
166
166
|
LastModified?: Date;
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <p>The current status of the Key Value Store.</p>
|
|
169
|
+
* @public
|
|
170
170
|
*/
|
|
171
171
|
Status?: string;
|
|
172
172
|
/**
|
|
173
|
-
* @public
|
|
174
173
|
* <p>The reason for Key Value Store creation failure.</p>
|
|
174
|
+
* @public
|
|
175
175
|
*/
|
|
176
176
|
FailureReason?: string;
|
|
177
177
|
}
|
|
@@ -180,39 +180,39 @@ export interface DescribeKeyValueStoreResponse {
|
|
|
180
180
|
*/
|
|
181
181
|
export interface GetKeyRequest {
|
|
182
182
|
/**
|
|
183
|
-
* @public
|
|
184
183
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
184
|
+
* @public
|
|
185
185
|
*/
|
|
186
186
|
KvsARN: string | undefined;
|
|
187
187
|
/**
|
|
188
|
-
* @public
|
|
189
188
|
* <p>The key to get.</p>
|
|
189
|
+
* @public
|
|
190
190
|
*/
|
|
191
191
|
Key: string | undefined;
|
|
192
192
|
}
|
|
193
193
|
/**
|
|
194
|
-
* @public
|
|
195
194
|
* <p>A key value pair.</p>
|
|
195
|
+
* @public
|
|
196
196
|
*/
|
|
197
197
|
export interface GetKeyResponse {
|
|
198
198
|
/**
|
|
199
|
-
* @public
|
|
200
199
|
* <p>The key of the key value pair.</p>
|
|
200
|
+
* @public
|
|
201
201
|
*/
|
|
202
202
|
Key: string | undefined;
|
|
203
203
|
/**
|
|
204
|
-
* @public
|
|
205
204
|
* <p>The value of the key value pair.</p>
|
|
205
|
+
* @public
|
|
206
206
|
*/
|
|
207
207
|
Value: string | undefined;
|
|
208
208
|
/**
|
|
209
|
-
* @public
|
|
210
209
|
* <p>Number of key value pairs in the Key Value Store.</p>
|
|
210
|
+
* @public
|
|
211
211
|
*/
|
|
212
212
|
ItemCount: number | undefined;
|
|
213
213
|
/**
|
|
214
|
-
* @public
|
|
215
214
|
* <p>Total size of the Key Value Store in bytes.</p>
|
|
215
|
+
* @public
|
|
216
216
|
*/
|
|
217
217
|
TotalSizeInBytes: number | undefined;
|
|
218
218
|
}
|
|
@@ -221,34 +221,34 @@ export interface GetKeyResponse {
|
|
|
221
221
|
*/
|
|
222
222
|
export interface ListKeysRequest {
|
|
223
223
|
/**
|
|
224
|
-
* @public
|
|
225
224
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
225
|
+
* @public
|
|
226
226
|
*/
|
|
227
227
|
KvsARN: string | undefined;
|
|
228
228
|
/**
|
|
229
|
-
* @public
|
|
230
229
|
* <p>If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.</p>
|
|
230
|
+
* @public
|
|
231
231
|
*/
|
|
232
232
|
NextToken?: string;
|
|
233
233
|
/**
|
|
234
|
-
* @public
|
|
235
234
|
* <p>Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.</p>
|
|
235
|
+
* @public
|
|
236
236
|
*/
|
|
237
237
|
MaxResults?: number;
|
|
238
238
|
}
|
|
239
239
|
/**
|
|
240
|
-
* @public
|
|
241
240
|
* <p>A key value pair.</p>
|
|
241
|
+
* @public
|
|
242
242
|
*/
|
|
243
243
|
export interface ListKeysResponseListItem {
|
|
244
244
|
/**
|
|
245
|
-
* @public
|
|
246
245
|
* <p>The key of the key value pair.</p>
|
|
246
|
+
* @public
|
|
247
247
|
*/
|
|
248
248
|
Key: string | undefined;
|
|
249
249
|
/**
|
|
250
|
-
* @public
|
|
251
250
|
* <p>The value of the key value pair.</p>
|
|
251
|
+
* @public
|
|
252
252
|
*/
|
|
253
253
|
Value: string | undefined;
|
|
254
254
|
}
|
|
@@ -257,87 +257,87 @@ export interface ListKeysResponseListItem {
|
|
|
257
257
|
*/
|
|
258
258
|
export interface ListKeysResponse {
|
|
259
259
|
/**
|
|
260
|
-
* @public
|
|
261
260
|
* <p>If nextToken is returned in the response, there are more results available. Make the next call using the returned token to retrieve the next page.</p>
|
|
261
|
+
* @public
|
|
262
262
|
*/
|
|
263
263
|
NextToken?: string;
|
|
264
264
|
/**
|
|
265
|
-
* @public
|
|
266
265
|
* <p>Key value pairs</p>
|
|
266
|
+
* @public
|
|
267
267
|
*/
|
|
268
268
|
Items?: ListKeysResponseListItem[];
|
|
269
269
|
}
|
|
270
270
|
/**
|
|
271
|
-
* @public
|
|
272
271
|
* <p>A key value pair.</p>
|
|
272
|
+
* @public
|
|
273
273
|
*/
|
|
274
274
|
export interface PutKeyRequest {
|
|
275
275
|
/**
|
|
276
|
-
* @public
|
|
277
276
|
* <p>The key to put.</p>
|
|
277
|
+
* @public
|
|
278
278
|
*/
|
|
279
279
|
Key: string | undefined;
|
|
280
280
|
/**
|
|
281
|
-
* @public
|
|
282
281
|
* <p>The value to put.</p>
|
|
282
|
+
* @public
|
|
283
283
|
*/
|
|
284
284
|
Value: string | undefined;
|
|
285
285
|
/**
|
|
286
|
-
* @public
|
|
287
286
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
287
|
+
* @public
|
|
288
288
|
*/
|
|
289
289
|
KvsARN: string | undefined;
|
|
290
290
|
/**
|
|
291
|
-
* @public
|
|
292
291
|
* <p>The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.</p>
|
|
292
|
+
* @public
|
|
293
293
|
*/
|
|
294
294
|
IfMatch: string | undefined;
|
|
295
295
|
}
|
|
296
296
|
/**
|
|
297
|
-
* @public
|
|
298
297
|
* <p>Metadata information about a Key Value Store.</p>
|
|
298
|
+
* @public
|
|
299
299
|
*/
|
|
300
300
|
export interface PutKeyResponse {
|
|
301
301
|
/**
|
|
302
|
-
* @public
|
|
303
302
|
* <p>Number of key value pairs in the Key Value Store after the successful put.</p>
|
|
303
|
+
* @public
|
|
304
304
|
*/
|
|
305
305
|
ItemCount: number | undefined;
|
|
306
306
|
/**
|
|
307
|
-
* @public
|
|
308
307
|
* <p>Total size of the Key Value Store after the successful put, in bytes.</p>
|
|
308
|
+
* @public
|
|
309
309
|
*/
|
|
310
310
|
TotalSizeInBytes: number | undefined;
|
|
311
311
|
/**
|
|
312
|
-
* @public
|
|
313
312
|
* <p>The current version identifier of the Key Value Store after the successful put.</p>
|
|
313
|
+
* @public
|
|
314
314
|
*/
|
|
315
315
|
ETag: string | undefined;
|
|
316
316
|
}
|
|
317
317
|
/**
|
|
318
|
-
* @public
|
|
319
318
|
* <p>List item for keys to delete.</p>
|
|
319
|
+
* @public
|
|
320
320
|
*/
|
|
321
321
|
export interface DeleteKeyRequestListItem {
|
|
322
322
|
/**
|
|
323
|
-
* @public
|
|
324
323
|
* <p>The key of the key value pair to be deleted.</p>
|
|
324
|
+
* @public
|
|
325
325
|
*/
|
|
326
326
|
Key: string | undefined;
|
|
327
327
|
}
|
|
328
328
|
/**
|
|
329
|
-
* @public
|
|
330
329
|
* <p>List item for key value pair to put.</p>
|
|
330
|
+
* @public
|
|
331
331
|
*/
|
|
332
332
|
export interface PutKeyRequestListItem {
|
|
333
333
|
/**
|
|
334
|
-
* @public
|
|
335
334
|
* <p>The key of the key value pair list item to put.</p>
|
|
335
|
+
* @public
|
|
336
336
|
*/
|
|
337
337
|
Key: string | undefined;
|
|
338
338
|
/**
|
|
339
|
-
* @public
|
|
340
339
|
* <p>The value for the key value pair to put.</p>
|
|
340
|
+
* @public
|
|
341
341
|
*/
|
|
342
342
|
Value: string | undefined;
|
|
343
343
|
}
|
|
@@ -346,44 +346,44 @@ export interface PutKeyRequestListItem {
|
|
|
346
346
|
*/
|
|
347
347
|
export interface UpdateKeysRequest {
|
|
348
348
|
/**
|
|
349
|
-
* @public
|
|
350
349
|
* <p>The Amazon Resource Name (ARN) of the Key Value Store.</p>
|
|
350
|
+
* @public
|
|
351
351
|
*/
|
|
352
352
|
KvsARN: string | undefined;
|
|
353
353
|
/**
|
|
354
|
-
* @public
|
|
355
354
|
* <p>The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.</p>
|
|
355
|
+
* @public
|
|
356
356
|
*/
|
|
357
357
|
IfMatch: string | undefined;
|
|
358
358
|
/**
|
|
359
|
-
* @public
|
|
360
359
|
* <p>List of key value pairs to put.</p>
|
|
360
|
+
* @public
|
|
361
361
|
*/
|
|
362
362
|
Puts?: PutKeyRequestListItem[];
|
|
363
363
|
/**
|
|
364
|
-
* @public
|
|
365
364
|
* <p>List of keys to delete.</p>
|
|
365
|
+
* @public
|
|
366
366
|
*/
|
|
367
367
|
Deletes?: DeleteKeyRequestListItem[];
|
|
368
368
|
}
|
|
369
369
|
/**
|
|
370
|
-
* @public
|
|
371
370
|
* <p>Metadata information about a Key Value Store.</p>
|
|
371
|
+
* @public
|
|
372
372
|
*/
|
|
373
373
|
export interface UpdateKeysResponse {
|
|
374
374
|
/**
|
|
375
|
-
* @public
|
|
376
375
|
* <p>Number of key value pairs in the Key Value Store after the successful update.</p>
|
|
376
|
+
* @public
|
|
377
377
|
*/
|
|
378
378
|
ItemCount: number | undefined;
|
|
379
379
|
/**
|
|
380
|
-
* @public
|
|
381
380
|
* <p>Total size of the Key Value Store after the successful update, in bytes.</p>
|
|
381
|
+
* @public
|
|
382
382
|
*/
|
|
383
383
|
TotalSizeInBytes: number | undefined;
|
|
384
384
|
/**
|
|
385
|
-
* @public
|
|
386
385
|
* <p>The current version identifier of the Key Value Store after the successful update.</p>
|
|
386
|
+
* @public
|
|
387
387
|
*/
|
|
388
388
|
ETag: string | undefined;
|
|
389
389
|
}
|
|
@@ -21,6 +21,15 @@ declare const DeleteKeyCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: DeleteKeyCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
DeleteKeyCommandInput,
|
|
28
|
+
DeleteKeyCommandOutput,
|
|
29
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class DeleteKeyCommand extends DeleteKeyCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeKeyValueStoreCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeKeyValueStoreCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeKeyValueStoreCommandInput,
|
|
32
|
+
DescribeKeyValueStoreCommandOutput,
|
|
33
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeKeyValueStoreCommand extends DescribeKeyValueStoreCommand_base {}
|
|
@@ -17,6 +17,13 @@ declare const GetKeyCommand_base: {
|
|
|
17
17
|
ServiceInputTypes,
|
|
18
18
|
ServiceOutputTypes
|
|
19
19
|
>;
|
|
20
|
+
new (__0_0: GetKeyCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
GetKeyCommandInput,
|
|
22
|
+
GetKeyCommandOutput,
|
|
23
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
20
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
28
|
};
|
|
22
29
|
export declare class GetKeyCommand extends GetKeyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListKeysCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: ListKeysCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListKeysCommandInput,
|
|
28
|
+
ListKeysCommandOutput,
|
|
29
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListKeysCommand extends ListKeysCommand_base {}
|
|
@@ -17,6 +17,13 @@ declare const PutKeyCommand_base: {
|
|
|
17
17
|
ServiceInputTypes,
|
|
18
18
|
ServiceOutputTypes
|
|
19
19
|
>;
|
|
20
|
+
new (__0_0: PutKeyCommandInput): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
PutKeyCommandInput,
|
|
22
|
+
PutKeyCommandOutput,
|
|
23
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
20
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
21
28
|
};
|
|
22
29
|
export declare class PutKeyCommand extends PutKeyCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const UpdateKeysCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: UpdateKeysCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
UpdateKeysCommandInput,
|
|
28
|
+
UpdateKeysCommandOutput,
|
|
29
|
+
CloudFrontKeyValueStoreClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class UpdateKeysCommand extends UpdateKeysCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.535.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-cloudfront-keyvaluestore",
|
|
@@ -20,48 +20,48 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
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-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
37
|
-
"@smithy/config-resolver": "^2.
|
|
38
|
-
"@smithy/core": "^1.
|
|
39
|
-
"@smithy/fetch-http-handler": "^2.
|
|
40
|
-
"@smithy/hash-node": "^2.
|
|
41
|
-
"@smithy/invalid-dependency": "^2.
|
|
42
|
-
"@smithy/middleware-content-length": "^2.
|
|
43
|
-
"@smithy/middleware-endpoint": "^2.
|
|
44
|
-
"@smithy/middleware-retry": "^2.
|
|
45
|
-
"@smithy/middleware-serde": "^2.
|
|
46
|
-
"@smithy/middleware-stack": "^2.
|
|
47
|
-
"@smithy/node-config-provider": "^2.
|
|
48
|
-
"@smithy/node-http-handler": "^2.
|
|
49
|
-
"@smithy/protocol-http": "^3.
|
|
50
|
-
"@smithy/smithy-client": "^2.
|
|
51
|
-
"@smithy/types": "^2.
|
|
52
|
-
"@smithy/url-parser": "^2.
|
|
53
|
-
"@smithy/util-base64": "^2.
|
|
54
|
-
"@smithy/util-body-length-browser": "^2.
|
|
55
|
-
"@smithy/util-body-length-node": "^2.
|
|
56
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
57
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
58
|
-
"@smithy/util-endpoints": "^1.
|
|
59
|
-
"@smithy/util-retry": "^2.
|
|
60
|
-
"@smithy/util-utf8": "^2.
|
|
61
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.535.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
32
|
+
"@aws-sdk/signature-v4-multi-region": "3.535.0",
|
|
33
|
+
"@aws-sdk/types": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
36
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
37
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
38
|
+
"@smithy/core": "^1.4.0",
|
|
39
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
40
|
+
"@smithy/hash-node": "^2.2.0",
|
|
41
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
42
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
44
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
45
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
46
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
47
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
48
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
49
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
50
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
51
|
+
"@smithy/types": "^2.12.0",
|
|
52
|
+
"@smithy/url-parser": "^2.2.0",
|
|
53
|
+
"@smithy/util-base64": "^2.3.0",
|
|
54
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
58
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
59
|
+
"@smithy/util-retry": "^2.2.0",
|
|
60
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
61
|
+
"tslib": "^2.6.2"
|
|
62
62
|
},
|
|
63
63
|
"devDependencies": {
|
|
64
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
64
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
65
65
|
"@tsconfig/node14": "1.0.3",
|
|
66
66
|
"@types/node": "^14.14.31",
|
|
67
67
|
"concurrently": "7.0.0",
|