@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
@@ -60,32 +60,32 @@
60
60
  "locationName": "brokerNodeGroupInfo"
61
61
  },
62
62
  "ClientAuthentication": {
63
- "shape": "Sg",
63
+ "shape": "Sj",
64
64
  "locationName": "clientAuthentication"
65
65
  },
66
66
  "ClusterName": {
67
67
  "locationName": "clusterName"
68
68
  },
69
69
  "ConfigurationInfo": {
70
- "shape": "So",
70
+ "shape": "Sq",
71
71
  "locationName": "configurationInfo"
72
72
  },
73
73
  "EncryptionInfo": {
74
- "shape": "Sq",
74
+ "shape": "Ss",
75
75
  "locationName": "encryptionInfo"
76
76
  },
77
77
  "EnhancedMonitoring": {
78
78
  "locationName": "enhancedMonitoring"
79
79
  },
80
80
  "OpenMonitoring": {
81
- "shape": "Sv",
81
+ "shape": "Sx",
82
82
  "locationName": "openMonitoring"
83
83
  },
84
84
  "KafkaVersion": {
85
85
  "locationName": "kafkaVersion"
86
86
  },
87
87
  "LoggingInfo": {
88
- "shape": "S10",
88
+ "shape": "S12",
89
89
  "locationName": "loggingInfo"
90
90
  },
91
91
  "NumberOfBrokerNodes": {
@@ -93,7 +93,7 @@
93
93
  "type": "integer"
94
94
  },
95
95
  "Tags": {
96
- "shape": "S16",
96
+ "shape": "S18",
97
97
  "locationName": "tags"
98
98
  }
99
99
  },
@@ -131,7 +131,7 @@
131
131
  "locationName": "clusterName"
132
132
  },
133
133
  "Tags": {
134
- "shape": "S16",
134
+ "shape": "S18",
135
135
  "locationName": "tags"
136
136
  },
137
137
  "Provisioned": {
@@ -143,29 +143,29 @@
143
143
  "locationName": "brokerNodeGroupInfo"
144
144
  },
145
145
  "ClientAuthentication": {
146
- "shape": "Sg",
146
+ "shape": "Sj",
147
147
  "locationName": "clientAuthentication"
148
148
  },
149
149
  "ConfigurationInfo": {
150
- "shape": "So",
150
+ "shape": "Sq",
151
151
  "locationName": "configurationInfo"
152
152
  },
153
153
  "EncryptionInfo": {
154
- "shape": "Sq",
154
+ "shape": "Ss",
155
155
  "locationName": "encryptionInfo"
156
156
  },
157
157
  "EnhancedMonitoring": {
158
158
  "locationName": "enhancedMonitoring"
159
159
  },
160
160
  "OpenMonitoring": {
161
- "shape": "Sv",
161
+ "shape": "Sx",
162
162
  "locationName": "openMonitoring"
163
163
  },
164
164
  "KafkaVersion": {
165
165
  "locationName": "kafkaVersion"
166
166
  },
167
167
  "LoggingInfo": {
168
- "shape": "S10",
168
+ "shape": "S12",
169
169
  "locationName": "loggingInfo"
170
170
  },
171
171
  "NumberOfBrokerNodes": {
@@ -184,11 +184,11 @@
184
184
  "type": "structure",
185
185
  "members": {
186
186
  "VpcConfigs": {
187
- "shape": "S1c",
187
+ "shape": "S1e",
188
188
  "locationName": "vpcConfigs"
189
189
  },
190
190
  "ClientAuthentication": {
191
- "shape": "S1e",
191
+ "shape": "S1g",
192
192
  "locationName": "clientAuthentication"
193
193
  }
194
194
  },
@@ -254,11 +254,11 @@
254
254
  "locationName": "arn"
255
255
  },
256
256
  "CreationTime": {
257
- "shape": "S1l",
257
+ "shape": "S1n",
258
258
  "locationName": "creationTime"
259
259
  },
