cdk-comprehend-s3olap 2.0.137 → 2.0.139

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 (47) hide show
  1. package/.jsii +3 -3
  2. package/lib/cdk-comprehend-s3olap.js +2 -2
  3. package/lib/comprehend-lambdas.js +2 -2
  4. package/lib/iam-roles.js +4 -4
  5. package/node_modules/aws-sdk/CHANGELOG.md +22 -1
  6. package/node_modules/aws-sdk/README.md +1 -1
  7. package/node_modules/aws-sdk/apis/appflow-2020-08-23.min.json +104 -93
  8. package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +259 -50
  9. package/node_modules/aws-sdk/apis/athena-2017-05-18.paginators.json +5 -0
  10. package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +936 -921
  11. package/node_modules/aws-sdk/apis/emr-containers-2020-10-01.min.json +52 -0
  12. package/node_modules/aws-sdk/apis/grafana-2020-08-18.min.json +1 -0
  13. package/node_modules/aws-sdk/apis/guardduty-2017-11-28.min.json +100 -69
  14. package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +289 -274
  15. package/node_modules/aws-sdk/apis/iotdeviceadvisor-2020-09-18.min.json +13 -4
  16. package/node_modules/aws-sdk/apis/kafka-2018-11-14.min.json +570 -89
  17. package/node_modules/aws-sdk/apis/kafka-2018-11-14.paginators.json +12 -0
  18. package/node_modules/aws-sdk/apis/marketplace-catalog-2018-09-17.paginators.json +4 -2
  19. package/node_modules/aws-sdk/apis/rekognition-2016-06-27.min.json +112 -48
  20. package/node_modules/aws-sdk/apis/simspaceweaver-2022-10-28.min.json +52 -16
  21. package/node_modules/aws-sdk/clients/appflow.d.ts +14 -1
  22. package/node_modules/aws-sdk/clients/athena.d.ts +228 -10
  23. package/node_modules/aws-sdk/clients/directconnect.d.ts +2 -2
  24. package/node_modules/aws-sdk/clients/ec2.d.ts +75 -52
  25. package/node_modules/aws-sdk/clients/efs.d.ts +1 -1
  26. package/node_modules/aws-sdk/clients/emrcontainers.d.ts +61 -0
  27. package/node_modules/aws-sdk/clients/grafana.d.ts +4 -0
  28. package/node_modules/aws-sdk/clients/guardduty.d.ts +32 -2
  29. package/node_modules/aws-sdk/clients/iot.d.ts +21 -2
  30. package/node_modules/aws-sdk/clients/iotdeviceadvisor.d.ts +16 -3
  31. package/node_modules/aws-sdk/clients/kafka.d.ts +634 -0
  32. package/node_modules/aws-sdk/clients/lambda.d.ts +1 -1
  33. package/node_modules/aws-sdk/clients/osis.d.ts +26 -26
  34. package/node_modules/aws-sdk/clients/qldb.d.ts +27 -27
  35. package/node_modules/aws-sdk/clients/rekognition.d.ts +117 -0
  36. package/node_modules/aws-sdk/clients/sagemaker.d.ts +2 -2
  37. package/node_modules/aws-sdk/clients/simspaceweaver.d.ts +62 -21
  38. package/node_modules/aws-sdk/clients/wafv2.d.ts +57 -57
  39. package/node_modules/aws-sdk/clients/workspaces.d.ts +3 -3
  40. package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
  41. package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +18 -17
  42. package/node_modules/aws-sdk/dist/aws-sdk.js +1611 -1300
  43. package/node_modules/aws-sdk/dist/aws-sdk.min.js +98 -98
  44. package/node_modules/aws-sdk/lib/core.js +1 -1
  45. package/node_modules/aws-sdk/lib/services/sqs.js +3 -2
  46. package/node_modules/aws-sdk/package.json +1 -1
  47. package/package.json +3 -3
