cdk-lambda-subminute 2.0.248 → 2.0.250

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.
Files changed (49) hide show
  1. package/.jsii +16 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +19 -1
  4. package/node_modules/aws-sdk/README.md +1 -1
  5. package/node_modules/aws-sdk/apis/amplifyuibuilder-2021-08-11.min.json +28 -9
  6. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.examples.json +83 -0
  7. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.min.json +241 -32
  8. package/node_modules/aws-sdk/apis/appintegrations-2020-07-29.paginators.json +31 -1
  9. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +50 -49
  10. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
  11. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  12. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +298 -238
  13. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +6 -0
  14. package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +81 -60
  15. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +7 -0
  16. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
  17. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
  18. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +141 -36
  19. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.paginators.json +5 -0
  20. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
  21. package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +126 -126
  22. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
  23. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
  24. package/node_modules/aws-sdk/clients/appintegrations.d.ts +255 -1
  25. package/node_modules/aws-sdk/clients/apprunner.d.ts +6 -1
  26. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
  27. package/node_modules/aws-sdk/clients/codedeploy.d.ts +34 -34
  28. package/node_modules/aws-sdk/clients/connect.d.ts +64 -6
  29. package/node_modules/aws-sdk/clients/dynamodb.d.ts +40 -2
  30. package/node_modules/aws-sdk/clients/ec2.d.ts +11 -3
  31. package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
  32. package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
  33. package/node_modules/aws-sdk/clients/lakeformation.d.ts +95 -1
  34. package/node_modules/aws-sdk/clients/pinpoint.d.ts +2 -2
  35. package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
  36. package/node_modules/aws-sdk/clients/s3.d.ts +1 -1
  37. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
  39. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  40. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +17 -17
  41. package/node_modules/aws-sdk/dist/aws-sdk.js +395 -301
  42. package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -80
  43. package/node_modules/aws-sdk/lib/core.js +1 -1
  44. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +38 -0
  45. package/node_modules/aws-sdk/package.json +1 -1
  46. package/node_modules/xml2js/node_modules/sax/LICENSE +2 -2
  47. package/node_modules/xml2js/node_modules/sax/lib/sax.js +13 -4
  48. package/node_modules/xml2js/node_modules/sax/package.json +8 -4
  49. package/package.json +3 -3
@@ -180,6 +180,12 @@
180
180
  "output_token": "NextToken",
181
181
  "result_key": "SecurityKeys"
182
182
  },
183
+ "ListSecurityProfileApplications": {
184
+ "input_token": "NextToken",
185
+ "limit_key": "MaxResults",
186
+ "output_token": "NextToken",
187
+ "result_key": "Applications"
188
+ },
183
189
  "ListSecurityProfilePermissions": {
184
190
  "input_token": "NextToken",
185
191
  "limit_key": "MaxResults",
@@ -477,7 +477,7 @@
477
477
  "members": {
478
478
  "GlobalTableName": {},
479
479
  "ReplicaSettings": {
480
- "shape": "S61"
480
+ "shape": "S66"
481
481
  }
482
482
  }
483
483
  },
@@ -500,7 +500,7 @@
500
500
  ],
501
501
  "members": {
502
502
  "ImportTableDescription": {
503
- "shape": "S6f"
503
+ "shape": "S6k"
504
504
  }
505
505
  }
506
506
  }
@@ -592,7 +592,7 @@
592
592
  "type": "structure",
593
593
  "members": {
594
594
  "TableAutoScalingDescription": {
595
- "shape": "S77"
595
+ "shape": "S7c"
596
596
  }
597
597
  }
598
598
  }
@@ -619,19 +619,19 @@
619
619
  },
620
620
  "DisableKinesisStreamingDestination": {
621
621
  "input": {
622
- "shape": "S7e"
622
+ "shape": "S7j"
623
623
  },
624
624
  "output": {
625
- "shape": "S7f"
625
+ "shape": "S7k"
626
626
  },
627
627
  "endpointdiscovery": {}
628
628
  },
629
629
  "EnableKinesisStreamingDestination": {
630
630
  "input": {
631
- "shape": "S7e"
631
+ "shape": "S7j"
632
632
  },
633
633
  "output": {
634
- "shape": "S7f"
634
+ "shape": "S7k"
635
635
  },
636
636
  "endpointdiscovery": {}
637
637
  },
