@aws-sdk/client-kafka 3.651.1 → 3.654.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-types/commands/BatchAssociateScramSecretCommand.d.ts +11 -0
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +11 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
- package/dist-types/commands/CreateClusterV2Command.d.ts +11 -0
- package/dist-types/commands/CreateConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/CreateReplicatorCommand.d.ts +11 -0
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +11 -0
- package/dist-types/commands/DescribeClusterV2Command.d.ts +11 -0
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +11 -0
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +11 -0
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +11 -0
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +11 -0
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +11 -0
- package/dist-types/commands/ListClustersCommand.d.ts +11 -0
- package/dist-types/commands/ListClustersV2Command.d.ts +11 -0
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +11 -0
- package/dist-types/commands/ListConfigurationsCommand.d.ts +11 -0
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +11 -0
- package/dist-types/commands/ListNodesCommand.d.ts +11 -0
- package/dist-types/commands/ListReplicatorsCommand.d.ts +11 -0
- package/dist-types/commands/ListScramSecretsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +11 -0
- package/dist-types/commands/RebootBrokerCommand.d.ts +11 -0
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +11 -0
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +11 -0
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +11 -0
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +11 -0
- package/dist-types/commands/UpdateSecurityCommand.d.ts +11 -0
- package/dist-types/commands/UpdateStorageCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -88,4 +88,15 @@ declare const BatchAssociateScramSecretCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: BatchAssociateScramSecretRequest;
|
|
95
|
+
output: BatchAssociateScramSecretResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: BatchAssociateScramSecretCommandInput;
|
|
99
|
+
output: BatchAssociateScramSecretCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -88,4 +88,15 @@ declare const BatchDisassociateScramSecretCommand_base: {
|
|
|
88
88
|
* @public
|
|
89
89
|
*/
|
|
90
90
|
export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
|
|
91
|
+
/** @internal type navigation helper, not in runtime. */
|
|
92
|
+
protected static __types: {
|
|
93
|
+
api: {
|
|
94
|
+
input: BatchDisassociateScramSecretRequest;
|
|
95
|
+
output: BatchDisassociateScramSecretResponse;
|
|
96
|
+
};
|
|
97
|
+
sdk: {
|
|
98
|
+
input: BatchDisassociateScramSecretCommandInput;
|
|
99
|
+
output: BatchDisassociateScramSecretCommandOutput;
|
|
100
|
+
};
|
|
101
|
+
};
|
|
91
102
|
}
|
|
@@ -188,4 +188,15 @@ declare const CreateClusterCommand_base: {
|
|
|
188
188
|
* @public
|
|
189
189
|
*/
|
|
190
190
|
export declare class CreateClusterCommand extends CreateClusterCommand_base {
|
|
191
|
+
/** @internal type navigation helper, not in runtime. */
|
|
192
|
+
protected static __types: {
|
|
193
|
+
api: {
|
|
194
|
+
input: CreateClusterRequest;
|
|
195
|
+
output: CreateClusterResponse;
|
|
196
|
+
};
|
|
197
|
+
sdk: {
|
|
198
|
+
input: CreateClusterCommandInput;
|
|
199
|
+
output: CreateClusterCommandOutput;
|
|
200
|
+
};
|
|
201
|
+
};
|
|
191
202
|
}
|
|
@@ -208,4 +208,15 @@ declare const CreateClusterV2Command_base: {
|
|
|
208
208
|
* @public
|
|
209
209
|
*/
|
|
210
210
|
export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
|
|
211
|
+
/** @internal type navigation helper, not in runtime. */
|
|
212
|
+
protected static __types: {
|
|
213
|
+
api: {
|
|
214
|
+
input: CreateClusterV2Request;
|
|
215
|
+
output: CreateClusterV2Response;
|
|
216
|
+
};
|
|
217
|
+
sdk: {
|
|
218
|
+
input: CreateClusterV2CommandInput;
|
|
219
|
+
output: CreateClusterV2CommandOutput;
|
|
220
|
+
};
|
|
221
|
+
};
|
|
211
222
|
}
|
|
@@ -91,4 +91,15 @@ declare const CreateConfigurationCommand_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: CreateConfigurationRequest;
|
|
98
|
+
output: CreateConfigurationResponse;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: CreateConfigurationCommandInput;
|
|
102
|
+
output: CreateConfigurationCommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -137,4 +137,15 @@ declare const CreateReplicatorCommand_base: {
|
|
|
137
137
|
* @public
|
|
138
138
|
*/
|
|
139
139
|
export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
|
|
140
|
+
/** @internal type navigation helper, not in runtime. */
|
|
141
|
+
protected static __types: {
|
|
142
|
+
api: {
|
|
143
|
+
input: CreateReplicatorRequest;
|
|
144
|
+
output: CreateReplicatorResponse;
|
|
145
|
+
};
|
|
146
|
+
sdk: {
|
|
147
|
+
input: CreateReplicatorCommandInput;
|
|
148
|
+
output: CreateReplicatorCommandOutput;
|
|
149
|
+
};
|
|
150
|
+
};
|
|
140
151
|
}
|
|
@@ -99,4 +99,15 @@ declare const CreateVpcConnectionCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateVpcConnectionRequest;
|
|
106
|
+
output: CreateVpcConnectionResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateVpcConnectionCommandInput;
|
|
110
|
+
output: CreateVpcConnectionCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -71,4 +71,15 @@ declare const DeleteClusterCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: DeleteClusterRequest;
|
|
78
|
+
output: DeleteClusterResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: DeleteClusterCommandInput;
|
|
82
|
+
output: DeleteClusterCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -67,4 +67,15 @@ declare const DeleteClusterPolicyCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteClusterPolicyRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteClusterPolicyCommandInput;
|
|
78
|
+
output: DeleteClusterPolicyCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteConfigurationCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteConfigurationRequest;
|
|
77
|
+
output: DeleteConfigurationResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteConfigurationCommandInput;
|
|
81
|
+
output: DeleteConfigurationCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -80,4 +80,15 @@ declare const DeleteReplicatorCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DeleteReplicatorRequest;
|
|
87
|
+
output: DeleteReplicatorResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DeleteReplicatorCommandInput;
|
|
91
|
+
output: DeleteReplicatorCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -70,4 +70,15 @@ declare const DeleteVpcConnectionCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: DeleteVpcConnectionRequest;
|
|
77
|
+
output: DeleteVpcConnectionResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DeleteVpcConnectionCommandInput;
|
|
81
|
+
output: DeleteVpcConnectionCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -194,4 +194,15 @@ declare const DescribeClusterCommand_base: {
|
|
|
194
194
|
* @public
|
|
195
195
|
*/
|
|
196
196
|
export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
|
|
197
|
+
/** @internal type navigation helper, not in runtime. */
|
|
198
|
+
protected static __types: {
|
|
199
|
+
api: {
|
|
200
|
+
input: DescribeClusterRequest;
|
|
201
|
+
output: DescribeClusterResponse;
|
|
202
|
+
};
|
|
203
|
+
sdk: {
|
|
204
|
+
input: DescribeClusterCommandInput;
|
|
205
|
+
output: DescribeClusterCommandOutput;
|
|
206
|
+
};
|
|
207
|
+
};
|
|
197
208
|
}
|
|
@@ -309,4 +309,15 @@ declare const DescribeClusterOperationCommand_base: {
|
|
|
309
309
|
* @public
|
|
310
310
|
*/
|
|
311
311
|
export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {
|
|
312
|
+
/** @internal type navigation helper, not in runtime. */
|
|
313
|
+
protected static __types: {
|
|
314
|
+
api: {
|
|
315
|
+
input: DescribeClusterOperationRequest;
|
|
316
|
+
output: DescribeClusterOperationResponse;
|
|
317
|
+
};
|
|
318
|
+
sdk: {
|
|
319
|
+
input: DescribeClusterOperationCommandInput;
|
|
320
|
+
output: DescribeClusterOperationCommandOutput;
|
|
321
|
+
};
|
|
322
|
+
};
|
|
312
323
|
}
|
|
@@ -328,4 +328,15 @@ declare const DescribeClusterOperationV2Command_base: {
|
|
|
328
328
|
* @public
|
|
329
329
|
*/
|
|
330
330
|
export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {
|
|
331
|
+
/** @internal type navigation helper, not in runtime. */
|
|
332
|
+
protected static __types: {
|
|
333
|
+
api: {
|
|
334
|
+
input: DescribeClusterOperationV2Request;
|
|
335
|
+
output: DescribeClusterOperationV2Response;
|
|
336
|
+
};
|
|
337
|
+
sdk: {
|
|
338
|
+
input: DescribeClusterOperationV2CommandInput;
|
|
339
|
+
output: DescribeClusterOperationV2CommandOutput;
|
|
340
|
+
};
|
|
341
|
+
};
|
|
331
342
|
}
|
|
@@ -214,4 +214,15 @@ declare const DescribeClusterV2Command_base: {
|
|
|
214
214
|
* @public
|
|
215
215
|
*/
|
|
216
216
|
export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {
|
|
217
|
+
/** @internal type navigation helper, not in runtime. */
|
|
218
|
+
protected static __types: {
|
|
219
|
+
api: {
|
|
220
|
+
input: DescribeClusterV2Request;
|
|
221
|
+
output: DescribeClusterV2Response;
|
|
222
|
+
};
|
|
223
|
+
sdk: {
|
|
224
|
+
input: DescribeClusterV2CommandInput;
|
|
225
|
+
output: DescribeClusterV2CommandOutput;
|
|
226
|
+
};
|
|
227
|
+
};
|
|
217
228
|
}
|
|
@@ -87,4 +87,15 @@ declare const DescribeConfigurationCommand_base: {
|
|
|
87
87
|
* @public
|
|
88
88
|
*/
|
|
89
89
|
export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {
|
|
90
|
+
/** @internal type navigation helper, not in runtime. */
|
|
91
|
+
protected static __types: {
|
|
92
|
+
api: {
|
|
93
|
+
input: DescribeConfigurationRequest;
|
|
94
|
+
output: DescribeConfigurationResponse;
|
|
95
|
+
};
|
|
96
|
+
sdk: {
|
|
97
|
+
input: DescribeConfigurationCommandInput;
|
|
98
|
+
output: DescribeConfigurationCommandOutput;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
90
101
|
}
|
|
@@ -80,4 +80,15 @@ declare const DescribeConfigurationRevisionCommand_base: {
|
|
|
80
80
|
* @public
|
|
81
81
|
*/
|
|
82
82
|
export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {
|
|
83
|
+
/** @internal type navigation helper, not in runtime. */
|
|
84
|
+
protected static __types: {
|
|
85
|
+
api: {
|
|
86
|
+
input: DescribeConfigurationRevisionRequest;
|
|
87
|
+
output: DescribeConfigurationRevisionResponse;
|
|
88
|
+
};
|
|
89
|
+
sdk: {
|
|
90
|
+
input: DescribeConfigurationRevisionCommandInput;
|
|
91
|
+
output: DescribeConfigurationRevisionCommandOutput;
|
|
92
|
+
};
|
|
93
|
+
};
|
|
83
94
|
}
|
|
@@ -143,4 +143,15 @@ declare const DescribeReplicatorCommand_base: {
|
|
|
143
143
|
* @public
|
|
144
144
|
*/
|
|
145
145
|
export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {
|
|
146
|
+
/** @internal type navigation helper, not in runtime. */
|
|
147
|
+
protected static __types: {
|
|
148
|
+
api: {
|
|
149
|
+
input: DescribeReplicatorRequest;
|
|
150
|
+
output: DescribeReplicatorResponse;
|
|
151
|
+
};
|
|
152
|
+
sdk: {
|
|
153
|
+
input: DescribeReplicatorCommandInput;
|
|
154
|
+
output: DescribeReplicatorCommandOutput;
|
|
155
|
+
};
|
|
156
|
+
};
|
|
146
157
|
}
|
|
@@ -89,4 +89,15 @@ declare const DescribeVpcConnectionCommand_base: {
|
|
|
89
89
|
* @public
|
|
90
90
|
*/
|
|
91
91
|
export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {
|
|
92
|
+
/** @internal type navigation helper, not in runtime. */
|
|
93
|
+
protected static __types: {
|
|
94
|
+
api: {
|
|
95
|
+
input: DescribeVpcConnectionRequest;
|
|
96
|
+
output: DescribeVpcConnectionResponse;
|
|
97
|
+
};
|
|
98
|
+
sdk: {
|
|
99
|
+
input: DescribeVpcConnectionCommandInput;
|
|
100
|
+
output: DescribeVpcConnectionCommandOutput;
|
|
101
|
+
};
|
|
102
|
+
};
|
|
92
103
|
}
|
|
@@ -81,4 +81,15 @@ declare const GetBootstrapBrokersCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: GetBootstrapBrokersRequest;
|
|
88
|
+
output: GetBootstrapBrokersResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: GetBootstrapBrokersCommandInput;
|
|
92
|
+
output: GetBootstrapBrokersCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -70,4 +70,15 @@ declare const GetClusterPolicyCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: GetClusterPolicyRequest;
|
|
77
|
+
output: GetClusterPolicyResponse;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: GetClusterPolicyCommandInput;
|
|
81
|
+
output: GetClusterPolicyCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -85,4 +85,15 @@ declare const GetCompatibleKafkaVersionsCommand_base: {
|
|
|
85
85
|
* @public
|
|
86
86
|
*/
|
|
87
87
|
export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {
|
|
88
|
+
/** @internal type navigation helper, not in runtime. */
|
|
89
|
+
protected static __types: {
|
|
90
|
+
api: {
|
|
91
|
+
input: GetCompatibleKafkaVersionsRequest;
|
|
92
|
+
output: GetCompatibleKafkaVersionsResponse;
|
|
93
|
+
};
|
|
94
|
+
sdk: {
|
|
95
|
+
input: GetCompatibleKafkaVersionsCommandInput;
|
|
96
|
+
output: GetCompatibleKafkaVersionsCommandOutput;
|
|
97
|
+
};
|
|
98
|
+
};
|
|
88
99
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListClientVpcConnectionsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListClientVpcConnectionsRequest;
|
|
90
|
+
output: ListClientVpcConnectionsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListClientVpcConnectionsCommandInput;
|
|
94
|
+
output: ListClientVpcConnectionsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -311,4 +311,15 @@ declare const ListClusterOperationsCommand_base: {
|
|
|
311
311
|
* @public
|
|
312
312
|
*/
|
|
313
313
|
export declare class ListClusterOperationsCommand extends ListClusterOperationsCommand_base {
|
|
314
|
+
/** @internal type navigation helper, not in runtime. */
|
|
315
|
+
protected static __types: {
|
|
316
|
+
api: {
|
|
317
|
+
input: ListClusterOperationsRequest;
|
|
318
|
+
output: ListClusterOperationsResponse;
|
|
319
|
+
};
|
|
320
|
+
sdk: {
|
|
321
|
+
input: ListClusterOperationsCommandInput;
|
|
322
|
+
output: ListClusterOperationsCommandOutput;
|
|
323
|
+
};
|
|
324
|
+
};
|
|
314
325
|
}
|
|
@@ -91,4 +91,15 @@ declare const ListClusterOperationsV2Command_base: {
|
|
|
91
91
|
* @public
|
|
92
92
|
*/
|
|
93
93
|
export declare class ListClusterOperationsV2Command extends ListClusterOperationsV2Command_base {
|
|
94
|
+
/** @internal type navigation helper, not in runtime. */
|
|
95
|
+
protected static __types: {
|
|
96
|
+
api: {
|
|
97
|
+
input: ListClusterOperationsV2Request;
|
|
98
|
+
output: ListClusterOperationsV2Response;
|
|
99
|
+
};
|
|
100
|
+
sdk: {
|
|
101
|
+
input: ListClusterOperationsV2CommandInput;
|
|
102
|
+
output: ListClusterOperationsV2CommandOutput;
|
|
103
|
+
};
|
|
104
|
+
};
|
|
94
105
|
}
|
|
@@ -196,4 +196,15 @@ declare const ListClustersCommand_base: {
|
|
|
196
196
|
* @public
|
|
197
197
|
*/
|
|
198
198
|
export declare class ListClustersCommand extends ListClustersCommand_base {
|
|
199
|
+
/** @internal type navigation helper, not in runtime. */
|
|
200
|
+
protected static __types: {
|
|
201
|
+
api: {
|
|
202
|
+
input: ListClustersRequest;
|
|
203
|
+
output: ListClustersResponse;
|
|
204
|
+
};
|
|
205
|
+
sdk: {
|
|
206
|
+
input: ListClustersCommandInput;
|
|
207
|
+
output: ListClustersCommandOutput;
|
|
208
|
+
};
|
|
209
|
+
};
|
|
199
210
|
}
|
|
@@ -217,4 +217,15 @@ declare const ListClustersV2Command_base: {
|
|
|
217
217
|
* @public
|
|
218
218
|
*/
|
|
219
219
|
export declare class ListClustersV2Command extends ListClustersV2Command_base {
|
|
220
|
+
/** @internal type navigation helper, not in runtime. */
|
|
221
|
+
protected static __types: {
|
|
222
|
+
api: {
|
|
223
|
+
input: ListClustersV2Request;
|
|
224
|
+
output: ListClustersV2Response;
|
|
225
|
+
};
|
|
226
|
+
sdk: {
|
|
227
|
+
input: ListClustersV2CommandInput;
|
|
228
|
+
output: ListClustersV2CommandOutput;
|
|
229
|
+
};
|
|
230
|
+
};
|
|
220
231
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListConfigurationRevisionsCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListConfigurationRevisionsRequest;
|
|
91
|
+
output: ListConfigurationRevisionsResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListConfigurationRevisionsCommandInput;
|
|
95
|
+
output: ListConfigurationRevisionsCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -90,4 +90,15 @@ declare const ListConfigurationsCommand_base: {
|
|
|
90
90
|
* @public
|
|
91
91
|
*/
|
|
92
92
|
export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
|
|
93
|
+
/** @internal type navigation helper, not in runtime. */
|
|
94
|
+
protected static __types: {
|
|
95
|
+
api: {
|
|
96
|
+
input: ListConfigurationsRequest;
|
|
97
|
+
output: ListConfigurationsResponse;
|
|
98
|
+
};
|
|
99
|
+
sdk: {
|
|
100
|
+
input: ListConfigurationsCommandInput;
|
|
101
|
+
output: ListConfigurationsCommandOutput;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
93
104
|
}
|
|
@@ -76,4 +76,15 @@ declare const ListKafkaVersionsCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class ListKafkaVersionsCommand extends ListKafkaVersionsCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: ListKafkaVersionsRequest;
|
|
83
|
+
output: ListKafkaVersionsResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: ListKafkaVersionsCommandInput;
|
|
87
|
+
output: ListKafkaVersionsCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListNodesCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListNodesCommand extends ListNodesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListNodesRequest;
|
|
114
|
+
output: ListNodesResponse;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListNodesCommandInput;
|
|
118
|
+
output: ListNodesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -105,4 +105,15 @@ declare const ListReplicatorsCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class ListReplicatorsCommand extends ListReplicatorsCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: ListReplicatorsRequest;
|
|
112
|
+
output: ListReplicatorsResponse;
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: ListReplicatorsCommandInput;
|
|
116
|
+
output: ListReplicatorsCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListScramSecretsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListScramSecretsCommand extends ListScramSecretsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListScramSecretsRequest;
|
|
90
|
+
output: ListScramSecretsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListScramSecretsCommandInput;
|
|
94
|
+
output: ListScramSecretsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -68,4 +68,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: ListTagsForResourceRequest;
|
|
75
|
+
output: ListTagsForResourceResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: ListTagsForResourceCommandInput;
|
|
79
|
+
output: ListTagsForResourceCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -83,4 +83,15 @@ declare const ListVpcConnectionsCommand_base: {
|
|
|
83
83
|
* @public
|
|
84
84
|
*/
|
|
85
85
|
export declare class ListVpcConnectionsCommand extends ListVpcConnectionsCommand_base {
|
|
86
|
+
/** @internal type navigation helper, not in runtime. */
|
|
87
|
+
protected static __types: {
|
|
88
|
+
api: {
|
|
89
|
+
input: ListVpcConnectionsRequest;
|
|
90
|
+
output: ListVpcConnectionsResponse;
|
|
91
|
+
};
|
|
92
|
+
sdk: {
|
|
93
|
+
input: ListVpcConnectionsCommandInput;
|
|
94
|
+
output: ListVpcConnectionsCommandOutput;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
86
97
|
}
|
|
@@ -68,4 +68,15 @@ declare const PutClusterPolicyCommand_base: {
|
|
|
68
68
|
* @public
|
|
69
69
|
*/
|
|
70
70
|
export declare class PutClusterPolicyCommand extends PutClusterPolicyCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: PutClusterPolicyRequest;
|
|
75
|
+
output: PutClusterPolicyResponse;
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: PutClusterPolicyCommandInput;
|
|
79
|
+
output: PutClusterPolicyCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
71
82
|
}
|
|
@@ -82,4 +82,15 @@ declare const RebootBrokerCommand_base: {
|
|
|
82
82
|
* @public
|
|
83
83
|
*/
|
|
84
84
|
export declare class RebootBrokerCommand extends RebootBrokerCommand_base {
|
|
85
|
+
/** @internal type navigation helper, not in runtime. */
|
|
86
|
+
protected static __types: {
|
|
87
|
+
api: {
|
|
88
|
+
input: RebootBrokerRequest;
|
|
89
|
+
output: RebootBrokerResponse;
|
|
90
|
+
};
|
|
91
|
+
sdk: {
|
|
92
|
+
input: RebootBrokerCommandInput;
|
|
93
|
+
output: RebootBrokerCommandOutput;
|
|
94
|
+
};
|
|
95
|
+
};
|
|
85
96
|
}
|
|
@@ -71,4 +71,15 @@ declare const RejectClientVpcConnectionCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class RejectClientVpcConnectionCommand extends RejectClientVpcConnectionCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: RejectClientVpcConnectionRequest;
|
|
78
|
+
output: {};
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: RejectClientVpcConnectionCommandInput;
|
|
82
|
+
output: RejectClientVpcConnectionCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|