@pgarbe/cdk-ecr-sync 0.5.25 → 0.5.26

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 (134) hide show
  1. package/.jsii +147 -4
  2. package/.projenrc.ts +1 -1
  3. package/CHANGELOG.md +1 -1
  4. package/lib/ecr-sync.d.ts +4 -22
  5. package/lib/ecr-sync.js +3 -10
  6. package/lib/image.d.ts +5 -8
  7. package/lib/image.js +1 -1
  8. package/node_modules/aws-sdk/CHANGELOG.md +69 -1
  9. package/node_modules/aws-sdk/README.md +1 -1
  10. package/node_modules/aws-sdk/apis/appconfig-2019-10-09.min.json +3 -1
  11. package/node_modules/aws-sdk/apis/appconfigdata-2021-11-11.min.json +11 -11
  12. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +677 -237
  13. package/node_modules/aws-sdk/apis/appflow-2020-08-23.paginators.json +7 -1
  14. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.min.json +171 -15
  15. package/node_modules/aws-sdk/apis/apprunner-2020-05-15.paginators.json +5 -0
  16. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +43 -30
  17. package/node_modules/aws-sdk/apis/auditmanager-2017-07-25.min.json +5 -1
  18. package/node_modules/aws-sdk/apis/cloudformation-2010-05-15.min.json +86 -25
  19. package/node_modules/aws-sdk/apis/codeguru-reviewer-2019-09-19.waiters2.json +14 -2
  20. package/node_modules/aws-sdk/apis/comprehend-2017-11-27.min.json +167 -79
  21. package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +408 -133
  22. package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +12 -0
  23. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +122 -43
  24. package/node_modules/aws-sdk/apis/ec2-2016-11-15.paginators.json +6 -0
  25. package/node_modules/aws-sdk/apis/elasticfilesystem-2015-02-01.min.json +149 -21
  26. package/node_modules/aws-sdk/apis/es-2015-01-01.min.json +125 -49
  27. package/node_modules/aws-sdk/apis/fis-2020-12-01.min.json +136 -30
  28. package/node_modules/aws-sdk/apis/fis-2020-12-01.paginators.json +5 -0
  29. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.min.json +212 -6
  30. package/node_modules/aws-sdk/apis/frauddetector-2019-11-15.paginators.json +5 -0
  31. package/node_modules/aws-sdk/apis/fsx-2018-03-01.min.json +4 -1
  32. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +352 -77
  33. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +114 -94
  34. package/node_modules/aws-sdk/apis/kendra-2019-02-03.min.json +80 -55
  35. package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +0 -1
  36. package/node_modules/aws-sdk/apis/mediaconvert-2017-08-29.min.json +148 -127
  37. package/node_modules/aws-sdk/apis/mediatailor-2018-04-23.min.json +79 -51
  38. package/node_modules/aws-sdk/apis/meteringmarketplace-2016-01-14.min.json +2 -1
  39. package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +125 -49
  40. package/node_modules/aws-sdk/apis/personalize-2018-05-22.min.json +3 -0
  41. package/node_modules/aws-sdk/apis/robomaker-2018-06-29.min.json +135 -45
  42. package/node_modules/aws-sdk/apis/s3control-2018-08-20.min.json +152 -52
  43. package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +131 -123
  44. package/node_modules/aws-sdk/apis/secretsmanager-2017-10-17.min.json +15 -10
  45. package/node_modules/aws-sdk/apis/securityhub-2018-10-26.min.json +47 -33
  46. package/node_modules/aws-sdk/apis/synthetics-2017-10-11.min.json +11 -3
  47. package/node_modules/aws-sdk/apis/transcribe-2017-10-26.min.json +44 -40
  48. package/node_modules/aws-sdk/clients/amplify.d.ts +7 -7
  49. package/node_modules/aws-sdk/clients/appconfig.d.ts +13 -13
  50. package/node_modules/aws-sdk/clients/appconfigdata.d.ts +18 -18
  51. package/node_modules/aws-sdk/clients/appflow.d.ts +611 -3
  52. package/node_modules/aws-sdk/clients/apprunner.d.ts +179 -12
  53. package/node_modules/aws-sdk/clients/athena.d.ts +31 -8
  54. package/node_modules/aws-sdk/clients/auditmanager.d.ts +2 -2
  55. package/node_modules/aws-sdk/clients/cloudformation.d.ts +407 -264
  56. package/node_modules/aws-sdk/clients/codegurureviewer.d.ts +6 -5
  57. package/node_modules/aws-sdk/clients/cognitoidentityserviceprovider.d.ts +287 -287
  58. package/node_modules/aws-sdk/clients/comprehend.d.ts +138 -0
  59. package/node_modules/aws-sdk/clients/connect.d.ts +327 -10
  60. package/node_modules/aws-sdk/clients/costexplorer.d.ts +17 -17
  61. package/node_modules/aws-sdk/clients/dynamodb.d.ts +5 -5
  62. package/node_modules/aws-sdk/clients/ebs.d.ts +6 -6
  63. package/node_modules/aws-sdk/clients/ec2.d.ts +124 -10
  64. package/node_modules/aws-sdk/clients/efs.d.ts +131 -4
  65. package/node_modules/aws-sdk/clients/elasticache.d.ts +3 -3
  66. package/node_modules/aws-sdk/clients/emr.d.ts +14 -14
  67. package/node_modules/aws-sdk/clients/es.d.ts +97 -0
  68. package/node_modules/aws-sdk/clients/eventbridge.d.ts +8 -8
  69. package/node_modules/aws-sdk/clients/fis.d.ts +142 -22
  70. package/node_modules/aws-sdk/clients/frauddetector.d.ts +308 -0
  71. package/node_modules/aws-sdk/clients/fsx.d.ts +15 -11
  72. package/node_modules/aws-sdk/clients/glue.d.ts +7 -7
  73. package/node_modules/aws-sdk/clients/guardduty.d.ts +309 -44
  74. package/node_modules/aws-sdk/clients/iot.d.ts +1 -1
  75. package/node_modules/aws-sdk/clients/kafka.d.ts +19 -1
  76. package/node_modules/aws-sdk/clients/kendra.d.ts +95 -59
  77. package/node_modules/aws-sdk/clients/lakeformation.d.ts +1 -1
  78. package/node_modules/aws-sdk/clients/marketplacemetering.d.ts +17 -12
  79. package/node_modules/aws-sdk/clients/mediaconvert.d.ts +40 -6
  80. package/node_modules/aws-sdk/clients/mediatailor.d.ts +11 -0
  81. package/node_modules/aws-sdk/clients/opensearch.d.ts +97 -0
  82. package/node_modules/aws-sdk/clients/personalize.d.ts +7 -3
  83. package/node_modules/aws-sdk/clients/rbin.d.ts +41 -41
  84. package/node_modules/aws-sdk/clients/rds.d.ts +17 -17
  85. package/node_modules/aws-sdk/clients/robomaker.d.ts +30 -30
  86. package/node_modules/aws-sdk/clients/route53recoveryreadiness.d.ts +275 -230
  87. package/node_modules/aws-sdk/clients/s3control.d.ts +137 -10
  88. package/node_modules/aws-sdk/clients/sagemaker.d.ts +27 -7
  89. package/node_modules/aws-sdk/clients/secretsmanager.d.ts +62 -48
  90. package/node_modules/aws-sdk/clients/securityhub.d.ts +15 -0
  91. package/node_modules/aws-sdk/clients/ssmincidents.d.ts +1 -1
  92. package/node_modules/aws-sdk/clients/synthetics.d.ts +15 -5
  93. package/node_modules/aws-sdk/clients/transcribeservice.d.ts +6 -0
  94. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +35 -28
  95. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +73 -66
  96. package/node_modules/aws-sdk/dist/aws-sdk.js +1048 -371
  97. package/node_modules/aws-sdk/dist/aws-sdk.min.js +90 -90
  98. package/node_modules/aws-sdk/lib/core.js +1 -1
  99. package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +1 -1
  100. package/node_modules/aws-sdk/lib/param_validator.js +2 -0
  101. package/node_modules/aws-sdk/package.json +2 -2
  102. package/node_modules/jmespath/jmespath.js +32 -27
  103. package/node_modules/jmespath/package.json +2 -7
  104. package/package.json +3 -3
  105. package/releasetag.txt +1 -1
  106. package/version.txt +1 -1
  107. package/node_modules/jmespath/.eslintrc +0 -10
  108. package/node_modules/jmespath/.npmignore +0 -1
  109. package/node_modules/jmespath/.travis.yml +0 -6
  110. package/node_modules/jmespath/BASELINE +0 -15
  111. package/node_modules/jmespath/Gruntfile.js +0 -36
  112. package/node_modules/jmespath/g.sh +0 -5
  113. package/node_modules/jmespath/index.html +0 -93
  114. package/node_modules/jmespath/james.html +0 -7
  115. package/node_modules/jmespath/l.js +0 -189
  116. package/node_modules/jmespath/perf.js +0 -33
  117. package/node_modules/jmespath/reservedWords.json +0 -4
  118. package/node_modules/jmespath/test/compliance/basic.json +0 -96
  119. package/node_modules/jmespath/test/compliance/boolean.json +0 -257
  120. package/node_modules/jmespath/test/compliance/current.json +0 -25
  121. package/node_modules/jmespath/test/compliance/escape.json +0 -46
  122. package/node_modules/jmespath/test/compliance/filters.json +0 -468
  123. package/node_modules/jmespath/test/compliance/functions.json +0 -825
  124. package/node_modules/jmespath/test/compliance/identifiers.json +0 -1377
  125. package/node_modules/jmespath/test/compliance/indices.json +0 -346
  126. package/node_modules/jmespath/test/compliance/literal.json +0 -190
  127. package/node_modules/jmespath/test/compliance/multiselect.json +0 -393
  128. package/node_modules/jmespath/test/compliance/pipe.json +0 -131
  129. package/node_modules/jmespath/test/compliance/slice.json +0 -187
  130. package/node_modules/jmespath/test/compliance/syntax.json +0 -616
  131. package/node_modules/jmespath/test/compliance/unicode.json +0 -38
  132. package/node_modules/jmespath/test/compliance/wildcard.json +0 -460
  133. package/node_modules/jmespath/test/compliance.js +0 -56
  134. package/node_modules/jmespath/test/jmespath.js +0 -217