@@ -59,6 +59,18 @@ declare class Kafka extends Service {
59
59
 
60
60
  */
61
61
  createConfiguration(callback?: (err: AWSError, data: Kafka.Types.CreateConfigurationResponse) => void): Request<Kafka.Types.CreateConfigurationResponse, AWSError>;
62
+ /**
63
+ *
64
+ Creates a new MSK VPC connection.
65
+
66
+ */
67
+ createVpcConnection(params: Kafka.Types.CreateVpcConnectionRequest, callback?: (err: AWSError, data: Kafka.Types.CreateVpcConnectionResponse) => void): Request<Kafka.Types.CreateVpcConnectionResponse, AWSError>;
68
+ /**
69
+ *
70
+ Creates a new MSK VPC connection.
71
+
72
+ */
73
+ createVpcConnection(callback?: (err: AWSError, data: Kafka.Types.CreateVpcConnectionResponse) => void): Request<Kafka.Types.CreateVpcConnectionResponse, AWSError>;
62
74
  /**
63
75
  *
64
76
  Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.
@@ -71,6 +83,18 @@ declare class Kafka extends Service {
71
83
 
72
84
  */
73
85
  deleteCluster(callback?: (err: AWSError, data: Kafka.Types.DeleteClusterResponse) => void): Request<Kafka.Types.DeleteClusterResponse, AWSError>;
86
+ /**
87
+ *
88
+ Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
89
+
90
+ */
91
+ deleteClusterPolicy(params: Kafka.Types.DeleteClusterPolicyRequest, callback?: (err: AWSError, data: Kafka.Types.DeleteClusterPolicyResponse) => void): Request<Kafka.Types.DeleteClusterPolicyResponse, AWSError>;
92
+ /**
93
+ *
94
+ Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
95
+
96
+ */
97
+ deleteClusterPolicy(callback?: (err: AWSError, data: Kafka.Types.DeleteClusterPolicyResponse) => void): Request<Kafka.Types.DeleteClusterPolicyResponse, AWSError>;
74
98
  /**
75
99
  *
76
100
  Deletes an MSK Configuration.
@@ -83,6 +107,18 @@ declare class Kafka extends Service {
83
107
 
84
108
  */
85
109
  deleteConfiguration(callback?: (err: AWSError, data: Kafka.Types.DeleteConfigurationResponse) => void): Request<Kafka.Types.DeleteConfigurationResponse, AWSError>;
110
+ /**
111
+ *
112
+ Deletes a MSK VPC connection.
113
+
114
+ */
115
+ deleteVpcConnection(params: Kafka.Types.DeleteVpcConnectionRequest, callback?: (err: AWSError, data: Kafka.Types.DeleteVpcConnectionResponse) => void): Request<Kafka.Types.DeleteVpcConnectionResponse, AWSError>;
116
+ /**
117
+ *
118
+ Deletes a MSK VPC connection.
119
+
120
+ */
121
+ deleteVpcConnection(callback?: (err: AWSError, data: Kafka.Types.DeleteVpcConnectionResponse) => void): Request<Kafka.Types.DeleteVpcConnectionResponse, AWSError>;
86
122
  /**
87
123
  *
88
124
  Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.
@@ -143,6 +179,18 @@ declare class Kafka extends Service {
143
179
 
144
180
  */
145
181
  describeConfigurationRevision(callback?: (err: AWSError, data: Kafka.Types.DescribeConfigurationRevisionResponse) => void): Request<Kafka.Types.DescribeConfigurationRevisionResponse, AWSError>;
182
+ /**
183
+ *
184
+ Returns a description of this MSK VPC connection.
185
+
186
+ */
187
+ describeVpcConnection(params: Kafka.Types.DescribeVpcConnectionRequest, callback?: (err: AWSError, data: Kafka.Types.DescribeVpcConnectionResponse) => void): Request<Kafka.Types.DescribeVpcConnectionResponse, AWSError>;
188
+ /**
189
+ *
190
+ Returns a description of this MSK VPC connection.
191
+
192
+ */
193
+ describeVpcConnection(callback?: (err: AWSError, data: Kafka.Types.DescribeVpcConnectionResponse) => void): Request<Kafka.Types.DescribeVpcConnectionResponse, AWSError>;
146
194
  /**
147
195
  *
148
196
  Disassociates one or more Scram Secrets from an Amazon MSK cluster.
@@ -179,6 +227,18 @@ declare class Kafka extends Service {
179
227
 
180
228
  */
181
229
  getCompatibleKafkaVersions(callback?: (err: AWSError, data: Kafka.Types.GetCompatibleKafkaVersionsResponse) => void): Request<Kafka.Types.GetCompatibleKafkaVersionsResponse, AWSError>;
230
+ /**
231
+ *
232
+ Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
233
+
234
+ */
235
+ getClusterPolicy(params: Kafka.Types.GetClusterPolicyRequest, callback?: (err: AWSError, data: Kafka.Types.GetClusterPolicyResponse) => void): Request<Kafka.Types.GetClusterPolicyResponse, AWSError>;
236
+ /**
237
+ *
238
+ Get the MSK cluster policy specified by the Amazon Resource Name (ARN) in the request.
239
+
240
+ */
241
+ getClusterPolicy(callback?: (err: AWSError, data: Kafka.Types.GetClusterPolicyResponse) => void): Request<Kafka.Types.GetClusterPolicyResponse, AWSError>;
182
242
  /**
183
243
  *
184
244
  Returns a list of all the operations that have been performed on the specified MSK cluster.
@@ -287,6 +347,54 @@ declare class Kafka extends Service {
287
347
 
288
348
  */
289
349
  listTagsForResource(callback?: (err: AWSError, data: Kafka.Types.ListTagsForResourceResponse) => void): Request<Kafka.Types.ListTagsForResourceResponse, AWSError>;
350
+ /**
351
+ *
352
+ Returns a list of all the VPC connections in this Region.
353
+
354
+ */
355
+ listClientVpcConnections(params: Kafka.Types.ListClientVpcConnectionsRequest, callback?: (err: AWSError, data: Kafka.Types.ListClientVpcConnectionsResponse) => void): Request<Kafka.Types.ListClientVpcConnectionsResponse, AWSError>;
356
+ /**
357
+ *
358
+ Returns a list of all the VPC connections in this Region.
359
+
360
+ */
361
+ listClientVpcConnections(callback?: (err: AWSError, data: Kafka.Types.ListClientVpcConnectionsResponse) => void): Request<Kafka.Types.ListClientVpcConnectionsResponse, AWSError>;
362
+ /**
363
+ *
364
+ Returns a list of all the VPC connections in this Region.
365
+
366
+ */
367
+ listVpcConnections(params: Kafka.Types.ListVpcConnectionsRequest, callback?: (err: AWSError, data: Kafka.Types.ListVpcConnectionsResponse) => void): Request<Kafka.Types.ListVpcConnectionsResponse, AWSError>;
368
+ /**
369
+ *
370
+ Returns a list of all the VPC connections in this Region.
371
+
372
+ */
373
+ listVpcConnections(callback?: (err: AWSError, data: Kafka.Types.ListVpcConnectionsResponse) => void): Request<Kafka.Types.ListVpcConnectionsResponse, AWSError>;
374
+ /**
375
+ *
376
+ Returns empty response.
377
+
378
+ */
379
+ rejectClientVpcConnection(params: Kafka.Types.RejectClientVpcConnectionRequest, callback?: (err: AWSError, data: Kafka.Types.RejectClientVpcConnectionResponse) => void): Request<Kafka.Types.RejectClientVpcConnectionResponse, AWSError>;
380
+ /**
381
+ *
382
+ Returns empty response.
383
+
384
+ */
385
+ rejectClientVpcConnection(callback?: (err: AWSError, data: Kafka.Types.RejectClientVpcConnectionResponse) => void): Request<Kafka.Types.RejectClientVpcConnectionResponse, AWSError>;
386
+ /**
387
+ *
388
+ Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
389
+
390
+ */
391
+ putClusterPolicy(params: Kafka.Types.PutClusterPolicyRequest, callback?: (err: AWSError, data: Kafka.Types.PutClusterPolicyResponse) => void): Request<Kafka.Types.PutClusterPolicyResponse, AWSError>;
392
+ /**
393
+ *
394
+ Creates or updates the MSK cluster policy specified by the cluster Amazon Resource Name (ARN) in the request.
395
+
396
+ */
397
+ putClusterPolicy(callback?: (err: AWSError, data: Kafka.Types.PutClusterPolicyResponse) => void): Request<Kafka.Types.PutClusterPolicyResponse, AWSError>;
290
398
  /**
291
399
  * Reboots brokers.
292
400
  */
@@ -530,6 +638,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
530
638
 
531
639
  */
532
640
  ConnectivityInfo?: ConnectivityInfo;
641
+ /**
642
+ *
643
+ The list of zoneIds for the cluster in the virtual private cloud (VPC).
644
+
645
+ */
646
+ ZoneIds?: __listOf__string;
533
647
  }
