aws-sdk 2.1102.0 → 2.1105.0

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.
Files changed (40) hide show
  1. package/CHANGELOG.md +18 -1
  2. package/README.md +1 -1
  3. package/apis/ec2-2016-11-15.min.json +863 -807
  4. package/apis/fms-2018-01-01.min.json +210 -83
  5. package/apis/fms-2018-01-01.paginators.json +6 -0
  6. package/apis/fsx-2018-03-01.min.json +3 -0
  7. package/apis/grafana-2020-08-18.min.json +117 -19
  8. package/apis/iot-data-2015-05-28.min.json +1 -1
  9. package/apis/metadata.json +4 -0
  10. package/apis/organizations-2016-11-28.min.json +77 -62
  11. package/apis/pinpoint-sms-voice-v2-2022-03-31.examples.json +5 -0
  12. package/apis/pinpoint-sms-voice-v2-2022-03-31.min.json +1681 -0
  13. package/apis/pinpoint-sms-voice-v2-2022-03-31.paginators.json +70 -0
  14. package/apis/pinpoint-sms-voice-v2-2022-03-31.waiters2.json +5 -0
  15. package/apis/route53-recovery-cluster-2019-12-02.min.json +39 -4
  16. package/apis/route53-recovery-cluster-2019-12-02.paginators.json +6 -0
  17. package/apis/workspaces-2015-04-08.min.json +195 -27
  18. package/clients/all.d.ts +1 -0
  19. package/clients/all.js +2 -1
  20. package/clients/auditmanager.d.ts +4 -4
  21. package/clients/cloudcontrol.d.ts +22 -22
  22. package/clients/databrew.d.ts +3 -3
  23. package/clients/ec2.d.ts +77 -3
  24. package/clients/fms.d.ts +222 -8
  25. package/clients/fsx.d.ts +12 -8
  26. package/clients/grafana.d.ts +81 -5
  27. package/clients/iot.d.ts +13 -13
  28. package/clients/iotdata.d.ts +7 -7
  29. package/clients/organizations.d.ts +144 -129
  30. package/clients/pinpointsmsvoicev2.d.ts +2367 -0
  31. package/clients/pinpointsmsvoicev2.js +19 -0
  32. package/clients/route53recoverycluster.d.ts +75 -12
  33. package/clients/workspaces.d.ts +239 -0
  34. package/dist/aws-sdk-core-react-native.js +2 -2
  35. package/dist/aws-sdk-react-native.js +58 -14
  36. package/dist/aws-sdk.js +871 -811
  37. package/dist/aws-sdk.min.js +69 -69
  38. package/lib/config_service_placeholders.d.ts +2 -0
  39. package/lib/core.js +1 -1
  40. package/package.json +1 -1
@@ -24,6 +24,23 @@
24
24
  }
25
25
  }
26
26
  },
27
+ "AssociateThirdPartyFirewall": {
28
+ "input": {
29
+ "type": "structure",
30
+ "required": [
31
+ "ThirdPartyFirewall"
32
+ ],
33
+ "members": {
34
+ "ThirdPartyFirewall": {}
35
+ }
36
+ },
37
+ "output": {
38
+ "type": "structure",
39
+ "members": {
40
+ "ThirdPartyFirewallStatus": {}
41
+ }
42
+ }
43
+ },
27
44
  "DeleteAppsList": {
28
45
  "input": {
29
46
  "type": "structure",
@@ -72,6 +89,23 @@
72
89
  "members": {}
73
90
  }
74
91
  },
