@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.
Files changed (105) hide show
  1. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +11 -0
  2. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateClusterCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateClusterV2Command.d.ts +11 -0
  5. package/dist-types/commands/CreateConfigurationCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateReplicatorCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteClusterCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteConfigurationCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteReplicatorCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +11 -0
  13. package/dist-types/commands/DescribeClusterCommand.d.ts +11 -0
  14. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +11 -0
  16. package/dist-types/commands/DescribeClusterV2Command.d.ts +11 -0
  17. package/dist-types/commands/DescribeConfigurationCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeReplicatorCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +11 -0
  21. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +11 -0
  22. package/dist-types/commands/GetClusterPolicyCommand.d.ts +11 -0
  23. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +11 -0
  24. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +11 -0
  25. package/dist-types/commands/ListClusterOperationsCommand.d.ts +11 -0
  26. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +11 -0
  27. package/dist-types/commands/ListClustersCommand.d.ts +11 -0
  28. package/dist-types/commands/ListClustersV2Command.d.ts +11 -0
  29. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +11 -0
  30. package/dist-types/commands/ListConfigurationsCommand.d.ts +11 -0
  31. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +11 -0
  32. package/dist-types/commands/ListNodesCommand.d.ts +11 -0
  33. package/dist-types/commands/ListReplicatorsCommand.d.ts +11 -0
  34. package/dist-types/commands/ListScramSecretsCommand.d.ts +11 -0
  35. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  36. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +11 -0
  37. package/dist-types/commands/PutClusterPolicyCommand.d.ts +11 -0
  38. package/dist-types/commands/RebootBrokerCommand.d.ts +11 -0
  39. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +11 -0
  40. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  41. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  42. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +11 -0
  43. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +11 -0
  44. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +11 -0
  45. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +11 -0
  46. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +11 -0
  47. package/dist-types/commands/UpdateConfigurationCommand.d.ts +11 -0
  48. package/dist-types/commands/UpdateConnectivityCommand.d.ts +11 -0
  49. package/dist-types/commands/UpdateMonitoringCommand.d.ts +11 -0
  50. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +11 -0
  51. package/dist-types/commands/UpdateSecurityCommand.d.ts +11 -0
  52. package/dist-types/commands/UpdateStorageCommand.d.ts +11 -0
  53. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +12 -1
  77. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +12 -1
  78. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +12 -1
  79. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +12 -1
  80. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +12 -1
  81. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +12 -1
  82. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +12 -1
  83. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +12 -1
  84. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +12 -1
  85. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +12 -1
  86. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +12 -1
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  88. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +12 -1
  89. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +12 -1
  90. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +12 -1
  91. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +12 -1
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  94. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +12 -1
  95. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +12 -1
  96. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +12 -1
  97. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +12 -1
  98. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +12 -1
  99. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +12 -1
  100. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +12 -1
  101. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +12 -1
  102. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +12 -1
  103. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +12 -1
  104. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +12 -1
  105. package/package.json +35 -35
@@ -67,4 +67,15 @@ declare const TagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class TagResourceCommand extends TagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: TagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: TagResourceCommandInput;
78
+ output: TagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
67
67
  * @public
68
68
  */
69
69
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
70
+ /** @internal type navigation helper, not in runtime. */
71
+ protected static __types: {
72
+ api: {
73
+ input: UntagResourceRequest;
74
+ output: {};
75
+ };
76
+ sdk: {
77
+ input: UntagResourceCommandInput;
78
+ output: UntagResourceCommandOutput;
79
+ };
80
+ };
70
81
  }
@@ -75,4 +75,15 @@ declare const UpdateBrokerCountCommand_base: {
75
75
  * @public
76
76
  */
77
77
  export declare class UpdateBrokerCountCommand extends UpdateBrokerCountCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: UpdateBrokerCountRequest;
82
+ output: UpdateBrokerCountResponse;
83
+ };
84
+ sdk: {
85
+ input: UpdateBrokerCountCommandInput;
86
+ output: UpdateBrokerCountCommandOutput;
87
+ };
88
+ };
78
89
  }