534
648
  export interface BrokerNodeInfo {
535
649
  /**
@@ -609,6 +723,20 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
609
723
  */
610
724
  Unauthenticated?: Unauthenticated;
611
725
  }
726
+ export interface VpcConnectivityClientAuthentication {
727
+ /**
728
+ *
729
+ SASL authentication type details for VPC connectivity.
730
+
731
+ */
732
+ Sasl?: VpcConnectivitySasl;
733
+ /**
734
+ *
735
+ TLS authentication type details for VPC connectivity.
736
+
737
+ */
738
+ Tls?: VpcConnectivityTls;
739
+ }
612
740
  export interface ServerlessClientAuthentication {
613
741
  /**
614
742
  *
@@ -863,6 +991,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
863
991
 
864
992
  */
865
993
  TargetClusterInfo?: MutableClusterInfo;
994
+ /**
995
+ *
996
+ Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.
997
+
998
+ */
999
+ VpcConnectionInfo?: VpcConnectionInfo;
866
1000
  }
867
1001
  export interface ClusterOperationStep {
868
1002
  /**
@@ -1060,6 +1194,76 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1060
1194
  */
1061
1195
  ClientAuthentication?: ServerlessClientAuthentication;
1062
1196
  }
1197
+ export interface ClientVpcConnection {
1198
+ /**
1199
+ *
1200
+ Information about the auth scheme of Vpc Connection.
1201
+
1202
+ */
1203
+ Authentication?: __string;
1204
+ /**
1205
+ *
1206
+ Creation time of the Vpc Connection.
1207
+
1208
+ */
1209
+ CreationTime?: __timestampIso8601;
1210
+ /**
1211
+ *
1212
+ State of the Vpc Connection.
1213
+
1214
+ */
1215
+ State?: VpcConnectionState;
1216
+ /**
1217
+ *
1218
+ The ARN that identifies the Vpc Connection.
1219
+
1220
+ */
1221
+ VpcConnectionArn: __string;
1222
+ /**
1223
+ *
1224
+ The Owner of the Vpc Connection.
1225
+
1226
+ */
1227
+ Owner?: __string;
1228
+ }
1229
+ export interface VpcConnection {
1230
+ /**
1231
+ *
1232
+ The ARN that identifies the Vpc Connection.
1233
+
1234
+ */
1235
+ VpcConnectionArn: __string;
1236
+ /**
1237
+ *
1238
+ The ARN that identifies the Cluster which the Vpc Connection belongs to.
1239
+
1240
+ */
1241
+ TargetClusterArn: __string;
1242
+ /**
1243
+ *
1244
+ Creation time of the Vpc Connection.
1245
+
1246
+ */
1247
+ CreationTime?: __timestampIso8601;
1248
+ /**
1249
+ *
1250
+ Information about the auth scheme of Vpc Connection.
1251
+
1252
+ */
1253
+ Authentication?: __string;
1254
+ /**
1255
+ *
1256
+ The vpcId that belongs to the Vpc Connection.
1257
+
1258
+ */
1259
+ VpcId?: __string;
1260
+ /**
1261
+ *
1262
+ State of the Vpc Connection.
1263
+
1264
+ */
1265
+ State?: VpcConnectionState;
1266
+ }
1063
1267
  export interface CompatibleKafkaVersion {
1064
1268
  /**
1065
1269
  *
@@ -1160,6 +1364,12 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1160
1364
 
1161
1365
  */
1162
1366
  PublicAccess?: PublicAccess;
1367
+ /**
1368
+ *
1369
+ VPC connectivity access control for brokers.
1370
+
1371
+ */
1372
+ VpcConnectivity?: VpcConnectivity;
1163
1373
  }