92
+ "DisassociateThirdPartyFirewall": {
93
+ "input": {
94
+ "type": "structure",
95
+ "required": [
96
+ "ThirdPartyFirewall"
97
+ ],
98
+ "members": {
99
+ "ThirdPartyFirewall": {}
100
+ }
101
+ },
102
+ "output": {
103
+ "type": "structure",
104
+ "members": {
105
+ "ThirdPartyFirewallStatus": {}
106
+ }
107
+ }
108
+ },
75
109
  "GetAdminAccount": {
76
110
  "input": {
77
111
  "type": "structure",
@@ -102,7 +136,7 @@
102
136
  "type": "structure",
103
137
  "members": {
104
138
  "AppsList": {
105
- "shape": "Sg"
139
+ "shape": "Sm"
106
140
  },
107
141
  "AppsListArn": {}
108
142
  }
@@ -152,7 +186,7 @@
152
186
  "type": "timestamp"
153
187
  },
154
188
  "IssueInfoMap": {
155
- "shape": "S11"
189
+ "shape": "S17"
156
190
  }
157
191
  }
158
192
  }
@@ -186,7 +220,7 @@
186
220
  "type": "structure",
187
221
  "members": {
188
222
  "Policy": {
189
- "shape": "S18"
223
+ "shape": "S1e"
190
224
  },
191
225
  "PolicyArn": {}
192
226
  }
@@ -240,12 +274,30 @@
240
274
  "type": "structure",
241
275
  "members": {
242
276
  "ProtocolsList": {
243
- "shape": "S1w"
277
+ "shape": "S23"
244
278
  },
245
279
  "ProtocolsListArn": {}
246
280
  }
247
281
  }
248
282
  },
283
+ "GetThirdPartyFirewallAssociationStatus": {
284
+ "input": {
285
+ "type": "structure",
286
+ "required": [
287
+ "ThirdPartyFirewall"
288
+ ],
289
+ "members": {
290
+ "ThirdPartyFirewall": {}
291
+ }
292
+ },
293
+ "output": {
294
+ "type": "structure",
295
+ "members": {
296
+ "ThirdPartyFirewallStatus": {},
297
+ "MarketplaceOnboardingStatus": {}
298
+ }
299
+ }
300
+ },
249
301
  "GetViolationDetails": {
250
302
  "input": {
251
303
  "type": "structure",
@@ -333,7 +385,7 @@
333
385
  }
334
386
  },
335
387
  "AwsEc2NetworkInterfaceViolation": {
336
- "shape": "S2h"
388
+ "shape": "S2r"
337
389
  },
338
390
  "AwsEc2InstanceViolation": {
339
391
  "type": "structure",
@@ -342,7 +394,7 @@
342
394
  "AwsEc2NetworkInterfaceViolations": {
343
395
  "type": "list",
344
396
  "member": {
345
- "shape": "S2h"
397
+ "shape": "S2r"
346
398
  }
347
399
  }
348
400
  }
@@ -380,10 +432,10 @@
380
432
  "members": {
381
433
  "ViolationTarget": {},
382
434
  "CurrentPolicyDescription": {
383
- "shape": "S2p"
435
+ "shape": "S2z"
384
436
  },
385
437
  "ExpectedPolicyDescription": {
386
- "shape": "S2p"
438
+ "shape": "S2z"
387
439
  }
388
440
  }
389
441
  },
@@ -394,7 +446,7 @@
394
446
  "SubnetAvailabilityZone": {},
395
447
  "RouteTableId": {},
396
448
  "ViolatingRoutes": {
397
- "shape": "S2z"
449
+ "shape": "S39"
398
450
  },
399
451
  "IsRouteTableUsedInDifferentAZ": {
400
452
  "type": "boolean"
@@ -403,18 +455,18 @@
403
455
  "ExpectedFirewallEndpoint": {},
404
456
  "FirewallSubnetId": {},
405
457
  "ExpectedFirewallSubnetRoutes": {
406
- "shape": "S33"
458
+ "shape": "S3d"
407
459
  },
408
460
  "ActualFirewallSubnetRoutes": {
409
- "shape": "S2z"
461
+ "shape": "S39"
410
462
  },
411
463
  "InternetGatewayId": {},
412
464
  "CurrentInternetGatewayRouteTable": {},
413
465
  "ExpectedInternetGatewayRoutes": {
414
- "shape": "S33"
466
+ "shape": "S3d"
415
467
  },
416
468
  "ActualInternetGatewayRoutes": {
417
- "shape": "S2z"
469
+ "shape": "S39"
418
470
  },
419
471
  "VpcId": {}
420
472
  }
