cdk-lambda-subminute 2.0.432 → 2.0.433
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 +55 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +61 -57
- package/node_modules/aws-sdk/apis/emr-serverless-2021-07-13.min.json +23 -17
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +8 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +1182 -1038
- package/node_modules/aws-sdk/apis/rolesanywhere-2018-05-10.min.json +167 -64
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.min.json +262 -128
- package/node_modules/aws-sdk/apis/workspaces-2015-04-08.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/drs.d.ts +18 -1
- package/node_modules/aws-sdk/clients/emrserverless.d.ts +14 -1
- package/node_modules/aws-sdk/clients/guardduty.d.ts +9 -1
- package/node_modules/aws-sdk/clients/quicksight.d.ts +193 -10
- package/node_modules/aws-sdk/clients/rolesanywhere.d.ts +81 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +6 -6
- package/node_modules/aws-sdk/clients/workspaces.d.ts +180 -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 +8 -8
- package/node_modules/aws-sdk/dist/aws-sdk.js +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +2 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -96,7 +96,7 @@
|
|
96
96
|
"shape": "S11"
|
97
97
|
},
|
98
98
|
"monitoringConfiguration": {
|
99
|
-
"shape": "
|
99
|
+
"shape": "S17"
|
100
100
|
}
|
101
101
|
}
|
102
102
|
},
|
@@ -163,7 +163,7 @@
|
|
163
163
|
],
|
164
164
|
"members": {
|
165
165
|
"application": {
|
166
|
-
"shape": "
|
166
|
+
"shape": "S1q"
|
167
167
|
}
|
168
168
|
}
|
169
169
|
}
|
@@ -259,10 +259,10 @@
|
|
259
259
|
"stateDetails": {},
|
260
260
|
"releaseLabel": {},
|
261
261
|
"configurationOverrides": {
|
262
|
-
"shape": "
|
262
|
+
"shape": "S28"
|
263
263
|
},
|
264
264
|
"jobDriver": {
|
265
|
-
"shape": "
|
265
|
+
"shape": "S29"
|
266
266
|
},
|
267
267
|
"tags": {
|
268
268
|
"shape": "Sk"
|
@@ -537,10 +537,10 @@
|
|
537
537
|
},
|
538
538
|
"executionRoleArn": {},
|
539
539
|
"jobDriver": {
|
540
|
-
"shape": "
|
540
|
+
"shape": "S29"
|
541
541
|
},
|
542
542
|
"configurationOverrides": {
|
543
|
-
"shape": "
|
543
|
+
"shape": "S28"
|
544
544
|
},
|
545
545
|
"tags": {
|
546
546
|
"shape": "Sk"
|
@@ -693,7 +693,7 @@
|
|
693
693
|
"shape": "S11"
|
694
694
|
},
|
695
695
|
"monitoringConfiguration": {
|
696
|
-
"shape": "
|
696
|
+
"shape": "S17"
|
697
697
|
}
|
698
698
|
}
|
699
699
|
},
|
@@ -704,7 +704,7 @@
|
|
704
704
|
],
|
705
705
|
"members": {
|
706
706
|
"application": {
|
707
|
-
"shape": "
|
707
|
+
"shape": "S1q"
|
708
708
|
}
|
709
709
|
}
|
710
710
|
}
|
@@ -827,7 +827,7 @@
|
|
827
827
|
}
|
828
828
|
}
|
829
829
|
},
|
830
|
-
"
|
830
|
+
"S17": {
|
831
831
|
"type": "structure",
|
832
832
|
"members": {
|
833
833
|
"s3MonitoringConfiguration": {
|
@@ -867,10 +867,16 @@
|
|
867
867
|
}
|
868
868
|
}
|
869
869
|
}
|
870
|
+
},
|
871
|
+
"prometheusMonitoringConfiguration": {
|
872
|
+
"type": "structure",
|
873
|
+
"members": {
|
874
|
+
"remoteWriteUrl": {}
|
875
|
+
}
|
870
876
|
}
|
871
877
|
}
|
872
878
|
},
|
873
|
-
"
|
879
|
+
"S1q": {
|
874
880
|
"type": "structure",
|
875
881
|
"required": [
|
876
882
|
"applicationId",
|
@@ -915,7 +921,7 @@
|
|
915
921
|
},
|
916
922
|
"architecture": {},
|
917
923
|
"imageConfiguration": {
|
918
|
-
"shape": "
|
924
|
+
"shape": "S1u"
|
919
925
|
},
|
920
926
|
"workerTypeSpecifications": {
|
921
927
|
"type": "map",
|
@@ -924,7 +930,7 @@
|
|
924
930
|
"type": "structure",
|
925
931
|
"members": {
|
926
932
|
"imageConfiguration": {
|
927
|
-
"shape": "
|
933
|
+
"shape": "S1u"
|
928
934
|
}
|
929
935
|
}
|
930
936
|
}
|
@@ -933,11 +939,11 @@
|
|
933
939
|
"shape": "S11"
|
934
940
|
},
|
935
941
|
"monitoringConfiguration": {
|
936
|
-
"shape": "
|
942
|
+
"shape": "S17"
|
937
943
|
}
|
938
944
|
}
|
939
945
|
},
|
940
|
-
"
|
946
|
+
"S1u": {
|
941
947
|
"type": "structure",
|
942
948
|
"required": [
|
943
949
|
"imageUri"
|
@@ -947,18 +953,18 @@
|
|
947
953
|
"resolvedImageDigest": {}
|
948
954
|
}
|
949
955
|
},
|
950
|
-
"
|
956
|
+
"S28": {
|
951
957
|
"type": "structure",
|
952
958
|
"members": {
|
953
959
|
"applicationConfiguration": {
|
954
960
|
"shape": "S11"
|
955
961
|
},
|
956
962
|
"monitoringConfiguration": {
|
957
|
-
"shape": "
|
963
|
+
"shape": "S17"
|
958
964
|
}
|
959
965
|
}
|
960
966
|
},
|
961
|
-
"
|
967
|
+
"S29": {
|
962
968
|
"type": "structure",
|
963
969
|
"members": {
|
964
970
|
"sparkSubmit": {
|
@@ -5287,6 +5287,10 @@
|
|
5287
5287
|
"shape": "S5s",
|
5288
5288
|
"locationName": "ipAddressV4"
|
5289
5289
|
},
|
5290
|
+
"IpAddressV6": {
|
5291
|
+
"shape": "S5s",
|
5292
|
+
"locationName": "ipAddressV6"
|
5293
|
+
},
|
5290
5294
|
"Organization": {
|
5291
5295
|
"locationName": "organization",
|
5292
5296
|
"type": "structure",
|
@@ -5325,6 +5329,10 @@
|
|
5325
5329
|
"IpAddressV4": {
|
5326
5330
|
"shape": "S5s",
|
5327
5331
|
"locationName": "ipAddressV4"
|
5332
|
+
},
|
5333
|
+
"IpAddressV6": {
|
5334
|
+
"shape": "S5s",
|
5335
|
+
"locationName": "ipAddressV6"
|
5328
5336
|
}
|
5329
5337
|
}
|
5330
5338
|
},
|