cdk-lambda-subminute 2.0.354 → 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.
Files changed (32) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/README.md +1 -1
  4. package/node_modules/aws-sdk/apis/keyspaces-2022-02-10.min.json +159 -16
  5. package/node_modules/aws-sdk/apis/metadata.json +0 -8
  6. package/node_modules/aws-sdk/clients/all.d.ts +0 -2
  7. package/node_modules/aws-sdk/clients/all.js +0 -2
  8. package/node_modules/aws-sdk/clients/dynamodb.d.ts +1 -1
  9. package/node_modules/aws-sdk/clients/keyspaces.d.ts +165 -4
  10. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  11. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +109 -211
  12. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -11
  13. package/node_modules/aws-sdk/dist/aws-sdk.min.js +38 -38
  14. package/node_modules/aws-sdk/dist-tools/service-collector.js +1 -1
  15. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -4
  16. package/node_modules/aws-sdk/lib/core.js +1 -1
  17. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  18. package/node_modules/aws-sdk/package.json +1 -1
  19. package/node_modules/aws-sdk/scripts/console +3 -3
  20. package/package.json +3 -3
  21. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.examples.json +0 -5
  22. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.min.json +0 -359
  23. package/node_modules/aws-sdk/apis/cloudfront-keyvaluestore-2022-07-26.paginators.json +0 -10
  24. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.examples.json +0 -5
  25. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.min.json +0 -1286
  26. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.paginators.json +0 -28
  27. package/node_modules/aws-sdk/apis/neptune-graph-2023-11-29.waiters2.json +0 -168
  28. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.d.ts +0 -294
  29. package/node_modules/aws-sdk/clients/cloudfrontkeyvaluestore.js +0 -18
  30. package/node_modules/aws-sdk/clients/neptunegraph.d.ts +0 -1459
  31. package/node_modules/aws-sdk/clients/neptunegraph.js +0 -20
  32. package/node_modules/aws-sdk/lib/services/neptunegraph.js +0 -14
@@ -13,7 +13,7 @@ var sanitizeRegex = /[^a-zA-Z0-9,-]/;
13
13
 
14
14
  var serviceClasses = {};