1164
1374
  export interface CreateClusterV2Request {
1165
1375
  /**
@@ -1361,6 +1571,94 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1361
1571
  */
1362
1572
  State?: ConfigurationState;
1363
1573
  }
1574
+ export interface CreateVpcConnectionRequest {
1575
+ /**
1576
+ *
1577
+ The cluster Amazon Resource Name (ARN) for the VPC connection.
1578
+
1579
+ */
1580
+ TargetClusterArn: __string;
1581
+ /**
1582
+ *
1583
+ The authentication type of VPC connection.
1584
+
1585
+ */
1586
+ Authentication: __string;
1587
+ /**
1588
+ *
1589
+ The VPC ID of VPC connection.
1590
+
1591
+ */
1592
+ VpcId: __string;
1593
+ /**
1594
+ *
1595
+ The list of client subnets.
1596
+
1597
+ */
1598
+ ClientSubnets: __listOf__string;
1599
+ /**
1600
+ *
1601
+ The list of security groups.
1602
+
1603
+ */
1604
+ SecurityGroups: __listOf__string;
1605
+ /**
1606
+ *
1607
+ A map of tags for the VPC connection.
1608
+
1609
+ */
1610
+ Tags?: __mapOf__string;
1611
+ }
1612
+ export interface CreateVpcConnectionResponse {
1613
+ /**
1614
+ *
1615
+ The VPC connection ARN.
1616
+
1617
+ */
1618
+ VpcConnectionArn?: __string;
1619
+ /**
1620
+ *
1621
+ The State of Vpc Connection.
1622
+
1623
+ */
1624
+ State?: VpcConnectionState;
1625
+ /**
1626
+ *
1627
+ The authentication type of VPC connection.
1628
+
1629
+ */
1630
+ Authentication?: __string;
1631
+ /**
1632
+ *
1633
+ The VPC ID of the VPC connection.
1634
+
1635
+ */
1636
+ VpcId?: __string;
1637
+ /**
1638
+ *
1639
+ The list of client subnets.
1640
+
1641
+ */
1642
+ ClientSubnets?: __listOf__string;
1643
+ /**
1644
+ *
1645
+ The list of security groups.
1646
+
1647
+ */
1648
+ SecurityGroups?: __listOf__string;
1649
+ /**
1650
+ *
1651
+ The creation time of VPC connection.
1652
+
1653
+ */
1654
+ CreationTime?: __timestampIso8601;
1655
+ /**
1656
+ *
1657
+ A map of tags for the VPC connection.
1658
+
1659
+ */
1660
+ Tags?: __mapOf__string;
1661
+ }
1364
1662
  export interface DeleteClusterRequest {
1365
1663
  /**
1366
1664
  *
@@ -1389,6 +1687,16 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1389
1687
  */
1390
1688
  State?: ClusterState;
1391
1689
  }