@@ -423,14 +475,14 @@
423
475
  "type": "structure",
424
476
  "members": {
425
477
  "AffectedSubnets": {
426
- "shape": "S2i"
478
+ "shape": "S2s"
427
479
  },
428
480
  "RouteTableId": {},
429
481
  "IsRouteTableUsedInDifferentAZ": {
430
482
  "type": "boolean"
431
483
  },
432
484
  "ViolatingRoute": {
433
- "shape": "S30"
485
+ "shape": "S3a"
434
486
  },
435
487
  "CurrentFirewallSubnetRouteTable": {},
436
488
  "ExpectedFirewallEndpoint": {},
@@ -438,18 +490,18 @@
438
490
  "ExpectedFirewallSubnetId": {},
439
491
  "ActualFirewallSubnetId": {},
440
492
  "ExpectedFirewallSubnetRoutes": {
441
- "shape": "S33"
493
+ "shape": "S3d"
442
494
  },
443
495
  "ActualFirewallSubnetRoutes": {
444
- "shape": "S2z"
496
+ "shape": "S39"
445
497
  },
446
498
  "InternetGatewayId": {},
447
499
  "CurrentInternetGatewayRouteTable": {},
448
500
  "ExpectedInternetGatewayRoutes": {
449
- "shape": "S33"
501
+ "shape": "S3d"
450
502
  },
451
503
  "ActualInternetGatewayRoutes": {
452
- "shape": "S2z"
504
+ "shape": "S39"
453
505
  },
454
506
  "VpcId": {}
455
507
  }
@@ -461,7 +513,7 @@
461
513
  "RouteTableId": {},
462
514
  "VpcId": {},
463
515
  "ViolatingRoutes": {
464
- "shape": "S2z"
516
+ "shape": "S39"
465
517
  }
466
518
  }
467
519
  },
@@ -470,7 +522,7 @@
470
522
  "members": {
471
523
  "FirewallSubnetId": {},
472
524
  "ViolatingRoutes": {
473
- "shape": "S2z"
525
+ "shape": "S39"
474
526
  },
475
527
  "RouteTableId": {},
476
528
  "FirewallEndpoint": {},
@@ -482,7 +534,7 @@
482
534
  "members": {
483
535
  "GatewayId": {},
484
536
  "ViolatingRoutes": {
485
- "shape": "S2z"
537
+ "shape": "S39"
486
538
  },
487
539
  "RouteTableId": {},
488
540
  "VpcId": {}
@@ -493,7 +545,7 @@
493
545
  "members": {
494
546
  "ViolationTarget": {},
495
547
  "ExpectedRoutes": {
496
- "shape": "S33"
548
+ "shape": "S3d"
497
549
  },
498
550
  "VpcId": {}
499
551
  }
@@ -565,13 +617,13 @@
565
617
  "DestinationPrefixListId": {},
566
618
  "DestinationIpv6CidrBlock": {},
567
619
  "VpcEndpointId": {
568
- "shape": "S3o"
620
+ "shape": "S3y"
569
621
  },
570
622
  "GatewayId": {
571
- "shape": "S3o"
623
+ "shape": "S3y"
572
624
  },
573
625
  "RouteTableId": {
574
- "shape": "S3o"
626
+ "shape": "S3y"
575
627
  }
576
628
  }
577
629
  },
@@ -586,10 +638,10 @@
586
638
  "DestinationPrefixListId": {},
587
639
  "DestinationIpv6CidrBlock": {},
588
640
  "GatewayId": {
589
- "shape": "S3o"
641
+ "shape": "S3y"
590
642
  },