15
15
  Object.keys(AWS).forEach(function(name) {
16
- if (AWS[name].serviceIdentifier && name !== 'NeptuneGraph') {
16
+ if (AWS[name].serviceIdentifier) {
17
17
  serviceClasses[AWS[name].serviceIdentifier] = AWS[name];
18
18
  }
19
19
  });
@@ -359,7 +359,6 @@ export abstract class ConfigurationServicePlaceholders {
359
359
  datazone?: AWS.DataZone.Types.ClientConfiguration;
360
360
  launchwizard?: AWS.LaunchWizard.Types.ClientConfiguration;
361
361
  trustedadvisor?: AWS.TrustedAdvisor.Types.ClientConfiguration;
362
- cloudfrontkeyvaluestore?: AWS.CloudFrontKeyValueStore.Types.ClientConfiguration;
363
362
  inspectorscan?: AWS.InspectorScan.Types.ClientConfiguration;
364
363
  bcmdataexports?: AWS.BCMDataExports.Types.ClientConfiguration;
365
364
  costoptimizationhub?: AWS.CostOptimizationHub.Types.ClientConfiguration;
@@ -375,7 +374,6 @@ export abstract class ConfigurationServicePlaceholders {
375
374
  cleanroomsml?: AWS.CleanRoomsML.Types.ClientConfiguration;
376
375
  marketplaceagreement?: AWS.MarketplaceAgreement.Types.ClientConfiguration;
377
376
  marketplacedeployment?: AWS.MarketplaceDeployment.Types.ClientConfiguration;
378
- neptunegraph?: AWS.NeptuneGraph.Types.ClientConfiguration;
379
377
  networkmonitor?: AWS.NetworkMonitor.Types.ClientConfiguration;
380
378
  supplychain?: AWS.SupplyChain.Types.ClientConfiguration;
381
379
  }
@@ -739,7 +737,6 @@ export interface ConfigurationServiceApiVersions {
739
737
  datazone?: AWS.DataZone.Types.apiVersion;
740
738
  launchwizard?: AWS.LaunchWizard.Types.apiVersion;
741
739
  trustedadvisor?: AWS.TrustedAdvisor.Types.apiVersion;
742
- cloudfrontkeyvaluestore?: AWS.CloudFrontKeyValueStore.Types.apiVersion;
743
740
  inspectorscan?: AWS.InspectorScan.Types.apiVersion;
744
741
  bcmdataexports?: AWS.BCMDataExports.Types.apiVersion;
745
742
  costoptimizationhub?: AWS.CostOptimizationHub.Types.apiVersion;
@@ -755,7 +752,6 @@ export interface ConfigurationServiceApiVersions {
755
752
  cleanroomsml?: AWS.CleanRoomsML.Types.apiVersion;
756
753
  marketplaceagreement?: AWS.MarketplaceAgreement.Types.apiVersion;
757
754
  marketplacedeployment?: AWS.MarketplaceDeployment.Types.apiVersion;
758
- neptunegraph?: AWS.NeptuneGraph.Types.apiVersion;
759
755
  networkmonitor?: AWS.NetworkMonitor.Types.apiVersion;
760
756
  supplychain?: AWS.SupplyChain.Types.apiVersion;
761
757
  }
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1537.0',
23
+ VERSION: '2.1538.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -3478,7 +3478,7 @@ export namespace DocumentClient {
3478
3478
  */
3479
3479
  GlobalSecondaryIndexUpdates?: GlobalSecondaryIndexUpdateList;
3480
3480
  /**
3481
- * Represents the DynamoDB Streams configuration for the table. You receive a ResourceInUseException if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
3481
+ * Represents the DynamoDB Streams configuration for the table. You receive a ValidationException if you try to enable a stream on a table that already has a stream, or if you try to disable a stream on a table that doesn't have a stream.
3482
3482
  */
3483
3483
  StreamSpecification?: StreamSpecification;
3484
3484
  /**
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1537.0",
4
+ "version": "2.1538.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
@@ -20,9 +20,9 @@ function customEval(cmd, context, filename, callback) {
20
20
  context.error = resp.error;
21
21
  callback(resp.error, resp.data);
22
22
  }
23
-
23
+
24
24
  if (value && value.constructor === AWS.Request && !value.__hasBeenEval__) {
25
-
25
+
26
26
  try {
27
27
  value.__hasBeenEval__ = true;
28
28
  if (value.response) value.response.__hasBeenEval__ = true;
@@ -107,7 +107,7 @@ repl.context.autoSend = true;
107
107
  for (var key in AWS) {
108
108
  var id = AWS[key].serviceIdentifier;
109
109
  if (id) {
110
- if (id === 'cloudsearchdomain' || id === 'iotdata' || id === 'neptunegraph') continue; // this required an explicit endpoint
110
+ if (id === 'cloudsearchdomain' || id === 'iotdata') continue; // this required an explicit endpoint
111
111
 
112
112
  var svcClass = AWS[key];
113
113
  var svc = new svcClass(defaultOptions);
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-docgen": "^1.8.110",
56
56
  "jsii-pacmak": "^1.94.0",
57
57
  "jsii-rosetta": "1.x",
58
- "projen": "^0.79.0",
58
+ "projen": "^0.79.1",
59
59
  "source-map-support": "^0.5.21",
60
60
  "standard-version": "^9",
61
61
  "ts-jest": "^27",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "aws-cdk-lib": "^2.95.0",
70
- "aws-sdk": "^2.1537.0",
70
+ "aws-sdk": "^2.1538.0",
71
71
  "constructs": "^10.0.5"
72
72
  },
73
73
  "bundledDependencies": [
@@ -89,7 +89,7 @@
89
89
  ],
90
90
  "main": "lib/index.js",
91
91
  "license": "Apache-2.0",
92
- "version": "2.0.354",
92
+ "version": "2.0.355",
93
93
  "jest": {
94
94
  "testMatch": [
95
95
  "<rootDir>/src/**/__tests__/**/*.ts?(x)",
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }
@@ -1,359 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2022-07-26",
5
- "endpointPrefix": "cloudfront-keyvaluestore",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceFullName": "Amazon CloudFront KeyValueStore",
9
- "serviceId": "CloudFront KeyValueStore",
10
- "signatureVersion": "v4",
11
- "signingName": "cloudfront-keyvaluestore",
12
- "uid": "cloudfront-keyvaluestore-2022-07-26"
13
- },
14
- "operations": {
15
- "DeleteKey": {
16
- "http": {
17
- "method": "DELETE",
18
- "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}",
19
- "responseCode": 200
20
- },
21
- "input": {
22
- "type": "structure",
23
- "required": [
24
- "KvsARN",
25
- "Key",
26
- "IfMatch"
27
- ],
28
- "members": {
29
- "KvsARN": {
30
- "contextParam": {
31
- "name": "KvsARN"
32
- },
33
- "location": "uri",
34
- "locationName": "KvsARN"
35
- },
36
- "Key": {
37
- "location": "uri",
38
- "locationName": "Key"
39
- },
40
- "IfMatch": {
41
- "location": "header",
42
- "locationName": "If-Match"
43
- }
44
- }
45
- },
46
- "output": {
47
- "type": "structure",
48
- "required": [
49
- "ItemCount",
50
- "TotalSizeInBytes",
51
- "ETag"
52
- ],
53
- "members": {
54
- "ItemCount": {
55
- "type": "integer"
56
- },
57
- "TotalSizeInBytes": {
58
- "type": "long"
59
- },
60
- "ETag": {
61
- "location": "header",
62
- "locationName": "ETag"
63
- }
64
- }
65
- },
66
- "idempotent": true
67
- },
68
- "DescribeKeyValueStore": {
69
- "http": {
70
- "method": "GET",
71
- "requestUri": "/key-value-stores/{KvsARN}",
72
- "responseCode": 200
73
- },
74
- "input": {
75
- "type": "structure",
76
- "required": [
77
- "KvsARN"
78
- ],
79
- "members": {
80
- "KvsARN": {
81
- "contextParam": {
82
- "name": "KvsARN"
83
- },
84
- "location": "uri",
85
- "locationName": "KvsARN"
86
- }
87
- }
88
- },
89
- "output": {
90
- "type": "structure",
91
- "required": [
92
- "ItemCount",
93
- "TotalSizeInBytes",
94
- "KvsARN",
95
- "Created",
96
- "ETag"
97
- ],
98
- "members": {
99
- "ItemCount": {
100
- "type": "integer"
101
- },
102
- "TotalSizeInBytes": {
103
- "type": "long"
104
- },
105
- "KvsARN": {},
106
- "Created": {
107
- "type": "timestamp"
108
- },
109
- "ETag": {
110
- "location": "header",
111
- "locationName": "ETag"
112
- },
113
- "LastModified": {
114
- "type": "timestamp"
115
- }
116
- }
117
- }
118
- },
119
- "GetKey": {
120
- "http": {
121
- "method": "GET",
122
- "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}",
123
- "responseCode": 200
124
- },
125
- "input": {
126
- "type": "structure",
127
- "required": [
128
- "KvsARN",
129
- "Key"
130
- ],
131
- "members": {
132
- "KvsARN": {
133
- "contextParam": {
134
- "name": "KvsARN"
135
- },
136
- "location": "uri",
137
- "locationName": "KvsARN"
138
- },
139
- "Key": {
140
- "location": "uri",
141
- "locationName": "Key"
142
- }
143
- }
144
- },
145
- "output": {
146
- "type": "structure",
147
- "required": [
148
- "Key",
149
- "Value",
150
- "ItemCount",
151
- "TotalSizeInBytes"
152
- ],
153
- "members": {
154
- "Key": {},
155
- "Value": {
156
- "shape": "Sd"
157
- },
158
- "ItemCount": {
159
- "type": "integer"
160
- },
161
- "TotalSizeInBytes": {
162
- "type": "long"
163
- }
164
- }
165
- }
166
- },
167
- "ListKeys": {
168
- "http": {
169
- "method": "GET",
170
- "requestUri": "/key-value-stores/{KvsARN}/keys",
171
- "responseCode": 200
172
- },
173
- "input": {
174
- "type": "structure",
175
- "required": [
176
- "KvsARN"
177
- ],
178
- "members": {
179
- "KvsARN": {
180
- "contextParam": {
181
- "name": "KvsARN"
182
- },
183
- "location": "uri",
184
- "locationName": "KvsARN"
185
- },
186
- "NextToken": {
187
- "location": "querystring",
188
- "locationName": "NextToken"
189
- },
190
- "MaxResults": {
191
- "location": "querystring",
192
- "locationName": "MaxResults",
193
- "type": "integer"
194
- }
195
- }
196
- },
197
- "output": {
198
- "type": "structure",
199
- "members": {
200
- "NextToken": {},
201
- "Items": {
202
- "type": "list",
203
- "member": {
204
- "type": "structure",
205
- "required": [
206
- "Key",
207
- "Value"
208
- ],
209
- "members": {
210
- "Key": {},
211
- "Value": {
212
- "shape": "Sd"
213
- }
214
- }
215
- }
216
- }
217
- }
218
- }
219
- },
220
- "PutKey": {
221
- "http": {
222
- "method": "PUT",
223
- "requestUri": "/key-value-stores/{KvsARN}/keys/{Key}",
224
- "responseCode": 200
225
- },
226
- "input": {
227
- "type": "structure",
228
- "required": [
229
- "Key",
230
- "Value",
231
- "KvsARN",
232
- "IfMatch"
233
- ],
234
- "members": {
235
- "Key": {
236
- "location": "uri",
237
- "locationName": "Key"
238
- },
239
- "Value": {
240
- "shape": "Sd"
241
- },
242
- "KvsARN": {
243
- "contextParam": {
244
- "name": "KvsARN"
245
- },
246
- "location": "uri",
247
- "locationName": "KvsARN"
248
- },
249
- "IfMatch": {
250
- "location": "header",
251
- "locationName": "If-Match"
252
- }
253
- }
254
- },
255
- "output": {
256
- "type": "structure",
257
- "required": [
258
- "ItemCount",
259
- "TotalSizeInBytes",
260
- "ETag"
261
- ],
262
- "members": {
263
- "ItemCount": {
264
- "type": "integer"
265
- },
266
- "TotalSizeInBytes": {
267
- "type": "long"
268
- },
269
- "ETag": {
270
- "location": "header",
271
- "locationName": "ETag"
272
- }
273
- }
274
- },
275
- "idempotent": true
276
- },
277
- "UpdateKeys": {
278
- "http": {
279
- "requestUri": "/key-value-stores/{KvsARN}/keys",
280
- "responseCode": 200
281
- },
282
- "input": {
283
- "type": "structure",
284
- "required": [
285
- "KvsARN",
286
- "IfMatch"
287
- ],
288
- "members": {
289
- "KvsARN": {
290
- "contextParam": {
291
- "name": "KvsARN"
292
- },
293
- "location": "uri",
294
- "locationName": "KvsARN"
295
- },
296
- "IfMatch": {
297
- "location": "header",
298
- "locationName": "If-Match"
299
- },
300
- "Puts": {
301
- "type": "list",
302
- "member": {
303
- "type": "structure",
304
- "required": [
305
- "Key",
306
- "Value"
307
- ],
308
- "members": {
309
- "Key": {},
310
- "Value": {
311
- "shape": "Sd"
312
- }
313
- }
314
- }
315
- },
316
- "Deletes": {
317
- "type": "list",
318
- "member": {
319
- "type": "structure",
320
- "required": [
321
- "Key"
322
- ],
323
- "members": {
324
- "Key": {}
325
- }
326
- }
327
- }
328
- }
329
- },
330
- "output": {
331
- "type": "structure",
332
- "required": [
333
- "ItemCount",
334
- "TotalSizeInBytes",
335
- "ETag"
336
- ],
337
- "members": {
338
- "ItemCount": {
339
- "type": "integer"
340
- },
341
- "TotalSizeInBytes": {
342
- "type": "long"
343
- },
344
- "ETag": {
345
- "location": "header",
346
- "locationName": "ETag"
347
- }
348
- }
349
- },
350
- "idempotent": true
351
- }
352
- },
353
- "shapes": {
354
- "Sd": {
355
- "type": "string",
356
- "sensitive": true
357
- }
358
- }
359
- }
@@ -1,10 +0,0 @@
1
- {
2
- "pagination": {
3
- "ListKeys": {
4
- "input_token": "NextToken",
5
- "output_token": "NextToken",
6
- "limit_key": "MaxResults",
7
- "result_key": "Items"
8
- }
9
- }
10
- }
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }