cdk-lambda-subminute 2.0.248 → 2.0.249

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 (25) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-lambda-subminute.js +3 -3
  3. package/node_modules/aws-sdk/CHANGELOG.md +10 -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/chime-sdk-media-pipelines-2021-07-15.min.json +296 -9
  7. package/node_modules/aws-sdk/apis/chime-sdk-media-pipelines-2021-07-15.paginators.json +5 -0
  8. package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +94 -73
  9. package/node_modules/aws-sdk/apis/finspace-data-2020-07-13.min.json +5 -3
  10. package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +4 -1
  11. package/node_modules/aws-sdk/apis/wafv2-2019-07-29.min.json +177 -168
  12. package/node_modules/aws-sdk/clients/amplifyuibuilder.d.ts +32 -4
  13. package/node_modules/aws-sdk/clients/chimesdkmediapipelines.d.ts +291 -2
  14. package/node_modules/aws-sdk/clients/emrserverless.d.ts +21 -0
  15. package/node_modules/aws-sdk/clients/finspacedata.d.ts +36 -36
  16. package/node_modules/aws-sdk/clients/quicksight.d.ts +7 -3
  17. package/node_modules/aws-sdk/clients/ssm.d.ts +7 -7
  18. package/node_modules/aws-sdk/clients/wafv2.d.ts +42 -32
  19. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  20. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +8 -8
  21. package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
  22. package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
  23. package/node_modules/aws-sdk/lib/core.js +1 -1
  24. package/node_modules/aws-sdk/package.json +1 -1
  25. package/package.json +3 -3
@@ -91,6 +91,12 @@
91
91
  },
92
92
  "workerTypeSpecifications": {
93
93
  "shape": "Sy"
94
+ },
95
+ "runtimeConfiguration": {
96
+ "shape": "S10"
97
+ },
98
+ "monitoringConfiguration": {
99
+ "shape": "S14"
94
100
  }
95
101
  }
96
102
  },
@@ -157,7 +163,7 @@
157
163
  ],
158
164
  "members": {
159
165
  "application": {
160
- "shape": "S16"
166
+ "shape": "S1l"
161
167
  }
162
168
  }
163
169
  }
@@ -253,7 +259,7 @@
253
259
  "stateDetails": {},
254
260
  "releaseLabel": {},
255
261
  "configurationOverrides": {
256
- "shape": "S1o"
262
+ "shape": "S23"
257
263
  },
258
264
  "jobDriver": {
259
265
  "shape": "S24"
@@ -534,7 +540,7 @@
534
540
  "shape": "S24"
535
541
  },
536
542
  "configurationOverrides": {
537
- "shape": "S1o"
543
+ "shape": "S23"
538
544
  },
539
545
  "tags": {
540
546
  "shape": "Sj"
@@ -682,7 +688,13 @@
682
688
  "workerTypeSpecifications": {
683
689
  "shape": "Sy"
684
690
  },
685
- "releaseLabel": {}
691
+ "releaseLabel": {},
692
+ "runtimeConfiguration": {
693
+ "shape": "S10"
694
+ },
695
+ "monitoringConfiguration": {
696
+ "shape": "S14"
697
+ }
686
698
  }
687
699
  },
688
700
  "output": {
@@ -692,7 +704,7 @@
692
704
  ],
693
705
  "members": {
694
706
  "application": {
695
- "shape": "S16"
707
+ "shape": "S1l"
696
708
  }
697
709
  }
698
710
  }
@@ -793,7 +805,71 @@
793
805
  }
794
806
  }
795
807
  },
796
- "S16": {
808
+ "S10": {
809
+ "type": "list",
810
+ "member": {
811
+ "type": "structure",
812
+ "required": [
813
+ "classification"
814
+ ],
815
+ "members": {
816
+ "classification": {},
817
+ "properties": {
818
+ "type": "map",
819
+ "key": {},
820
+ "value": {},
821
+ "sensitive": true
822
+ },
823
+ "configurations": {
824
+ "shape": "S10"
825
+ }
826
+ }
827
+ }
828
+ },
829
+ "S14": {
830
+ "type": "structure",
831
+ "members": {
832
+ "s3MonitoringConfiguration": {
833
+ "type": "structure",
834
+ "members": {
835
+ "logUri": {},
836
+ "encryptionKeyArn": {}
837
+ }
838
+ },
839
+ "managedPersistenceMonitoringConfiguration": {
840
+ "type": "structure",
841
+ "members": {
842
+ "enabled": {
843
+ "type": "boolean"
844
+ },
845
+ "encryptionKeyArn": {}
846
+ }
847
+ },
848
+ "cloudWatchLoggingConfiguration": {
849
+ "type": "structure",
850
+ "required": [
851
+ "enabled"
852
+ ],
853
+ "members": {
854
+ "enabled": {
855
+ "type": "boolean"
856
+ },
857
+ "logGroupName": {},
858
+ "logStreamNamePrefix": {},
859
+ "encryptionKeyArn": {},
860
+ "logTypes": {
861
+ "type": "map",
862
+ "key": {},
863
+ "value": {
864
+ "type": "list",
865
+ "member": {}
866
+ }
867
+ }
868
+ }
869
+ }
870
+ }
871
+ },
872
+ "S1l": {
797
873
  "type": "structure",
798
874
  "required": [
799
875
  "applicationId",
@@ -838,7 +914,7 @@
838
914
  },
839
915
  "architecture": {},
840
916
  "imageConfiguration": {
841
- "shape": "S1a"
917
+ "shape": "S1p"
842
918
  },
843
919
  "workerTypeSpecifications": {
844
920
  "type": "map",
@@ -847,14 +923,20 @@
847
923
  "type": "structure",
848
924
  "members": {
849
925
  "imageConfiguration": {
850
- "shape": "S1a"
926
+ "shape": "S1p"
851
927
  }
852
928
  }
853
929
  }
930
+ },
931
+ "runtimeConfiguration": {
932
+ "shape": "S10"
933
+ },
934
+ "monitoringConfiguration": {
935
+ "shape": "S14"
854
936
  }
855
937
  }
856
938
  },
857
- "S1a": {
939
+ "S1p": {
858
940
  "type": "structure",
859
941
  "required": [
860
942
  "imageUri"
@@ -864,75 +946,14 @@
864
946
  "resolvedImageDigest": {}
865
947
  }
866
948
  },
867
- "S1o": {
949
+ "S23": {
868
950
  "type": "structure",
869
951
  "members": {
870
952
  "applicationConfiguration": {
871
- "shape": "S1p"
953
+ "shape": "S10"
872
954
  },
873
955
  "monitoringConfiguration": {
874
- "type": "structure",
875
- "members": {
876
- "s3MonitoringConfiguration": {
877
- "type": "structure",
878
- "members": {
879
- "logUri": {},
880
- "encryptionKeyArn": {}
881
- }
882
- },
883
- "managedPersistenceMonitoringConfiguration": {
884
- "type": "structure",
885
- "members": {
886
- "enabled": {
887
- "type": "boolean"
888
- },
889
- "encryptionKeyArn": {}
890
- }
891
- },
892
- "cloudWatchLoggingConfiguration": {
893
- "type": "structure",
894
- "required": [
895
- "enabled"
896
- ],
897
- "members": {
898
- "enabled": {
899
- "type": "boolean"
900
- },
901
- "logGroupName": {},
902
- "logStreamNamePrefix": {},
903
- "encryptionKeyArn": {},
904
- "logTypes": {
905
- "type": "map",
906
- "key": {},
907
- "value": {
908
- "type": "list",
909
- "member": {}
910
- }
911
- }
912
- }
913
- }
914
- }
915
- }
916
- }
917
- },
918
- "S1p": {
919
- "type": "list",
920
- "member": {
921
- "type": "structure",
922
- "required": [
923
- "classification"
924
- ],
925
- "members": {
926
- "classification": {},
927
- "properties": {
928
- "type": "map",
929
- "key": {},
930
- "value": {},
931
- "sensitive": true
932
- },
933
- "configurations": {
934
- "shape": "S1p"
935
- }
956
+ "shape": "S14"
936
957
  }
937
958
  }
938
959
  },
@@ -229,7 +229,7 @@
229
229
  "lastName": {
230
230
  "shape": "S1n"
231
231
  },
232
- "ApiAccess": {},
232
+ "apiAccess": {},
233
233
  "apiAccessPrincipalArn": {},
234
234
  "clientToken": {
235
235
  "idempotencyToken": true
@@ -577,7 +577,8 @@
577
577
  "expiration": {
578
578
  "type": "long"
579
579
  }
580
- }
580
+ },
581
+ "sensitive": true
581
582
  },
582
583
  "s3Location": {
583
584
  "type": "structure",
@@ -650,7 +651,8 @@
650
651
  "accessKeyId": {},
651
652
  "secretAccessKey": {},
652
653
  "sessionToken": {}
653
- }
654
+ },
655
+ "sensitive": true
654
656
  },
655
657
  "durationInMinutes": {
656
658
  "type": "long"
@@ -5785,7 +5785,10 @@
5785
5785
  "CustomPermissionsName": {},
5786
5786
  "ExternalLoginFederationProviderType": {},
5787
5787
  "CustomFederationProviderUrl": {},
5788
- "ExternalLoginId": {}
5788
+ "ExternalLoginId": {},
5789
+ "Tags": {
5790
+ "shape": "Sb"
5791
+ }
5789
5792
  }
5790
5793
  },
5791
5794
  "output": {