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.
Files changed (33) hide show
  1. package/.jsii +4 -4
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +17 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +563 -490
  8. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.waiters2.json +5 -0
  9. package/node_modules/aws-sdk/apis/ivs-realtime-2020-07-14.min.json +6 -2
  10. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
  11. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +657 -655
  12. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +28 -55
  13. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +451 -350
  14. package/node_modules/aws-sdk/clients/amplifyuibuilder.js +1 -0
  15. package/node_modules/aws-sdk/clients/autoscaling.d.ts +18 -18
  16. package/node_modules/aws-sdk/clients/configservice.d.ts +2 -2
  17. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  18. package/node_modules/aws-sdk/clients/ecs.d.ts +10 -10
  19. package/node_modules/aws-sdk/clients/elasticinference.d.ts +12 -12
  20. package/node_modules/aws-sdk/clients/identitystore.d.ts +27 -27
  21. package/node_modules/aws-sdk/clients/networkfirewall.d.ts +1 -1
  22. package/node_modules/aws-sdk/clients/sagemaker.d.ts +30 -20
  23. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +4 -0
  24. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +2 -2
  25. package/node_modules/aws-sdk/clients/vpclattice.d.ts +18 -18
  26. package/node_modules/aws-sdk/clients/wafv2.d.ts +62 -89
  27. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  28. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +294 -287
  29. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
  30. package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
  31. package/node_modules/aws-sdk/lib/core.js +1 -1
  32. package/node_modules/aws-sdk/package.json +1 -1
  33. package/package.json +5 -5
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": 2,
3
+ "waiters": {
4
+ }
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
  },
@@ -148,6 +148,10 @@
148
148
  "OutputLocation": {
149
149
  "location": "header",
150
150
  "locationName": "X-Amzn-SageMaker-OutputLocation"
151
+ },
152
+ "FailureLocation": {
153
+ "location": "header",
154
+ "locationName": "X-Amzn-SageMaker-FailureLocation"
151
155
  }
152
156
  }
153
157
  }