cdk-comprehend-s3olap 2.0.464 → 2.0.466
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/batch-2016-08-10.min.json +47 -19
- package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +54 -45
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +2 -0
- package/node_modules/aws-sdk/apis/healthlake-2017-07-01.min.json +21 -14
- package/node_modules/aws-sdk/apis/iam-2010-05-08.min.json +1 -2
- package/node_modules/aws-sdk/apis/kms-2014-11-01.examples.json +73 -8
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +71 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +14 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.min.json +1992 -3
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.paginators.json +30 -0
- package/node_modules/aws-sdk/apis/medialive-2017-10-14.waiters2.json +128 -0
- package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +21 -17
- package/node_modules/aws-sdk/apis/monitoring-2010-08-01.min.json +36 -22
- package/node_modules/aws-sdk/apis/omics-2022-11-28.min.json +238 -221
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +2 -1
- package/node_modules/aws-sdk/clients/batch.d.ts +50 -4
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +36 -1
- package/node_modules/aws-sdk/clients/cloudfront.d.ts +60 -60
- package/node_modules/aws-sdk/clients/cloudwatch.d.ts +16 -1
- package/node_modules/aws-sdk/clients/codebuild.d.ts +1 -1
- package/node_modules/aws-sdk/clients/configservice.d.ts +4 -4
- package/node_modules/aws-sdk/clients/glue.d.ts +13 -5
- package/node_modules/aws-sdk/clients/healthlake.d.ts +17 -1
- package/node_modules/aws-sdk/clients/iam.d.ts +7 -7
- package/node_modules/aws-sdk/clients/iotfleethub.d.ts +19 -19
- package/node_modules/aws-sdk/clients/kms.d.ts +105 -12
- package/node_modules/aws-sdk/clients/medialive.d.ts +1419 -0
- package/node_modules/aws-sdk/clients/mediatailor.d.ts +17 -0
- package/node_modules/aws-sdk/clients/omics.d.ts +137 -94
- package/node_modules/aws-sdk/clients/outposts.d.ts +1 -1
- package/node_modules/aws-sdk/clients/rds.d.ts +10 -10
- package/node_modules/aws-sdk/clients/redshift.d.ts +4 -0
- package/node_modules/aws-sdk/clients/s3control.d.ts +36 -36
- package/node_modules/aws-sdk/clients/transfer.d.ts +4 -4
- 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 +15 -15
- package/node_modules/aws-sdk/dist/aws-sdk.js +181 -77
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +66 -66
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -365,7 +365,10 @@
|
|
365
365
|
"KeyId"
|
366
366
|
],
|
367
367
|
"members": {
|
368
|
-
"KeyId": {}
|
368
|
+
"KeyId": {},
|
369
|
+
"RotationPeriodInDays": {
|
370
|
+
"type": "integer"
|
371
|
+
}
|
369
372
|
}
|
370
373
|
}
|
371
374
|
},
|
@@ -650,6 +653,16 @@
|
|
650
653
|
"members": {
|
651
654
|
"KeyRotationEnabled": {
|
652
655
|
"type": "boolean"
|
656
|
+
},
|
657
|
+
"KeyId": {},
|
658
|
+
"RotationPeriodInDays": {
|
659
|
+
"type": "integer"
|
660
|
+
},
|
661
|
+
"NextRotationDate": {
|
662
|
+
"type": "timestamp"
|
663
|
+
},
|
664
|
+
"OnDemandRotationStartDate": {
|
665
|
+
"type": "timestamp"
|
653
666
|
}
|
654
667
|
}
|
655
668
|
}
|
@@ -802,7 +815,7 @@
|
|
802
815
|
}
|
803
816
|
},
|
804
817
|
"output": {
|
805
|
-
"shape": "
|
818
|
+
"shape": "S3s"
|
806
819
|
}
|
807
820
|
},
|
808
821
|
"ListKeyPolicies": {
|
@@ -833,6 +846,43 @@
|
|
833
846
|
}
|
834
847
|
}
|
835
848
|
},
|
849
|
+
"ListKeyRotations": {
|
850
|
+
"input": {
|
851
|
+
"type": "structure",
|
852
|
+
"required": [
|
853
|
+
"KeyId"
|
854
|
+
],
|
855
|
+
"members": {
|
856
|
+
"KeyId": {},
|
857
|
+
"Limit": {
|
858
|
+
"type": "integer"
|
859
|
+
},
|
860
|
+
"Marker": {}
|
861
|
+
}
|
862
|
+
},
|
863
|
+
"output": {
|
864
|
+
"type": "structure",
|
865
|
+
"members": {
|
866
|
+
"Rotations": {
|
867
|
+
"type": "list",
|
868
|
+
"member": {
|
869
|
+
"type": "structure",
|
870
|
+
"members": {
|
871
|
+
"KeyId": {},
|
872
|
+
"RotationDate": {
|
873
|
+
"type": "timestamp"
|
874
|
+
},
|
875
|
+
"RotationType": {}
|
876
|
+
}
|
877
|
+
}
|
878
|
+
},
|
879
|
+
"NextMarker": {},
|
880
|
+
"Truncated": {
|
881
|
+
"type": "boolean"
|
882
|
+
}
|
883
|
+
}
|
884
|
+
}
|
885
|
+
},
|
836
886
|
"ListKeys": {
|
837
887
|
"input": {
|
838
888
|
"type": "structure",
|
@@ -905,7 +955,7 @@
|
|
905
955
|
}
|
906
956
|
},
|
907
957
|
"output": {
|
908
|
-
"shape": "
|
958
|
+
"shape": "S3s"
|
909
959
|
}
|
910
960
|
},
|
911
961
|
"PutKeyPolicy": {
|
@@ -1029,6 +1079,23 @@
|
|
1029
1079
|
}
|
1030
1080
|
}
|
1031
1081
|
},
|
1082
|
+
"RotateKeyOnDemand": {
|
1083
|
+
"input": {
|
1084
|
+
"type": "structure",
|
1085
|
+
"required": [
|
1086
|
+
"KeyId"
|
1087
|
+
],
|
1088
|
+
"members": {
|
1089
|
+
"KeyId": {}
|
1090
|
+
}
|
1091
|
+
},
|
1092
|
+
"output": {
|
1093
|
+
"type": "structure",
|
1094
|
+
"members": {
|
1095
|
+
"KeyId": {}
|
1096
|
+
}
|
1097
|
+
}
|
1098
|
+
},
|
1032
1099
|
"ScheduleKeyDeletion": {
|
1033
1100
|
"input": {
|
1034
1101
|
"type": "structure",
|
@@ -1433,7 +1500,7 @@
|
|
1433
1500
|
"type": "blob",
|
1434
1501
|
"sensitive": true
|
1435
1502
|
},
|
1436
|
-
"
|
1503
|
+
"S3s": {
|
1437
1504
|
"type": "structure",
|
1438
1505
|
"members": {
|
1439
1506
|
"Grants": {
|
@@ -3,42 +3,56 @@
|
|
3
3
|
"DescribeCustomKeyStores": {
|
4
4
|
"input_token": "Marker",
|
5
5
|
"limit_key": "Limit",
|
6
|
+
"more_results": "Truncated",
|
6
7
|
"output_token": "NextMarker",
|
7
8
|
"result_key": "CustomKeyStores"
|
8
9
|
},
|
9
10
|
"ListAliases": {
|
10
11
|
"input_token": "Marker",
|
11
12
|
"limit_key": "Limit",
|
13
|
+
"more_results": "Truncated",
|
12
14
|
"output_token": "NextMarker",
|
13
15
|
"result_key": "Aliases"
|
14
16
|
},
|
15
17
|
"ListGrants": {
|
16
18
|
"input_token": "Marker",
|
17
19
|
"limit_key": "Limit",
|
20
|
+
"more_results": "Truncated",
|
18
21
|
"output_token": "NextMarker",
|
19
22
|
"result_key": "Grants"
|
20
23
|
},
|
21
24
|
"ListKeyPolicies": {
|
22
25
|
"input_token": "Marker",
|
23
26
|
"limit_key": "Limit",
|
27
|
+
"more_results": "Truncated",
|
24
28
|
"output_token": "NextMarker",
|
25
29
|
"result_key": "PolicyNames"
|
26
30
|
},
|
31
|
+
"ListKeyRotations": {
|
32
|
+
"input_token": "Marker",
|
33
|
+
"limit_key": "Limit",
|
34
|
+
"more_results": "Truncated",
|
35
|
+
"output_token": "NextMarker",
|
36
|
+
"result_key": "Rotations"
|
37
|
+
},
|
27
38
|
"ListKeys": {
|
28
39
|
"input_token": "Marker",
|
29
40
|
"limit_key": "Limit",
|
41
|
+
"more_results": "Truncated",
|
30
42
|
"output_token": "NextMarker",
|
31
43
|
"result_key": "Keys"
|
32
44
|
},
|
33
45
|
"ListResourceTags": {
|
34
46
|
"input_token": "Marker",
|
35
47
|
"limit_key": "Limit",
|
48
|
+
"more_results": "Truncated",
|
36
49
|
"output_token": "NextMarker",
|
37
50
|
"result_key": "Tags"
|
38
51
|
},
|
39
52
|
"ListRetirableGrants": {
|
40
53
|
"input_token": "Marker",
|
41
54
|
"limit_key": "Limit",
|
55
|
+
"more_results": "Truncated",
|
42
56
|
"output_token": "NextMarker",
|
43
57
|
"result_key": "Grants"
|
44
58
|
}
|