@@ -280,7 +280,7 @@
280
280
  "Schedule": {},
281
281
  "RoleArn": {},
282
282
  "Tags": {
283
- "shape": "S5a"
283
+ "shape": "S5d"
284
284
  },
285
285
  "ClientToken": {
286
286
  "idempotencyToken": true
@@ -313,7 +313,7 @@
313
313
  "IndexId": {},
314
314
  "RoleArn": {},
315
315
  "Configuration": {
316
- "shape": "S5j"
316
+ "shape": "S5m"
317
317
  },
318
318
  "Description": {},
319
319
  "ClientToken": {
@@ -349,7 +349,7 @@
349
349
  },
350
350
  "RoleArn": {},
351
351
  "Tags": {
352
- "shape": "S5a"
352
+ "shape": "S5d"
353
353
  },
354
354
  "FileFormat": {},
355
355
  "ClientToken": {
@@ -377,21 +377,21 @@
377
377
  "Edition": {},
378
378
  "RoleArn": {},
379
379
  "ServerSideEncryptionConfiguration": {
380
- "shape": "S5y"
380
+ "shape": "S61"
381
381
  },
382
382
  "Description": {},
383
383
  "ClientToken": {
384
384
  "idempotencyToken": true
385
385
  },
386
386
  "Tags": {
387
- "shape": "S5a"
387
+ "shape": "S5d"
388
388
  },
389
389
  "UserTokenConfigurations": {
390
- "shape": "S60"
390
+ "shape": "S63"
391
391
  },
392
392
  "UserContextPolicy": {},
393
393
  "UserGroupResolutionConfiguration": {
394
- "shape": "S6a"
394
+ "shape": "S6d"
395
395
  }
396
396
  }
397
397
  },
