@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
@@ -37,4 +37,15 @@ declare const ListClusterOperationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListClusterOperationsCommand extends ListClusterOperationsCommand_base {}
40
+ export declare class ListClusterOperationsCommand extends ListClusterOperationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClusterOperationsRequest;
44
+ output: ListClusterOperationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListClusterOperationsCommandInput;
48
+ output: ListClusterOperationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListClusterOperationsV2Command_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListClusterOperationsV2Command extends ListClusterOperationsV2Command_base {}
40
+ export declare class ListClusterOperationsV2Command extends ListClusterOperationsV2Command_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListClusterOperationsV2Request;
44
+ output: ListClusterOperationsV2Response;
45
+ };
46
+ sdk: {
47
+ input: ListClusterOperationsV2CommandInput;
48
+ output: ListClusterOperationsV2CommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListClustersCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListClustersCommand extends ListClustersCommand_base {}
36
+ export declare class ListClustersCommand extends ListClustersCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListClustersRequest;
40
+ output: ListClustersResponse;
41
+ };
42
+ sdk: {
43
+ input: ListClustersCommandInput;
44
+ output: ListClustersCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListClustersV2Command_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListClustersV2Command extends ListClustersV2Command_base {}
39
+ export declare class ListClustersV2Command extends ListClustersV2Command_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListClustersV2Request;
43
+ output: ListClustersV2Response;
44
+ };
45
+ sdk: {
46
+ input: ListClustersV2CommandInput;
47
+ output: ListClustersV2CommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListConfigurationRevisionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_base {}
40
+ export declare class ListConfigurationRevisionsCommand extends ListConfigurationRevisionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListConfigurationRevisionsRequest;
44
+ output: ListConfigurationRevisionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListConfigurationRevisionsCommandInput;
48
+ output: ListConfigurationRevisionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListConfigurationsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {}
40
+ export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListConfigurationsRequest;
44
+ output: ListConfigurationsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListConfigurationsCommandInput;
48
+ output: ListConfigurationsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListKafkaVersionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListKafkaVersionsCommand extends ListKafkaVersionsCommand_base {}
40
+ export declare class ListKafkaVersionsCommand extends ListKafkaVersionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListKafkaVersionsRequest;
44
+ output: ListKafkaVersionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListKafkaVersionsCommandInput;
48
+ output: ListKafkaVersionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -33,4 +33,15 @@ declare const ListNodesCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class ListNodesCommand extends ListNodesCommand_base {}
36
+ export declare class ListNodesCommand extends ListNodesCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: ListNodesRequest;
40
+ output: ListNodesResponse;
41
+ };
42
+ sdk: {
43
+ input: ListNodesCommandInput;
44
+ output: ListNodesCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -36,4 +36,15 @@ declare const ListReplicatorsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListReplicatorsCommand extends ListReplicatorsCommand_base {}
39
+ export declare class ListReplicatorsCommand extends ListReplicatorsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListReplicatorsRequest;
43
+ output: ListReplicatorsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListReplicatorsCommandInput;
47
+ output: ListReplicatorsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const ListScramSecretsCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class ListScramSecretsCommand extends ListScramSecretsCommand_base {}
39
+ export declare class ListScramSecretsCommand extends ListScramSecretsCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: ListScramSecretsRequest;
43
+ output: ListScramSecretsResponse;
44
+ };
45
+ sdk: {
46
+ input: ListScramSecretsCommandInput;
47
+ output: ListScramSecretsCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const ListTagsForResourceCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
40
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListTagsForResourceRequest;
44
+ output: ListTagsForResourceResponse;
45
+ };
46
+ sdk: {
47
+ input: ListTagsForResourceCommandInput;
48
+ output: ListTagsForResourceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const ListVpcConnectionsCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class ListVpcConnectionsCommand extends ListVpcConnectionsCommand_base {}
40
+ export declare class ListVpcConnectionsCommand extends ListVpcConnectionsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ListVpcConnectionsRequest;
44
+ output: ListVpcConnectionsResponse;
45
+ };
46
+ sdk: {
47
+ input: ListVpcConnectionsCommandInput;
48
+ output: ListVpcConnectionsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const PutClusterPolicyCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class PutClusterPolicyCommand extends PutClusterPolicyCommand_base {}
39
+ export declare class PutClusterPolicyCommand extends PutClusterPolicyCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: PutClusterPolicyRequest;
43
+ output: PutClusterPolicyResponse;
44
+ };
45
+ sdk: {
46
+ input: PutClusterPolicyCommandInput;
47
+ output: PutClusterPolicyCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -33,4 +33,15 @@ declare const RebootBrokerCommand_base: {
33
33
  >;
34
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
35
  };
36
- export declare class RebootBrokerCommand extends RebootBrokerCommand_base {}
36
+ export declare class RebootBrokerCommand extends RebootBrokerCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: RebootBrokerRequest;
40
+ output: RebootBrokerResponse;
41
+ };
42
+ sdk: {
43
+ input: RebootBrokerCommandInput;
44
+ output: RebootBrokerCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -37,4 +37,15 @@ declare const RejectClientVpcConnectionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class RejectClientVpcConnectionCommand extends RejectClientVpcConnectionCommand_base {}
40
+ export declare class RejectClientVpcConnectionCommand extends RejectClientVpcConnectionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: RejectClientVpcConnectionRequest;
44
+ output: {};
45
+ };
46
+ sdk: {
47
+ input: RejectClientVpcConnectionCommandInput;
48
+ output: RejectClientVpcConnectionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -31,4 +31,15 @@ declare const TagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class TagResourceCommand extends TagResourceCommand_base {}
34
+ export declare class TagResourceCommand extends TagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: TagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: TagResourceCommandInput;
42
+ output: TagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -31,4 +31,15 @@ declare const UntagResourceCommand_base: {
31
31
  >;
32
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
33
  };
34
- export declare class UntagResourceCommand extends UntagResourceCommand_base {}
34
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: UntagResourceRequest;
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: UntagResourceCommandInput;
42
+ output: UntagResourceCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -37,4 +37,15 @@ declare const UpdateBrokerCountCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateBrokerCountCommand extends UpdateBrokerCountCommand_base {}
40
+ export declare class UpdateBrokerCountCommand extends UpdateBrokerCountCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBrokerCountRequest;
44
+ output: UpdateBrokerCountResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBrokerCountCommandInput;
48
+ output: UpdateBrokerCountCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateBrokerStorageCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateBrokerStorageCommand extends UpdateBrokerStorageCommand_base {}
40
+ export declare class UpdateBrokerStorageCommand extends UpdateBrokerStorageCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateBrokerStorageRequest;
44
+ output: UpdateBrokerStorageResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateBrokerStorageCommandInput;
48
+ output: UpdateBrokerStorageCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateBrokerTypeCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateBrokerTypeCommand extends UpdateBrokerTypeCommand_base {}
39
+ export declare class UpdateBrokerTypeCommand extends UpdateBrokerTypeCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateBrokerTypeRequest;
43
+ output: UpdateBrokerTypeResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateBrokerTypeCommandInput;
47
+ output: UpdateBrokerTypeCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateClusterConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateClusterConfigurationCommand extends UpdateClusterConfigurationCommand_base {}
40
+ export declare class UpdateClusterConfigurationCommand extends UpdateClusterConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateClusterConfigurationRequest;
44
+ output: UpdateClusterConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateClusterConfigurationCommandInput;
48
+ output: UpdateClusterConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateClusterKafkaVersionCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateClusterKafkaVersionCommand extends UpdateClusterKafkaVersionCommand_base {}
40
+ export declare class UpdateClusterKafkaVersionCommand extends UpdateClusterKafkaVersionCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateClusterKafkaVersionRequest;
44
+ output: UpdateClusterKafkaVersionResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateClusterKafkaVersionCommandInput;
48
+ output: UpdateClusterKafkaVersionCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateConfigurationCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {}
40
+ export declare class UpdateConfigurationCommand extends UpdateConfigurationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateConfigurationRequest;
44
+ output: UpdateConfigurationResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateConfigurationCommandInput;
48
+ output: UpdateConfigurationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -37,4 +37,15 @@ declare const UpdateConnectivityCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateConnectivityCommand extends UpdateConnectivityCommand_base {}
40
+ export declare class UpdateConnectivityCommand extends UpdateConnectivityCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateConnectivityRequest;
44
+ output: UpdateConnectivityResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateConnectivityCommandInput;
48
+ output: UpdateConnectivityCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateMonitoringCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateMonitoringCommand extends UpdateMonitoringCommand_base {}
39
+ export declare class UpdateMonitoringCommand extends UpdateMonitoringCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateMonitoringRequest;
43
+ output: UpdateMonitoringResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateMonitoringCommandInput;
47
+ output: UpdateMonitoringCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -37,4 +37,15 @@ declare const UpdateReplicationInfoCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class UpdateReplicationInfoCommand extends UpdateReplicationInfoCommand_base {}
40
+ export declare class UpdateReplicationInfoCommand extends UpdateReplicationInfoCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: UpdateReplicationInfoRequest;
44
+ output: UpdateReplicationInfoResponse;
45
+ };
46
+ sdk: {
47
+ input: UpdateReplicationInfoCommandInput;
48
+ output: UpdateReplicationInfoCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -36,4 +36,15 @@ declare const UpdateSecurityCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateSecurityCommand extends UpdateSecurityCommand_base {}
39
+ export declare class UpdateSecurityCommand extends UpdateSecurityCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateSecurityRequest;
43
+ output: UpdateSecurityResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateSecurityCommandInput;
47
+ output: UpdateSecurityCommandOutput;
48
+ };
49
+ };
50
+ }
@@ -36,4 +36,15 @@ declare const UpdateStorageCommand_base: {
36
36
  >;
37
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
38
38
  };
