cdk-comprehend-s3olap 2.0.16 → 2.0.19
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/CHANGELOG.md +11 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/glue-2017-03-31.min.json +69 -13
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.min.json +54 -5
- package/node_modules/aws-sdk/apis/lookoutequipment-2020-12-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/metadata.json +0 -3
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.min.json +233 -44
- package/node_modules/aws-sdk/apis/mgn-2020-02-26.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/migration-hub-refactor-spaces-2021-10-26.min.json +75 -25
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +231 -182
- package/node_modules/aws-sdk/clients/all.d.ts +0 -1
- package/node_modules/aws-sdk/clients/all.js +0 -1
- package/node_modules/aws-sdk/clients/glue.d.ts +106 -2
- package/node_modules/aws-sdk/clients/lookoutequipment.d.ts +69 -1
- package/node_modules/aws-sdk/clients/mediaconvert.d.ts +1 -1
- package/node_modules/aws-sdk/clients/mgn.d.ts +218 -3
- package/node_modules/aws-sdk/clients/migrationhubrefactorspaces.d.ts +70 -8
- package/node_modules/aws-sdk/clients/rdsdataservice.d.ts +8 -8
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +69 -8
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +19 -54
- package/node_modules/aws-sdk/dist/aws-sdk.js +7 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +16 -16
- package/node_modules/aws-sdk/lib/config_service_placeholders.d.ts +0 -2
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +5 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.js +4 -2
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.examples.json +0 -5
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.min.json +0 -1206
- package/node_modules/aws-sdk/apis/redshiftserverless-2021-04-21.paginators.json +0 -40
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +0 -1525
- package/node_modules/aws-sdk/clients/redshiftserverless.js +0 -18
@@ -137,6 +137,12 @@
|
|
137
137
|
"ClientToken": {
|
138
138
|
"idempotencyToken": true
|
139
139
|
},
|
140
|
+
"DefaultRoute": {
|
141
|
+
"type": "structure",
|
142
|
+
"members": {
|
143
|
+
"ActivationState": {}
|
144
|
+
}
|
145
|
+
},
|
140
146
|
"EnvironmentIdentifier": {
|
141
147
|
"location": "uri",
|
142
148
|
"locationName": "EnvironmentIdentifier"
|
@@ -147,7 +153,7 @@
|
|
147
153
|
"shape": "S9"
|
148
154
|
},
|
149
155
|
"UriPathRoute": {
|
150
|
-
"shape": "
|
156
|
+
"shape": "Su"
|
151
157
|
}
|
152
158
|
}
|
153
159
|
},
|
@@ -172,7 +178,7 @@
|
|
172
178
|
"shape": "S9"
|
173
179
|
},
|
174
180
|
"UriPathRoute": {
|
175
|
-
"shape": "
|
181
|
+
"shape": "Su"
|
176
182
|
}
|
177
183
|
}
|
178
184
|
}
|
@@ -205,14 +211,14 @@
|
|
205
211
|
"locationName": "EnvironmentIdentifier"
|
206
212
|
},
|
207
213
|
"LambdaEndpoint": {
|
208
|
-
"shape": "
|
214
|
+
"shape": "S14"
|
209
215
|
},
|
210
216
|
"Name": {},
|
211
217
|
"Tags": {
|
212
218
|
"shape": "S9"
|
213
219
|
},
|
214
220
|
"UrlEndpoint": {
|
215
|
-
"shape": "
|
221
|
+
"shape": "S17"
|
216
222
|
},
|
217
223
|
"VpcId": {}
|
218
224
|
}
|
@@ -230,7 +236,7 @@
|
|
230
236
|
"EndpointType": {},
|
231
237
|
"EnvironmentId": {},
|
232
238
|
"LambdaEndpoint": {
|
233
|
-
"shape": "
|
239
|
+
"shape": "S14"
|
234
240
|
},
|
235
241
|
"LastUpdatedTime": {
|
236
242
|
"type": "timestamp"
|
@@ -243,7 +249,7 @@
|
|
243
249
|
"shape": "S9"
|
244
250
|
},
|
245
251
|
"UrlEndpoint": {
|
246
|
-
"shape": "
|
252
|
+
"shape": "S17"
|
247
253
|
},
|
248
254
|
"VpcId": {}
|
249
255
|
}
|
@@ -476,7 +482,7 @@
|
|
476
482
|
},
|
477
483
|
"EnvironmentId": {},
|
478
484
|
"Error": {
|
479
|
-
"shape": "
|
485
|
+
"shape": "S1t"
|
480
486
|
},
|
481
487
|
"LastUpdatedTime": {
|
482
488
|
"type": "timestamp"
|
@@ -520,7 +526,7 @@
|
|
520
526
|
"Description": {},
|
521
527
|
"EnvironmentId": {},
|
522
528
|
"Error": {
|
523
|
-
"shape": "
|
529
|
+
"shape": "S1t"
|
524
530
|
},
|
525
531
|
"LastUpdatedTime": {
|
526
532
|
"type": "timestamp"
|
@@ -600,7 +606,7 @@
|
|
600
606
|
},
|
601
607
|
"EnvironmentId": {},
|
602
608
|
"Error": {
|
603
|
-
"shape": "
|
609
|
+
"shape": "S1t"
|
604
610
|
},
|
605
611
|
"IncludeChildPaths": {
|
606
612
|
"type": "boolean"
|
@@ -609,11 +615,11 @@
|
|
609
615
|
"type": "timestamp"
|
610
616
|
},
|
611
617
|
"Methods": {
|
612
|
-
"shape": "
|
618
|
+
"shape": "Sw"
|
613
619
|
},
|
614
620
|
"OwnerAccountId": {},
|
615
621
|
"PathResourceToId": {
|
616
|
-
"shape": "
|
622
|
+
"shape": "S29"
|
617
623
|
},
|
618
624
|
"RouteId": {},
|
619
625
|
"RouteType": {},
|
@@ -667,7 +673,7 @@
|
|
667
673
|
"EndpointType": {},
|
668
674
|
"EnvironmentId": {},
|
669
675
|
"Error": {
|
670
|
-
"shape": "
|
676
|
+
"shape": "S1t"
|
671
677
|
},
|
672
678
|
"LambdaEndpoint": {
|
673
679
|
"type": "structure",
|
@@ -751,7 +757,7 @@
|
|
751
757
|
},
|
752
758
|
"EnvironmentId": {},
|
753
759
|
"Error": {
|
754
|
-
"shape": "
|
760
|
+
"shape": "S1t"
|
755
761
|
},
|
756
762
|
"LastUpdatedTime": {
|
757
763
|
"type": "timestamp"
|
@@ -862,7 +868,7 @@
|
|
862
868
|
"Description": {},
|
863
869
|
"EnvironmentId": {},
|
864
870
|
"Error": {
|
865
|
-
"shape": "
|
871
|
+
"shape": "S1t"
|
866
872
|
},
|
867
873
|
"LastUpdatedTime": {
|
868
874
|
"type": "timestamp"
|
@@ -931,7 +937,7 @@
|
|
931
937
|
},
|
932
938
|
"EnvironmentId": {},
|
933
939
|
"Error": {
|
934
|
-
"shape": "
|
940
|
+
"shape": "S1t"
|
935
941
|
},
|
936
942
|
"IncludeChildPaths": {
|
937
943
|
"type": "boolean"
|
@@ -940,11 +946,11 @@
|
|
940
946
|
"type": "timestamp"
|
941
947
|
},
|
942
948
|
"Methods": {
|
943
|
-
"shape": "
|
949
|
+
"shape": "Sw"
|
944
950
|
},
|
945
951
|
"OwnerAccountId": {},
|
946
952
|
"PathResourceToId": {
|
947
|
-
"shape": "
|
953
|
+
"shape": "S29"
|
948
954
|
},
|
949
955
|
"RouteId": {},
|
950
956
|
"RouteType": {},
|
@@ -1011,7 +1017,7 @@
|
|
1011
1017
|
"EndpointType": {},
|
1012
1018
|
"EnvironmentId": {},
|
1013
1019
|
"Error": {
|
1014
|
-
"shape": "
|
1020
|
+
"shape": "S1t"
|
1015
1021
|
},
|
1016
1022
|
"LambdaEndpoint": {
|
1017
1023
|
"type": "structure",
|
@@ -1150,6 +1156,50 @@
|
|
1150
1156
|
"members": {}
|
1151
1157
|
},
|
1152
1158
|
"idempotent": true
|
1159
|
+
},
|
1160
|
+
"UpdateRoute": {
|
1161
|
+
"http": {
|
1162
|
+
"method": "PATCH",
|
1163
|
+
"requestUri": "/environments/{EnvironmentIdentifier}/applications/{ApplicationIdentifier}/routes/{RouteIdentifier}",
|
1164
|
+
"responseCode": 200
|
1165
|
+
},
|
1166
|
+
"input": {
|
1167
|
+
"type": "structure",
|
1168
|
+
"required": [
|
1169
|
+
"ActivationState",
|
1170
|
+
"ApplicationIdentifier",
|
1171
|
+
"EnvironmentIdentifier",
|
1172
|
+
"RouteIdentifier"
|
1173
|
+
],
|
1174
|
+
"members": {
|
1175
|
+
"ActivationState": {},
|
1176
|
+
"ApplicationIdentifier": {
|
1177
|
+
"location": "uri",
|
1178
|
+
"locationName": "ApplicationIdentifier"
|
1179
|
+
},
|
1180
|
+
"EnvironmentIdentifier": {
|
1181
|
+
"location": "uri",
|
1182
|
+
"locationName": "EnvironmentIdentifier"
|
1183
|
+
},
|
1184
|
+
"RouteIdentifier": {
|
1185
|
+
"location": "uri",
|
1186
|
+
"locationName": "RouteIdentifier"
|
1187
|
+
}
|
1188
|
+
}
|
1189
|
+
},
|
1190
|
+
"output": {
|
1191
|
+
"type": "structure",
|
1192
|
+
"members": {
|
1193
|
+
"ApplicationId": {},
|
1194
|
+
"Arn": {},
|
1195
|
+
"LastUpdatedTime": {
|
1196
|
+
"type": "timestamp"
|
1197
|
+
},
|
1198
|
+
"RouteId": {},
|
1199
|
+
"ServiceId": {},
|
1200
|
+
"State": {}
|
1201
|
+
}
|
1202
|
+
}
|
1153
1203
|
}
|
1154
1204
|
},
|
1155
1205
|
"shapes": {
|
@@ -1166,7 +1216,7 @@
|
|
1166
1216
|
"value": {},
|
1167
1217
|
"sensitive": true
|
1168
1218
|
},
|
1169
|
-
"
|
1219
|
+
"Su": {
|
1170
1220
|
"type": "structure",
|
1171
1221
|
"required": [
|
1172
1222
|
"ActivationState",
|
@@ -1178,16 +1228,16 @@
|
|
1178
1228
|
"type": "boolean"
|
1179
1229
|
},
|
1180
1230
|
"Methods": {
|
1181
|
-
"shape": "
|
1231
|
+
"shape": "Sw"
|
1182
1232
|
},
|
1183
1233
|
"SourcePath": {}
|
1184
1234
|
}
|
1185
1235
|
},
|
1186
|
-
"
|
1236
|
+
"Sw": {
|
1187
1237
|
"type": "list",
|
1188
1238
|
"member": {}
|
1189
1239
|
},
|
1190
|
-
"
|
1240
|
+
"S14": {
|
1191
1241
|
"type": "structure",
|
1192
1242
|
"required": [
|
1193
1243
|
"Arn"
|
@@ -1196,7 +1246,7 @@
|
|
1196
1246
|
"Arn": {}
|
1197
1247
|
}
|
1198
1248
|
},
|
1199
|
-
"
|
1249
|
+
"S17": {
|
1200
1250
|
"type": "structure",
|
1201
1251
|
"required": [
|
1202
1252
|
"Url"
|
@@ -1206,7 +1256,7 @@
|
|
1206
1256
|
"Url": {}
|
1207
1257
|
}
|
1208
1258
|
},
|
1209
|
-
"
|
1259
|
+
"S1t": {
|
1210
1260
|
"type": "structure",
|
1211
1261
|
"members": {
|
1212
1262
|
"AccountId": {},
|
@@ -1221,7 +1271,7 @@
|
|
1221
1271
|
"ResourceType": {}
|
1222
1272
|
}
|
1223
1273
|
},
|
1224
|
-
"
|
1274
|
+
"S29": {
|
1225
1275
|
"type": "map",
|
1226
1276
|
"key": {},
|
1227
1277
|
"value": {}
|