@aws-sdk/client-kafka 3.1104.0 → 3.1106.0
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/dist-cjs/index.js +11 -3
- package/dist-es/schemas/schemas_0.js +9 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +16 -1
- package/dist-types/commands/CreateClusterV2Command.d.ts +16 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +16 -1
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +31 -1
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +31 -1
- package/dist-types/commands/DescribeClusterV2Command.d.ts +16 -1
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +31 -1
- package/dist-types/commands/ListClustersCommand.d.ts +16 -1
- package/dist-types/commands/ListClustersV2Command.d.ts +16 -1
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +16 -1
- package/dist-types/models/models_0.d.ts +26 -0
- package/dist-types/schemas/schemas_0.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +6 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/package.json +1 -1
package/dist-cjs/index.js
CHANGED
|
@@ -69,7 +69,7 @@ const commonParams = {
|
|
|
69
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
70
70
|
};
|
|
71
71
|
|
|
72
|
-
var version = "3.
|
|
72
|
+
var version = "3.1105.0";
|
|
73
73
|
var packageInfo = {
|
|
74
74
|
version: version};
|
|
75
75
|
|
|
@@ -428,6 +428,7 @@ const _A = "Authentication";
|
|
|
428
428
|
const _AENII = "AttachedENIId";
|
|
429
429
|
const _AKC = "ApacheKafkaCluster";
|
|
430
430
|
const _AKCI = "ApacheKafkaClusterId";
|
|
431
|
+
const _AL = "AuthorizerLogs";
|
|
431
432
|
const _AMC = "AmazonMskCluster";
|
|
432
433
|
const _AO = "AppendOnly";
|
|
433
434
|
const _AOA = "ActiveOperationArn";
|
|
@@ -964,6 +965,7 @@ const _a = "authentication";
|
|
|
964
965
|
const _aENII = "attachedENIId";
|
|
965
966
|
const _aKC = "apacheKafkaCluster";
|
|
966
967
|
const _aKCI = "apacheKafkaClusterId";
|
|
968
|
+
const _aL = "authorizerLogs";
|
|
967
969
|
const _aMC = "amazonMskCluster";
|
|
968
970
|
const _aO = "appendOnly";
|
|
969
971
|
const _aOA = "activeOperationArn";
|
|
@@ -1385,6 +1387,11 @@ var ApacheKafkaCluster$ = [3, n0, _AKC,
|
|
|
1385
1387
|
[_AKCI, _BBS],
|
|
1386
1388
|
[[0, { [_jN]: _aKCI }], [0, { [_jN]: _bBS }]], 2
|
|
1387
1389
|
];
|
|
1390
|
+
var AuthorizerLogs$ = [3, n0, _AL,
|
|
1391
|
+
0,
|
|
1392
|
+
[_CWL, _F, _S],
|
|
1393
|
+
[[() => CloudWatchLogs$, { [_jN]: _cWL }], [() => Firehose$, { [_jN]: _f }], [() => S3$, { [_jN]: _s_ }]]
|
|
1394
|
+
];
|
|
1388
1395
|
var BatchAssociateScramSecretRequest$ = [3, n0, _BASSR,
|
|
1389
1396
|
0,
|
|
1390
1397
|
[_CA, _SAL],
|
|
@@ -2107,8 +2114,8 @@ var LogDelivery$ = [3, n0, _LD,
|
|
|
2107
2114
|
];
|
|
2108
2115
|
var LoggingInfo$ = [3, n0, _LI,
|
|
2109
2116
|
0,
|
|
2110
|
-
[_BL],
|
|
2111
|
-
[[() => BrokerLogs$, { [_jN]: _bL }]], 1
|
|
2117
|
+
[_BL, _AL],
|
|
2118
|
+
[[() => BrokerLogs$, { [_jN]: _bL }], [() => AuthorizerLogs$, { [_jN]: _aL }]], 1
|
|
2112
2119
|
];
|
|
2113
2120
|
var MutableClusterInfo$ = [3, n0, _MCI,
|
|
2114
2121
|
0,
|
|
@@ -3521,6 +3528,7 @@ const TopicState = {
|
|
|
3521
3528
|
|
|
3522
3529
|
exports.AmazonMskCluster$ = AmazonMskCluster$;
|
|
3523
3530
|
exports.ApacheKafkaCluster$ = ApacheKafkaCluster$;
|
|
3531
|
+
exports.AuthorizerLogs$ = AuthorizerLogs$;
|
|
3524
3532
|
exports.BadRequestException = BadRequestException;
|
|
3525
3533
|
exports.BadRequestException$ = BadRequestException$;
|
|
3526
3534
|
exports.BatchAssociateScramSecret$ = BatchAssociateScramSecret$;
|
|
@@ -2,6 +2,7 @@ const _A = "Authentication";
|
|
|
2
2
|
const _AENII = "AttachedENIId";
|
|
3
3
|
const _AKC = "ApacheKafkaCluster";
|
|
4
4
|
const _AKCI = "ApacheKafkaClusterId";
|
|
5
|
+
const _AL = "AuthorizerLogs";
|
|
5
6
|
const _AMC = "AmazonMskCluster";
|
|
6
7
|
const _AO = "AppendOnly";
|
|
7
8
|
const _AOA = "ActiveOperationArn";
|
|
@@ -538,6 +539,7 @@ const _a = "authentication";
|
|
|
538
539
|
const _aENII = "attachedENIId";
|
|
539
540
|
const _aKC = "apacheKafkaCluster";
|
|
540
541
|
const _aKCI = "apacheKafkaClusterId";
|
|
542
|
+
const _aL = "authorizerLogs";
|
|
541
543
|
const _aMC = "amazonMskCluster";
|
|
542
544
|
const _aO = "appendOnly";
|
|
543
545
|
const _aOA = "activeOperationArn";
|
|
@@ -962,6 +964,11 @@ export var ApacheKafkaCluster$ = [3, n0, _AKC,
|
|
|
962
964
|
[_AKCI, _BBS],
|
|
963
965
|
[[0, { [_jN]: _aKCI }], [0, { [_jN]: _bBS }]], 2
|
|
964
966
|
];
|
|
967
|
+
export var AuthorizerLogs$ = [3, n0, _AL,
|
|
968
|
+
0,
|
|
969
|
+
[_CWL, _F, _S],
|
|
970
|
+
[[() => CloudWatchLogs$, { [_jN]: _cWL }], [() => Firehose$, { [_jN]: _f }], [() => S3$, { [_jN]: _s_ }]]
|
|
971
|
+
];
|
|
965
972
|
export var BatchAssociateScramSecretRequest$ = [3, n0, _BASSR,
|
|
966
973
|
0,
|
|
967
974
|
[_CA, _SAL],
|
|
@@ -1684,8 +1691,8 @@ export var LogDelivery$ = [3, n0, _LD,
|
|
|
1684
1691
|
];
|
|
1685
1692
|
export var LoggingInfo$ = [3, n0, _LI,
|
|
1686
1693
|
0,
|
|
1687
|
-
[_BL],
|
|
1688
|
-
[[() => BrokerLogs$, { [_jN]: _bL }]], 1
|
|
1694
|
+
[_BL, _AL],
|
|
1695
|
+
[[() => BrokerLogs$, { [_jN]: _bL }], [() => AuthorizerLogs$, { [_jN]: _aL }]], 1
|
|
1689
1696
|
];
|
|
1690
1697
|
export var MutableClusterInfo$ = [3, n0, _MCI,
|
|
1691
1698
|
0,
|
|
@@ -126,7 +126,7 @@ declare const CreateClusterCommand_base: {
|
|
|
126
126
|
* },
|
|
127
127
|
* KafkaVersion: "STRING_VALUE", // required
|
|
128
128
|
* LoggingInfo: { // LoggingInfo
|
|
129
|
-
*
|
|
129
|
+
* AuthorizerLogs: { // AuthorizerLogs
|
|
130
130
|
* CloudWatchLogs: { // CloudWatchLogs
|
|
131
131
|
* Enabled: true || false, // required
|
|
132
132
|
* LogGroup: "STRING_VALUE",
|
|
@@ -141,6 +141,21 @@ declare const CreateClusterCommand_base: {
|
|
|
141
141
|
* Prefix: "STRING_VALUE",
|
|
142
142
|
* },
|
|
143
143
|
* },
|
|
144
|
+
* BrokerLogs: { // BrokerLogs
|
|
145
|
+
* CloudWatchLogs: {
|
|
146
|
+
* Enabled: true || false, // required
|
|
147
|
+
* LogGroup: "STRING_VALUE",
|
|
148
|
+
* },
|
|
149
|
+
* Firehose: {
|
|
150
|
+
* DeliveryStream: "STRING_VALUE",
|
|
151
|
+
* Enabled: true || false, // required
|
|
152
|
+
* },
|
|
153
|
+
* S3: {
|
|
154
|
+
* Bucket: "STRING_VALUE",
|
|
155
|
+
* Enabled: true || false, // required
|
|
156
|
+
* Prefix: "STRING_VALUE",
|
|
157
|
+
* },
|
|
158
|
+
* },
|
|
144
159
|
* },
|
|
145
160
|
* NumberOfBrokerNodes: Number("int"), // required
|
|
146
161
|
* Tags: { // __mapOf__string
|
|
@@ -130,7 +130,7 @@ declare const CreateClusterV2Command_base: {
|
|
|
130
130
|
* },
|
|
131
131
|
* KafkaVersion: "STRING_VALUE", // required
|
|
132
132
|
* LoggingInfo: { // LoggingInfo
|
|
133
|
-
*
|
|
133
|
+
* AuthorizerLogs: { // AuthorizerLogs
|
|
134
134
|
* CloudWatchLogs: { // CloudWatchLogs
|
|
135
135
|
* Enabled: true || false, // required
|
|
136
136
|
* LogGroup: "STRING_VALUE",
|
|
@@ -145,6 +145,21 @@ declare const CreateClusterV2Command_base: {
|
|
|
145
145
|
* Prefix: "STRING_VALUE",
|
|
146
146
|
* },
|
|
147
147
|
* },
|
|
148
|
+
* BrokerLogs: { // BrokerLogs
|
|
149
|
+
* CloudWatchLogs: {
|
|
150
|
+
* Enabled: true || false, // required
|
|
151
|
+
* LogGroup: "STRING_VALUE",
|
|
152
|
+
* },
|
|
153
|
+
* Firehose: {
|
|
154
|
+
* DeliveryStream: "STRING_VALUE",
|
|
155
|
+
* Enabled: true || false, // required
|
|
156
|
+
* },
|
|
157
|
+
* S3: {
|
|
158
|
+
* Bucket: "STRING_VALUE",
|
|
159
|
+
* Enabled: true || false, // required
|
|
160
|
+
* Prefix: "STRING_VALUE",
|
|
161
|
+
* },
|
|
162
|
+
* },
|
|
148
163
|
* },
|
|
149
164
|
* NumberOfBrokerNodes: Number("int"), // required
|
|
150
165
|
* StorageMode: "LOCAL" || "TIERED",
|
|
@@ -136,7 +136,7 @@ declare const DescribeClusterCommand_base: {
|
|
|
136
136
|
* // },
|
|
137
137
|
* // },
|
|
138
138
|
* // LoggingInfo: { // LoggingInfo
|
|
139
|
-
* //
|
|
139
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
140
140
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
141
141
|
* // Enabled: true || false, // required
|
|
142
142
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -151,6 +151,21 @@ declare const DescribeClusterCommand_base: {
|
|
|
151
151
|
* // Prefix: "STRING_VALUE",
|
|
152
152
|
* // },
|
|
153
153
|
* // },
|
|
154
|
+
* // BrokerLogs: { // BrokerLogs
|
|
155
|
+
* // CloudWatchLogs: {
|
|
156
|
+
* // Enabled: true || false, // required
|
|
157
|
+
* // LogGroup: "STRING_VALUE",
|
|
158
|
+
* // },
|
|
159
|
+
* // Firehose: {
|
|
160
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
161
|
+
* // Enabled: true || false, // required
|
|
162
|
+
* // },
|
|
163
|
+
* // S3: {
|
|
164
|
+
* // Bucket: "STRING_VALUE",
|
|
165
|
+
* // Enabled: true || false, // required
|
|
166
|
+
* // Prefix: "STRING_VALUE",
|
|
167
|
+
* // },
|
|
168
|
+
* // },
|
|
154
169
|
* // },
|
|
155
170
|
* // NumberOfBrokerNodes: Number("int"),
|
|
156
171
|
* // State: "ACTIVE" || "CREATING" || "DELETING" || "FAILED" || "HEALING" || "MAINTENANCE" || "REBOOTING_BROKER" || "UPDATING",
|
|
@@ -91,7 +91,7 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
91
91
|
* // },
|
|
92
92
|
* // KafkaVersion: "STRING_VALUE",
|
|
93
93
|
* // LoggingInfo: { // LoggingInfo
|
|
94
|
-
* //
|
|
94
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
95
95
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
96
96
|
* // Enabled: true || false, // required
|
|
97
97
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -106,6 +106,21 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
106
106
|
* // Prefix: "STRING_VALUE",
|
|
107
107
|
* // },
|
|
108
108
|
* // },
|
|
109
|
+
* // BrokerLogs: { // BrokerLogs
|
|
110
|
+
* // CloudWatchLogs: {
|
|
111
|
+
* // Enabled: true || false, // required
|
|
112
|
+
* // LogGroup: "STRING_VALUE",
|
|
113
|
+
* // },
|
|
114
|
+
* // Firehose: {
|
|
115
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
116
|
+
* // Enabled: true || false, // required
|
|
117
|
+
* // },
|
|
118
|
+
* // S3: {
|
|
119
|
+
* // Bucket: "STRING_VALUE",
|
|
120
|
+
* // Enabled: true || false, // required
|
|
121
|
+
* // Prefix: "STRING_VALUE",
|
|
122
|
+
* // },
|
|
123
|
+
* // },
|
|
109
124
|
* // },
|
|
110
125
|
* // InstanceType: "STRING_VALUE",
|
|
111
126
|
* // ClientAuthentication: { // ClientAuthentication
|
|
@@ -202,6 +217,21 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
202
217
|
* // },
|
|
203
218
|
* // KafkaVersion: "STRING_VALUE",
|
|
204
219
|
* // LoggingInfo: {
|
|
220
|
+
* // AuthorizerLogs: {
|
|
221
|
+
* // CloudWatchLogs: {
|
|
222
|
+
* // Enabled: true || false, // required
|
|
223
|
+
* // LogGroup: "STRING_VALUE",
|
|
224
|
+
* // },
|
|
225
|
+
* // Firehose: {
|
|
226
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
227
|
+
* // Enabled: true || false, // required
|
|
228
|
+
* // },
|
|
229
|
+
* // S3: {
|
|
230
|
+
* // Bucket: "STRING_VALUE",
|
|
231
|
+
* // Enabled: true || false, // required
|
|
232
|
+
* // Prefix: "STRING_VALUE",
|
|
233
|
+
* // },
|
|
234
|
+
* // },
|
|
205
235
|
* // BrokerLogs: {
|
|
206
236
|
* // CloudWatchLogs: {
|
|
207
237
|
* // Enabled: true || false, // required
|
|
@@ -92,7 +92,7 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
92
92
|
* // },
|
|
93
93
|
* // KafkaVersion: "STRING_VALUE",
|
|
94
94
|
* // LoggingInfo: { // LoggingInfo
|
|
95
|
-
* //
|
|
95
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
96
96
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
97
97
|
* // Enabled: true || false, // required
|
|
98
98
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -107,6 +107,21 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
107
107
|
* // Prefix: "STRING_VALUE",
|
|
108
108
|
* // },
|
|
109
109
|
* // },
|
|
110
|
+
* // BrokerLogs: { // BrokerLogs
|
|
111
|
+
* // CloudWatchLogs: {
|
|
112
|
+
* // Enabled: true || false, // required
|
|
113
|
+
* // LogGroup: "STRING_VALUE",
|
|
114
|
+
* // },
|
|
115
|
+
* // Firehose: {
|
|
116
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
117
|
+
* // Enabled: true || false, // required
|
|
118
|
+
* // },
|
|
119
|
+
* // S3: {
|
|
120
|
+
* // Bucket: "STRING_VALUE",
|
|
121
|
+
* // Enabled: true || false, // required
|
|
122
|
+
* // Prefix: "STRING_VALUE",
|
|
123
|
+
* // },
|
|
124
|
+
* // },
|
|
110
125
|
* // },
|
|
111
126
|
* // InstanceType: "STRING_VALUE",
|
|
112
127
|
* // ClientAuthentication: { // ClientAuthentication
|
|
@@ -203,6 +218,21 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
203
218
|
* // },
|
|
204
219
|
* // KafkaVersion: "STRING_VALUE",
|
|
205
220
|
* // LoggingInfo: {
|
|
221
|
+
* // AuthorizerLogs: {
|
|
222
|
+
* // CloudWatchLogs: {
|
|
223
|
+
* // Enabled: true || false, // required
|
|
224
|
+
* // LogGroup: "STRING_VALUE",
|
|
225
|
+
* // },
|
|
226
|
+
* // Firehose: {
|
|
227
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
228
|
+
* // Enabled: true || false, // required
|
|
229
|
+
* // },
|
|
230
|
+
* // S3: {
|
|
231
|
+
* // Bucket: "STRING_VALUE",
|
|
232
|
+
* // Enabled: true || false, // required
|
|
233
|
+
* // Prefix: "STRING_VALUE",
|
|
234
|
+
* // },
|
|
235
|
+
* // },
|
|
206
236
|
* // BrokerLogs: {
|
|
207
237
|
* // CloudWatchLogs: {
|
|
208
238
|
* // Enabled: true || false, // required
|
|
@@ -146,7 +146,7 @@ declare const DescribeClusterV2Command_base: {
|
|
|
146
146
|
* // },
|
|
147
147
|
* // },
|
|
148
148
|
* // LoggingInfo: { // LoggingInfo
|
|
149
|
-
* //
|
|
149
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
150
150
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
151
151
|
* // Enabled: true || false, // required
|
|
152
152
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -161,6 +161,21 @@ declare const DescribeClusterV2Command_base: {
|
|
|
161
161
|
* // Prefix: "STRING_VALUE",
|
|
162
162
|
* // },
|
|
163
163
|
* // },
|
|
164
|
+
* // BrokerLogs: { // BrokerLogs
|
|
165
|
+
* // CloudWatchLogs: {
|
|
166
|
+
* // Enabled: true || false, // required
|
|
167
|
+
* // LogGroup: "STRING_VALUE",
|
|
168
|
+
* // },
|
|
169
|
+
* // Firehose: {
|
|
170
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
171
|
+
* // Enabled: true || false, // required
|
|
172
|
+
* // },
|
|
173
|
+
* // S3: {
|
|
174
|
+
* // Bucket: "STRING_VALUE",
|
|
175
|
+
* // Enabled: true || false, // required
|
|
176
|
+
* // Prefix: "STRING_VALUE",
|
|
177
|
+
* // },
|
|
178
|
+
* // },
|
|
164
179
|
* // },
|
|
165
180
|
* // NumberOfBrokerNodes: Number("int"), // required
|
|
166
181
|
* // ZookeeperConnectString: "STRING_VALUE",
|
|
@@ -94,7 +94,7 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
94
94
|
* // },
|
|
95
95
|
* // KafkaVersion: "STRING_VALUE",
|
|
96
96
|
* // LoggingInfo: { // LoggingInfo
|
|
97
|
-
* //
|
|
97
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
98
98
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
99
99
|
* // Enabled: true || false, // required
|
|
100
100
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -109,6 +109,21 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
109
109
|
* // Prefix: "STRING_VALUE",
|
|
110
110
|
* // },
|
|
111
111
|
* // },
|
|
112
|
+
* // BrokerLogs: { // BrokerLogs
|
|
113
|
+
* // CloudWatchLogs: {
|
|
114
|
+
* // Enabled: true || false, // required
|
|
115
|
+
* // LogGroup: "STRING_VALUE",
|
|
116
|
+
* // },
|
|
117
|
+
* // Firehose: {
|
|
118
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
119
|
+
* // Enabled: true || false, // required
|
|
120
|
+
* // },
|
|
121
|
+
* // S3: {
|
|
122
|
+
* // Bucket: "STRING_VALUE",
|
|
123
|
+
* // Enabled: true || false, // required
|
|
124
|
+
* // Prefix: "STRING_VALUE",
|
|
125
|
+
* // },
|
|
126
|
+
* // },
|
|
112
127
|
* // },
|
|
113
128
|
* // InstanceType: "STRING_VALUE",
|
|
114
129
|
* // ClientAuthentication: { // ClientAuthentication
|
|
@@ -205,6 +220,21 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
205
220
|
* // },
|
|
206
221
|
* // KafkaVersion: "STRING_VALUE",
|
|
207
222
|
* // LoggingInfo: {
|
|
223
|
+
* // AuthorizerLogs: {
|
|
224
|
+
* // CloudWatchLogs: {
|
|
225
|
+
* // Enabled: true || false, // required
|
|
226
|
+
* // LogGroup: "STRING_VALUE",
|
|
227
|
+
* // },
|
|
228
|
+
* // Firehose: {
|
|
229
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
230
|
+
* // Enabled: true || false, // required
|
|
231
|
+
* // },
|
|
232
|
+
* // S3: {
|
|
233
|
+
* // Bucket: "STRING_VALUE",
|
|
234
|
+
* // Enabled: true || false, // required
|
|
235
|
+
* // Prefix: "STRING_VALUE",
|
|
236
|
+
* // },
|
|
237
|
+
* // },
|
|
208
238
|
* // BrokerLogs: {
|
|
209
239
|
* // CloudWatchLogs: {
|
|
210
240
|
* // Enabled: true || false, // required
|
|
@@ -139,7 +139,7 @@ declare const ListClustersCommand_base: {
|
|
|
139
139
|
* // },
|
|
140
140
|
* // },
|
|
141
141
|
* // LoggingInfo: { // LoggingInfo
|
|
142
|
-
* //
|
|
142
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
143
143
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
144
144
|
* // Enabled: true || false, // required
|
|
145
145
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -154,6 +154,21 @@ declare const ListClustersCommand_base: {
|
|
|
154
154
|
* // Prefix: "STRING_VALUE",
|
|
155
155
|
* // },
|
|
156
156
|
* // },
|
|
157
|
+
* // BrokerLogs: { // BrokerLogs
|
|
158
|
+
* // CloudWatchLogs: {
|
|
159
|
+
* // Enabled: true || false, // required
|
|
160
|
+
* // LogGroup: "STRING_VALUE",
|
|
161
|
+
* // },
|
|
162
|
+
* // Firehose: {
|
|
163
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
164
|
+
* // Enabled: true || false, // required
|
|
165
|
+
* // },
|
|
166
|
+
* // S3: {
|
|
167
|
+
* // Bucket: "STRING_VALUE",
|
|
168
|
+
* // Enabled: true || false, // required
|
|
169
|
+
* // Prefix: "STRING_VALUE",
|
|
170
|
+
* // },
|
|
171
|
+
* // },
|
|
157
172
|
* // },
|
|
158
173
|
* // NumberOfBrokerNodes: Number("int"),
|
|
159
174
|
* // State: "ACTIVE" || "CREATING" || "DELETING" || "FAILED" || "HEALING" || "MAINTENANCE" || "REBOOTING_BROKER" || "UPDATING",
|
|
@@ -150,7 +150,7 @@ declare const ListClustersV2Command_base: {
|
|
|
150
150
|
* // },
|
|
151
151
|
* // },
|
|
152
152
|
* // LoggingInfo: { // LoggingInfo
|
|
153
|
-
* //
|
|
153
|
+
* // AuthorizerLogs: { // AuthorizerLogs
|
|
154
154
|
* // CloudWatchLogs: { // CloudWatchLogs
|
|
155
155
|
* // Enabled: true || false, // required
|
|
156
156
|
* // LogGroup: "STRING_VALUE",
|
|
@@ -165,6 +165,21 @@ declare const ListClustersV2Command_base: {
|
|
|
165
165
|
* // Prefix: "STRING_VALUE",
|
|
166
166
|
* // },
|
|
167
167
|
* // },
|
|
168
|
+
* // BrokerLogs: { // BrokerLogs
|
|
169
|
+
* // CloudWatchLogs: {
|
|
170
|
+
* // Enabled: true || false, // required
|
|
171
|
+
* // LogGroup: "STRING_VALUE",
|
|
172
|
+
* // },
|
|
173
|
+
* // Firehose: {
|
|
174
|
+
* // DeliveryStream: "STRING_VALUE",
|
|
175
|
+
* // Enabled: true || false, // required
|
|
176
|
+
* // },
|
|
177
|
+
* // S3: {
|
|
178
|
+
* // Bucket: "STRING_VALUE",
|
|
179
|
+
* // Enabled: true || false, // required
|
|
180
|
+
* // Prefix: "STRING_VALUE",
|
|
181
|
+
* // },
|
|
182
|
+
* // },
|
|
168
183
|
* // },
|
|
169
184
|
* // NumberOfBrokerNodes: Number("int"), // required
|
|
170
185
|
* // ZookeeperConnectString: "STRING_VALUE",
|
|
@@ -48,7 +48,7 @@ declare const UpdateMonitoringCommand_base: {
|
|
|
48
48
|
* },
|
|
49
49
|
* },
|
|
50
50
|
* LoggingInfo: { // LoggingInfo
|
|
51
|
-
*
|
|
51
|
+
* AuthorizerLogs: { // AuthorizerLogs
|
|
52
52
|
* CloudWatchLogs: { // CloudWatchLogs
|
|
53
53
|
* Enabled: true || false, // required
|
|
54
54
|
* LogGroup: "STRING_VALUE",
|
|
@@ -63,6 +63,21 @@ declare const UpdateMonitoringCommand_base: {
|
|
|
63
63
|
* Prefix: "STRING_VALUE",
|
|
64
64
|
* },
|
|
65
65
|
* },
|
|
66
|
+
* BrokerLogs: { // BrokerLogs
|
|
67
|
+
* CloudWatchLogs: {
|
|
68
|
+
* Enabled: true || false, // required
|
|
69
|
+
* LogGroup: "STRING_VALUE",
|
|
70
|
+
* },
|
|
71
|
+
* Firehose: {
|
|
72
|
+
* DeliveryStream: "STRING_VALUE",
|
|
73
|
+
* Enabled: true || false, // required
|
|
74
|
+
* },
|
|
75
|
+
* S3: {
|
|
76
|
+
* Bucket: "STRING_VALUE",
|
|
77
|
+
* Enabled: true || false, // required
|
|
78
|
+
* Prefix: "STRING_VALUE",
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
66
81
|
* },
|
|
67
82
|
* };
|
|
68
83
|
* const command = new UpdateMonitoringCommand(input);
|
|
@@ -460,6 +460,27 @@ export interface S3 {
|
|
|
460
460
|
Enabled: boolean | undefined;
|
|
461
461
|
Prefix?: string | undefined;
|
|
462
462
|
}
|
|
463
|
+
/**
|
|
464
|
+
* <p>The authorizer logs configuration for this MSK cluster.</p>
|
|
465
|
+
* @public
|
|
466
|
+
*/
|
|
467
|
+
export interface AuthorizerLogs {
|
|
468
|
+
/**
|
|
469
|
+
* <p>Details of the CloudWatch Logs destination for authorizer logs.</p>
|
|
470
|
+
* @public
|
|
471
|
+
*/
|
|
472
|
+
CloudWatchLogs?: CloudWatchLogs | undefined;
|
|
473
|
+
/**
|
|
474
|
+
* <p>Details of the Kinesis Data Firehose delivery stream that is the destination for authorizer logs.</p>
|
|
475
|
+
* @public
|
|
476
|
+
*/
|
|
477
|
+
Firehose?: Firehose | undefined;
|
|
478
|
+
/**
|
|
479
|
+
* <p>Details of the Amazon S3 destination for authorizer logs.</p>
|
|
480
|
+
* @public
|
|
481
|
+
*/
|
|
482
|
+
S3?: S3 | undefined;
|
|
483
|
+
}
|
|
463
484
|
/**
|
|
464
485
|
* @public
|
|
465
486
|
*/
|
|
@@ -472,6 +493,11 @@ export interface BrokerLogs {
|
|
|
472
493
|
* @public
|
|
473
494
|
*/
|
|
474
495
|
export interface LoggingInfo {
|
|
496
|
+
/**
|
|
497
|
+
* <p>You can configure your MSK cluster to send authorizer logs to different destination types.</p>
|
|
498
|
+
* @public
|
|
499
|
+
*/
|
|
500
|
+
AuthorizerLogs?: AuthorizerLogs | undefined;
|
|
475
501
|
BrokerLogs: BrokerLogs | undefined;
|
|
476
502
|
}
|
|
477
503
|
/**
|
|
@@ -26,6 +26,7 @@ export declare var UnknownTopicOrPartitionException$: StaticErrorSchema;
|
|
|
26
26
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
27
27
|
export declare var AmazonMskCluster$: StaticStructureSchema;
|
|
28
28
|
export declare var ApacheKafkaCluster$: StaticStructureSchema;
|
|
29
|
+
export declare var AuthorizerLogs$: StaticStructureSchema;
|
|
29
30
|
export declare var BatchAssociateScramSecretRequest$: StaticStructureSchema;
|
|
30
31
|
export declare var BatchAssociateScramSecretResponse$: StaticStructureSchema;
|
|
31
32
|
export declare var BatchDisassociateScramSecretRequest$: StaticStructureSchema;
|
|
@@ -148,12 +148,18 @@ export interface S3 {
|
|
|
148
148
|
Enabled: boolean | undefined;
|
|
149
149
|
Prefix?: string | undefined;
|
|
150
150
|
}
|
|
151
|
+
export interface AuthorizerLogs {
|
|
152
|
+
CloudWatchLogs?: CloudWatchLogs | undefined;
|
|
153
|
+
Firehose?: Firehose | undefined;
|
|
154
|
+
S3?: S3 | undefined;
|
|
155
|
+
}
|
|
151
156
|
export interface BrokerLogs {
|
|
152
157
|
CloudWatchLogs?: CloudWatchLogs | undefined;
|
|
153
158
|
Firehose?: Firehose | undefined;
|
|
154
159
|
S3?: S3 | undefined;
|
|
155
160
|
}
|
|
156
161
|
export interface LoggingInfo {
|
|
162
|
+
AuthorizerLogs?: AuthorizerLogs | undefined;
|
|
157
163
|
BrokerLogs: BrokerLogs | undefined;
|
|
158
164
|
}
|
|
159
165
|
export interface JmxExporterInfo {
|
|
@@ -21,6 +21,7 @@ export declare var UnknownTopicOrPartitionException$: StaticErrorSchema;
|
|
|
21
21
|
export declare const errorTypeRegistries: TypeRegistry[];
|
|
22
22
|
export declare var AmazonMskCluster$: StaticStructureSchema;
|
|
23
23
|
export declare var ApacheKafkaCluster$: StaticStructureSchema;
|
|
24
|
+
export declare var AuthorizerLogs$: StaticStructureSchema;
|
|
24
25
|
export declare var BatchAssociateScramSecretRequest$: StaticStructureSchema;
|
|
25
26
|
export declare var BatchAssociateScramSecretResponse$: StaticStructureSchema;
|
|
26
27
|
export declare var BatchDisassociateScramSecretRequest$: StaticStructureSchema;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-kafka",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.1106.0",
|
|
4
4
|
"description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
|
|
5
5
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-kafka",
|
|
6
6
|
"license": "Apache-2.0",
|