cdk-lambda-subminute 2.0.293 → 2.0.295

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 (41) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +48 -47
  6. package/node_modules/aws-sdk/apis/cloudtrail-2013-11-01.min.json +11 -8
  7. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +55 -0
  8. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +4 -0
  9. package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +104 -9
  10. package/node_modules/aws-sdk/apis/cur-2017-01-06.min.json +86 -1
  11. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1070 -950
  12. package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +242 -39
  13. package/node_modules/aws-sdk/apis/entitlement.marketplace-2017-01-11.paginators.json +5 -0
  14. package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +372 -26
  15. package/node_modules/aws-sdk/apis/logs-2014-03-28.paginators.json +18 -0
  16. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +177 -164
  17. package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +1 -3
  18. package/node_modules/aws-sdk/apis/sqs-2012-11-05.min.json +13 -13
  19. package/node_modules/aws-sdk/clients/cloudformation.d.ts +15 -10
  20. package/node_modules/aws-sdk/clients/cloudtrail.d.ts +50 -22
  21. package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +422 -2
  22. package/node_modules/aws-sdk/clients/comprehend.d.ts +73 -19
  23. package/node_modules/aws-sdk/clients/connect.d.ts +5 -1
  24. package/node_modules/aws-sdk/clients/controltower.d.ts +94 -22
  25. package/node_modules/aws-sdk/clients/cur.d.ts +104 -10
  26. package/node_modules/aws-sdk/clients/ec2.d.ts +136 -7
  27. package/node_modules/aws-sdk/clients/eks.d.ts +221 -9
  28. package/node_modules/aws-sdk/clients/fms.d.ts +6 -6
  29. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  30. package/node_modules/aws-sdk/clients/marketplaceentitlementservice.d.ts +2 -1
  31. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +26 -12
  32. package/node_modules/aws-sdk/clients/omics.d.ts +5 -4
  33. package/node_modules/aws-sdk/clients/rds.d.ts +11 -11
  34. package/node_modules/aws-sdk/clients/sqs.d.ts +1 -2
  35. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  36. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
  37. package/node_modules/aws-sdk/dist/aws-sdk.js +1680 -1048
  38. package/node_modules/aws-sdk/dist/aws-sdk.min.js +91 -91
  39. package/node_modules/aws-sdk/lib/core.js +1 -1
  40. package/node_modules/aws-sdk/package.json +1 -1
  41. package/package.json +3 -4
@@ -51,6 +51,9 @@
51
51
  ],
52
52
  "members": {
53
53
  "controlIdentifier": {},
54
+ "tags": {
55
+ "shape": "S7"
56
+ },
54
57
  "targetIdentifier": {}
55
58
  }
56
59
  },
@@ -60,6 +63,7 @@
60
63
  "operationIdentifier"
61
64
  ],
62
65
  "members": {
66
+ "arn": {},
63
67
  "operationIdentifier": {}
64
68
  }
65
69
  }
@@ -88,11 +92,11 @@
88
92
  "type": "structure",
89
93
  "members": {
90
94
  "endTime": {
91
- "shape": "Sb"
95
+ "shape": "Sf"
92
96
  },
93
97
  "operationType": {},
94
98
  "startTime": {
95
- "shape": "Sb"
99
+ "shape": "Sf"
96
100
  },
97
101
  "status": {},
98
102
  "statusMessage": {}
@@ -127,10 +131,10 @@
127
131
  "arn": {},
128
132
  "controlIdentifier": {},
129
133
  "driftStatusSummary": {
130
- "shape": "Sj"
134
+ "shape": "Sm"
131
135
  },
132
136
  "statusSummary": {
133
- "shape": "Sl"
137
+ "shape": "So"
134
138
  },
135
139
  "targetIdentifier": {},
136
140
  "targetRegions": {
@@ -179,10 +183,10 @@
179
183
  "arn": {},
180
184
  "controlIdentifier": {},
181
185
  "driftStatusSummary": {
182
- "shape": "Sj"
186
+ "shape": "Sm"
183
187
  },
184
188
  "statusSummary": {
185
- "shape": "Sl"
189
+ "shape": "So"
186
190
  },
187
191
  "targetIdentifier": {}
188
192
  }
@@ -191,20 +195,111 @@
191
195
  "nextToken": {}
192
196
  }
193
197
  }