@@ -706,7 +706,7 @@
706
706
  "type": "structure",
707
707
  "members": {
708
708
  "Responses": {
709
- "shape": "S7p"
709
+ "shape": "S7u"
710
710
  },
711
711
  "ConsumedCapacity": {
712
712
  "shape": "St"
@@ -734,7 +734,11 @@
734
734
  "S3Prefix": {},
735
735
  "S3SseAlgorithm": {},
736
736
  "S3SseKmsKeyId": {},
737
- "ExportFormat": {}
737
+ "ExportFormat": {},
738
+ "ExportType": {},
739
+ "IncrementalExportSpecification": {
740
+ "shape": "S5y"
741
+ }
738
742
  }
739
743
  },
740
744
  "output": {
@@ -797,15 +801,15 @@
797
801
  "idempotencyToken": true
798
802
  },
799
803
  "S3BucketSource": {
800
- "shape": "S6h"
804
+ "shape": "S6m"
801
805
  },
802
806
  "InputFormat": {},
803
807
  "InputFormatOptions": {
804
- "shape": "S6l"
808
+ "shape": "S6q"
805
809
  },
806
810
  "InputCompressionType": {},
807
811
  "TableCreationParameters": {
808
- "shape": "S6r"
812
+ "shape": "S6w"
809
813
  }
810
814
  }
811
815
  },
@@ -816,7 +820,7 @@
816
820
  ],
817
821
  "members": {
818
822
  "ImportTableDescription": {
819
- "shape": "S6f"
823
+ "shape": "S6k"
820
824
  }
821
825
  }
822
826
  }
@@ -920,7 +924,8 @@
920
924
  "type": "structure",
921
925
  "members": {
922
926
  "ExportArn": {},
923
- "ExportStatus": {}
927
+ "ExportStatus": {},
928
+ "ExportType": {}
924
929
  }
925
930
  }
926
931
  },
@@ -982,7 +987,7 @@
982
987
  "ImportStatus": {},
983
988
  "TableArn": {},
984
989
  "S3BucketSource": {
985
- "shape": "S6h"
990
+ "shape": "S6m"
986
991
  },
987
992
  "CloudWatchLogGroupArn": {},
988
993
  "InputFormat": {},
@@ -1111,11 +1116,11 @@
1111
1116
  "type": "map",
1112
1117
  "key": {},
1113
1118
  "value": {
1114
- "shape": "S93"
1119
+ "shape": "S98"
1115
1120
  }
1116
1121
  },
1117
1122
  "QueryFilter": {
1118
- "shape": "S94"
1123
+ "shape": "S99"
1119
1124
  },
1120
1125
  "ConditionalOperator": {},
1121
1126
  "ScanIndexForward": {
@@ -1251,7 +1256,7 @@
1251
1256
  },
1252
1257
  "Select": {},
1253
1258
  "ScanFilter": {
1254
- "shape": "S94"
1259
+ "shape": "S99"
1255
1260
  },
1256
1261
  "ConditionalOperator": {},
1257
1262
  "ExclusiveStartKey": {
@@ -1360,7 +1365,7 @@
1360
1365
  "shape": "St"
1361
1366
  },
1362
1367
  "Responses": {
1363
- "shape": "S7p"
1368
+ "shape": "S7u"
1364
1369
  }
1365
1370
  }
1366
1371
  },
@@ -1619,7 +1624,7 @@
1619
1624
  "type": "long"
1620
1625
  },
1621
1626
  "GlobalTableProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1622
- "shape": "Saa"
1627
+ "shape": "Saf"
1623
1628
  },
1624
1629
  "GlobalTableGlobalSecondaryIndexSettingsUpdate": {
1625
1630
  "type": "list",
@@ -1634,7 +1639,7 @@
1634
1639
  "type": "long"
1635
1640
  },
1636
1641
  "ProvisionedWriteCapacityAutoScalingSettingsUpdate": {
1637
- "shape": "Saa"
1642
+ "shape": "Saf"
1638
1643
  }
1639
1644
  }
