aws-sdk 2.801.0 → 2.805.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 (44) hide show
  1. package/CHANGELOG.md +25 -1
  2. package/README.md +1 -1
  3. package/apis/amplifybackend-2020-08-11.min.json +0 -8
  4. package/apis/batch-2016-08-10.min.json +81 -21
  5. package/apis/compute-optimizer-2019-11-01.min.json +110 -0
  6. package/apis/{profile-2020-08-15.examples.json → customer-profiles-2020-08-15.examples.json} +0 -0
  7. package/apis/{profile-2020-08-15.min.json → customer-profiles-2020-08-15.min.json} +3 -3
  8. package/apis/{profile-2020-08-15.paginators.json → customer-profiles-2020-08-15.paginators.json} +0 -0
  9. package/apis/dms-2016-01-01.min.json +9 -1
  10. package/apis/ec2-2016-11-15.min.json +4 -0
  11. package/apis/lambda-2015-03-31.examples.json +6 -6
  12. package/apis/license-manager-2018-08-01.min.json +957 -51
  13. package/apis/medialive-2017-10-14.min.json +240 -158
  14. package/apis/metadata.json +4 -3
  15. package/apis/rds-2014-10-31.min.json +200 -132
  16. package/apis/servicecatalog-appregistry-2020-06-24.min.json +80 -0
  17. package/apis/ssm-2014-11-06.min.json +348 -203
  18. package/clients/all.d.ts +1 -1
  19. package/clients/all.js +2 -2
  20. package/clients/amplifybackend.d.ts +74 -74
  21. package/clients/batch.d.ts +200 -133
  22. package/clients/computeoptimizer.d.ts +179 -22
  23. package/clients/{profile.d.ts → customerprofiles.d.ts} +63 -63
  24. package/clients/customerprofiles.js +18 -0
  25. package/clients/directoryservice.d.ts +24 -21
  26. package/clients/dms.d.ts +16 -0
  27. package/clients/ec2.d.ts +6 -2
  28. package/clients/kafka.d.ts +4 -4
  29. package/clients/lambda.d.ts +10 -10
  30. package/clients/licensemanager.d.ts +1350 -72
  31. package/clients/medialive.d.ts +80 -1
  32. package/clients/rds.d.ts +128 -43
  33. package/clients/servicecatalogappregistry.d.ts +61 -0
  34. package/clients/ssm.d.ts +197 -10
  35. package/clients/workspaces.d.ts +10 -10
  36. package/dist/aws-sdk-core-react-native.js +2 -2
  37. package/dist/aws-sdk-react-native.js +31 -27
  38. package/dist/aws-sdk.js +565 -343
  39. package/dist/aws-sdk.min.js +60 -60
  40. package/lib/config_service_placeholders.d.ts +2 -2
  41. package/lib/core.js +1 -1
  42. package/lib/services/s3.js +6 -2
  43. package/package.json +1 -1
  44. package/clients/profile.js +0 -18
@@ -296,6 +296,26 @@
296
296
  }
297
297
  }
298
298
  },
299
+ "CreateOpsMetadata": {
300
+ "input": {
301
+ "type": "structure",
302
+ "required": [
303
+ "ResourceId"
304
+ ],
305
+ "members": {
306
+ "ResourceId": {},
307
+ "Metadata": {
308
+ "shape": "S3y"
309
+ }
310
+ }
311
+ },
312
+ "output": {
313
+ "type": "structure",
314
+ "members": {
315
+ "OpsMetadataArn": {}
316
+ }
317
+ }
318
+ },
299
319
  "CreatePatchBaseline": {
300
320
  "input": {
301
321
  "type": "structure",
@@ -306,25 +326,25 @@
306
326
  "OperatingSystem": {},
307
327
  "Name": {},
308
328
  "GlobalFilters": {
309
- "shape": "S3z"
329
+ "shape": "S47"
310
330
  },
311
331
  "ApprovalRules": {
312
- "shape": "S45"
332
+ "shape": "S4d"
313
333
  },
314
334
  "ApprovedPatches": {
315
- "shape": "S4c"
335
+ "shape": "S4k"
316
336
  },
317
337
  "ApprovedPatchesComplianceLevel": {},
318
338
  "ApprovedPatchesEnableNonSecurity": {
319
339
  "type": "boolean"
320
340
  },
321
341
  "RejectedPatches": {
322
- "shape": "S4c"
342
+ "shape": "S4k"
323
343
  },
324
344
  "RejectedPatchesAction": {},
325
345
  "Description": {},
326
346
  "Sources": {
327
- "shape": "S4g"
347
+ "shape": "S4o"
328
348
  },
329
349
  "ClientToken": {
330
350
  "idempotencyToken": true
@@ -350,11 +370,11 @@
350
370
  "members": {
351
371
  "SyncName": {},
352
372
  "S3Destination": {
353
- "shape": "S4q"
373
+ "shape": "S4y"
354
374
  },
355
375
  "SyncType": {},
356
376
  "SyncSource": {
357
- "shape": "S4z"
377
+ "shape": "S57"
358
378
  }
359
379
  }
360
380
  },
@@ -435,7 +455,7 @@
435
455
  "DeletionId": {},
436
456
  "TypeName": {},
437
457
  "DeletionSummary": {
438
- "shape": "S5m"
458
+ "shape": "S5u"
439
459
  }
440
460
  }
441
461
  }
@@ -457,6 +477,21 @@
457
477
  }
458
478
  }
459
479
  },
480
+ "DeleteOpsMetadata": {
481
+ "input": {
482
+ "type": "structure",
483
+ "required": [
484
+ "OpsMetadataArn"
485
+ ],
486
+ "members": {
487
+ "OpsMetadataArn": {}
488
+ }
489
+ },
490
+ "output": {
491
+ "type": "structure",
492
+ "members": {}
493
+ }
494
+ },
460
495
  "DeleteParameter": {
461
496
  "input": {
462
497
  "type": "structure",
@@ -480,7 +515,7 @@
480
515
  ],
481
516
  "members": {
482
517
  "Names": {
483
- "shape": "S5z"
518
+ "shape": "S69"
484
519
  }
485
520
  }
486
521
  },
@@ -488,10 +523,10 @@
488
523
  "type": "structure",
489
524
  "members": {
490
525
  "DeletedParameters": {
491
- "shape": "S5z"
526
+ "shape": "S69"
492
527
  },
493
528
  "InvalidParameters": {
494
- "shape": "S5z"
529
+ "shape": "S69"
495
530
  }
496
531
  }
497
532
  }
@@ -853,7 +888,7 @@
853
888
  "ExecutedBy": {},
854
889
  "LogFile": {},
855
890
  "Outputs": {
856
- "shape": "S7u"
891
+ "shape": "S84"
857
892
  },
858
893
  "Mode": {},
859
894
  "ParentAutomationExecutionId": {},
@@ -865,10 +900,10 @@
865
900
  "shape": "Sx"
866
901
  },
867
902
  "TargetMaps": {
868
- "shape": "S7z"
903
+ "shape": "S89"
869
904
  },
870
905
  "ResolvedTargets": {
871
- "shape": "S84"
906
+ "shape": "S8e"
872
907
  },
873
908
  "MaxConcurrency": {},
874
909
  "MaxErrors": {},
@@ -919,7 +954,7 @@
919
954
  "type": "structure",
920
955
  "members": {
921
956
  "StepExecutions": {
922
- "shape": "S8e"
957
+ "shape": "S8o"
923
958
  },
924
959
  "NextToken": {}
925
960
  }
@@ -930,7 +965,7 @@
930
965
  "type": "structure",