198
+ },
199
+ "ListTagsForResource": {
200
+ "http": {
201
+ "method": "GET",
202
+ "requestUri": "/tags/{resourceArn}",
203
+ "responseCode": 200
204
+ },
205
+ "input": {
206
+ "type": "structure",
207
+ "required": [
208
+ "resourceArn"
209
+ ],
210
+ "members": {
211
+ "resourceArn": {
212
+ "location": "uri",
213
+ "locationName": "resourceArn"
214
+ }
215
+ }
216
+ },
217
+ "output": {
218
+ "type": "structure",
219
+ "required": [
220
+ "tags"
221
+ ],
222
+ "members": {
223
+ "tags": {
224
+ "shape": "S7"
225
+ }
226
+ }
227
+ }
228
+ },
229
+ "TagResource": {
230
+ "http": {
231
+ "requestUri": "/tags/{resourceArn}",
232
+ "responseCode": 204
233
+ },
234
+ "input": {
235
+ "type": "structure",
236
+ "required": [
237
+ "resourceArn",
238
+ "tags"
239
+ ],
240
+ "members": {
241
+ "resourceArn": {
242
+ "location": "uri",
243
+ "locationName": "resourceArn"
244
+ },
245
+ "tags": {
246
+ "shape": "S7"
247
+ }
248
+ }
249
+ },
250
+ "output": {
251
+ "type": "structure",
252
+ "members": {}
253
+ }
254
+ },
255
+ "UntagResource": {
256
+ "http": {
257
+ "method": "DELETE",
258
+ "requestUri": "/tags/{resourceArn}",
259
+ "responseCode": 204
260
+ },
261
+ "input": {
262
+ "type": "structure",
263
+ "required": [
264
+ "resourceArn",
265
+ "tagKeys"
266
+ ],
267
+ "members": {
268
+ "resourceArn": {
269
+ "location": "uri",
270
+ "locationName": "resourceArn"
271
+ },
272
+ "tagKeys": {
273
+ "location": "querystring",
274
+ "locationName": "tagKeys",
275
+ "type": "list",
276
+ "member": {}
277
+ }
278
+ }
279
+ },
280
+ "output": {
281
+ "type": "structure",
282
+ "members": {}
283
+ }
194
284
  }
195
285
  },
196
286
  "shapes": {
197
- "Sb": {
287
+ "S7": {
288
+ "type": "map",
289
+ "key": {},
290
+ "value": {}
291
+ },
292
+ "Sf": {
198
293
  "type": "timestamp",
199
294
  "timestampFormat": "iso8601"
200
295
  },
201
- "Sj": {
296
+ "Sm": {
202
297
  "type": "structure",
203
298
  "members": {
204
299
  "driftStatus": {}
205
300
  }
206
301
  },
207
- "Sl": {
302
+ "So": {
208
303
  "type": "structure",
209
304
  "members": {
210
305
  "lastOperationIdentifier": {},
@@ -16,6 +16,9 @@
16
16
  "DeleteReportDefinition": {
17
17
  "input": {
18
18
  "type": "structure",
19
+ "required": [
20
+ "ReportName"
21
+ ],
19
22
  "members": {
20
23
  "ReportName": {}
21
24
  }
@@ -50,6 +53,25 @@
50
53
  }
51
54
  }
52
55
  },
56
+ "ListTagsForResource": {
57
+ "input": {
58
+ "type": "structure",
59
+ "required": [
60
+ "ReportName"
61
+ ],
62
+ "members": {
63
+ "ReportName": {}
64
+ }
65
+ },
66
+ "output": {
67
+ "type": "structure",
68
+ "members": {
69
+ "Tags": {
70
+ "shape": "St"
71
+ }
72
+ }
73
+ }
74
+ },
53
75
  "ModifyReportDefinition": {
54
76
  "input": {
55
77
  "type": "structure",
@@ -78,6 +100,48 @@
78
100
  "members": {
79
101
  "ReportDefinition": {
80
102
  "shape": "Sa"
103
+ },
104
+ "Tags": {
105
+ "shape": "St"
106
+ }
107
+ }
108
+ },
109
+ "output": {
110
+ "type": "structure",
111
+ "members": {}
112
+ }
113
+ },
114
+ "TagResource": {
115
+ "input": {
116
+ "type": "structure",
117
+ "required": [
118
+ "ReportName",
119
+ "Tags"
120
+ ],
121
+ "members": {
122
+ "ReportName": {},
123
+ "Tags": {
124
+ "shape": "St"
125
+ }
126
+ }
127
+ },
128
+ "output": {
129
+ "type": "structure",
130
+ "members": {}
131
+ }
132
+ },
133
+ "UntagResource": {
134
+ "input": {
135
+ "type": "structure",
136
+ "required": [
137
+ "ReportName",
138
+ "TagKeys"
139
+ ],
140
+ "members": {
141
+ "ReportName": {},
142
+ "TagKeys": {
143
+ "type": "list",
144
+ "member": {}
81
145
  }
82
146
  }
83
147
  },
@@ -120,7 +184,28 @@
120
184
  "type": "boolean"
121
185
  },
122
186
  "ReportVersioning": {},
123
- "BillingViewArn": {}
187
+ "BillingViewArn": {},
188
+ "ReportStatus": {
189
+ "type": "structure",
190
+ "members": {
191
+ "lastDelivery": {},
192
+ "lastStatus": {}
193
+ }
194
+ }
195
+ }
196
+ },
197
+ "St": {
198
+ "type": "list",
199
+ "member": {
200
+ "type": "structure",
201
+ "required": [
202
+ "Key",
203
+ "Value"
204
+ ],
205
+ "members": {
206
+ "Key": {},
207
+ "Value": {}
208
+ }
124
209
  }
125
210
  }
126
211
  }