cdk-comprehend-s3olap 2.0.76 → 2.0.79
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 +15 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/cloudfront-2020-05-31.min.json +350 -82
- package/node_modules/aws-sdk/apis/config-2014-11-12.min.json +107 -91
- package/node_modules/aws-sdk/apis/iotwireless-2020-11-22.min.json +123 -79
- package/node_modules/aws-sdk/apis/panorama-2019-07-24.min.json +47 -10
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +64 -29
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +23 -0
- package/node_modules/aws-sdk/apis/sso-oidc-2019-06-10.min.json +1 -2
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +246 -4
- package/node_modules/aws-sdk/clients/configservice.d.ts +27 -7
- package/node_modules/aws-sdk/clients/elbv2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/gamelift.d.ts +1 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +6 -6
- package/node_modules/aws-sdk/clients/iotwireless.d.ts +60 -11
- package/node_modules/aws-sdk/clients/ivs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/panorama.d.ts +62 -0
- package/node_modules/aws-sdk/clients/quicksight.d.ts +38 -4
- package/node_modules/aws-sdk/clients/rds.d.ts +21 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +6 -6
- package/node_modules/aws-sdk/clients/ssooidc.d.ts +12 -12
- package/node_modules/aws-sdk/clients/transfer.d.ts +20 -20
- 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 +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +483 -176
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +85 -85
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -445,16 +445,20 @@
|
|
445
445
|
},
|
446
446
|
"CurrentSoftware": {},
|
447
447
|
"Description": {},
|
448
|
+
"DeviceAggregatedStatus": {},
|
448
449
|
"DeviceConnectionStatus": {},
|
449
450
|
"DeviceId": {},
|
450
451
|
"LatestAlternateSoftware": {},
|
452
|
+
"LatestDeviceJob": {
|
453
|
+
"shape": "S2p"
|
454
|
+
},
|
451
455
|
"LatestSoftware": {},
|
452
456
|
"LeaseExpirationTime": {
|
453
457
|
"type": "timestamp"
|
454
458
|
},
|
455
459
|
"Name": {},
|
456
460
|
"NetworkingConfiguration": {
|
457
|
-
"shape": "
|
461
|
+
"shape": "S2t"
|
458
462
|
},
|
459
463
|
"ProvisioningStatus": {},
|
460
464
|
"SerialNumber": {},
|
@@ -685,7 +689,7 @@
|
|
685
689
|
"PackageId": {},
|
686
690
|
"PackageName": {},
|
687
691
|
"ReadAccessPrincipalArns": {
|
688
|
-
"shape": "
|
692
|
+
"shape": "S3u"
|
689
693
|
},
|
690
694
|
"StorageLocation": {
|
691
695
|
"shape": "S16"
|
@@ -694,7 +698,7 @@
|
|
694
698
|
"shape": "Sb"
|
695
699
|
},
|
696
700
|
"WriteAccessPrincipalArns": {
|
697
|
-
"shape": "
|
701
|
+
"shape": "S3u"
|
698
702
|
}
|
699
703
|
}
|
700
704
|
}
|
@@ -1008,14 +1012,30 @@
|
|
1008
1012
|
"input": {
|
1009
1013
|
"type": "structure",
|
1010
1014
|
"members": {
|
1015
|
+
"DeviceAggregatedStatusFilter": {
|
1016
|
+
"location": "querystring",
|
1017
|
+
"locationName": "DeviceAggregatedStatusFilter"
|
1018
|
+
},
|
1011
1019
|
"MaxResults": {
|
1012
1020
|
"location": "querystring",
|
1013
1021
|
"locationName": "MaxResults",
|
1014
1022
|
"type": "integer"
|
1015
1023
|
},
|
1024
|
+
"NameFilter": {
|
1025
|
+
"location": "querystring",
|
1026
|
+
"locationName": "NameFilter"
|
1027
|
+
},
|
1016
1028
|
"NextToken": {
|
1017
1029
|
"location": "querystring",
|
1018
1030
|
"locationName": "NextToken"
|
1031
|
+
},
|
1032
|
+
"SortBy": {
|
1033
|
+
"location": "querystring",
|
1034
|
+
"locationName": "SortBy"
|
1035
|
+
},
|
1036
|
+
"SortOrder": {
|
1037
|
+
"location": "querystring",
|
1038
|
+
"locationName": "SortOrder"
|
1019
1039
|
}
|
1020
1040
|
}
|
1021
1041
|
},
|
@@ -1034,15 +1054,25 @@
|
|
1034
1054
|
"CreatedTime": {
|
1035
1055
|
"type": "timestamp"
|
1036
1056
|
},
|
1057
|
+
"CurrentSoftware": {},
|
1058
|
+
"Description": {},
|
1059
|
+
"DeviceAggregatedStatus": {},
|
1037
1060
|
"DeviceId": {},
|
1038
1061
|
"LastUpdatedTime": {
|
1039
1062
|
"type": "timestamp"
|
1040
1063
|
},
|
1064
|
+
"LatestDeviceJob": {
|
1065
|
+
"shape": "S2p"
|
1066
|
+
},
|
1041
1067
|
"LeaseExpirationTime": {
|
1042
1068
|
"type": "timestamp"
|
1043
1069
|
},
|
1044
1070
|
"Name": {},
|
1045
|
-
"ProvisioningStatus": {}
|
1071
|
+
"ProvisioningStatus": {},
|
1072
|
+
"Tags": {
|
1073
|
+
"shape": "Sb"
|
1074
|
+
},
|
1075
|
+
"Type": {}
|
1046
1076
|
}
|
1047
1077
|
}
|
1048
1078
|
},
|
@@ -1352,7 +1382,7 @@
|
|
1352
1382
|
"Description": {},
|
1353
1383
|
"Name": {},
|
1354
1384
|
"NetworkingConfiguration": {
|
1355
|
-
"shape": "
|
1385
|
+
"shape": "S2t"
|
1356
1386
|
},
|
1357
1387
|
"Tags": {
|
1358
1388
|
"shape": "Sb"
|
@@ -1632,14 +1662,21 @@
|
|
1632
1662
|
"IpAddress": {}
|
1633
1663
|
}
|
1634
1664
|
},
|
1635
|
-
"
|
1665
|
+
"S2p": {
|
1666
|
+
"type": "structure",
|
1667
|
+
"members": {
|
1668
|
+
"ImageVersion": {},
|
1669
|
+
"Status": {}
|
1670
|
+
}
|
1671
|
+
},
|
1672
|
+
"S2t": {
|
1636
1673
|
"type": "structure",
|
1637
1674
|
"members": {
|
1638
1675
|
"Ethernet0": {
|
1639
|
-
"shape": "
|
1676
|
+
"shape": "S2u"
|
1640
1677
|
},
|
1641
1678
|
"Ethernet1": {
|
1642
|
-
"shape": "
|
1679
|
+
"shape": "S2u"
|
1643
1680
|
},
|
1644
1681
|
"Ntp": {
|
1645
1682
|
"type": "structure",
|
@@ -1655,7 +1692,7 @@
|
|
1655
1692
|
}
|
1656
1693
|
}
|
1657
1694
|
},
|
1658
|
-
"
|
1695
|
+
"S2u": {
|
1659
1696
|
"type": "structure",
|
1660
1697
|
"required": [
|
1661
1698
|
"ConnectionType"
|
@@ -1682,7 +1719,7 @@
|
|
1682
1719
|
}
|
1683
1720
|
}
|
1684
1721
|
},
|
1685
|
-
"
|
1722
|
+
"S3u": {
|
1686
1723
|
"type": "list",
|
1687
1724
|
"member": {}
|
1688
1725
|
}
|
@@ -2930,6 +2930,17 @@
|
|
2930
2930
|
"members": {
|
2931
2931
|
"InitialDashboardId": {}
|
2932
2932
|
}
|
2933
|
+
},
|
2934
|
+
"DashboardVisual": {
|
2935
|
+
"type": "structure",
|
2936
|
+
"required": [
|
2937
|
+
"InitialDashboardVisualId"
|
2938
|
+
],
|
2939
|
+
"members": {
|
2940
|
+
"InitialDashboardVisualId": {
|
2941
|
+
"shape": "Sbo"
|
2942
|
+
}
|
2943
|
+
}
|
2933
2944
|
}
|
2934
2945
|
}
|
2935
2946
|
},
|
@@ -2947,7 +2958,7 @@
|
|
2947
2958
|
],
|
2948
2959
|
"members": {
|
2949
2960
|
"EmbedUrl": {
|
2950
|
-
"shape": "
|
2961
|
+
"shape": "Sbq"
|
2951
2962
|
},
|
2952
2963
|
"Status": {
|
2953
2964
|
"location": "statusCode",
|
@@ -3000,6 +3011,17 @@
|
|
3000
3011
|
"members": {
|
3001
3012
|
"InitialTopicId": {}
|
3002
3013
|
}
|
3014
|
+
},
|
3015
|
+
"DashboardVisual": {
|
3016
|
+
"type": "structure",
|
3017
|
+
"required": [
|
3018
|
+
"InitialDashboardVisualId"
|
3019
|
+
],
|
3020
|
+
"members": {
|
3021
|
+
"InitialDashboardVisualId": {
|
3022
|
+
"shape": "Sbo"
|
3023
|
+
}
|
3024
|
+
}
|
3003
3025
|
}
|
3004
3026
|
}
|
3005
3027
|
},
|
@@ -3017,7 +3039,7 @@
|
|
3017
3039
|
],
|
3018
3040
|
"members": {
|
3019
3041
|
"EmbedUrl": {
|
3020
|
-
"shape": "
|
3042
|
+
"shape": "Sbq"
|
3021
3043
|
},
|
3022
3044
|
"Status": {
|
3023
3045
|
"location": "statusCode",
|
@@ -3092,7 +3114,7 @@
|
|
3092
3114
|
"type": "structure",
|
3093
3115
|
"members": {
|
3094
3116
|
"EmbedUrl": {
|
3095
|
-
"shape": "
|
3117
|
+
"shape": "Sbq"
|
3096
3118
|
},
|
3097
3119
|
"Status": {
|
3098
3120
|
"location": "statusCode",
|
@@ -3136,7 +3158,7 @@
|
|
3136
3158
|
"type": "structure",
|
3137
3159
|
"members": {
|
3138
3160
|
"EmbedUrl": {
|
3139
|
-
"shape": "
|
3161
|
+
"shape": "Sbq"
|
3140
3162
|
},
|
3141
3163
|
"Status": {
|
3142
3164
|
"location": "statusCode",
|
@@ -3176,7 +3198,7 @@
|
|
3176
3198
|
"type": "structure",
|
3177
3199
|
"members": {
|
3178
3200
|
"AnalysisSummaryList": {
|
3179
|
-
"shape": "
|
3201
|
+
"shape": "Sc9"
|
3180
3202
|
},
|
3181
3203
|
"NextToken": {},
|
3182
3204
|
"Status": {
|
@@ -3278,7 +3300,7 @@
|
|
3278
3300
|
"type": "structure",
|
3279
3301
|
"members": {
|
3280
3302
|
"DashboardSummaryList": {
|
3281
|
-
"shape": "
|
3303
|
+
"shape": "Sch"
|
3282
3304
|
},
|
3283
3305
|
"NextToken": {},
|
3284
3306
|
"Status": {
|
@@ -3485,7 +3507,7 @@
|
|
3485
3507
|
"type": "integer"
|
3486
3508
|
},
|
3487
3509
|
"FolderSummaryList": {
|
3488
|
-
"shape": "
|
3510
|
+
"shape": "Scw"
|
3489
3511
|
},
|
3490
3512
|
"NextToken": {},
|
3491
3513
|
"RequestId": {}
|
@@ -3581,7 +3603,7 @@
|
|
3581
3603
|
"type": "structure",
|
3582
3604
|
"members": {
|
3583
3605
|
"GroupList": {
|
3584
|
-
"shape": "
|
3606
|
+
"shape": "Sd3"
|
3585
3607
|
},
|
3586
3608
|
"NextToken": {},
|
3587
3609
|
"RequestId": {},
|
@@ -4206,7 +4228,7 @@
|
|
4206
4228
|
"type": "structure",
|
4207
4229
|
"members": {
|
4208
4230
|
"GroupList": {
|
4209
|
-
"shape": "
|
4231
|
+
"shape": "Sd3"
|
4210
4232
|
},
|
4211
4233
|
"NextToken": {},
|
4212
4234
|
"RequestId": {},
|
@@ -4385,7 +4407,7 @@
|
|
4385
4407
|
"type": "structure",
|
4386
4408
|
"members": {
|
4387
4409
|
"AnalysisSummaryList": {
|
4388
|
-
"shape": "
|
4410
|
+
"shape": "Sc9"
|
4389
4411
|
},
|
4390
4412
|
"NextToken": {},
|
4391
4413
|
"Status": {
|
@@ -4435,7 +4457,7 @@
|
|
4435
4457
|
"type": "structure",
|
4436
4458
|
"members": {
|
4437
4459
|
"DashboardSummaryList": {
|
4438
|
-
"shape": "
|
4460
|
+
"shape": "Sch"
|
4439
4461
|
},
|
4440
4462
|
"NextToken": {},
|
4441
4463
|
"Status": {
|
@@ -4486,7 +4508,7 @@
|
|
4486
4508
|
"type": "integer"
|
4487
4509
|
},
|
4488
4510
|
"FolderSummaryList": {
|
4489
|
-
"shape": "
|
4511
|
+
"shape": "Scw"
|
4490
4512
|
},
|
4491
4513
|
"NextToken": {},
|
4492
4514
|
"RequestId": {}
|
@@ -4544,7 +4566,7 @@
|
|
4544
4566
|
"type": "structure",
|
4545
4567
|
"members": {
|
4546
4568
|
"GroupList": {
|
4547
|
-
"shape": "
|
4569
|
+
"shape": "Sd3"
|
4548
4570
|
},
|
4549
4571
|
"NextToken": {},
|
4550
4572
|
"RequestId": {},
|
@@ -4761,10 +4783,10 @@
|
|
4761
4783
|
"locationName": "AnalysisId"
|
4762
4784
|
},
|
4763
4785
|
"GrantPermissions": {
|
4764
|
-
"shape": "
|
4786
|
+
"shape": "Sff"
|
4765
4787
|
},
|
4766
4788
|
"RevokePermissions": {
|
4767
|
-
"shape": "
|
4789
|
+
"shape": "Sff"
|
4768
4790
|
}
|
4769
4791
|
}
|
4770
4792
|
},
|
@@ -4855,16 +4877,16 @@
|
|
4855
4877
|
"locationName": "DashboardId"
|
4856
4878
|
},
|
4857
4879
|
"GrantPermissions": {
|
4858
|
-
"shape": "
|
4880
|
+
"shape": "Sff"
|
4859
4881
|
},
|
4860
4882
|
"RevokePermissions": {
|
4861
|
-
"shape": "
|
4883
|
+
"shape": "Sff"
|
4862
4884
|
},
|
4863
4885
|
"GrantLinkPermissions": {
|
4864
|
-
"shape": "
|
4886
|
+
"shape": "Sfk"
|
4865
4887
|
},
|
4866
4888
|
"RevokeLinkPermissions": {
|
4867
|
-
"shape": "
|
4889
|
+
"shape": "Sfk"
|
4868
4890
|
}
|
4869
4891
|
}
|
4870
4892
|
},
|
@@ -5470,10 +5492,10 @@
|
|
5470
5492
|
"locationName": "TemplateId"
|
5471
5493
|
},
|
5472
5494
|
"GrantPermissions": {
|
5473
|
-
"shape": "
|
5495
|
+
"shape": "Sff"
|
5474
5496
|
},
|
5475
5497
|
"RevokePermissions": {
|
5476
|
-
"shape": "
|
5498
|
+
"shape": "Sff"
|
5477
5499
|
}
|
5478
5500
|
}
|
5479
5501
|
},
|
@@ -5603,10 +5625,10 @@
|
|
5603
5625
|
"locationName": "ThemeId"
|
5604
5626
|
},
|
5605
5627
|
"GrantPermissions": {
|
5606
|
-
"shape": "
|
5628
|
+
"shape": "Sff"
|
5607
5629
|
},
|
5608
5630
|
"RevokePermissions": {
|
5609
|
-
"shape": "
|
5631
|
+
"shape": "Sff"
|
5610
5632
|
}
|
5611
5633
|
}
|
5612
5634
|
},
|
@@ -6875,10 +6897,23 @@
|
|
6875
6897
|
}
|
6876
6898
|
},
|
6877
6899
|
"Sbo": {
|
6900
|
+
"type": "structure",
|
6901
|
+
"required": [
|
6902
|
+
"DashboardId",
|
6903
|
+
"SheetId",
|
6904
|
+
"VisualId"
|
6905
|
+
],
|
6906
|
+
"members": {
|
6907
|
+
"DashboardId": {},
|
6908
|
+
"SheetId": {},
|
6909
|
+
"VisualId": {}
|
6910
|
+
}
|
6911
|
+
},
|
6912
|
+
"Sbq": {
|
6878
6913
|
"type": "string",
|
6879
6914
|
"sensitive": true
|
6880
6915
|
},
|
6881
|
-
"
|
6916
|
+
"Sc9": {
|
6882
6917
|
"type": "list",
|
6883
6918
|
"member": {
|
6884
6919
|
"type": "structure",
|
@@ -6896,7 +6931,7 @@
|
|
6896
6931
|
}
|
6897
6932
|
}
|
6898
6933
|
},
|
6899
|
-
"
|
6934
|
+
"Sch": {
|
6900
6935
|
"type": "list",
|
6901
6936
|
"member": {
|
6902
6937
|
"type": "structure",
|
@@ -6919,7 +6954,7 @@
|
|
6919
6954
|
}
|
6920
6955
|
}
|
6921
6956
|
},
|
6922
|
-
"
|
6957
|
+
"Scw": {
|
6923
6958
|
"type": "list",
|
6924
6959
|
"member": {
|
6925
6960
|
"type": "structure",
|
@@ -6937,19 +6972,19 @@
|
|
6937
6972
|
}
|
6938
6973
|
}
|
6939
6974
|
},
|
6940
|
-
"
|
6975
|
+
"Sd3": {
|
6941
6976
|
"type": "list",
|
6942
6977
|
"member": {
|
6943
6978
|
"shape": "S5u"
|
6944
6979
|
}
|
6945
6980
|
},
|
6946
|
-
"
|
6981
|
+
"Sff": {
|
6947
6982
|
"type": "list",
|
6948
6983
|
"member": {
|
6949
6984
|
"shape": "S18"
|
6950
6985
|
}
|
6951
6986
|
},
|
6952
|
-
"
|
6987
|
+
"Sfk": {
|
6953
6988
|
"type": "list",
|
6954
6989
|
"member": {
|
6955
6990
|
"shape": "S18"
|
@@ -4542,6 +4542,26 @@
|
|
4542
4542
|
}
|
4543
4543
|
}
|
4544
4544
|
}
|
4545
|
+
},
|
4546
|
+
"SwitchoverReadReplica": {
|
4547
|
+
"input": {
|
4548
|
+
"type": "structure",
|
4549
|
+
"required": [
|
4550
|
+
"DBInstanceIdentifier"
|
4551
|
+
],
|
4552
|
+
"members": {
|
4553
|
+
"DBInstanceIdentifier": {}
|
4554
|
+
}
|
4555
|
+
},
|
4556
|
+
"output": {
|
4557
|
+
"resultWrapper": "SwitchoverReadReplicaResult",
|
4558
|
+
"type": "structure",
|
4559
|
+
"members": {
|
4560
|
+
"DBInstance": {
|
4561
|
+
"shape": "S33"
|
4562
|
+
}
|
4563
|
+
}
|
4564
|
+
}
|
4545
4565
|
}
|
4546
4566
|
},
|
4547
4567
|
"shapes": {
|
@@ -4833,6 +4853,9 @@
|
|
4833
4853
|
"OriginalSnapshotCreateTime": {
|
4834
4854
|
"type": "timestamp"
|
4835
4855
|
},
|
4856
|
+
"SnapshotDatabaseTime": {
|
4857
|
+
"type": "timestamp"
|
4858
|
+
},
|
4836
4859
|
"SnapshotTarget": {}
|
4837
4860
|
},
|
4838
4861
|
"wrapper": true
|