260
260
  "LatestRevision": {
261
- "shape": "S1m",
261
+ "shape": "S1o",
262
262
  "locationName": "latestRevision"
263
263
  },
264
264
  "Name": {
@@ -356,7 +356,7 @@
356
356
  "type": "structure",
357
357
  "members": {
358
358
  "ClusterInfo": {
359
- "shape": "S1u",
359
+ "shape": "S1w",
360
360
  "locationName": "clusterInfo"
361
361
  }
362
362
  }
@@ -384,7 +384,7 @@
384
384
  "type": "structure",
385
385
  "members": {
386
386
  "ClusterInfo": {
387
- "shape": "S24",
387
+ "shape": "S25",
388
388
  "locationName": "clusterInfo"
389
389
  }
390
390
  }
@@ -412,7 +412,7 @@
412
412
  "type": "structure",
413
413
  "members": {
414
414
  "ClusterOperationInfo": {
415
- "shape": "S29",
415
+ "shape": "S2a",
416
416
  "locationName": "clusterOperationInfo"
417
417
  }
418
418
  }
@@ -443,7 +443,7 @@
443
443
  "locationName": "arn"
444
444
  },
445
445
  "CreationTime": {
446
- "shape": "S1l",
446
+ "shape": "S1n",
447
447
  "locationName": "creationTime"
448
448
  },
449
449
  "Description": {
@@ -454,7 +454,7 @@
454
454
  "locationName": "kafkaVersions"
455
455
  },
456
456
  "LatestRevision": {
457
- "shape": "S1m",
457
+ "shape": "S1o",
458
458
  "locationName": "latestRevision"
459
459
  },
460
460
  "Name": {
@@ -497,7 +497,7 @@
497
497
  "locationName": "arn"
498
498
  },
499
499
  "CreationTime": {
500
- "shape": "S1l",
500
+ "shape": "S1n",
501
501
  "locationName": "creationTime"
502
502
  },
503
503
  "Description": {
@@ -666,7 +666,7 @@
666
666
  "locationName": "clusterOperationInfoList",
667
667
  "type": "list",
668
668
  "member": {
669
- "shape": "S29"
669
+ "shape": "S2a"
670
670
  }
671
671
  },
672
672
  "NextToken": {
@@ -706,7 +706,7 @@
706
706
  "locationName": "clusterInfoList",
707
707
  "type": "list",
708
708
  "member": {
709
- "shape": "S1u"
709
+ "shape": "S1w"
710
710
  }
711
711
  },
712
712
  "NextToken": {
@@ -750,7 +750,7 @@
750
750
  "locationName": "clusterInfoList",
751
751
  "type": "list",
752
752
  "member": {
753
- "shape": "S24"
753
+ "shape": "S25"
754
754
  }
755
755
  },
756
756
  "NextToken": {
@@ -796,7 +796,7 @@
796
796
  "locationName": "revisions",
797
797
  "type": "list",
798
798
  "member": {
799
- "shape": "S1m"
799
+ "shape": "S1o"
800
800
  }
801
801
  }
802
802
  }
@@ -835,7 +835,7 @@
835
835
  "locationName": "arn"
836
836
  },
837
837
  "CreationTime": {
838
- "shape": "S1l",
838
+ "shape": "S1n",
839
839
  "locationName": "creationTime"
840
840
  },
841
841
  "Description": {
@@ -846,7 +846,7 @@
846
846
  "locationName": "kafkaVersions"
847
847
  },
848
848
  "LatestRevision": {
849
- "shape": "S1m",
849
+ "shape": "S1o",
850
850
  "locationName": "latestRevision"
851
851
  },
852
852
  "Name": {
@@ -977,7 +977,7 @@
977
977
  "locationName": "clientVpcIpAddress"
978
978
  },
979
979
  "CurrentBrokerSoftwareInfo": {
980
- "shape": "S1v",
980
+ "shape": "S1x",
981
981
  "locationName": "currentBrokerSoftwareInfo"
982
982
  },
