cdk-lambda-subminute 2.0.451 → 2.0.453
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/README.md +1 -1
- package/node_modules/aws-sdk/apis/application-signals-2024-04-15.min.json +15 -0
- package/node_modules/aws-sdk/apis/bedrock-runtime-2023-09-30.min.json +27 -5
- package/node_modules/aws-sdk/apis/codecommit-2015-04-13.min.json +7 -1
- package/node_modules/aws-sdk/apis/datazone-2018-05-10.min.json +68 -32
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.examples.json +186 -0
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.min.json +177 -20
- package/node_modules/aws-sdk/apis/ecr-2015-09-21.paginators.json +9 -0
- package/node_modules/aws-sdk/apis/eks-2017-11-01.min.json +81 -63
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.examples.json +33 -0
- package/node_modules/aws-sdk/apis/elasticloadbalancingv2-2015-12-01.min.json +113 -73
- package/node_modules/aws-sdk/apis/network-firewall-2020-11-12.min.json +7 -1
- package/node_modules/aws-sdk/apis/outposts-2019-12-03.min.json +11 -2
- package/node_modules/aws-sdk/apis/states-2016-11-23.min.json +163 -128
- package/node_modules/aws-sdk/clients/applicationautoscaling.d.ts +1 -1
- package/node_modules/aws-sdk/clients/applicationsignals.d.ts +29 -20
- package/node_modules/aws-sdk/clients/bedrockruntime.d.ts +11 -8
- package/node_modules/aws-sdk/clients/datazone.d.ts +36 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +4 -4
- package/node_modules/aws-sdk/clients/ecr.d.ts +242 -8
- package/node_modules/aws-sdk/clients/eks.d.ts +27 -2
- package/node_modules/aws-sdk/clients/elbv2.d.ts +54 -8
- package/node_modules/aws-sdk/clients/networkfirewall.d.ts +7 -7
- package/node_modules/aws-sdk/clients/outposts.d.ts +5 -0
- package/node_modules/aws-sdk/clients/stepfunctions.d.ts +67 -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 +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +309 -97
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +80 -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
@@ -12,7 +12,10 @@
|
|
12
12
|
"serviceId": "Elastic Load Balancing v2",
|
13
13
|
"signatureVersion": "v4",
|
14
14
|
"uid": "elasticloadbalancingv2-2015-12-01",
|
15
|
-
"xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/"
|
15
|
+
"xmlNamespace": "http://elasticloadbalancing.amazonaws.com/doc/2015-12-01/",
|
16
|
+
"auth": [
|
17
|
+
"aws.auth#sigv4"
|
18
|
+
]
|
16
19
|
},
|
17
20
|
"operations": {
|
18
21
|
"AddListenerCertificates": {
|
@@ -142,7 +145,7 @@
|
|
142
145
|
"type": "structure",
|
143
146
|
"members": {
|
144
147
|
"Listeners": {
|
145
|
-
"shape": "
|
148
|
+
"shape": "S2i"
|
146
149
|
}
|
147
150
|
}
|
148
151
|
}
|
@@ -156,13 +159,13 @@
|
|
156
159
|
"members": {
|
157
160
|
"Name": {},
|
158
161
|
"Subnets": {
|
159
|
-
"shape": "
|
162
|
+
"shape": "S2m"
|
160
163
|
},
|
161
164
|
"SubnetMappings": {
|
162
|
-
"shape": "
|
165
|
+
"shape": "S2o"
|
163
166
|
},
|
164
167
|
"SecurityGroups": {
|
165
|
-
"shape": "
|
168
|
+
"shape": "S2t"
|
166
169
|
},
|
167
170
|
"Scheme": {},
|
168
171
|
"Tags": {
|
@@ -178,7 +181,7 @@
|
|
178
181
|
"type": "structure",
|
179
182
|
"members": {
|
180
183
|
"LoadBalancers": {
|
181
|
-
"shape": "
|
184
|
+
"shape": "S30"
|
182
185
|
}
|
183
186
|
}
|
184
187
|
}
|
@@ -195,7 +198,7 @@
|
|
195
198
|
"members": {
|
196
199
|
"ListenerArn": {},
|
197
200
|
"Conditions": {
|
198
|
-
"shape": "
|
201
|
+
"shape": "S3i"
|
199
202
|
},
|
200
203
|
"Priority": {
|
201
204
|
"type": "integer"
|
@@ -213,7 +216,7 @@
|
|
213
216
|
"type": "structure",
|
214
217
|
"members": {
|
215
218
|
"Rules": {
|
216
|
-
"shape": "
|
219
|
+
"shape": "S3y"
|
217
220
|
}
|
218
221
|
}
|
219
222
|
}
|
@@ -251,7 +254,7 @@
|
|
251
254
|
"type": "integer"
|
252
255
|
},
|
253
256
|
"Matcher": {
|
254
|
-
"shape": "
|
257
|
+
"shape": "S4c"
|
255
258
|
},
|
256
259
|
"TargetType": {},
|
257
260
|
"Tags": {
|
@@ -265,7 +268,7 @@
|
|
265
268
|
"type": "structure",
|
266
269
|
"members": {
|
267
270
|
"TargetGroups": {
|
268
|
-
"shape": "
|
271
|
+
"shape": "S4i"
|
269
272
|
}
|
270
273
|
}
|
271
274
|
}
|
@@ -293,7 +296,7 @@
|
|
293
296
|
"type": "structure",
|
294
297
|
"members": {
|
295
298
|
"TrustStores": {
|
296
|
-
"shape": "
|
299
|
+
"shape": "S4o"
|
297
300
|
}
|
298
301
|
}
|
299
302
|
}
|
@@ -346,6 +349,24 @@
|
|
346
349
|
"members": {}
|
347
350
|
}
|
348
351
|
},
|
352
|
+
"DeleteSharedTrustStoreAssociation": {
|
353
|
+
"input": {
|
354
|
+
"type": "structure",
|
355
|
+
"required": [
|
356
|
+
"TrustStoreArn",
|
357
|
+
"ResourceArn"
|
358
|
+
],
|
359
|
+
"members": {
|
360
|
+
"TrustStoreArn": {},
|
361
|
+
"ResourceArn": {}
|
362
|
+
}
|
363
|
+
},
|
364
|
+
"output": {
|
365
|
+
"resultWrapper": "DeleteSharedTrustStoreAssociationResult",
|
366
|
+
"type": "structure",
|
367
|
+
"members": {}
|
368
|
+
}
|
369
|
+
},
|
349
370
|
"DeleteTargetGroup": {
|
350
371
|
"input": {
|
351
372
|
"type": "structure",
|
@@ -388,7 +409,7 @@
|
|
388
409
|
"members": {
|
389
410
|
"TargetGroupArn": {},
|
390
411
|
"Targets": {
|
391
|
-
"shape": "
|
412
|
+
"shape": "S56"
|
392
413
|
}
|
393
414
|
}
|
394
415
|
},
|
@@ -471,7 +492,7 @@
|
|
471
492
|
"type": "structure",
|
472
493
|
"members": {
|
473
494
|
"Listeners": {
|
474
|
-
"shape": "
|
495
|
+
"shape": "S2i"
|
475
496
|
},
|
476
497
|
"NextMarker": {}
|
477
498
|
}
|
@@ -492,7 +513,7 @@
|
|
492
513
|
"type": "structure",
|
493
514
|
"members": {
|
494
515
|
"Attributes": {
|
495
|
-
"shape": "
|
516
|
+
"shape": "S5p"
|
496
517
|
}
|
497
518
|
}
|
498
519
|
}
|
@@ -502,7 +523,7 @@
|
|
502
523
|
"type": "structure",
|
503
524
|
"members": {
|
504
525
|
"LoadBalancerArns": {
|
505
|
-
"shape": "
|
526
|
+
"shape": "S4k"
|
506
527
|
},
|
507
528
|
"Names": {
|
508
529
|
"type": "list",
|
@@ -519,7 +540,7 @@
|
|
519
540
|
"type": "structure",
|
520
541
|
"members": {
|
521
542
|
"LoadBalancers": {
|
522
|
-
"shape": "
|
543
|
+
"shape": "S30"
|
523
544
|
},
|
524
545
|
"NextMarker": {}
|
525
546
|
}
|
@@ -545,7 +566,7 @@
|
|
545
566
|
"type": "structure",
|
546
567
|
"members": {
|
547
568
|
"Rules": {
|
548
|
-
"shape": "
|
569
|
+
"shape": "S3y"
|
549
570
|
},
|
550
571
|
"NextMarker": {}
|
551
572
|
}
|
@@ -593,7 +614,7 @@
|
|
593
614
|
},
|
594
615
|
"Name": {},
|
595
616
|
"SupportedLoadBalancerTypes": {
|
596
|
-
"shape": "
|
617
|
+
"shape": "S3l"
|
597
618
|
}
|
598
619
|
}
|
599
620
|
}
|
@@ -648,7 +669,7 @@
|
|
648
669
|
"type": "structure",
|
649
670
|
"members": {
|
650
671
|
"Attributes": {
|
651
|
-
"shape": "
|
672
|
+
"shape": "S6g"
|
652
673
|
}
|
653
674
|
}
|
654
675
|
}
|
@@ -677,7 +698,7 @@
|
|
677
698
|
"type": "structure",
|
678
699
|
"members": {
|
679
700
|
"TargetGroups": {
|
680
|
-
"shape": "
|
701
|
+
"shape": "S4i"
|
681
702
|
},
|
682
703
|
"NextMarker": {}
|
683
704
|
}
|
@@ -692,7 +713,7 @@
|
|
692
713
|
"members": {
|
693
714
|
"TargetGroupArn": {},
|
694
715
|
"Targets": {
|
695
|
-
"shape": "
|
716
|
+
"shape": "S56"
|
696
717
|
},
|
697
718
|
"Include": {
|
698
719
|
"type": "list",
|
@@ -710,7 +731,7 @@
|
|
710
731
|
"type": "structure",
|
711
732
|
"members": {
|
712
733
|
"Target": {
|
713
|
-
"shape": "
|
734
|
+
"shape": "S57"
|
714
735
|
},
|
715
736
|
"HealthCheckPort": {},
|
716
737
|
"TargetHealth": {
|
@@ -774,7 +795,7 @@
|
|
774
795
|
"members": {
|
775
796
|
"TrustStoreArn": {},
|
776
797
|
"RevocationIds": {
|
777
|
-
"shape": "
|
798
|
+
"shape": "S77"
|
778
799
|
},
|
779
800
|
"Marker": {},
|
780
801
|
"PageSize": {
|
@@ -829,12 +850,30 @@
|
|
829
850
|
"type": "structure",
|
830
851
|
"members": {
|
831
852
|
"TrustStores": {
|
832
|
-
"shape": "
|
853
|
+
"shape": "S4o"
|
833
854
|
},
|
834
855
|
"NextMarker": {}
|
835
856
|
}
|
836
857
|
}
|
837
858
|
},
|
859
|
+
"GetResourcePolicy": {
|
860
|
+
"input": {
|
861
|
+
"type": "structure",
|
862
|
+
"required": [
|
863
|
+
"ResourceArn"
|
864
|
+
],
|
865
|
+
"members": {
|
866
|
+
"ResourceArn": {}
|
867
|
+
}
|
868
|
+
},
|
869
|
+
"output": {
|
870
|
+
"resultWrapper": "GetResourcePolicyResult",
|
871
|
+
"type": "structure",
|
872
|
+
"members": {
|
873
|
+
"Policy": {}
|
874
|
+
}
|
875
|
+
}
|
876
|
+
},
|
838
877
|
"GetTrustStoreCaCertificatesBundle": {
|
839
878
|
"input": {
|
840
879
|
"type": "structure",
|
@@ -907,7 +946,7 @@
|
|
907
946
|
"type": "structure",
|
908
947
|
"members": {
|
909
948
|
"Listeners": {
|
910
|
-
"shape": "
|
949
|
+
"shape": "S2i"
|
911
950
|
}
|
912
951
|
}
|
913
952
|
}
|
@@ -922,7 +961,7 @@
|
|
922
961
|
"members": {
|
923
962
|
"LoadBalancerArn": {},
|
924
963
|
"Attributes": {
|
925
|
-
"shape": "
|
964
|
+
"shape": "S5p"
|
926
965
|
}
|
927
966
|
}
|
928
967
|
},
|
@@ -931,7 +970,7 @@
|
|
931
970
|
"type": "structure",
|
932
971
|
"members": {
|
933
972
|
"Attributes": {
|
934
|
-
"shape": "
|
973
|
+
"shape": "S5p"
|
935
974
|
}
|
936
975
|
}
|
937
976
|
}
|
@@ -945,7 +984,7 @@
|
|
945
984
|
"members": {
|
946
985
|
"RuleArn": {},
|
947
986
|
"Conditions": {
|
948
|
-
"shape": "
|
987
|
+
"shape": "S3i"
|
949
988
|
},
|
950
989
|
"Actions": {
|
951
990
|
"shape": "Sy"
|
@@ -957,7 +996,7 @@
|
|
957
996
|
"type": "structure",
|
958
997
|
"members": {
|
959
998
|
"Rules": {
|
960
|
-
"shape": "
|
999
|
+
"shape": "S3y"
|
961
1000
|
}
|
962
1001
|
}
|
963
1002
|
}
|
@@ -989,7 +1028,7 @@
|
|
989
1028
|
"type": "integer"
|
990
1029
|
},
|
991
1030
|
"Matcher": {
|
992
|
-
"shape": "
|
1031
|
+
"shape": "S4c"
|
993
1032
|
}
|
994
1033
|
}
|
995
1034
|
},
|
@@ -998,7 +1037,7 @@
|
|
998
1037
|
"type": "structure",
|
999
1038
|
"members": {
|
1000
1039
|
"TargetGroups": {
|
1001
|
-
"shape": "
|
1040
|
+
"shape": "S4i"
|
1002
1041
|
}
|
1003
1042
|
}
|
1004
1043
|
}
|
@@ -1013,7 +1052,7 @@
|
|
1013
1052
|
"members": {
|
1014
1053
|
"TargetGroupArn": {},
|
1015
1054
|
"Attributes": {
|
1016
|
-
"shape": "
|
1055
|
+
"shape": "S6g"
|
1017
1056
|
}
|
1018
1057
|
}
|
1019
1058
|
},
|
@@ -1022,7 +1061,7 @@
|
|
1022
1061
|
"type": "structure",
|
1023
1062
|
"members": {
|
1024
1063
|
"Attributes": {
|
1025
|
-
"shape": "
|
1064
|
+
"shape": "S6g"
|
1026
1065
|
}
|
1027
1066
|
}
|
1028
1067
|
}
|
@@ -1047,7 +1086,7 @@
|
|
1047
1086
|
"type": "structure",
|
1048
1087
|
"members": {
|
1049
1088
|
"TrustStores": {
|
1050
|
-
"shape": "
|
1089
|
+
"shape": "S4o"
|
1051
1090
|
}
|
1052
1091
|
}
|
1053
1092
|
}
|
@@ -1062,7 +1101,7 @@
|
|
1062
1101
|
"members": {
|
1063
1102
|
"TargetGroupArn": {},
|
1064
1103
|
"Targets": {
|
1065
|
-
"shape": "
|
1104
|
+
"shape": "S56"
|
1066
1105
|
}
|
1067
1106
|
}
|
1068
1107
|
},
|
@@ -1125,7 +1164,7 @@
|
|
1125
1164
|
"members": {
|
1126
1165
|
"TrustStoreArn": {},
|
1127
1166
|
"RevocationIds": {
|
1128
|
-
"shape": "
|
1167
|
+
"shape": "S77"
|
1129
1168
|
}
|
1130
1169
|
}
|
1131
1170
|
},
|
@@ -1181,7 +1220,7 @@
|
|
1181
1220
|
"type": "structure",
|
1182
1221
|
"members": {
|
1183
1222
|
"Rules": {
|
1184
|
-
"shape": "
|
1223
|
+
"shape": "S3y"
|
1185
1224
|
}
|
1186
1225
|
}
|
1187
1226
|
}
|
@@ -1196,7 +1235,7 @@
|
|
1196
1235
|
"members": {
|
1197
1236
|
"LoadBalancerArn": {},
|
1198
1237
|
"SecurityGroups": {
|
1199
|
-
"shape": "
|
1238
|
+
"shape": "S2t"
|
1200
1239
|
},
|
1201
1240
|
"EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
|
1202
1241
|
}
|
@@ -1206,7 +1245,7 @@
|
|
1206
1245
|
"type": "structure",
|
1207
1246
|
"members": {
|
1208
1247
|
"SecurityGroupIds": {
|
1209
|
-
"shape": "
|
1248
|
+
"shape": "S2t"
|
1210
1249
|
},
|
1211
1250
|
"EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic": {}
|
1212
1251
|
}
|
@@ -1221,10 +1260,10 @@
|
|
1221
1260
|
"members": {
|
1222
1261
|
"LoadBalancerArn": {},
|
1223
1262
|
"Subnets": {
|
1224
|
-
"shape": "
|
1263
|
+
"shape": "S2m"
|
1225
1264
|
},
|
1226
1265
|
"SubnetMappings": {
|
1227
|
-
"shape": "
|
1266
|
+
"shape": "S2o"
|
1228
1267
|
},
|
1229
1268
|
"IpAddressType": {}
|
1230
1269
|
}
|
@@ -1234,7 +1273,7 @@
|
|
1234
1273
|
"type": "structure",
|
1235
1274
|
"members": {
|
1236
1275
|
"AvailabilityZones": {
|
1237
|
-
"shape": "
|
1276
|
+
"shape": "S39"
|
1238
1277
|
},
|
1239
1278
|
"IpAddressType": {}
|
1240
1279
|
}
|
@@ -1407,10 +1446,11 @@
|
|
1407
1446
|
"TrustStoreArn": {},
|
1408
1447
|
"IgnoreClientCertificateExpiry": {
|
1409
1448
|
"type": "boolean"
|
1410
|
-
}
|
1449
|
+
},
|
1450
|
+
"TrustStoreAssociationStatus": {}
|
1411
1451
|
}
|
1412
1452
|
},
|
1413
|
-
"
|
1453
|
+
"S2i": {
|
1414
1454
|
"type": "list",
|
1415
1455
|
"member": {
|
1416
1456
|
"type": "structure",
|
@@ -1437,11 +1477,11 @@
|
|
1437
1477
|
}
|
1438
1478
|
}
|
1439
1479
|
},
|
1440
|
-
"
|
1480
|
+
"S2m": {
|
1441
1481
|
"type": "list",
|
1442
1482
|
"member": {}
|
1443
1483
|
},
|
1444
|
-
"
|
1484
|
+
"S2o": {
|
1445
1485
|
"type": "list",
|
1446
1486
|
"member": {
|
1447
1487
|
"type": "structure",
|
@@ -1453,11 +1493,11 @@
|
|
1453
1493
|
}
|
1454
1494
|
}
|
1455
1495
|
},
|
1456
|
-
"
|
1496
|
+
"S2t": {
|
1457
1497
|
"type": "list",
|
1458
1498
|
"member": {}
|
1459
1499
|
},
|
1460
|
-
"
|
1500
|
+
"S30": {
|
1461
1501
|
"type": "list",
|
1462
1502
|
"member": {
|
1463
1503
|
"type": "structure",
|
@@ -1480,10 +1520,10 @@
|
|
1480
1520
|
},
|
1481
1521
|
"Type": {},
|
1482
1522
|
"AvailabilityZones": {
|
1483
|
-
"shape": "
|
1523
|
+
"shape": "S39"
|
1484
1524
|
},
|
1485
1525
|
"SecurityGroups": {
|
1486
|
-
"shape": "
|
1526
|
+
"shape": "S2t"
|
1487
1527
|
},
|
1488
1528
|
"IpAddressType": {},
|
1489
1529
|
"CustomerOwnedIpv4Pool": {},
|
@@ -1491,7 +1531,7 @@
|
|
1491
1531
|
}
|
1492
1532
|
}
|
1493
1533
|
},
|
1494
|
-
"
|
1534
|
+
"S39": {
|
1495
1535
|
"type": "list",
|
1496
1536
|
"member": {
|
1497
1537
|
"type": "structure",
|
@@ -1514,20 +1554,20 @@
|
|
1514
1554
|
}
|
1515
1555
|
}
|
1516
1556
|
},
|
1517
|
-
"
|
1557
|
+
"S3i": {
|
1518
1558
|
"type": "list",
|
1519
1559
|
"member": {
|
1520
1560
|
"type": "structure",
|
1521
1561
|
"members": {
|
1522
1562
|
"Field": {},
|
1523
1563
|
"Values": {
|
1524
|
-
"shape": "
|
1564
|
+
"shape": "S3l"
|
1525
1565
|
},
|
1526
1566
|
"HostHeaderConfig": {
|
1527
1567
|
"type": "structure",
|
1528
1568
|
"members": {
|
1529
1569
|
"Values": {
|
1530
|
-
"shape": "
|
1570
|
+
"shape": "S3l"
|
1531
1571
|
}
|
1532
1572
|
}
|
1533
1573
|
},
|
@@ -1535,7 +1575,7 @@
|
|
1535
1575
|
"type": "structure",
|
1536
1576
|
"members": {
|
1537
1577
|
"Values": {
|
1538
|
-
"shape": "
|
1578
|
+
"shape": "S3l"
|
1539
1579
|
}
|
1540
1580
|
}
|
1541
1581
|
},
|
@@ -1544,7 +1584,7 @@
|
|
1544
1584
|
"members": {
|
1545
1585
|
"HttpHeaderName": {},
|
1546
1586
|
"Values": {
|
1547
|
-
"shape": "
|
1587
|
+
"shape": "S3l"
|
1548
1588
|
}
|
1549
1589
|
}
|
1550
1590
|
},
|
@@ -1567,7 +1607,7 @@
|
|
1567
1607
|
"type": "structure",
|
1568
1608
|
"members": {
|
1569
1609
|
"Values": {
|
1570
|
-
"shape": "
|
1610
|
+
"shape": "S3l"
|
1571
1611
|
}
|
1572
1612
|
}
|
1573
1613
|
},
|
@@ -1575,18 +1615,18 @@
|
|
1575
1615
|
"type": "structure",
|
1576
1616
|
"members": {
|
1577
1617
|
"Values": {
|
1578
|
-
"shape": "
|
1618
|
+
"shape": "S3l"
|
1579
1619
|
}
|
1580
1620
|
}
|
1581
1621
|
}
|
1582
1622
|
}
|
1583
1623
|
}
|
1584
1624
|
},
|
1585
|
-
"
|
1625
|
+
"S3l": {
|
1586
1626
|
"type": "list",
|
1587
1627
|
"member": {}
|
1588
1628
|
},
|
1589
|
-
"
|
1629
|
+
"S3y": {
|
1590
1630
|
"type": "list",
|
1591
1631
|
"member": {
|
1592
1632
|
"type": "structure",
|
@@ -1594,7 +1634,7 @@
|
|
1594
1634
|
"RuleArn": {},
|
1595
1635
|
"Priority": {},
|
1596
1636
|
"Conditions": {
|
1597
|
-
"shape": "
|
1637
|
+
"shape": "S3i"
|
1598
1638
|
},
|
1599
1639
|
"Actions": {
|
1600
1640
|
"shape": "Sy"
|
@@ -1605,14 +1645,14 @@
|
|
1605
1645
|
}
|
1606
1646
|
}
|
1607
1647
|
},
|
1608
|
-
"
|
1648
|
+
"S4c": {
|
1609
1649
|
"type": "structure",
|
1610
1650
|
"members": {
|
1611
1651
|
"HttpCode": {},
|
1612
1652
|
"GrpcCode": {}
|
1613
1653
|
}
|
1614
1654
|
},
|
1615
|
-
"
|
1655
|
+
"S4i": {
|
1616
1656
|
"type": "list",
|
1617
1657
|
"member": {
|
1618
1658
|
"type": "structure",
|
@@ -1643,10 +1683,10 @@
|
|
1643
1683
|
},
|
1644
1684
|
"HealthCheckPath": {},
|
1645
1685
|
"Matcher": {
|
1646
|
-
"shape": "
|
1686
|
+
"shape": "S4c"
|
1647
1687
|
},
|
1648
1688
|
"LoadBalancerArns": {
|
1649
|
-
"shape": "
|
1689
|
+
"shape": "S4k"
|
1650
1690
|
},
|
1651
1691
|
"TargetType": {},
|
1652
1692
|
"ProtocolVersion": {},
|
@@ -1654,11 +1694,11 @@
|
|
1654
1694
|
}
|
1655
1695
|
}
|
1656
1696
|
},
|
1657
|
-
"
|
1697
|
+
"S4k": {
|
1658
1698
|
"type": "list",
|
1659
1699
|
"member": {}
|
1660
1700
|
},
|
1661
|
-
"
|
1701
|
+
"S4o": {
|
1662
1702
|
"type": "list",
|
1663
1703
|
"member": {
|
1664
1704
|
"type": "structure",
|
@@ -1675,13 +1715,13 @@
|
|
1675
1715
|
}
|
1676
1716
|
}
|
1677
1717
|
},
|
1678
|
-
"
|
1718
|
+
"S56": {
|
1679
1719
|
"type": "list",
|
1680
1720
|
"member": {
|
1681
|
-
"shape": "
|
1721
|
+
"shape": "S57"
|
1682
1722
|
}
|
1683
1723
|
},
|
1684
|
-
"
|
1724
|
+
"S57": {
|
1685
1725
|
"type": "structure",
|
1686
1726
|
"required": [
|
1687
1727
|
"Id"
|
@@ -1694,7 +1734,7 @@
|
|
1694
1734
|
"AvailabilityZone": {}
|
1695
1735
|
}
|
1696
1736
|
},
|
1697
|
-
"
|
1737
|
+
"S5p": {
|
1698
1738
|
"type": "list",
|
1699
1739
|
"member": {
|
1700
1740
|
"type": "structure",
|
@@ -1704,7 +1744,7 @@
|
|
1704
1744
|
}
|
1705
1745
|
}
|
1706
1746
|
},
|
1707
|
-
"
|
1747
|
+
"S6g": {
|
1708
1748
|
"type": "list",
|
1709
1749
|
"member": {
|
1710
1750
|
"type": "structure",
|
@@ -1714,7 +1754,7 @@
|
|
1714
1754
|
}
|
1715
1755
|
}
|
1716
1756
|
},
|
1717
|
-
"
|
1757
|
+
"S77": {
|
1718
1758
|
"type": "list",
|
1719
1759
|
"member": {
|
1720
1760
|
"type": "long"
|
@@ -5,13 +5,19 @@
|
|
5
5
|
"endpointPrefix": "network-firewall",
|
6
6
|
"jsonVersion": "1.0",
|
7
7
|
"protocol": "json",
|
8
|
+
"protocols": [
|
9
|
+
"json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Network Firewall",
|
9
12
|
"serviceFullName": "AWS Network Firewall",
|
10
13
|
"serviceId": "Network Firewall",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "network-firewall",
|
13
16
|
"targetPrefix": "NetworkFirewall_20201112",
|
14
|
-
"uid": "network-firewall-2020-11-12"
|
17
|
+
"uid": "network-firewall-2020-11-12",
|
18
|
+
"auth": [
|
19
|
+
"aws.auth#sigv4"
|
20
|
+
]
|
15
21
|
},
|
16
22
|
"operations": {
|
17
23
|
"AssociateFirewallPolicy": {
|
@@ -5,12 +5,18 @@
|
|
5
5
|
"endpointPrefix": "outposts",
|
6
6
|
"jsonVersion": "1.1",
|
7
7
|
"protocol": "rest-json",
|
8
|
+
"protocols": [
|
9
|
+
"rest-json"
|
10
|
+
],
|
8
11
|
"serviceAbbreviation": "Outposts",
|
9
12
|
"serviceFullName": "AWS Outposts",
|
10
13
|
"serviceId": "Outposts",
|
11
14
|
"signatureVersion": "v4",
|
12
15
|
"signingName": "outposts",
|
13
|
-
"uid": "outposts-2019-12-03"
|
16
|
+
"uid": "outposts-2019-12-03",
|
17
|
+
"auth": [
|
18
|
+
"aws.auth#sigv4"
|
19
|
+
]
|
14
20
|
},
|
15
21
|
"operations": {
|
16
22
|
"CancelCapacityTask": {
|
@@ -1340,7 +1346,10 @@
|
|
1340
1346
|
"member": {
|
1341
1347
|
"type": "structure",
|
1342
1348
|
"members": {
|
1343
|
-
"InstanceType": {}
|
1349
|
+
"InstanceType": {},
|
1350
|
+
"VCPUs": {
|
1351
|
+
"type": "integer"
|
1352
|
+
}
|
1344
1353
|
}
|
1345
1354
|
}
|
1346
1355
|
}
|