aws-sdk 2.1502.0 → 2.1503.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 (121) hide show
  1. package/CHANGELOG.md +41 -1
  2. package/README.md +1 -3
  3. package/apis/accessanalyzer-2019-11-01.min.json +423 -86
  4. package/apis/accessanalyzer-2019-11-01.paginators.json +12 -0
  5. package/apis/amp-2020-08-01.min.json +320 -3
  6. package/apis/amp-2020-08-01.paginators.json +6 -0
  7. package/apis/amp-2020-08-01.waiters2.json +33 -0
  8. package/apis/bcm-data-exports-2023-11-26.examples.json +5 -0
  9. package/apis/bcm-data-exports-2023-11-26.min.json +470 -0
  10. package/apis/bcm-data-exports-2023-11-26.paginators.json +22 -0
  11. package/apis/cloudtrail-2013-11-01.min.json +67 -24
  12. package/apis/codestar-connections-2019-12-01.min.json +590 -3
  13. package/apis/codestar-connections-2019-12-01.paginators.json +10 -0
  14. package/apis/compute-optimizer-2019-11-01.min.json +243 -39
  15. package/apis/config-2014-11-12.min.json +204 -169
  16. package/apis/controltower-2018-05-10.min.json +249 -13
  17. package/apis/controltower-2018-05-10.paginators.json +6 -0
  18. package/apis/cost-optimization-hub-2022-07-26.examples.json +5 -0
  19. package/apis/cost-optimization-hub-2022-07-26.min.json +757 -0
  20. package/apis/cost-optimization-hub-2022-07-26.paginators.json +22 -0
  21. package/apis/detective-2018-10-26.min.json +294 -0
  22. package/apis/ecs-2014-11-13.min.json +108 -107
  23. package/apis/eks-2017-11-01.min.json +211 -4
  24. package/apis/eks-2017-11-01.paginators.json +12 -0
  25. package/apis/eks-auth-2023-11-26.examples.json +5 -0
  26. package/apis/eks-auth-2023-11-26.min.json +104 -0
  27. package/apis/eks-auth-2023-11-26.paginators.json +4 -0
  28. package/apis/eks-auth-2023-11-26.waiters2.json +5 -0
  29. package/apis/elasticfilesystem-2015-02-01.min.json +5 -1
  30. package/apis/elasticfilesystem-2015-02-01.paginators.json +18 -3
  31. package/apis/elasticloadbalancingv2-2015-12-01.min.json +403 -75
  32. package/apis/elasticloadbalancingv2-2015-12-01.paginators.json +15 -0
  33. package/apis/freetier-2023-09-07.examples.json +5 -0
  34. package/apis/freetier-2023-09-07.min.json +105 -0
  35. package/apis/freetier-2023-09-07.paginators.json +10 -0
  36. package/apis/fsx-2018-03-01.min.json +259 -135
  37. package/apis/guardduty-2017-11-28.min.json +64 -0
  38. package/apis/iotfleetwise-2021-06-17.min.json +159 -33
  39. package/apis/lakeformation-2017-03-31.min.json +126 -35
  40. package/apis/logs-2014-03-28.min.json +310 -36
  41. package/apis/logs-2014-03-28.paginators.json +12 -0
  42. package/apis/managedblockchain-2018-09-24.min.json +58 -50
  43. package/apis/metadata.json +22 -0
  44. package/apis/models.lex.v2-2020-08-07.min.json +633 -331
  45. package/apis/models.lex.v2-2020-08-07.paginators.json +5 -0
  46. package/apis/personalize-2018-05-22.min.json +85 -52
  47. package/apis/personalize-events-2018-03-22.min.json +97 -5
  48. package/apis/personalize-runtime-2018-05-22.min.json +68 -11
  49. package/apis/quicksight-2018-04-01.min.json +398 -268
  50. package/apis/redshift-2012-12-01.min.json +14 -2
  51. package/apis/repostspace-2022-05-13.examples.json +5 -0
  52. package/apis/repostspace-2022-05-13.min.json +447 -0
  53. package/apis/repostspace-2022-05-13.paginators.json +10 -0
  54. package/apis/runtime.lex.v2-2020-08-07.min.json +25 -24
  55. package/apis/s3-2006-03-01.examples.json +142 -142
  56. package/apis/s3-2006-03-01.min.json +45 -0
  57. package/apis/s3control-2018-08-20.min.json +1330 -314
  58. package/apis/s3control-2018-08-20.paginators.json +15 -0
  59. package/apis/secretsmanager-2017-10-17.min.json +111 -50
  60. package/apis/secretsmanager-2017-10-17.paginators.json +5 -0
  61. package/apis/securityhub-2018-10-26.examples.json +93 -2
  62. package/apis/securityhub-2018-10-26.min.json +551 -300
  63. package/apis/states-2016-11-23.min.json +85 -0
  64. package/apis/transcribe-2017-10-26.min.json +49 -38
  65. package/apis/workspaces-2015-04-08.min.json +119 -96
  66. package/apis/workspaces-thin-client-2023-08-22.examples.json +5 -0
  67. package/apis/workspaces-thin-client-2023-08-22.min.json +777 -0
  68. package/apis/workspaces-thin-client-2023-08-22.paginators.json +22 -0
  69. package/clients/accessanalyzer.d.ts +374 -5
  70. package/clients/all.d.ts +6 -0
  71. package/clients/all.js +7 -1
  72. package/clients/amp.d.ts +322 -0
  73. package/clients/bcmdataexports.d.ts +589 -0
  74. package/clients/bcmdataexports.js +18 -0
  75. package/clients/cloudtrail.d.ts +76 -2
  76. package/clients/cloudwatchlogs.d.ts +413 -1
  77. package/clients/codestarconnections.d.ts +727 -0
  78. package/clients/computeoptimizer.d.ts +307 -6
  79. package/clients/configservice.d.ts +60 -11
  80. package/clients/controltower.d.ts +258 -20
  81. package/clients/costoptimizationhub.d.ts +1283 -0
  82. package/clients/costoptimizationhub.js +18 -0
  83. package/clients/detective.d.ts +469 -0
  84. package/clients/ecs.d.ts +10 -5
  85. package/clients/efs.d.ts +39 -30
  86. package/clients/eks.d.ts +237 -15
  87. package/clients/eksauth.d.ts +124 -0
  88. package/clients/eksauth.js +19 -0
  89. package/clients/elbv2.d.ts +433 -4
  90. package/clients/freetier.d.ts +149 -0
  91. package/clients/freetier.js +18 -0
  92. package/clients/fsx.d.ts +194 -21
  93. package/clients/guardduty.d.ts +82 -11
  94. package/clients/iotfleetwise.d.ts +198 -13
  95. package/clients/lakeformation.d.ts +118 -2
  96. package/clients/lexmodelsv2.d.ts +343 -2
  97. package/clients/lexruntimev2.d.ts +14 -9
  98. package/clients/managedblockchain.d.ts +26 -5
  99. package/clients/personalize.d.ts +65 -20
  100. package/clients/personalizeevents.d.ts +102 -12
  101. package/clients/personalizeruntime.d.ts +72 -2
  102. package/clients/quicksight.d.ts +124 -0
  103. package/clients/redshift.d.ts +16 -0
  104. package/clients/repostspace.d.ts +458 -0
  105. package/clients/repostspace.js +18 -0
  106. package/clients/s3.d.ts +2 -2
  107. package/clients/s3control.d.ts +841 -13
  108. package/clients/secretsmanager.d.ts +94 -5
  109. package/clients/securityhub.d.ts +305 -2
  110. package/clients/stepfunctions.d.ts +153 -8
  111. package/clients/transcribeservice.d.ts +11 -1
  112. package/clients/workspaces.d.ts +43 -1
  113. package/clients/workspacesthinclient.d.ts +895 -0
  114. package/clients/workspacesthinclient.js +18 -0
  115. package/dist/aws-sdk-core-react-native.js +2 -2
  116. package/dist/aws-sdk-react-native.js +277 -48
  117. package/dist/aws-sdk.js +1976 -565
  118. package/dist/aws-sdk.min.js +104 -104
  119. package/lib/config_service_placeholders.d.ts +12 -0
  120. package/lib/core.js +1 -1
  121. package/package.json +1 -1
@@ -237,7 +237,12 @@
237
237
  "Description": {},
238
238
  "RemediationUrl": {},
239
239
  "SeverityRating": {},
240
- "SecurityControlStatus": {}
240
+ "SecurityControlStatus": {},
241
+ "UpdateStatus": {},
242
+ "Parameters": {
243
+ "shape": "S1y"
244
+ },
245
+ "LastUpdateReason": {}
241
246
  }
242
247
  }
243
248
  },
@@ -272,7 +277,7 @@
272
277
  "StandardsControlAssociationIds": {
273
278
  "type": "list",
274
279
  "member": {
275
- "shape": "S22"
280
+ "shape": "S29"
276
281
  }
277
282
  }
278
283
  }
@@ -299,7 +304,7 @@
299
304
  "SecurityControlArn": {},
300
305
  "AssociationStatus": {},
301
306
  "RelatedRequirements": {
302
- "shape": "S27"
307
+ "shape": "S2e"
303
308
  },
304
309
  "UpdatedAt": {
305
310
  "shape": "S1p"
@@ -324,7 +329,7 @@
324
329
  ],
325
330
  "members": {
326
331
  "StandardsControlAssociationId": {
327
- "shape": "S22"
332
+ "shape": "S29"
328
333
  },
329
334
  "ErrorCode": {},
330
335
  "ErrorReason": {}
@@ -347,7 +352,7 @@
347
352
  "Findings": {
348
353
  "type": "list",
349
354
  "member": {
350
- "shape": "S2d"
355
+ "shape": "S2k"
351
356
  }
352
357
  }
353
358
  }
@@ -448,7 +453,7 @@
448
453
  ],
449
454
  "members": {
450
455
  "FindingIdentifiers": {
451
- "shape": "Soq"
456
+ "shape": "Soy"
452
457
  },
453
458
  "Note": {
454
459
  "shape": "S1e"
@@ -485,7 +490,7 @@
485
490
  ],
486
491
  "members": {
487
492
  "ProcessedFindings": {
488
- "shape": "Soq"
493
+ "shape": "Soy"
489
494
  },
490
495
  "UnprocessedFindings": {
491
496
  "type": "list",
@@ -498,7 +503,7 @@
498
503
  ],
499
504
  "members": {
500
505
  "FindingIdentifier": {
501
- "shape": "Sor"
506
+ "shape": "Soz"
502
507
  },
503
508
  "ErrorCode": {},
504
509
  "ErrorMessage": {}
@@ -522,7 +527,7 @@
522
527
  "StandardsControlAssociationUpdates": {
523
528
  "type": "list",
524
529
  "member": {
525
- "shape": "Sox"
530
+ "shape": "Sp5"
526
531
  }
527
532
  }
528
533
  }
@@ -540,7 +545,7 @@
540
545
  ],
541
546
  "members": {
542
547
  "StandardsControlAssociationUpdate": {
543
- "shape": "Sox"
548
+ "shape": "Sp5"
544
549
  },
545
550
  "ErrorCode": {},
546
551
  "ErrorReason": {}
@@ -592,7 +597,7 @@
592
597
  ],
593
598
  "members": {
594
599
  "Tags": {
595
- "shape": "Sp4"
600
+ "shape": "Spc"
596
601
  },
597
602
  "RuleStatus": {},
598
603
  "RuleOrder": {
@@ -660,7 +665,7 @@
660
665
  "members": {
661
666
  "Name": {},
662
667
  "Filters": {
663
- "shape": "Spb"
668
+ "shape": "Spj"
664
669
  },
665
670
  "GroupByAttribute": {}
666
671
  }
@@ -704,7 +709,7 @@
704
709
  "type": "structure",
705
710
  "members": {
706
711
  "UnprocessedAccounts": {
707
- "shape": "Spo"
712
+ "shape": "Spw"
708
713
  }
709
714
  }
710
715
  }
@@ -720,7 +725,7 @@
720
725
  ],
721
726
  "members": {
722
727
  "AccountIds": {
723
- "shape": "Spr"
728
+ "shape": "Spz"
724
729
  }
725
730
  }
726
731
  },
