cdk-lambda-subminute 2.0.450 → 2.0.451

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 (71) 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/acm-pca-2017-08-22.waiters2.json +74 -62
  5. package/node_modules/aws-sdk/apis/appsync-2017-07-25.min.json +4 -1
  6. package/node_modules/aws-sdk/apis/appsync-2017-07-25.paginators.json +60 -0
  7. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +1329 -202
  8. package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.paginators.json +18 -0
  9. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.min.json +305 -287
  10. package/node_modules/aws-sdk/apis/cleanroomsml-2023-09-06.waiters2.json +5 -0
  11. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +371 -171
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
  13. package/node_modules/aws-sdk/apis/connect-contact-lens-2020-08-21.min.json +18 -1
  14. package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +902 -413
  15. package/node_modules/aws-sdk/apis/datazone-2018-05-10.paginators.json +6 -0
  16. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1161 -1028
  17. package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +162 -94
  18. package/node_modules/aws-sdk/apis/firehose-2015-08-04.min.json +226 -81
  19. package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +113 -98
  20. package/node_modules/aws-sdk/apis/ivs-2020-07-14.min.json +159 -154
  21. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.min.json +144 -139
  22. package/node_modules/aws-sdk/apis/ivschat-2020-07-14.waiters2.json +5 -0
  23. package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +327 -230
  24. package/node_modules/aws-sdk/apis/mediapackagev2-2022-12-25.min.json +0 -3
  25. package/node_modules/aws-sdk/apis/medical-imaging-2023-07-19.min.json +75 -35
  26. package/node_modules/aws-sdk/apis/metadata.json +0 -3
  27. package/node_modules/aws-sdk/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +6 -0
  28. package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +25 -21
  29. package/node_modules/aws-sdk/apis/taxsettings-2018-05-10.min.json +4 -1
  30. package/node_modules/aws-sdk/apis/timestream-query-2018-11-01.min.json +4 -1
  31. package/node_modules/aws-sdk/apis/workspaces-thin-client-2023-08-22.min.json +3 -0
  32. package/node_modules/aws-sdk/clients/acmpca.d.ts +12 -12
  33. package/node_modules/aws-sdk/clients/all.d.ts +0 -1
  34. package/node_modules/aws-sdk/clients/all.js +0 -1
  35. package/node_modules/aws-sdk/clients/cleanrooms.d.ts +1079 -16
  36. package/node_modules/aws-sdk/clients/cleanroomsml.d.ts +284 -257
  37. package/node_modules/aws-sdk/clients/cleanroomsml.js +1 -0
  38. package/node_modules/aws-sdk/clients/connect.d.ts +223 -6
  39. package/node_modules/aws-sdk/clients/connectcontactlens.d.ts +24 -3
  40. package/node_modules/aws-sdk/clients/datazone.d.ts +576 -64
  41. package/node_modules/aws-sdk/clients/dynamodb.d.ts +6 -6
  42. package/node_modules/aws-sdk/clients/ec2.d.ts +172 -17
  43. package/node_modules/aws-sdk/clients/entityresolution.d.ts +105 -22
  44. package/node_modules/aws-sdk/clients/firehose.d.ts +141 -0
  45. package/node_modules/aws-sdk/clients/iotsitewise.d.ts +37 -25
  46. package/node_modules/aws-sdk/clients/ivs.d.ts +229 -229
  47. package/node_modules/aws-sdk/clients/ivschat.d.ts +166 -166
  48. package/node_modules/aws-sdk/clients/ivschat.js +1 -0
  49. package/node_modules/aws-sdk/clients/medialive.d.ts +100 -4
  50. package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +1 -1
  51. package/node_modules/aws-sdk/clients/medicalimaging.d.ts +38 -0
  52. package/node_modules/aws-sdk/clients/pinpointsmsvoicev2.d.ts +56 -56
  53. package/node_modules/aws-sdk/clients/rds.d.ts +9 -9
  54. package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +20 -3
  55. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  56. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +7 -7
  57. package/node_modules/aws-sdk/clients/timestreamquery.d.ts +1 -1
  58. package/node_modules/aws-sdk/clients/workspacesthinclient.d.ts +1 -1
  59. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  60. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +1825 -1848
  61. package/node_modules/aws-sdk/dist/aws-sdk.js +1779 -1286
  62. package/node_modules/aws-sdk/dist/aws-sdk.min.js +84 -84
  63. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
  64. package/node_modules/aws-sdk/lib/core.js +1 -1
  65. package/node_modules/aws-sdk/package.json +1 -1
  66. package/package.json +3 -3
  67. package/node_modules/aws-sdk/apis/mobile-2017-07-01.examples.json +0 -5
  68. package/node_modules/aws-sdk/apis/mobile-2017-07-01.min.json +0 -341
  69. package/node_modules/aws-sdk/apis/mobile-2017-07-01.paginators.json +0 -14
  70. package/node_modules/aws-sdk/clients/mobile.d.ts +0 -333
  71. package/node_modules/aws-sdk/clients/mobile.js +0 -18