931
966
  "members": {
932
967
  "Filters": {
933
- "shape": "S8u"
968
+ "shape": "S94"
934
969
  },
935
970
  "MaxResults": {
936
971
  "type": "integer"
@@ -944,7 +979,7 @@
944
979
  "Patches": {
945
980
  "type": "list",
946
981
  "member": {
947
- "shape": "S92"
982
+ "shape": "S9c"
948
983
  }
949
984
  },
950
985
  "NextToken": {}
@@ -988,7 +1023,7 @@
988
1023
  "type": "structure",
989
1024
  "members": {
990
1025
  "AccountIds": {
991
- "shape": "S9w"
1026
+ "shape": "Sa6"
992
1027
  },
993
1028
  "AccountSharingInfoList": {
994
1029
  "type": "list",
@@ -1059,7 +1094,7 @@
1059
1094
  "type": "structure",
1060
1095
  "members": {
1061
1096
  "Patch": {
1062
- "shape": "S92"
1097
+ "shape": "S9c"
1063
1098
  },
1064
1099
  "PatchStatus": {
1065
1100
  "type": "structure",
@@ -1146,7 +1181,7 @@
1146
1181
  "members": {
1147
1182
  "key": {},
1148
1183
  "valueSet": {
1149
- "shape": "Sap"
1184
+ "shape": "Saz"
1150
1185
  }
1151
1186
  }
1152
1187
  }
@@ -1162,7 +1197,7 @@
1162
1197
  "members": {
1163
1198
  "Key": {},
1164
1199
  "Values": {
1165
- "shape": "Sap"
1200
+ "shape": "Saz"
1166
1201
  }
1167
1202
  }
1168
1203
  }
@@ -1251,7 +1286,7 @@
1251
1286
  "InstancePatchStates": {
1252
1287
  "type": "list",
1253
1288
  "member": {
1254
- "shape": "Sb9"
1289
+ "shape": "Sbj"
1255
1290
  }
1256
1291
  },
1257
1292
  "NextToken": {}
@@ -1297,7 +1332,7 @@
1297
1332
  "InstancePatchStates": {
1298
1333
  "type": "list",
1299
1334
  "member": {
1300
- "shape": "Sb9"
1335
+ "shape": "Sbj"
1301
1336
  }
1302
1337
  },
1303
1338
  "NextToken": {}
@@ -1313,7 +1348,7 @@
1313
1348
  "members": {
1314
1349
  "InstanceId": {},
1315
1350
  "Filters": {
1316
- "shape": "S8u"
1351
+ "shape": "S94"
1317
1352
  },
1318
1353
  "NextToken": {},
1319
1354
  "MaxResults": {
@@ -1380,7 +1415,7 @@
1380
1415
  "LastStatus": {},
1381
1416
  "LastStatusMessage": {},
1382
1417
  "DeletionSummary": {
1383
- "shape": "S5m"
1418
+ "shape": "S5u"
1384
1419
  },
1385
1420
  "LastStatusUpdateTime": {
1386
1421
  "type": "timestamp"
@@ -1403,7 +1438,7 @@
1403
1438
  "WindowExecutionId": {},
1404
1439
  "TaskId": {},
1405
1440
  "Filters": {
1406
- "shape": "Scc"
1441
+ "shape": "Scm"
1407
1442
  },
1408
1443
  "MaxResults": {
1409
1444
  "type": "integer"
@@ -1425,7 +1460,7 @@
1425
1460
  "ExecutionId": {},
1426
1461
  "TaskType": {},
1427
1462
  "Parameters": {
1428
- "shape": "Sco"
1463
+ "shape": "Scy"
1429
1464
  },
1430
1465
  "Status": {},
1431
1466
  "StatusDetails": {},
@@ -1436,7 +1471,7 @@
1436
1471
  "type": "timestamp"
1437
1472
  },
1438
1473
  "OwnerInformation": {
1439
- "shape": "Sbc"
1474
+ "shape": "Sbm"
1440
1475
  },
1441
1476
  "WindowTargetId": {}
1442
1477
  }
@@ -1455,7 +1490,7 @@
1455
1490
  "members": {
1456
1491
  "WindowExecutionId": {},
1457
1492
  "Filters": {
1458
- "shape": "Scc"
1493
+ "shape": "Scm"
1459
1494
  },
1460
1495
  "MaxResults": {
1461
1496
  "type": "integer"
@@ -1499,7 +1534,7 @@
1499
1534
  "members": {
1500
1535
  "WindowId": {},
1501
1536
  "Filters": {
1502
- "shape": "Scc"
1537
+ "shape": "Scm"
1503
1538
  },
1504
1539
  "MaxResults": {
1505
1540
  "type": "integer"
@@ -1542,7 +1577,7 @@
1542
1577
  },
1543
1578
  "ResourceType": {},
1544
1579
  "Filters": {
1545
- "shape": "S8u"
1580
+ "shape": "S94"
1546
1581
  },
1547
1582
  "MaxResults": {
1548
1583
  "type": "integer"
@@ -1577,7 +1612,7 @@
1577
1612
  "members": {
1578
1613
  "WindowId": {},
1579
1614
  "Filters": {
1580
- "shape": "Scc"
1615
+ "shape": "Scm"
1581
1616
  },
1582
1617
  "MaxResults": {
1583
1618
  "type": "integer"
@@ -1600,7 +1635,7 @@
1600
1635
  "shape": "Sx"
1601
1636
  },
1602
1637
  "OwnerInformation": {
1603
- "shape": "Sbc"
1638
+ "shape": "Sbm"
1604
1639
  },
1605
1640
  "Name": {},
1606
1641
  "Description": {
@@ -1622,7 +1657,7 @@
1622
1657
  "members": {
1623
1658
  "WindowId": {},
1624
1659
  "Filters": {
1625
- "shape": "Scc"
1660
+ "shape": "Scm"
1626
1661
  },
1627
1662
  "MaxResults": {
1628
1663
  "type": "integer"
@@ -1646,13 +1681,13 @@
1646
1681
  "shape": "Sx"
1647
1682
  },
1648
1683
  "TaskParameters": {
1649
- "shape": "Sdf"
1684
+ "shape": "Sdp"
1650
1685
  },
1651
1686
  "Priority": {
1652
1687
  "type": "integer"
1653
1688
  },
1654
1689
  "LoggingInfo": {
1655
- "shape": "Sdl"
1690
+ "shape": "Sdv"
1656
1691
  },
1657
1692
  "ServiceRoleArn": {},
1658
1693
  "MaxConcurrency": {},
@@ -1673,7 +1708,7 @@
1673
1708
  "type": "structure",
1674
1709
  "members": {
1675
1710
  "Filters": {
1676
- "shape": "Scc"
1711
+ "shape": "Scm"
1677
1712
  },
1678
1713
  "MaxResults": {
1679
1714
  "type": "integer"
@@ -1839,7 +1874,7 @@
1839
1874
  }
1840
1875
  },
1841
1876
  "ParameterFilters": {
1842
- "shape": "Sef"
1877
+ "shape": "Sep"
1843
1878
  },
1844
1879
  "MaxResults": {
1845
1880
  "type": "integer"
@@ -1869,7 +1904,7 @@
1869
1904
  },
1870
1905
  "Tier": {},
1871
1906
  "Policies": {
1872
- "shape": "Seu"
1907
+ "shape": "Sf4"
1873
1908
  },
1874
1909
  "DataType": {}
1875
1910
  }
@@ -1884,7 +1919,7 @@
1884
1919
  "type": "structure",
1885
1920
  "members": {
1886
1921
  "Filters": {
1887
- "shape": "S8u"
1922
+ "shape": "S94"
1888
1923
  },
1889
1924
  "MaxResults": {
1890
1925
  "type": "integer"
@@ -1898,7 +1933,7 @@
1898
1933
  "BaselineIdentities": {
1899
1934
  "type": "list",
1900
1935
  "member": {
1901
- "shape": "Sf0"
1936
+ "shape": "Sfa"
1902
1937
  }
1903
1938
  },
1904
1939
  "NextToken": {}
@@ -1956,7 +1991,7 @@
1956
1991
  "type": "integer"
1957
1992
  },
1958
1993
  "Filters": {
1959
- "shape": "S8u"
1994
+ "shape": "S94"
1960
1995
  },
1961
1996
  "NextToken": {}
1962
1997
  }
@@ -1971,7 +2006,7 @@
1971
2006
  "members": {
1972
2007
  "PatchGroup": {},
1973
2008
  "BaselineIdentity": {
1974
- "shape": "Sf0"
2009
+ "shape": "Sfa"
1975
2010
  }
1976
2011
  }
1977
2012
  }
@@ -2101,16 +2136,16 @@
2101
2136
  },
2102
2137
  "AutomationExecutionStatus": {},
2103
2138
  "StepExecutions": {
2104
- "shape": "S8e"
2139
+ "shape": "S8o"
2105
2140
  },
2106
2141
  "StepExecutionsTruncated": {
2107
2142
  "type": "boolean"
2108
2143
  },
2109
2144
  "Parameters": {
2110
- "shape": "S7u"
2145
+ "shape": "S84"
2111
2146
  },
2112
2147
  "Outputs": {
2113
- "shape": "S7u"
2148
+ "shape": "S84"
2114
2149
  },
2115
2150
  "FailureMessage": {},
2116
2151
  "Mode": {},
@@ -2123,16 +2158,16 @@
2123
2158
  "shape": "Sx"
2124
2159
  },
2125
2160
  "TargetMaps": {
2126
- "shape": "S7z"
2161
+ "shape": "S89"
2127
2162
  },
2128
2163
  "ResolvedTargets": {
2129
- "shape": "S84"
2164
+ "shape": "S8e"
2130
2165
  },
2131
2166
  "MaxConcurrency": {},
2132
2167
  "MaxErrors": {},
2133
2168
  "Target": {},
2134
2169
  "TargetLocations": {
2135
- "shape": "Sg2"
2170
+ "shape": "Sgc"
2136
2171
  },
2137
2172
  "ProgressCounters": {
2138
2173
  "type": "structure",
@@ -2217,7 +2252,7 @@
2217
2252
  "StandardErrorContent": {},
2218
2253
  "StandardErrorUrl": {},
2219
2254
  "CloudWatchOutputConfig": {
2220
- "shape": "Sgk"
2255
+ "shape": "Sgu"
2221
2256
  }
2222
2257
  }
2223
2258
  }
@@ -2327,10 +2362,10 @@
2327
2362
  "type": "structure",
2328
2363
  "members": {
2329
2364
  "Filters": {
2330
- "shape": "Sh5"
2365
+ "shape": "Shf"
2331
2366
  },
2332
2367
  "Aggregators": {
2333
- "shape": "Shb"
2368
+ "shape": "Shl"
2334
2369
  },
2335
2370
  "ResultAttributes": {
2336
2371
  "type": "list",
@@ -2375,7 +2410,7 @@
2375
2410
  "CaptureTime": {},
2376
2411
  "ContentHash": {},
2377
2412
  "Content": {
2378
- "shape": "Shs"
2413
+ "shape": "Si2"
2379
2414
  }
2380
2415
  }
2381
2416
  }
@@ -2539,7 +2574,7 @@
2539
2574
  "TaskParameters": {
2540
2575
  "type": "list",
2541
2576
  "member": {
2542
- "shape": "Sdf"
2577
+ "shape": "Sdp"
2543
2578
  },
2544
2579
  "sensitive": true
2545
2580
  },
@@ -2582,7 +2617,7 @@
2582
2617
  "ExecutionId": {},
2583
2618
  "TaskType": {},
2584
2619
  "Parameters": {
2585
- "shape": "Sco"
2620
+ "shape": "Scy"
2586
2621
  },
2587
2622
  "Status": {},
2588
2623
  "StatusDetails": {},
@@ -2593,7 +2628,7 @@
2593
2628
  "type": "timestamp"
2594
2629
  },
2595
2630
  "OwnerInformation": {
2596
- "shape": "Sbc"
2631
+ "shape": "Sbm"
2597
2632
  },
2598
2633
  "WindowTargetId": {}
2599
2634
  }
@@ -2623,10 +2658,10 @@
2623
2658
  "ServiceRoleArn": {},
2624
2659
  "TaskType": {},
2625
2660
  "TaskParameters": {
2626
- "shape": "Sdf"
2661
+ "shape": "Sdp"
2627
2662
  },
2628
2663
  "TaskInvocationParameters": {
2629
- "shape": "Sij"
2664
+ "shape": "Sit"
2630
2665
  },
2631
2666
  "Priority": {
2632
2667
  "type": "integer"
@@ -2634,7 +2669,7 @@
2634
2669
  "MaxConcurrency": {},
2635
2670
  "MaxErrors": {},
2636
2671
  "LoggingInfo": {
2637
- "shape": "Sdl"
2672
+ "shape": "Sdv"
2638
2673
  },
2639
2674
  "Name": {},
2640
2675
  "Description": {
@@ -2692,16 +2727,41 @@
2692
2727
  }
2693
2728
  }
2694
2729
  },
2730
+ "GetOpsMetadata": {
2731
+ "input": {
2732
+ "type": "structure",
2733
+ "required": [
2734
+ "OpsMetadataArn"
2735
+ ],
2736
+ "members": {
2737
+ "OpsMetadataArn": {},
2738
+ "MaxResults": {
2739
+ "type": "integer"
2740
+ },
2741
+ "NextToken": {}
2742
+ }
2743
+ },
2744
+ "output": {
2745
+ "type": "structure",
2746
+ "members": {
2747
+ "ResourceId": {},
2748
+ "Metadata": {
2749
+ "shape": "S3y"
2750
+ },
2751
+ "NextToken": {}
2752
+ }
2753
+ }
2754
+ },
2695
2755
  "GetOpsSummary": {
2696
2756
  "input": {
2697
2757
  "type": "structure",
2698
2758
  "members": {
2699
2759
  "SyncName": {},
2700
2760
  "Filters": {
2701
- "shape": "Sj3"
2761
+ "shape": "Sjg"
2702
2762
  },
2703
2763
  "Aggregators": {
2704
- "shape": "Sj9"
2764
+ "shape": "Sjm"
2705
2765
  },
2706
2766
  "ResultAttributes": {
2707
2767
  "type": "list",
@@ -2772,7 +2832,7 @@
2772
2832
  "type": "structure",
2773
2833
  "members": {
2774
2834
  "Parameter": {
2775
- "shape": "Sjv"
2835
+ "shape": "Sk8"
2776
2836
  }
2777
2837
  }
2778
2838
  }
@@ -2816,11 +2876,11 @@
2816
2876
  "type": "long"
2817
2877
  },
2818
2878
  "Labels": {
2819
- "shape": "Sk2"
2879
+ "shape": "Skf"
2820
2880
  },
2821
2881
  "Tier": {},
2822
2882
  "Policies": {
2823
- "shape": "Seu"
2883
+ "shape": "Sf4"
2824
2884
  },
2825
2885
  "DataType": {}
2826
2886
  }
@@ -2838,7 +2898,7 @@
2838
2898
  ],
2839
2899
  "members": {
2840
2900
  "Names": {
2841
- "shape": "S5z"
2901
+ "shape": "S69"
2842
2902
  },
2843
2903
  "WithDecryption": {
2844
2904
  "type": "boolean"
@@ -2849,10 +2909,10 @@
2849
2909
  "type": "structure",
2850
2910
  "members": {
2851
2911
  "Parameters": {
2852
- "shape": "Sk6"
2912
+ "shape": "Skj"
2853
2913
  },
2854
2914
  "InvalidParameters": {
2855
- "shape": "S5z"
2915
+ "shape": "S69"
2856
2916
  }
2857
2917
  }
2858
2918
  }
@@ -2869,7 +2929,7 @@
2869
2929
  "type": "boolean"
2870
2930
  },
2871
2931
  "ParameterFilters": {
2872
- "shape": "Sef"
2932
+ "shape": "Sep"
2873
2933
  },
2874
2934
  "WithDecryption": {
2875
2935
  "type": "boolean"
@@ -2884,7 +2944,7 @@
2884
2944
  "type": "structure",
2885
2945
  "members": {
2886
2946
  "Parameters": {
2887
- "shape": "Sk6"
2947
+ "shape": "Skj"
2888
2948
  },
2889
2949
  "NextToken": {}
2890
2950
  }
@@ -2907,20 +2967,20 @@
2907
2967
  "Name": {},
2908
2968
  "OperatingSystem": {},
2909
2969
  "GlobalFilters": {
2910
- "shape": "S3z"
2970
+ "shape": "S47"
2911
2971
  },
2912
2972
  "ApprovalRules": {
2913
- "shape": "S45"
2973
+ "shape": "S4d"
2914
2974
  },
2915
2975
  "ApprovedPatches": {
2916
- "shape": "S4c"
2976
+ "shape": "S4k"
2917
2977
  },
2918
2978
  "ApprovedPatchesComplianceLevel": {},
2919
2979
  "ApprovedPatchesEnableNonSecurity": {
2920
2980
  "type": "boolean"
2921
2981
  },
2922
2982
  "RejectedPatches": {
2923
- "shape": "S4c"
2983
+ "shape": "S4k"
2924
2984
  },
2925
2985
  "RejectedPatchesAction": {},
2926
2986
  "PatchGroups": {
@@ -2935,7 +2995,7 @@
2935
2995
  },
2936
2996
  "Description": {},
2937
2997
  "Sources": {
2938
- "shape": "S4g"
2998
+ "shape": "S4o"
2939
2999
  }
2940
3000
  }
2941
3001
  }
@@ -2974,7 +3034,7 @@
2974
3034
  "type": "structure",
2975
3035
  "members": {
2976
3036
  "ServiceSetting": {
2977
- "shape": "Ski"
3037
+ "shape": "Skv"
2978
3038
  }
2979
3039
  }
2980
3040
  }
@@ -2992,7 +3052,7 @@
2992
3052
  "type": "long"
2993
3053
  },
2994
3054
  "Labels": {
2995
- "shape": "Sk2"
3055
+ "shape": "Skf"
2996
3056
  }
2997
3057
  }
2998
3058
  },