983
983
  "Endpoints": {
@@ -1086,7 +1086,7 @@
1086
1086
  "type": "structure",
1087
1087
  "members": {
1088
1088
  "Tags": {
1089
- "shape": "S16",
1089
+ "shape": "S18",
1090
1090
  "locationName": "tags"
1091
1091
  }
1092
1092
  }
@@ -1140,7 +1140,7 @@
1140
1140
  "locationName": "resourceArn"
1141
1141
  },
1142
1142
  "Tags": {
1143
- "shape": "S16",
1143
+ "shape": "S18",
1144
1144
  "locationName": "tags"
1145
1145
  }
1146
1146
  },
@@ -1269,7 +1269,7 @@
1269
1269
  "locationName": "currentVersion"
1270
1270
  },
1271
1271
  "TargetBrokerEBSVolumeInfo": {
1272
- "shape": "S2f",
1272
+ "shape": "S2g",
1273
1273
  "locationName": "targetBrokerEBSVolumeInfo"
1274
1274
  }
1275
1275
  },
@@ -1324,7 +1324,7 @@
1324
1324
  "locationName": "arn"
1325
1325
  },
1326
1326
  "LatestRevision": {
1327
- "shape": "S1m",
1327
+ "shape": "S1o",
1328
1328
  "locationName": "latestRevision"
1329
1329
  }
1330
1330
  }
@@ -1344,7 +1344,7 @@
1344
1344
  "locationName": "clusterArn"
1345
1345
  },
1346
1346
  "ConnectivityInfo": {
1347
- "shape": "Se",
1347
+ "shape": "Sh",
1348
1348
  "locationName": "connectivityInfo"
1349
1349
  },
1350
1350
  "CurrentVersion": {
@@ -1383,7 +1383,7 @@
1383
1383
  "locationName": "clusterArn"
1384
1384
  },
1385
1385
  "ConfigurationInfo": {
1386
- "shape": "So",
1386
+ "shape": "Sq",
1387
1387
  "locationName": "configurationInfo"
1388
1388
  },
1389
1389
  "CurrentVersion": {
@@ -1422,7 +1422,7 @@
1422
1422
  "locationName": "clusterArn"
1423
1423
  },
1424
1424
  "ConfigurationInfo": {
1425
- "shape": "So",
1425
+ "shape": "Sq",
1426
1426
  "locationName": "configurationInfo"
1427
1427
  },
1428
1428
  "CurrentVersion": {
@@ -1470,11 +1470,11 @@
1470
1470
  "locationName": "enhancedMonitoring"
1471
1471
  },
1472
1472
  "OpenMonitoring": {
1473
- "shape": "Sv",
1473
+ "shape": "Sx",
1474
1474
  "locationName": "openMonitoring"
1475
1475
  },
1476
1476
  "LoggingInfo": {
1477
- "shape": "S10",
1477
+ "shape": "S12",
1478
1478
  "locationName": "loggingInfo"
1479
1479
  }
1480
1480
  },
@@ -1505,7 +1505,7 @@
1505
1505
  "type": "structure",
1506
1506
  "members": {
1507
1507
  "ClientAuthentication": {
1508
- "shape": "Sg",
1508
+ "shape": "Sj",
1509
1509
  "locationName": "clientAuthentication"
1510
1510
  },
1511
1511
  "ClusterArn": {
@@ -1516,7 +1516,7 @@
1516
1516
  "locationName": "currentVersion"
1517
1517
  },
1518
1518
  "EncryptionInfo": {
1519
- "shape": "Sq",
1519
+ "shape": "Ss",
1520
1520
  "locationName": "encryptionInfo"
1521
1521
  }
1522
1522
  },
@@ -1585,6 +1585,10 @@
1585
1585
  "locationName": "ebsStorageInfo",
1586
1586
  "type": "structure",
