cdk-comprehend-s3olap 2.0.63 → 2.0.66

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 (45) hide show
  1. package/.jsii +5 -5
  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 +16 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/amp-2020-08-01.min.json +176 -20
  8. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.examples.json +5 -0
  9. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.min.json +522 -0
  10. package/node_modules/aws-sdk/apis/backupstorage-2018-04-10.paginators.json +14 -0
  11. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.min.json +265 -136
  12. package/node_modules/aws-sdk/apis/chime-sdk-messaging-2021-05-15.paginators.json +5 -0
  13. package/node_modules/aws-sdk/apis/dlm-2018-01-12.min.json +15 -9
  14. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +627 -623
  15. package/node_modules/aws-sdk/apis/metadata.json +6 -0
  16. package/node_modules/aws-sdk/apis/personalize-runtime-2018-05-22.min.json +19 -2
  17. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.examples.json +5 -0
  18. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.min.json +1058 -0
  19. package/node_modules/aws-sdk/apis/privatenetworks-2021-12-03.paginators.json +34 -0
  20. package/node_modules/aws-sdk/clients/all.d.ts +2 -0
  21. package/node_modules/aws-sdk/clients/all.js +3 -1
  22. package/node_modules/aws-sdk/clients/amp.d.ts +128 -0
  23. package/node_modules/aws-sdk/clients/backupstorage.d.ts +469 -0
  24. package/node_modules/aws-sdk/clients/backupstorage.js +18 -0
  25. package/node_modules/aws-sdk/clients/chimesdkmessaging.d.ts +178 -0
  26. package/node_modules/aws-sdk/clients/dlm.d.ts +30 -25
  27. package/node_modules/aws-sdk/clients/ec2.d.ts +1 -0
  28. package/node_modules/aws-sdk/clients/ivs.d.ts +31 -31
  29. package/node_modules/aws-sdk/clients/personalizeruntime.d.ts +30 -1
  30. package/node_modules/aws-sdk/clients/privatenetworks.d.ts +1092 -0
  31. package/node_modules/aws-sdk/clients/privatenetworks.js +18 -0
  32. package/node_modules/aws-sdk/clients/rds.d.ts +1 -1
  33. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
  34. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +84 -10
  35. package/node_modules/aws-sdk/dist/aws-sdk.js +655 -628
  36. package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
  37. package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +4 -0
  38. package/node_modules/aws-sdk/lib/core.js +1 -1
  39. package/node_modules/aws-sdk/package.json +1 -1
  40. package/node_modules/esbuild/install.js +4 -4
  41. package/node_modules/esbuild/lib/main.js +7 -7
  42. package/node_modules/esbuild/package.json +22 -22
  43. package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
  44. package/node_modules/esbuild-linux-64/package.json +1 -1
  45. package/package.json +10 -10
@@ -45,6 +45,11 @@
45
45
  "output_token": "NextToken",
46
46
  "limit_key": "MaxResults"
47
47
  },
48
+ "ListSubChannels": {
49
+ "input_token": "NextToken",
50
+ "output_token": "NextToken",
51
+ "limit_key": "MaxResults"
52
+ },
48
53
  "SearchChannels": {
49
54
  "input_token": "NextToken",
50
55
  "output_token": "NextToken",
@@ -33,7 +33,7 @@
33
33
  "shape": "S5"
34
34
  },
35
35
  "Tags": {
36
- "shape": "S1q"
36
+ "shape": "S1r"
37
37
  }
38
38
  }
39
39
  },
@@ -115,7 +115,7 @@
115
115
  "Description": {},
116
116
  "State": {},
117
117
  "Tags": {
118
- "shape": "S1q"
118
+ "shape": "S1r"
119
119
  },
120
120
  "PolicyType": {}
121
121
  }
@@ -153,16 +153,16 @@
153
153
  "StatusMessage": {},
154
154
  "ExecutionRoleArn": {},
155
155
  "DateCreated": {
156
- "shape": "S2a"
156
+ "shape": "S2b"
157
157
  },
158
158
  "DateModified": {
159
- "shape": "S2a"
159
+ "shape": "S2b"
160
160
  },
161
161
  "PolicyDetails": {
162
162
  "shape": "S5"
163
163
  },
164
164
  "Tags": {
165
- "shape": "S1q"
165
+ "shape": "S1r"
166
166
  },
167
167
  "PolicyArn": {}
168
168
  }
@@ -191,7 +191,7 @@
191
191
  "type": "structure",
192
192
  "members": {
193
193
  "Tags": {
194
- "shape": "S1q"
194
+ "shape": "S1r"
195
195
  }
196
196
  }
197
197
  }
@@ -212,7 +212,7 @@
212
212
  "locationName": "resourceArn"
213
213
  },
214
214
  "Tags": {
215
- "shape": "S1q"
215
+ "shape": "S1r"
216
216
  }
217
217
  }
218
218
  },
@@ -438,6 +438,12 @@
438
438
  },
439
439
  "NoReboot": {
440
440
  "type": "boolean"
441
+ },
442
+ "ExcludeDataVolumeTags": {
443
+ "type": "list",
444
+ "member": {
445
+ "shape": "Sc"
446
+ }
441
447
  }
442
448
  }
443
449
  },
@@ -533,12 +539,12 @@
533
539
  "IntervalUnit": {}
534
540
  }
535
541
  },
536
- "S1q": {
542
+ "S1r": {
537
543
  "type": "map",
538
544
  "key": {},
539
545
  "value": {}
540
546
  },
541
- "S2a": {
547
+ "S2b": {
542
548
  "type": "timestamp",
543
549
  "timestampFormat": "iso8601"
544
550
  }