@@ -3000,7 +3060,7 @@
3000
3060
  "type": "structure",
3001
3061
  "members": {
3002
3062
  "InvalidLabels": {
3003
- "shape": "Sk2"
3063
+ "shape": "Skf"
3004
3064
  },
3005
3065
  "ParameterVersion": {
3006
3066
  "type": "long"
@@ -3128,7 +3188,7 @@
3128
3188
  },
3129
3189
  "NextToken": {},
3130
3190
  "Filters": {
3131
- "shape": "Sl0"
3191
+ "shape": "Sld"
3132
3192
  },
3133
3193
  "Details": {
3134
3194
  "type": "boolean"
@@ -3185,10 +3245,10 @@
3185
3245
  },
3186
3246
  "ServiceRole": {},
3187
3247
  "NotificationConfig": {
3188
- "shape": "Sil"
3248
+ "shape": "Siv"
3189
3249
  },
3190
3250
  "CloudWatchOutputConfig": {
3191
- "shape": "Sgk"
3251
+ "shape": "Sgu"
3192
3252
  }
3193
3253
  }
3194
3254
  }
@@ -3208,7 +3268,7 @@
3208
3268
  },
3209
3269
  "NextToken": {},
3210
3270
  "Filters": {
3211
- "shape": "Sl0"
3271
+ "shape": "Sld"
3212
3272
  }