@@ -84,4 +84,15 @@ declare const UpdateBrokerStorageCommand_base: {
84
84
  * @public
85
85
  */
86
86
  export declare class UpdateBrokerStorageCommand extends UpdateBrokerStorageCommand_base {
87
+ /** @internal type navigation helper, not in runtime. */
88
+ protected static __types: {
89
+ api: {
90
+ input: UpdateBrokerStorageRequest;
91
+ output: UpdateBrokerStorageResponse;
92
+ };
93
+ sdk: {
94
+ input: UpdateBrokerStorageCommandInput;
95
+ output: UpdateBrokerStorageCommandOutput;
96
+ };
97
+ };
87
98
  }
@@ -81,4 +81,15 @@ declare const UpdateBrokerTypeCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateBrokerTypeCommand extends UpdateBrokerTypeCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateBrokerTypeRequest;
88
+ output: UpdateBrokerTypeResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateBrokerTypeCommandInput;
92
+ output: UpdateBrokerTypeCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -81,4 +81,15 @@ declare const UpdateClusterConfigurationCommand_base: {
81
81
  * @public
82
82
  */
83
83
  export declare class UpdateClusterConfigurationCommand extends UpdateClusterConfigurationCommand_base {
84
+ /** @internal type navigation helper, not in runtime. */
85
+ protected static __types: {
86
+ api: {
87
+ input: UpdateClusterConfigurationRequest;
88
+ output: UpdateClusterConfigurationResponse;
89
+ };
90
+ sdk: {
91
+ input: UpdateClusterConfigurationCommandInput;
92
+ output: UpdateClusterConfigurationCommandOutput;
93
+ };
94
+ };
84
95
  }
@@ -85,4 +85,15 @@ declare const UpdateClusterKafkaVersionCommand_base: {
85
85
  * @public
86
86
  */
87
87
  export declare class UpdateClusterKafkaVersionCommand extends UpdateClusterKafkaVersionCommand_base {
88
+ /** @internal type navigation helper, not in runtime. */
89
+ protected static __types: {
90
+ api: {
91
+ input: UpdateClusterKafkaVersionRequest;
92
+ output: UpdateClusterKafkaVersionResponse;
93
+ };
94
+ sdk: {
95
+ input: UpdateClusterKafkaVersionCommandInput;
96
+ output: UpdateClusterKafkaVersionCommandOutput;
97
+ };
98
+ };
88
99
  }
@@ -82,4 +82,15 @@ declare const UpdateConfigurationCommand_base: {
82
82
  * @public
83
83
  */
84
84
  export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
85
+ /** @internal type navigation helper, not in runtime. */
86
+ protected static __types: {
87
+ api: {
88
+ input: UpdateConfigurationRequest;
89
+ output: UpdateConfigurationResponse;
90
+ };
91
+ sdk: {
92
+ input: UpdateConfigurationCommandInput;
93
+ output: UpdateConfigurationCommandOutput;
94
+ };
95
+ };
85
96
  }
@@ -97,4 +97,15 @@ declare const UpdateConnectivityCommand_base: {
97
97
  * @public
98
98
  */
99
99
  export declare class UpdateConnectivityCommand extends UpdateConnectivityCommand_base {
100
+ /** @internal type navigation helper, not in runtime. */
101
+ protected static __types: {
102
+ api: {
103
+ input: UpdateConnectivityRequest;
104
+ output: UpdateConnectivityResponse;
105
+ };
106
+ sdk: {
107
+ input: UpdateConnectivityCommandInput;
108
+ output: UpdateConnectivityCommandOutput;
109
+ };
110
+ };
100
111
  }
@@ -102,4 +102,15 @@ declare const UpdateMonitoringCommand_base: {
102
102
  * @public
103
103
  */
104
104
  export declare class UpdateMonitoringCommand extends UpdateMonitoringCommand_base {
105
+ /** @internal type navigation helper, not in runtime. */
106
+ protected static __types: {
107
+ api: {
108
+ input: UpdateMonitoringRequest;
109
+ output: UpdateMonitoringResponse;
110
+ };
111
+ sdk: {
112
+ input: UpdateMonitoringCommandInput;
113
+ output: UpdateMonitoringCommandOutput;
114
+ };
115
+ };
105
116
  }
@@ -103,4 +103,15 @@ declare const UpdateReplicationInfoCommand_base: {
103
103
  * @public
104
104
  */
105
105
  export declare class UpdateReplicationInfoCommand extends UpdateReplicationInfoCommand_base {
106
+ /** @internal type navigation helper, not in runtime. */
107
+ protected static __types: {
108
+ api: {
109
+ input: UpdateReplicationInfoRequest;
110
+ output: UpdateReplicationInfoResponse;
111
+ };
112
+ sdk: {
113
+ input: UpdateReplicationInfoCommandInput;
114
+ output: UpdateReplicationInfoCommandOutput;
115
+ };
116
+ };
106
117
  }
@@ -108,4 +108,15 @@ declare const UpdateSecurityCommand_base: {
108
108
  * @public
109
109
  */
110
110
  export declare class UpdateSecurityCommand extends UpdateSecurityCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: UpdateSecurityRequest;
115
+ output: UpdateSecurityResponse;
116
+ };
117
+ sdk: {
118
+ input: UpdateSecurityCommandInput;
119
+ output: UpdateSecurityCommandOutput;
120
+ };
121
+ };
111
122
  }
@@ -86,4 +86,15 @@ declare const UpdateStorageCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class UpdateStorageCommand extends UpdateStorageCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: UpdateStorageRequest;
93
+ output: UpdateStorageResponse;
94
+ };
95
+ sdk: {
96
+ input: UpdateStorageCommandInput;
97
+ output: UpdateStorageCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -37,4 +37,15 @@ declare const BatchAssociateScramSecretCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {}
40
+ export declare class BatchAssociateScramSecretCommand extends BatchAssociateScramSecretCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchAssociateScramSecretRequest;
44
+ output: BatchAssociateScramSecretResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchAssociateScramSecretCommandInput;
48
+ output: BatchAssociateScramSecretCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const BatchDisassociateScramSecretCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {}
40
+ export declare class BatchDisassociateScramSecretCommand extends BatchDisassociateScramSecretCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: BatchDisassociateScramSecretRequest;
44
+ output: BatchDisassociateScramSecretResponse;
45
+ };
46
+ sdk: {
47
+ input: BatchDisassociateScramSecretCommandInput;
48
+ output: BatchDisassociateScramSecretCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterCommand extends CreateClusterCommand_base {}
39
+ export declare class CreateClusterCommand extends CreateClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterRequest;
43
+ output: CreateClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterCommandInput;
47
+ output: CreateClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const CreateClusterV2Command_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateClusterV2Command extends CreateClusterV2Command_base {}
39
+ export declare class CreateClusterV2Command extends CreateClusterV2Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateClusterV2Request;
43
+ output: CreateClusterV2Response;
44
+ };
45
+ sdk: {
46
+ input: CreateClusterV2CommandInput;
47
+ output: CreateClusterV2CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {}
40
+ export declare class CreateConfigurationCommand extends CreateConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateConfigurationRequest;
44
+ output: CreateConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateConfigurationCommandInput;
48
+ output: CreateConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const CreateReplicatorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {}
39
+ export declare class CreateReplicatorCommand extends CreateReplicatorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: CreateReplicatorRequest;
43
+ output: CreateReplicatorResponse;
44
+ };
45
+ sdk: {
46
+ input: CreateReplicatorCommandInput;
47
+ output: CreateReplicatorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const CreateVpcConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {}
40
+ export declare class CreateVpcConnectionCommand extends CreateVpcConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVpcConnectionRequest;
44
+ output: CreateVpcConnectionResponse;
45
+ };
46
+ sdk: {
47
+ input: CreateVpcConnectionCommandInput;
48
+ output: CreateVpcConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteClusterCommand extends DeleteClusterCommand_base {}
39
+ export declare class DeleteClusterCommand extends DeleteClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteClusterRequest;
43
+ output: DeleteClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteClusterCommandInput;
47
+ output: DeleteClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteClusterPolicyCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {}
40
+ export declare class DeleteClusterPolicyCommand extends DeleteClusterPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteClusterPolicyRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: DeleteClusterPolicyCommandInput;
48
+ output: DeleteClusterPolicyCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DeleteConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {}
40
+ export declare class DeleteConfigurationCommand extends DeleteConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteConfigurationRequest;
44
+ output: DeleteConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteConfigurationCommandInput;
48
+ output: DeleteConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DeleteReplicatorCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {}
39
+ export declare class DeleteReplicatorCommand extends DeleteReplicatorCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DeleteReplicatorRequest;
43
+ output: DeleteReplicatorResponse;
44
+ };
45
+ sdk: {
46
+ input: DeleteReplicatorCommandInput;
47
+ output: DeleteReplicatorCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DeleteVpcConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {}
40
+ export declare class DeleteVpcConnectionCommand extends DeleteVpcConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteVpcConnectionRequest;
44
+ output: DeleteVpcConnectionResponse;
45
+ };
46
+ sdk: {
47
+ input: DeleteVpcConnectionCommandInput;
48
+ output: DeleteVpcConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const DescribeClusterCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class DescribeClusterCommand extends DescribeClusterCommand_base {}
39
+ export declare class DescribeClusterCommand extends DescribeClusterCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: DescribeClusterRequest;
43
+ output: DescribeClusterResponse;
44
+ };
45
+ sdk: {
46
+ input: DescribeClusterCommandInput;
47
+ output: DescribeClusterCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const DescribeClusterOperationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {}
40
+ export declare class DescribeClusterOperationCommand extends DescribeClusterOperationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeClusterOperationRequest;
44
+ output: DescribeClusterOperationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeClusterOperationCommandInput;
48
+ output: DescribeClusterOperationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeClusterOperationV2Command_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {}
40
+ export declare class DescribeClusterOperationV2Command extends DescribeClusterOperationV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeClusterOperationV2Request;
44
+ output: DescribeClusterOperationV2Response;
45
+ };
46
+ sdk: {
47
+ input: DescribeClusterOperationV2CommandInput;
48
+ output: DescribeClusterOperationV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeClusterV2Command_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {}
40
+ export declare class DescribeClusterV2Command extends DescribeClusterV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeClusterV2Request;
44
+ output: DescribeClusterV2Response;
45
+ };
46
+ sdk: {
47
+ input: DescribeClusterV2CommandInput;
48
+ output: DescribeClusterV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {}
40
+ export declare class DescribeConfigurationCommand extends DescribeConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeConfigurationRequest;
44
+ output: DescribeConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeConfigurationCommandInput;
48
+ output: DescribeConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeConfigurationRevisionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {}
40
+ export declare class DescribeConfigurationRevisionCommand extends DescribeConfigurationRevisionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeConfigurationRevisionRequest;
44
+ output: DescribeConfigurationRevisionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeConfigurationRevisionCommandInput;
48
+ output: DescribeConfigurationRevisionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeReplicatorCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {}
40
+ export declare class DescribeReplicatorCommand extends DescribeReplicatorCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeReplicatorRequest;
44
+ output: DescribeReplicatorResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeReplicatorCommandInput;
48
+ output: DescribeReplicatorCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const DescribeVpcConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {}
40
+ export declare class DescribeVpcConnectionCommand extends DescribeVpcConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeVpcConnectionRequest;
44
+ output: DescribeVpcConnectionResponse;
45
+ };
46
+ sdk: {
47
+ input: DescribeVpcConnectionCommandInput;
48
+ output: DescribeVpcConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const GetBootstrapBrokersCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {}
40
+ export declare class GetBootstrapBrokersCommand extends GetBootstrapBrokersCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetBootstrapBrokersRequest;
44
+ output: GetBootstrapBrokersResponse;
45
+ };
46
+ sdk: {
47
+ input: GetBootstrapBrokersCommandInput;
48
+ output: GetBootstrapBrokersCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const GetClusterPolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {}
39
+ export declare class GetClusterPolicyCommand extends GetClusterPolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: GetClusterPolicyRequest;
43
+ output: GetClusterPolicyResponse;
44
+ };
45
+ sdk: {
46
+ input: GetClusterPolicyCommandInput;
47
+ output: GetClusterPolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const GetCompatibleKafkaVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {}
40
+ export declare class GetCompatibleKafkaVersionsCommand extends GetCompatibleKafkaVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: GetCompatibleKafkaVersionsRequest;
44
+ output: GetCompatibleKafkaVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: GetCompatibleKafkaVersionsCommandInput;
48
+ output: GetCompatibleKafkaVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListClientVpcConnectionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {}
40
+ export declare class ListClientVpcConnectionsCommand extends ListClientVpcConnectionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClientVpcConnectionsRequest;
44
+ output: ListClientVpcConnectionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListClientVpcConnectionsCommandInput;
48
+ output: ListClientVpcConnectionsCommandOutput;
49
+ };
50
+ };
51
+ }