@@ -423,7 +423,7 @@
423
423
  },
424
424
  "RoleArn": {},
425
425
  "Tags": {
426
- "shape": "S5a"
426
+ "shape": "S5d"
427
427
  }
428
428
  }
429
429
  },
@@ -449,7 +449,7 @@
449
449
  "Description": {},
450
450
  "RoleArn": {},
451
451
  "Tags": {
452
- "shape": "S5a"
452
+ "shape": "S5d"
453
453
  },
454
454
  "SourceS3Path": {
455
455
  "shape": "S1g"
@@ -622,10 +622,10 @@
622
622
  "IndexId": {},
623
623
  "Name": {},
624
624
  "Endpoints": {
625
- "shape": "S70"
625
+ "shape": "S73"
626
626
  },
627
627
  "Configuration": {
628
- "shape": "S5j"
628
+ "shape": "S5m"
629
629
  },
630
630
  "CreatedAt": {
631
631
  "type": "timestamp"
@@ -694,7 +694,7 @@
694
694
  "Edition": {},
695
695
  "RoleArn": {},
696
696
  "ServerSideEncryptionConfiguration": {
697
- "shape": "S5y"
697
+ "shape": "S61"
698
698
  },
699
699
  "Status": {},
700
700
  "Description": {},
@@ -705,7 +705,7 @@
705
705
  "type": "timestamp"
706
706
  },
707
707
  "DocumentMetadataConfigurations": {
708
- "shape": "S7b"
708
+ "shape": "S7e"
709
709
  },
710
710
  "IndexStatistics": {
711
711
  "type": "structure",
@@ -744,14 +744,14 @@
744
744
  },
745
745
  "ErrorMessage": {},
746
746
  "CapacityUnits": {
747
- "shape": "S7t"
747
+ "shape": "S7w"
748
748
  },
749
749
  "UserTokenConfigurations": {
750
- "shape": "S60"
750
+ "shape": "S63"
751
751
  },
752
752
  "UserContextPolicy": {},
753
753
  "UserGroupResolutionConfiguration": {
754
- "shape": "S6a"
754
+ "shape": "S6d"
755
755
  }
756
756
  }