3213
3273
  }
3214
3274
  },
@@ -3218,7 +3278,7 @@
3218
3278
  "Commands": {
3219
3279
  "type": "list",
3220
3280
  "member": {
3221
- "shape": "Slg"
3281
+ "shape": "Slt"
3222
3282
  }
3223
3283
  },
3224
3284
  "NextToken": {}
@@ -3230,7 +3290,7 @@
3230
3290
  "type": "structure",
3231
3291
  "members": {
3232
3292
  "Filters": {
3233
- "shape": "Sln"
3293
+ "shape": "Sm0"
3234
3294
  },
3235
3295
  "ResourceIds": {
3236
3296
  "type": "list",
@@ -3262,10 +3322,10 @@
3262
3322
  "Status": {},
3263
3323
  "Severity": {},
3264
3324
  "ExecutionSummary": {
3265
- "shape": "Sm5"
3325
+ "shape": "Smi"
3266
3326
  },
3267
3327
  "Details": {
3268
- "shape": "Sm8"
3328
+ "shape": "Sml"
3269
3329
  }
3270
3330
  }
3271
3331
  }
@@ -3279,7 +3339,7 @@
3279
3339
  "type": "structure",
3280
3340
  "members": {
3281
3341
  "Filters": {
3282
- "shape": "Sln"
3342
+ "shape": "Sm0"
3283
3343
  },
3284
3344
  "NextToken": {},
3285
3345
  "MaxResults": {
@@ -3297,10 +3357,10 @@
3297
3357
  "members": {
3298
3358
  "ComplianceType": {},
3299
3359
  "CompliantSummary": {
3300
- "shape": "Smd"
3360
+ "shape": "Smq"
3301
3361
  },
3302
3362
  "NonCompliantSummary": {
3303
- "shape": "Smg"
3363
+ "shape": "Smt"
3304
3364
  }
3305
3365
  }
3306
3366
  }
@@ -3430,7 +3490,7 @@
3430
3490
  "InstanceId": {},
3431
3491
  "TypeName": {},
3432
3492
  "Filters": {
3433
- "shape": "Sh5"
3493
+ "shape": "Shf"
3434
3494
  },
3435
3495
  "NextToken": {},
3436
3496
  "MaxResults": {
@@ -3446,7 +3506,58 @@
3446
3506
  "SchemaVersion": {},
3447
3507
  "CaptureTime": {},
3448
3508
  "Entries": {
3449
- "shape": "Shs"
3509
+ "shape": "Si2"
3510
+ },
3511
+ "NextToken": {}
3512
+ }
3513
+ }
3514
+ },
3515
+ "ListOpsMetadata": {
3516
+ "input": {
3517
+ "type": "structure",
3518
+ "members": {
3519
+ "Filters": {
3520
+ "type": "list",
3521
+ "member": {
3522
+ "type": "structure",
3523
+ "required": [
3524
+ "Key",
3525
+ "Values"
3526
+ ],
3527
+ "members": {
3528
+ "Key": {},
3529
+ "Values": {
3530
+ "type": "list",
3531
+ "member": {}
3532
+ }
3533
+ }
3534
+ }
3535
+ },
3536
+ "MaxResults": {
3537
+ "type": "integer"
3538
+ },
3539
+ "NextToken": {}
3540
+ }
3541
+ },
3542
+ "output": {
3543
+ "type": "structure",
3544
+ "members": {
3545
+ "OpsMetadataList": {
3546
+ "type": "list",
3547
+ "member": {
3548
+ "type": "structure",
3549
+ "members": {
3550
+ "ResourceId": {},
3551
+ "OpsMetadataArn": {},
3552
+ "LastModifiedDate": {
3553
+ "type": "timestamp"
3554
+ },
3555
+ "LastModifiedUser": {},
3556
+ "CreationDate": {
3557
+ "type": "timestamp"
3558
+ }
3559
+ }
3560
+ }
3450
3561
  },
3451
3562
  "NextToken": {}
3452
3563
  }
@@ -3457,7 +3568,7 @@
3457
3568
  "type": "structure",
3458
3569
  "members": {
3459
3570
  "Filters": {
3460
- "shape": "Sln"
3571
+ "shape": "Sm0"
3461
3572
  },
3462
3573
  "NextToken": {},
3463
3574
  "MaxResults": {
@@ -3479,13 +3590,13 @@
3479
3590
  "Status": {},
3480
3591
  "OverallSeverity": {},
3481
3592
  "ExecutionSummary": {
3482
- "shape": "Sm5"
3593
+ "shape": "Smi"
3483
3594
  },
3484
3595
  "CompliantSummary": {
3485
- "shape": "Smd"
3596
+ "shape": "Smq"
3486
3597
  },
3487
3598
  "NonCompliantSummary": {
3488
- "shape": "Smg"
3599
+ "shape": "Smt"
3489
3600
  }
3490
3601
  }
3491
3602
  }
@@ -3520,10 +3631,10 @@
3520
3631
  "members": {
3521
3632
  "SourceType": {},
3522
3633
  "AwsOrganizationsSource": {
3523
- "shape": "S51"
3634
+ "shape": "S59"
3524
3635
  },
3525
3636
  "SourceRegions": {
3526
- "shape": "S56"
3637
+ "shape": "S5e"
3527
3638
  },
3528
3639
  "IncludeFutureRegions": {
3529
3640
  "type": "boolean"
@@ -3532,7 +3643,7 @@
3532
3643
  }
3533
3644
  },
3534
3645
  "S3Destination": {
3535
- "shape": "S4q"
3646
+ "shape": "S4y"
3536
3647
  },
3537
3648
  "LastSyncTime": {
3538
3649
  "type": "timestamp"
@@ -3587,10 +3698,10 @@
3587
3698
  "Name": {},
3588
3699
  "PermissionType": {},
3589
3700
  "AccountIdsToAdd": {
3590
- "shape": "S9w"
3701
+ "shape": "Sa6"
3591
3702
  },
3592
3703
  "AccountIdsToRemove": {
3593
- "shape": "S9w"
3704
+ "shape": "Sa6"
3594
3705
  },
3595
3706
  "SharedDocumentVersion": {}
3596
3707
  }
@@ -3615,7 +3726,7 @@
3615
3726
  "ResourceType": {},
3616
3727
  "ComplianceType": {},
3617
3728
  "ExecutionSummary": {
3618
- "shape": "Sm5"
3729
+ "shape": "Smi"
3619
3730
  },
3620
3731
  "Items": {
3621
3732
  "type": "list",
@@ -3631,7 +3742,7 @@
3631
3742
  "Severity": {},
3632
3743
  "Status": {},
3633
3744
  "Details": {
3634
- "shape": "Sm8"
3745
+ "shape": "Sml"
3635
3746
  }
3636
3747
  }
3637
3748
  }
@@ -3669,7 +3780,7 @@
3669
3780
  "CaptureTime": {},
3670
3781
  "ContentHash": {},
3671
3782
  "Content": {
3672
- "shape": "Shs"
3783
+ "shape": "Si2"
3673
3784
  },
3674
3785
  "Context": {
3675
3786
  "type": "map",
@@ -3775,7 +3886,7 @@
3775
3886
  "shape": "Sx"
3776
3887
  },
3777
3888
  "OwnerInformation": {
3778
- "shape": "Sbc"
3889
+ "shape": "Sbm"
3779
3890
  },
3780
3891
  "Name": {},
3781
3892
  "Description": {
@@ -3813,10 +3924,10 @@
3813
3924
  "ServiceRoleArn": {},
3814
3925
  "TaskType": {},
3815
3926
  "TaskParameters": {
3816
- "shape": "Sdf"
3927
+ "shape": "Sdp"
3817
3928
  },
3818
3929
  "TaskInvocationParameters": {
3819
- "shape": "Sij"
3930
+ "shape": "Sit"
3820
3931
  },
3821
3932
  "Priority": {
3822
3933
  "type": "integer"
@@ -3824,7 +3935,7 @@
3824
3935
  "MaxConcurrency": {},
3825
3936
  "MaxErrors": {},
3826
3937
  "LoggingInfo": {
3827
- "shape": "Sdl"
3938
+ "shape": "Sdv"
3828
3939
  },
3829
3940
  "Name": {},
3830
3941
  "Description": {
@@ -3878,7 +3989,7 @@
3878
3989
  "type": "structure",
3879
3990
  "members": {
3880
3991
  "ServiceSetting": {
3881
- "shape": "Ski"
3992
+ "shape": "Skv"
3882
3993
  }
3883
3994
  }
3884
3995
  }
@@ -3913,7 +4024,7 @@
3913
4024
  "AutomationExecutionId": {},
3914
4025
  "SignalType": {},
3915
4026
  "Payload": {
3916
- "shape": "S7u"
4027
+ "shape": "S84"
3917
4028
  }
3918
4029
  }
3919
4030
  },
@@ -3953,10 +4064,10 @@
3953
4064
  "MaxErrors": {},
3954
4065
  "ServiceRoleArn": {},
3955
4066
  "NotificationConfig": {
3956
- "shape": "Sil"
4067
+ "shape": "Siv"
3957
4068
  },
3958
4069
  "CloudWatchOutputConfig": {
3959
- "shape": "Sgk"
4070
+ "shape": "Sgu"
3960
4071
  }
3961
4072
  }
