cdk-lambda-subminute 2.0.265 → 2.0.266
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/CHANGELOG.md +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.examples.json +1 -1
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.min.json +57 -57
- package/node_modules/aws-sdk/apis/autoscaling-2011-01-01.paginators.json +15 -0
- package/node_modules/aws-sdk/apis/controltower-2018-05-10.min.json +68 -1
- package/node_modules/aws-sdk/apis/customer-profiles-2020-08-15.min.json +31 -18
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +134 -82
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +14 -8
- package/node_modules/aws-sdk/apis/lambda-2015-03-31.min.json +102 -96
- package/node_modules/aws-sdk/apis/location-2020-11-19.min.json +36 -36
- package/node_modules/aws-sdk/apis/machinelearning-2014-12-12.min.json +8 -2
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +43 -7
- package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +194 -161
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +740 -728
- package/node_modules/aws-sdk/apis/textract-2018-06-27.min.json +483 -76
- package/node_modules/aws-sdk/apis/textract-2018-06-27.paginators.json +12 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +4 -3
- package/node_modules/aws-sdk/clients/configservice.d.ts +15 -15
- package/node_modules/aws-sdk/clients/controltower.d.ts +104 -15
- package/node_modules/aws-sdk/clients/customerprofiles.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ec2.d.ts +62 -6
- package/node_modules/aws-sdk/clients/elbv2.d.ts +7 -7
- package/node_modules/aws-sdk/clients/glue.d.ts +5 -5
- package/node_modules/aws-sdk/clients/inspector2.d.ts +25 -25
- package/node_modules/aws-sdk/clients/ivsrealtime.d.ts +25 -0
- package/node_modules/aws-sdk/clients/lambda.d.ts +9 -0
- package/node_modules/aws-sdk/clients/pricing.d.ts +8 -8
- package/node_modules/aws-sdk/clients/rds.d.ts +48 -0
- package/node_modules/aws-sdk/clients/rekognition.d.ts +141 -72
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +26 -6
- package/node_modules/aws-sdk/clients/textract.d.ts +534 -2
- package/node_modules/aws-sdk/clients/transcribeservice.d.ts +1 -1
- package/node_modules/aws-sdk/clients/workspaces.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +592 -444
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +99 -99
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/function-bind/.eslintrc +11 -5
- package/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/node_modules/function-bind/.nycrc +13 -0
- package/node_modules/function-bind/CHANGELOG.md +136 -0
- package/node_modules/function-bind/README.md +25 -27
- package/node_modules/function-bind/implementation.js +44 -12
- package/node_modules/function-bind/package.json +38 -14
- package/package.json +3 -3
- package/node_modules/function-bind/.editorconfig +0 -20
- package/node_modules/function-bind/.jscs.json +0 -176
- package/node_modules/function-bind/.npmignore +0 -22
- package/node_modules/function-bind/.travis.yml +0 -168
@@ -163,13 +163,19 @@
|
|
163
163
|
"key": {},
|
164
164
|
"value": {}
|
165
165
|
},
|
166
|
+
"browserName": {},
|
167
|
+
"browserVersion": {},
|
166
168
|
"firstJoinTime": {
|
167
|
-
"shape": "
|
169
|
+
"shape": "S10"
|
168
170
|
},
|
171
|
+
"ispName": {},
|
172
|
+
"osName": {},
|
173
|
+
"osVersion": {},
|
169
174
|
"participantId": {},
|
170
175
|
"published": {
|
171
176
|
"type": "boolean"
|
172
177
|
},
|
178
|
+
"sdkVersion": {},
|
173
179
|
"state": {},
|
174
180
|
"userId": {}
|
175
181
|
}
|
@@ -223,11 +229,11 @@
|
|
223
229
|
"type": "structure",
|
224
230
|
"members": {
|
225
231
|
"endTime": {
|
226
|
-
"shape": "
|
232
|
+
"shape": "S10"
|
227
233
|
},
|
228
234
|
"sessionId": {},
|
229
235
|
"startTime": {
|
230
|
-
"shape": "
|
236
|
+
"shape": "S10"
|
231
237
|
}
|
232
238
|
}
|
233
239
|
}
|
@@ -269,7 +275,7 @@
|
|
269
275
|
"members": {
|
270
276
|
"errorCode": {},
|
271
277
|
"eventTime": {
|
272
|
-
"shape": "
|
278
|
+
"shape": "S10"
|
273
279
|
},
|
274
280
|
"name": {},
|
275
281
|
"participantId": {},
|
@@ -319,7 +325,7 @@
|
|
319
325
|
"type": "structure",
|
320
326
|
"members": {
|
321
327
|
"firstJoinTime": {
|
322
|
-
"shape": "
|
328
|
+
"shape": "S10"
|
323
329
|
},
|
324
330
|
"participantId": {},
|
325
331
|
"published": {
|
@@ -364,11 +370,11 @@
|
|
364
370
|
"type": "structure",
|
365
371
|
"members": {
|
366
372
|
"endTime": {
|
367
|
-
"shape": "
|
373
|
+
"shape": "S10"
|
368
374
|
},
|
369
375
|
"sessionId": {},
|
370
376
|
"startTime": {
|
371
|
-
"shape": "
|
377
|
+
"shape": "S10"
|
372
378
|
}
|
373
379
|
}
|
374
380
|
}
|
@@ -582,7 +588,7 @@
|
|
582
588
|
}
|
583
589
|
}
|
584
590
|
},
|
585
|
-
"
|
591
|
+
"S10": {
|
586
592
|
"type": "timestamp",
|
587
593
|
"timestampFormat": "iso8601"
|
588
594
|
}
|