591
643
  "RouteTableId": {
592
- "shape": "S3o"
644
+ "shape": "S3y"
593
645
  }
594
646
  }
595
647
  },
@@ -604,7 +656,7 @@
604
656
  "DestinationPrefixListId": {},
605
657
  "DestinationIpv6CidrBlock": {},
606
658
  "RouteTableId": {
607
- "shape": "S3o"
659
+ "shape": "S3y"
608
660
  }
609
661
  }
610
662
  },
@@ -617,10 +669,10 @@
617
669
  "members": {
618
670
  "Description": {},
619
671
  "VpcId": {
620
- "shape": "S3o"
672
+ "shape": "S3y"
621
673
  },
622
674
  "RouteTableId": {
623
- "shape": "S3o"
675
+ "shape": "S3y"
624
676
  }
625
677
  }
626
678
  },
@@ -633,10 +685,10 @@
633
685
  "members": {
634
686
  "Description": {},
635
687
  "AssociationId": {
636
- "shape": "S3o"
688
+ "shape": "S3y"
637
689
  },
638
690
  "RouteTableId": {
639
- "shape": "S3o"
691
+ "shape": "S3y"
640
692
  }
641
693
  }
642
694
  },
@@ -648,13 +700,13 @@
648
700
  "members": {
649
701
  "Description": {},
650
702
  "RouteTableId": {
651
- "shape": "S3o"
703
+ "shape": "S3y"
652
704
  },
653
705
  "SubnetId": {
654
- "shape": "S3o"
706
+ "shape": "S3y"
655
707
  },
656
708
  "GatewayId": {
657
- "shape": "S3o"
709
+ "shape": "S3y"
658
710
  }
659
711
  }
660
712
  },
@@ -666,7 +718,7 @@
666
718
  "members": {
667
719
  "Description": {},
668
720
  "VpcId": {
669
- "shape": "S3o"
721
+ "shape": "S3y"
670
722
  }
671
723
  }
672
724
  },
@@ -710,27 +762,64 @@
710
762
  "VpcId": {},
711
763
  "RouteTableId": {},
712
764
  "ViolatingRoutes": {
713
- "shape": "S2z"
765
+ "shape": "S39"
714
766
  },
715
767
  "SubnetAvailabilityZone": {},
716
768
  "SubnetAvailabilityZoneId": {},
717
769
  "CurrentFirewallSubnetRouteTable": {},
718
770
  "FirewallSubnetId": {},
719
771
  "FirewallSubnetRoutes": {
720
- "shape": "S2z"
772
+ "shape": "S39"
721
773
  },
722
774
  "InternetGatewayId": {},
723
775
  "CurrentInternetGatewayRouteTable": {},
724
776
  "InternetGatewayRoutes": {
725
- "shape": "S2z"
777
+ "shape": "S39"
726
778
  }
727
779
  }
780
+ },
781
+ "ThirdPartyFirewallMissingFirewallViolation": {
782
+ "type": "structure",
783
+ "members": {
784
+ "ViolationTarget": {},
785
+ "VPC": {},
786
+ "AvailabilityZone": {},
787
+ "TargetViolationReason": {}
788
+ }
789
+ },
790
+ "ThirdPartyFirewallMissingSubnetViolation": {
791
+ "type": "structure",
792
+ "members": {
793
+ "ViolationTarget": {},
794
+ "VPC": {},
795
+ "AvailabilityZone": {},
796
+ "TargetViolationReason": {}
797
+ }
798
+ },
799
+ "ThirdPartyFirewallMissingExpectedRouteTableViolation": {
800
+ "type": "structure",
801
+ "members": {
802
+ "ViolationTarget": {},
803
+ "VPC": {},
804
+ "AvailabilityZone": {},
805
+ "CurrentRouteTable": {},
806
+ "ExpectedRouteTable": {}
807
+ }
808
+ },
809
+ "FirewallSubnetMissingVPCEndpointViolation": {
810
+ "type": "structure",
811
+ "members": {
812
+ "FirewallSubnetId": {},
813
+ "VpcId": {},
814
+ "SubnetAvailabilityZone": {},
815
+ "SubnetAvailabilityZoneId": {}
816
+ }
728
817
  }