3962
4073
  },
@@ -3964,7 +4075,7 @@
3964
4075
  "type": "structure",
3965
4076
  "members": {
3966
4077
  "Command": {
3967
- "shape": "Slg"
4078
+ "shape": "Slt"
3968
4079
  }
3969
4080
  }
3970
4081
  }
@@ -3997,7 +4108,7 @@
3997
4108
  "DocumentName": {},
3998
4109
  "DocumentVersion": {},
3999
4110
  "Parameters": {
4000
- "shape": "S7u"
4111
+ "shape": "S84"
4001
4112
  },
4002
4113
  "ClientToken": {},
4003
4114
  "Mode": {},
@@ -4006,12 +4117,12 @@
4006
4117
  "shape": "Sx"
4007
4118
  },
4008
4119
  "TargetMaps": {
4009
- "shape": "S7z"
4120
+ "shape": "S89"
4010
4121
  },
4011
4122
  "MaxConcurrency": {},
4012
4123
  "MaxErrors": {},
4013
4124
  "TargetLocations": {
4014
- "shape": "Sg2"
4125
+ "shape": "Sgc"
4015
4126
  },
4016
4127
  "Tags": {
4017
4128
  "shape": "S4"
@@ -4286,7 +4397,7 @@
4286
4397
  "shape": "Sx"
4287
4398
  },
4288
4399
  "OwnerInformation": {
4289
- "shape": "Sbc"
4400
+ "shape": "Sbm"
4290
4401
  },
4291
4402
  "Name": {},
4292
4403
  "Description": {
@@ -4306,7 +4417,7 @@
4306
4417
  "shape": "Sx"
4307
4418
  },
4308
4419
  "OwnerInformation": {
4309
- "shape": "Sbc"
4420
+ "shape": "Sbm"
4310
4421
  },