@@ -728,7 +733,7 @@
728
733
  "type": "structure",
729
734
  "members": {
730
735
  "UnprocessedAccounts": {
731
- "shape": "Spo"
736
+ "shape": "Spw"
732
737
  }
733
738
  }
734
739
  }
@@ -820,7 +825,7 @@
820
825
  ],
821
826
  "members": {
822
827
  "AccountIds": {
823
- "shape": "Spr"
828
+ "shape": "Spz"
824
829
  }
825
830
  }
826
831
  },
@@ -828,7 +833,7 @@
828
833
  "type": "structure",
829
834
  "members": {
830
835
  "UnprocessedAccounts": {
831
- "shape": "Spo"
836
+ "shape": "Spw"
832
837
  }
833
838
  }
834
839
  }
@@ -844,7 +849,7 @@
844
849
  ],
845
850
  "members": {
846
851
  "AccountIds": {
847
- "shape": "Spr"
852
+ "shape": "Spz"
848
853
  }
849
854
  }
850
855
  },
@@ -852,7 +857,7 @@
852
857
  "type": "structure",
853
858
  "members": {
854
859
  "UnprocessedAccounts": {
855
- "shape": "Spo"
860
+ "shape": "Spw"
856
861
  }
857
862
  }
858
863
  }
@@ -865,7 +870,7 @@
865
870
  "type": "structure",
866
871
  "members": {
867
872
  "ActionTargetArns": {
868
- "shape": "Sq4"
873
+ "shape": "Sqc"
869
874
  },
870
875
  "NextToken": {},
871
876
  "MaxResults": {
@@ -1099,7 +1104,7 @@
1099
1104
  "RemediationUrl": {},
1100
1105
  "SeverityRating": {},
1101
1106
  "RelatedRequirements": {
1102
- "shape": "S27"
1107
+ "shape": "S2e"
1103
1108
  }
1104
1109
  }
1105
1110
  }
@@ -1201,7 +1206,7 @@
1201
1206
  ],
1202
1207
  "members": {
1203
1208
  "AccountIds": {
1204
- "shape": "Spr"
1209
+ "shape": "Spz"
1205
1210
  }
1206
1211
  }
1207
1212
  },
@@ -1256,7 +1261,7 @@
1256
1261
  "type": "structure",
1257
1262
  "members": {
1258
1263
  "Tags": {
1259
- "shape": "Sp4"
1264
+ "shape": "Spc"
1260
1265
  },
1261
1266
  "EnableDefaultStandards": {
1262
1267
  "type": "boolean"
@@ -1282,7 +1287,7 @@
1282
1287
  "type": "structure",
1283
1288
  "members": {
1284
1289
  "Administrator": {
1285
- "shape": "Srg"
1290
+ "shape": "Sro"
1286
1291
  }
1287
1292
  }
1288
1293
  }
@@ -1353,7 +1358,7 @@
1353
1358
  ],
1354
1359
  "members": {
1355
1360
  "FindingIdentifier": {
1356
- "shape": "Sor"
1361
+ "shape": "Soz"
1357
1362
  },
1358
1363
  "StartTime": {
1359
1364
  "shape": "S1p"
@@ -1376,7 +1381,7 @@
1376
1381
  "type": "structure",
1377
1382
  "members": {
1378
1383
  "FindingIdentifier": {
1379
- "shape": "Sor"
1384
+ "shape": "Soz"
1380
1385
  },
1381
1386
  "UpdateTime": {
1382
1387
  "shape": "S1p"
@@ -1418,7 +1423,7 @@
1418
1423
  "type": "structure",
1419
1424
  "members": {
1420
1425
  "Filters": {
1421
- "shape": "Spb"
1426
+ "shape": "Spj"
1422
1427
  },
1423
1428
  "SortCriteria": {
1424
1429
  "type": "list",
@@ -1445,7 +1450,7 @@
1445
1450
  "Findings": {
1446
1451
  "type": "list",
1447
1452
  "member": {
1448
- "shape": "S2d"
1453
+ "shape": "S2k"
1449
1454
  }
1450
1455
  },
1451
1456
  "NextToken": {}
@@ -1514,7 +1519,7 @@
1514
1519
  "type": "structure",
1515
1520
  "members": {
1516
1521
  "InsightArns": {
1517
- "shape": "Sq4"
1522
+ "shape": "Sqc"
1518
1523
  },
1519
1524
  "NextToken": {},
1520
1525
  "MaxResults": {
@@ -1542,7 +1547,7 @@
1542
1547
  "InsightArn": {},
1543
1548
  "Name": {},
1544
1549
  "Filters": {
1545
- "shape": "Spb"
1550
+ "shape": "Spj"
1546
1551
  },
1547
1552
  "GroupByAttribute": {}
1548
1553
  }
@@ -1583,7 +1588,7 @@
1583
1588
  "type": "structure",
1584
1589
  "members": {
1585
1590
  "Master": {
1586
- "shape": "Srg"
1591
+ "shape": "Sro"
1587
1592
  }
1588
1593
  }
1589
1594
  },
@@ -1601,7 +1606,7 @@
1601
1606
  ],
1602
1607
  "members": {
1603
1608
  "AccountIds": {
1604
- "shape": "Spr"
1609
+ "shape": "Spz"
1605
1610
  }
1606
1611
  }
1607
1612
  },
@@ -1609,10 +1614,39 @@
1609
1614
  "type": "structure",
1610
1615
  "members": {
1611
1616
  "Members": {
1612
- "shape": "Sse"
1617
+ "shape": "Ssm"
1613
1618
  },
1614
1619
  "UnprocessedAccounts": {
1615
- "shape": "Spo"
1620
+ "shape": "Spw"
1621
+ }
1622
+ }
1623
+ }
1624
+ },
1625
+ "GetSecurityControlDefinition": {
1626
+ "http": {
1627
+ "method": "GET",
1628
+ "requestUri": "/securityControl/definition"
1629
+ },
1630
+ "input": {
1631
+ "type": "structure",
1632
+ "required": [
1633
+ "SecurityControlId"
1634
+ ],
1635
+ "members": {
1636
+ "SecurityControlId": {
1637
+ "location": "querystring",
1638
+ "locationName": "SecurityControlId"
1639
+ }
1640
+ }
1641
+ },
1642
+ "output": {
1643
+ "type": "structure",
1644
+ "required": [
1645
+ "SecurityControlDefinition"
1646
+ ],
1647
+ "members": {
1648
+ "SecurityControlDefinition": {
1649
+ "shape": "Ssq"
1616
1650
  }
1617
1651
  }
1618
1652
  }
@@ -1628,7 +1662,7 @@
1628
1662
  ],
1629
1663
  "members": {
1630
1664
  "AccountIds": {
1631
- "shape": "Spr"
1665
+ "shape": "Spz"
1632
1666
  }
1633
1667
  }
1634
1668
  },
@@ -1636,7 +1670,7 @@
1636
1670
  "type": "structure",
1637
1671
  "members": {
1638
1672
  "UnprocessedAccounts": {
1639
- "shape": "Spo"
1673
+ "shape": "Spw"
1640
1674
  }
1641
1675
  }
1642
1676
  }
@@ -1782,7 +1816,7 @@
1782
1816
  "Invitations": {
1783
1817
  "type": "list",
1784
1818
  "member": {
1785
- "shape": "Srg"
1819
+ "shape": "Sro"
1786
1820
  }
1787
1821
  },
1788
1822
  "NextToken": {}
@@ -1817,7 +1851,7 @@
1817
1851
  "type": "structure",
1818
1852
  "members": {
1819
1853
  "Members": {
1820
- "shape": "Sse"
1854
+ "shape": "Ssm"
1821
1855
  },
1822
1856
  "NextToken": {}
1823
1857
  }
@@ -1891,23 +1925,7 @@
1891
1925
  "SecurityControlDefinitions": {
1892
1926
  "type": "list",
1893
1927
  "member": {
1894
- "type": "structure",
1895
- "required": [
1896
- "SecurityControlId",
1897
- "Title",
1898
- "Description",
1899
- "RemediationUrl",
1900
- "SeverityRating",
1901
- "CurrentRegionAvailability"
1902
- ],
1903
- "members": {
1904
- "SecurityControlId": {},
1905
- "Title": {},
1906
- "Description": {},
1907
- "RemediationUrl": {},
1908
- "SeverityRating": {},
1909
- "CurrentRegionAvailability": {}
1910
- }
1928
+ "shape": "Ssq"
1911
1929
  }
1912
1930
  },
1913
1931
  "NextToken": {}
@@ -1962,7 +1980,7 @@
1962
1980
  "SecurityControlArn": {},
1963
1981
  "AssociationStatus": {},
1964
1982
  "RelatedRequirements": {
1965
- "shape": "S27"
1983
+ "shape": "S2e"
1966
1984
  },
1967
1985
  "UpdatedAt": {
1968
1986
  "shape": "S1p"
@@ -1998,7 +2016,7 @@
1998
2016
  "type": "structure",
1999
2017
  "members": {
2000
2018
  "Tags": {
2001
- "shape": "Sp4"
2019
+ "shape": "Spc"
2002
2020
  }
2003
2021
  }
2004
2022
  }
@@ -2019,7 +2037,7 @@
2019
2037
  "locationName": "ResourceArn"
2020
2038
  },
2021
2039
  "Tags": {
2022
- "shape": "Sp4"
2040
+ "shape": "Spc"
2023
2041
  }
2024
2042
  }
2025
2043
  },
@@ -2124,7 +2142,7 @@
2124
2142
  ],
2125
2143
  "members": {
2126
2144
  "Filters": {
2127
- "shape": "Spb"
2145
+ "shape": "Spj"
2128
2146
  },
2129
2147
  "Note": {
2130
2148
  "shape": "S1e"
@@ -2154,7 +2172,7 @@
2154
2172
  },
2155
2173
  "Name": {},
2156
2174
  "Filters": {
2157
- "shape": "Spb"
2175
+ "shape": "Spj"
2158
2176
  },
2159
2177
  "GroupByAttribute": {}
2160
2178
  }
@@ -2185,6 +2203,30 @@
2185
2203
  "members": {}
2186
2204
  }
2187
2205
  },