729
818
  }
730
819
  }
731
820
  },
732
821
  "ResourceTags": {
733
- "shape": "S3y"
822
+ "shape": "S4c"
734
823
  },
735
824
  "ResourceDescription": {}
736
825
  }
@@ -766,7 +855,7 @@
766
855
  "ListId": {},
767
856
  "ListName": {},
768
857
  "AppsList": {
769
- "shape": "Sk"
858
+ "shape": "Sq"
770
859
  }
771
860
  }
772
861
  }
@@ -820,7 +909,7 @@
820
909
  "type": "timestamp"
821
910
  },
822
911
  "IssueInfoMap": {
823
- "shape": "S11"
912
+ "shape": "S17"
824
913
  }
825
914
  }
826
915
  }
@@ -914,7 +1003,7 @@
914
1003
  "ListId": {},
915
1004
  "ListName": {},
916
1005
  "ProtocolsList": {
917
- "shape": "S1x"
1006
+ "shape": "S24"
918
1007
  }
919
1008
  }
920
1009
  }
@@ -937,11 +1026,43 @@
937
1026
  "type": "structure",
938
1027
  "members": {
939
1028
  "TagList": {
940
- "shape": "S3y"
1029
+ "shape": "S4c"
941
1030
  }
942
1031
  }
943
1032
  }
944
1033
  },
1034
+ "ListThirdPartyFirewallFirewallPolicies": {
1035
+ "input": {
1036
+ "type": "structure",
1037
+ "required": [
1038
+ "ThirdPartyFirewall",
1039
+ "MaxResults"
1040
+ ],
1041
+ "members": {
1042
+ "ThirdPartyFirewall": {},
1043
+ "NextToken": {},
1044
+ "MaxResults": {
1045
+ "type": "integer"
1046
+ }
1047
+ }
1048
+ },
1049
+ "output": {
1050
+ "type": "structure",
1051
+ "members": {
1052
+ "ThirdPartyFirewallFirewallPolicies": {
1053
+ "type": "list",
1054
+ "member": {
1055
+ "type": "structure",
1056
+ "members": {
1057
+ "FirewallPolicyId": {},
1058
+ "FirewallPolicyName": {}
1059
+ }
1060
+ }
1061
+ },
1062
+ "NextToken": {}
1063
+ }
1064
+ }
1065
+ },
945
1066
  "PutAppsList": {
946
1067
  "input": {
947
1068
  "type": "structure",
@@ -950,10 +1071,10 @@
950
1071
  ],
951
1072
  "members": {
952
1073
  "AppsList": {
953
- "shape": "Sg"
1074
+ "shape": "Sm"
954
1075
  },
955
1076
  "TagList": {
956
- "shape": "S3y"
1077
+ "shape": "S4c"
957
1078
  }
958
1079
  }
959
1080
  },
@@ -961,7 +1082,7 @@
961
1082
  "type": "structure",
962
1083
  "members": {
963
1084
  "AppsList": {
964
- "shape": "Sg"
1085
+ "shape": "Sm"
965
1086
  },
966
1087
  "AppsListArn": {}
967
1088
  }
@@ -988,10 +1109,10 @@
988
1109
  ],
989
1110
  "members": {
990
1111
  "Policy": {
991
- "shape": "S18"
1112
+ "shape": "S1e"
992
1113
  },
993
1114
  "TagList": {
994
- "shape": "S3y"
1115
+ "shape": "S4c"
995
1116
  }
996
1117
  }
997
1118
  },
@@ -999,7 +1120,7 @@
999
1120
  "type": "structure",
