cdk-comprehend-s3olap 2.0.114 → 2.0.116

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 (34) 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 +18 -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/glue-2017-03-31.min.json +202 -181
  10. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +23 -14
  11. package/node_modules/aws-sdk/apis/license-manager-2018-08-01.min.json +136 -124
  12. package/node_modules/aws-sdk/apis/mwaa-2020-07-01.min.json +6 -0
  13. package/node_modules/aws-sdk/apis/runtime.sagemaker-2017-05-13.min.json +4 -0
  14. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +657 -655
  15. package/node_modules/aws-sdk/apis/servicecatalog-2015-12-10.min.json +99 -9
  16. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +451 -350
  17. package/node_modules/aws-sdk/clients/amplifyuibuilder.js +1 -0
  18. package/node_modules/aws-sdk/clients/autoscaling.d.ts +18 -18
  19. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
  20. package/node_modules/aws-sdk/clients/elasticinference.d.ts +12 -12
  21. package/node_modules/aws-sdk/clients/glue.d.ts +45 -8
  22. package/node_modules/aws-sdk/clients/lakeformation.d.ts +12 -0
  23. package/node_modules/aws-sdk/clients/licensemanager.d.ts +25 -10
  24. package/node_modules/aws-sdk/clients/mwaa.d.ts +68 -44
  25. package/node_modules/aws-sdk/clients/sagemaker.d.ts +30 -20
  26. package/node_modules/aws-sdk/clients/sagemakerruntime.d.ts +4 -0
  27. package/node_modules/aws-sdk/clients/servicecatalog.d.ts +210 -81
  28. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  29. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +297 -290
  30. package/node_modules/aws-sdk/dist/aws-sdk.js +102 -12
  31. package/node_modules/aws-sdk/dist/aws-sdk.min.js +20 -20
  32. package/node_modules/aws-sdk/lib/core.js +1 -1
  33. package/node_modules/aws-sdk/package.json +1 -1
  34. package/package.json +5 -5
@@ -90,6 +90,8 @@
90
90
  "type": "integer"
91
91
  },
92
92
  "SourceBucketArn": {},
93
+ "StartupScriptS3ObjectVersion": {},
94
+ "StartupScriptS3Path": {},
93
95
  "Tags": {
94
96
  "shape": "St"
95
97
  },
@@ -258,6 +260,8 @@
258
260
  },
259
261
  "ServiceRoleArn": {},
260
262
  "SourceBucketArn": {},
263
+ "StartupScriptS3ObjectVersion": {},
264
+ "StartupScriptS3Path": {},
261
265
  "Status": {},
262
266
  "Tags": {
263
267
  "shape": "St"
@@ -531,6 +535,8 @@
531
535
  "type": "integer"
532
536
  },
533
537
  "SourceBucketArn": {},
538
+ "StartupScriptS3ObjectVersion": {},
539
+ "StartupScriptS3Path": {},
534
540
  "WebserverAccessMode": {},
535
541
  "WeeklyMaintenanceWindowStart": {}
536
542
  }
@@ -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
  }