cdk-comprehend-s3olap 2.0.137 → 2.0.139

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 (47) hide show
  1. package/.jsii +3 -3
  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 +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
  11. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
  12. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
  13. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
  14. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
  15. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
  16. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
  17. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
  18. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
  19. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
  20. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
  21. package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
  22. package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
  23. package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
  25. package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
  27. package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
  28. package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
  29. package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
  30. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
  31. package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
  32. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
  34. package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
  39. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -17
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +1611 -1300
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +3 -3
@@ -80,6 +80,14 @@
80
80
  "certificateArn": {
81
81
  "location": "querystring",
82
82
  "locationName": "certificateArn"
83
+ },
84
+ "deviceRoleArn": {
85
+ "location": "querystring",
86
+ "locationName": "deviceRoleArn"
87
+ },
88
+ "authenticationMethod": {
89
+ "location": "querystring",
90
+ "locationName": "authenticationMethod"
83
91
  }
84
92
  }
85
93
  },
@@ -163,7 +171,7 @@
163
171
  "suiteRunId": {},
164
172
  "suiteRunArn": {},
165
173
  "suiteRunConfiguration": {
166
- "shape": "Sr"
174
+ "shape": "Ss"
167
175
  },
168
176
  "testResult": {
169
177
  "type": "structure",
@@ -411,7 +419,7 @@
411
419
  },
412
420
  "suiteDefinitionVersion": {},
413
421
  "suiteRunConfiguration": {
414
- "shape": "Sr"
422
+ "shape": "Ss"
415
423
  },
416
424
  "tags": {
417
425
  "shape": "Sb"
@@ -582,7 +590,8 @@
582
590
  "type": "structure",
583
591
  "members": {
584
592
  "thingArn": {},
585
- "certificateArn": {}
593
+ "certificateArn": {},
594
+ "deviceRoleArn": {}
586
595
  }
587
596
  },
588
597
  "Sb": {
@@ -590,7 +599,7 @@
590
599
  "key": {},
591
600
  "value": {}
592
601
  },
593
- "Sr": {
602
+ "Ss": {
594
603
  "type": "structure",
595
604
  "required": [
596
605
  "primaryDevice"