cdk-lambda-subminute 2.0.243 → 2.0.245
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 +10 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +4 -2
- package/node_modules/aws-sdk/apis/appconfig-2019-10-09.paginators.json +16 -8
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +141 -72
- package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/logs-2014-03-28.min.json +4 -1
- package/node_modules/aws-sdk/apis/s3-2006-03-01.examples.json +120 -120
- package/node_modules/aws-sdk/apis/s3-2006-03-01.min.json +4 -4
- package/node_modules/aws-sdk/apis/servicediscovery-2017-03-14.min.json +37 -10
- package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -5
- package/node_modules/aws-sdk/clients/apprunner.d.ts +96 -8
- package/node_modules/aws-sdk/clients/cloudwatchlogs.d.ts +11 -6
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +1 -1
- package/node_modules/aws-sdk/clients/kinesisvideo.d.ts +7 -7
- package/node_modules/aws-sdk/clients/s3.d.ts +24 -24
- package/node_modules/aws-sdk/clients/servicediscovery.d.ts +34 -5
- 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 +11 -8
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +19 -19
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +5 -5
@@ -104,7 +104,7 @@
|
|
104
104
|
],
|
105
105
|
"members": {
|
106
106
|
"Connection": {
|
107
|
-
"shape": "
|
107
|
+
"shape": "S12"
|
108
108
|
}
|
109
109
|
}
|
110
110
|
}
|
@@ -118,7 +118,7 @@
|
|
118
118
|
"members": {
|
119
119
|
"ObservabilityConfigurationName": {},
|
120
120
|
"TraceConfiguration": {
|
121
|
-
"shape": "
|
121
|
+
"shape": "S16"
|
122
122
|
},
|
123
123
|
"Tags": {
|
124
124
|
"shape": "Sj"
|
@@ -132,7 +132,7 @@
|
|
132
132
|
],
|
133
133
|
"members": {
|
134
134
|
"ObservabilityConfiguration": {
|
135
|
-
"shape": "
|
135
|
+
"shape": "S19"
|
136
136
|
}
|
137
137
|
}
|
138
138
|
}
|
@@ -147,26 +147,26 @@
|
|
147
147
|
"members": {
|
148
148
|
"ServiceName": {},
|
149
149
|
"SourceConfiguration": {
|
150
|
-
"shape": "
|
150
|
+
"shape": "S1f"
|
151
151
|
},
|
152
152
|
"InstanceConfiguration": {
|
153
|
-
"shape": "
|
153
|
+
"shape": "S21"
|
154
154
|
},
|
155
155
|
"Tags": {
|
156
156
|
"shape": "Sj"
|
157
157
|
},
|
158
158
|
"EncryptionConfiguration": {
|
159
|
-
"shape": "
|
159
|
+
"shape": "S24"
|
160
160
|
},
|
161
161
|
"HealthCheckConfiguration": {
|
162
|
-
"shape": "
|
162
|
+
"shape": "S26"
|
163
163
|
},
|
164
164
|
"AutoScalingConfigurationArn": {},
|
165
165
|
"NetworkConfiguration": {
|
166
|
-
"shape": "
|
166
|
+
"shape": "S2d"
|
167
167
|
},
|
168
168
|
"ObservabilityConfiguration": {
|
169
|
-
"shape": "
|
169
|
+
"shape": "S2h"
|
170
170
|
}
|
171
171
|
}
|
172
172
|
},
|
@@ -178,7 +178,7 @@
|
|
178
178
|
],
|
179
179
|
"members": {
|
180
180
|
"Service": {
|
181
|
-
"shape": "
|
181
|
+
"shape": "S2j"
|
182
182
|
},
|
183
183
|
"OperationId": {}
|
184
184
|
}
|
@@ -194,10 +194,10 @@
|
|
194
194
|
"members": {
|
195
195
|
"VpcConnectorName": {},
|
196
196
|
"Subnets": {
|
197
|
-
"shape": "
|
197
|
+
"shape": "S2q"
|
198
198
|
},
|
199
199
|
"SecurityGroups": {
|
200
|
-
"shape": "
|
200
|
+
"shape": "S2q"
|
201
201
|
},
|
202
202
|
"Tags": {
|
203
203
|
"shape": "Sj"
|
@@ -211,7 +211,7 @@
|
|
211
211
|
],
|
212
212
|
"members": {
|
213
213
|
"VpcConnector": {
|
214
|
-
"shape": "
|
214
|
+
"shape": "S2s"
|
215
215
|
}
|
216
216
|
}
|
217
217
|
}
|
@@ -228,7 +228,7 @@
|
|
228
228
|
"ServiceArn": {},
|
229
229
|
"VpcIngressConnectionName": {},
|
230
230
|
"IngressVpcConfiguration": {
|
231
|
-
"shape": "
|
231
|
+
"shape": "S2w"
|
232
232
|
},
|
233
233
|
"Tags": {
|
234
234
|
"shape": "Sj"
|
@@ -242,7 +242,7 @@
|
|
242
242
|
],
|
243
243
|
"members": {
|
244
244
|
"VpcIngressConnection": {
|
245
|
-
"shape": "
|
245
|
+
"shape": "S2y"
|
246
246
|
}
|
247
247
|
}
|
248
248
|
}
|
@@ -254,7 +254,10 @@
|
|
254
254
|
"AutoScalingConfigurationArn"
|
255
255
|
],
|
256
256
|
"members": {
|
257
|
-
"AutoScalingConfigurationArn": {}
|
257
|
+
"AutoScalingConfigurationArn": {},
|
258
|
+
"DeleteAllRevisions": {
|
259
|
+
"type": "boolean"
|
260
|
+
}
|
258
261
|
}
|
259
262
|
},
|
260
263
|
"output": {
|
@@ -283,7 +286,7 @@
|
|
283
286
|
"type": "structure",
|
284
287
|
"members": {
|
285
288
|
"Connection": {
|
286
|
-
"shape": "
|
289
|
+
"shape": "S12"
|
287
290
|
}
|
288
291
|
}
|
289
292
|
}
|
@@ -305,7 +308,7 @@
|
|
305
308
|
],
|
306
309
|
"members": {
|
307
310
|
"ObservabilityConfiguration": {
|
308
|
-
"shape": "
|
311
|
+
"shape": "S19"
|
309
312
|
}
|
310
313
|
}
|
311
314
|
}
|
@@ -328,7 +331,7 @@
|
|
328
331
|
],
|
329
332
|
"members": {
|
330
333
|
"Service": {
|
331
|
-
"shape": "
|
334
|
+
"shape": "S2j"
|
332
335
|
},
|
333
336
|
"OperationId": {}
|
334
337
|
}
|
@@ -351,7 +354,7 @@
|
|
351
354
|
],
|
352
355
|
"members": {
|
353
356
|
"VpcConnector": {
|
354
|
-
"shape": "
|
357
|
+
"shape": "S2s"
|
355
358
|
}
|
356
359
|
}
|
357
360
|
}
|
@@ -373,7 +376,7 @@
|
|
373
376
|
],
|
374
377
|
"members": {
|
375
378
|
"VpcIngressConnection": {
|
376
|
-
"shape": "
|
379
|
+
"shape": "S2y"
|
377
380
|
}
|
378
381
|
}
|
379
382
|
}
|
@@ -455,7 +458,7 @@
|
|
455
458
|
],
|
456
459
|
"members": {
|
457
460
|
"ObservabilityConfiguration": {
|
458
|
-
"shape": "
|
461
|
+
"shape": "S19"
|
459
462
|
}
|
460
463
|
}
|
461
464
|
}
|
@@ -477,7 +480,7 @@
|
|
477
480
|
],
|
478
481
|
"members": {
|
479
482
|
"Service": {
|
480
|
-
"shape": "
|
483
|
+
"shape": "S2j"
|
481
484
|
}
|
482
485
|
}
|
483
486
|
}
|
@@ -499,7 +502,7 @@
|
|
499
502
|
],
|
500
503
|
"members": {
|
501
504
|
"VpcConnector": {
|
502
|
-
"shape": "
|
505
|
+
"shape": "S2s"
|
503
506
|
}
|
504
507
|
}
|
505
508
|
}
|
@@ -521,7 +524,7 @@
|
|
521
524
|
],
|
522
525
|
"members": {
|
523
526
|
"VpcIngressConnection": {
|
524
|
-
"shape": "
|
527
|
+
"shape": "S2y"
|
525
528
|
}
|
526
529
|
}
|
527
530
|
}
|
@@ -581,7 +584,7 @@
|
|
581
584
|
"AutoScalingConfigurationSummaryList": {
|
582
585
|
"type": "list",
|
583
586
|
"member": {
|
584
|
-
"shape": "
|
587
|
+
"shape": "S2m"
|
585
588
|
}
|
586
589
|
},
|
587
590
|
"NextToken": {}
|
@@ -742,6 +745,34 @@
|
|
742
745
|
}
|
743
746
|
}
|
744
747
|
},
|
748
|
+
"ListServicesForAutoScalingConfiguration": {
|
749
|
+
"input": {
|
750
|
+
"type": "structure",
|
751
|
+
"required": [
|
752
|
+
"AutoScalingConfigurationArn"
|
753
|
+
],
|
754
|
+
"members": {
|
755
|
+
"AutoScalingConfigurationArn": {},
|
756
|
+
"MaxResults": {
|
757
|
+
"type": "integer"
|
758
|
+
},
|
759
|
+
"NextToken": {}
|
760
|
+
}
|
761
|
+
},
|
762
|
+
"output": {
|
763
|
+
"type": "structure",
|
764
|
+
"required": [
|
765
|
+
"ServiceArnList"
|
766
|
+
],
|
767
|
+
"members": {
|
768
|
+
"ServiceArnList": {
|
769
|
+
"type": "list",
|
770
|
+
"member": {}
|
771
|
+
},
|
772
|
+
"NextToken": {}
|
773
|
+
}
|
774
|
+
}
|
775
|
+
},
|
745
776
|
"ListTagsForResource": {
|
746
777
|
"input": {
|
747
778
|
"type": "structure",
|
@@ -780,7 +811,7 @@
|
|
780
811
|
"VpcConnectors": {
|
781
812
|
"type": "list",
|
782
813
|
"member": {
|
783
|
-
"shape": "
|
814
|
+
"shape": "S2s"
|
784
815
|
}
|
785
816
|
},
|
786
817
|
"NextToken": {}
|
@@ -841,7 +872,7 @@
|
|
841
872
|
],
|
842
873
|
"members": {
|
843
874
|
"Service": {
|
844
|
-
"shape": "
|
875
|
+
"shape": "S2j"
|
845
876
|
},
|
846
877
|
"OperationId": {}
|
847
878
|
}
|
@@ -864,7 +895,7 @@
|
|
864
895
|
],
|
865
896
|
"members": {
|
866
897
|
"Service": {
|
867
|
-
"shape": "
|
898
|
+
"shape": "S2j"
|
868
899
|
},
|
869
900
|
"OperationId": {}
|
870
901
|
}
|
@@ -929,6 +960,28 @@
|
|
929
960
|
"members": {}
|
930
961
|
}
|
931
962
|
},
|
963
|
+
"UpdateDefaultAutoScalingConfiguration": {
|
964
|
+
"input": {
|
965
|
+
"type": "structure",
|
966
|
+
"required": [
|
967
|
+
"AutoScalingConfigurationArn"
|
968
|
+
],
|
969
|
+
"members": {
|
970
|
+
"AutoScalingConfigurationArn": {}
|
971
|
+
}
|
972
|
+
},
|
973
|
+
"output": {
|
974
|
+
"type": "structure",
|
975
|
+
"required": [
|
976
|
+
"AutoScalingConfiguration"
|
977
|
+
],
|
978
|
+
"members": {
|
979
|
+
"AutoScalingConfiguration": {
|
980
|
+
"shape": "So"
|
981
|
+
}
|
982
|
+
}
|
983
|
+
}
|
984
|
+
},
|
932
985
|
"UpdateService": {
|
933
986
|
"input": {
|
934
987
|
"type": "structure",
|
@@ -938,20 +991,20 @@
|
|
938
991
|
"members": {
|
939
992
|
"ServiceArn": {},
|
940
993
|
"SourceConfiguration": {
|
941
|
-
"shape": "
|
994
|
+
"shape": "S1f"
|
942
995
|
},
|
943
996
|
"InstanceConfiguration": {
|
944
|
-
"shape": "
|
997
|
+
"shape": "S21"
|
945
998
|
},
|
946
999
|
"AutoScalingConfigurationArn": {},
|
947
1000
|
"HealthCheckConfiguration": {
|
948
|
-
"shape": "
|
1001
|
+
"shape": "S26"
|
949
1002
|
},
|
950
1003
|
"NetworkConfiguration": {
|
951
|
-
"shape": "
|
1004
|
+
"shape": "S2d"
|
952
1005
|
},
|
953
1006
|
"ObservabilityConfiguration": {
|
954
|
-
"shape": "
|
1007
|
+
"shape": "S2h"
|
955
1008
|
}
|
956
1009
|
}
|
957
1010
|
},
|
@@ -963,7 +1016,7 @@
|
|
963
1016
|
],
|
964
1017
|
"members": {
|
965
1018
|
"Service": {
|
966
|
-
"shape": "
|
1019
|
+
"shape": "S2j"
|
967
1020
|
},
|
968
1021
|
"OperationId": {}
|
969
1022
|
}
|
@@ -979,7 +1032,7 @@
|
|
979
1032
|
"members": {
|
980
1033
|
"VpcIngressConnectionArn": {},
|
981
1034
|
"IngressVpcConfiguration": {
|
982
|
-
"shape": "
|
1035
|
+
"shape": "S2w"
|
983
1036
|
}
|
984
1037
|
}
|
985
1038
|
},
|
@@ -990,7 +1043,7 @@
|
|
990
1043
|
],
|
991
1044
|
"members": {
|
992
1045
|
"VpcIngressConnection": {
|
993
|
-
"shape": "
|
1046
|
+
"shape": "S2y"
|
994
1047
|
}
|
995
1048
|
}
|
996
1049
|
}
|
@@ -1071,10 +1124,16 @@
|
|
1071
1124
|
},
|
1072
1125
|
"DeletedAt": {
|
1073
1126
|
"type": "timestamp"
|
1127
|
+
},
|
1128
|
+
"HasAssociatedService": {
|
1129
|
+
"type": "boolean"
|
1130
|
+
},
|
1131
|
+
"IsDefault": {
|
1132
|
+
"type": "boolean"
|
1074
1133
|
}
|
1075
1134
|
}
|
1076
1135
|
},
|
1077
|
-
"
|
1136
|
+
"S12": {
|
1078
1137
|
"type": "structure",
|
1079
1138
|
"members": {
|
1080
1139
|
"ConnectionName": {},
|
@@ -1086,7 +1145,7 @@
|
|
1086
1145
|
}
|
1087
1146
|
}
|
1088
1147
|
},
|
1089
|
-
"
|
1148
|
+
"S16": {
|
1090
1149
|
"type": "structure",
|
1091
1150
|
"required": [
|
1092
1151
|
"Vendor"
|
@@ -1095,13 +1154,13 @@
|
|
1095
1154
|
"Vendor": {}
|
1096
1155
|
}
|
1097
1156
|
},
|
1098
|
-
"
|
1157
|
+
"S19": {
|
1099
1158
|
"type": "structure",
|
1100
1159
|
"members": {
|
1101
1160
|
"ObservabilityConfigurationArn": {},
|
1102
1161
|
"ObservabilityConfigurationName": {},
|
1103
1162
|
"TraceConfiguration": {
|
1104
|
-
"shape": "
|
1163
|
+
"shape": "S16"
|
1105
1164
|
},
|
1106
1165
|
"ObservabilityConfigurationRevision": {
|
1107
1166
|
"type": "integer"
|
@@ -1118,7 +1177,7 @@
|
|
1118
1177
|
}
|
1119
1178
|
}
|
1120
1179
|
},
|
1121
|
-
"
|
1180
|
+
"S1f": {
|
1122
1181
|
"type": "structure",
|
1123
1182
|
"members": {
|
1124
1183
|
"CodeRepository": {
|
@@ -1159,14 +1218,14 @@
|
|
1159
1218
|
"sensitive": true
|
1160
1219
|
},
|
1161
1220
|
"StartCommand": {
|
1162
|
-
"shape": "
|
1221
|
+
"shape": "S1o"
|
1163
1222
|
},
|
1164
1223
|
"Port": {},
|
1165
1224
|
"RuntimeEnvironmentVariables": {
|
1166
|
-
"shape": "
|
1225
|
+
"shape": "S1p"
|
1167
1226
|
},
|
1168
1227
|
"RuntimeEnvironmentSecrets": {
|
1169
|
-
"shape": "
|
1228
|
+
"shape": "S1s"
|
1170
1229
|
}
|
1171
1230
|
}
|
1172
1231
|
}
|
@@ -1186,14 +1245,14 @@
|
|
1186
1245
|
"type": "structure",
|
1187
1246
|
"members": {
|
1188
1247
|
"RuntimeEnvironmentVariables": {
|
1189
|
-
"shape": "
|
1248
|
+
"shape": "S1p"
|
1190
1249
|
},
|
1191
1250
|
"StartCommand": {
|
1192
|
-
"shape": "
|
1251
|
+
"shape": "S1o"
|
1193
1252
|
},
|
1194
1253
|
"Port": {},
|
1195
1254
|
"RuntimeEnvironmentSecrets": {
|
1196
|
-
"shape": "
|
1255
|
+
"shape": "S1s"
|
1197
1256
|
}
|
1198
1257
|
}
|
1199
1258
|
},
|
@@ -1212,11 +1271,11 @@
|
|
1212
1271
|
}
|
1213
1272
|
}
|
1214
1273
|
},
|
1215
|
-
"
|
1274
|
+
"S1o": {
|
1216
1275
|
"type": "string",
|
1217
1276
|
"sensitive": true
|
1218
1277
|
},
|
1219
|
-
"
|
1278
|
+
"S1p": {
|
1220
1279
|
"type": "map",
|
1221
1280
|
"key": {
|
1222
1281
|
"type": "string",
|
@@ -1227,7 +1286,7 @@
|
|
1227
1286
|
"sensitive": true
|
1228
1287
|
}
|
1229
1288
|
},
|
1230
|
-
"
|
1289
|
+
"S1s": {
|
1231
1290
|
"type": "map",
|
1232
1291
|
"key": {
|
1233
1292
|
"type": "string",
|
@@ -1238,7 +1297,7 @@
|
|
1238
1297
|
"sensitive": true
|
1239
1298
|
}
|
1240
1299
|
},
|
1241
|
-
"
|
1300
|
+
"S21": {
|
1242
1301
|
"type": "structure",
|
1243
1302
|
"members": {
|
1244
1303
|
"Cpu": {},
|
@@ -1246,7 +1305,7 @@
|
|
1246
1305
|
"InstanceRoleArn": {}
|
1247
1306
|
}
|
1248
1307
|
},
|
1249
|
-
"
|
1308
|
+
"S24": {
|
1250
1309
|
"type": "structure",
|
1251
1310
|
"required": [
|
1252
1311
|
"KmsKey"
|
@@ -1255,7 +1314,7 @@
|
|
1255
1314
|
"KmsKey": {}
|
1256
1315
|
}
|
1257
1316
|
},
|
1258
|
-
"
|
1317
|
+
"S26": {
|
1259
1318
|
"type": "structure",
|
1260
1319
|
"members": {
|
1261
1320
|
"Protocol": {},
|
@@ -1274,7 +1333,7 @@
|
|
1274
1333
|
}
|
1275
1334
|
}
|
1276
1335
|
},
|
1277
|
-
"
|
1336
|
+
"S2d": {
|
1278
1337
|
"type": "structure",
|
1279
1338
|
"members": {
|
1280
1339
|
"EgressConfiguration": {
|
@@ -1294,7 +1353,7 @@
|
|
1294
1353
|
}
|
1295
1354
|
}
|
1296
1355
|
},
|
1297
|
-
"
|
1356
|
+
"S2h": {
|
1298
1357
|
"type": "structure",
|
1299
1358
|
"required": [
|
1300
1359
|
"ObservabilityEnabled"
|
@@ -1306,7 +1365,7 @@
|
|
1306
1365
|
"ObservabilityConfigurationArn": {}
|
1307
1366
|
}
|
1308
1367
|
},
|
1309
|
-
"
|
1368
|
+
"S2j": {
|
1310
1369
|
"type": "structure",
|
1311
1370
|
"required": [
|
1312
1371
|
"ServiceName",
|
@@ -1336,43 +1395,53 @@
|
|
1336
1395
|
},
|
1337
1396
|
"Status": {},
|
1338
1397
|
"SourceConfiguration": {
|
1339
|
-
"shape": "
|
1398
|
+
"shape": "S1f"
|
1340
1399
|
},
|
1341
1400
|
"InstanceConfiguration": {
|
1342
|
-
"shape": "
|
1401
|
+
"shape": "S21"
|
1343
1402
|
},
|
1344
1403
|
"EncryptionConfiguration": {
|
1345
|
-
"shape": "
|
1404
|
+
"shape": "S24"
|
1346
1405
|
},
|
1347
1406
|
"HealthCheckConfiguration": {
|
1348
|
-
"shape": "
|
1407
|
+
"shape": "S26"
|
1349
1408
|
},
|
1350
1409
|
"AutoScalingConfigurationSummary": {
|
1351
|
-
"shape": "
|
1410
|
+
"shape": "S2m"
|
1352
1411
|
},
|
1353
1412
|
"NetworkConfiguration": {
|
1354
|
-
"shape": "
|
1413
|
+
"shape": "S2d"
|
1355
1414
|
},
|
1356
1415
|
"ObservabilityConfiguration": {
|
1357
|
-
"shape": "
|
1416
|
+
"shape": "S2h"
|
1358
1417
|
}
|
1359
1418
|
}
|
1360
1419
|
},
|
1361
|
-
"
|
1420
|
+
"S2m": {
|
1362
1421
|
"type": "structure",
|
1363
1422
|
"members": {
|
1364
1423
|
"AutoScalingConfigurationArn": {},
|
1365
1424
|
"AutoScalingConfigurationName": {},
|
1366
1425
|
"AutoScalingConfigurationRevision": {
|
1367
1426
|
"type": "integer"
|
1427
|
+
},
|
1428
|
+
"Status": {},
|
1429
|
+
"CreatedAt": {
|
1430
|
+
"type": "timestamp"
|
1431
|
+
},
|
1432
|
+
"HasAssociatedService": {
|
1433
|
+
"type": "boolean"
|
1434
|
+
},
|
1435
|
+
"IsDefault": {
|
1436
|
+
"type": "boolean"
|
1368
1437
|
}
|
1369
1438
|
}
|
1370
1439
|
},
|
1371
|
-
"
|
1440
|
+
"S2q": {
|
1372
1441
|
"type": "list",
|
1373
1442
|
"member": {}
|
1374
1443
|
},
|
1375
|
-
"
|
1444
|
+
"S2s": {
|
1376
1445
|
"type": "structure",
|
1377
1446
|
"members": {
|
1378
1447
|
"VpcConnectorName": {},
|
@@ -1381,10 +1450,10 @@
|
|
1381
1450
|
"type": "integer"
|
1382
1451
|
},
|
1383
1452
|
"Subnets": {
|
1384
|
-
"shape": "
|
1453
|
+
"shape": "S2q"
|
1385
1454
|
},
|
1386
1455
|
"SecurityGroups": {
|
1387
|
-
"shape": "
|
1456
|
+
"shape": "S2q"
|
1388
1457
|
},
|
1389
1458
|
"Status": {},
|
1390
1459
|
"CreatedAt": {
|
@@ -1395,14 +1464,14 @@
|
|
1395
1464
|
}
|
1396
1465
|
}
|
1397
1466
|
},
|
1398
|
-
"
|
1467
|
+
"S2w": {
|
1399
1468
|
"type": "structure",
|
1400
1469
|
"members": {
|
1401
1470
|
"VpcId": {},
|
1402
1471
|
"VpcEndpointId": {}
|
1403
1472
|
}
|
1404
1473
|
},
|
1405
|
-
"
|
1474
|
+
"S2y": {
|
1406
1475
|
"type": "structure",
|
1407
1476
|
"members": {
|
1408
1477
|
"VpcIngressConnectionArn": {},
|
@@ -1412,7 +1481,7 @@
|
|
1412
1481
|
"AccountId": {},
|
1413
1482
|
"DomainName": {},
|
1414
1483
|
"IngressVpcConfiguration": {
|
1415
|
-
"shape": "
|
1484
|
+
"shape": "S2w"
|
1416
1485
|
},
|
1417
1486
|
"CreatedAt": {
|
1418
1487
|
"type": "timestamp"
|
@@ -30,6 +30,11 @@
|
|
30
30
|
"output_token": "NextToken",
|
31
31
|
"limit_key": "MaxResults"
|
32
32
|
},
|
33
|
+
"ListServicesForAutoScalingConfiguration": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "MaxResults"
|
37
|
+
},
|
33
38
|
"ListVpcConnectors": {
|
34
39
|
"input_token": "NextToken",
|
35
40
|
"output_token": "NextToken",
|