aws-sdk-core 2.11.284 → 2.11.285

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "pagination": {
3
+ }
4
+ }
@@ -118,12 +118,37 @@
118
118
  "shape" : "ForbiddenException"
119
119
  } ]
120
120
  },
121
- "DescribeConfiguration": {
122
- "name": "DescribeConfiguration",
123
- "http": {
124
- "method": "GET",
125
- "requestUri": "/v1/configurations/{arn}",
126
- "responseCode": 200
121
+ "DescribeClusterOperation" : {
122
+ "name" : "DescribeClusterOperation",
123
+ "http" : {
124
+ "method" : "GET",
125
+ "requestUri" : "/v1/operations/{clusterOperationArn}",
126
+ "responseCode" : 200
127
+ },
128
+ "input" : {
129
+ "shape" : "DescribeClusterOperationRequest"
130
+ },
131
+ "output" : {
132
+ "shape" : "DescribeClusterOperationResponse"
133
+ },
134
+ "errors" : [ {
135
+ "shape" : "NotFoundException"
136
+ }, {
137
+ "shape" : "BadRequestException"
138
+ }, {
139
+ "shape" : "UnauthorizedException"
140
+ }, {
141
+ "shape" : "InternalServerErrorException"
142
+ }, {
143
+ "shape" : "ForbiddenException"
144
+ } ]
145
+ },
146
+ "DescribeConfiguration" : {
147
+ "name" : "DescribeConfiguration",
148
+ "http" : {
149
+ "method" : "GET",
150
+ "requestUri" : "/v1/configurations/{arn}",
151
+ "responseCode" : 200
127
152
  },
128
153
  "input" : {
129
154
  "shape" : "DescribeConfigurationRequest"
@@ -197,6 +222,29 @@
197
222
  "shape" : "ForbiddenException"
198
223
  } ]
199
224
  },
225
+ "ListClusterOperations" : {
226
+ "name" : "ListClusterOperations",
227
+ "http" : {
228
+ "method" : "GET",
229
+ "requestUri" : "/v1/clusters/{clusterArn}/operations",
230
+ "responseCode" : 200
231
+ },
232
+ "input" : {
233
+ "shape" : "ListClusterOperationsRequest"
234
+ },
235
+ "output" : {
236
+ "shape" : "ListClusterOperationsResponse"
237
+ },
238
+ "errors" : [ {
239
+ "shape" : "BadRequestException"
240
+ }, {
241
+ "shape" : "InternalServerErrorException"
242
+ }, {
243
+ "shape" : "UnauthorizedException"
244
+ }, {
245
+ "shape" : "ForbiddenException"
246
+ } ]
247
+ },
200
248
  "ListClusters" : {
201
249
  "name" : "ListClusters",
202
250
  "http" : {
@@ -220,6 +268,33 @@
220
268
  "shape" : "ForbiddenException"
221
269
  } ]
222
270
  },
271
+ "ListConfigurationRevisions" : {
272
+ "name" : "ListConfigurationRevisions",
273
+ "http" : {
274
+ "method" : "GET",
275
+ "requestUri" : "/v1/configurations/{arn}/revisions",
276
+ "responseCode" : 200
277
+ },
278
+ "input" : {
279
+ "shape" : "ListConfigurationRevisionsRequest"
280
+ },
281
+ "output" : {
282
+ "shape" : "ListConfigurationRevisionsResponse"
283
+ },
284
+ "errors" : [ {
285
+ "shape" : "BadRequestException"
286
+ }, {
287
+ "shape" : "UnauthorizedException"
288
+ }, {
289
+ "shape" : "InternalServerErrorException"
290
+ }, {
291
+ "shape" : "ForbiddenException"
292
+ }, {
293
+ "shape" : "NotFoundException"
294
+ }, {
295
+ "shape" : "ServiceUnavailableException"
296
+ } ]
297
+ },
223
298
  "ListConfigurations" : {
224
299
  "name" : "ListConfigurations",
225
300
  "http" : {
@@ -324,6 +399,58 @@
324
399
  }, {
325
400
  "shape" : "InternalServerErrorException"
326
401
  } ]