757
757
  }
@@ -1051,7 +1051,7 @@
1051
1051
  "type": "structure",
1052
1052
  "members": {
1053
1053
  "SnapShotTimeFilter": {
1054
- "shape": "S92"
1054
+ "shape": "S95"
1055
1055
  },
1056
1056
  "SnapshotsDataHeader": {
1057
1057
  "type": "list",
@@ -1083,7 +1083,7 @@
1083
1083
  "type": "integer"
1084
1084
  },
1085
1085
  "StartTimeFilter": {
1086
- "shape": "S92"
1086
+ "shape": "S95"
1087
1087
  },
1088
1088
  "StatusFilter": {}
1089
1089
  }
@@ -1230,19 +1230,19 @@
1230
1230
  "type": "structure",
1231
1231
  "members": {
1232
1232
  "UserName": {
1233
- "shape": "S9t"
1233
+ "shape": "S9w"
1234
1234
  },
1235
1235
  "GroupName": {
1236
- "shape": "S9t"
1236
+ "shape": "S9w"
1237
1237
  },
1238
1238
  "IdentifiedUserName": {
1239
- "shape": "S9t"
1239
+ "shape": "S9w"
1240
1240
  },
1241
1241
  "FirstName": {
1242
- "shape": "S9t"
1242
+ "shape": "S9w"
1243
1243
  },
1244
1244
  "LastName": {
1245
- "shape": "S9t"
1245
+ "shape": "S9w"
1246
1246
  }
1247
1247
  }
1248
1248
  }
@@ -1282,7 +1282,7 @@
1282
1282
  },
1283
1283
  "Status": {},
1284
1284
  "Endpoints": {
1285
- "shape": "S70"
1285
+ "shape": "S73"
1286
1286
  }
1287
1287
  }
1288
1288
  }
@@ -1464,7 +1464,7 @@
1464
1464
  "type": "structure",
1465
1465
  "members": {
1466
1466
  "Tags": {
1467
- "shape": "S5a"
1467
+ "shape": "S5d"
1468
1468
  }
1469
1469
  }
1470
1470
  }
@@ -1569,7 +1569,7 @@
1569
1569
  "IndexId": {},
1570
1570
  "QueryText": {},
1571
1571
  "AttributeFilter": {
1572
- "shape": "Sb0"
1572
+ "shape": "Sb3"
1573
1573
  },
