cdk-comprehend-s3olap 2.0.86 → 2.0.89
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 +5 -5
- 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/cognito-idp-2016-04-18.min.json +60 -51
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +275 -134
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.examples.json +5 -0
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.min.json +337 -335
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.paginators.json +1 -1
- package/node_modules/aws-sdk/apis/dataexchange-2017-07-25.waiters2.json +5 -0
- package/node_modules/aws-sdk/apis/inspector2-2020-06-08.min.json +10 -2
- package/node_modules/aws-sdk/apis/iotsitewise-2019-12-02.min.json +2 -1
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +57 -54
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +619 -563
- package/node_modules/aws-sdk/apis/sns-2010-03-31.min.json +42 -10
- package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +24 -11
- package/node_modules/aws-sdk/clients/connect.d.ts +144 -10
- package/node_modules/aws-sdk/clients/dataexchange.d.ts +13 -13
- package/node_modules/aws-sdk/clients/dataexchange.js +1 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/eks.d.ts +7 -7
- package/node_modules/aws-sdk/clients/fsx.d.ts +2 -2
- package/node_modules/aws-sdk/clients/identitystore.d.ts +34 -34
- package/node_modules/aws-sdk/clients/inspector2.d.ts +16 -2
- package/node_modules/aws-sdk/clients/iotsitewise.d.ts +12 -8
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +2 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +74 -1
- package/node_modules/aws-sdk/clients/sns.d.ts +42 -0
- 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 +754 -747
- package/node_modules/aws-sdk/dist/aws-sdk.js +398 -198
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +79 -79
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.d.ts +2 -0
- package/node_modules/aws-sdk/lib/credentials/sso_credentials.js +5 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/esbuild/bin/esbuild +1 -1
- package/node_modules/esbuild/install.js +5 -5
- package/node_modules/esbuild/lib/main.js +14 -13
- package/node_modules/esbuild/package.json +22 -22
- package/node_modules/esbuild-linux-64/bin/esbuild +0 -0
- package/node_modules/esbuild-linux-64/package.json +1 -1
- package/package.json +12 -10
@@ -1157,6 +1157,9 @@
|
|
1157
1157
|
},
|
1158
1158
|
"EnablePropagateAdditionalUserContextData": {
|
1159
1159
|
"type": "boolean"
|
1160
|
+
},
|
1161
|
+
"AuthSessionValidity": {
|
1162
|
+
"type": "integer"
|
1160
1163
|
}
|
1161
1164
|
}
|
1162
1165
|
},
|
@@ -1164,7 +1167,7 @@
|
|
1164
1167
|
"type": "structure",
|
1165
1168
|
"members": {
|
1166
1169
|
"UserPoolClient": {
|
1167
|
-
"shape": "
|
1170
|
+
"shape": "S6y"
|
1168
1171
|
}
|
1169
1172
|
}
|
1170
1173
|
}
|
@@ -1180,7 +1183,7 @@
|
|
1180
1183
|
"Domain": {},
|
1181
1184
|
"UserPoolId": {},
|
1182
1185
|
"CustomDomainConfig": {
|
1183
|
-
"shape": "
|
1186
|
+
"shape": "S71"
|
1184
1187
|
}
|
1185
1188
|
}
|
1186
1189
|
},
|
@@ -1377,7 +1380,7 @@
|
|
1377
1380
|
],
|
1378
1381
|
"members": {
|
1379
1382
|
"RiskConfiguration": {
|
1380
|
-
"shape": "
|
1383
|
+
"shape": "S7j"
|
1381
1384
|
}
|
1382
1385
|
}
|
1383
1386
|
}
|
@@ -1440,7 +1443,7 @@
|
|
1440
1443
|
"type": "structure",
|
1441
1444
|
"members": {
|
1442
1445
|
"UserPoolClient": {
|
1443
|
-
"shape": "
|
1446
|
+
"shape": "S6y"
|
1444
1447
|
}
|
1445
1448
|
}
|
1446
1449
|
}
|
@@ -1469,7 +1472,7 @@
|
|
1469
1472
|
"Version": {},
|
1470
1473
|
"Status": {},
|
1471
1474
|
"CustomDomainConfig": {
|
1472
|
-
"shape": "
|
1475
|
+
"shape": "S71"
|
1473
1476
|
}
|
1474
1477
|
}
|
1475
1478
|
}
|
@@ -1522,7 +1525,7 @@
|
|
1522
1525
|
"type": "structure",
|
1523
1526
|
"members": {
|
1524
1527
|
"CodeDeliveryDetails": {
|
1525
|
-
"shape": "
|
1528
|
+
"shape": "S8h"
|
1526
1529
|
}
|
1527
1530
|
}
|
1528
1531
|
},
|
@@ -1656,7 +1659,7 @@
|
|
1656
1659
|
],
|
1657
1660
|
"members": {
|
1658
1661
|
"UICustomization": {
|
1659
|
-
"shape": "
|
1662
|
+
"shape": "S8v"
|
1660
1663
|
}
|
1661
1664
|
}
|
1662
1665
|
}
|
@@ -1718,7 +1721,7 @@
|
|
1718
1721
|
"type": "structure",
|
1719
1722
|
"members": {
|
1720
1723
|
"CodeDeliveryDetails": {
|
1721
|
-
"shape": "
|
1724
|
+
"shape": "S8h"
|
1722
1725
|
}
|
1723
1726
|
}
|
1724
1727
|
},
|
@@ -1738,10 +1741,10 @@
|
|
1738
1741
|
"type": "structure",
|
1739
1742
|
"members": {
|
1740
1743
|
"SmsMfaConfiguration": {
|
1741
|
-
"shape": "
|
1744
|
+
"shape": "S95"
|
1742
1745
|
},
|
1743
1746
|
"SoftwareTokenMfaConfiguration": {
|
1744
|
-
"shape": "
|
1747
|
+
"shape": "S96"
|
1745
1748
|
},
|
1746
1749
|
"MfaConfiguration": {}
|
1747
1750
|
}
|
@@ -2069,7 +2072,7 @@
|
|
2069
2072
|
"type": "structure",
|
2070
2073
|
"members": {
|
2071
2074
|
"Users": {
|
2072
|
-
"shape": "
|
2075
|
+
"shape": "Sa8"
|
2073
2076
|
},
|
2074
2077
|
"PaginationToken": {}
|
2075
2078
|
}
|
@@ -2095,7 +2098,7 @@
|
|
2095
2098
|
"type": "structure",
|
2096
2099
|
"members": {
|
2097
2100
|
"Users": {
|
2098
|
-
"shape": "
|
2101
|
+
"shape": "Sa8"
|
2099
2102
|
},
|
2100
2103
|
"NextToken": {}
|
2101
2104
|
}
|
@@ -2133,7 +2136,7 @@
|
|
2133
2136
|
"type": "structure",
|
2134
2137
|
"members": {
|
2135
2138
|
"CodeDeliveryDetails": {
|
2136
|
-
"shape": "
|
2139
|
+
"shape": "S8h"
|
2137
2140
|
}
|
2138
2141
|
}
|
2139
2142
|
},
|
@@ -2196,7 +2199,7 @@
|
|
2196
2199
|
"shape": "S1j"
|
2197
2200
|
},
|
2198
2201
|
"ClientSecret": {
|
2199
|
-
"shape": "
|
2202
|
+
"shape": "S6z"
|
2200
2203
|
}
|
2201
2204
|
}
|
2202
2205
|
},
|
@@ -2217,13 +2220,13 @@
|
|
2217
2220
|
"shape": "S1j"
|
2218
2221
|
},
|
2219
2222
|
"CompromisedCredentialsRiskConfiguration": {
|
2220
|
-
"shape": "
|
2223
|
+
"shape": "S7k"
|
2221
2224
|
},
|
2222
2225
|
"AccountTakeoverRiskConfiguration": {
|
2223
|
-
"shape": "
|
2226
|
+
"shape": "S7p"
|
2224
2227
|
},
|
2225
2228
|
"RiskExceptionConfiguration": {
|
2226
|
-
"shape": "
|
2229
|
+
"shape": "S7y"
|
2227
2230
|
}
|
2228
2231
|
}
|
2229
2232
|
},
|
@@ -2234,7 +2237,7 @@
|
|
2234
2237
|
],
|
2235
2238
|
"members": {
|
2236
2239
|
"RiskConfiguration": {
|
2237
|
-
"shape": "
|
2240
|
+
"shape": "S7j"
|
2238
2241
|
}
|
2239
2242
|
}
|
2240
2243
|
}
|
@@ -2263,7 +2266,7 @@
|
|
2263
2266
|
],
|
2264
2267
|
"members": {
|
2265
2268
|
"UICustomization": {
|
2266
|
-
"shape": "
|
2269
|
+
"shape": "S8v"
|
2267
2270
|
}
|
2268
2271
|
}
|
2269
2272
|
}
|
@@ -2300,10 +2303,10 @@
|
|
2300
2303
|
"members": {
|
2301
2304
|
"UserPoolId": {},
|
2302
2305
|
"SmsMfaConfiguration": {
|
2303
|
-
"shape": "
|
2306
|
+
"shape": "S95"
|
2304
2307
|
},
|
2305
2308
|
"SoftwareTokenMfaConfiguration": {
|
2306
|
-
"shape": "
|
2309
|
+
"shape": "S96"
|
2307
2310
|
},
|
2308
2311
|
"MfaConfiguration": {}
|
2309
2312
|
}
|
@@ -2312,10 +2315,10 @@
|
|
2312
2315
|
"type": "structure",
|
2313
2316
|
"members": {
|
2314
2317
|
"SmsMfaConfiguration": {
|
2315
|
-
"shape": "
|
2318
|
+
"shape": "S95"
|
2316
2319
|
},
|
2317
2320
|
"SoftwareTokenMfaConfiguration": {
|
2318
|
-
"shape": "
|
2321
|
+
"shape": "S96"
|
2319
2322
|
},
|
2320
2323
|
"MfaConfiguration": {}
|
2321
2324
|
}
|
@@ -2392,7 +2395,7 @@
|
|
2392
2395
|
"type": "boolean"
|
2393
2396
|
},
|
2394
2397
|
"CodeDeliveryDetails": {
|
2395
|
-
"shape": "
|
2398
|
+
"shape": "S8h"
|
2396
2399
|
},
|
2397
2400
|
"UserSub": {}
|
2398
2401
|
}
|
@@ -2640,7 +2643,7 @@
|
|
2640
2643
|
"CodeDeliveryDetailsList": {
|
2641
2644
|
"type": "list",
|
2642
2645
|
"member": {
|
2643
|
-
"shape": "
|
2646
|
+
"shape": "S8h"
|
2644
2647
|
}
|
2645
2648
|
}
|
2646
2649
|
}
|
@@ -2765,6 +2768,9 @@
|
|
2765
2768
|
},
|
2766
2769
|
"EnablePropagateAdditionalUserContextData": {
|
2767
2770
|
"type": "boolean"
|
2771
|
+
},
|
2772
|
+
"AuthSessionValidity": {
|
2773
|
+
"type": "integer"
|
2768
2774
|
}
|
2769
2775
|
}
|
2770
2776
|
},
|
@@ -2772,7 +2778,7 @@
|
|
2772
2778
|
"type": "structure",
|
2773
2779
|
"members": {
|
2774
2780
|
"UserPoolClient": {
|
2775
|
-
"shape": "
|
2781
|
+
"shape": "S6y"
|
2776
2782
|
}
|
2777
2783
|
}
|
2778
2784
|
}
|
@@ -2789,7 +2795,7 @@
|
|
2789
2795
|
"Domain": {},
|
2790
2796
|
"UserPoolId": {},
|
2791
2797
|
"CustomDomainConfig": {
|
2792
|
-
"shape": "
|
2798
|
+
"shape": "S71"
|
2793
2799
|
}
|
2794
2800
|
}
|
2795
2801
|
},
|
@@ -3533,7 +3539,7 @@
|
|
3533
3539
|
}
|
3534
3540
|
}
|
3535
3541
|
},
|
3536
|
-
"
|
3542
|
+
"S6y": {
|
3537
3543
|
"type": "structure",
|
3538
3544
|
"members": {
|
3539
3545
|
"UserPoolId": {},
|
@@ -3542,7 +3548,7 @@
|
|
3542
3548
|
"shape": "S1j"
|
3543
3549
|
},
|
3544
3550
|
"ClientSecret": {
|
3545
|
-
"shape": "
|
3551
|
+
"shape": "S6z"
|
3546
3552
|
},
|
3547
3553
|
"LastModifiedDate": {
|
3548
3554
|
"type": "timestamp"
|
@@ -3599,14 +3605,17 @@
|
|
3599
3605
|
},
|
3600
3606
|
"EnablePropagateAdditionalUserContextData": {
|
3601
3607
|
"type": "boolean"
|
3608
|
+
},
|
3609
|
+
"AuthSessionValidity": {
|
3610
|
+
"type": "integer"
|
3602
3611
|
}
|
3603
3612
|
}
|
3604
3613
|
},
|
3605
|
-
"
|
3614
|
+
"S6z": {
|
3606
3615
|
"type": "string",
|
3607
3616
|
"sensitive": true
|
3608
3617
|
},
|
3609
|
-
"
|
3618
|
+
"S71": {
|
3610
3619
|
"type": "structure",
|
3611
3620
|
"required": [
|
3612
3621
|
"CertificateArn"
|
@@ -3615,7 +3624,7 @@
|
|
3615
3624
|
"CertificateArn": {}
|
3616
3625
|
}
|
3617
3626
|
},
|
3618
|
-
"
|
3627
|
+
"S7j": {
|
3619
3628
|
"type": "structure",
|
3620
3629
|
"members": {
|
3621
3630
|
"UserPoolId": {},
|
@@ -3623,20 +3632,20 @@
|
|
3623
3632
|
"shape": "S1j"
|
3624
3633
|
},
|
3625
3634
|
"CompromisedCredentialsRiskConfiguration": {
|
3626
|
-
"shape": "
|
3635
|
+
"shape": "S7k"
|
3627
3636
|
},
|
3628
3637
|
"AccountTakeoverRiskConfiguration": {
|
3629
|
-
"shape": "
|
3638
|
+
"shape": "S7p"
|
3630
3639
|
},
|
3631
3640
|
"RiskExceptionConfiguration": {
|
3632
|
-
"shape": "
|
3641
|
+
"shape": "S7y"
|
3633
3642
|
},
|
3634
3643
|
"LastModifiedDate": {
|
3635
3644
|
"type": "timestamp"
|
3636
3645
|
}
|
3637
3646
|
}
|
3638
3647
|
},
|
3639
|
-
"
|
3648
|
+
"S7k": {
|
3640
3649
|
"type": "structure",
|
3641
3650
|
"required": [
|
3642
3651
|
"Actions"
|
@@ -3657,7 +3666,7 @@
|
|
3657
3666
|
}
|
3658
3667
|
}
|
3659
3668
|
},
|
3660
|
-
"
|
3669
|
+
"S7p": {
|
3661
3670
|
"type": "structure",
|
3662
3671
|
"required": [
|
3663
3672
|
"Actions"
|
@@ -3673,13 +3682,13 @@
|
|
3673
3682
|
"ReplyTo": {},
|
3674
3683
|
"SourceArn": {},
|
3675
3684
|
"BlockEmail": {
|
3676
|
-
"shape": "
|
3685
|
+
"shape": "S7r"
|
3677
3686
|
},
|
3678
3687
|
"NoActionEmail": {
|
3679
|
-
"shape": "
|
3688
|
+
"shape": "S7r"
|
3680
3689
|
},
|
3681
3690
|
"MfaEmail": {
|
3682
|
-
"shape": "
|
3691
|
+
"shape": "S7r"
|
3683
3692
|
}
|
3684
3693
|
}
|
3685
3694
|
},
|
@@ -3687,19 +3696,19 @@
|
|
3687
3696
|
"type": "structure",
|
3688
3697
|
"members": {
|
3689
3698
|
"LowAction": {
|
3690
|
-
"shape": "
|
3699
|
+
"shape": "S7v"
|
3691
3700
|
},
|
3692
3701
|
"MediumAction": {
|
3693
|
-
"shape": "
|
3702
|
+
"shape": "S7v"
|
3694
3703
|
},
|
3695
3704
|
"HighAction": {
|
3696
|
-
"shape": "
|
3705
|
+
"shape": "S7v"
|
3697
3706
|
}
|
3698
3707
|
}
|
3699
3708
|
}
|
3700
3709
|
}
|
3701
3710
|
},
|
3702
|
-
"
|
3711
|
+
"S7r": {
|
3703
3712
|
"type": "structure",
|
3704
3713
|
"required": [
|
3705
3714
|
"Subject"
|
@@ -3710,7 +3719,7 @@
|
|
3710
3719
|
"TextBody": {}
|
3711
3720
|
}
|
3712
3721
|
},
|
3713
|
-
"
|
3722
|
+
"S7v": {
|
3714
3723
|
"type": "structure",
|
3715
3724
|
"required": [
|
3716
3725
|
"Notify",
|
@@ -3723,7 +3732,7 @@
|
|
3723
3732
|
"EventAction": {}
|
3724
3733
|
}
|
3725
3734
|
},
|
3726
|
-
"
|
3735
|
+
"S7y": {
|
3727
3736
|
"type": "structure",
|
3728
3737
|
"members": {
|
3729
3738
|
"BlockedIPRangeList": {
|
@@ -3736,7 +3745,7 @@
|
|
3736
3745
|
}
|
3737
3746
|
}
|
3738
3747
|
},
|
3739
|
-
"
|
3748
|
+
"S8h": {
|
3740
3749
|
"type": "structure",
|
3741
3750
|
"members": {
|
3742
3751
|
"Destination": {},
|
@@ -3744,7 +3753,7 @@
|
|
3744
3753
|
"AttributeName": {}
|
3745
3754
|
}
|
3746
3755
|
},
|
3747
|
-
"
|
3756
|
+
"S8v": {
|
3748
3757
|
"type": "structure",
|
3749
3758
|
"members": {
|
3750
3759
|
"UserPoolId": {},
|
@@ -3762,7 +3771,7 @@
|
|
3762
3771
|
}
|
3763
3772
|
}
|
3764
3773
|
},
|
3765
|
-
"
|
3774
|
+
"S95": {
|
3766
3775
|
"type": "structure",
|
3767
3776
|
"members": {
|
3768
3777
|
"SmsAuthenticationMessage": {},
|
@@ -3771,7 +3780,7 @@
|
|
3771
3780
|
}
|
3772
3781
|
}
|
3773
3782
|
},
|
3774
|
-
"
|
3783
|
+
"S96": {
|
3775
3784
|
"type": "structure",
|
3776
3785
|
"members": {
|
3777
3786
|
"Enabled": {
|
@@ -3779,7 +3788,7 @@
|
|
3779
3788
|
}
|
3780
3789
|
}
|
3781
3790
|
},
|
3782
|
-
"
|
3791
|
+
"Sa8": {
|
3783
3792
|
"type": "list",
|
3784
3793
|
"member": {
|
3785
3794
|
"shape": "St"
|