cdk-comprehend-s3olap 2.0.89 → 2.0.90
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 +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +4 -0
- package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +34 -19
- package/node_modules/aws-sdk/apis/lookoutmetrics-2017-07-25.min.json +39 -11
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +249 -213
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +696 -695
- package/node_modules/aws-sdk/apis/ssm-2014-11-06.min.json +3 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +47 -39
- package/node_modules/aws-sdk/clients/emrcontainers.d.ts +16 -1
- package/node_modules/aws-sdk/clients/lookoutmetrics.d.ts +35 -0
- package/node_modules/aws-sdk/clients/medialive.d.ts +38 -0
- package/node_modules/aws-sdk/clients/route53.d.ts +2 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +10 -5
- package/node_modules/aws-sdk/clients/ssm.d.ts +10 -6
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +7 -7
- package/node_modules/aws-sdk/dist/aws-sdk.js +10 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +69 -69
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -149,6 +149,9 @@
|
|
149
149
|
"Timezone": {},
|
150
150
|
"Tags": {
|
151
151
|
"shape": "Se"
|
152
|
+
},
|
153
|
+
"DimensionFilterList": {
|
154
|
+
"shape": "S2e"
|
152
155
|
}
|
153
156
|
}
|
154
157
|
},
|
@@ -374,6 +377,9 @@
|
|
374
377
|
"Timezone": {},
|
375
378
|
"MetricSource": {
|
376
379
|
"shape": "S18"
|
380
|
+
},
|
381
|
+
"DimensionFilterList": {
|
382
|
+
"shape": "S2e"
|
377
383
|
}
|
378
384
|
}
|
379
385
|
}
|
@@ -415,10 +421,10 @@
|
|
415
421
|
"type": "structure",
|
416
422
|
"members": {
|
417
423
|
"Offset": {
|
418
|
-
"shape": "
|
424
|
+
"shape": "S3i"
|
419
425
|
},
|
420
426
|
"MetricSetFrequency": {
|
421
|
-
"shape": "
|
427
|
+
"shape": "S3i"
|
422
428
|
},
|
423
429
|
"MetricSource": {
|
424
430
|
"type": "structure",
|
@@ -433,22 +439,22 @@
|
|
433
439
|
"type": "structure",
|
434
440
|
"members": {
|
435
441
|
"FileCompression": {
|
436
|
-
"shape": "
|
442
|
+
"shape": "S3i"
|
437
443
|
},
|
438
444
|
"Charset": {
|
439
|
-
"shape": "
|
445
|
+
"shape": "S3i"
|
440
446
|
},
|
441
447
|
"ContainsHeader": {
|
442
|
-
"shape": "
|
448
|
+
"shape": "S3i"
|
443
449
|
},
|
444
450
|
"Delimiter": {
|
445
|
-
"shape": "
|
451
|
+
"shape": "S3i"
|
446
452
|
},
|
447
453
|
"HeaderList": {
|
448
|
-
"shape": "
|
454
|
+
"shape": "S3i"
|
449
455
|
},
|
450
456
|
"QuoteSymbol": {
|
451
|
-
"shape": "
|
457
|
+
"shape": "S3i"
|
452
458
|
}
|
453
459
|
}
|
454
460
|
},
|
@@ -456,10 +462,10 @@
|
|
456
462
|
"type": "structure",
|
457
463
|
"members": {
|
458
464
|
"FileCompression": {
|
459
|
-
"shape": "
|
465
|
+
"shape": "S3i"
|
460
466
|
},
|
461
467
|
"Charset": {
|
462
|
-
"shape": "
|
468
|
+
"shape": "S3i"
|
463
469
|
}
|
464
470
|
}
|
465
471
|
}
|
@@ -1194,6 +1200,9 @@
|
|
1194
1200
|
"MetricSetFrequency": {},
|
1195
1201
|
"MetricSource": {
|
1196
1202
|
"shape": "S18"
|
1203
|
+
},
|
1204
|
+
"DimensionFilterList": {
|
1205
|
+
"shape": "S2e"
|
1197
1206
|
}
|
1198
1207
|
}
|
1199
1208
|
},
|
@@ -1441,7 +1450,26 @@
|
|
1441
1450
|
}
|
1442
1451
|
}
|
1443
1452
|
},
|
1444
|
-
"
|
1453
|
+
"S2e": {
|
1454
|
+
"type": "list",
|
1455
|
+
"member": {
|
1456
|
+
"type": "structure",
|
1457
|
+
"members": {
|
1458
|
+
"Name": {},
|
1459
|
+
"FilterList": {
|
1460
|
+
"type": "list",
|
1461
|
+
"member": {
|
1462
|
+
"type": "structure",
|
1463
|
+
"members": {
|
1464
|
+
"DimensionValue": {},
|
1465
|
+
"FilterOperation": {}
|
1466
|
+
}
|
1467
|
+
}
|
1468
|
+
}
|
1469
|
+
}
|
1470
|
+
}
|
1471
|
+
},
|
1472
|
+
"S3i": {
|
1445
1473
|
"type": "structure",
|
1446
1474
|
"members": {
|
1447
1475
|
"Value": {
|