2206
+ "UpdateSecurityControl": {
2207
+ "http": {
2208
+ "method": "PATCH",
2209
+ "requestUri": "/securityControl/update"
2210
+ },
2211
+ "input": {
2212
+ "type": "structure",
2213
+ "required": [
2214
+ "SecurityControlId",
2215
+ "Parameters"
2216
+ ],
2217
+ "members": {
2218
+ "SecurityControlId": {},
2219
+ "Parameters": {
2220
+ "shape": "S1y"
2221
+ },
2222
+ "LastUpdateReason": {}
2223
+ }
2224
+ },
2225
+ "output": {
2226
+ "type": "structure",
2227
+ "members": {}
2228
+ }
2229
+ },
2188
2230
  "UpdateSecurityHubConfiguration": {
2189
2231
  "http": {
2190
2232
  "method": "PATCH",
@@ -2437,6 +2479,12 @@
2437
2479
  },
2438
2480
  "Eq": {
2439
2481
  "type": "double"
2482
+ },
2483
+ "Gt": {
2484
+ "type": "double"
2485
+ },
2486
+ "Lt": {
2487
+ "type": "double"
2440
2488
  }
2441
2489
  }
2442
2490
  }
@@ -2551,7 +2599,52 @@
2551
2599
  "type": "list",
2552
2600
  "member": {}
2553
2601
  },
2602
+ "S1y": {
2603
+ "type": "map",
2604
+ "key": {},
2605
+ "value": {
2606
+ "type": "structure",
2607
+ "required": [
2608
+ "ValueType"
2609
+ ],
2610
+ "members": {
2611
+ "ValueType": {},
2612
+ "Value": {
2613
+ "type": "structure",
2614
+ "members": {
2615
+ "Integer": {
2616
+ "type": "integer"
2617
+ },
2618
+ "IntegerList": {
2619
+ "shape": "S22"
2620
+ },
2621
+ "Double": {
2622
+ "type": "double"
2623
+ },
2624
+ "String": {},
2625
+ "StringList": {
2626
+ "shape": "S1r"
2627
+ },
2628
+ "Boolean": {
2629
+ "type": "boolean"
2630
+ },
2631
+ "Enum": {},
2632
+ "EnumList": {
2633
+ "shape": "S1r"
2634
+ }
2635
+ },
2636
+ "union": true
2637
+ }
2638
+ }
2639
+ }
2640
+ },
2554
2641
  "S22": {
2642
+ "type": "list",
2643
+ "member": {
2644
+ "type": "integer"
2645
+ }
2646
+ },
2647
+ "S29": {
2555
2648
  "type": "structure",
2556
2649
  "required": [
2557
2650
  "SecurityControlId",
@@ -2562,11 +2655,11 @@
2562
2655
  "StandardsArn": {}
2563
2656
  }
2564
2657
  },
2565
- "S27": {
2658
+ "S2e": {
2566
2659
  "type": "list",
2567
2660
  "member": {}
2568
2661
  },
2569
- "S2d": {
2662
+ "S2k": {
2570
2663
  "type": "structure",
2571
2664
  "required": [
2572
2665
  "SchemaVersion",
@@ -2657,7 +2750,7 @@
2657
2750
  "Direction": {},
2658
2751
  "Protocol": {},
2659
2752
  "OpenPortRange": {
2660
- "shape": "S2n"
2753
+ "shape": "S2u"
2661
2754
  },
2662
2755
  "SourceIpV4": {},
2663
2756
  "SourceIpV6": {},
@@ -2682,10 +2775,10 @@
2682
2775
  "ComponentId": {},
2683
2776
  "ComponentType": {},
2684
2777
  "Egress": {
2685
- "shape": "S2q"
2778
+ "shape": "S2x"
2686
2779
  },
2687
2780
  "Ingress": {
2688
- "shape": "S2q"
2781
+ "shape": "S2x"
2689
2782
  }
2690
2783
  }
2691
2784
  }
@@ -2798,7 +2891,7 @@
2798
2891
  },
2799
2892
  "Type": {},
2800
2893
  "Occurrences": {
2801
- "shape": "S3d"
2894
+ "shape": "S3k"
2802
2895
  }
2803
2896
  }
2804
2897
  }
@@ -2823,7 +2916,7 @@
2823
2916
  "Arn": {},
2824
2917
  "Name": {},
2825
2918
  "Occurrences": {
2826
- "shape": "S3d"
2919
+ "shape": "S3k"
2827
2920
  }
2828
2921
  }
2829
2922
  }
@@ -2924,7 +3017,7 @@
2924
3017
  "members": {
2925
3018
  "EncryptionKey": {},
2926
3019
  "Artifacts": {
2927
- "shape": "S41"
3020
+ "shape": "S48"
2928
3021
  },
2929
3022
  "Environment": {
2930
3023
  "type": "structure",
@@ -2998,15 +3091,15 @@
2998
3091
  "members": {
2999
3092
  "VpcId": {},
3000
3093
  "Subnets": {
3001
- "shape": "S4c"
3094
+ "shape": "S4j"
3002
3095
  },
3003
3096
  "SecurityGroupIds": {
3004
- "shape": "S4c"
3097
+ "shape": "S4j"
3005
3098
  }
3006
3099
  }
3007
3100
  },
3008
3101
  "SecondaryArtifacts": {
3009
- "shape": "S41"
3102
+ "shape": "S48"
3010
3103
  }
3011
3104
  }
3012
3105
  },
@@ -3087,7 +3180,7 @@
3087
3180
  "type": "structure",
3088
3181
  "members": {
3089
3182
  "Items": {
3090
- "shape": "S4c"
3183
+ "shape": "S4j"
3091
3184
  },
3092
3185
  "Quantity": {
3093
3186
  "type": "integer"
@@ -3261,10 +3354,10 @@
3261
3354
  "OwnerId": {},
3262
3355
  "VpcId": {},
3263
3356
  "IpPermissions": {
3264
- "shape": "S5a"
3357
+ "shape": "S5h"
3265
3358
  },
3266
3359
  "IpPermissionsEgress": {
3267
- "shape": "S5a"
3360
+ "shape": "S5h"
3268
3361
  }
3269
3362
  }
3270
3363
  },
@@ -3316,7 +3409,7 @@
3316
3409
  }
3317
3410
  },
3318
3411
  "Ipv6CidrBlockAssociationSet": {
3319
- "shape": "S5q"
3412
+ "shape": "S5x"
3320
3413
  },
3321
3414
  "DhcpOptionsId": {},
3322
3415
  "State": {}
@@ -3361,7 +3454,7 @@
3361
3454
  "SubnetId": {},
3362
3455
  "VpcId": {},
3363
3456
  "Ipv6CidrBlockAssociationSet": {
3364
- "shape": "S5q"
3457
+ "shape": "S5x"
3365
3458
  }
3366
3459
  }
3367
3460
  },
@@ -3578,13 +3671,13 @@
3578
3671
  "type": "structure",
3579
3672
  "members": {
3580
3673
  "IndexSlowLogs": {
3581
- "shape": "S6k"
3674
+ "shape": "S6r"
3582
3675
  },
3583
3676
  "SearchSlowLogs": {
3584
- "shape": "S6k"
3677
+ "shape": "S6r"
3585
3678
  },
3586
3679
  "AuditLogs": {
3587
- "shape": "S6k"
3680
+ "shape": "S6r"
3588
3681
  }
3589
3682
  }
3590
3683
  },
@@ -3616,13 +3709,13 @@
3616
3709
  "type": "structure",
3617
3710
  "members": {
3618
3711
  "AvailabilityZones": {
3619
- "shape": "S4c"
3712
+ "shape": "S4j"
3620
3713
  },
3621
3714
  "SecurityGroupIds": {
3622
- "shape": "S4c"
3715
+ "shape": "S4j"
3623
3716
  },
3624
3717
  "SubnetIds": {
3625
- "shape": "S4c"
3718
+ "shape": "S4j"
3626
3719
  },
3627
3720
  "VPCId": {}
3628
3721
  }
@@ -3752,7 +3845,7 @@
3752
3845
  }
3753
3846
  },
3754
3847
  "PublicAccessBlockConfiguration": {
3755
- "shape": "S77"
3848
+ "shape": "S7e"
3756
3849
  },
3757
3850
  "AccessControlList": {},
3758
3851
  "BucketLoggingConfiguration": {
@@ -3875,7 +3968,7 @@
3875
3968
  }
3876
3969
  },
3877
3970
  "AwsS3AccountPublicAccessBlock": {
3878
- "shape": "S77"
3971
+ "shape": "S7e"
3879
3972
  },
3880
3973
  "AwsS3Object": {
3881
3974
  "type": "structure",
@@ -3958,7 +4051,7 @@
3958
4051
  "type": "structure",
3959
4052
  "members": {
3960
4053
  "AttachedManagedPolicies": {
3961
- "shape": "S81"
4054
+ "shape": "S88"
3962
4055
  },
3963
4056
  "CreateDate": {},
3964
4057
  "GroupList": {
@@ -3966,7 +4059,7 @@
3966
4059
  },
3967
4060
  "Path": {},
3968
4061
  "PermissionsBoundary": {
3969
- "shape": "S83"
4062
+ "shape": "S8a"
3970
4063
  },
3971
4064
  "UserId": {},
3972
4065
  "UserName": {},
@@ -4022,19 +4115,19 @@
4022
4115
  "CreatedDate": {},
4023
4116
  "Description": {},
4024
4117
  "DefaultRouteSettings": {
4025
- "shape": "S8a"
4118
+ "shape": "S8h"
4026
4119
  },
4027
4120
  "DeploymentId": {},
4028
4121
  "LastUpdatedDate": {},
4029
4122
  "RouteSettings": {
4030
- "shape": "S8a"
4123
+ "shape": "S8h"
4031
4124
  },
4032
4125
  "StageName": {},
4033
4126
  "StageVariables": {
4034
4127
  "shape": "S1k"
4035
4128
  },
4036
4129
  "AccessLogSettings": {
4037
- "shape": "S8b"
4130
+ "shape": "S8i"
4038
4131
  },
4039
4132
  "AutoDeploy": {
4040
4133
  "type": "boolean"
@@ -4061,22 +4154,22 @@
4061
4154
  "type": "structure",
4062
4155
  "members": {
4063
4156
  "AllowOrigins": {
4064
- "shape": "S4c"
4157
+ "shape": "S4j"
4065
4158
  },
4066
4159
  "AllowCredentials": {
4067
4160
  "type": "boolean"
4068
4161
  },
4069
4162
  "ExposeHeaders": {
4070
- "shape": "S4c"
4163
+ "shape": "S4j"
4071
4164
  },
4072
4165
  "MaxAge": {
4073
4166
  "type": "integer"
4074
4167
  },
4075
4168
  "AllowMethods": {
4076
- "shape": "S4c"
4169
+ "shape": "S4j"
4077
4170
  },
4078
4171
  "AllowHeaders": {
4079
- "shape": "S4c"
4172
+ "shape": "S4j"
4080
4173
  }
4081
4174
  }
4082
4175
  }
@@ -4121,13 +4214,13 @@
4121
4214
  "type": "integer"
4122
4215
  },
4123
4216
  "KeySchema": {
4124
- "shape": "S8l"
4217
+ "shape": "S8s"
4125
4218
  },
4126
4219
  "Projection": {
4127
- "shape": "S8n"
4220
+ "shape": "S8u"
4128
4221
  },
4129
4222
  "ProvisionedThroughput": {
4130
- "shape": "S8o"
4223
+ "shape": "S8v"
4131
4224
  }
4132
4225
  }