1000
1121
  "members": {
1001
1122
  "Policy": {
1002
- "shape": "S18"
1123
+ "shape": "S1e"
1003
1124
  },
1004
1125
  "PolicyArn": {}
1005
1126
  }
@@ -1013,10 +1134,10 @@
1013
1134
  ],
1014
1135
  "members": {
1015
1136
  "ProtocolsList": {
1016
- "shape": "S1w"
1137
+ "shape": "S23"
1017
1138
  },
1018
1139
  "TagList": {
1019
- "shape": "S3y"
1140
+ "shape": "S4c"
1020
1141
  }
1021
1142
  }
1022
1143
  },
@@ -1024,7 +1145,7 @@
1024
1145
  "type": "structure",
1025
1146
  "members": {
1026
1147
  "ProtocolsList": {
1027
- "shape": "S1w"
1148
+ "shape": "S23"
1028
1149
  },
1029
1150
  "ProtocolsListArn": {}
1030
1151
  }
@@ -1040,7 +1161,7 @@
1040
1161
  "members": {
1041
1162
  "ResourceArn": {},
1042
1163
  "TagList": {
1043
- "shape": "S3y"
1164
+ "shape": "S4c"
1044
1165
  }
1045
1166
  }
1046
1167
  },
@@ -1071,7 +1192,7 @@
1071
1192
  }
1072
1193
  },
1073
1194
  "shapes": {
1074
- "Sg": {
1195
+ "Sm": {
1075
1196
  "type": "structure",
1076
1197
  "required": [
1077
1198
  "ListName",
@@ -1088,18 +1209,18 @@
1088
1209
  "type": "timestamp"
1089
1210
  },
1090
1211
  "AppsList": {
1091
- "shape": "Sk"
1212
+ "shape": "Sq"
1092
1213
  },
1093
1214
  "PreviousAppsList": {
1094
1215
  "type": "map",
1095
1216
  "key": {},
1096
1217
  "value": {
1097
- "shape": "Sk"
1218
+ "shape": "Sq"
1098
1219
  }
1099
1220
  }
1100
1221
  }
1101
1222
  },
1102
- "Sk": {
1223
+ "Sq": {
1103
1224
  "type": "list",
1104
1225
  "member": {
1105
1226
  "type": "structure",
@@ -1117,12 +1238,12 @@
1117
1238
  }
1118
1239
  }
1119
1240
  },
1120
- "S11": {
1241
+ "S17": {
1121
1242
  "type": "map",
1122
1243
  "key": {},
1123
1244
  "value": {}
1124
1245
  },
1125
- "S18": {
1246
+ "S1e": {
1126
1247
  "type": "structure",
1127
1248
  "required": [
1128
1249
  "PolicyName",
@@ -1151,6 +1272,12 @@
1151
1272
  "members": {
1152
1273
  "FirewallDeploymentModel": {}
1153
1274
  }
1275
+ },
1276
+ "ThirdPartyFirewallPolicy": {
1277
+ "type": "structure",
1278
+ "members": {
1279
+ "FirewallDeploymentModel": {}
1280
+ }
1154
1281
  }
1155
1282
  }
1156
1283
  }
@@ -1184,14 +1311,14 @@
1184
1311
  "type": "boolean"
1185
1312
  },
1186
1313
  "IncludeMap": {
1187
- "shape": "S1l"
1314
+ "shape": "S1s"
1188
1315
  },
1189
1316
  "ExcludeMap": {
1190
- "shape": "S1l"
1317
+ "shape": "S1s"
1191
1318
  }
1192
1319
  }
1193
1320
  },