1574
1574
  "Facets": {
1575
1575
  "type": "list",
@@ -1596,7 +1596,7 @@
1596
1596
  "members": {
1597
1597
  "Name": {},
1598
1598
  "Relevance": {
1599
- "shape": "S7f"
1599
+ "shape": "S7i"
1600
1600
  }
1601
1601
  }
1602
1602
  }
@@ -1673,7 +1673,7 @@
1673
1673
  "type": "structure",
1674
1674
  "members": {
1675
1675
  "TextWithHighlightsValue": {
1676
- "shape": "Sbo"
1676
+ "shape": "Sbr"
1677
1677
  }
1678
1678
  }
1679
1679
  }
@@ -1682,10 +1682,10 @@
1682
1682
  },
1683
1683
  "DocumentId": {},
1684
1684
  "DocumentTitle": {
1685
- "shape": "Sbo"
1685
+ "shape": "Sbr"
1686
1686
  },
1687
1687
  "DocumentExcerpt": {
1688
- "shape": "Sbo"
1688
+ "shape": "Sbr"
1689
1689
  },
1690
1690
  "DocumentURI": {},
1691
1691
  "DocumentAttributes": {
@@ -1826,7 +1826,7 @@
1826
1826
  "members": {
1827
1827
  "ResourceARN": {},
1828
1828
  "Tags": {
1829
- "shape": "S5a"
1829
+ "shape": "S5d"
1830
1830
  }
1831
1831
  }
1832
1832
  },
@@ -1892,7 +1892,7 @@
1892
1892
  "IndexId": {},
1893
1893
  "RoleArn": {},
1894
1894
  "Configuration": {
1895
- "shape": "S5j"
1895
+ "shape": "S5m"
1896
1896
  },
1897
1897
  "Description": {}
1898
1898
  }
@@ -1910,17 +1910,17 @@
1910
1910
  "RoleArn": {},
1911
1911
  "Description": {},
1912
1912
  "DocumentMetadataConfigurationUpdates": {
1913
- "shape": "S7b"
1913
+ "shape": "S7e"
1914
1914
  },
1915
1915
  "CapacityUnits": {
1916
- "shape": "S7t"
1916
+ "shape": "S7w"
1917
1917
  },
1918
1918
  "UserTokenConfigurations": {
1919
- "shape": "S60"
1919
+ "shape": "S63"
1920
1920
  },
1921
1921
  "UserContextPolicy": {},
1922
1922
  "UserGroupResolutionConfiguration": {
1923
- "shape": "S6a"
1923
+ "shape": "S6d"
1924
1924
  }
1925
1925
  }
1926
1926
  }
@@ -2733,6 +2733,31 @@
2733
2733
  "shape": "S2n"
2734
2734
  }
2735
2735
  }
2736
+ },
2737
+ "FsxConfiguration": {
2738
+ "type": "structure",
2739
+ "required": [
2740
+ "FileSystemId",
2741
+ "FileSystemType",
2742
+ "VpcConfiguration"
2743
+ ],
2744
+ "members": {
2745
+ "FileSystemId": {},
2746
+ "FileSystemType": {},
2747
+ "VpcConfiguration": {
2748
+ "shape": "S2i"
2749
+ },
2750
+ "SecretArn": {},
2751
+ "InclusionPatterns": {
2752
+ "shape": "S29"
2753
+ },
2754
+ "ExclusionPatterns": {
2755
+ "shape": "S29"
2756
+ },
2757
+ "FieldMappings": {
2758
+ "shape": "S2n"
2759
+ }
2760
+ }
2736
2761
  }
2737
2762
  }
2738
2763
  },
@@ -2776,7 +2801,7 @@
2776
2801
  "type": "list",
2777
2802
  "member": {}
2778
2803
  },
2779
- "S5a": {
2804
+ "S5d": {
2780
2805
  "type": "list",
2781
2806
  "member": {
2782
2807
  "type": "structure",
@@ -2790,7 +2815,7 @@
2790
2815
  }
2791
2816
  }
2792
2817
  },