4133
4226
  }
@@ -4137,7 +4230,7 @@
4137
4230
  "type": "integer"
4138
4231
  },
4139
4232
  "KeySchema": {
4140
- "shape": "S8l"
4233
+ "shape": "S8s"
4141
4234
  },
4142
4235
  "LatestStreamArn": {},
4143
4236
  "LatestStreamLabel": {},
@@ -4149,16 +4242,16 @@
4149
4242
  "IndexArn": {},
4150
4243
  "IndexName": {},
4151
4244
  "KeySchema": {
4152
- "shape": "S8l"
4245
+ "shape": "S8s"
4153
4246
  },
4154
4247
  "Projection": {
4155
- "shape": "S8n"
4248
+ "shape": "S8u"
4156
4249
  }
4157
4250
  }
4158
4251
  }
4159
4252
  },
4160
4253
  "ProvisionedThroughput": {
4161
- "shape": "S8o"
4254
+ "shape": "S8v"
4162
4255
  },
4163
4256
  "Replicas": {
4164
4257
  "type": "list",
@@ -4172,14 +4265,14 @@
4172
4265
  "members": {
4173
4266
  "IndexName": {},
4174
4267
  "ProvisionedThroughputOverride": {
4175
- "shape": "S8v"
4268
+ "shape": "S92"
4176
4269
  }
4177
4270
  }
4178
4271
  }
4179
4272
  },
4180
4273
  "KmsMasterKeyId": {},
4181
4274
  "ProvisionedThroughputOverride": {
4182
- "shape": "S8v"
4275
+ "shape": "S92"
4183
4276
  },
4184
4277
  "RegionName": {},
4185
4278
  "ReplicaStatus": {},
@@ -4277,7 +4370,7 @@
4277
4370
  },
4278
4371
  "DocumentationVersion": {},
4279
4372
  "AccessLogSettings": {
4280
- "shape": "S8b"
4373
+ "shape": "S8i"
4281
4374
  },
4282
4375
  "CanarySettings": {
4283
4376
  "type": "structure",
@@ -4311,7 +4404,7 @@
4311
4404
  "CreatedDate": {},
4312
4405
  "Version": {},
4313
4406
  "BinaryMediaTypes": {
4314
- "shape": "S4c"
4407
+ "shape": "S4j"
4315
4408
  },
4316
4409
  "MinimumCompressionSize": {
4317
4410
  "type": "integer"
@@ -4321,7 +4414,7 @@
4321
4414
  "type": "structure",
4322
4415
  "members": {
4323
4416
  "Types": {
4324
- "shape": "S4c"
4417
+ "shape": "S4j"
4325
4418
  }
4326
4419
  }
4327
4420
  }
@@ -4421,7 +4514,7 @@
4421
4514
  "CreatedAt": {},
4422
4515
  "DomainName": {},
4423
4516
  "DomainValidationOptions": {
4424
- "shape": "S9a"
4517
+ "shape": "S9h"
4425
4518
  },
4426
4519
  "ExtendedKeyUsages": {
4427
4520
  "type": "list",
@@ -4463,7 +4556,7 @@
4463
4556
  "type": "structure",
4464
4557
  "members": {
4465
4558
  "DomainValidationOptions": {
4466
- "shape": "S9a"
4559
+ "shape": "S9h"
4467
4560
  },
4468
4561
  "RenewalStatus": {},
4469
4562
  "RenewalStatusReason": {},
@@ -4891,7 +4984,7 @@
4891
4984
  "type": "structure",
4892
4985
  "members": {
4893
4986
  "AttachedManagedPolicies": {
4894
- "shape": "S81"
4987
+ "shape": "S88"
4895
4988
  },
4896
4989
  "CreateDate": {},
4897
4990
  "GroupId": {},
@@ -4913,7 +5006,7 @@
4913
5006
  "members": {
4914
5007
  "AssumeRolePolicyDocument": {},
4915
5008
  "AttachedManagedPolicies": {
4916
- "shape": "S81"
5009
+ "shape": "S88"
4917
5010
  },
4918
5011
  "CreateDate": {},
4919
5012
  "InstanceProfileList": {
@@ -4944,7 +5037,7 @@
4944
5037
  }
4945
5038
  },
4946
5039
  "PermissionsBoundary": {
4947
- "shape": "S83"
5040
+ "shape": "S8a"
4948
5041
  },
4949
5042
  "RoleId": {},
4950
5043
  "RoleName": {},
@@ -5050,17 +5143,17 @@
5050
5143
  "type": "structure",
5051
5144
  "members": {
5052
5145
  "SecurityGroupIds": {
5053
- "shape": "S4c"
5146
+ "shape": "S4j"
5054
5147
  },
5055
5148
  "SubnetIds": {
5056
- "shape": "S4c"
5149
+ "shape": "S4j"
5057
5150
  },
5058
5151
  "VpcId": {}
5059
5152
  }
5060
5153
  },
5061
5154
  "Version": {},
5062
5155
  "Architectures": {
5063
- "shape": "S4c"
5156
+ "shape": "S4j"
5064
5157
  },
5065
5158
  "PackageType": {}
5066
5159
  }
@@ -5072,7 +5165,7 @@
5072
5165
  "type": "long"
5073
5166
  },
5074
5167
  "CompatibleRuntimes": {
5075
- "shape": "S4c"
5168
+ "shape": "S4j"
5076
5169
  },
5077
5170
  "CreatedDate": {}
5078
5171
  }
@@ -5104,7 +5197,7 @@
5104
5197
  "type": "boolean"
5105
5198
  },
5106
5199
  "Endpoint": {
5107
- "shape": "Sbi"
5200
+ "shape": "Sbp"
5108
5201
  },
5109
5202
  "Engine": {},
5110
5203
  "EngineVersion": {},
@@ -5121,7 +5214,7 @@
5121
5214
  },
5122
5215
  "TdeCredentialArn": {},
5123
5216
  "VpcSecurityGroups": {
5124
- "shape": "Sbj"
5217
+ "shape": "Sbq"
5125
5218
  },
5126
5219
  "MultiAz": {
5127
5220
  "type": "boolean"
@@ -5215,7 +5308,7 @@
5215
5308
  }
5216
5309
  },
5217
5310
  "ProcessorFeatures": {
5218
- "shape": "Sbt"
5311
+ "shape": "Sc0"
5219
5312
  }
5220
5313
  }
5221
5314
  },
@@ -5262,7 +5355,7 @@
5262
5355
  },
5263
5356
  "StorageType": {},
5264
5357
  "DomainMemberships": {
5265
- "shape": "Sbz"
5358
+ "shape": "Sc6"
5266
5359
  },
5267
5360
  "CopyTagsToSnapshot": {
5268
5361
  "type": "boolean"
@@ -5286,10 +5379,10 @@
5286
5379
  "shape": "S1r"
5287
5380
  },
5288
5381
  "ProcessorFeatures": {
5289
- "shape": "Sbt"
5382
+ "shape": "Sc0"
5290
5383
  },
5291
5384
  "ListenerEndpoint": {
5292
- "shape": "Sbi"
5385
+ "shape": "Sbp"
5293
5386
  },
5294
5387
  "MaxAllocatedStorage": {
5295
5388
  "type": "integer"
@@ -5415,7 +5508,7 @@
5415
5508
  "type": "boolean"
5416
5509
  },
5417
5510
  "ProcessorFeatures": {
5418
- "shape": "Sbt"
5511
+ "shape": "Sc0"
5419
5512
  },
5420
5513
  "DbiResourceId": {}
5421
5514
  }
@@ -5460,7 +5553,7 @@
5460
5553
  "members": {
5461
5554
  "AttributeName": {},
5462
5555
  "AttributeValues": {
5463
- "shape": "S4c"
5556
+ "shape": "S4j"
5464
5557
  }
5465
5558
  }
5466
5559
  }
@@ -5501,7 +5594,7 @@
5501
5594
  "shape": "S1r"
5502
5595
  },
5503
5596
  "VpcSecurityGroups": {
5504
- "shape": "Sbj"
5597
+ "shape": "Sbq"
5505
5598
  },
5506
5599
  "HostedZoneId": {},
5507
5600
  "StorageEncrypted": {
@@ -5538,7 +5631,7 @@
5538
5631
  "type": "boolean"
5539
5632
  },
5540
5633
  "DomainMemberships": {
5541
- "shape": "Sbz"
5634
+ "shape": "Sc6"
5542
5635
  },
5543
5636
  "DbClusterParameterGroup": {},
5544
5637
  "DbSubnetGroup": {},
@@ -5585,7 +5678,7 @@
5585
5678
  "type": "integer"
5586
5679
  },
5587
5680
  "CapacityProviders": {
5588
- "shape": "S4c"
5681
+ "shape": "S4j"
5589
5682
  },
5590
5683
  "ClusterSettings": {
5591
5684
  "type": "list",
@@ -5649,7 +5742,7 @@
5649
5742
  }
5650
5743
  },
5651
5744
  "AwsEcsContainer": {
5652
- "shape": "Scv"
5745
+ "shape": "Sd2"
5653
5746
  },
5654
5747
  "AwsEcsTaskDefinition": {
5655
5748
  "type": "structure",
@@ -5660,7 +5753,7 @@
5660
5753
  "type": "structure",
5661
5754
  "members": {
5662
5755
  "Command": {
5663
- "shape": "S4c"
5756
+ "shape": "S4j"
5664
5757
  },
5665
5758
  "Cpu": {
5666
5759
  "type": "integer"
@@ -5679,19 +5772,19 @@
5679
5772
  "type": "boolean"
5680
5773
  },
5681
5774
  "DnsSearchDomains": {
5682
- "shape": "S4c"
5775
+ "shape": "S4j"
5683
5776
  },
5684
5777
  "DnsServers": {
5685
- "shape": "S4c"
5778
+ "shape": "S4j"
5686
5779
  },
5687
5780
  "DockerLabels": {
5688
5781
  "shape": "S1k"
5689
5782
  },
5690
5783
  "DockerSecurityOptions": {
5691
- "shape": "S4c"
5784
+ "shape": "S4j"
5692
5785
  },
5693
5786
  "EntryPoint": {
5694
- "shape": "S4c"
5787
+ "shape": "S4j"
5695
5788
  },
5696
5789
  "Environment": {
5697
5790
  "type": "list",
@@ -5739,7 +5832,7 @@
5739
5832
  "type": "structure",
5740
5833
  "members": {
5741
5834
  "Command": {
5742
- "shape": "S4c"
5835
+ "shape": "S4j"
5743
5836
  },
5744
5837
  "Interval": {
5745
5838
  "type": "integer"
@@ -5761,7 +5854,7 @@
5761
5854
  "type": "boolean"
5762
5855
  },
5763
5856
  "Links": {
5764
- "shape": "S4c"
5857
+ "shape": "S4j"
5765
5858
  },
5766
5859
  "LinuxParameters": {
5767
5860
  "type": "structure",
@@ -5770,10 +5863,10 @@
5770
5863
  "type": "structure",
5771
5864
  "members": {
5772
5865
  "Add": {
5773
- "shape": "S4c"
5866
+ "shape": "S4j"
5774
5867
  },
5775
5868
  "Drop": {
5776
- "shape": "S4c"
5869
+ "shape": "S4j"
5777
5870
  }
5778
5871
  }
5779
5872
  },
@@ -5785,7 +5878,7 @@
5785
5878
  "ContainerPath": {},
5786
5879
  "HostPath": {},
5787
5880
  "Permissions": {
5788
- "shape": "S4c"
5881
+ "shape": "S4j"
5789
5882
  }
5790
5883
  }
5791
5884
  }
@@ -5809,7 +5902,7 @@
5809
5902
  "members": {
5810
5903
  "ContainerPath": {},
5811
5904
  "MountOptions": {
5812
- "shape": "S4c"
5905
+ "shape": "S4j"
5813
5906
  },
5814
5907
  "Size": {
5815
5908
  "type": "integer"
@@ -6001,7 +6094,7 @@
6001
6094
  }
6002
6095
  },
6003
6096
  "RequiresCompatibilities": {
6004
- "shape": "S4c"
6097
+ "shape": "S4j"
6005
6098
  },
6006
6099
  "TaskRoleArn": {},
6007
6100
  "Volumes": {
@@ -6091,12 +6184,12 @@
6091
6184
  "type": "boolean"
6092
6185
  },
6093
6186
  "EventCategoriesList": {
6094
- "shape": "S4c"
6187
+ "shape": "S4j"
6095
6188
  },
6096
6189
  "EventSubscriptionArn": {},
6097
6190
  "SnsTopicArn": {},
6098
6191
  "SourceIdsList": {
6099
- "shape": "S4c"
6192
+ "shape": "S4j"
6100
6193
  },
6101
6194
  "SourceType": {},
6102
6195
  "Status": {},
@@ -6186,10 +6279,10 @@
6186
6279
  "members": {
6187
6280
  "AssignPublicIp": {},
6188
6281
  "SecurityGroups": {
6189
- "shape": "S4c"
6282
+ "shape": "S4j"
6190
6283
  },
6191
6284
  "Subnets": {
6192
- "shape": "S4c"
6285
+ "shape": "S4j"
6193
6286
  }
6194
6287
  }
6195
6288
  }
@@ -6280,7 +6373,7 @@
6280
6373
  },