1587
1587
  "members": {
1588
+ "ProvisionedThroughput": {
1589
+ "shape": "Sd",
1590
+ "locationName": "provisionedThroughput"
1591
+ },
1588
1592
  "VolumeSize": {
1589
1593
  "locationName": "volumeSize",
1590
1594
  "type": "integer"
@@ -1594,7 +1598,7 @@
1594
1598
  }
1595
1599
  },
1596
1600
  "ConnectivityInfo": {
1597
- "shape": "Se",
1601
+ "shape": "Sh",
1598
1602
  "locationName": "connectivityInfo"
1599
1603
  }
1600
1604
  },
@@ -1603,7 +1607,20 @@
1603
1607
  "InstanceType"
1604
1608
  ]
1605
1609
  },
1606
- "Se": {
1610
+ "Sd": {
1611
+ "type": "structure",
1612
+ "members": {
1613
+ "Enabled": {
1614
+ "locationName": "enabled",
1615
+ "type": "boolean"
1616
+ },
1617
+ "VolumeThroughput": {
1618
+ "locationName": "volumeThroughput",
1619
+ "type": "integer"
1620
+ }
1621
+ }
1622
+ },
1623
+ "Sh": {
1607
1624
  "type": "structure",
1608
1625
  "members": {
1609
1626
  "PublicAccess": {
@@ -1617,7 +1634,7 @@
1617
1634
  }
1618
1635
  }
1619
1636
  },
1620
- "Sg": {
1637
+ "Sj": {
1621
1638
  "type": "structure",
1622
1639
  "members": {
1623
1640
  "Sasl": {
@@ -1635,7 +1652,7 @@
1635
1652
  }
1636
1653
  },
1637
1654
  "Iam": {
1638
- "shape": "Sk",
1655
+ "shape": "Sm",
1639
1656
  "locationName": "iam"
1640
1657
  }
1641
1658
  }
@@ -1666,7 +1683,7 @@
1666
1683
  }
1667
1684
  }
1668
1685
  },
