cdk-comprehend-s3olap 2.0.197 → 2.0.199
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 +3 -3
- 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 +20 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.min.json +523 -212
- package/node_modules/aws-sdk/apis/appstream-2016-12-01.paginators.json +10 -0
- package/node_modules/aws-sdk/apis/chime-2018-05-01.min.json +344 -84
- package/node_modules/aws-sdk/apis/cleanrooms-2022-02-17.min.json +56 -49
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +265 -256
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +624 -606
- package/node_modules/aws-sdk/apis/internetmonitor-2021-06-03.min.json +47 -21
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +39 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +110 -110
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +55 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +915 -855
- package/node_modules/aws-sdk/clients/appstream.d.ts +426 -8
- package/node_modules/aws-sdk/clients/chime.d.ts +268 -268
- package/node_modules/aws-sdk/clients/cleanrooms.d.ts +33 -22
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +28 -0
- package/node_modules/aws-sdk/clients/gamelift.d.ts +6 -6
- package/node_modules/aws-sdk/clients/glue.d.ts +23 -0
- package/node_modules/aws-sdk/clients/internetmonitor.d.ts +31 -0
- package/node_modules/aws-sdk/clients/kinesisanalyticsv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/lambda.d.ts +6 -6
- package/node_modules/aws-sdk/clients/omics.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +97 -1
- package/node_modules/aws-sdk/clients/s3.d.ts +82 -48
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +93 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +13 -13
- package/node_modules/aws-sdk/dist/aws-sdk.js +374 -279
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +75 -75
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +28 -0
- package/node_modules/aws-sdk/lib/region_config_data.json +12 -0
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -41,6 +41,9 @@
|
|
41
41
|
},
|
42
42
|
"TrafficPercentageToMonitor": {
|
43
43
|
"type": "integer"
|
44
|
+
},
|
45
|
+
"HealthEventsConfig": {
|
46
|
+
"shape": "Sf"
|
44
47
|
}
|
45
48
|
}
|
46
49
|
},
|
@@ -119,25 +122,28 @@
|
|
119
122
|
"EventArn": {},
|
120
123
|
"EventId": {},
|
121
124
|
"StartedAt": {
|
122
|
-
"shape": "
|
125
|
+
"shape": "Sp"
|
123
126
|
},
|
124
127
|
"EndedAt": {
|
125
|
-
"shape": "
|
128
|
+
"shape": "Sp"
|
126
129
|
},
|
127
130
|
"CreatedAt": {
|
128
|
-
"shape": "
|
131
|
+
"shape": "Sp"
|
129
132
|
},
|
130
133
|
"LastUpdatedAt": {
|
131
|
-
"shape": "
|
134
|
+
"shape": "Sp"
|
132
135
|
},
|
133
136
|
"ImpactedLocations": {
|
134
|
-
"shape": "
|
137
|
+
"shape": "Sq"
|
135
138
|
},
|
136
139
|
"Status": {},
|
137
140
|
"PercentOfTotalTrafficImpacted": {
|
138
141
|
"type": "double"
|
139
142
|
},
|
140
|
-
"ImpactType": {}
|
143
|
+
"ImpactType": {},
|
144
|
+
"HealthScoreThreshold": {
|
145
|
+
"type": "double"
|
146
|
+
}
|
141
147
|
}
|
142
148
|
}
|
143
149
|
},
|
@@ -177,10 +183,10 @@
|
|
177
183
|
},
|
178
184
|
"Status": {},
|
179
185
|
"CreatedAt": {
|
180
|
-
"shape": "
|
186
|
+
"shape": "Sp"
|
181
187
|
},
|
182
188
|
"ModifiedAt": {
|
183
|
-
"shape": "
|
189
|
+
"shape": "Sp"
|
184
190
|
},
|
185
191
|
"ProcessingStatus": {},
|
186
192
|
"ProcessingStatusInfo": {},
|
@@ -195,6 +201,9 @@
|
|
195
201
|
},
|
196
202
|
"TrafficPercentageToMonitor": {
|
197
203
|
"type": "integer"
|
204
|
+
},
|
205
|
+
"HealthEventsConfig": {
|
206
|
+
"shape": "Sf"
|
198
207
|
}
|
199
208
|
}
|
200
209
|
}
|
@@ -216,12 +225,12 @@
|
|
216
225
|
"locationName": "MonitorName"
|
217
226
|
},
|
218
227
|
"StartTime": {
|
219
|
-
"shape": "
|
228
|
+
"shape": "Sp",
|
220
229
|
"location": "querystring",
|
221
230
|
"locationName": "StartTime"
|
222
231
|
},
|
223
232
|
"EndTime": {
|
224
|
-
"shape": "
|
233
|
+
"shape": "Sp",
|
225
234
|
"location": "querystring",
|
226
235
|
"locationName": "EndTime"
|
227
236
|
},
|
@@ -263,25 +272,28 @@
|
|
263
272
|
"EventArn": {},
|
264
273
|
"EventId": {},
|
265
274
|
"StartedAt": {
|
266
|
-
"shape": "
|
275
|
+
"shape": "Sp"
|
267
276
|
},
|
268
277
|
"EndedAt": {
|
269
|
-
"shape": "
|
278
|
+
"shape": "Sp"
|
270
279
|
},
|
271
280
|
"CreatedAt": {
|
272
|
-
"shape": "
|
281
|
+
"shape": "Sp"
|
273
282
|
},
|
274
283
|
"LastUpdatedAt": {
|
275
|
-
"shape": "
|
284
|
+
"shape": "Sp"
|
276
285
|
},
|
277
286
|
"ImpactedLocations": {
|
278
|
-
"shape": "
|
287
|
+
"shape": "Sq"
|
279
288
|
},
|
280
289
|
"Status": {},
|
281
290
|
"PercentOfTotalTrafficImpacted": {
|
282
291
|
"type": "double"
|
283
292
|
},
|
284
|
-
"ImpactType": {}
|
293
|
+
"ImpactType": {},
|
294
|
+
"HealthScoreThreshold": {
|
295
|
+
"type": "double"
|
296
|
+
}
|
285
297
|
}
|
286
298
|
}
|
287
299
|
},
|
@@ -459,6 +471,9 @@
|
|
459
471
|
},
|
460
472
|
"TrafficPercentageToMonitor": {
|
461
473
|
"type": "integer"
|
474
|
+
},
|
475
|
+
"HealthEventsConfig": {
|
476
|
+
"shape": "Sf"
|
462
477
|
}
|
463
478
|
}
|
464
479
|
},
|
@@ -499,11 +514,22 @@
|
|
499
514
|
}
|
500
515
|
}
|
501
516
|
},
|
502
|
-
"
|
517
|
+
"Sf": {
|
518
|
+
"type": "structure",
|
519
|
+
"members": {
|
520
|
+
"AvailabilityScoreThreshold": {
|
521
|
+
"type": "double"
|
522
|
+
},
|
523
|
+
"PerformanceScoreThreshold": {
|
524
|
+
"type": "double"
|
525
|
+
}
|
526
|
+
}
|
527
|
+
},
|
528
|
+
"Sp": {
|
503
529
|
"type": "timestamp",
|
504
530
|
"timestampFormat": "iso8601"
|
505
531
|
},
|
506
|
-
"
|
532
|
+
"Sq": {
|
507
533
|
"type": "list",
|
508
534
|
"member": {
|
509
535
|
"type": "structure",
|
@@ -541,10 +567,10 @@
|
|
541
567
|
],
|
542
568
|
"members": {
|
543
569
|
"Networks": {
|
544
|
-
"shape": "
|
570
|
+
"shape": "Sw"
|
545
571
|
},
|
546
572
|
"AsPath": {
|
547
|
-
"shape": "
|
573
|
+
"shape": "Sw"
|
548
574
|
},
|
549
575
|
"NetworkEventType": {}
|
550
576
|
}
|
@@ -599,7 +625,7 @@
|
|
599
625
|
}
|
600
626
|
}
|
601
627
|
},
|
602
|
-
"
|
628
|
+
"Sw": {
|
603
629
|
"type": "list",
|
604
630
|
"member": {
|
605
631
|
"type": "structure",
|
@@ -628,6 +628,12 @@
|
|
628
628
|
},
|
629
629
|
"KmsKeyId": {},
|
630
630
|
"Domain": {},
|
631
|
+
"DomainFqdn": {},
|
632
|
+
"DomainOu": {},
|
633
|
+
"DomainAuthSecretArn": {},
|
634
|
+
"DomainDnsIps": {
|
635
|
+
"shape": "Sv"
|
636
|
+
},
|
631
637
|
"CopyTagsToSnapshot": {
|
632
638
|
"type": "boolean"
|
633
639
|
},
|
@@ -757,6 +763,12 @@
|
|
757
763
|
},
|
758
764
|
"Domain": {},
|
759
765
|
"DomainIAMRoleName": {},
|
766
|
+
"DomainFqdn": {},
|
767
|
+
"DomainOu": {},
|
768
|
+
"DomainAuthSecretArn": {},
|
769
|
+
"DomainDnsIps": {
|
770
|
+
"shape": "Sv"
|
771
|
+
},
|
760
772
|
"ReplicaMode": {},
|
761
773
|
"MaxAllocatedStorage": {
|
762
774
|
"type": "integer"
|
@@ -3276,6 +3288,12 @@
|
|
3276
3288
|
"TdeCredentialPassword": {},
|
3277
3289
|
"CACertificateIdentifier": {},
|
3278
3290
|
"Domain": {},
|
3291
|
+
"DomainFqdn": {},
|
3292
|
+
"DomainOu": {},
|
3293
|
+
"DomainAuthSecretArn": {},
|
3294
|
+
"DomainDnsIps": {
|
3295
|
+
"shape": "Sv"
|
3296
|
+
},
|
3279
3297
|
"CopyTagsToSnapshot": {
|
3280
3298
|
"type": "boolean"
|
3281
3299
|
},
|
@@ -3290,6 +3308,9 @@
|
|
3290
3308
|
},
|
3291
3309
|
"MonitoringRoleArn": {},
|
3292
3310
|
"DomainIAMRoleName": {},
|
3311
|
+
"DisableDomain": {
|
3312
|
+
"type": "boolean"
|
3313
|
+
},
|
3293
3314
|
"PromotionTier": {
|
3294
3315
|
"type": "integer"
|
3295
3316
|
},
|
@@ -4206,6 +4227,12 @@
|
|
4206
4227
|
"shape": "S2s"
|
4207
4228
|
},
|
4208
4229
|
"Domain": {},
|
4230
|
+
"DomainFqdn": {},
|
4231
|
+
"DomainOu": {},
|
4232
|
+
"DomainAuthSecretArn": {},
|
4233
|
+
"DomainDnsIps": {
|
4234
|
+
"shape": "Sv"
|
4235
|
+
},
|
4209
4236
|
"CopyTagsToSnapshot": {
|
4210
4237
|
"type": "boolean"
|
4211
4238
|
},
|
@@ -4421,6 +4448,12 @@
|
|
4421
4448
|
},
|
4422
4449
|
"Domain": {},
|
4423
4450
|
"DomainIAMRoleName": {},
|
4451
|
+
"DomainFqdn": {},
|
4452
|
+
"DomainOu": {},
|
4453
|
+
"DomainAuthSecretArn": {},
|
4454
|
+
"DomainDnsIps": {
|
4455
|
+
"shape": "Sv"
|
4456
|
+
},
|
4424
4457
|
"EnableIAMDatabaseAuthentication": {
|
4425
4458
|
"type": "boolean"
|
4426
4459
|
},
|
@@ -5616,7 +5649,12 @@
|
|
5616
5649
|
"Domain": {},
|
5617
5650
|
"Status": {},
|
5618
5651
|
"FQDN": {},
|
5619
|
-
"IAMRoleName": {}
|
5652
|
+
"IAMRoleName": {},
|
5653
|
+
"OU": {},
|
5654
|
+
"AuthSecretArn": {},
|
5655
|
+
"DnsIps": {
|
5656
|
+
"shape": "Sv"
|
5657
|
+
}
|
5620
5658
|
}
|
5621
5659
|
}
|
5622
5660
|
},
|