6281
6374
  "ClassicLinkVpcId": {},
6282
6375
  "ClassicLinkVpcSecurityGroups": {
6283
- "shape": "S4c"
6376
+ "shape": "S4j"
6284
6377
  },
6285
6378
  "CreatedTime": {},
6286
6379
  "EbsOptimized": {
@@ -6303,7 +6396,7 @@
6303
6396
  "PlacementTenancy": {},
6304
6397
  "RamdiskId": {},
6305
6398
  "SecurityGroups": {
6306
- "shape": "S4c"
6399
+ "shape": "S4j"
6307
6400
  },
6308
6401
  "SpotPrice": {},
6309
6402
  "UserData": {},
@@ -6360,29 +6453,29 @@
6360
6453
  "type": "integer"
6361
6454
  },
6362
6455
  "IkeVersions": {
6363
- "shape": "S4c"
6456
+ "shape": "S4j"
6364
6457
  },
6365
6458
  "OutsideIpAddress": {},
6366
6459
  "Phase1DhGroupNumbers": {
6367
- "shape": "Sf8"
6460
+ "shape": "S22"
6368
6461
  },
6369
6462
  "Phase1EncryptionAlgorithms": {
6370
- "shape": "S4c"
6463
+ "shape": "S4j"
6371
6464
  },
6372
6465
  "Phase1IntegrityAlgorithms": {
6373
- "shape": "S4c"
6466
+ "shape": "S4j"
6374
6467
  },
6375
6468
  "Phase1LifetimeSeconds": {
6376
6469
  "type": "integer"
6377
6470
  },
6378
6471
  "Phase2DhGroupNumbers": {
6379
- "shape": "Sf8"
6472
+ "shape": "S22"
6380
6473
  },
6381
6474
  "Phase2EncryptionAlgorithms": {
6382
- "shape": "S4c"
6475
+ "shape": "S4j"
6383
6476
  },
6384
6477
  "Phase2IntegrityAlgorithms": {
6385
- "shape": "S4c"
6478
+ "shape": "S4j"
6386
6479
  },
6387
6480
  "Phase2LifetimeSeconds": {
6388
6481
  "type": "integer"
@@ -6424,7 +6517,7 @@
6424
6517
  "Architecture": {},
6425
6518
  "ImageDigest": {},
6426
6519
  "ImageTags": {
6427
- "shape": "S4c"
6520
+ "shape": "S4j"
6428
6521
  },
6429
6522
  "ImagePublishedAt": {}
6430
6523
  }
@@ -6526,10 +6619,10 @@
6526
6619
  "type": "structure",
6527
6620
  "members": {
6528
6621
  "SecurityGroupIds": {
6529
- "shape": "S4c"
6622
+ "shape": "S4j"
6530
6623
  },
6531
6624
  "SubnetIds": {
6532
- "shape": "S4c"
6625
+ "shape": "S4j"
6533
6626
  }
6534
6627
  }
6535
6628
  },
@@ -6537,13 +6630,13 @@
6537
6630
  "type": "structure",
6538
6631
  "members": {
6539
6632
  "IndexSlowLogs": {
6540
- "shape": "Sfl"
6633
+ "shape": "Sfr"
6541
6634
  },
6542
6635
  "SearchSlowLogs": {
6543
- "shape": "Sfl"
6636
+ "shape": "Sfr"
6544
6637
  },
6545
6638
  "AuditLogs": {
6546
- "shape": "Sfl"
6639
+ "shape": "Sfr"
6547
6640
  }
6548
6641
  }
6549
6642
  },
@@ -6578,19 +6671,19 @@
6578
6671
  "type": "boolean"
6579
6672
  },
6580
6673
  "AvailabilityZones": {
6581
- "shape": "S4c"
6674
+ "shape": "S4j"
6582
6675
  },
6583
6676
  "BaseEndpointDnsNames": {
6584
- "shape": "S4c"
6677
+ "shape": "S4j"
6585
6678
  },
6586
6679
  "ManagesVpcEndpoints": {
6587
6680
  "type": "boolean"
6588
6681
  },
6589
6682
  "GatewayLoadBalancerArns": {
6590
- "shape": "S4c"
6683
+ "shape": "S4j"
6591
6684
  },
6592
6685
  "NetworkLoadBalancerArns": {
6593
- "shape": "S4c"
6686
+ "shape": "S4j"
6594
6687
  },
6595
6688
  "PrivateDnsName": {},
6596
6689
  "ServiceId": {},
@@ -6701,10 +6794,10 @@
6701
6794
  "type": "structure",
6702
6795
  "members": {
6703
6796
  "SecurityGroupIds": {
6704
- "shape": "S4c"
6797
+ "shape": "S4j"
6705
6798
  },
6706
6799
  "SubnetIds": {
6707
- "shape": "S4c"
6800
+ "shape": "S4j"
6708
6801
  },
6709
6802
  "EndpointPublicAccess": {
6710
6803
  "type": "boolean"
@@ -6725,7 +6818,7 @@
6725
6818
  "type": "boolean"
6726
6819
  },
6727
6820
  "Types": {
6728
- "shape": "S4c"
6821
+ "shape": "S4j"
6729
6822
  }
6730
6823
  }
6731
6824
  }
@@ -6755,17 +6848,17 @@
6755
6848
  "type": "structure",
6756
6849
  "members": {
6757
6850
  "ActionDefinition": {
6758
- "shape": "Sgc"
6851
+ "shape": "Sgi"
6759
6852
  },
6760
6853
  "ActionName": {}
6761
6854
  }
6762
6855
  }
6763
6856
  },
6764
6857
  "StatelessDefaultActions": {
6765
- "shape": "S4c"
6858
+ "shape": "S4j"
6766
6859
  },
6767
6860
  "StatelessFragmentDefaultActions": {
6768
- "shape": "S4c"
6861
+ "shape": "S4j"
6769
6862
  },
6770
6863
  "StatelessRuleGroupReferences": {
6771
6864
  "type": "list",
@@ -6833,7 +6926,7 @@
6833
6926
  "type": "structure",
6834
6927
  "members": {
6835
6928
  "Definition": {
6836
- "shape": "S4c"
6929
+ "shape": "S4j"
6837
6930
  }
6838
6931
  }
6839
6932
  },
@@ -6841,7 +6934,7 @@
6841
6934
  "type": "structure",
6842
6935
  "members": {
6843
6936
  "Definition": {
6844
- "shape": "S4c"
6937
+ "shape": "S4j"
6845
6938
  }
6846
6939
  }
6847
6940
  }
@@ -6855,10 +6948,10 @@
6855
6948
  "members": {
6856
6949
  "GeneratedRulesType": {},
6857
6950
  "TargetTypes": {
6858
- "shape": "S4c"
6951
+ "shape": "S4j"
6859
6952
  },
6860
6953
  "Targets": {
6861
- "shape": "S4c"
6954
+ "shape": "S4j"
6862
6955
  }
6863
6956
  }
6864
6957
  },
@@ -6905,7 +6998,7 @@
6905
6998
  "type": "structure",
6906
6999
  "members": {
6907
7000
  "ActionDefinition": {
6908
- "shape": "Sgc"
7001
+ "shape": "Sgi"
6909
7002
  },
6910
7003
  "ActionName": {}
6911
7004
  }
@@ -6923,7 +7016,7 @@
6923
7016
  "type": "structure",
6924
7017
  "members": {
6925
7018
  "Actions": {
6926
- "shape": "S4c"
7019
+ "shape": "S4j"
6927
7020
  },
6928
7021
  "MatchAttributes": {
6929
7022
  "type": "structure",
@@ -6986,10 +7079,10 @@
6986
7079
  "type": "structure",
6987
7080
  "members": {
6988
7081
  "Flags": {
6989
- "shape": "S4c"
7082
+ "shape": "S4j"
6990
7083
  },
6991
7084
  "Masks": {
6992
- "shape": "S4c"
7085
+ "shape": "S4j"
6993
7086
  }
6994
7087
  }
6995
7088
  }
@@ -7074,7 +7167,7 @@
7074
7167
  "AutoAcceptSharedAttachments": {},
7075
7168
  "DefaultRouteTableAssociation": {},
7076
7169
  "TransitGatewayCidrBlocks": {
7077
- "shape": "S4c"
7170
+ "shape": "S4j"
7078
7171
  },
7079
7172
  "AssociationDefaultRouteTableId": {},
7080
7173
  "PropagationDefaultRouteTableId": {},
@@ -7098,7 +7191,7 @@
7098
7191
  "members": {
7099
7192
  "Gid": {},
7100
7193
  "SecondaryGids": {
7101
- "shape": "S4c"
7194
+ "shape": "S4j"
7102
7195
  },
7103
7196
  "Uid": {}
7104
7197
  }
@@ -7123,7 +7216,7 @@
7123
7216
  "type": "structure",
7124
7217
  "members": {
7125
7218
  "Capabilities": {
7126
- "shape": "S4c"
7219
+ "shape": "S4j"
7127
7220
  },
7128
7221
  "CreationTime": {},
7129
7222
  "Description": {},
@@ -7141,7 +7234,7 @@
7141
7234
  },
7142
7235
  "LastUpdatedTime": {},
7143
7236
  "NotificationArns": {
7144
- "shape": "S4c"
7237
+ "shape": "S4j"
7145
7238
  },
7146
7239
  "Outputs": {
7147
7240
  "type": "list",
@@ -7171,7 +7264,7 @@
7171
7264
  "type": "boolean"
7172
7265
  },
7173
7266
  "AlarmActions": {
7174
- "shape": "S4c"
7267
+ "shape": "S4j"
7175
7268
  },
7176
7269
  "AlarmArn": {},
7177
7270
  "AlarmConfigurationUpdatedTimestamp": {},
@@ -7197,12 +7290,12 @@
7197
7290
  },