402
+ },
403
+ "UpdateBrokerStorage" : {
404
+ "name" : "UpdateBrokerStorage",
405
+ "http" : {
406
+ "method" : "PUT",
407
+ "requestUri" : "/v1/clusters/{clusterArn}/nodes/storage",
408
+ "responseCode" : 200
409
+ },
410
+ "input" : {
411
+ "shape" : "UpdateBrokerStorageRequest"
412
+ },
413
+ "output" : {
414
+ "shape" : "UpdateBrokerStorageResponse"
415
+ },
416
+ "errors" : [ {
417
+ "shape" : "ServiceUnavailableException"
418
+ }, {
419
+ "shape" : "BadRequestException"
420
+ }, {
421
+ "shape" : "UnauthorizedException"
422
+ }, {
423
+ "shape" : "InternalServerErrorException"
424
+ }, {
425
+ "shape" : "ForbiddenException"
426
+ } ]
427
+ },
428
+ "UpdateClusterConfiguration" : {
429
+ "name" : "UpdateClusterConfiguration",
430
+ "http" : {
431
+ "method" : "PUT",
432
+ "requestUri" : "/v1/clusters/{clusterArn}/configuration",
433
+ "responseCode" : 200
434
+ },
435
+ "input" : {
436
+ "shape" : "UpdateClusterConfigurationRequest"
437
+ },
438
+ "output" : {
439
+ "shape" : "UpdateClusterConfigurationResponse"
440
+ },
441
+ "errors" : [ {
442
+ "shape" : "BadRequestException"
443
+ }, {
444
+ "shape" : "UnauthorizedException"
445
+ }, {
446
+ "shape" : "InternalServerErrorException"
447
+ }, {
448
+ "shape" : "ForbiddenException"
449
+ }, {
450
+ "shape" : "NotFoundException"
451
+ }, {
452
+ "shape" : "ServiceUnavailableException"
453
+ } ]
327
454
  }
328
455
  },
329
456
  "shapes" : {
@@ -348,6 +475,20 @@
348
475
  "type" : "string",
349
476
  "enum" : [ "DEFAULT" ]
350
477
  },
478
+ "BrokerEBSVolumeInfo" : {
479
+ "type" : "structure",
480
+ "members" : {
481
+ "KafkaBrokerNodeId" : {
482
+ "shape" : "__string",
483
+ "locationName" : "kafkaBrokerNodeId"
484
+ },
485
+ "VolumeSizeGB" : {
486
+ "shape" : "__integer",
487
+ "locationName" : "volumeSizeGB"
488
+ }
489
+ },
490
+ "required" : [ "VolumeSizeGB", "KafkaBrokerNodeId" ]
491
+ },
351
492
  "BrokerNodeGroupInfo" : {
352
493
  "type" : "structure",
353
494
  "members" : {
@@ -396,6 +537,10 @@
396
537
  "CurrentBrokerSoftwareInfo" : {
397
538
  "shape" : "BrokerSoftwareInfo",
398
539
  "locationName" : "currentBrokerSoftwareInfo"
540
+ },
541
+ "Endpoints" : {
542
+ "shape" : "__listOf__string",
543
+ "locationName" : "endpoints"
399
544
  }
400
545
  }
401
546
  },
@@ -416,13 +561,34 @@
416
561
  }
417
562
  }
418
563
  },
564
+ "ClientAuthentication" : {
565
+ "type" : "structure",
566
+ "members" : {
567
+ "Tls" : {
568
+ "shape" : "Tls",
569
+ "locationName" : "tls"
570
+ }
571
+ }
572
+ },
573
+ "ClientBroker" : {
574
+ "type" : "string",
575
+ "enum" : [ "TLS", "TLS_PLAINTEXT", "PLAINTEXT" ]
576
+ },
419
577
  "ClusterInfo" : {
420
578
  "type" : "structure",
421
579
  "members" : {
580
+ "ActiveOperationArn" : {
581
+ "shape" : "__string",
582
+ "locationName" : "activeOperationArn"
583
+ },
422
584
  "BrokerNodeGroupInfo" : {
423
585
  "shape" : "BrokerNodeGroupInfo",
424
586
  "locationName" : "brokerNodeGroupInfo"
425
587
  },
588
+ "ClientAuthentication" : {
589
+ "shape" : "ClientAuthentication",
590
+ "locationName" : "clientAuthentication"
591
+ },
426
592
  "ClusterArn" : {
427
593
  "shape" : "__string",
428
594
  "locationName" : "clusterArn"
@@ -459,15 +625,64 @@
459
625
  "shape" : "ClusterState",
460
626
  "locationName" : "state"
461
627
  },
628
+ "Tags" : {
629
+ "shape" : "__mapOf__string",
630
+ "locationName" : "tags"
631
+ },
462
632
  "ZookeeperConnectString" : {
463
633
  "shape" : "__string",
464
634
  "locationName" : "zookeeperConnectString"
465
635
  }
466
636
  }
467
637
  },