1194
- "S1l": {
1321
+ "S1s": {
1195
1322
  "type": "map",
1196
1323
  "key": {},
1197
1324
  "value": {
@@ -1199,7 +1326,7 @@
1199
1326
  "member": {}
1200
1327
  }
1201
1328
  },
1202
- "S1w": {
1329
+ "S23": {
1203
1330
  "type": "structure",
1204
1331
  "required": [
1205
1332
  "ListName",
@@ -1216,35 +1343,35 @@
1216
1343
  "type": "timestamp"
1217
1344
  },
1218
1345
  "ProtocolsList": {
1219
- "shape": "S1x"
1346
+ "shape": "S24"
1220
1347
  },
1221
1348
  "PreviousProtocolsList": {
1222
1349
  "type": "map",
1223
1350
  "key": {},
1224
1351
  "value": {
1225
- "shape": "S1x"
1352
+ "shape": "S24"
1226
1353
  }
1227
1354
  }
1228
1355
  }
1229
1356
  },
1230
- "S1x": {
1357
+ "S24": {
1231
1358
  "type": "list",
1232
1359
  "member": {}
1233
1360
  },
1234
- "S2h": {
1361
+ "S2r": {
1235
1362
  "type": "structure",
1236
1363
  "members": {
1237
1364
  "ViolationTarget": {},
1238
1365
  "ViolatingSecurityGroups": {
1239
- "shape": "S2i"
1366
+ "shape": "S2s"
1240
1367
  }
1241
1368
  }
1242
1369
  },
1243
- "S2i": {
1370
+ "S2s": {
1244
1371
  "type": "list",
1245
1372
  "member": {}
1246
1373
  },
1247
- "S2p": {
1374
+ "S2z": {
1248
1375
  "type": "structure",
1249
1376
  "members": {
1250
1377
  "StatelessRuleGroups": {
@@ -1261,13 +1388,13 @@
1261
1388
  }
1262
1389
  },
1263
1390
  "StatelessDefaultActions": {
1264
- "shape": "S2u"
1391
+ "shape": "S34"
1265
1392
  },
1266
1393
  "StatelessFragmentDefaultActions": {
1267
- "shape": "S2u"
1394
+ "shape": "S34"
1268
1395
  },
1269
1396
  "StatelessCustomActions": {
1270
- "shape": "S2u"
1397
+ "shape": "S34"
1271
1398
  },
1272
1399
  "StatefulRuleGroups": {
1273
1400
  "type": "list",
@@ -1281,17 +1408,17 @@
1281
1408
  }
1282
1409
  }
1283
1410
  },
1284
- "S2u": {
1411
+ "S34": {
1285
1412
  "type": "list",
1286
1413
  "member": {}
1287
1414
  },
1288
- "S2z": {
1415
+ "S39": {
1289
1416
  "type": "list",
1290
1417
  "member": {
1291
- "shape": "S30"
1418
+ "shape": "S3a"
1292
1419
  }
1293
1420
  },
1294
- "S30": {
1421
+ "S3a": {
1295
1422
  "type": "structure",
1296
1423
  "members": {
1297
1424
  "DestinationType": {},
@@ -1300,7 +1427,7 @@
1300
1427
  "Target": {}
1301
1428
  }
1302
1429
  },
1303
- "S33": {
1430
+ "S3d": {
1304
1431
  "type": "list",
1305
1432
  "member": {
1306
1433
  "type": "structure",
@@ -1309,7 +1436,7 @@
1309
1436
  "PrefixListId": {},
1310
1437
  "IpV6Cidr": {},
1311
1438
  "ContributingSubnets": {
1312
- "shape": "S2i"
1439
+ "shape": "S2s"
1313
1440
  },
1314
1441
  "AllowedTargets": {
1315
1442
  "type": "list",
@@ -1319,14 +1446,14 @@
1319
1446
  }
1320
1447
  }
1321
1448
  },
1322
- "S3o": {
1449
+ "S3y": {
1323
1450
  "type": "structure",
1324
1451
  "members": {
1325
1452
  "ResourceId": {},
1326
1453
  "Description": {}
1327
1454
  }
1328
1455
  },
1329
- "S3y": {
1456
+ "S4c": {
1330
1457
  "type": "list",
1331
1458
  "member": {
1332
1459
  "type": "structure",