cdk-lambda-subminute 2.0.284 → 2.0.286
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-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +16 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.min.json +53 -38
- package/node_modules/aws-sdk/apis/amplify-2017-07-25.paginators.json +24 -0
- package/node_modules/aws-sdk/apis/application-insights-2018-11-25.min.json +35 -25
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +503 -365
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +16 -0
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +1297 -1181
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.min.json +251 -49
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/m2-2021-04-28.min.json +36 -6
- package/node_modules/aws-sdk/apis/rds-2014-10-31.min.json +228 -206
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +187 -145
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +3 -0
- package/node_modules/aws-sdk/apis/translate-2017-07-01.min.json +23 -26
- package/node_modules/aws-sdk/clients/amplify.d.ts +239 -223
- package/node_modules/aws-sdk/clients/applicationinsights.d.ts +17 -0
- package/node_modules/aws-sdk/clients/connect.d.ts +247 -5
- package/node_modules/aws-sdk/clients/ec2.d.ts +138 -5
- package/node_modules/aws-sdk/clients/globalaccelerator.d.ts +254 -2
- package/node_modules/aws-sdk/clients/m2.d.ts +51 -6
- package/node_modules/aws-sdk/clients/neptunedata.d.ts +11 -11
- package/node_modules/aws-sdk/clients/rds.d.ts +30 -0
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -0
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +1 -0
- package/node_modules/aws-sdk/clients/translate.d.ts +17 -9
- 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 +2263 -1926
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -80
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +3 -3
@@ -10704,6 +10704,9 @@
|
|
10704
10704
|
},
|
10705
10705
|
"LastMonitoringExecutionSummary": {
|
10706
10706
|
"shape": "S11l"
|
10707
|
+
},
|
10708
|
+
"BatchTransformInput": {
|
10709
|
+
"shape": "S8p"
|
10707
10710
|
}
|
10708
10711
|
}
|
10709
10712
|
}
|
@@ -108,16 +108,16 @@
|
|
108
108
|
"type": "structure",
|
109
109
|
"members": {
|
110
110
|
"ParallelDataProperties": {
|
111
|
-
"shape": "
|
111
|
+
"shape": "S17"
|
112
112
|
},
|
113
113
|
"DataLocation": {
|
114
|
-
"shape": "
|
114
|
+
"shape": "S1b"
|
115
115
|
},
|
116
116
|
"AuxiliaryDataLocation": {
|
117
|
-
"shape": "
|
117
|
+
"shape": "S1b"
|
118
118
|
},
|
119
119
|
"LatestUpdateAttemptAuxiliaryDataLocation": {
|
120
|
-
"shape": "
|
120
|
+
"shape": "S1b"
|
121
121
|
}
|
122
122
|
}
|
123
123
|
}
|
@@ -137,13 +137,13 @@
|
|
137
137
|
"type": "structure",
|
138
138
|
"members": {
|
139
139
|
"TerminologyProperties": {
|
140
|
-
"shape": "
|
140
|
+
"shape": "S1g"
|
141
141
|
},
|
142
142
|
"TerminologyDataLocation": {
|
143
|
-
"shape": "
|
143
|
+
"shape": "S1j"
|
144
144
|
},
|
145
145
|
"AuxiliaryDataLocation": {
|
146
|
-
"shape": "
|
146
|
+
"shape": "S1j"
|
147
147
|
}
|
148
148
|
}
|
149
149
|
}
|
@@ -187,10 +187,10 @@
|
|
187
187
|
"type": "structure",
|
188
188
|
"members": {
|
189
189
|
"TerminologyProperties": {
|
190
|
-
"shape": "
|
190
|
+
"shape": "S1g"
|
191
191
|
},
|
192
192
|
"AuxiliaryDataLocation": {
|
193
|
-
"shape": "
|
193
|
+
"shape": "S1j"
|
194
194
|
}
|
195
195
|
}
|
196
196
|
}
|
@@ -244,7 +244,7 @@
|
|
244
244
|
"ParallelDataPropertiesList": {
|
245
245
|
"type": "list",
|
246
246
|
"member": {
|
247
|
-
"shape": "
|
247
|
+
"shape": "S17"
|
248
248
|
}
|
249
249
|
},
|
250
250
|
"NextToken": {}
|
@@ -286,7 +286,7 @@
|
|
286
286
|
"TerminologyPropertiesList": {
|
287
287
|
"type": "list",
|
288
288
|
"member": {
|
289
|
-
"shape": "
|
289
|
+
"shape": "S1g"
|
290
290
|
}
|
291
291
|
},
|
292
292
|
"NextToken": {}
|
@@ -468,7 +468,7 @@
|
|
468
468
|
"SourceLanguageCode": {},
|
469
469
|
"TargetLanguageCode": {},
|
470
470
|
"AppliedTerminologies": {
|
471
|
-
"shape": "
|
471
|
+
"shape": "S2m"
|
472
472
|
},
|
473
473
|
"AppliedSettings": {
|
474
474
|
"shape": "S11"
|
@@ -508,7 +508,7 @@
|
|
508
508
|
"SourceLanguageCode": {},
|
509
509
|
"TargetLanguageCode": {},
|
510
510
|
"AppliedTerminologies": {
|
511
|
-
"shape": "
|
511
|
+
"shape": "S2m"
|
512
512
|
},
|
513
513
|
"AppliedSettings": {
|
514
514
|
"shape": "S11"
|
@@ -571,10 +571,6 @@
|
|
571
571
|
"shapes": {
|
572
572
|
"S4": {
|
573
573
|
"type": "structure",
|
574
|
-
"required": [
|
575
|
-
"S3Uri",
|
576
|
-
"Format"
|
577
|
-
],
|
578
574
|
"members": {
|
579
575
|
"S3Uri": {},
|
580
576
|
"Format": {}
|
@@ -689,10 +685,11 @@
|
|
689
685
|
"type": "structure",
|
690
686
|
"members": {
|
691
687
|
"Formality": {},
|
692
|
-
"Profanity": {}
|
688
|
+
"Profanity": {},
|
689
|
+
"Brevity": {}
|
693
690
|
}
|
694
691
|
},
|
695
|
-
"
|
692
|
+
"S17": {
|
696
693
|
"type": "structure",
|
697
694
|
"members": {
|
698
695
|
"Name": {},
|
@@ -701,7 +698,7 @@
|
|
701
698
|
"Status": {},
|
702
699
|
"SourceLanguageCode": {},
|
703
700
|
"TargetLanguageCodes": {
|
704
|
-
"shape": "
|
701
|
+
"shape": "S19"
|
705
702
|
},
|
706
703
|
"ParallelDataConfig": {
|
707
704
|
"shape": "S4"
|
@@ -734,11 +731,11 @@
|
|
734
731
|
}
|
735
732
|
}
|
736
733
|
},
|
737
|
-
"
|
734
|
+
"S19": {
|
738
735
|
"type": "list",
|
739
736
|
"member": {}
|
740
737
|
},
|
741
|
-
"
|
738
|
+
"S1b": {
|
742
739
|
"type": "structure",
|
743
740
|
"required": [
|
744
741
|
"RepositoryType",
|
@@ -749,7 +746,7 @@
|
|
749
746
|
"Location": {}
|
750
747
|
}
|
751
748
|
},
|
752
|
-
"
|
749
|
+
"S1g": {
|
753
750
|
"type": "structure",
|
754
751
|
"members": {
|
755
752
|
"Name": {},
|
@@ -757,7 +754,7 @@
|
|
757
754
|
"Arn": {},
|
758
755
|
"SourceLanguageCode": {},
|
759
756
|
"TargetLanguageCodes": {
|
760
|
-
"shape": "
|
757
|
+
"shape": "S19"
|
761
758
|
},
|
762
759
|
"EncryptionKey": {
|
763
760
|
"shape": "S7"
|
@@ -782,7 +779,7 @@
|
|
782
779
|
"Format": {}
|
783
780
|
}
|
784
781
|
},
|
785
|
-
"
|
782
|
+
"S1j": {
|
786
783
|
"type": "structure",
|
787
784
|
"required": [
|
788
785
|
"RepositoryType",
|
@@ -793,7 +790,7 @@
|
|
793
790
|
"Location": {}
|
794
791
|
}
|
795
792
|
},
|
796
|
-
"
|
793
|
+
"S2m": {
|
797
794
|
"type": "list",
|
798
795
|
"member": {
|
799
796
|
"type": "structure",
|