638
+ "ClusterOperationInfo" : {
639
+ "type" : "structure",
640
+ "members" : {
641
+ "ClientRequestId" : {
642
+ "shape" : "__string",
643
+ "locationName" : "clientRequestId"
644
+ },
645
+ "ClusterArn" : {
646
+ "shape" : "__string",
647
+ "locationName" : "clusterArn"
648
+ },
649
+ "CreationTime" : {
650
+ "shape" : "__timestampIso8601",
651
+ "locationName" : "creationTime"
652
+ },
653
+ "EndTime" : {
654
+ "shape" : "__timestampIso8601",
655
+ "locationName" : "endTime"
656
+ },
657
+ "ErrorInfo" : {
658
+ "shape" : "ErrorInfo",
659
+ "locationName" : "errorInfo"
660
+ },
661
+ "OperationArn" : {
662
+ "shape" : "__string",
663
+ "locationName" : "operationArn"
664
+ },
665
+ "OperationState" : {
666
+ "shape" : "__string",
667
+ "locationName" : "operationState"
668
+ },
669
+ "OperationType" : {
670
+ "shape" : "__string",
671
+ "locationName" : "operationType"
672
+ },
673
+ "SourceClusterInfo" : {
674
+ "shape" : "MutableClusterInfo",
675
+ "locationName" : "sourceClusterInfo"
676
+ },
677
+ "TargetClusterInfo" : {
678
+ "shape" : "MutableClusterInfo",
679
+ "locationName" : "targetClusterInfo"
680
+ }
681
+ }
682
+ },
468
683
  "ClusterState" : {
469
684
  "type" : "string",
470
- "enum" : [ "ACTIVE", "CREATING", "DELETING", "FAILED" ]
685
+ "enum" : [ "ACTIVE", "CREATING", "UPDATING", "DELETING", "FAILED" ]
471
686
  },
472
687
  "Configuration" : {
473
688
  "type" : "structure",
@@ -555,6 +770,10 @@
555
770
  "shape" : "BrokerNodeGroupInfo",
556
771
  "locationName" : "brokerNodeGroupInfo"
557
772
  },
773
+ "ClientAuthentication" : {
774
+ "shape" : "ClientAuthentication",
775
+ "locationName" : "clientAuthentication"
776
+ },
558
777
  "ClusterName" : {
559
778
  "shape" : "__stringMin1Max64",
560
779
  "locationName" : "clusterName"
@@ -578,6 +797,10 @@
578
797
  "NumberOfBrokerNodes" : {
579
798
  "shape" : "__integerMin1Max15",
580
799
  "locationName" : "numberOfBrokerNodes"
800
+ },
801
+ "Tags" : {
802
+ "shape" : "__mapOf__string",
803
+ "locationName" : "tags"
581
804
  }
582
805
  },
583
806
  "required" : [ "BrokerNodeGroupInfo", "KafkaVersion", "NumberOfBrokerNodes", "ClusterName" ]
@@ -622,23 +845,23 @@
622
845
  "required" : [ "ServerProperties", "KafkaVersions", "Name" ]
623
846
  },