1669
- "Sk": {
1686
+ "Sm": {
1670
1687
  "type": "structure",
1671
1688
  "members": {
1672
1689
  "Enabled": {
@@ -1675,7 +1692,7 @@
1675
1692
  }
1676
1693
  }
1677
1694
  },
1678
- "So": {
1695
+ "Sq": {
1679
1696
  "type": "structure",
1680
1697
  "members": {
1681
1698
  "Arn": {
@@ -1691,7 +1708,7 @@
1691
1708
  "Arn"
1692
1709
  ]
1693
1710
  },
1694
- "Sq": {
1711
+ "Ss": {
1695
1712
  "type": "structure",
1696
1713
  "members": {
1697
1714
  "EncryptionAtRest": {
@@ -1721,7 +1738,7 @@
1721
1738
  }
1722
1739
  }
1723
1740
  },
1724
- "Sv": {
1741
+ "Sx": {
1725
1742
  "type": "structure",
1726
1743
  "members": {
1727
1744
  "Prometheus": {
@@ -1761,7 +1778,7 @@
1761
1778
  "Prometheus"
1762
1779
  ]
1763
1780
  },
1764
- "S10": {
1781
+ "S12": {
1765
1782
  "type": "structure",
1766
1783
  "members": {
1767
1784
  "BrokerLogs": {
@@ -1826,12 +1843,12 @@
1826
1843
  "BrokerLogs"
1827
1844
  ]
1828
1845
  },
1829
- "S16": {
1846
+ "S18": {
1830
1847
  "type": "map",
1831
1848
  "key": {},
1832
1849
  "value": {}
1833
1850
  },
1834
- "S1c": {
1851
+ "S1e": {
1835
1852
  "type": "list",
1836
1853
  "member": {
1837
1854
  "type": "structure",
@@ -1850,7 +1867,7 @@
1850
1867
  ]
1851
1868
  }
1852
1869
  },
1853
- "S1e": {
1870
+ "S1g": {
1854
1871
  "type": "structure",
1855
1872
  "members": {
1856
1873
  "Sasl": {
@@ -1858,22 +1875,22 @@
1858
1875
  "type": "structure",
1859
1876
  "members": {
1860
1877
  "Iam": {
1861
- "shape": "Sk",
1878
+ "shape": "Sm",
1862
1879
  "locationName": "iam"
1863
1880
  }
1864
1881
  }
1865
1882
  }
1866
1883
  }
1867
1884
  },
1868
- "S1l": {
1885
+ "S1n": {
1869
1886
  "type": "timestamp",
1870
1887
  "timestampFormat": "iso8601"
1871
1888
  },
1872
- "S1m": {
1889
+ "S1o": {
1873
1890
  "type": "structure",
1874
1891
  "members": {
1875
1892
  "CreationTime": {
1876
- "shape": "S1l",
1893
+ "shape": "S1n",
1877
1894
  "locationName": "creationTime"
1878
1895
  },
1879
1896
  "Description": {
@@ -1889,7 +1906,7 @@
1889
1906
  "CreationTime"
1890
1907
  ]
1891
1908
  },
1892
- "S1u": {
1909
+ "S1w": {
1893
1910
  "type": "structure",
1894
1911
  "members": {
1895
1912
  "ActiveOperationArn": {
@@ -1900,7 +1917,7 @@
1900
1917
  "locationName": "brokerNodeGroupInfo"
1901
1918
  },
1902
1919
  "ClientAuthentication": {
1903
- "shape": "Sg",
1920
+ "shape": "Sj",
1904
1921
  "locationName": "clientAuthentication"
1905
1922
  },
1906
1923
  "ClusterArn": {
@@ -1910,29 +1927,29 @@
1910
1927
  "locationName": "clusterName"
1911
1928
  },
1912
1929
  "CreationTime": {
1913
- "shape": "S1l",
1930
+ "shape": "S1n",
1914
1931
  "locationName": "creationTime"
1915
1932
  },
1916
1933
  "CurrentBrokerSoftwareInfo": {
1917
- "shape": "S1v",
1934
+ "shape": "S1x",
1918
1935
  "locationName": "currentBrokerSoftwareInfo"
1919
1936
  },
1920
1937
  "CurrentVersion": {
1921
1938
  "locationName": "currentVersion"
1922
1939
  },
1923
1940
  "EncryptionInfo": {
1924
- "shape": "Sq",
1941
+ "shape": "Ss",
1925
1942
  "locationName": "encryptionInfo"
1926
1943
  },
1927
1944
  "EnhancedMonitoring": {
1928
1945
  "locationName": "enhancedMonitoring"
1929
1946
  },
1930
1947
  "OpenMonitoring": {
1931
- "shape": "S1w",
1948
+ "shape": "S1y",
1932
1949
  "locationName": "openMonitoring"
1933
1950
  },
1934
1951
  "LoggingInfo": {
1935
- "shape": "S10",
1952
+ "shape": "S12",
1936
1953
  "locationName": "loggingInfo"
1937
1954
  },
1938
1955
  "NumberOfBrokerNodes": {
@@ -1943,11 +1960,11 @@
1943
1960
  "locationName": "state"
1944
1961
  },
1945
1962
  "StateInfo": {
1946
- "shape": "S21",
1963
+ "shape": "S22",
1947
1964
  "locationName": "stateInfo"
1948
1965
  },
1949
1966
  "Tags": {
1950
- "shape": "S16",
1967
+ "shape": "S18",
1951
1968
  "locationName": "tags"
1952
1969
  },
1953
1970
  "ZookeeperConnectString": {
@@ -1958,7 +1975,7 @@
1958
1975
  }
1959
1976
  }
1960
1977
  },
1961
- "S1v": {
1978
+ "S1x": {
1962
1979
  "type": "structure",
1963
1980
  "members": {
1964
1981
  "ConfigurationArn": {
@@ -1973,7 +1990,7 @@
1973
1990
  }
1974
1991
  }
1975
1992
  },
1976
- "S1w": {
1993
+ "S1y": {
1977
1994
  "type": "structure",
1978
1995
  "members": {
1979
1996
  "Prometheus": {
@@ -2013,7 +2030,7 @@
2013
2030
  "Prometheus"
2014
2031
  ]
2015
2032
  },
2016
- "S21": {
2033
+ "S22": {
2017
2034
  "type": "structure",
2018
2035
  "members": {
2019
2036
  "Code": {
@@ -2024,7 +2041,7 @@
2024
2041
  }
2025
2042
  }
2026
2043
  },
2027
- "S24": {
2044
+ "S25": {
2028
2045
  "type": "structure",
2029
2046
  "members": {
2030
2047
  "ActiveOperationArn": {
@@ -2040,7 +2057,7 @@
2040
2057
  "locationName": "clusterName"
2041
2058
  },
2042
2059
  "CreationTime": {
2043
- "shape": "S1l",
2060
+ "shape": "S1n",
2044
2061
  "locationName": "creationTime"
2045
2062
  },
2046
2063
  "CurrentVersion": {
@@ -2050,11 +2067,11 @@
2050
2067
  "locationName": "state"
2051
2068
  },
2052
2069
  "StateInfo": {
2053
- "shape": "S21",
2070
+ "shape": "S22",
2054
2071
  "locationName": "stateInfo"
2055
2072
  },
2056
2073
  "Tags": {
2057
- "shape": "S16",
2074
+ "shape": "S18",
2058
2075
  "locationName": "tags"
2059
2076
  },
2060
2077
  "Provisioned": {
@@ -2066,26 +2083,26 @@
2066
2083
  "locationName": "brokerNodeGroupInfo"
2067
2084
  },
2068
2085
  "CurrentBrokerSoftwareInfo": {
2069
- "shape": "S1v",
2086
+ "shape": "S1x",
2070
2087
  "locationName": "currentBrokerSoftwareInfo"
2071
2088
  },
2072
2089
  "ClientAuthentication": {
2073
- "shape": "Sg",
2090
+ "shape": "Sj",
2074
2091
  "locationName": "clientAuthentication"
2075
2092
  },
2076
2093
  "EncryptionInfo": {
2077
- "shape": "Sq",
2094
+ "shape": "Ss",
2078
2095
  "locationName": "encryptionInfo"
2079
2096
  },
2080
2097
  "EnhancedMonitoring": {
2081
2098
  "locationName": "enhancedMonitoring"
2082
2099
  },
2083
2100
  "OpenMonitoring": {
2084
- "shape": "Sv",
2101
+ "shape": "Sx",
2085
2102
  "locationName": "openMonitoring"
2086
2103
  },
2087
2104
  "LoggingInfo": {
2088
- "shape": "S10",
2105
+ "shape": "S12",
2089
2106
  "locationName": "loggingInfo"
2090
2107
  },
2091
2108
  "NumberOfBrokerNodes": {
@@ -2109,11 +2126,11 @@
2109
2126
  "type": "structure",
2110
2127
  "members": {
2111
2128
  "VpcConfigs": {
2112
- "shape": "S1c",
2129
+ "shape": "S1e",
2113
2130
  "locationName": "vpcConfigs"
2114
2131
  },
2115
2132
  "ClientAuthentication": {
2116
- "shape": "S1e",
2133
+ "shape": "S1g",
2117
2134
  "locationName": "clientAuthentication"
2118
2135
  }
2119
2136
  },
@@ -2123,7 +2140,7 @@
2123
2140
  }
2124
2141
  }
2125
2142
  },
2126
- "S29": {
2143
+ "S2a": {
2127
2144
  "type": "structure",
2128
2145
  "members": {
2129
2146
  "ClientRequestId": {
@@ -2133,11 +2150,11 @@
2133
2150
  "locationName": "clusterArn"
2134
2151
  },
2135
2152
  "CreationTime": {
2136
- "shape": "S1l",
2153
+ "shape": "S1n",
2137
2154
  "locationName": "creationTime"
2138
2155
  },
2139
2156
  "EndTime": {
2140
- "shape": "S1l",
2157
+ "shape": "S1n",
2141
2158
  "locationName": "endTime"
2142
2159
  },
2143
2160
  "ErrorInfo": {
@@ -2183,24 +2200,24 @@
2183
2200
  "locationName": "operationType"
2184
2201
  },
2185
2202
  "SourceClusterInfo": {
2186
- "shape": "S2e",
2203
+ "shape": "S2f",
2187
2204
  "locationName": "sourceClusterInfo"
2188
2205
  },
2189
2206
  "TargetClusterInfo": {
2190
- "shape": "S2e",
2207
+ "shape": "S2f",
2191
2208
  "locationName": "targetClusterInfo"
2192
2209
  }
2193
2210
  }
2194
2211
  },
2195
- "S2e": {
2212
+ "S2f": {
2196
2213
  "type": "structure",
2197
2214
  "members": {
2198
2215
  "BrokerEBSVolumeInfo": {
2199
- "shape": "S2f",
2216
+ "shape": "S2g",
2200
2217
  "locationName": "brokerEBSVolumeInfo"
2201
2218
  },
2202
2219
  "ConfigurationInfo": {
2203
- "shape": "So",
2220
+ "shape": "Sq",
2204
2221
  "locationName": "configurationInfo"
2205
2222
  },
2206
2223
  "NumberOfBrokerNodes": {
@@ -2211,34 +2228,34 @@
2211
2228
  "locationName": "enhancedMonitoring"
2212
2229
  },
2213
2230
  "OpenMonitoring": {
2214
- "shape": "S1w",
2231
+ "shape": "S1y",
2215
2232
  "locationName": "openMonitoring"
2216
2233
  },
2217
2234
  "KafkaVersion": {
2218
2235
  "locationName": "kafkaVersion"
2219
2236
  },
2220
2237
  "LoggingInfo": {
2221
- "shape": "S10",
2238
+ "shape": "S12",
2222
2239
  "locationName": "loggingInfo"
2223
2240
  },
2224
2241
  "InstanceType": {
2225
2242
  "locationName": "instanceType"
2226
2243
  },
2227
2244
  "ClientAuthentication": {
2228
- "shape": "Sg",
2245
+ "shape": "Sj",
2229
2246
  "locationName": "clientAuthentication"
2230
2247
  },
2231
2248
  "EncryptionInfo": {
2232
- "shape": "Sq",
2249
+ "shape": "Ss",
2233
2250
  "locationName": "encryptionInfo"
2234
2251
  },
2235
2252
  "ConnectivityInfo": {
2236
- "shape": "Se",
2253
+ "shape": "Sh",
2237
2254
  "locationName": "connectivityInfo"
2238
2255
  }
2239
2256
  }
2240
2257
  },
2241
- "S2f": {
2258
+ "S2g": {
2242
2259
  "type": "list",
2243
2260
  "member": {
2244
2261
  "type": "structure",
@@ -2246,13 +2263,16 @@
2246
2263
  "KafkaBrokerNodeId": {
2247
2264
  "locationName": "kafkaBrokerNodeId"
2248
2265
  },
2266
+ "ProvisionedThroughput": {
2267
+ "shape": "Sd",
2268
+ "locationName": "provisionedThroughput"
2269
+ },
2249
2270
  "VolumeSizeGB": {
2250
2271
  "locationName": "volumeSizeGB",
2251
2272
  "type": "integer"
2252
2273
  }
2253
2274
  },
2254
2275
  "required": [
2255
- "VolumeSizeGB",
2256
2276
  "KafkaBrokerNodeId"
2257
2277
  ]
2258
2278
  }