1690
+ export interface DeleteClusterPolicyRequest {
1691
+ /**
1692
+ *
1693
+ The Amazon Resource Name (ARN) of the cluster.
1694
+
1695
+ */
1696
+ ClusterArn: __string;
1697
+ }
1698
+ export interface DeleteClusterPolicyResponse {
1699
+ }
1392
1700
  export interface DeleteConfigurationRequest {
1393
1701
  /**
1394
1702
  *
@@ -1411,6 +1719,28 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1411
1719
  */
1412
1720
  State?: ConfigurationState;
1413
1721
  }
1722
+ export interface DeleteVpcConnectionRequest {
1723
+ /**
1724
+ *
1725
+ The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
1726
+
1727
+ */
1728
+ Arn: __string;
1729
+ }
1730
+ export interface DeleteVpcConnectionResponse {
1731
+ /**
1732
+ *
1733
+ The Amazon Resource Name (ARN) that uniquely identifies an MSK VPC connection.
1734
+
1735
+ */
1736
+ VpcConnectionArn?: __string;
1737
+ /**
1738
+ *
1739
+ The state of the VPC connection.
1740
+
1741
+ */
1742
+ State?: VpcConnectionState;
1743
+ }
1414
1744
  export interface DescribeClusterOperationRequest {
1415
1745
  /**
1416
1746
  *
@@ -1558,6 +1888,70 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1558
1888
  */
1559
1889
  ServerProperties?: __blob;
1560
1890
  }