4311
4422
  "Name": {},
4312
4423
  "Description": {
@@ -4331,10 +4442,10 @@
4331
4442
  "TaskArn": {},
4332
4443
  "ServiceRoleArn": {},
4333
4444
  "TaskParameters": {
4334
- "shape": "Sdf"
4445
+ "shape": "Sdp"
4335
4446
  },
4336
4447
  "TaskInvocationParameters": {
4337
- "shape": "Sij"
4448
+ "shape": "Sit"
4338
4449
  },
4339
4450
  "Priority": {
4340
4451
  "type": "integer"
@@ -4342,7 +4453,7 @@
4342
4453
  "MaxConcurrency": {},
4343
4454
  "MaxErrors": {},
4344
4455
  "LoggingInfo": {
4345
- "shape": "Sdl"
4456
+ "shape": "Sdv"
4346
4457
  },
4347
4458
  "Name": {},
4348
4459
  "Description": {
@@ -4364,10 +4475,10 @@
4364
4475
  "TaskArn": {},
4365
4476
  "ServiceRoleArn": {},
4366
4477
  "TaskParameters": {
4367
- "shape": "Sdf"
4478
+ "shape": "Sdp"
4368
4479
  },
4369
4480
  "TaskInvocationParameters": {
4370
- "shape": "Sij"
4481
+ "shape": "Sit"
4371
4482
  },
4372
4483
  "Priority": {
4373
4484
  "type": "integer"
@@ -4375,7 +4486,7 @@
4375
4486
  "MaxConcurrency": {},
4376
4487
  "MaxErrors": {},
4377
4488
  "LoggingInfo": {
4378
- "shape": "Sdl"
4489
+ "shape": "Sdv"
4379
4490
  },
4380
4491
  "Name": {},
4381
4492
  "Description": {
@@ -4437,6 +4548,30 @@
4437
4548
  "members": {}
4438
4549
  }
4439
4550
  },
4551
+ "UpdateOpsMetadata": {
4552
+ "input": {
4553
+ "type": "structure",
4554
+ "required": [
4555
+ "OpsMetadataArn"
4556
+ ],
4557
+ "members": {
4558
+ "OpsMetadataArn": {},
4559
+ "MetadataToUpdate": {
4560
+ "shape": "S3y"
4561
+ },
4562
+ "KeysToDelete": {
4563
+ "type": "list",
4564
+ "member": {}
4565
+ }
4566
+ }
4567
+ },
4568
+ "output": {
4569
+ "type": "structure",
4570
+ "members": {
4571
+ "OpsMetadataArn": {}
4572
+ }
4573
+ }
4574
+ },
4440
4575
  "UpdatePatchBaseline": {
4441
4576
  "input": {
4442
4577
  "type": "structure",
@@ -4447,25 +4582,25 @@
4447
4582
  "BaselineId": {},
4448
4583
  "Name": {},
4449
4584
  "GlobalFilters": {
4450
- "shape": "S3z"
4585
+ "shape": "S47"
4451
4586
  },
4452
4587
  "ApprovalRules": {
4453
- "shape": "S45"
4588
+ "shape": "S4d"
4454
4589
  },
4455
4590
  "ApprovedPatches": {
4456
- "shape": "S4c"
4591
+ "shape": "S4k"
4457
4592
  },
4458
4593
  "ApprovedPatchesComplianceLevel": {},
4459
4594
  "ApprovedPatchesEnableNonSecurity": {
4460
4595
  "type": "boolean"
4461
4596
  },
4462
4597
  "RejectedPatches": {
4463
- "shape": "S4c"
4598
+ "shape": "S4k"
4464
4599
  },
4465
4600
  "RejectedPatchesAction": {},
4466
4601
  "Description": {},
4467
4602
  "Sources": {
4468
- "shape": "S4g"
4603
+ "shape": "S4o"
4469
4604
  },
4470
4605
  "Replace": {
4471
4606
  "type": "boolean"
@@ -4479,20 +4614,20 @@
4479
4614
  "Name": {},
4480
4615
  "OperatingSystem": {},
4481
4616
  "GlobalFilters": {
4482
- "shape": "S3z"
4617
+ "shape": "S47"
4483
4618
  },
4484
4619
  "ApprovalRules": {
4485
- "shape": "S45"
4620
+ "shape": "S4d"
4486
4621
  },
4487
4622
  "ApprovedPatches": {
4488
- "shape": "S4c"
4623
+ "shape": "S4k"
4489
4624
  },
4490
4625
  "ApprovedPatchesComplianceLevel": {},
4491
4626
  "ApprovedPatchesEnableNonSecurity": {
4492
4627
  "type": "boolean"
4493
4628
  },
4494
4629
  "RejectedPatches": {
4495
- "shape": "S4c"
4630
+ "shape": "S4k"
4496
4631
  },
4497
4632
  "RejectedPatchesAction": {},
4498
4633
  "CreatedDate": {
@@ -4503,7 +4638,7 @@
4503
4638
  },
4504
4639
  "Description": {},
4505
4640
  "Sources": {
4506
- "shape": "S4g"
4641
+ "shape": "S4o"
4507
4642
  }
4508
4643
  }
4509
4644
  }
@@ -4520,7 +4655,7 @@
4520
4655
  "SyncName": {},
4521
4656
  "SyncType": {},
4522
4657
  "SyncSource": {
4523
- "shape": "S4z"
4658
+ "shape": "S57"
4524
4659
  }
4525
4660
  }
4526
4661
  },
@@ -4828,7 +4963,17 @@
4828
4963
  }
4829
4964
  }
4830
4965
  },
4831
- "S3z": {
4966
+ "S3y": {
4967
+ "type": "map",
4968
+ "key": {},
4969
+ "value": {
4970
+ "type": "structure",
4971
+ "members": {
4972
+ "Value": {}
4973
+ }
4974
+ }
4975
+ },
4976
+ "S47": {
4832
4977
  "type": "structure",
4833
4978
  "required": [
4834
4979
  "PatchFilters"
@@ -4853,7 +4998,7 @@
4853
4998
  }
4854
4999
  }
4855
5000
  },
