cdk-lambda-subminute 2.0.269 → 2.0.271
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.
- package/.jsii +3 -3
- package/lib/cdk-lambda-subminute.js +3 -3
- package/node_modules/aws-sdk/CHANGELOG.md +22 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/drs-2020-02-26.min.json +28 -6
- package/node_modules/aws-sdk/apis/ecs-2014-11-13.examples.json +24 -24
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.min.json +721 -79
- package/node_modules/aws-sdk/apis/entityresolution-2018-05-10.paginators.json +18 -0
- package/node_modules/aws-sdk/apis/globalaccelerator-2018-08-08.paginators.json +2 -1
- package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +3 -0
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +571 -38
- package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.min.json +111 -0
- package/node_modules/aws-sdk/apis/managedblockchain-query-2023-05-04.paginators.json +6 -0
- package/node_modules/aws-sdk/apis/opensearch-2021-01-01.min.json +78 -59
- package/node_modules/aws-sdk/apis/redshift-2012-12-01.min.json +205 -184
- package/node_modules/aws-sdk/apis/redshift-serverless-2021-04-21.min.json +34 -18
- package/node_modules/aws-sdk/apis/route53-recovery-cluster-2019-12-02.min.json +5 -4
- package/node_modules/aws-sdk/apis/route53-recovery-control-config-2020-11-02.min.json +67 -37
- package/node_modules/aws-sdk/apis/sesv2-2019-09-27.min.json +40 -18
- package/node_modules/aws-sdk/clients/cloudformation.d.ts +1 -1
- package/node_modules/aws-sdk/clients/codepipeline.d.ts +4 -4
- package/node_modules/aws-sdk/clients/drs.d.ts +27 -1
- package/node_modules/aws-sdk/clients/ecs.d.ts +3 -3
- package/node_modules/aws-sdk/clients/entityresolution.d.ts +650 -12
- package/node_modules/aws-sdk/clients/guardduty.d.ts +5 -1
- package/node_modules/aws-sdk/clients/kafka.d.ts +467 -0
- package/node_modules/aws-sdk/clients/managedblockchainquery.d.ts +125 -9
- package/node_modules/aws-sdk/clients/mediapackagev2.d.ts +13 -13
- package/node_modules/aws-sdk/clients/opensearch.d.ts +46 -6
- package/node_modules/aws-sdk/clients/redshift.d.ts +47 -7
- package/node_modules/aws-sdk/clients/redshiftserverless.d.ts +42 -2
- package/node_modules/aws-sdk/clients/route53recoverycluster.d.ts +16 -11
- package/node_modules/aws-sdk/clients/route53recoverycontrolconfig.d.ts +42 -0
- package/node_modules/aws-sdk/clients/sesv2.d.ts +43 -3
- package/node_modules/aws-sdk/clients/transfer.d.ts +8 -8
- package/node_modules/aws-sdk/clients/xray.d.ts +2 -2
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +45 -13
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +104 -40
- package/node_modules/aws-sdk/dist/aws-sdk.js +208 -187
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +28 -28
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/s3/managed_upload.d.ts +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
@@ -276,6 +276,104 @@
|
|
276
276
|
}
|
277
277
|
}
|
278
278
|
},
|
279
|
+
"CreateReplicator": {
|
280
|
+
"http": {
|
281
|
+
"requestUri": "/replication/v1/replicators",
|
282
|
+
"responseCode": 200
|
283
|
+
},
|
284
|
+
"input": {
|
285
|
+
"type": "structure",
|
286
|
+
"members": {
|
287
|
+
"Description": {
|
288
|
+
"locationName": "description"
|
289
|
+
},
|
290
|
+
"KafkaClusters": {
|
291
|
+
"locationName": "kafkaClusters",
|
292
|
+
"type": "list",
|
293
|
+
"member": {
|
294
|
+
"type": "structure",
|
295
|
+
"members": {
|
296
|
+
"AmazonMskCluster": {
|
297
|
+
"shape": "S21",
|
298
|
+
"locationName": "amazonMskCluster"
|
299
|
+
},
|
300
|
+
"VpcConfig": {
|
301
|
+
"shape": "S22",
|
302
|
+
"locationName": "vpcConfig"
|
303
|
+
}
|
304
|
+
},
|
305
|
+
"required": [
|
306
|
+
"VpcConfig",
|
307
|
+
"AmazonMskCluster"
|
308
|
+
]
|
309
|
+
}
|
310
|
+
},
|
311
|
+
"ReplicationInfoList": {
|
312
|
+
"locationName": "replicationInfoList",
|
313
|
+
"type": "list",
|
314
|
+
"member": {
|
315
|
+
"type": "structure",
|
316
|
+
"members": {
|
317
|
+
"ConsumerGroupReplication": {
|
318
|
+
"shape": "S25",
|
319
|
+
"locationName": "consumerGroupReplication"
|
320
|
+
},
|
321
|
+
"SourceKafkaClusterArn": {
|
322
|
+
"locationName": "sourceKafkaClusterArn"
|
323
|
+
},
|
324
|
+
"TargetCompressionType": {
|
325
|
+
"locationName": "targetCompressionType"
|
326
|
+
},
|
327
|
+
"TargetKafkaClusterArn": {
|
328
|
+
"locationName": "targetKafkaClusterArn"
|
329
|
+
},
|
330
|
+
"TopicReplication": {
|
331
|
+
"shape": "S29",
|
332
|
+
"locationName": "topicReplication"
|
333
|
+
}
|
334
|
+
},
|
335
|
+
"required": [
|
336
|
+
"TargetCompressionType",
|
337
|
+
"TopicReplication",
|
338
|
+
"ConsumerGroupReplication",
|
339
|
+
"SourceKafkaClusterArn",
|
340
|
+
"TargetKafkaClusterArn"
|
341
|
+
]
|
342
|
+
}
|
343
|
+
},
|
344
|
+
"ReplicatorName": {
|
345
|
+
"locationName": "replicatorName"
|
346
|
+
},
|
347
|
+
"ServiceExecutionRoleArn": {
|
348
|
+
"locationName": "serviceExecutionRoleArn"
|
349
|
+
},
|
350
|
+
"Tags": {
|
351
|
+
"shape": "S1e",
|
352
|
+
"locationName": "tags"
|
353
|
+
}
|
354
|
+
},
|
355
|
+
"required": [
|
356
|
+
"ServiceExecutionRoleArn",
|
357
|
+
"ReplicatorName",
|
358
|
+
"ReplicationInfoList",
|
359
|
+
"KafkaClusters"
|
360
|
+
]
|
361
|
+
},
|
362
|
+
"output": {
|
363
|
+
"type": "structure",
|
364
|
+
"members": {
|
365
|
+
"ReplicatorArn": {
|
366
|
+
"locationName": "replicatorArn"
|
367
|
+
},
|
368
|
+
"ReplicatorName": {
|
369
|
+
"locationName": "replicatorName"
|
370
|
+
},
|
371
|
+
"ReplicatorState": {
|
372
|
+
"locationName": "replicatorState"
|
373
|
+
}
|
374
|
+
}
|
375
|
+
}
|
376
|
+
},
|
279
377
|
"CreateVpcConnection": {
|
280
378
|
"http": {
|
281
379
|
"requestUri": "/v1/vpc-connection",
|
@@ -435,6 +533,40 @@
|
|
435
533
|
}
|
436
534
|
}
|
437
535
|
},
|
536
|
+
"DeleteReplicator": {
|
537
|
+
"http": {
|
538
|
+
"method": "DELETE",
|
539
|
+
"requestUri": "/replication/v1/replicators/{replicatorArn}",
|
540
|
+
"responseCode": 200
|
541
|
+
},
|
542
|
+
"input": {
|
543
|
+
"type": "structure",
|
544
|
+
"members": {
|
545
|
+
"CurrentVersion": {
|
546
|
+
"location": "querystring",
|
547
|
+
"locationName": "currentVersion"
|
548
|
+
},
|
549
|
+
"ReplicatorArn": {
|
550
|
+
"location": "uri",
|
551
|
+
"locationName": "replicatorArn"
|
552
|
+
}
|
553
|
+
},
|
554
|
+
"required": [
|
555
|
+
"ReplicatorArn"
|
556
|
+
]
|
557
|
+
},
|
558
|
+
"output": {
|
559
|
+
"type": "structure",
|
560
|
+
"members": {
|
561
|
+
"ReplicatorArn": {
|
562
|
+
"locationName": "replicatorArn"
|
563
|
+
},
|
564
|
+
"ReplicatorState": {
|
565
|
+
"locationName": "replicatorState"
|
566
|
+
}
|
567
|
+
}
|
568
|
+
}
|
569
|
+
},
|
438
570
|
"DeleteVpcConnection": {
|
439
571
|
"http": {
|
440
572
|
"method": "DELETE",
|
@@ -487,7 +619,7 @@
|
|
487
619
|
"type": "structure",
|
488
620
|
"members": {
|
489
621
|
"ClusterInfo": {
|
490
|
-
"shape": "
|
622
|
+
"shape": "S2u",
|
491
623
|
"locationName": "clusterInfo"
|
492
624
|
}
|
493
625
|
}
|
@@ -515,7 +647,7 @@
|
|
515
647
|
"type": "structure",
|
516
648
|
"members": {
|
517
649
|
"ClusterInfo": {
|
518
|
-
"shape": "
|
650
|
+
"shape": "S33",
|
519
651
|
"locationName": "clusterInfo"
|
520
652
|
}
|
521
653
|
}
|
@@ -543,7 +675,7 @@
|
|
543
675
|
"type": "structure",
|
544
676
|
"members": {
|
545
677
|
"ClusterOperationInfo": {
|
546
|
-
"shape": "
|
678
|
+
"shape": "S38",
|
547
679
|
"locationName": "clusterOperationInfo"
|
548
680
|
}
|
549
681
|
}
|
@@ -589,7 +721,7 @@
|
|
589
721
|
"locationName": "endTime"
|
590
722
|
},
|
591
723
|
"ErrorInfo": {
|
592
|
-
"shape": "
|
724
|
+
"shape": "S39",
|
593
725
|
"locationName": "errorInfo"
|
594
726
|
},
|
595
727
|
"OperationArn": {
|
@@ -606,19 +738,19 @@
|
|
606
738
|
"type": "structure",
|
607
739
|
"members": {
|
608
740
|
"OperationSteps": {
|
609
|
-
"shape": "
|
741
|
+
"shape": "S3a",
|
610
742
|
"locationName": "operationSteps"
|
611
743
|
},
|
612
744
|
"SourceClusterInfo": {
|
613
|
-
"shape": "
|
745
|
+
"shape": "S3d",
|
614
746
|
"locationName": "sourceClusterInfo"
|
615
747
|
},
|
616
748
|
"TargetClusterInfo": {
|
617
|
-
"shape": "
|
749
|
+
"shape": "S3d",
|
618
750
|
"locationName": "targetClusterInfo"
|
619
751
|
},
|
620
752
|
"VpcConnectionInfo": {
|
621
|
-
"shape": "
|
753
|
+
"shape": "S3g",
|
622
754
|
"locationName": "vpcConnectionInfo"
|
623
755
|
}
|
624
756
|
}
|
@@ -639,7 +771,7 @@
|
|
639
771
|
"locationName": "owner"
|
640
772
|
},
|
641
773
|
"UserIdentity": {
|
642
|
-
"shape": "
|
774
|
+
"shape": "S3h",
|
643
775
|
"locationName": "userIdentity"
|
644
776
|
},
|
645
777
|
"VpcConnectionArn": {
|
@@ -750,6 +882,121 @@
|
|
750
882
|
}
|
751
883
|
}
|
752
884
|
},
|
885
|
+
"DescribeReplicator": {
|
886
|
+
"http": {
|
887
|
+
"method": "GET",
|
888
|
+
"requestUri": "/replication/v1/replicators/{replicatorArn}",
|
889
|
+
"responseCode": 200
|
890
|
+
},
|
891
|
+
"input": {
|
892
|
+
"type": "structure",
|
893
|
+
"members": {
|
894
|
+
"ReplicatorArn": {
|
895
|
+
"location": "uri",
|
896
|
+
"locationName": "replicatorArn"
|
897
|
+
}
|
898
|
+
},
|
899
|
+
"required": [
|
900
|
+
"ReplicatorArn"
|
901
|
+
]
|
902
|
+
},
|
903
|
+
"output": {
|
904
|
+
"type": "structure",
|
905
|
+
"members": {
|
906
|
+
"CreationTime": {
|
907
|
+
"shape": "S1u",
|
908
|
+
"locationName": "creationTime"
|
909
|
+
},
|
910
|
+
"CurrentVersion": {
|
911
|
+
"locationName": "currentVersion"
|
912
|
+
},
|
913
|
+
"IsReplicatorReference": {
|
914
|
+
"locationName": "isReplicatorReference",
|
915
|
+
"type": "boolean"
|
916
|
+
},
|
917
|
+
"KafkaClusters": {
|
918
|
+
"locationName": "kafkaClusters",
|
919
|
+
"type": "list",
|
920
|
+
"member": {
|
921
|
+
"type": "structure",
|
922
|
+
"members": {
|
923
|
+
"AmazonMskCluster": {
|
924
|
+
"shape": "S21",
|
925
|
+
"locationName": "amazonMskCluster"
|
926
|
+
},
|
927
|
+
"KafkaClusterAlias": {
|
928
|
+
"locationName": "kafkaClusterAlias"
|
929
|
+
},
|
930
|
+
"VpcConfig": {
|
931
|
+
"shape": "S22",
|
932
|
+
"locationName": "vpcConfig"
|
933
|
+
}
|
934
|
+
}
|
935
|
+
}
|
936
|
+
},
|
937
|
+
"ReplicationInfoList": {
|
938
|
+
"locationName": "replicationInfoList",
|
939
|
+
"type": "list",
|
940
|
+
"member": {
|
941
|
+
"type": "structure",
|
942
|
+
"members": {
|
943
|
+
"ConsumerGroupReplication": {
|
944
|
+
"shape": "S25",
|
945
|
+
"locationName": "consumerGroupReplication"
|
946
|
+
},
|
947
|
+
"SourceKafkaClusterAlias": {
|
948
|
+
"locationName": "sourceKafkaClusterAlias"
|
949
|
+
},
|
950
|
+
"TargetCompressionType": {
|
951
|
+
"locationName": "targetCompressionType"
|
952
|
+
},
|
953
|
+
"TargetKafkaClusterAlias": {
|
954
|
+
"locationName": "targetKafkaClusterAlias"
|
955
|
+
},
|
956
|
+
"TopicReplication": {
|
957
|
+
"shape": "S29",
|
958
|
+
"locationName": "topicReplication"
|
959
|
+
}
|
960
|
+
}
|
961
|
+
}
|
962
|
+
},
|
963
|
+
"ReplicatorArn": {
|
964
|
+
"locationName": "replicatorArn"
|
965
|
+
},
|
966
|
+
"ReplicatorDescription": {
|
967
|
+
"locationName": "replicatorDescription"
|
968
|
+
},
|
969
|
+
"ReplicatorName": {
|
970
|
+
"locationName": "replicatorName"
|
971
|
+
},
|
972
|
+
"ReplicatorResourceArn": {
|
973
|
+
"locationName": "replicatorResourceArn"
|
974
|
+
},
|
975
|
+
"ReplicatorState": {
|
976
|
+
"locationName": "replicatorState"
|
977
|
+
},
|
978
|
+
"ServiceExecutionRoleArn": {
|
979
|
+
"locationName": "serviceExecutionRoleArn"
|
980
|
+
},
|
981
|
+
"StateInfo": {
|
982
|
+
"locationName": "stateInfo",
|
983
|
+
"type": "structure",
|
984
|
+
"members": {
|
985
|
+
"Code": {
|
986
|
+
"locationName": "code"
|
987
|
+
},
|
988
|
+
"Message": {
|
989
|
+
"locationName": "message"
|
990
|
+
}
|
991
|
+
}
|
992
|
+
},
|
993
|
+
"Tags": {
|
994
|
+
"shape": "S1e",
|
995
|
+
"locationName": "tags"
|
996
|
+
}
|
997
|
+
}
|
998
|
+
}
|
999
|
+
},
|
753
1000
|
"DescribeVpcConnection": {
|
754
1001
|
"http": {
|
755
1002
|
"method": "GET",
|
@@ -996,7 +1243,7 @@
|
|
996
1243
|
"locationName": "clusterOperationInfoList",
|
997
1244
|
"type": "list",
|
998
1245
|
"member": {
|
999
|
-
"shape": "
|
1246
|
+
"shape": "S38"
|
1000
1247
|
}
|
1001
1248
|
},
|
1002
1249
|
"NextToken": {
|
@@ -1104,7 +1351,7 @@
|
|
1104
1351
|
"locationName": "clusterInfoList",
|
1105
1352
|
"type": "list",
|
1106
1353
|
"member": {
|
1107
|
-
"shape": "
|
1354
|
+
"shape": "S2u"
|
1108
1355
|
}
|
1109
1356
|
},
|
1110
1357
|
"NextToken": {
|
@@ -1148,7 +1395,7 @@
|
|
1148
1395
|
"locationName": "clusterInfoList",
|
1149
1396
|
"type": "list",
|
1150
1397
|
"member": {
|
1151
|
-
"shape": "
|
1398
|
+
"shape": "S33"
|
1152
1399
|
}
|
1153
1400
|
},
|
1154
1401
|
"NextToken": {
|
@@ -1375,7 +1622,7 @@
|
|
1375
1622
|
"locationName": "clientVpcIpAddress"
|
1376
1623
|
},
|
1377
1624
|
"CurrentBrokerSoftwareInfo": {
|
1378
|
-
"shape": "
|
1625
|
+
"shape": "S2v",
|
1379
1626
|
"locationName": "currentBrokerSoftwareInfo"
|
1380
1627
|
},
|
1381
1628
|
"Endpoints": {
|
@@ -1422,6 +1669,102 @@
|
|
1422
1669
|
}
|
1423
1670
|
}
|
1424
1671
|
},
|
1672
|
+
"ListReplicators": {
|
1673
|
+
"http": {
|
1674
|
+
"method": "GET",
|
1675
|
+
"requestUri": "/replication/v1/replicators",
|
1676
|
+
"responseCode": 200
|
1677
|
+
},
|
1678
|
+
"input": {
|
1679
|
+
"type": "structure",
|
1680
|
+
"members": {
|
1681
|
+
"MaxResults": {
|
1682
|
+
"location": "querystring",
|
1683
|
+
"locationName": "maxResults",
|
1684
|
+
"type": "integer"
|
1685
|
+
},
|
1686
|
+
"NextToken": {
|
1687
|
+
"location": "querystring",
|
1688
|
+
"locationName": "nextToken"
|
1689
|
+
},
|
1690
|
+
"ReplicatorNameFilter": {
|
1691
|
+
"location": "querystring",
|
1692
|
+
"locationName": "replicatorNameFilter"
|
1693
|
+
}
|
1694
|
+
}
|
1695
|
+
},
|
1696
|
+
"output": {
|
1697
|
+
"type": "structure",
|
1698
|
+
"members": {
|
1699
|
+
"NextToken": {
|
1700
|
+
"locationName": "nextToken"
|
1701
|
+
},
|
1702
|
+
"Replicators": {
|
1703
|
+
"locationName": "replicators",
|
1704
|
+
"type": "list",
|
1705
|
+
"member": {
|
1706
|
+
"type": "structure",
|
1707
|
+
"members": {
|
1708
|
+
"CreationTime": {
|
1709
|
+
"shape": "S1u",
|
1710
|
+
"locationName": "creationTime"
|
1711
|
+
},
|
1712
|
+
"CurrentVersion": {
|
1713
|
+
"locationName": "currentVersion"
|
1714
|
+
},
|
1715
|
+
"IsReplicatorReference": {
|
1716
|
+
"locationName": "isReplicatorReference",
|
1717
|
+
"type": "boolean"
|
1718
|
+
},
|
1719
|
+
"KafkaClustersSummary": {
|
1720
|
+
"locationName": "kafkaClustersSummary",
|
1721
|
+
"type": "list",
|
1722
|
+
"member": {
|
1723
|
+
"type": "structure",
|
1724
|
+
"members": {
|
1725
|
+
"AmazonMskCluster": {
|
1726
|
+
"shape": "S21",
|
1727
|
+
"locationName": "amazonMskCluster"
|
1728
|
+
},
|
1729
|
+
"KafkaClusterAlias": {
|
1730
|
+
"locationName": "kafkaClusterAlias"
|
1731
|
+
}
|
1732
|
+
}
|
1733
|
+
}
|
1734
|
+
},
|
1735
|
+
"ReplicationInfoSummaryList": {
|
1736
|
+
"locationName": "replicationInfoSummaryList",
|
1737
|
+
"type": "list",
|
1738
|
+
"member": {
|
1739
|
+
"type": "structure",
|
1740
|
+
"members": {
|
1741
|
+
"SourceKafkaClusterAlias": {
|
1742
|
+
"locationName": "sourceKafkaClusterAlias"
|
1743
|
+
},
|
1744
|
+
"TargetKafkaClusterAlias": {
|
1745
|
+
"locationName": "targetKafkaClusterAlias"
|
1746
|
+
}
|
1747
|
+
}
|
1748
|
+
}
|
1749
|
+
},
|
1750
|
+
"ReplicatorArn": {
|
1751
|
+
"locationName": "replicatorArn"
|
1752
|
+
},
|
1753
|
+
"ReplicatorName": {
|
1754
|
+
"locationName": "replicatorName"
|
1755
|
+
},
|
1756
|
+
"ReplicatorResourceArn": {
|
1757
|
+
"locationName": "replicatorResourceArn"
|
1758
|
+
},
|
1759
|
+
"ReplicatorState": {
|
1760
|
+
"locationName": "replicatorState"
|
1761
|
+
}
|
1762
|
+
}
|
1763
|
+
}
|
1764
|
+
}
|
1765
|
+
}
|
1766
|
+
}
|
1767
|
+
},
|
1425
1768
|
"ListScramSecrets": {
|
1426
1769
|
"http": {
|
1427
1770
|
"method": "GET",
|
@@ -1853,7 +2196,7 @@
|
|
1853
2196
|
"locationName": "currentVersion"
|
1854
2197
|
},
|
1855
2198
|
"TargetBrokerEBSVolumeInfo": {
|
1856
|
-
"shape": "
|
2199
|
+
"shape": "S3e",
|
1857
2200
|
"locationName": "targetBrokerEBSVolumeInfo"
|
1858
2201
|
}
|
1859
2202
|
},
|
@@ -2079,6 +2422,109 @@
|
|
2079
2422
|
}
|
2080
2423
|
}
|
2081
2424
|
},
|
2425
|
+
"UpdateReplicationInfo": {
|
2426
|
+
"http": {
|
2427
|
+
"method": "PUT",
|
2428
|
+
"requestUri": "/replication/v1/replicators/{replicatorArn}/replication-info",
|
2429
|
+
"responseCode": 200
|
2430
|
+
},
|
2431
|
+
"input": {
|
2432
|
+
"type": "structure",
|
2433
|
+
"members": {
|
2434
|
+
"ConsumerGroupReplication": {
|
2435
|
+
"locationName": "consumerGroupReplication",
|
2436
|
+
"type": "structure",
|
2437
|
+
"members": {
|
2438
|
+
"ConsumerGroupsToExclude": {
|
2439
|
+
"shape": "S26",
|
2440
|
+
"locationName": "consumerGroupsToExclude"
|
2441
|
+
},
|
2442
|
+
"ConsumerGroupsToReplicate": {
|
2443
|
+
"shape": "S26",
|
2444
|
+
"locationName": "consumerGroupsToReplicate"
|
2445
|
+
},
|
2446
|
+
"DetectAndCopyNewConsumerGroups": {
|
2447
|
+
"locationName": "detectAndCopyNewConsumerGroups",
|
2448
|
+
"type": "boolean"
|
2449
|
+
},
|
2450
|
+
"SynchroniseConsumerGroupOffsets": {
|
2451
|
+
"locationName": "synchroniseConsumerGroupOffsets",
|
2452
|
+
"type": "boolean"
|
2453
|
+
}
|
2454
|
+
},
|
2455
|
+
"required": [
|
2456
|
+
"ConsumerGroupsToReplicate",
|
2457
|
+
"ConsumerGroupsToExclude",
|
2458
|
+
"SynchroniseConsumerGroupOffsets",
|
2459
|
+
"DetectAndCopyNewConsumerGroups"
|
2460
|
+
]
|
2461
|
+
},
|
2462
|
+
"CurrentVersion": {
|
2463
|
+
"locationName": "currentVersion"
|
2464
|
+
},
|
2465
|
+
"ReplicatorArn": {
|
2466
|
+
"location": "uri",
|
2467
|
+
"locationName": "replicatorArn"
|
2468
|
+
},
|
2469
|
+
"SourceKafkaClusterArn": {
|
2470
|
+
"locationName": "sourceKafkaClusterArn"
|
2471
|
+
},
|
2472
|
+
"TargetKafkaClusterArn": {
|
2473
|
+
"locationName": "targetKafkaClusterArn"
|
2474
|
+
},
|
2475
|
+
"TopicReplication": {
|
2476
|
+
"locationName": "topicReplication",
|
2477
|
+
"type": "structure",
|
2478
|
+
"members": {
|
2479
|
+
"CopyAccessControlListsForTopics": {
|
2480
|
+
"locationName": "copyAccessControlListsForTopics",
|
2481
|
+
"type": "boolean"
|
2482
|
+
},
|
2483
|
+
"CopyTopicConfigurations": {
|
2484
|
+
"locationName": "copyTopicConfigurations",
|
2485
|
+
"type": "boolean"
|
2486
|
+
},
|
2487
|
+
"DetectAndCopyNewTopics": {
|
2488
|
+
"locationName": "detectAndCopyNewTopics",
|
2489
|
+
"type": "boolean"
|
2490
|
+
},
|
2491
|
+
"TopicsToExclude": {
|
2492
|
+
"shape": "S2a",
|
2493
|
+
"locationName": "topicsToExclude"
|
2494
|
+
},
|
2495
|
+
"TopicsToReplicate": {
|
2496
|
+
"shape": "S2a",
|
2497
|
+
"locationName": "topicsToReplicate"
|
2498
|
+
}
|
2499
|
+
},
|
2500
|
+
"required": [
|
2501
|
+
"TopicsToReplicate",
|
2502
|
+
"TopicsToExclude",
|
2503
|
+
"CopyTopicConfigurations",
|
2504
|
+
"DetectAndCopyNewTopics",
|
2505
|
+
"CopyAccessControlListsForTopics"
|
2506
|
+
]
|
2507
|
+
}
|
2508
|
+
},
|
2509
|
+
"required": [
|
2510
|
+
"ReplicatorArn",
|
2511
|
+
"SourceKafkaClusterArn",
|
2512
|
+
"CurrentVersion",
|
2513
|
+
"TargetKafkaClusterArn"
|
2514
|
+
]
|
2515
|
+
},
|
2516
|
+
"output": {
|
2517
|
+
"type": "structure",
|
2518
|
+
"members": {
|
2519
|
+
"ReplicatorArn": {
|
2520
|
+
"locationName": "replicatorArn"
|
2521
|
+
},
|
2522
|
+
"ReplicatorState": {
|
2523
|
+
"locationName": "replicatorState"
|
2524
|
+
}
|
2525
|
+
}
|
2526
|
+
}
|
2527
|
+
},
|
2082
2528
|
"UpdateSecurity": {
|
2083
2529
|
"http": {
|
2084
2530
|
"method": "PATCH",
|
@@ -2587,7 +3033,94 @@
|
|
2587
3033
|
"CreationTime"
|
2588
3034
|
]
|
2589
3035
|
},
|
3036
|
+
"S21": {
|
3037
|
+
"type": "structure",
|
3038
|
+
"members": {
|
3039
|
+
"MskClusterArn": {
|
3040
|
+
"locationName": "mskClusterArn"
|
3041
|
+
}
|
3042
|
+
},
|
3043
|
+
"required": [
|
3044
|
+
"MskClusterArn"
|
3045
|
+
]
|
3046
|
+
},
|
3047
|
+
"S22": {
|
3048
|
+
"type": "structure",
|
3049
|
+
"members": {
|
3050
|
+
"SecurityGroupIds": {
|
3051
|
+
"shape": "S3",
|
3052
|
+
"locationName": "securityGroupIds"
|
3053
|
+
},
|
3054
|
+
"SubnetIds": {
|
3055
|
+
"shape": "S3",
|
3056
|
+
"locationName": "subnetIds"
|
3057
|
+
}
|
3058
|
+
},
|
3059
|
+
"required": [
|
3060
|
+
"SubnetIds"
|
3061
|
+
]
|
3062
|
+
},
|
3063
|
+
"S25": {
|
3064
|
+
"type": "structure",
|
3065
|
+
"members": {
|
3066
|
+
"ConsumerGroupsToExclude": {
|
3067
|
+
"shape": "S26",
|
3068
|
+
"locationName": "consumerGroupsToExclude"
|
3069
|
+
},
|
3070
|
+
"ConsumerGroupsToReplicate": {
|
3071
|
+
"shape": "S26",
|
3072
|
+
"locationName": "consumerGroupsToReplicate"
|
3073
|
+
},
|
3074
|
+
"DetectAndCopyNewConsumerGroups": {
|
3075
|
+
"locationName": "detectAndCopyNewConsumerGroups",
|
3076
|
+
"type": "boolean"
|
3077
|
+
},
|
3078
|
+
"SynchroniseConsumerGroupOffsets": {
|
3079
|
+
"locationName": "synchroniseConsumerGroupOffsets",
|
3080
|
+
"type": "boolean"
|
3081
|
+
}
|
3082
|
+
},
|
3083
|
+
"required": [
|
3084
|
+
"ConsumerGroupsToReplicate"
|
3085
|
+
]
|
3086
|
+
},
|
3087
|
+
"S26": {
|
3088
|
+
"type": "list",
|
3089
|
+
"member": {}
|
3090
|
+
},
|
3091
|
+
"S29": {
|
3092
|
+
"type": "structure",
|
3093
|
+
"members": {
|
3094
|
+
"CopyAccessControlListsForTopics": {
|
3095
|
+
"locationName": "copyAccessControlListsForTopics",
|
3096
|
+
"type": "boolean"
|
3097
|
+
},
|
3098
|
+
"CopyTopicConfigurations": {
|
3099
|
+
"locationName": "copyTopicConfigurations",
|
3100
|
+
"type": "boolean"
|
3101
|
+
},
|
3102
|
+
"DetectAndCopyNewTopics": {
|
3103
|
+
"locationName": "detectAndCopyNewTopics",
|
3104
|
+
"type": "boolean"
|
3105
|
+
},
|
3106
|
+
"TopicsToExclude": {
|
3107
|
+
"shape": "S2a",
|
3108
|
+
"locationName": "topicsToExclude"
|
3109
|
+
},
|
3110
|
+
"TopicsToReplicate": {
|
3111
|
+
"shape": "S2a",
|
3112
|
+
"locationName": "topicsToReplicate"
|
3113
|
+
}
|
3114
|
+
},
|
3115
|
+
"required": [
|
3116
|
+
"TopicsToReplicate"
|
3117
|
+
]
|
3118
|
+
},
|
2590
3119
|
"S2a": {
|
3120
|
+
"type": "list",
|
3121
|
+
"member": {}
|
3122
|
+
},
|
3123
|
+
"S2u": {
|
2591
3124
|
"type": "structure",
|
2592
3125
|
"members": {
|
2593
3126
|
"ActiveOperationArn": {
|
@@ -2612,7 +3145,7 @@
|
|
2612
3145
|
"locationName": "creationTime"
|
2613
3146
|
},
|
2614
3147
|
"CurrentBrokerSoftwareInfo": {
|
2615
|
-
"shape": "
|
3148
|
+
"shape": "S2v",
|
2616
3149
|
"locationName": "currentBrokerSoftwareInfo"
|
2617
3150
|
},
|
2618
3151
|
"CurrentVersion": {
|
@@ -2626,7 +3159,7 @@
|
|
2626
3159
|
"locationName": "enhancedMonitoring"
|
2627
3160
|
},
|
2628
3161
|
"OpenMonitoring": {
|
2629
|
-
"shape": "
|
3162
|
+
"shape": "S2w",
|
2630
3163
|
"locationName": "openMonitoring"
|
2631
3164
|
},
|
2632
3165
|
"LoggingInfo": {
|
@@ -2641,7 +3174,7 @@
|
|
2641
3174
|
"locationName": "state"
|
2642
3175
|
},
|
2643
3176
|
"StateInfo": {
|
2644
|
-
"shape": "
|
3177
|
+
"shape": "S30",
|
2645
3178
|
"locationName": "stateInfo"
|
2646
3179
|
},
|
2647
3180
|
"Tags": {
|
@@ -2659,7 +3192,7 @@
|
|
2659
3192
|
}
|
2660
3193
|
}
|
2661
3194
|
},
|
2662
|
-
"
|
3195
|
+
"S2v": {
|
2663
3196
|
"type": "structure",
|
2664
3197
|
"members": {
|
2665
3198
|
"ConfigurationArn": {
|
@@ -2674,7 +3207,7 @@
|
|
2674
3207
|
}
|
2675
3208
|
}
|
2676
3209
|
},
|
2677
|
-
"
|
3210
|
+
"S2w": {
|
2678
3211
|
"type": "structure",
|
2679
3212
|
"members": {
|
2680
3213
|
"Prometheus": {
|
@@ -2714,7 +3247,7 @@
|
|
2714
3247
|
"Prometheus"
|
2715
3248
|
]
|
2716
3249
|
},
|
2717
|
-
"
|
3250
|
+
"S30": {
|
2718
3251
|
"type": "structure",
|
2719
3252
|
"members": {
|
2720
3253
|
"Code": {
|
@@ -2725,7 +3258,7 @@
|
|
2725
3258
|
}
|
2726
3259
|
}
|
2727
3260
|
},
|
2728
|
-
"
|
3261
|
+
"S33": {
|
2729
3262
|
"type": "structure",
|
2730
3263
|
"members": {
|
2731
3264
|
"ActiveOperationArn": {
|
@@ -2751,7 +3284,7 @@
|
|
2751
3284
|
"locationName": "state"
|
2752
3285
|
},
|
2753
3286
|
"StateInfo": {
|
2754
|
-
"shape": "
|
3287
|
+
"shape": "S30",
|
2755
3288
|
"locationName": "stateInfo"
|
2756
3289
|
},
|
2757
3290
|
"Tags": {
|
@@ -2767,7 +3300,7 @@
|
|
2767
3300
|
"locationName": "brokerNodeGroupInfo"
|
2768
3301
|
},
|
2769
3302
|
"CurrentBrokerSoftwareInfo": {
|
2770
|
-
"shape": "
|
3303
|
+
"shape": "S2v",
|
2771
3304
|
"locationName": "currentBrokerSoftwareInfo"
|
2772
3305
|
},
|
2773
3306
|
"ClientAuthentication": {
|
@@ -2827,7 +3360,7 @@
|
|
2827
3360
|
}
|
2828
3361
|
}
|
2829
3362
|
},
|
2830
|
-
"
|
3363
|
+
"S38": {
|
2831
3364
|
"type": "structure",
|
2832
3365
|
"members": {
|
2833
3366
|
"ClientRequestId": {
|
@@ -2845,7 +3378,7 @@
|
|
2845
3378
|
"locationName": "endTime"
|
2846
3379
|
},
|
2847
3380
|
"ErrorInfo": {
|
2848
|
-
"shape": "
|
3381
|
+
"shape": "S39",
|
2849
3382
|
"locationName": "errorInfo"
|
2850
3383
|
},
|
2851
3384
|
"OperationArn": {
|
@@ -2855,27 +3388,27 @@
|
|
2855
3388
|
"locationName": "operationState"
|
2856
3389
|
},
|
2857
3390
|
"OperationSteps": {
|
2858
|
-
"shape": "
|
3391
|
+
"shape": "S3a",
|
2859
3392
|
"locationName": "operationSteps"
|
2860
3393
|
},
|
2861
3394
|
"OperationType": {
|
2862
3395
|
"locationName": "operationType"
|
2863
3396
|
},
|
2864
3397
|
"SourceClusterInfo": {
|
2865
|
-
"shape": "
|
3398
|
+
"shape": "S3d",
|
2866
3399
|
"locationName": "sourceClusterInfo"
|
2867
3400
|
},
|
2868
3401
|
"TargetClusterInfo": {
|
2869
|
-
"shape": "
|
3402
|
+
"shape": "S3d",
|
2870
3403
|
"locationName": "targetClusterInfo"
|
2871
3404
|
},
|
2872
3405
|
"VpcConnectionInfo": {
|
2873
|
-
"shape": "
|
3406
|
+
"shape": "S3g",
|
2874
3407
|
"locationName": "vpcConnectionInfo"
|
2875
3408
|
}
|
2876
3409
|
}
|
2877
3410
|
},
|
2878
|
-
"
|
3411
|
+
"S39": {
|
2879
3412
|
"type": "structure",
|
2880
3413
|
"members": {
|
2881
3414
|
"ErrorCode": {
|
@@ -2886,7 +3419,7 @@
|
|
2886
3419
|
}
|
2887
3420
|
}
|
2888
3421
|
},
|
2889
|
-
"
|
3422
|
+
"S3a": {
|
2890
3423
|
"type": "list",
|
2891
3424
|
"member": {
|
2892
3425
|
"type": "structure",
|
@@ -2906,11 +3439,11 @@
|
|
2906
3439
|
}
|
2907
3440
|
}
|
2908
3441
|
},
|
2909
|
-
"
|
3442
|
+
"S3d": {
|
2910
3443
|
"type": "structure",
|
2911
3444
|
"members": {
|
2912
3445
|
"BrokerEBSVolumeInfo": {
|
2913
|
-
"shape": "
|
3446
|
+
"shape": "S3e",
|
2914
3447
|
"locationName": "brokerEBSVolumeInfo"
|
2915
3448
|
},
|
2916
3449
|
"ConfigurationInfo": {
|
@@ -2925,7 +3458,7 @@
|
|
2925
3458
|
"locationName": "enhancedMonitoring"
|
2926
3459
|
},
|
2927
3460
|
"OpenMonitoring": {
|
2928
|
-
"shape": "
|
3461
|
+
"shape": "S2w",
|
2929
3462
|
"locationName": "openMonitoring"
|
2930
3463
|
},
|
2931
3464
|
"KafkaVersion": {
|
@@ -2955,7 +3488,7 @@
|
|
2955
3488
|
}
|
2956
3489
|
}
|
2957
3490
|
},
|
2958
|
-
"
|
3491
|
+
"S3e": {
|
2959
3492
|
"type": "list",
|
2960
3493
|
"member": {
|
2961
3494
|
"type": "structure",
|
@@ -2977,7 +3510,7 @@
|
|
2977
3510
|
]
|
2978
3511
|
}
|
2979
3512
|
},
|
2980
|
-
"
|
3513
|
+
"S3g": {
|
2981
3514
|
"type": "structure",
|
2982
3515
|
"members": {
|
2983
3516
|
"VpcConnectionArn": {
|
@@ -2987,7 +3520,7 @@
|
|
2987
3520
|
"locationName": "owner"
|
2988
3521
|
},
|
2989
3522
|
"UserIdentity": {
|
2990
|
-
"shape": "
|
3523
|
+
"shape": "S3h",
|
2991
3524
|
"locationName": "userIdentity"
|
2992
3525
|
},
|
2993
3526
|
"CreationTime": {
|
@@ -2996,7 +3529,7 @@
|
|
2996
3529
|
}
|
2997
3530
|
}
|
2998
3531
|
},
|
2999
|
-
"
|
3532
|
+
"S3h": {
|
3000
3533
|
"type": "structure",
|
3001
3534
|
"members": {
|
3002
3535
|
"Type": {
|