1640
1645
  }
@@ -1652,7 +1657,7 @@
1652
1657
  "type": "long"
1653
1658
  },
1654
1659
  "ReplicaProvisionedReadCapacityAutoScalingSettingsUpdate": {
1655
- "shape": "Saa"
1660
+ "shape": "Saf"
1656
1661
  },
1657
1662
  "ReplicaGlobalSecondaryIndexSettingsUpdate": {
1658
1663
  "type": "list",
@@ -1667,7 +1672,7 @@
1667
1672
  "type": "long"
1668
1673
  },
1669
1674
  "ProvisionedReadCapacityAutoScalingSettingsUpdate": {
1670
- "shape": "Saa"
1675
+ "shape": "Saf"
1671
1676
  }
1672
1677
  }
1673
1678
  }
@@ -1683,7 +1688,7 @@
1683
1688
  "members": {
1684
1689
  "GlobalTableName": {},
1685
1690
  "ReplicaSettings": {
1686
- "shape": "S61"
1691
+ "shape": "S66"
1687
1692
  }
1688
1693
  }
1689
1694
  },
@@ -1836,7 +1841,7 @@
1836
1841
  "shape": "S2c"
1837
1842
  },
1838
1843
  "GlobalSecondaryIndexes": {
1839
- "shape": "Saz"
1844
+ "shape": "Sb4"
1840
1845
  },
1841
1846
  "TableClassOverride": {}
1842
1847
  }
@@ -1853,7 +1858,7 @@
1853
1858
  "shape": "S2c"
1854
1859
  },
1855
1860
  "GlobalSecondaryIndexes": {
1856
- "shape": "Saz"
1861
+ "shape": "Sb4"
1857
1862
  },
1858
1863
  "TableClassOverride": {}
1859
1864
  }
@@ -1900,14 +1905,14 @@
1900
1905
  "members": {
1901
1906
  "IndexName": {},
1902
1907
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1903
- "shape": "Saa"
1908
+ "shape": "Saf"
1904
1909
  }
1905
1910
  }
1906
1911
  }
1907
1912
  },
1908
1913
  "TableName": {},
1909
1914
  "ProvisionedWriteCapacityAutoScalingUpdate": {
1910
- "shape": "Saa"
1915
+ "shape": "Saf"
1911
1916
  },
1912
1917
  "ReplicaUpdates": {
1913
1918
  "type": "list",
@@ -1925,13 +1930,13 @@
1925
1930
  "members": {
1926
1931
  "IndexName": {},
1927
1932
  "ProvisionedReadCapacityAutoScalingUpdate": {
1928
- "shape": "Saa"
1933
+ "shape": "Saf"
1929
1934
  }
1930
1935
  }
1931
1936
  }
1932
1937
  },
1933
1938
  "ReplicaProvisionedReadCapacityAutoScalingUpdate": {
1934
- "shape": "Saa"
1939
+ "shape": "Saf"
1935
1940
  }
1936
1941
  }
1937
1942
  }
@@ -1942,7 +1947,7 @@
1942
1947
  "type": "structure",
1943
1948
  "members": {
1944
1949
  "TableAutoScalingDescription": {
1945
- "shape": "S77"
1950
+ "shape": "S7c"
1946
1951
  }
1947
1952
  }
1948
1953
  }
@@ -1957,7 +1962,7 @@
1957
1962
  "members": {
1958
1963
  "TableName": {},
1959
1964
  "TimeToLiveSpecification": {
1960
- "shape": "Sbd"
1965
+ "shape": "Sbi"
1961
1966
  }
1962
1967
  }
1963
1968
  },
@@ -1965,7 +1970,7 @@
1965
1970
  "type": "structure",
1966
1971
  "members": {
1967
1972
  "TimeToLiveSpecification": {
1968
- "shape": "Sbd"
1973
+ "shape": "Sbi"
1969
1974
  }
1970
1975
  }
1971
1976
  },
@@ -2773,10 +2778,26 @@
2773
2778
  },
2774
2779
  "ItemCount": {
2775
2780
  "type": "long"
2781
+ },
2782
+ "ExportType": {},
2783
+ "IncrementalExportSpecification": {
2784
+ "shape": "S5y"
2776
2785
  }
