cdk-lambda-subminute 2.0.353 → 2.0.355
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/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/iotfleetwise-2021-06-17.min.json +15 -11
- package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +159 -16
- package/node_modules/aws-sdk/apis/metadata.json +0 -8
- package/node_modules/aws-sdk/apis/payment-cryptography-2021-09-14.min.json +45 -11
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +114 -93
- package/node_modules/aws-sdk/clients/all.d.ts +0 -2
- package/node_modules/aws-sdk/clients/all.js +0 -2
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iotfleetwise.d.ts +10 -1
- package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
- package/node_modules/aws-sdk/clients/macie2.d.ts +13 -13
- package/node_modules/aws-sdk/clients/paymentcryptography.d.ts +55 -12
- package/node_modules/aws-sdk/clients/personalize.d.ts +6 -6
- package/node_modules/aws-sdk/clients/rekognition.d.ts +32 -3
- package/node_modules/aws-sdk/clients/securityhub.d.ts +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +7 -4
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +122 -218
- package/node_modules/aws-sdk/dist/aws-sdk.js +117 -104
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
- package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/aws-sdk/scripts/console +3 -3
- package/package.json +3 -3
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
- package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
- package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
- package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
- package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
- package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
- package/node_modules/aws-sdk/lib/services/neptunegraph.js +0 -14
@@ -1,28 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"pagination": {
|
3
|
-
"ListGraphSnapshots": {
|
4
|
-
"input_token": "nextToken",
|
5
|
-
"output_token": "nextToken",
|
6
|
-
"limit_key": "maxResults",
|
7
|
-
"result_key": "graphSnapshots"
|
8
|
-
},
|
9
|
-
"ListGraphs": {
|
10
|
-
"input_token": "nextToken",
|
11
|
-
"output_token": "nextToken",
|
12
|
-
"limit_key": "maxResults",
|
13
|
-
"result_key": "graphs"
|
14
|
-
},
|
15
|
-
"ListImportTasks": {
|
16
|
-
"input_token": "nextToken",
|
17
|
-
"output_token": "nextToken",
|
18
|
-
"limit_key": "maxResults",
|
19
|
-
"result_key": "tasks"
|
20
|
-
},
|
21
|
-
"ListPrivateGraphEndpoints": {
|
22
|
-
"input_token": "nextToken",
|
23
|
-
"output_token": "nextToken",
|
24
|
-
"limit_key": "maxResults",
|
25
|
-
"result_key": "privateGraphEndpoints"
|
26
|
-
}
|
27
|
-
}
|
28
|
-
}
|
@@ -1,168 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"version" : 2,
|
3
|
-
"waiters" : {
|
4
|
-
"GraphAvailable" : {
|
5
|
-
"description" : "Wait until Graph is Available",
|
6
|
-
"delay" : 60,
|
7
|
-
"maxAttempts" : 480,
|
8
|
-
"operation" : "GetGraph",
|
9
|
-
"acceptors" : [ {
|
10
|
-
"matcher" : "path",
|
11
|
-
"argument" : "status",
|
12
|
-
"state" : "failure",
|
13
|
-
"expected" : "DELETING"
|
14
|
-
}, {
|
15
|
-
"matcher" : "path",
|
16
|
-
"argument" : "status",
|
17
|
-
"state" : "failure",
|
18
|
-
"expected" : "FAILED"
|
19
|
-
}, {
|
20
|
-
"matcher" : "path",
|
21
|
-
"argument" : "status",
|
22
|
-
"state" : "success",
|
23
|
-
"expected" : "AVAILABLE"
|
24
|
-
} ]
|
25
|
-
},
|
26
|
-
"GraphDeleted" : {
|
27
|
-
"description" : "Wait until Graph is Deleted",
|
28
|
-
"delay" : 60,
|
29
|
-
"maxAttempts" : 60,
|
30
|
-
"operation" : "GetGraph",
|
31
|
-
"acceptors" : [ {
|
32
|
-
"matcher" : "path",
|
33
|
-
"argument" : "status != 'DELETING'",
|
34
|
-
"state" : "failure",
|
35
|
-
"expected" : true
|
36
|
-
}, {
|
37
|
-
"matcher" : "error",
|
38
|
-
"state" : "success",
|
39
|
-
"expected" : "ResourceNotFoundException"
|
40
|
-
} ]
|
41
|
-
},
|
42
|
-
"GraphSnapshotAvailable" : {
|
43
|
-
"description" : "Wait until GraphSnapshot is Available",
|
44
|
-
"delay" : 60,
|
45
|
-
"maxAttempts" : 120,
|
46
|
-
"operation" : "GetGraphSnapshot",
|
47
|
-
"acceptors" : [ {
|
48
|
-
"matcher" : "path",
|
49
|
-
"argument" : "status",
|
50
|
-
"state" : "failure",
|
51
|
-
"expected" : "DELETING"
|
52
|
-
}, {
|
53
|
-
"matcher" : "path",
|
54
|
-
"argument" : "status",
|
55
|
-
"state" : "failure",
|
56
|
-
"expected" : "FAILED"
|
57
|
-
}, {
|
58
|
-
"matcher" : "path",
|
59
|
-
"argument" : "status",
|
60
|
-
"state" : "success",
|
61
|
-
"expected" : "AVAILABLE"
|
62
|
-
} ]
|
63
|
-
},
|
64
|
-
"GraphSnapshotDeleted" : {
|
65
|
-
"description" : "Wait until GraphSnapshot is Deleted",
|
66
|
-
"delay" : 60,
|
67
|
-
"maxAttempts" : 60,
|
68
|
-
"operation" : "GetGraphSnapshot",
|
69
|
-
"acceptors" : [ {
|
70
|
-
"matcher" : "path",
|
71
|
-
"argument" : "status != 'DELETING'",
|
72
|
-
"state" : "failure",
|
73
|
-
"expected" : true
|
74
|
-
}, {
|
75
|
-
"matcher" : "error",
|
76
|
-
"state" : "success",
|
77
|
-
"expected" : "ResourceNotFoundException"
|
78
|
-
} ]
|
79
|
-
},
|
80
|
-
"ImportTaskCancelled" : {
|
81
|
-
"description" : "Wait until Import Task is Cancelled",
|
82
|
-
"delay" : 60,
|
83
|
-
"maxAttempts" : 60,
|
84
|
-
"operation" : "GetImportTask",
|
85
|
-
"acceptors" : [ {
|
86
|
-
"matcher" : "path",
|
87
|
-
"argument" : "status != 'CANCELLING'",
|
88
|
-
"state" : "failure",
|
89
|
-
"expected" : true
|
90
|
-
}, {
|
91
|
-
"matcher" : "path",
|
92
|
-
"argument" : "status",
|
93
|
-
"state" : "success",
|
94
|
-
"expected" : "CANCELLED"
|
95
|
-
} ]
|
96
|
-
},
|
97
|
-
"ImportTaskSuccessful" : {
|
98
|
-
"description" : "Wait until Import Task is Successful",
|
99
|
-
"delay" : 60,
|
100
|
-
"maxAttempts" : 480,
|
101
|
-
"operation" : "GetImportTask",
|
102
|
-
"acceptors" : [ {
|
103
|
-
"matcher" : "path",
|
104
|
-
"argument" : "status",
|
105
|
-
"state" : "failure",
|
106
|
-
"expected" : "CANCELLING"
|
107
|
-
}, {
|
108
|
-
"matcher" : "path",
|
109
|
-
"argument" : "status",
|
110
|
-
"state" : "failure",
|
111
|
-
"expected" : "CANCELLED"
|
112
|
-
}, {
|
113
|
-
"matcher" : "path",
|
114
|
-
"argument" : "status",
|
115
|
-
"state" : "failure",
|
116
|
-
"expected" : "ROLLING_BACK"
|
117
|
-
}, {
|
118
|
-
"matcher" : "path",
|
119
|
-
"argument" : "status",
|
120
|
-
"state" : "failure",
|
121
|
-
"expected" : "FAILED"
|
122
|
-
}, {
|
123
|
-
"matcher" : "path",
|
124
|
-
"argument" : "status",
|
125
|
-
"state" : "success",
|
126
|
-
"expected" : "SUCCEEDED"
|
127
|
-
} ]
|
128
|
-
},
|
129
|
-
"PrivateGraphEndpointAvailable" : {
|
130
|
-
"description" : "Wait until PrivateGraphEndpoint is Available",
|
131
|
-
"delay" : 10,
|
132
|
-
"maxAttempts" : 180,
|
133
|
-
"operation" : "GetPrivateGraphEndpoint",
|
134
|
-
"acceptors" : [ {
|
135
|
-
"matcher" : "path",
|
136
|
-
"argument" : "status",
|
137
|
-
"state" : "failure",
|
138
|
-
"expected" : "DELETING"
|
139
|
-
}, {
|
140
|
-
"matcher" : "path",
|
141
|
-
"argument" : "status",
|
142
|
-
"state" : "failure",
|
143
|
-
"expected" : "FAILED"
|
144
|
-
}, {
|
145
|
-
"matcher" : "path",
|
146
|
-
"argument" : "status",
|
147
|
-
"state" : "success",
|
148
|
-
"expected" : "AVAILABLE"
|
149
|
-
} ]
|
150
|
-
},
|
151
|
-
"PrivateGraphEndpointDeleted" : {
|
152
|
-
"description" : "Wait until PrivateGraphEndpoint is Deleted",
|
153
|
-
"delay" : 10,
|
154
|
-
"maxAttempts" : 180,
|
155
|
-
"operation" : "GetPrivateGraphEndpoint",
|
156
|
-
"acceptors" : [ {
|
157
|
-
"matcher" : "path",
|
158
|
-
"argument" : "status != 'DELETING'",
|
159
|
-
"state" : "failure",
|
160
|
-
"expected" : true
|
161
|
-
}, {
|
162
|
-
"matcher" : "error",
|
163
|
-
"state" : "success",
|
164
|
-
"expected" : "ResourceNotFoundException"
|
165
|
-
} ]
|
166
|
-
}
|
167
|
-
}
|
168
|
-
}
|
@@ -1,294 +0,0 @@
|
|
1
|
-
import {Request} from '../lib/request';
|
2
|
-
import {Response} from '../lib/response';
|
3
|
-
import {AWSError} from '../lib/error';
|
4
|
-
import {Service} from '../lib/service';
|
5
|
-
import {ServiceConfigurationOptions} from '../lib/service';
|
6
|
-
import {ConfigBase as Config} from '../lib/config-base';
|
7
|
-
interface Blob {}
|
8
|
-
declare class CloudFrontKeyValueStore extends Service {
|
9
|
-
/**
|
10
|
-
* Constructs a service object. This object has one method for each API operation.
|
11
|
-
*/
|
12
|
-
constructor(options?: CloudFrontKeyValueStore.Types.ClientConfiguration)
|
13
|
-
config: Config & CloudFrontKeyValueStore.Types.ClientConfiguration;
|
14
|
-
/**
|
15
|
-
* Deletes the key value pair specified by the key.
|
16
|
-
*/
|
17
|
-
deleteKey(params: CloudFrontKeyValueStore.Types.DeleteKeyRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.DeleteKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.DeleteKeyResponse, AWSError>;
|
18
|
-
/**
|
19
|
-
* Deletes the key value pair specified by the key.
|
20
|
-
*/
|
21
|
-
deleteKey(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.DeleteKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.DeleteKeyResponse, AWSError>;
|
22
|
-
/**
|
23
|
-
* Returns metadata information about Key Value Store.
|
24
|
-
*/
|
25
|
-
describeKeyValueStore(params: CloudFrontKeyValueStore.Types.DescribeKeyValueStoreRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.DescribeKeyValueStoreResponse) => void): Request<CloudFrontKeyValueStore.Types.DescribeKeyValueStoreResponse, AWSError>;
|
26
|
-
/**
|
27
|
-
* Returns metadata information about Key Value Store.
|
28
|
-
*/
|
29
|
-
describeKeyValueStore(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.DescribeKeyValueStoreResponse) => void): Request<CloudFrontKeyValueStore.Types.DescribeKeyValueStoreResponse, AWSError>;
|
30
|
-
/**
|
31
|
-
* Returns a key value pair.
|
32
|
-
*/
|
33
|
-
getKey(params: CloudFrontKeyValueStore.Types.GetKeyRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.GetKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.GetKeyResponse, AWSError>;
|
34
|
-
/**
|
35
|
-
* Returns a key value pair.
|
36
|
-
*/
|
37
|
-
getKey(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.GetKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.GetKeyResponse, AWSError>;
|
38
|
-
/**
|
39
|
-
* Returns a list of key value pairs.
|
40
|
-
*/
|
41
|
-
listKeys(params: CloudFrontKeyValueStore.Types.ListKeysRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.ListKeysResponse) => void): Request<CloudFrontKeyValueStore.Types.ListKeysResponse, AWSError>;
|
42
|
-
/**
|
43
|
-
* Returns a list of key value pairs.
|
44
|
-
*/
|
45
|
-
listKeys(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.ListKeysResponse) => void): Request<CloudFrontKeyValueStore.Types.ListKeysResponse, AWSError>;
|
46
|
-
/**
|
47
|
-
* Creates a new key value pair or replaces the value of an existing key.
|
48
|
-
*/
|
49
|
-
putKey(params: CloudFrontKeyValueStore.Types.PutKeyRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.PutKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.PutKeyResponse, AWSError>;
|
50
|
-
/**
|
51
|
-
* Creates a new key value pair or replaces the value of an existing key.
|
52
|
-
*/
|
53
|
-
putKey(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.PutKeyResponse) => void): Request<CloudFrontKeyValueStore.Types.PutKeyResponse, AWSError>;
|
54
|
-
/**
|
55
|
-
* Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
|
56
|
-
*/
|
57
|
-
updateKeys(params: CloudFrontKeyValueStore.Types.UpdateKeysRequest, callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.UpdateKeysResponse) => void): Request<CloudFrontKeyValueStore.Types.UpdateKeysResponse, AWSError>;
|
58
|
-
/**
|
59
|
-
* Puts or Deletes multiple key value pairs in a single, all-or-nothing operation.
|
60
|
-
*/
|
61
|
-
updateKeys(callback?: (err: AWSError, data: CloudFrontKeyValueStore.Types.UpdateKeysResponse) => void): Request<CloudFrontKeyValueStore.Types.UpdateKeysResponse, AWSError>;
|
62
|
-
}
|
63
|
-
declare namespace CloudFrontKeyValueStore {
|
64
|
-
export interface DeleteKeyRequest {
|
65
|
-
/**
|
66
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
67
|
-
*/
|
68
|
-
KvsARN: KvsARN;
|
69
|
-
/**
|
70
|
-
* The key to delete.
|
71
|
-
*/
|
72
|
-
Key: Key;
|
73
|
-
/**
|
74
|
-
* The current version (ETag) of the Key Value Store that you are deleting keys from, which you can get using DescribeKeyValueStore.
|
75
|
-
*/
|
76
|
-
IfMatch: Etag;
|
77
|
-
}
|
78
|
-
export interface DeleteKeyRequestListItem {
|
79
|
-
/**
|
80
|
-
* The key of the key value pair to be deleted.
|
81
|
-
*/
|
82
|
-
Key: Key;
|
83
|
-
}
|
84
|
-
export type DeleteKeyRequestsList = DeleteKeyRequestListItem[];
|
85
|
-
export interface DeleteKeyResponse {
|
86
|
-
/**
|
87
|
-
* Number of key value pairs in the Key Value Store after the successful delete.
|
88
|
-
*/
|
89
|
-
ItemCount: Integer;
|
90
|
-
/**
|
91
|
-
* Total size of the Key Value Store after the successful delete, in bytes.
|
92
|
-
*/
|
93
|
-
TotalSizeInBytes: Long;
|
94
|
-
/**
|
95
|
-
* The current version identifier of the Key Value Store after the successful delete.
|
96
|
-
*/
|
97
|
-
ETag: Etag;
|
98
|
-
}
|
99
|
-
export interface DescribeKeyValueStoreRequest {
|
100
|
-
/**
|
101
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
102
|
-
*/
|
103
|
-
KvsARN: KvsARN;
|
104
|
-
}
|
105
|
-
export interface DescribeKeyValueStoreResponse {
|
106
|
-
/**
|
107
|
-
* Number of key value pairs in the Key Value Store.
|
108
|
-
*/
|
109
|
-
ItemCount: Integer;
|
110
|
-
/**
|
111
|
-
* Total size of the Key Value Store in bytes.
|
112
|
-
*/
|
113
|
-
TotalSizeInBytes: Long;
|
114
|
-
/**
|
115
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
116
|
-
*/
|
117
|
-
KvsARN: KvsARN;
|
118
|
-
/**
|
119
|
-
* Date and time when the Key Value Store was created.
|
120
|
-
*/
|
121
|
-
Created: Timestamp;
|
122
|
-
/**
|
123
|
-
* The version identifier for the current version of the Key Value Store.
|
124
|
-
*/
|
125
|
-
ETag: Etag;
|
126
|
-
/**
|
127
|
-
* Date and time when the key value pairs in the Key Value Store was last modified.
|
128
|
-
*/
|
129
|
-
LastModified?: Timestamp;
|
130
|
-
}
|
131
|
-
export type Etag = string;
|
132
|
-
export interface GetKeyRequest {
|
133
|
-
/**
|
134
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
135
|
-
*/
|
136
|
-
KvsARN: KvsARN;
|
137
|
-
/**
|
138
|
-
* The key to get.
|
139
|
-
*/
|
140
|
-
Key: Key;
|
141
|
-
}
|
142
|
-
export interface GetKeyResponse {
|
143
|
-
/**
|
144
|
-
* The key of the key value pair.
|
145
|
-
*/
|
146
|
-
Key: Key;
|
147
|
-
/**
|
148
|
-
* The value of the key value pair.
|
149
|
-
*/
|
150
|
-
Value: Value;
|
151
|
-
/**
|
152
|
-
* Number of key value pairs in the Key Value Store.
|
153
|
-
*/
|
154
|
-
ItemCount: Integer;
|
155
|
-
/**
|
156
|
-
* Total size of the Key Value Store in bytes.
|
157
|
-
*/
|
158
|
-
TotalSizeInBytes: Long;
|
159
|
-
}
|
160
|
-
export type Integer = number;
|
161
|
-
export type Key = string;
|
162
|
-
export type KvsARN = string;
|
163
|
-
export interface ListKeysRequest {
|
164
|
-
/**
|
165
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
166
|
-
*/
|
167
|
-
KvsARN: KvsARN;
|
168
|
-
/**
|
169
|
-
* 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.
|
170
|
-
*/
|
171
|
-
NextToken?: String;
|
172
|
-
/**
|
173
|
-
* Maximum number of results that are returned per call. The default is 10 and maximum allowed page is 50.
|
174
|
-
*/
|
175
|
-
MaxResults?: ListKeysRequestMaxResultsInteger;
|
176
|
-
}
|
177
|
-
export type ListKeysRequestMaxResultsInteger = number;
|
178
|
-
export interface ListKeysResponse {
|
179
|
-
/**
|
180
|
-
* 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.
|
181
|
-
*/
|
182
|
-
NextToken?: String;
|
183
|
-
/**
|
184
|
-
* Key value pairs
|
185
|
-
*/
|
186
|
-
Items?: ListKeysResponseList;
|
187
|
-
}
|
188
|
-
export type ListKeysResponseList = ListKeysResponseListItem[];
|
189
|
-
export interface ListKeysResponseListItem {
|
190
|
-
/**
|
191
|
-
* The key of the key value pair.
|
192
|
-
*/
|
193
|
-
Key: Key;
|
194
|
-
/**
|
195
|
-
* The value of the key value pair.
|
196
|
-
*/
|
197
|
-
Value: Value;
|
198
|
-
}
|
199
|
-
export type Long = number;
|
200
|
-
export interface PutKeyRequest {
|
201
|
-
/**
|
202
|
-
* The key to put.
|
203
|
-
*/
|
204
|
-
Key: Key;
|
205
|
-
/**
|
206
|
-
* The value to put.
|
207
|
-
*/
|
208
|
-
Value: Value;
|
209
|
-
/**
|
210
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
211
|
-
*/
|
212
|
-
KvsARN: KvsARN;
|
213
|
-
/**
|
214
|
-
* The current version (ETag) of the Key Value Store that you are putting keys into, which you can get using DescribeKeyValueStore.
|
215
|
-
*/
|
216
|
-
IfMatch: Etag;
|
217
|
-
}
|
218
|
-
export interface PutKeyRequestListItem {
|
219
|
-
/**
|
220
|
-
* The key of the key value pair list item to put.
|
221
|
-
*/
|
222
|
-
Key: Key;
|
223
|
-
/**
|
224
|
-
* The value for the key value pair to put.
|
225
|
-
*/
|
226
|
-
Value: Value;
|
227
|
-
}
|
228
|
-
export type PutKeyRequestsList = PutKeyRequestListItem[];
|
229
|
-
export interface PutKeyResponse {
|
230
|
-
/**
|
231
|
-
* Number of key value pairs in the Key Value Store after the successful put.
|
232
|
-
*/
|
233
|
-
ItemCount: Integer;
|
234
|
-
/**
|
235
|
-
* Total size of the Key Value Store after the successful put, in bytes.
|
236
|
-
*/
|
237
|
-
TotalSizeInBytes: Long;
|
238
|
-
/**
|
239
|
-
* The current version identifier of the Key Value Store after the successful put.
|
240
|
-
*/
|
241
|
-
ETag: Etag;
|
242
|
-
}
|
243
|
-
export type String = string;
|
244
|
-
export type Timestamp = Date;
|
245
|
-
export interface UpdateKeysRequest {
|
246
|
-
/**
|
247
|
-
* The Amazon Resource Name (ARN) of the Key Value Store.
|
248
|
-
*/
|
249
|
-
KvsARN: KvsARN;
|
250
|
-
/**
|
251
|
-
* The current version (ETag) of the Key Value Store that you are updating keys of, which you can get using DescribeKeyValueStore.
|
252
|
-
*/
|
253
|
-
IfMatch: Etag;
|
254
|
-
/**
|
255
|
-
* List of key value pairs to put.
|
256
|
-
*/
|
257
|
-
Puts?: PutKeyRequestsList;
|
258
|
-
/**
|
259
|
-
* List of keys to delete.
|
260
|
-
*/
|
261
|
-
Deletes?: DeleteKeyRequestsList;
|
262
|
-
}
|
263
|
-
export interface UpdateKeysResponse {
|
264
|
-
/**
|
265
|
-
* Number of key value pairs in the Key Value Store after the successful update.
|
266
|
-
*/
|
267
|
-
ItemCount: Integer;
|
268
|
-
/**
|
269
|
-
* Total size of the Key Value Store after the successful update, in bytes.
|
270
|
-
*/
|
271
|
-
TotalSizeInBytes: Long;
|
272
|
-
/**
|
273
|
-
* The current version identifier of the Key Value Store after the successful update.
|
274
|
-
*/
|
275
|
-
ETag: Etag;
|
276
|
-
}
|
277
|
-
export type Value = string;
|
278
|
-
/**
|
279
|
-
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
280
|
-
*/
|
281
|
-
export type apiVersion = "2022-07-26"|"latest"|string;
|
282
|
-
export interface ClientApiVersions {
|
283
|
-
/**
|
284
|
-
* A string in YYYY-MM-DD format that represents the latest possible API version that can be used in this service. Specify 'latest' to use the latest possible version.
|
285
|
-
*/
|
286
|
-
apiVersion?: apiVersion;
|
287
|
-
}
|
288
|
-
export type ClientConfiguration = ServiceConfigurationOptions & ClientApiVersions;
|
289
|
-
/**
|
290
|
-
* Contains interfaces for use with the CloudFrontKeyValueStore client.
|
291
|
-
*/
|
292
|
-
export import Types = CloudFrontKeyValueStore;
|
293
|
-
}
|
294
|
-
export = CloudFrontKeyValueStore;
|
@@ -1,18 +0,0 @@
|
|
1
|
-
require('../lib/node_loader');
|
2
|
-
var AWS = require('../lib/core');
|
3
|
-
var Service = AWS.Service;
|
4
|
-
var apiLoader = AWS.apiLoader;
|
5
|
-
|
6
|
-
apiLoader.services['cloudfrontkeyvaluestore'] = {};
|
7
|
-
AWS.CloudFrontKeyValueStore = Service.defineService('cloudfrontkeyvaluestore', ['2022-07-26']);
|
8
|
-
Object.defineProperty(apiLoader.services['cloudfrontkeyvaluestore'], '2022-07-26', {
|
9
|
-
get: function get() {
|
10
|
-
var model = require('../apis/cloudfront-keyvaluestore-2022-07-26.min.json');
|
11
|
-
model.paginators = require('../apis/cloudfront-keyvaluestore-2022-07-26.paginators.json').pagination;
|
12
|
-
return model;
|
13
|
-
},
|
14
|
-
enumerable: true,
|
15
|
-
configurable: true
|
16
|
-
});
|
17
|
-
|
18
|
-
module.exports = AWS.CloudFrontKeyValueStore;
|