1891
+ export interface DescribeVpcConnectionRequest {
1892
+ /**
1893
+ *
1894
+ The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
1895
+
1896
+ */
1897
+ Arn: __string;
1898
+ }
1899
+ export interface DescribeVpcConnectionResponse {
1900
+ /**
1901
+ *
1902
+ The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
1903
+
1904
+ */
1905
+ VpcConnectionArn?: __string;
1906
+ /**
1907
+ *
1908
+ The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
1909
+
1910
+ */
1911
+ TargetClusterArn?: __string;
1912
+ /**
1913
+ *
1914
+ The state of VPC connection.
1915
+
1916
+ */
1917
+ State?: VpcConnectionState;
1918
+ /**
1919
+ *
1920
+ The authentication type of VPC connection.
1921
+
1922
+ */
1923
+ Authentication?: __string;
1924
+ /**
1925
+ *
1926
+ The VPC Id for the VPC connection.
1927
+
1928
+ */
1929
+ VpcId?: __string;
1930
+ /**
1931
+ *
1932
+ The list of subnets for the VPC connection.
1933
+
1934
+ */
1935
+ Subnets?: __listOf__string;
1936
+ /**
1937
+ *
1938
+ The list of security groups for the VPC connection.
1939
+
1940
+ */
1941
+ SecurityGroups?: __listOf__string;
1942
+ /**
1943
+ *
1944
+ The creation time of the VPC connection.
1945
+
1946
+ */
1947
+ CreationTime?: __timestampIso8601;
1948
+ /**
1949
+ *
1950
+ A map of tags for the VPC connection.
1951
+
1952
+ */
1953
+ Tags?: __mapOf__string;
1954
+ }
1561
1955
  export interface BatchDisassociateScramSecretRequest {
1562
1956
  /**
1563
1957
  *
@@ -1714,6 +2108,24 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1714
2108
 
1715
2109
  */
1716
2110
  BootstrapBrokerStringPublicSaslIam?: __string;
2111
+ /**
2112
+ *
2113
+ A string containing one or more DNS names (or IP) and TLS port pairs for VPC connectivity.
2114
+
2115
+ */
2116
+ BootstrapBrokerStringVpcConnectivityTls?: __string;
2117
+ /**
2118
+ *
2119
+ A string containing one or more DNS names (or IP) and SASL/SCRAM port pairs for VPC connectivity.
2120
+
2121
+ */
2122
+ BootstrapBrokerStringVpcConnectivitySaslScram?: __string;
2123
+ /**
2124
+ *
2125
+ A string containing one or more DNS names (or IP) and SASL/IAM port pairs for VPC connectivity.
2126
+
2127
+ */
2128
+ BootstrapBrokerStringVpcConnectivitySaslIam?: __string;
1717
2129
  }
1718
2130
  export interface GetCompatibleKafkaVersionsRequest {
1719
2131
  /**
@@ -1731,6 +2143,28 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
1731
2143
  */
1732
2144
  CompatibleKafkaVersions?: __listOfCompatibleKafkaVersion;
1733
2145
  }
2146
+ export interface GetClusterPolicyRequest {
2147
+ /**
2148
+ *
2149
+ The Amazon Resource Name (ARN) of the cluster.
2150
+
2151
+ */
2152
+ ClusterArn: __string;
2153
+ }
2154
+ export interface GetClusterPolicyResponse {
2155
+ /**
2156
+ *
2157
+ The version of cluster policy.
2158
+
2159
+ */
2160
+ CurrentVersion?: __string;
2161
+ /**
2162
+ *
2163
+ The cluster policy.
2164
+
2165
+ */
2166
+ Policy?: __string;
2167
+ }
1734
2168
  export interface KafkaVersion {
1735
2169
  Version?: __string;
1736
2170
  Status?: KafkaVersionStatus;
@@ -2016,6 +2450,88 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2016
2450
  */
2017
2451
  Tags?: __mapOf__string;
2018
2452
  }