624
847
  "CreateConfigurationResponse" : {
625
- "type": "structure",
626
- "members": {
627
- "Arn": {
628
- "shape": "__string",
629
- "locationName": "arn"
848
+ "type" : "structure",
849
+ "members" : {
850
+ "Arn" : {
851
+ "shape" : "__string",
852
+ "locationName" : "arn"
630
853
  },
631
854
  "CreationTime": {
632
855
  "shape": "__timestampIso8601",
633
856
  "locationName": "creationTime"
634
857
  },
635
- "LatestRevision": {
636
- "shape": "ConfigurationRevision",
637
- "locationName": "latestRevision"
858
+ "LatestRevision" : {
859
+ "shape" : "ConfigurationRevision",
860
+ "locationName" : "latestRevision"
638
861
  },
639
- "Name": {
640
- "shape": "__string",
641
- "locationName": "name"
862
+ "Name" : {
863
+ "shape" : "__string",
864
+ "locationName" : "name"
642
865
  }
643
866
  }
644
867
  },
@@ -671,6 +894,26 @@
671
894
  }
672
895
  }
673
896
  },
897
+ "DescribeClusterOperationRequest" : {
898
+ "type" : "structure",
899
+ "members" : {
900
+ "ClusterOperationArn" : {
901
+ "shape" : "__string",
902
+ "location" : "uri",
903
+ "locationName" : "clusterOperationArn"
904
+ }
905
+ },
906
+ "required" : [ "ClusterOperationArn" ]
907
+ },
908
+ "DescribeClusterOperationResponse" : {
909
+ "type" : "structure",
910
+ "members" : {
911
+ "ClusterOperationInfo" : {
912
+ "shape" : "ClusterOperationInfo",
913
+ "locationName" : "clusterOperationInfo"
914
+ }
915
+ }
916
+ },
674
917
  "DescribeClusterRequest" : {
675
918
  "type" : "structure",
676
919
  "members" : {
@@ -791,12 +1034,29 @@
791
1034
  },
792
1035
  "required" : [ "DataVolumeKMSKeyId" ]
793
1036
  },
1037
+ "EncryptionInTransit" : {
1038
+ "type" : "structure",
1039
+ "members" : {
1040
+ "ClientBroker" : {
1041
+ "shape" : "ClientBroker",
1042
+ "locationName" : "clientBroker"
1043
+ },
1044
+ "InCluster" : {
1045
+ "shape" : "__boolean",
1046
+ "locationName" : "inCluster"
1047
+ }
1048
+ }
1049
+ },
794
1050
  "EncryptionInfo" : {
795
1051
  "type" : "structure",
796
1052
  "members" : {
797
1053
  "EncryptionAtRest" : {
798
1054
  "shape" : "EncryptionAtRest",
799
1055
  "locationName" : "encryptionAtRest"
1056
+ },
1057
+ "EncryptionInTransit" : {
1058
+ "shape" : "EncryptionInTransit",
1059
+ "locationName" : "encryptionInTransit"
800
1060
  }
801
1061
  }
802
1062
  },
@@ -817,6 +1077,19 @@
817
1077
  }
818
1078
  }
819
1079
  },
1080
+ "ErrorInfo" : {
1081
+ "type" : "structure",
1082
+ "members" : {
1083
+ "ErrorCode" : {
1084
+ "shape" : "__string",
1085
+ "locationName" : "errorCode"
1086
+ },
1087
+ "ErrorString" : {
1088
+ "shape" : "__string",
1089
+ "locationName" : "errorString"
1090
+ }
1091
+ }
1092
+ },
820
1093
  "ForbiddenException" : {
821
1094
  "type" : "structure",
822
1095
  "members" : {
@@ -851,6 +1124,10 @@
851
1124
  "BootstrapBrokerString" : {
852
1125
  "shape" : "__string",
853
1126
  "locationName" : "bootstrapBrokerString"
1127
+ },
1128
+ "BootstrapBrokerStringTls" : {
1129
+ "shape" : "__string",
1130
+ "locationName" : "bootstrapBrokerStringTls"
854
1131
  }
855
1132
  }
856
1133
  },
@@ -871,6 +1148,40 @@
871
1148
  "httpStatusCode" : 500
872
1149
  }
873
1150
  },