4856
- "S45": {
5001
+ "S4d": {
4857
5002
  "type": "structure",
4858
5003
  "required": [
4859
5004
  "PatchRules"
@@ -4868,7 +5013,7 @@
4868
5013
  ],
4869
5014
  "members": {
4870
5015
  "PatchFilterGroup": {
4871
- "shape": "S3z"
5016
+ "shape": "S47"
4872
5017
  },
4873
5018
  "ComplianceLevel": {},
4874
5019
  "ApproveAfterDays": {
@@ -4883,11 +5028,11 @@
4883
5028
  }
4884
5029
  }
4885
5030
  },
4886
- "S4c": {
5031
+ "S4k": {
4887
5032
  "type": "list",
4888
5033
  "member": {}
4889
5034
  },
4890
- "S4g": {
5035
+ "S4o": {
4891
5036
  "type": "list",
4892
5037
  "member": {
4893
5038
  "type": "structure",
@@ -4909,7 +5054,7 @@
4909
5054
  }
4910
5055
  }
4911
5056
  },
4912
- "S4q": {
5057
+ "S4y": {
4913
5058
  "type": "structure",
4914
5059
  "required": [
4915
5060
  "BucketName",
@@ -4930,7 +5075,7 @@
4930
5075
  }
4931
5076
  }
4932
5077
  },
4933
- "S4z": {
5078
+ "S57": {
4934
5079
  "type": "structure",
4935
5080
  "required": [
4936
5081
  "SourceType",
@@ -4939,17 +5084,17 @@
4939
5084
  "members": {
4940
5085
  "SourceType": {},
4941
5086
  "AwsOrganizationsSource": {
4942
- "shape": "S51"
5087
+ "shape": "S59"
4943
5088
  },
4944
5089
  "SourceRegions": {
4945
- "shape": "S56"
5090
+ "shape": "S5e"
4946
5091
  },
4947
5092
  "IncludeFutureRegions": {
4948
5093
  "type": "boolean"
4949
5094
  }
4950
5095
  }
4951
5096
  },
4952
- "S51": {
5097
+ "S59": {
4953
5098
  "type": "structure",
4954
5099
  "required": [
4955
5100
  "OrganizationSourceType"
@@ -4967,11 +5112,11 @@
4967
5112
  }
4968
5113
  }
4969
5114
  },
4970
- "S56": {
5115
+ "S5e": {
4971
5116
  "type": "list",
4972
5117
  "member": {}
4973
5118
  },
4974
- "S5m": {
5119
+ "S5u": {
4975
5120
  "type": "structure",
4976
5121
  "members": {
4977
5122
  "TotalCount": {
@@ -4997,11 +5142,11 @@
4997
5142
  }
4998
5143
  }
4999
5144
  },
5000
- "S5z": {
5145
+ "S69": {
5001
5146
  "type": "list",
5002
5147
  "member": {}
5003
5148
  },
5004
- "S7u": {
5149
+ "S84": {
5005
5150
  "type": "map",
5006
5151
  "key": {},
5007
5152
  "value": {
@@ -5009,7 +5154,7 @@
5009
5154
  "member": {}
5010
5155
  }
5011
5156
  },
5012
- "S7z": {
5157
+ "S89": {
5013
5158
  "type": "list",
5014
5159
  "member": {
5015
5160
  "type": "map",
@@ -5020,7 +5165,7 @@
5020
5165
  }
5021
5166
  }
5022
5167
  },
5023
- "S84": {
5168
+ "S8e": {
5024
5169
  "type": "structure",
5025
5170
  "members": {
5026
5171
  "ParameterValues": {
@@ -5032,7 +5177,7 @@
5032
5177
  }
5033
5178
  }
5034
5179
  },
5035
- "S8e": {
5180
+ "S8o": {
5036
5181
  "type": "list",
5037
5182
  "member": {
5038
5183
  "type": "structure",
@@ -5060,7 +5205,7 @@
5060
5205
  "value": {}
5061
5206
  },
5062
5207
  "Outputs": {
5063
- "shape": "S7u"
5208
+ "shape": "S84"
5064
5209
  },
5065
5210
  "Response": {},
5066
5211
  "FailureMessage": {},
@@ -5070,13 +5215,13 @@
5070
5215
  "FailureStage": {},
5071
5216
  "FailureType": {},
5072
5217
  "Details": {
5073
- "shape": "S7u"
5218
+ "shape": "S84"
5074
5219
  }
5075
5220
  }
5076
5221
  },
5077
5222
  "StepExecutionId": {},
5078
5223
  "OverriddenParameters": {
5079
- "shape": "S7u"
5224
+ "shape": "S84"
5080
5225
  },
5081
5226
  "IsEnd": {
5082
5227
  "type": "boolean"
@@ -5093,12 +5238,12 @@
5093
5238
  "shape": "Sx"
5094
5239
  },
5095
5240
  "TargetLocation": {
5096
- "shape": "S8n"
5241
+ "shape": "S8x"
5097
5242
  }
5098
5243
  }
5099
5244
  }
5100
5245
  },
5101
- "S8n": {
5246
+ "S8x": {
5102
5247
  "type": "structure",
5103
5248
  "members": {
5104
5249
  "Accounts": {
@@ -5114,7 +5259,7 @@
5114
5259
  "ExecutionRoleName": {}
5115
5260
  }
5116
5261
  },
5117
- "S8u": {
5262
+ "S94": {
5118
5263
  "type": "list",
5119
5264
  "member": {
5120
5265
  "type": "structure",
@@ -5127,7 +5272,7 @@
5127
5272
  }
5128
5273
  }
5129
5274
  },
5130
- "S92": {
5275
+ "S9c": {
5131
5276
  "type": "structure",
5132
5277
  "members": {
5133
5278
  "Id": {},
@@ -5168,15 +5313,15 @@
5168
5313
  "Repository": {}
5169
5314
  }
5170
5315
  },
5171
- "S9w": {
5316
+ "Sa6": {
5172
5317
  "type": "list",
5173
5318
  "member": {}
5174
5319
  },
5175
- "Sap": {
5320
+ "Saz": {
5176
5321
  "type": "list",
5177
5322
  "member": {}
5178
5323
  },
5179
- "Sb9": {
5324
+ "Sbj": {
5180
5325
  "type": "structure",
5181
5326
  "required": [
5182
5327
  "InstanceId",
@@ -5193,7 +5338,7 @@
5193
5338
  "SnapshotId": {},
5194
5339
  "InstallOverrideList": {},
5195
5340
  "OwnerInformation": {
5196
- "shape": "Sbc"
5341
+ "shape": "Sbm"
5197
5342
  },
5198
5343
  "InstalledCount": {
5199
5344
  "type": "integer"
@@ -5232,11 +5377,11 @@
5232
5377
  "RebootOption": {}
5233
5378
  }
5234
5379
  },
5235
- "Sbc": {
5380
+ "Sbm": {
5236
5381
  "type": "string",
5237
5382
  "sensitive": true
5238
5383
  },
5239
- "Scc": {
5384
+ "Scm": {
5240
5385
  "type": "list",
5241
5386
  "member": {
5242
5387
  "type": "structure",
@@ -5249,11 +5394,11 @@
5249
5394
  }
5250
5395
  }
5251
5396
  },
5252
- "Sco": {
5397
+ "Scy": {
5253
5398
  "type": "string",
5254
5399
  "sensitive": true
5255
5400
  },
5256
- "Sdf": {
5401
+ "Sdp": {
5257
5402
  "type": "map",
5258
5403
  "key": {},
5259
5404
  "value": {
@@ -5272,7 +5417,7 @@
5272
5417
  },
5273
5418
  "sensitive": true
5274
5419
  },
5275
- "Sdl": {
5420
+ "Sdv": {
5276
5421
  "type": "structure",
5277
5422
  "required": [
5278
5423
  "S3BucketName",
@@ -5284,7 +5429,7 @@
5284
5429
  "S3Region": {}
5285
5430
  }
5286
5431
  },
5287
- "Sef": {
5432
+ "Sep": {
5288
5433
  "type": "list",
5289
5434
  "member": {
5290
5435
  "type": "structure",
@@ -5301,7 +5446,7 @@
5301
5446
  }
5302
5447
  }
5303
5448
  },
5304
- "Seu": {
5449
+ "Sf4": {
5305
5450
  "type": "list",
5306
5451
  "member": {
5307
5452
  "type": "structure",
@@ -5312,7 +5457,7 @@
5312
5457
  }
5313
5458
  }
5314
5459
  },
5315
- "Sf0": {
5460
+ "Sfa": {
5316
5461
  "type": "structure",
5317
5462
  "members": {
5318
5463
  "BaselineId": {},
@@ -5324,13 +5469,13 @@
5324
5469
  }
5325
5470
  }
5326
5471
  },
5327
- "Sg2": {
5472
+ "Sgc": {
5328
5473
  "type": "list",
5329
5474
  "member": {
5330
- "shape": "S8n"
5475
+ "shape": "S8x"
5331
5476
  }
5332
5477
  },
5333
- "Sgk": {
5478
+ "Sgu": {
5334
5479
  "type": "structure",
5335
5480
  "members": {
5336
5481
  "CloudWatchLogGroupName": {},
@@ -5339,7 +5484,7 @@
5339
5484
  }
5340
5485
  }
5341
5486
  },
5342
- "Sh5": {
5487
+ "Shf": {
5343
5488
  "type": "list",
5344
5489
  "member": {
5345
5490
  "type": "structure",
@@ -5357,14 +5502,14 @@
5357
5502
  }
5358
5503
  }
5359
5504
  },
5360
- "Shb": {
5505
+ "Shl": {
5361
5506
  "type": "list",
5362
5507
  "member": {
5363
5508
  "type": "structure",
5364
5509
  "members": {
5365
5510
  "Expression": {},
5366
5511
  "Aggregators": {
5367
- "shape": "Shb"
5512
+ "shape": "Shl"
5368
5513
  },
5369
5514
  "Groups": {
5370
5515
  "type": "list",
@@ -5377,7 +5522,7 @@
5377
5522
  "members": {
5378
5523
  "Name": {},
5379
5524
  "Filters": {
5380
- "shape": "Sh5"
5525
+ "shape": "Shf"
5381
5526
  }
5382
5527
  }
5383
5528
  }
@@ -5385,7 +5530,7 @@
5385
5530
  }
5386
5531
  }
5387
5532
  },
5388
- "Shs": {
5533
+ "Si2": {
5389
5534
  "type": "list",
5390
5535
  "member": {
5391
5536
  "type": "map",
@@ -5393,7 +5538,7 @@
5393
5538
  "value": {}
5394
5539
  }
5395
5540
  },
5396
- "Sij": {
5541
+ "Sit": {
5397
5542
  "type": "structure",
5398
5543
  "members": {
5399
5544
  "RunCommand": {
@@ -5401,13 +5546,13 @@
5401
5546
  "members": {
5402
5547
  "Comment": {},
5403
5548
  "CloudWatchOutputConfig": {
5404
- "shape": "Sgk"
5549
+ "shape": "Sgu"
5405
5550
  },
5406
5551
  "DocumentHash": {},
5407
5552
  "DocumentHashType": {},
5408
5553
  "DocumentVersion": {},
5409
5554
  "NotificationConfig": {
5410
- "shape": "Sil"
5555
+ "shape": "Siv"
5411
5556
  },
5412
5557
  "OutputS3BucketName": {},
5413
5558
  "OutputS3KeyPrefix": {},
@@ -5425,7 +5570,7 @@
5425
5570
  "members": {
5426
5571
  "DocumentVersion": {},
5427
5572
  "Parameters": {
5428
- "shape": "S7u"
5573
+ "shape": "S84"
5429
5574
  }
5430
5575
  }
5431
5576
  },
@@ -5452,7 +5597,7 @@
5452
5597
  }
5453
5598
  }
5454
5599
  },
5455
- "Sil": {
5600
+ "Siv": {
5456
5601
  "type": "structure",
5457
5602
  "members": {
5458
5603
  "NotificationArn": {},
@@ -5463,7 +5608,7 @@
5463
5608
  "NotificationType": {}
5464
5609
  }
5465
5610
  },
5466
- "Sj3": {
5611
+ "Sjg": {
5467
5612
  "type": "list",
5468
5613
  "member": {
5469
5614
  "type": "structure",
@@ -5481,7 +5626,7 @@
5481
5626
  }
5482
5627
  }
5483
5628
  },
5484
- "Sj9": {
5629
+ "Sjm": {
5485
5630
  "type": "list",
5486
5631
  "member": {
5487
5632
  "type": "structure",
@@ -5495,15 +5640,15 @@
5495
5640
  "value": {}
5496
5641
  },
5497
5642
  "Filters": {
5498
- "shape": "Sj3"
5643
+ "shape": "Sjg"
5499
5644
  },
5500
5645
  "Aggregators": {
5501
- "shape": "Sj9"
5646
+ "shape": "Sjm"
5502
5647
  }
5503
5648
  }
5504
5649
  }
5505
5650
  },
5506
- "Sjv": {
5651
+ "Sk8": {
5507
5652
  "type": "structure",
5508
5653
  "members": {
5509
5654
  "Name": {},
@@ -5521,17 +5666,17 @@
5521
5666
  "DataType": {}
5522
5667
  }
5523
5668
  },
5524
- "Sk2": {
5669
+ "Skf": {
5525
5670
  "type": "list",
5526
5671
  "member": {}
5527
5672
  },
5528
- "Sk6": {
5673
+ "Skj": {
5529
5674
  "type": "list",
5530
5675
  "member": {
5531
- "shape": "Sjv"
5676
+ "shape": "Sk8"
5532
5677
  }
5533
5678
  },
5534
- "Ski": {
5679
+ "Skv": {
5535
5680
  "type": "structure",
5536
5681
  "members": {
5537
5682
  "SettingId": {},
@@ -5544,7 +5689,7 @@
5544
5689
  "Status": {}
5545
5690
  }
5546
5691
  },
5547
- "Sl0": {
5692
+ "Sld": {
5548
5693
  "type": "list",
5549
5694
  "member": {
5550
5695
  "type": "structure",
@@ -5558,7 +5703,7 @@
5558
5703
  }
5559
5704
  }
5560
5705
  },
5561
- "Slg": {
5706
+ "Slt": {
5562
5707
  "type": "structure",
5563
5708
  "members": {
5564
5709
  "CommandId": {},
@@ -5601,17 +5746,17 @@
5601
5746
  },
5602
5747
  "ServiceRole": {},
5603
5748
  "NotificationConfig": {
5604
- "shape": "Sil"
5749
+ "shape": "Siv"
5605
5750
  },
5606
5751
  "CloudWatchOutputConfig": {
5607
- "shape": "Sgk"
5752
+ "shape": "Sgu"
5608
5753
  },
5609
5754
  "TimeoutSeconds": {
5610
5755
  "type": "integer"
5611
5756
  }
5612
5757
  }
5613
5758
  },
5614
- "Sln": {
5759
+ "Sm0": {
5615
5760
  "type": "list",
5616
5761
  "member": {
5617
5762
  "type": "structure",
@@ -5625,7 +5770,7 @@
5625
5770
  }
5626
5771
  }
5627
5772
  },
5628
- "Sm5": {
5773
+ "Smi": {
5629
5774
  "type": "structure",
5630
5775
  "required": [
5631
5776
  "ExecutionTime"
@@ -5638,23 +5783,23 @@
5638
5783
  "ExecutionType": {}
5639
5784
  }
5640
5785
  },
5641
- "Sm8": {
5786
+ "Sml": {
5642
5787
  "type": "map",
5643
5788
  "key": {},
5644
5789
  "value": {}
5645
5790
  },
5646
- "Smd": {
5791
+ "Smq": {
5647
5792
  "type": "structure",
5648
5793
  "members": {
5649
5794
  "CompliantCount": {
5650
5795
  "type": "integer"
5651
5796
  },
5652
5797
  "SeveritySummary": {
5653
- "shape": "Smf"
5798
+ "shape": "Sms"
5654
5799
  }
5655
5800
  }
5656
5801
  },
5657
- "Smf": {
5802
+ "Sms": {
5658
5803
  "type": "structure",
5659
5804
  "members": {
5660
5805
  "CriticalCount": {
@@ -5677,14 +5822,14 @@
5677
5822
  }
5678
5823
  }
5679
5824
  },
5680
- "Smg": {
5825
+ "Smt": {
5681
5826
  "type": "structure",
5682
5827
  "members": {
5683
5828
  "NonCompliantCount": {
5684
5829
  "type": "integer"
5685
5830
  },
5686
5831
  "SeveritySummary": {
5687
- "shape": "Smf"
5832
+ "shape": "Sms"
5688
5833
  }
5689
5834
  }
5690
5835
  }