@@ -106,7 +106,6 @@ export abstract class ConfigurationServicePlaceholders {
106
106
  migrationhub?: AWS.MigrationHub.Types.ClientConfiguration;
107
107
  cloudhsmv2?: AWS.CloudHSMV2.Types.ClientConfiguration;
108
108
  glue?: AWS.Glue.Types.ClientConfiguration;
109
- mobile?: AWS.Mobile.Types.ClientConfiguration;
110
109
  pricing?: AWS.Pricing.Types.ClientConfiguration;
111
110
  costexplorer?: AWS.CostExplorer.Types.ClientConfiguration;
112
111
  mediaconvert?: AWS.MediaConvert.Types.ClientConfiguration;
@@ -493,7 +492,6 @@ export interface ConfigurationServiceApiVersions {
493
492
  migrationhub?: AWS.MigrationHub.Types.apiVersion;
494
493
  cloudhsmv2?: AWS.CloudHSMV2.Types.apiVersion;
495
494
  glue?: AWS.Glue.Types.apiVersion;
496
- mobile?: AWS.Mobile.Types.apiVersion;
497
495
  pricing?: AWS.Pricing.Types.apiVersion;
498
496
  costexplorer?: AWS.CostExplorer.Types.apiVersion;
499
497
  mediaconvert?: AWS.MediaConvert.Types.apiVersion;
@@ -20,7 +20,7 @@ AWS.util.update(AWS, {
20
20
  /**
21
21
  * @constant
22
22
  */
23
- VERSION: '2.1659.0',
23
+ VERSION: '2.1663.0',
24
24
 
25
25
  /**
26
26
  * @api private
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aws-sdk",
3
3
  "description": "AWS SDK for JavaScript",
4
- "version": "2.1659.0",
4
+ "version": "2.1663.0",
5
5
  "author": {
6
6
  "name": "Amazon Web Services",
7
7
  "email": "",
package/package.json CHANGED
@@ -55,7 +55,7 @@
55
55
  "jsii-docgen": "^1.8.110",
56
56
  "jsii-pacmak": "^1.101.0",
57
57
  "jsii-rosetta": "5.4.x",
58
- "projen": "^0.84.6",
58
+ "projen": "^0.84.9",
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.1659.0",
70
+ "aws-sdk": "^2.1663.0",
71
71
  "constructs": "^10.0.5"
72
72
  },
73
73
  "bundledDependencies": [
@@ -90,7 +90,7 @@
90
90
  "publishConfig": {
91
91
  "access": "public"
92
92
  },
93
- "version": "2.0.450",
93
+ "version": "2.0.451",
94
94
  "jest": {
95
95
  "coverageProvider": "v8",
96
96
  "testMatch": [
@@ -1,5 +0,0 @@
1
- {
2
- "version": "1.0",
3
- "examples": {
4
- }
5
- }
@@ -1,341 +0,0 @@
1
- {
2
- "version": "2.0",
3
- "metadata": {
4
- "apiVersion": "2017-07-01",
5
- "endpointPrefix": "mobile",
6
- "jsonVersion": "1.1",
7
- "protocol": "rest-json",
8
- "serviceFullName": "AWS Mobile",
9
- "serviceId": "Mobile",
10
- "signatureVersion": "v4",
11
- "signingName": "AWSMobileHubService",
12
- "uid": "mobile-2017-07-01"
13
- },
14
- "operations": {
15
- "CreateProject": {
16
- "http": {
17
- "requestUri": "/projects"
18
- },
19
- "input": {
20
- "type": "structure",
21
- "members": {
22
- "name": {
23
- "location": "querystring",
24
- "locationName": "name"
25
- },
26
- "region": {
27
- "location": "querystring",
28
- "locationName": "region"
29
- },
30
- "contents": {
31
- "type": "blob"
32
- },
33
- "snapshotId": {
34
- "location": "querystring",
35
- "locationName": "snapshotId"
36
- }
37
- },
38
- "payload": "contents"
39
- },
40
- "output": {
41
- "type": "structure",
42
- "members": {
43
- "details": {
44
- "shape": "S7"
45
- }
46
- }
47
- }
48
- },
49
- "DeleteProject": {
50
- "http": {
51
- "method": "DELETE",
52
- "requestUri": "/projects/{projectId}"
53
- },
54
- "input": {
55
- "type": "structure",
56
- "required": [
57
- "projectId"
58
- ],
59
- "members": {
60
- "projectId": {
61
- "location": "uri",
62
- "locationName": "projectId"
63
- }
64
- }
65
- },
66
- "output": {
67
- "type": "structure",
68
- "members": {
69
- "deletedResources": {
70
- "shape": "Sc"
71
- },
72
- "orphanedResources": {
73
- "shape": "Sc"
74
- }
75
- }
76
- }
77
- },
78
- "DescribeBundle": {
79
- "http": {
80
- "method": "GET",
81
- "requestUri": "/bundles/{bundleId}"
82
- },
83
- "input": {
84
- "type": "structure",
85
- "required": [
86
- "bundleId"
87
- ],
88
- "members": {
89
- "bundleId": {
90
- "location": "uri",
91
- "locationName": "bundleId"
92
- }
93
- }
94
- },
95
- "output": {
96
- "type": "structure",
97
- "members": {
98
- "details": {
99
- "shape": "Sq"
100
- }
101
- }
102
- }
103
- },
104
- "DescribeProject": {
105
- "http": {
106
- "method": "GET",
107
- "requestUri": "/project"
108
- },
109
- "input": {
110
- "type": "structure",
111
- "required": [
112
- "projectId"
113
- ],
114
- "members": {
115
- "projectId": {
116
- "location": "querystring",
117
- "locationName": "projectId"
118
- },
119
- "syncFromResources": {
120
- "location": "querystring",
121
- "locationName": "syncFromResources",
122
- "type": "boolean"
123
- }
124
- }
125
- },
126
- "output": {
127
- "type": "structure",
128
- "members": {
129
- "details": {
130
- "shape": "S7"
131
- }
132
- }
133
- }
134
- },
135
- "ExportBundle": {
136
- "http": {
137
- "requestUri": "/bundles/{bundleId}"
138
- },
139
- "input": {
140
- "type": "structure",
141
- "required": [
142
- "bundleId"
143
- ],
144
- "members": {
145
- "bundleId": {
146
- "location": "uri",
147
- "locationName": "bundleId"
148
- },
149
- "projectId": {
150
- "location": "querystring",
151
- "locationName": "projectId"
152
- },
153
- "platform": {
154
- "location": "querystring",
155
- "locationName": "platform"
156
- }
157
- }
158
- },
159
- "output": {
160
- "type": "structure",
161
- "members": {
162
- "downloadUrl": {}
163
- }
164
- }
165
- },
166
- "ExportProject": {
167
- "http": {
168
- "requestUri": "/exports/{projectId}"
169
- },
170
- "input": {
171
- "type": "structure",
172
- "required": [
173
- "projectId"
174
- ],
175
- "members": {
176
- "projectId": {
177
- "location": "uri",
178
- "locationName": "projectId"
179
- }
180
- }
181
- },
182
- "output": {
183
- "type": "structure",
184
- "members": {
185
- "downloadUrl": {},
186
- "shareUrl": {},
187
- "snapshotId": {}
188
- }
189
- }
190
- },
191
- "ListBundles": {
192
- "http": {
193
- "method": "GET",
194
- "requestUri": "/bundles"
195
- },
196
- "input": {
197
- "type": "structure",
198
- "members": {
199
- "maxResults": {
200
- "location": "querystring",
201
- "locationName": "maxResults",
202
- "type": "integer"
203
- },
204
- "nextToken": {
205
- "location": "querystring",
206
- "locationName": "nextToken"
207
- }
208
- }
209
- },
210
- "output": {
211
- "type": "structure",
212
- "members": {
213
- "bundleList": {
214
- "type": "list",
215
- "member": {
216
- "shape": "Sq"
217
- }
218
- },
219
- "nextToken": {}
220
- }
221
- }
222
- },
223
- "ListProjects": {
224
- "http": {
225
- "method": "GET",
226
- "requestUri": "/projects"
227
- },
228
- "input": {
229
- "type": "structure",
230
- "members": {
231
- "maxResults": {
232
- "location": "querystring",
233
- "locationName": "maxResults",
234
- "type": "integer"
235
- },
236
- "nextToken": {
237
- "location": "querystring",
238
- "locationName": "nextToken"
239
- }
240
- }
241
- },
242
- "output": {
243
- "type": "structure",
244
- "members": {
245
- "projects": {
246
- "type": "list",
247
- "member": {
248
- "type": "structure",
249
- "members": {
250
- "name": {},
251
- "projectId": {}
252
- }
253
- }
254
- },
255
- "nextToken": {}
256
- }
257
- }
258
- },
259
- "UpdateProject": {
260
- "http": {
261
- "requestUri": "/update"
262
- },
263
- "input": {
264
- "type": "structure",
265
- "required": [
266
- "projectId"
267
- ],
268
- "members": {
269
- "contents": {
270
- "type": "blob"
271
- },
272
- "projectId": {
273
- "location": "querystring",
274
- "locationName": "projectId"
275
- }
276
- },
277
- "payload": "contents"
278
- },
279
- "output": {
280
- "type": "structure",
281
- "members": {
282
- "details": {
283
- "shape": "S7"
284
- }
285
- }
286
- }
287
- }
288
- },
289
- "shapes": {
290
- "S7": {
291
- "type": "structure",
292
- "members": {
293
- "name": {},
294
- "projectId": {},
295
- "region": {},
296
- "state": {},
297
- "createdDate": {
298
- "type": "timestamp"
299
- },
300
- "lastUpdatedDate": {
301
- "type": "timestamp"
302
- },
303
- "consoleUrl": {},
304
- "resources": {
305
- "shape": "Sc"
306
- }
307
- }
308
- },
309
- "Sc": {
310
- "type": "list",
311
- "member": {
312
- "type": "structure",
313
- "members": {
314
- "type": {},
315
- "name": {},
316
- "arn": {},
317
- "feature": {},
318
- "attributes": {
319
- "type": "map",
320
- "key": {},
321
- "value": {}
322
- }
323
- }
324
- }
325
- },
326
- "Sq": {
327
- "type": "structure",
328
- "members": {
329
- "bundleId": {},
330
- "title": {},
331
- "version": {},
332
- "description": {},
333
- "iconUrl": {},
334
- "availablePlatforms": {
335
- "type": "list",
336
- "member": {}
337
- }
338
- }
339
- }
340
- }
341
- }
@@ -1,14 +0,0 @@
1
- {
2
- "pagination": {
3
- "ListBundles": {
4
- "input_token": "nextToken",
5
- "output_token": "nextToken",
6
- "limit_key": "maxResults"
7
- },
8
- "ListProjects": {
9
- "input_token": "nextToken",
10
- "output_token": "nextToken",
11
- "limit_key": "maxResults"
12
- }
13
- }
14
- }