1151
+ "ListClusterOperationsRequest" : {
1152
+ "type" : "structure",
1153
+ "members" : {
1154
+ "ClusterArn" : {
1155
+ "shape" : "__string",
1156
+ "location" : "uri",
1157
+ "locationName" : "clusterArn"
1158
+ },
1159
+ "MaxResults" : {
1160
+ "shape" : "MaxResults",
1161
+ "location" : "querystring",
1162
+ "locationName" : "maxResults"
1163
+ },
1164
+ "NextToken" : {
1165
+ "shape" : "__string",
1166
+ "location" : "querystring",
1167
+ "locationName" : "nextToken"
1168
+ }
1169
+ },
1170
+ "required" : [ "ClusterArn" ]
1171
+ },
1172
+ "ListClusterOperationsResponse" : {
1173
+ "type" : "structure",
1174
+ "members" : {
1175
+ "ClusterOperationInfoList" : {
1176
+ "shape" : "__listOfClusterOperationInfo",
1177
+ "locationName" : "clusterOperationInfoList"
1178
+ },
1179
+ "NextToken" : {
1180
+ "shape" : "__string",
1181
+ "locationName" : "nextToken"
1182
+ }
1183
+ }
1184
+ },
874
1185
  "ListClustersRequest" : {
875
1186
  "type" : "structure",
876
1187
  "members" : {
@@ -904,12 +1215,46 @@
904
1215
  }
905
1216
  }
906
1217
  },