2453
+ export interface ListClientVpcConnectionsRequest {
2454
+ /**
2455
+ *
2456
+ The Amazon Resource Name (ARN) of the cluster.
2457
+
2458
+ */
2459
+ ClusterArn?: __string;
2460
+ /**
2461
+ *
2462
+ The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
2463
+
2464
+ */
2465
+ MaxResults?: MaxResults;
2466
+ /**
2467
+ *
2468
+ The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
2469
+ To get the next batch, provide this token in your next request.
2470
+
2471
+ */
2472
+ NextToken?: __string;
2473
+ }
2474
+ export interface ListClientVpcConnectionsResponse {
2475
+ /**
2476
+ *
2477
+ List of client VPC connections.
2478
+
2479
+ */
2480
+ ClientVpcConnections?: __listOfClientVpcConnection;
2481
+ /**
2482
+ *
2483
+ The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response.
2484
+ To get another batch of configurations, provide this token in your next request.
2485
+
2486
+ */
2487
+ NextToken?: __string;
2488
+ }
2489
+ export interface ListVpcConnectionsRequest {
2490
+ /**
2491
+ *
2492
+ The maximum number of results to return in the response. If there are more results, the response includes a NextToken parameter.
2493
+
2494
+ */
2495
+ MaxResults?: MaxResults;
2496
+ /**
2497
+ *
2498
+ The paginated results marker. When the result of the operation is truncated, the call returns NextToken in the response.
2499
+ To get the next batch, provide this token in your next request.
2500
+
2501
+ */
2502
+ NextToken?: __string;
2503
+ }
2504
+ export interface ListVpcConnectionsResponse {
2505
+ /**
2506
+ *
2507
+ List of VPC connections.
2508
+
2509
+ */
2510
+ VpcConnections?: __listOfVpcConnection;
2511
+ /**
2512
+ *
2513
+ The paginated results marker. When the result of a ListClientVpcConnections operation is truncated, the call returns NextToken in the response.
2514
+ To get another batch of configurations, provide this token in your next request.
2515
+
2516
+ */
2517
+ NextToken?: __string;
2518
+ }
2519
+ export interface RejectClientVpcConnectionRequest {
2520
+ /**
2521
+ *
2522
+ The Amazon Resource Name (ARN) of the cluster.
2523
+
2524
+ */
2525
+ ClusterArn?: __string;
2526
+ /**
2527
+ *
2528
+ The VPC connection ARN.
2529
+
2530
+ */
2531
+ VpcConnectionArn: __string;
2532
+ }
2533
+ export interface RejectClientVpcConnectionResponse {
2534
+ }
2019
2535
  export type MaxResults = number;
2020
2536
  export interface LoggingInfo {
2021
2537
  BrokerLogs: BrokerLogs;
@@ -2192,6 +2708,34 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2192
2708
  */
2193
2709
  Type?: __string;
2194
2710
  }
2711
+ export interface PutClusterPolicyRequest {
2712
+ /**
2713
+ *
2714
+ The Amazon Resource Name (ARN) of the cluster.
2715
+
2716
+ */
2717
+ ClusterArn: __string;
2718
+ /**
2719
+ *
2720
+ The policy version.
2721
+
2722
+ */
2723
+ CurrentVersion?: __string;
2724
+ /**
2725
+ *
2726
+ The policy.
2727
+
2728
+ */
2729
+ Policy: __string;
2730
+ }
2731
+ export interface PutClusterPolicyResponse {
2732
+ /**
2733
+ *
2734
+ The policy version.
2735
+
2736
+ */
2737
+ CurrentVersion?: __string;
2738
+ }
2195
2739
  export interface RebootBrokerRequest {
2196
2740
  /**
2197
2741
  *
@@ -2247,6 +2791,20 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2247
2791
  */
2248
2792
  Iam?: Iam;
2249
2793
  }
2794
+ export interface VpcConnectivitySasl {
2795
+ /**
2796
+ *
2797
+ Details for SASL/SCRAM client authentication for VPC connectivity.
2798
+
2799
+ */
2800
+ Scram?: VpcConnectivityScram;
2801
+ /**
2802
+ *
2803
+ Details for SASL/IAM client authentication for VPC connectivity.
2804
+
2805
+ */
2806
+ Iam?: VpcConnectivityIam;
2807
+ }
2250
2808
  export interface Scram {
2251
2809
  /**
2252
2810
  *
@@ -2255,6 +2813,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2255
2813
  */
2256
2814
  Enabled?: __boolean;
2257
2815
  }