7198
7291
  "ExtendedStatistic": {},
7199
7292
  "InsufficientDataActions": {
7200
- "shape": "S4c"
7293
+ "shape": "S4j"
7201
7294
  },
7202
7295
  "MetricName": {},
7203
7296
  "Namespace": {},
7204
7297
  "OkActions": {
7205
- "shape": "S4c"
7298
+ "shape": "S4j"
7206
7299
  },
7207
7300
  "Period": {
7208
7301
  "type": "integer"
@@ -7220,11 +7313,11 @@
7220
7313
  "type": "structure",
7221
7314
  "members": {
7222
7315
  "AccepterVpcInfo": {
7223
- "shape": "Si0"
7316
+ "shape": "Si6"
7224
7317
  },
7225
7318
  "ExpirationTime": {},
7226
7319
  "RequesterVpcInfo": {
7227
- "shape": "Si0"
7320
+ "shape": "Si6"
7228
7321
  },
7229
7322
  "Status": {
7230
7323
  "type": "structure",
@@ -7394,7 +7487,7 @@
7394
7487
  "Containers": {
7395
7488
  "type": "list",
7396
7489
  "member": {
7397
- "shape": "Scv"
7490
+ "shape": "Sd2"
7398
7491
  }
7399
7492
  }
7400
7493
  }
@@ -7409,7 +7502,7 @@
7409
7502
  "type": "structure",
7410
7503
  "members": {
7411
7504
  "BackupVaultEvents": {
7412
- "shape": "S4c"
7505
+ "shape": "S4j"
7413
7506
  },
7414
7507
  "SnsTopicArn": {}
7415
7508
  }
@@ -7461,13 +7554,13 @@
7461
7554
  "members": {
7462
7555
  "DestinationBackupVaultArn": {},
7463
7556
  "Lifecycle": {
7464
- "shape": "Sj5"
7557
+ "shape": "Sjb"
7465
7558
  }
7466
7559
  }
7467
7560
  }
7468
7561
  },
7469
7562
  "Lifecycle": {
7470
- "shape": "Sj5"
7563
+ "shape": "Sjb"
7471
7564
  }
7472
7565
  }
7473
7566
  }
@@ -7691,10 +7784,10 @@
7691
7784
  }
7692
7785
  },
7693
7786
  "AcceleratorManufacturers": {
7694
- "shape": "S4c"
7787
+ "shape": "S4j"
7695
7788
  },
7696
7789
  "AcceleratorNames": {
7697
- "shape": "S4c"
7790
+ "shape": "S4j"
7698
7791
  },
7699
7792
  "AcceleratorTotalMemoryMiB": {
7700
7793
  "type": "structure",
@@ -7708,7 +7801,7 @@
7708
7801
  }
7709
7802
  },
7710
7803
  "AcceleratorTypes": {
7711
- "shape": "S4c"
7804
+ "shape": "S4j"
7712
7805
  },
7713
7806
  "BareMetal": {},
7714
7807
  "BaselineEbsBandwidthMbps": {
@@ -7724,17 +7817,17 @@
7724
7817
  },
7725
7818
  "BurstablePerformance": {},
7726
7819
  "CpuManufacturers": {
7727
- "shape": "S4c"
7820
+ "shape": "S4j"
7728
7821
  },
7729
7822
  "ExcludedInstanceTypes": {
7730
- "shape": "S4c"
7823
+ "shape": "S4j"
7731
7824
  },
7732
7825
  "InstanceGenerations": {
7733
- "shape": "S4c"
7826
+ "shape": "S4j"
7734
7827
  },
7735
7828
  "LocalStorage": {},
7736
7829
  "LocalStorageTypes": {
7737
- "shape": "S4c"
7830
+ "shape": "S4j"
7738
7831
  },
7739
7832
  "MemoryGiBPerVCpu": {
7740
7833
  "type": "structure",
@@ -7859,7 +7952,7 @@
7859
7952
  "type": "integer"
7860
7953
  },
7861
7954
  "Groups": {
7862
- "shape": "S4c"
7955
+ "shape": "S4j"
7863
7956
  },
7864
7957
  "InterfaceType": {},
7865
7958
  "Ipv4PrefixCount": {
@@ -7951,10 +8044,10 @@
7951
8044
  },
7952
8045
  "RamDiskId": {},
7953
8046
  "SecurityGroupIdSet": {
7954
- "shape": "S4c"
8047
+ "shape": "S4j"
7955
8048
  },
7956
8049
  "SecurityGroupSet": {
7957
- "shape": "S4c"
8050
+ "shape": "S4j"
7958
8051
  },
7959
8052
  "UserData": {}
7960
8053
  }
@@ -7971,10 +8064,10 @@
7971
8064
  "type": "structure",
7972
8065
  "members": {
7973
8066
  "AcceleratorTypes": {
7974
- "shape": "S4c"
8067
+ "shape": "S4j"
7975
8068
  },
7976
8069
  "AdditionalCodeRepositories": {
7977
- "shape": "S4c"
8070
+ "shape": "S4j"
7978
8071
  },
7979
8072
  "DefaultCodeRepository": {},
7980
8073
  "DirectInternetAccess": {},
@@ -7996,7 +8089,7 @@
7996
8089
  "RoleArn": {},
7997
8090
  "RootAccess": {},
7998
8091
  "SecurityGroups": {
7999
- "shape": "S4c"
8092
+ "shape": "S4j"
8000
8093
  },
8001
8094
  "SubnetId": {},
8002
8095
  "Url": {},
@@ -8034,19 +8127,19 @@
8034
8127
  "type": "structure",
8035
8128
  "members": {
8036
8129
  "Allow": {
8037
- "shape": "Sko"
8130
+ "shape": "Sku"
8038
8131
  },
8039
8132
  "Block": {
8040
- "shape": "Sks"
8133
+ "shape": "Sky"
8041
8134
  }
8042
8135
  }
8043
8136
  },
8044
8137
  "Description": {},
8045
8138
  "Rules": {
8046
- "shape": "Sku"
8139
+ "shape": "Sl0"
8047
8140
  },
8048
8141
  "VisibilityConfig": {
8049
- "shape": "Skz"
8142
+ "shape": "Sl5"
8050
8143
  }
8051
8144
  }
8052
8145
  },
@@ -8061,11 +8154,11 @@
8061
8154
  "Name": {},
8062
8155
  "Arn": {},
8063
8156
  "Rules": {
8064
- "shape": "Sku"
8157
+ "shape": "Sl0"
8065
8158
  },
8066
8159
  "Scope": {},
8067
8160
  "VisibilityConfig": {
8068
- "shape": "Skz"
8161
+ "shape": "Sl5"
8069
8162
  }
8070
8163
  }
8071
8164
  },
@@ -8236,18 +8329,18 @@
8236
8329
  "ApiId": {},
8237
8330
  "Id": {},
8238
8331
  "OpenIdConnectConfig": {
8239
- "shape": "Sli"
8332
+ "shape": "Slo"
8240
8333
  },
8241
8334
  "Name": {},
8242
8335
  "LambdaAuthorizerConfig": {
8243
- "shape": "Slj"
8336
+ "shape": "Slp"
8244
8337
  },
8245
8338
  "XrayEnabled": {
8246
8339
  "type": "boolean"
8247
8340
  },
8248
8341
  "Arn": {},
8249
8342
  "UserPoolConfig": {
8250
- "shape": "Slk"
8343
+ "shape": "Slq"
8251
8344
  },
8252
8345
  "AuthenticationType": {},
8253
8346
  "LogConfig": {
@@ -8267,13 +8360,13 @@
8267
8360
  "members": {
8268
8361
  "AuthenticationType": {},
8269
8362
  "LambdaAuthorizerConfig": {
8270
- "shape": "Slj"
8363
+ "shape": "Slp"
8271
8364
  },
8272
8365
  "OpenIdConnectConfig": {
8273
- "shape": "Sli"
8366
+ "shape": "Slo"
8274
8367
  },
8275
8368
  "UserPoolConfig": {
8276
- "shape": "Slk"
8369
+ "shape": "Slq"
8277
8370
  }
8278
8371
  }
8279
8372
  }
@@ -8701,7 +8794,7 @@
8701
8794
  "members": {
8702
8795
  "Status": {},
8703
8796
  "RelatedRequirements": {
8704
- "shape": "S27"
8797
+ "shape": "S2e"
8705
8798
  },
8706
8799
  "StatusReasons": {
8707
8800
  "type": "list",
@@ -8725,6 +8818,18 @@
8725
8818
  "StandardsId": {}
8726
8819
  }
8727
8820
  }
8821
+ },
8822
+ "SecurityControlParameters": {
8823
+ "type": "list",
8824
+ "member": {
8825
+ "type": "structure",
8826
+ "members": {
8827
+ "Name": {},
8828
+ "Value": {
8829
+ "shape": "S1j"
8830
+ }
8831
+ }
8832
+ }
8728
8833
  }
8729
8834
  }
8730
8835
  },
@@ -8901,7 +9006,7 @@
8901
9006
  "members": {
8902
9007
  "ConnectionDirection": {},
8903
9008
  "RemoteIpDetails": {
8904
- "shape": "So1"
9009
+ "shape": "So9"
8905
9010
  },
8906
9011
  "RemotePortDetails": {
8907
9012
  "type": "structure",
@@ -8913,7 +9018,7 @@
8913
9018
  }
8914
9019
  },
8915
9020
  "LocalPortDetails": {
8916
- "shape": "So7"
9021
+ "shape": "Sof"
8917
9022
  },
8918
9023
  "Protocol": {},
8919
9024
  "Blocked": {
@@ -8928,7 +9033,7 @@
8928
9033
  "ServiceName": {},
8929
9034
  "CallerType": {},
8930
9035
  "RemoteIpDetails": {
8931
- "shape": "So1"
9036
+ "shape": "So9"
8932
9037
  },
8933
9038
  "DomainDetails": {
8934
9039
  "type": "structure",
@@ -8962,7 +9067,7 @@
8962
9067
  "type": "structure",
8963
9068
  "members": {
8964
9069
  "LocalPortDetails": {
8965
- "shape": "So7"
9070
+ "shape": "Sof"
8966
9071
  },
8967
9072
  "LocalIpDetails": {
8968
9073
  "type": "structure",
@@ -8971,7 +9076,7 @@
8971
9076
  }
8972
9077
  },
8973
9078
  "RemoteIpDetails": {
8974
- "shape": "So1"
9079
+ "shape": "So9"
8975
9080
  }
8976
9081
  }
8977
9082
  }
@@ -9022,7 +9127,7 @@
9022
9127
  }
9023
9128
  }
9024
9129
  },