907
- "ListConfigurationsRequest" : {
1218
+ "ListConfigurationRevisionsRequest" : {
908
1219
  "type" : "structure",
909
1220
  "members" : {
1221
+ "Arn" : {
1222
+ "shape" : "__string",
1223
+ "location" : "uri",
1224
+ "locationName" : "arn"
1225
+ },
910
1226
  "MaxResults" : {
1227
+ "shape" : "MaxResults",
1228
+ "location" : "querystring",
1229
+ "locationName" : "maxResults"
1230
+ },
1231
+ "NextToken" : {
911
1232
  "shape" : "__string",
912
1233
  "location" : "querystring",
1234
+ "locationName" : "nextToken"
1235
+ }
1236
+ },
1237
+ "required" : [ "Arn" ]
1238
+ },
1239
+ "ListConfigurationRevisionsResponse" : {
1240
+ "type" : "structure",
1241
+ "members" : {
1242
+ "NextToken" : {
1243
+ "shape" : "__string",
1244
+ "locationName" : "nextToken"
1245
+ },
1246
+ "Revisions" : {
1247
+ "shape" : "__listOfConfigurationRevision",
1248
+ "locationName" : "revisions"
1249
+ }
1250
+ }
1251
+ },
1252
+ "ListConfigurationsRequest" : {
1253
+ "type" : "structure",
1254
+ "members" : {
1255
+ "MaxResults" : {
1256
+ "shape" : "MaxResults",
1257
+ "location" : "querystring",
913
1258
  "locationName" : "maxResults"
914
1259
  },
915
1260
  "NextToken" : {
@@ -991,6 +1336,23 @@
991
1336
  "min" : 1,
992
1337
  "max" : 100
993
1338
  },
1339
+ "MutableClusterInfo" : {
1340
+ "type" : "structure",
1341
+ "members" : {
1342
+ "BrokerEBSVolumeInfo" : {
1343
+ "shape" : "__listOfBrokerEBSVolumeInfo",
1344
+ "locationName" : "brokerEBSVolumeInfo"
1345
+ },
1346
+ "ConfigurationInfo" : {
1347
+ "shape" : "ConfigurationInfo",
1348
+ "locationName" : "configurationInfo"
1349
+ },
1350
+ "NumberOfBrokerNodes" : {
1351
+ "shape" : "__integer",
1352
+ "locationName" : "numberOfBrokerNodes"
1353
+ }
1354
+ }
1355
+ },
994
1356
  "NodeInfo" : {
995
1357
  "type" : "structure",
996
1358
  "members" : {
@@ -1082,6 +1444,15 @@
1082
1444
  },
1083
1445
  "required" : [ "ResourceArn", "Tags" ]
1084
1446
  },
1447
+ "Tls" : {
1448
+ "type" : "structure",
1449
+ "members" : {
1450
+ "CertificateAuthorityArnList" : {
1451
+ "shape" : "__listOf__string",
1452
+ "locationName" : "certificateAuthorityArnList"
1453
+ }
1454
+ }
1455
+ },
1085
1456
  "TooManyRequestsException" : {
1086
1457
  "type" : "structure",
1087
1458
  "members" : {
@@ -1132,6 +1503,70 @@
1132
1503
  },
1133
1504
  "required" : [ "TagKeys", "ResourceArn" ]
1134
1505
  },
1506
+ "UpdateBrokerStorageRequest" : {
1507
+ "type" : "structure",
1508
+ "members" : {
1509
+ "ClusterArn" : {
1510
+ "shape" : "__string",
1511
+ "location" : "uri",
1512
+ "locationName" : "clusterArn"
1513
+ },
1514
+ "CurrentVersion" : {
1515
+ "shape" : "__string",
1516
+ "locationName" : "currentVersion"
1517
+ },
1518
+ "TargetBrokerEBSVolumeInfo" : {
1519
+ "shape" : "__listOfBrokerEBSVolumeInfo",
1520
+ "locationName" : "targetBrokerEBSVolumeInfo"
1521
+ }
1522
+ },
1523
+ "required" : [ "ClusterArn", "TargetBrokerEBSVolumeInfo", "CurrentVersion" ]
1524
+ },
1525
+ "UpdateBrokerStorageResponse" : {
1526
+ "type" : "structure",
1527
+ "members" : {
1528
+ "ClusterArn" : {
1529
+ "shape" : "__string",
1530
+ "locationName" : "clusterArn"
1531
+ },
1532
+ "ClusterOperationArn" : {
1533
+ "shape" : "__string",
1534
+ "locationName" : "clusterOperationArn"
1535
+ }
1536
+ }
1537
+ },
1538
+ "UpdateClusterConfigurationRequest" : {
1539
+ "type" : "structure",
1540
+ "members" : {
1541
+ "ClusterArn" : {
1542
+ "shape" : "__string",
1543
+ "location" : "uri",
1544
+ "locationName" : "clusterArn"
1545
+ },
1546
+ "ConfigurationInfo" : {
1547
+ "shape" : "ConfigurationInfo",
1548
+ "locationName" : "configurationInfo"
1549
+ },
1550
+ "CurrentVersion" : {
1551
+ "shape" : "__string",
1552
+ "locationName" : "currentVersion"
1553
+ }
1554
+ },
1555
+ "required" : [ "ClusterArn", "CurrentVersion", "ConfigurationInfo" ]
1556
+ },
1557
+ "UpdateClusterConfigurationResponse" : {
1558
+ "type" : "structure",
1559
+ "members" : {
1560
+ "ClusterArn" : {
1561
+ "shape" : "__string",
1562
+ "locationName" : "clusterArn"
1563
+ },
1564
+ "ClusterOperationArn" : {
1565
+ "shape" : "__string",
1566
+ "locationName" : "clusterOperationArn"
1567
+ }
1568
+ }
1569
+ },
1135
1570
  "ZookeeperNodeInfo" : {
1136
1571
  "type" : "structure",
1137
1572
  "members" : {
@@ -1143,6 +1578,10 @@
1143
1578
  "shape" : "__string",
1144
1579
  "locationName" : "clientVpcIpAddress"
1145
1580
  },
1581
+ "Endpoints" : {
1582
+ "shape" : "__listOf__string",
1583
+ "locationName" : "endpoints"
1584
+ },
1146
1585
  "ZookeeperId" : {
1147
1586
  "shape" : "__double",
1148
1587
  "locationName" : "zookeeperId"
@@ -1175,18 +1614,36 @@
1175
1614
  "min" : 1,
1176
1615
  "max" : 16384
1177
1616
  },
1617
+ "__listOfBrokerEBSVolumeInfo" : {
1618
+ "type" : "list",
1619
+ "member" : {
1620
+ "shape" : "BrokerEBSVolumeInfo"
1621
+ }
1622
+ },
1178
1623
  "__listOfClusterInfo" : {
1179
1624
  "type" : "list",
1180
1625
  "member" : {
1181
1626
  "shape" : "ClusterInfo"
1182
1627
  }
1183
1628
  },
1629
+ "__listOfClusterOperationInfo" : {
1630
+ "type" : "list",
1631
+ "member" : {
1632
+ "shape" : "ClusterOperationInfo"
1633
+ }
1634
+ },
1184
1635
  "__listOfConfiguration" : {
1185
1636
  "type" : "list",
1186
1637
  "member" : {
1187
1638
  "shape" : "Configuration"
1188
1639
  }
1189
1640
  },
1641
+ "__listOfConfigurationRevision" : {
1642
+ "type" : "list",
1643
+ "member" : {
1644
+ "shape" : "ConfigurationRevision"
1645
+ }
1646
+ },
1190
1647
  "__listOfNodeInfo" : {
1191
1648
  "type" : "list",
1192
1649
  "member" : {