2777
2786
  }
2778
2787
  },
2779
- "S61": {
2788
+ "S5y": {
2789
+ "type": "structure",
2790
+ "members": {
2791
+ "ExportFromTime": {
2792
+ "type": "timestamp"
2793
+ },
2794
+ "ExportToTime": {
2795
+ "type": "timestamp"
2796
+ },
2797
+ "ExportViewType": {}
2798
+ }
2799
+ },
2800
+ "S66": {
2780
2801
  "type": "list",
2781
2802
  "member": {
2782
2803
  "type": "structure",
@@ -2793,13 +2814,13 @@
2793
2814
  "type": "long"
2794
2815
  },
2795
2816
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
2796
- "shape": "S63"
2817
+ "shape": "S68"
2797
2818
  },
2798
2819
  "ReplicaProvisionedWriteCapacityUnits": {
2799
2820
  "type": "long"
2800
2821
  },
2801
2822
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
2802
- "shape": "S63"
2823
+ "shape": "S68"
2803
2824
  },
2804
2825
  "ReplicaGlobalSecondaryIndexSettings": {
2805
2826
  "type": "list",
@@ -2815,13 +2836,13 @@
2815
2836
  "type": "long"
2816
2837
  },
2817
2838
  "ProvisionedReadCapacityAutoScalingSettings": {
2818
- "shape": "S63"
2839
+ "shape": "S68"
2819
2840
  },
2820
2841
  "ProvisionedWriteCapacityUnits": {
2821
2842
  "type": "long"
2822
2843
  },
2823
2844
  "ProvisionedWriteCapacityAutoScalingSettings": {
2824
- "shape": "S63"
2845
+ "shape": "S68"
2825
2846
  }
2826
2847
  }
2827
2848
  }
@@ -2832,7 +2853,7 @@
2832
2853
  }
2833
2854
  }
2834
2855
  },