9025
- "S2n": {
9130
+ "S2u": {
9026
9131
  "type": "structure",
9027
9132
  "members": {
9028
9133
  "Begin": {
@@ -9033,19 +9138,19 @@
9033
9138
  }
9034
9139
  }
9035
9140
  },
9036
- "S2q": {
9141
+ "S2x": {
9037
9142
  "type": "structure",
9038
9143
  "members": {
9039
9144
  "Protocol": {},
9040
9145
  "Destination": {
9041
- "shape": "S2r"
9146
+ "shape": "S2y"
9042
9147
  },
9043
9148
  "Source": {
9044
- "shape": "S2r"
9149
+ "shape": "S2y"
9045
9150
  }
9046
9151
  }
9047
9152
  },
9048
- "S2r": {
9153
+ "S2y": {
9049
9154
  "type": "structure",
9050
9155
  "members": {
9051
9156
  "Address": {
@@ -9054,19 +9159,19 @@
9054
9159
  "PortRanges": {
9055
9160
  "type": "list",
9056
9161
  "member": {
9057
- "shape": "S2n"
9162
+ "shape": "S2u"
9058
9163
  }
9059
9164
  }
9060
9165
  }
9061
9166
  },
9062
- "S3d": {
9167
+ "S3k": {
9063
9168
  "type": "structure",
9064
9169
  "members": {
9065
9170
  "LineRanges": {
9066
- "shape": "S3e"
9171
+ "shape": "S3l"
9067
9172
  },
9068
9173
  "OffsetRanges": {
9069
- "shape": "S3e"
9174
+ "shape": "S3l"
9070
9175
  },
9071
9176
  "Pages": {
9072
9177
  "type": "list",
@@ -9077,10 +9182,10 @@
9077
9182
  "type": "long"
9078
9183
  },
9079
9184
  "LineRange": {
9080
- "shape": "S3f"
9185
+ "shape": "S3m"
9081
9186
  },
9082
9187
  "OffsetRange": {
9083
- "shape": "S3f"
9188
+ "shape": "S3m"
9084
9189
  }
9085
9190
  }
9086
9191
  }
@@ -9115,13 +9220,13 @@
9115
9220
  }
9116
9221
  }
9117
9222
  },
9118
- "S3e": {
9223
+ "S3l": {
9119
9224
  "type": "list",
9120
9225
  "member": {
9121
- "shape": "S3f"
9226
+ "shape": "S3m"
9122
9227
  }
9123
9228
  },
9124
- "S3f": {
9229
+ "S3m": {
9125
9230
  "type": "structure",
9126
9231
  "members": {
9127
9232
  "Start": {
@@ -9135,7 +9240,7 @@
9135
9240
  }
9136
9241
  }
9137
9242
  },
9138
- "S41": {
9243
+ "S48": {
9139
9244
  "type": "list",
9140
9245
  "member": {
9141
9246
  "type": "structure",
@@ -9156,11 +9261,11 @@
9156
9261
  }
9157
9262
  }
9158
9263
  },
9159
- "S4c": {
9264
+ "S4j": {
9160
9265
  "type": "list",
9161
9266
  "member": {}
9162
9267
  },
9163
- "S5a": {
9268
+ "S5h": {
9164
9269
  "type": "list",
9165
9270
  "member": {
9166
9271
  "type": "structure",
@@ -9216,7 +9321,7 @@
9216
9321
  }
9217
9322
  }
9218
9323
  },
9219
- "S5q": {
9324
+ "S5x": {
9220
9325
  "type": "list",
9221
9326
  "member": {
9222
9327
  "type": "structure",
@@ -9227,7 +9332,7 @@
9227
9332
  }
9228
9333
  }
9229
9334
  },
9230
- "S6k": {
9335
+ "S6r": {
9231
9336
  "type": "structure",
9232
9337
  "members": {
9233
9338
  "CloudWatchLogsLogGroupArn": {},
@@ -9236,7 +9341,7 @@
9236
9341
  }
9237
9342
  }
9238
9343
  },
9239
- "S77": {
9344
+ "S7e": {
9240
9345
  "type": "structure",
9241
9346
  "members": {
9242
9347
  "BlockPublicAcls": {
@@ -9253,7 +9358,7 @@
9253
9358
  }
9254
9359
  }
9255
9360
  },
9256
- "S81": {
9361
+ "S88": {
9257
9362
  "type": "list",
9258
9363
  "member": {
9259
9364
  "type": "structure",
@@ -9263,14 +9368,14 @@
9263
9368
  }
9264
9369
  }
9265
9370
  },
9266
- "S83": {
9371
+ "S8a": {
9267
9372
  "type": "structure",
9268
9373
  "members": {
9269
9374
  "PermissionsBoundaryArn": {},
9270
9375
  "PermissionsBoundaryType": {}
9271
9376
  }
9272
9377
  },
9273
- "S8a": {
9378
+ "S8h": {
9274
9379
  "type": "structure",
9275
9380
  "members": {
9276
9381
  "DetailedMetricsEnabled": {
@@ -9288,14 +9393,14 @@
9288
9393
  }
9289
9394
  }
9290
9395
  },
9291
- "S8b": {
9396
+ "S8i": {
9292
9397
  "type": "structure",
9293
9398
  "members": {
9294
9399
  "Format": {},
9295
9400
  "DestinationArn": {}
9296
9401
  }
9297
9402
  },
9298
- "S8l": {
9403
+ "S8s": {
9299
9404
  "type": "list",
9300
9405
  "member": {
9301
9406
  "type": "structure",
@@ -9305,7 +9410,7 @@
9305
9410
  }
9306
9411
  }
9307
9412
  },
9308
- "S8n": {
9413
+ "S8u": {
9309
9414
  "type": "structure",
9310
9415
  "members": {
9311
9416
  "NonKeyAttributes": {
@@ -9314,7 +9419,7 @@
9314
9419
  "ProjectionType": {}
9315
9420
  }
9316
9421
  },
9317
- "S8o": {
9422
+ "S8v": {
9318
9423
  "type": "structure",
9319
9424
  "members": {
9320
9425
  "LastDecreaseDateTime": {},
@@ -9330,7 +9435,7 @@
9330
9435
  }
9331
9436
  }
9332
9437
  },
9333
- "S8v": {
9438
+ "S92": {
9334
9439
  "type": "structure",
9335
9440
  "members": {
9336
9441
  "ReadCapacityUnits": {
@@ -9338,7 +9443,7 @@
9338
9443
  }
9339
9444
  }
9340
9445
  },
9341
- "S9a": {
9446
+ "S9h": {
9342
9447
  "type": "list",
9343
9448
  "member": {
9344
9449
  "type": "structure",
@@ -9361,7 +9466,7 @@
9361
9466
  }
9362
9467
  }
9363
9468
  },
9364
- "Sbi": {
9469
+ "Sbp": {
9365
9470
  "type": "structure",
9366
9471
  "members": {
9367
9472
  "Address": {},
@@ -9371,7 +9476,7 @@
9371
9476
  "HostedZoneId": {}
9372
9477
  }
9373
9478
  },
9374
- "Sbj": {
9479
+ "Sbq": {
9375
9480
  "type": "list",
9376
9481
  "member": {
9377
9482
  "type": "structure",
@@ -9381,7 +9486,7 @@
9381
9486
  }
9382
9487
  }
9383
9488
  },
9384
- "Sbt": {
9489
+ "Sc0": {
9385
9490
  "type": "list",
9386
9491
  "member": {
9387
9492
  "type": "structure",
@@ -9391,7 +9496,7 @@
9391
9496
  }
9392
9497
  }
9393
9498
  },
9394
- "Sbz": {
9499
+ "Sc6": {
9395
9500
  "type": "list",
9396
9501
  "member": {
9397
9502
  "type": "structure",
@@ -9403,7 +9508,7 @@
9403
9508
  }
9404
9509
  }
9405
9510
  },
9406
- "Scv": {
9511
+ "Sd2": {
9407
9512
  "type": "structure",
9408
9513
  "members": {
9409
9514
  "Name": {},
@@ -9423,13 +9528,7 @@
9423
9528
  }
9424
9529
  }
9425
9530
  },
9426
- "Sf8": {
9427
- "type": "list",
9428
- "member": {
9429
- "type": "integer"
9430
- }
9431
- },
9432
- "Sfl": {
9531
+ "Sfr": {
9433
9532
  "type": "structure",
9434
9533
  "members": {
9435
9534
  "CloudWatchLogsLogGroupArn": {},
@@ -9438,7 +9537,7 @@
9438
9537
  }
9439
9538
  }
9440
9539
  },
9441
- "Sgc": {
9540
+ "Sgi": {
9442
9541
  "type": "structure",
9443
9542
  "members": {
9444
9543
  "PublishMetricAction": {
@@ -9457,7 +9556,7 @@
9457
9556
  }
9458
9557
  }
9459
9558
  },
9460
- "Si0": {
9559
+ "Si6": {
9461
9560
  "type": "structure",
9462
9561
  "members": {
9463
9562
  "CidrBlock": {},
@@ -9498,7 +9597,7 @@
9498
9597
  "VpcId": {}
9499
9598
  }
9500
9599
  },
9501
- "Sj5": {
9600
+ "Sjb": {
9502
9601
  "type": "structure",
9503
9602
  "members": {
9504
9603
  "DeleteAfterDays": {
@@ -9509,23 +9608,23 @@
9509
9608
  }
9510
9609
  }
9511
9610
  },
9512
- "Sko": {
9611
+ "Sku": {
9513
9612
  "type": "structure",
9514
9613
  "members": {
9515
9614
  "CustomRequestHandling": {
9516
- "shape": "Skp"
9615
+ "shape": "Skv"
9517
9616
  }
9518
9617
  }
9519
9618
  },
9520
- "Skp": {
9619
+ "Skv": {
9521
9620
  "type": "structure",
9522
9621
  "members": {
9523
9622
  "InsertHeaders": {
9524
- "shape": "Skq"
9623
+ "shape": "Skw"
9525
9624
  }
9526
9625
  }
9527
9626
  },
9528
- "Skq": {
9627
+ "Skw": {
9529
9628
  "type": "list",
9530
9629
  "member": {
9531
9630
  "type": "structure",
@@ -9535,7 +9634,7 @@
9535
9634
  }
9536
9635
  }
9537
9636
  },
9538
- "Sks": {
9637
+ "Sky": {
9539
9638
  "type": "structure",
9540
9639
  "members": {
9541
9640
  "CustomResponse": {
@@ -9546,13 +9645,13 @@
9546
9645
  "type": "integer"
9547
9646
  },
9548
9647
  "ResponseHeaders": {
9549
- "shape": "Skq"
9648
+ "shape": "Skw"
9550
9649
  }
9551
9650
  }
9552
9651
  }
9553
9652
  }
9554
9653
  },
9555
- "Sku": {
9654
+ "Sl0": {
9556
9655
  "type": "list",
9557
9656
  "member": {
9558
9657
  "type": "structure",
@@ -9561,16 +9660,16 @@
9561
9660
  "type": "structure",
9562
9661
  "members": {
9563
9662
  "Allow": {
9564
- "shape": "Sko"
9663
+ "shape": "Sku"
9565
9664
  },
9566
9665
  "Block": {
9567
- "shape": "Sks"
9666
+ "shape": "Sky"
9568
9667
  },
9569
9668
  "Captcha": {
9570
9669
  "type": "structure",
9571
9670
  "members": {
9572
9671
  "CustomRequestHandling": {
9573
- "shape": "Skp"
9672
+ "shape": "Skv"
9574
9673
  }
9575
9674
  }
9576
9675
  },
@@ -9578,7 +9677,7 @@
9578
9677
  "type": "structure",
9579
9678
  "members": {
9580
9679
  "CustomRequestHandling": {
9581
- "shape": "Skp"
9680
+ "shape": "Skv"
9582
9681
  }
9583
9682
  }
9584
9683
  }
@@ -9590,12 +9689,12 @@
9590
9689
  "type": "integer"
9591
9690
  },
9592
9691
  "VisibilityConfig": {
9593
- "shape": "Skz"
9692
+ "shape": "Sl5"
9594
9693
  }
9595
9694
  }
9596
9695
  }
9597
9696
  },
9598
- "Skz": {
9697
+ "Sl5": {
9599
9698
  "type": "structure",
9600
9699
  "members": {
9601
9700
  "CloudWatchMetricsEnabled": {
@@ -9607,7 +9706,7 @@
9607
9706
  }
9608
9707
  }
9609
9708
  },
9610
- "Sli": {
9709
+ "Slo": {
9611
9710
  "type": "structure",
9612
9711
  "members": {
9613
9712
  "AuthTtL": {
@@ -9620,7 +9719,7 @@
9620
9719
  "Issuer": {}
9621
9720
  }
9622
9721
  },
9623
- "Slj": {
9722
+ "Slp": {
9624
9723
  "type": "structure",
9625
9724
  "members": {
9626
9725
  "AuthorizerResultTtlInSeconds": {
@@ -9630,7 +9729,7 @@
9630
9729
  "IdentityValidationExpression": {}
9631
9730
  }
9632
9731
  },
9633
- "Slk": {
9732
+ "Slq": {
9634
9733
  "type": "structure",
9635
9734
  "members": {
9636
9735
  "AppIdClientRegex": {},
@@ -9639,7 +9738,7 @@
9639
9738
  "UserPoolId": {}
9640
9739
  }
9641
9740
  },
9642
- "So1": {
9741
+ "So9": {
9643
9742
  "type": "structure",
9644
9743
  "members": {
9645
9744
  "IpAddressV4": {},
@@ -9680,7 +9779,7 @@
9680
9779
  }
9681
9780
  }
9682
9781
  },
9683
- "So7": {
9782
+ "Sof": {
9684
9783
  "type": "structure",
9685
9784
  "members": {
9686
9785
  "Port": {
@@ -9689,13 +9788,13 @@
9689
9788
  "PortName": {}
9690
9789
  }
9691
9790
  },
9692
- "Soq": {
9791
+ "Soy": {
9693
9792
  "type": "list",
9694
9793
  "member": {
9695
- "shape": "Sor"
9794
+ "shape": "Soz"
9696
9795
  }
9697
9796
  },
9698
- "Sor": {
9797
+ "Soz": {
9699
9798
  "type": "structure",
9700
9799
  "required": [
9701
9800
  "Id",
@@ -9706,7 +9805,7 @@
9706
9805
  "ProductArn": {}
9707
9806
  }
9708
9807
  },
9709
- "Sox": {
9808
+ "Sp5": {
9710
9809
  "type": "structure",
9711
9810
  "required": [
9712
9811
  "StandardsArn",
@@ -9720,12 +9819,12 @@
9720
9819
  "UpdatedReason": {}
9721
9820
  }
9722
9821
  },
9723
- "Sp4": {
9822
+ "Spc": {
9724
9823
  "type": "map",
9725
9824
  "key": {},
9726
9825
  "value": {}
9727
9826
  },
9728
- "Spb": {
9827
+ "Spj": {
9729
9828
  "type": "structure",
9730
9829
  "members": {
9731
9830
  "ProductArn": {
@@ -9820,10 +9919,10 @@
9820
9919
  "shape": "Sx"
9821
9920
  },
9822
9921
  "NetworkSourceIpV4": {
9823
- "shape": "Spc"
9922
+ "shape": "Spk"
9824
9923
  },
9825
9924
  "NetworkSourceIpV6": {
9826
- "shape": "Spc"
9925
+ "shape": "Spk"
9827
9926
  },
9828
9927
  "NetworkSourcePort": {
9829
9928
  "shape": "S14"
@@ -9835,10 +9934,10 @@
9835
9934
  "shape": "Sx"
9836
9935
  },
9837
9936
  "NetworkDestinationIpV4": {
9838
- "shape": "Spc"
9937
+ "shape": "Spk"
9839
9938
  },
9840
9939
  "NetworkDestinationIpV6": {
9841
- "shape": "Spc"
9940
+ "shape": "Spk"
9842
9941
  },
9843
9942
  "NetworkDestinationPort": {
9844
9943
  "shape": "S14"
@@ -9904,10 +10003,10 @@
9904
10003
  "shape": "Sx"
9905
10004
  },
9906
10005
  "ResourceAwsEc2InstanceIpV4Addresses": {
9907
- "shape": "Spc"
10006
+ "shape": "Spk"
9908
10007
  },
9909
10008
  "ResourceAwsEc2InstanceIpV6Addresses": {
9910
- "shape": "Spc"
10009
+ "shape": "Spk"
9911
10010
  },
9912
10011
  "ResourceAwsEc2InstanceKeyName": {
9913
10012
  "shape": "Sx"
@@ -10040,10 +10139,22 @@
10040
10139
  },
10041
10140
  "ComplianceAssociatedStandardsId": {
10042
10141
  "shape": "Sx"
10142
+ },
10143
+ "VulnerabilitiesExploitAvailable": {
10144
+ "shape": "Sx"
10145
+ },
10146
+ "VulnerabilitiesFixAvailable": {
10147
+ "shape": "Sx"
10148
+ },
10149
+ "ComplianceSecurityControlParametersName": {
10150
+ "shape": "Sx"
10151
+ },
10152
+ "ComplianceSecurityControlParametersValue": {
10153
+ "shape": "Sx"
10043
10154
  }
10044
10155
  }
10045
10156
  },
10046
- "Spc": {
10157
+ "Spk": {
10047
10158
  "type": "list",
10048
10159
  "member": {
10049
10160
  "type": "structure",
@@ -10052,7 +10163,7 @@
10052
10163
  }
10053
10164
  }
10054
10165
  },
10055
- "Spo": {
10166
+ "Spw": {
10056
10167
  "type": "list",
10057
10168
  "member": {
10058
10169
  "type": "structure",
@@ -10062,15 +10173,15 @@
10062
10173
  }
10063
10174
  }
10064
10175
  },
10065
- "Spr": {
10176
+ "Spz": {
10066
10177
  "type": "list",
10067
10178
  "member": {}
10068
10179
  },
10069
- "Sq4": {
10180
+ "Sqc": {
10070
10181
  "type": "list",
10071
10182
  "member": {}
10072
10183
  },
10073
- "Srg": {
10184
+ "Sro": {
10074
10185
  "type": "structure",
10075
10186
  "members": {
10076
10187
  "AccountId": {},
@@ -10081,7 +10192,7 @@
10081
10192
  "MemberStatus": {}
10082
10193
  }
10083
10194
  },
10084
- "Sse": {
10195
+ "Ssm": {
10085
10196
  "type": "list",
10086
10197
  "member": {
10087
10198
  "type": "structure",
@@ -10102,6 +10213,146 @@
10102
10213
  }
10103
10214
  }
10104
10215
  }
10216
+ },
10217
+ "Ssq": {
10218
+ "type": "structure",
10219
+ "required": [
10220
+ "SecurityControlId",
10221
+ "Title",
10222
+ "Description",
10223
+ "RemediationUrl",
10224
+ "SeverityRating",
10225
+ "CurrentRegionAvailability"
10226
+ ],
10227
+ "members": {
10228
+ "SecurityControlId": {},
10229
+ "Title": {},
10230
+ "Description": {},
10231
+ "RemediationUrl": {},
10232
+ "SeverityRating": {},
10233
+ "CurrentRegionAvailability": {},
10234
+ "CustomizableProperties": {
10235
+ "type": "list",
10236
+ "member": {}
10237
+ },
10238
+ "ParameterDefinitions": {
10239
+ "type": "map",
10240
+ "key": {},
10241
+ "value": {
10242
+ "type": "structure",
10243
+ "required": [
10244
+ "Description",
10245
+ "ConfigurationOptions"
10246
+ ],
10247
+ "members": {
10248
+ "Description": {},
10249
+ "ConfigurationOptions": {
10250
+ "type": "structure",
10251
+ "members": {
10252
+ "Integer": {
10253
+ "type": "structure",
10254
+ "members": {
10255
+ "DefaultValue": {
10256
+ "type": "integer"
10257
+ },
10258
+ "Min": {
10259
+ "type": "integer"
10260
+ },
10261
+ "Max": {
10262
+ "type": "integer"
10263
+ }
10264
+ }
10265
+ },
10266
+ "IntegerList": {
10267
+ "type": "structure",
10268
+ "members": {
10269
+ "DefaultValue": {
10270
+ "shape": "S22"
10271
+ },
10272
+ "Min": {
10273
+ "type": "integer"
10274
+ },
10275
+ "Max": {
10276
+ "type": "integer"
10277
+ },
10278
+ "MaxItems": {
10279
+ "type": "integer"
10280
+ }
10281
+ }
10282
+ },
10283
+ "Double": {
10284
+ "type": "structure",
10285
+ "members": {
10286
+ "DefaultValue": {
10287
+ "type": "double"
10288
+ },
10289
+ "Min": {
10290
+ "type": "double"
10291
+ },
10292
+ "Max": {
10293
+ "type": "double"
10294
+ }
10295
+ }
10296
+ },
10297
+ "String": {
10298
+ "type": "structure",
10299
+ "members": {
10300
+ "DefaultValue": {},
10301
+ "Re2Expression": {},
10302
+ "ExpressionDescription": {}
10303
+ }
10304
+ },
10305
+ "StringList": {
10306
+ "type": "structure",
10307
+ "members": {
10308
+ "DefaultValue": {
10309
+ "shape": "S1r"
10310
+ },
10311
+ "Re2Expression": {},
10312
+ "MaxItems": {
10313
+ "type": "integer"
10314
+ },
10315
+ "ExpressionDescription": {}
10316
+ }
10317
+ },
10318
+ "Boolean": {
10319
+ "type": "structure",
10320
+ "members": {
10321
+ "DefaultValue": {
10322
+ "type": "boolean"
10323
+ }
10324
+ }
10325
+ },
10326
+ "Enum": {
10327
+ "type": "structure",
10328
+ "members": {
10329
+ "DefaultValue": {},
10330
+ "AllowedValues": {
10331
+ "shape": "S1r"
10332
+ }
10333
+ }
10334
+ },
10335
+ "EnumList": {
10336
+ "type": "structure",
10337
+ "members": {
10338
+ "DefaultValue": {
10339
+ "shape": "S1r"
10340
+ },
10341
+ "MaxItems": {
10342
+ "type": "integer"
10343
+ },
10344
+ "AllowedValues": {
10345
+ "shape": "S1r"
10346
+ }
10347
+ }
10348
+ }
10349
+ },
10350
+ "union": true
10351
+ }
10352
+ }
10353
+ }
10354
+ }
10355
+ }
10105
10356
  }
10106
10357
  }
10107
10358
  }