cdk-comprehend-s3olap 2.0.115 → 2.0.117
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 +4 -4
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +17 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +563 -490
- package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +6 -2
- package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +657 -655
- package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +28 -55
- package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +451 -350
- package/node_modules/aws-sdk/clients/amplifyuibuilder.js +1 -0
- package/node_modules/aws-sdk/clients/autoscaling.d.ts +18 -18
- package/node_modules/aws-sdk/clients/configservice.d.ts +2 -2
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +10 -10
- package/node_modules/aws-sdk/clients/elasticinference.d.ts +12 -12
- package/node_modules/aws-sdk/clients/identitystore.d.ts +27 -27
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +1 -1
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +30 -20
- package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +4 -0
- package/node_modules/aws-sdk/clients/servicecatalog.d.ts +2 -2
- package/node_modules/aws-sdk/clients/vpclattice.d.ts +18 -18
- package/node_modules/aws-sdk/clients/wafv2.d.ts +62 -89
- 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 +294 -287
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -333,10 +333,14 @@
|
|
333
333
|
"type": "integer"
|
334
334
|
},
|
335
335
|
"expirationTime": {
|
336
|
-
"type": "timestamp"
|
336
|
+
"type": "timestamp",
|
337
|
+
"timestampFormat": "iso8601"
|
337
338
|
},
|
338
339
|
"participantId": {},
|
339
|
-
"token": {
|
340
|
+
"token": {
|
341
|
+
"type": "string",
|
342
|
+
"sensitive": true
|
343
|
+
},
|
340
344
|
"userId": {}
|
341
345
|
}
|
342
346
|
},
|