2835
- "S63": {
2856
+ "S68": {
2836
2857
  "type": "structure",
2837
2858
  "members": {
2838
2859
  "MinimumUnits": {
@@ -2876,7 +2897,7 @@
2876
2897
  }
2877
2898
  }
2878
2899
  },
2879
- "S6f": {
2900
+ "S6k": {
2880
2901
  "type": "structure",
2881
2902
  "members": {
2882
2903
  "ImportArn": {},
@@ -2885,7 +2906,7 @@
2885
2906
  "TableId": {},
2886
2907
  "ClientToken": {},
2887
2908
  "S3BucketSource": {
2888
- "shape": "S6h"
2909
+ "shape": "S6m"
2889
2910
  },
2890
2911
  "ErrorCount": {
2891
2912
  "type": "long"
@@ -2893,11 +2914,11 @@
2893
2914
  "CloudWatchLogGroupArn": {},
2894
2915
  "InputFormat": {},
2895
2916
  "InputFormatOptions": {
2896
- "shape": "S6l"
2917
+ "shape": "S6q"
2897
2918
  },
2898
2919
  "InputCompressionType": {},
2899
2920
  "TableCreationParameters": {
2900
- "shape": "S6r"
2921
+ "shape": "S6w"
2901
2922
  },
2902
2923
  "StartTime": {
2903
2924
  "type": "timestamp"
@@ -2918,7 +2939,7 @@
2918
2939
  "FailureMessage": {}
2919
2940
  }
2920
2941
  },
2921
- "S6h": {
2942
+ "S6m": {
2922
2943
  "type": "structure",
2923
2944
  "required": [
2924
2945
  "S3Bucket"
@@ -2929,7 +2950,7 @@
2929
2950
  "S3KeyPrefix": {}
2930
2951
  }
2931
2952
  },
2932
- "S6l": {
2953
+ "S6q": {
2933
2954
  "type": "structure",
2934
2955
  "members": {
2935
2956
  "Csv": {
@@ -2944,7 +2965,7 @@
2944
2965
  }
2945
2966
  }
2946
2967
  },
2947
- "S6r": {
2968
+ "S6w": {
2948
2969
  "type": "structure",
2949
2970
  "required": [
2950
2971
  "TableName",
@@ -2971,7 +2992,7 @@
2971
2992
  }
2972
2993
  }
2973
2994
  },
2974
- "S77": {
2995
+ "S7c": {
2975
2996
  "type": "structure",
2976
2997
  "members": {
2977
2998
  "TableName": {},
@@ -2990,19 +3011,19 @@
2990
3011
  "IndexName": {},
2991
3012
  "IndexStatus": {},
2992
3013
  "ProvisionedReadCapacityAutoScalingSettings": {
2993
- "shape": "S63"
3014
+ "shape": "S68"
2994
3015
  },
2995
3016
  "ProvisionedWriteCapacityAutoScalingSettings": {
2996
- "shape": "S63"
3017
+ "shape": "S68"
2997
3018
  }
2998
3019
  }
2999
3020
  }
3000
3021
  },
3001
3022
  "ReplicaProvisionedReadCapacityAutoScalingSettings": {
3002
- "shape": "S63"
3023
+ "shape": "S68"
3003
3024
  },
3004
3025
  "ReplicaProvisionedWriteCapacityAutoScalingSettings": {
3005
- "shape": "S63"
3026
+ "shape": "S68"
3006
3027
  },
3007
3028
  "ReplicaStatus": {}
3008
3029
  }
@@ -3010,7 +3031,7 @@
3010
3031
  }
3011
3032
  }
3012
3033
  },
3013
- "S7e": {
3034
+ "S7j": {
3014
3035
  "type": "structure",
3015
3036
  "required": [
3016
3037
  "TableName",
@@ -3021,7 +3042,7 @@
3021
3042
  "StreamArn": {}
3022
3043
  }
3023
3044
  },
3024
- "S7f": {
3045
+ "S7k": {
3025
3046
  "type": "structure",
3026
3047
  "members": {
3027
3048
  "TableName": {},
@@ -3029,7 +3050,7 @@
3029
3050
  "DestinationStatus": {}
3030
3051
  }
3031
3052
  },
3032
- "S7p": {
3053
+ "S7u": {
3033
3054
  "type": "list",
3034
3055
  "member": {
3035
3056
  "type": "structure",
@@ -3040,7 +3061,7 @@
3040
3061
  }
3041
3062
  }
3042
3063
  },
3043
- "S93": {
3064
+ "S98": {
3044
3065
  "type": "structure",
3045
3066
  "required": [
3046
3067
  "ComparisonOperator"
@@ -3052,14 +3073,14 @@
3052
3073
  "ComparisonOperator": {}
3053
3074
  }
3054
3075
  },
3055
- "S94": {
3076
+ "S99": {
3056
3077
  "type": "map",
3057
3078
  "key": {},
3058
3079
  "value": {
3059
- "shape": "S93"
3080
+ "shape": "S98"
3060
3081
  }
3061
3082
  },
3062
- "Saa": {
3083
+ "Saf": {
3063
3084
  "type": "structure",
3064
3085
  "members": {
3065
3086
  "MinimumUnits": {
@@ -3103,7 +3124,7 @@
3103
3124
  }
3104
3125
  }
3105
3126
  },
3106
- "Saz": {
3127
+ "Sb4": {
3107
3128
  "type": "list",
3108
3129
  "member": {
3109
3130
  "type": "structure",
@@ -3118,7 +3139,7 @@
3118
3139
  }
3119
3140
  }
3120
3141
  },
3121
- "Sbd": {
3142
+ "Sbi": {
3122
3143
  "type": "structure",
3123
3144
  "required": [
3124
3145
  "Enabled",
@@ -4715,6 +4715,9 @@
4715
4715
  },
4716
4716
  "DryRun": {
4717
4717
  "type": "boolean"
4718
+ },
4719
+ "FIPSEnabled": {
4720
+ "type": "boolean"
4718
4721
  }
4719
4722
  }
4720
4723
  },
@@ -25689,6 +25692,10 @@
25689
25692
  "Tags": {
25690
25693
  "shape": "S6",
25691
25694
  "locationName": "tagSet"
25695
+ },
25696
+ "FipsEnabled": {
25697
+ "locationName": "fipsEnabled",
25698
+ "type": "boolean"
25692
25699
  }
25693
25700
  }
25694
25701
  },