2793
- "S5j": {
2818
+ "S5m": {
2794
2819
  "type": "structure",
2795
2820
  "members": {
2796
2821
  "ContentSourceConfiguration": {
@@ -2817,7 +2842,7 @@
2817
2842
  }
2818
2843
  }
2819
2844
  },
2820
- "S5y": {
2845
+ "S61": {
2821
2846
  "type": "structure",
2822
2847
  "members": {
2823
2848
  "KmsKeyId": {
@@ -2826,7 +2851,7 @@
2826
2851
  }
2827
2852
  }
2828
2853
  },
2829
- "S60": {
2854
+ "S63": {
2830
2855
  "type": "list",
2831
2856
  "member": {
2832
2857
  "type": "structure",
@@ -2860,7 +2885,7 @@
2860
2885
  }
2861
2886
  }
2862
2887
  },
2863
- "S6a": {
2888
+ "S6d": {
2864
2889
  "type": "structure",
2865
2890
  "required": [
2866
2891
  "UserGroupResolutionMode"
@@ -2869,7 +2894,7 @@
2869
2894
  "UserGroupResolutionMode": {}
2870
2895
  }
2871
2896
  },
2872
- "S70": {
2897
+ "S73": {
2873
2898
  "type": "list",
2874
2899
  "member": {
2875
2900
  "type": "structure",
@@ -2879,7 +2904,7 @@
2879
2904
  }
2880
2905
  }
2881
2906
  },
2882
- "S7b": {
2907
+ "S7e": {
2883
2908
  "type": "list",
2884
2909
  "member": {
2885
2910
  "type": "structure",
@@ -2891,7 +2916,7 @@
2891
2916
  "Name": {},
2892
2917
  "Type": {},
2893
2918
  "Relevance": {
2894
- "shape": "S7f"
2919
+ "shape": "S7i"
2895
2920
  },
2896
2921
  "Search": {
2897
2922
  "type": "structure",
@@ -2913,7 +2938,7 @@
2913
2938
  }
2914
2939
  }
2915
2940
  },
2916
- "S7f": {
2941
+ "S7i": {
2917
2942
  "type": "structure",
2918
2943
  "members": {
2919
2944
  "Freshness": {
@@ -2933,7 +2958,7 @@
2933
2958
  }
2934
2959
  }
2935
2960
  },
2936
- "S7t": {
2961
+ "S7w": {
2937
2962
  "type": "structure",
2938
2963
  "required": [
2939
2964
  "StorageCapacityUnits",
@@ -2948,7 +2973,7 @@
2948
2973
  }
2949
2974
  }
2950
2975
  },
2951
- "S92": {
2976
+ "S95": {
2952
2977
  "type": "structure",
2953
2978
  "members": {
2954
2979
  "StartTime": {
@@ -2959,21 +2984,21 @@
2959
2984
  }
2960
2985
  }
2961
2986
  },
2962
- "S9t": {
2987
+ "S9w": {
2963
2988
  "type": "string",
2964
2989
  "sensitive": true
2965
2990
  },
2966
- "Sb0": {
2991
+ "Sb3": {
2967
2992
  "type": "structure",
2968
2993
  "members": {
2969
2994
  "AndAllFilters": {
2970
- "shape": "Sb1"
2995
+ "shape": "Sb4"
2971
2996
  },
2972
2997
  "OrAllFilters": {
2973
- "shape": "Sb1"
2998
+ "shape": "Sb4"
2974
2999
  },
2975
3000
  "NotFilter": {
2976
- "shape": "Sb0"
3001
+ "shape": "Sb3"
2977
3002
  },
2978
3003
  "EqualsTo": {
2979
3004
  "shape": "Sw"
@@ -2998,13 +3023,13 @@
2998
3023
  }
2999
3024
  }
3000
3025
  },
3001
- "Sb1": {
3026
+ "Sb4": {
3002
3027
  "type": "list",
3003
3028
  "member": {
3004
- "shape": "Sb0"
3029
+ "shape": "Sb3"
3005
3030
  }
3006
3031
  },
3007
- "Sbo": {
3032
+ "Sbr": {
3008
3033
  "type": "structure",
3009
3034
  "members": {
3010
3035
  "Text": {},
@@ -1292,7 +1292,6 @@
1292
1292
  "required": [
1293
1293
  "DatabaseName",
1294
1294
  "TableName",
1295
- "TransactionId",
1296
1295
  "WriteOperations"
1297
1296
  ],
1298
1297
  "members": {