39
- export declare class UpdateStorageCommand extends UpdateStorageCommand_base {}
39
+ export declare class UpdateStorageCommand extends UpdateStorageCommand_base {
40
+ protected static __types: {
41
+ api: {
42
+ input: UpdateStorageRequest;
43
+ output: UpdateStorageResponse;
44
+ };
45
+ sdk: {
46
+ input: UpdateStorageCommandInput;
47
+ output: UpdateStorageCommandOutput;
48
+ };
49
+ };
50
+ }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-kafka",
3
3
  "description": "AWS SDK for JavaScript Kafka Client for Node.js, Browser and React Native",
4
- "version": "3.651.1",
4
+ "version": "3.654.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-kafka",
@@ -20,43 +20,43 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.651.1",
24
- "@aws-sdk/client-sts": "3.651.1",
25
- "@aws-sdk/core": "3.651.1",
26
- "@aws-sdk/credential-provider-node": "3.651.1",
27
- "@aws-sdk/middleware-host-header": "3.649.0",
28
- "@aws-sdk/middleware-logger": "3.649.0",
29
- "@aws-sdk/middleware-recursion-detection": "3.649.0",
30
- "@aws-sdk/middleware-user-agent": "3.649.0",
31
- "@aws-sdk/region-config-resolver": "3.649.0",
32
- "@aws-sdk/types": "3.649.0",
33
- "@aws-sdk/util-endpoints": "3.649.0",
34
- "@aws-sdk/util-user-agent-browser": "3.649.0",
35
- "@aws-sdk/util-user-agent-node": "3.649.0",
36
- "@smithy/config-resolver": "^3.0.6",
37
- "@smithy/core": "^2.4.1",
38
- "@smithy/fetch-http-handler": "^3.2.5",
39
- "@smithy/hash-node": "^3.0.4",
40
- "@smithy/invalid-dependency": "^3.0.4",
41
- "@smithy/middleware-content-length": "^3.0.6",
42
- "@smithy/middleware-endpoint": "^3.1.1",
43
- "@smithy/middleware-retry": "^3.0.16",
44
- "@smithy/middleware-serde": "^3.0.4",
45
- "@smithy/middleware-stack": "^3.0.4",
46
- "@smithy/node-config-provider": "^3.1.5",
47
- "@smithy/node-http-handler": "^3.2.0",
48
- "@smithy/protocol-http": "^4.1.1",
49
- "@smithy/smithy-client": "^3.3.0",
50
- "@smithy/types": "^3.4.0",
51
- "@smithy/url-parser": "^3.0.4",
23
+ "@aws-sdk/client-sso-oidc": "3.654.0",
24
+ "@aws-sdk/client-sts": "3.654.0",
25
+ "@aws-sdk/core": "3.654.0",
26
+ "@aws-sdk/credential-provider-node": "3.654.0",
27
+ "@aws-sdk/middleware-host-header": "3.654.0",
28
+ "@aws-sdk/middleware-logger": "3.654.0",
29
+ "@aws-sdk/middleware-recursion-detection": "3.654.0",
30
+ "@aws-sdk/middleware-user-agent": "3.654.0",
31
+ "@aws-sdk/region-config-resolver": "3.654.0",
32
+ "@aws-sdk/types": "3.654.0",
33
+ "@aws-sdk/util-endpoints": "3.654.0",
34
+ "@aws-sdk/util-user-agent-browser": "3.654.0",
35
+ "@aws-sdk/util-user-agent-node": "3.654.0",
36
+ "@smithy/config-resolver": "^3.0.8",
37
+ "@smithy/core": "^2.4.3",
38
+ "@smithy/fetch-http-handler": "^3.2.7",
39
+ "@smithy/hash-node": "^3.0.6",
40
+ "@smithy/invalid-dependency": "^3.0.6",
41
+ "@smithy/middleware-content-length": "^3.0.8",
42
+ "@smithy/middleware-endpoint": "^3.1.3",
43
+ "@smithy/middleware-retry": "^3.0.18",
44
+ "@smithy/middleware-serde": "^3.0.6",
45
+ "@smithy/middleware-stack": "^3.0.6",
46
+ "@smithy/node-config-provider": "^3.1.7",
47
+ "@smithy/node-http-handler": "^3.2.2",
48
+ "@smithy/protocol-http": "^4.1.3",
49
+ "@smithy/smithy-client": "^3.3.2",
50
+ "@smithy/types": "^3.4.2",
51
+ "@smithy/url-parser": "^3.0.6",
52
52
  "@smithy/util-base64": "^3.0.0",
53
53
  "@smithy/util-body-length-browser": "^3.0.0",
54
54
  "@smithy/util-body-length-node": "^3.0.0",
55
- "@smithy/util-defaults-mode-browser": "^3.0.16",
56
- "@smithy/util-defaults-mode-node": "^3.0.16",
57
- "@smithy/util-endpoints": "^2.1.0",
58
- "@smithy/util-middleware": "^3.0.4",
59
- "@smithy/util-retry": "^3.0.4",
55
+ "@smithy/util-defaults-mode-browser": "^3.0.18",
56
+ "@smithy/util-defaults-mode-node": "^3.0.18",
57
+ "@smithy/util-endpoints": "^2.1.2",
58
+ "@smithy/util-middleware": "^3.0.6",
59
+ "@smithy/util-retry": "^3.0.6",
60
60
  "@smithy/util-utf8": "^3.0.0",
61
61
  "tslib": "^2.6.2"
62
62
  },