2816
+ export interface VpcConnectivityScram {
2817
+ /**
2818
+ *
2819
+ SASL/SCRAM authentication is on or off for VPC connectivity.
2820
+
2821
+ */
2822
+ Enabled?: __boolean;
2823
+ }
2258
2824
  export interface Iam {
2259
2825
  /**
2260
2826
  *
@@ -2263,6 +2829,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2263
2829
  */
2264
2830
  Enabled?: __boolean;
2265
2831
  }
2832
+ export interface VpcConnectivityIam {
2833
+ /**
2834
+ *
2835
+ SASL/IAM authentication is on or off for VPC connectivity.
2836
+
2837
+ */
2838
+ Enabled?: __boolean;
2839
+ }
2266
2840
  export interface NodeInfo {
2267
2841
  /**
2268
2842
  *
@@ -2343,6 +2917,14 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2343
2917
  */
2344
2918
  Enabled?: __boolean;
2345
2919
  }
2920
+ export interface VpcConnectivityTls {
2921
+ /**
2922
+ *
2923
+ TLS authentication is on or off for VPC connectivity.
2924
+
2925
+ */
2926
+ Enabled?: __boolean;
2927
+ }
2346
2928
  export interface Unauthenticated {
2347
2929
  /**
2348
2930
  *
@@ -2776,6 +3358,56 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2776
3358
  */
2777
3359
  ClusterOperationArn?: __string;
2778
3360
  }
3361
+ export interface UserIdentity {
3362
+ /**
3363
+ *
3364
+ The identity type of the requester that calls the API operation.
3365
+
3366
+ */
3367
+ Type?: UserIdentityType;
3368
+ /**
3369
+ *
3370
+ A unique identifier for the requester that calls the API operation.
3371
+
3372
+ */
3373
+ PrincipalId?: __string;
3374
+ }
3375
+ export type UserIdentityType = "AWSACCOUNT"|"AWSSERVICE"|string;
3376
+ export interface VpcConnectionInfo {
3377
+ /**
3378
+ *
3379
+ The Amazon Resource Name (ARN) of the VPC connection.
3380
+
3381
+ */
3382
+ VpcConnectionArn?: __string;
3383
+ /**
3384
+ *
3385
+ The owner of the VPC Connection.
3386
+
3387
+ */
3388
+ Owner?: __string;
3389
+ /**
3390
+ *
3391
+ Description of the requester that calls the API operation.
3392
+
3393
+ */
3394
+ UserIdentity?: UserIdentity;
3395
+ /**
3396
+ *
3397
+ The time when Amazon MSK creates the VPC Connnection.
3398
+
3399
+ */
3400
+ CreationTime?: __timestampIso8601;
3401
+ }
3402
+ export type VpcConnectionState = "CREATING"|"AVAILABLE"|"INACTIVE"|"DEACTIVATING"|"DELETING"|"FAILED"|"REJECTED"|"REJECTING"|string;
3403
+ export interface VpcConnectivity {
3404
+ /**
3405
+ *
3406
+ Includes all client authentication information for VPC connectivity.
3407
+
3408
+ */
3409
+ ClientAuthentication?: VpcConnectivityClientAuthentication;
3410
+ }
2779
3411
  export interface ZookeeperNodeInfo {
2780
3412
  /**
2781
3413
  *
@@ -2825,6 +3457,8 @@ kafka.m5.4xlarge, kafka.m5.12xlarge, and kafka.m5.24xlarge.
2825
3457
  export type __listOfConfigurationRevision = ConfigurationRevision[];
2826
3458
  export type __listOfKafkaVersion = KafkaVersion[];
2827
3459
  export type __listOfNodeInfo = NodeInfo[];
3460
+ export type __listOfClientVpcConnection = ClientVpcConnection[];
3461
+ export type __listOfVpcConnection = VpcConnection[];
2828
3462
  export type __listOfUnprocessedScramSecret = UnprocessedScramSecret[];
2829
3463
  export type __listOf__string = __string[];
2830
3464
  export type __long = number;