@aws-sdk/client-kafka 3.289.0 → 3.292.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 (37) hide show
  1. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +22 -0
  2. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +22 -0
  3. package/dist-types/commands/CreateClusterCommand.d.ts +22 -0
  4. package/dist-types/commands/CreateClusterV2Command.d.ts +22 -0
  5. package/dist-types/commands/CreateConfigurationCommand.d.ts +22 -0
  6. package/dist-types/commands/DeleteClusterCommand.d.ts +13 -0
  7. package/dist-types/commands/DeleteConfigurationCommand.d.ts +13 -0
  8. package/dist-types/commands/DescribeClusterCommand.d.ts +16 -0
  9. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +16 -0
  10. package/dist-types/commands/DescribeClusterV2Command.d.ts +16 -0
  11. package/dist-types/commands/DescribeConfigurationCommand.d.ts +19 -0
  12. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +19 -0
  13. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +16 -0
  14. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +22 -0
  15. package/dist-types/commands/ListClusterOperationsCommand.d.ts +13 -0
  16. package/dist-types/commands/ListClustersCommand.d.ts +13 -0
  17. package/dist-types/commands/ListClustersV2Command.d.ts +13 -0
  18. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +19 -0
  19. package/dist-types/commands/ListConfigurationsCommand.d.ts +16 -0
  20. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +13 -0
  21. package/dist-types/commands/ListNodesCommand.d.ts +13 -0
  22. package/dist-types/commands/ListScramSecretsCommand.d.ts +22 -0
  23. package/dist-types/commands/ListTagsForResourceCommand.d.ts +10 -0
  24. package/dist-types/commands/RebootBrokerCommand.d.ts +22 -0
  25. package/dist-types/commands/TagResourceCommand.d.ts +10 -0
  26. package/dist-types/commands/UntagResourceCommand.d.ts +10 -0
  27. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +16 -0
  28. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +16 -0
  29. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +22 -0
  30. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +19 -0
  31. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +22 -0
  32. package/dist-types/commands/UpdateConfigurationCommand.d.ts +19 -0
  33. package/dist-types/commands/UpdateConnectivityCommand.d.ts +19 -0
  34. package/dist-types/commands/UpdateMonitoringCommand.d.ts +16 -0
  35. package/dist-types/commands/UpdateSecurityCommand.d.ts +22 -0
  36. package/dist-types/commands/UpdateStorageCommand.d.ts +22 -0
  37. package/package.json +35 -40
@@ -29,6 +29,28 @@ export interface BatchAssociateScramSecretCommandOutput extends BatchAssociateSc
29
29
  * @see {@link BatchAssociateScramSecretCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class BatchAssociateScramSecretCommand extends $Command<BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: BatchAssociateScramSecretCommandInput;
@@ -29,6 +29,28 @@ export interface BatchDisassociateScramSecretCommandOutput extends BatchDisassoc
29
29
  * @see {@link BatchDisassociateScramSecretCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class BatchDisassociateScramSecretCommand extends $Command<BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: BatchDisassociateScramSecretCommandInput;
@@ -29,6 +29,28 @@ export interface CreateClusterCommandOutput extends CreateClusterResponse, __Met
29
29
  * @see {@link CreateClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateClusterCommand extends $Command<CreateClusterCommandInput, CreateClusterCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: CreateClusterCommandInput;
@@ -29,6 +29,28 @@ export interface CreateClusterV2CommandOutput extends CreateClusterV2Response, _
29
29
  * @see {@link CreateClusterV2CommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateClusterV2Command extends $Command<CreateClusterV2CommandInput, CreateClusterV2CommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: CreateClusterV2CommandInput;
@@ -29,6 +29,28 @@ export interface CreateConfigurationCommandOutput extends CreateConfigurationRes
29
29
  * @see {@link CreateConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class CreateConfigurationCommand extends $Command<CreateConfigurationCommandInput, CreateConfigurationCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: CreateConfigurationCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __Met
29
29
  * @see {@link DeleteClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteClusterCommand extends $Command<DeleteClusterCommandInput, DeleteClusterCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: DeleteClusterCommandInput;
@@ -29,6 +29,19 @@ export interface DeleteConfigurationCommandOutput extends DeleteConfigurationRes
29
29
  * @see {@link DeleteConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class DeleteConfigurationCommand extends $Command<DeleteConfigurationCommandInput, DeleteConfigurationCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: DeleteConfigurationCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeClusterCommandOutput extends DescribeClusterResponse, _
29
29
  * @see {@link DescribeClusterCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeClusterCommand extends $Command<DescribeClusterCommandInput, DescribeClusterCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: DescribeClusterCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeClusterOperationCommandOutput extends DescribeClusterOp
29
29
  * @see {@link DescribeClusterOperationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeClusterOperationCommand extends $Command<DescribeClusterOperationCommandInput, DescribeClusterOperationCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: DescribeClusterOperationCommandInput;
@@ -29,6 +29,22 @@ export interface DescribeClusterV2CommandOutput extends DescribeClusterV2Respons
29
29
  * @see {@link DescribeClusterV2CommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class DescribeClusterV2Command extends $Command<DescribeClusterV2CommandInput, DescribeClusterV2CommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: DescribeClusterV2CommandInput;
@@ -29,6 +29,25 @@ export interface DescribeConfigurationCommandOutput extends DescribeConfiguratio
29
29
  * @see {@link DescribeConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeConfigurationCommand extends $Command<DescribeConfigurationCommandInput, DescribeConfigurationCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: DescribeConfigurationCommandInput;
@@ -29,6 +29,25 @@ export interface DescribeConfigurationRevisionCommandOutput extends DescribeConf
29
29
  * @see {@link DescribeConfigurationRevisionCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class DescribeConfigurationRevisionCommand extends $Command<DescribeConfigurationRevisionCommandInput, DescribeConfigurationRevisionCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: DescribeConfigurationRevisionCommandInput;
@@ -29,6 +29,22 @@ export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersRes
29
29
  * @see {@link GetBootstrapBrokersCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ConflictException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link ForbiddenException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link InternalServerErrorException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class GetBootstrapBrokersCommand extends $Command<GetBootstrapBrokersCommandInput, GetBootstrapBrokersCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: GetBootstrapBrokersCommandInput;
@@ -29,6 +29,28 @@ export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKa
29
29
  * @see {@link GetCompatibleKafkaVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class GetCompatibleKafkaVersionsCommand extends $Command<GetCompatibleKafkaVersionsCommandInput, GetCompatibleKafkaVersionsCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: GetCompatibleKafkaVersionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListClusterOperationsCommandOutput extends ListClusterOperation
29
29
  * @see {@link ListClusterOperationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListClusterOperationsCommand extends $Command<ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: ListClusterOperationsCommandInput;
@@ -29,6 +29,19 @@ export interface ListClustersCommandOutput extends ListClustersResponse, __Metad
29
29
  * @see {@link ListClustersCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListClustersCommand extends $Command<ListClustersCommandInput, ListClustersCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: ListClustersCommandInput;
@@ -29,6 +29,19 @@ export interface ListClustersV2CommandOutput extends ListClustersV2Response, __M
29
29
  * @see {@link ListClustersV2CommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListClustersV2Command extends $Command<ListClustersV2CommandInput, ListClustersV2CommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: ListClustersV2CommandInput;
@@ -29,6 +29,25 @@ export interface ListConfigurationRevisionsCommandOutput extends ListConfigurati
29
29
  * @see {@link ListConfigurationRevisionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class ListConfigurationRevisionsCommand extends $Command<ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: ListConfigurationRevisionsCommandInput;
@@ -29,6 +29,22 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
29
29
  * @see {@link ListConfigurationsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: ListConfigurationsCommandInput;
@@ -29,6 +29,19 @@ export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsRespons
29
29
  * @see {@link ListKafkaVersionsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link UnauthorizedException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListKafkaVersionsCommand extends $Command<ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: ListKafkaVersionsCommandInput;
@@ -29,6 +29,19 @@ export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBea
29
29
  * @see {@link ListNodesCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ *
32
45
  */
33
46
  export declare class ListNodesCommand extends $Command<ListNodesCommandInput, ListNodesCommandOutput, KafkaClientResolvedConfig> {
34
47
  readonly input: ListNodesCommandInput;
@@ -29,6 +29,28 @@ export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse,
29
29
  * @see {@link ListScramSecretsCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class ListScramSecretsCommand extends $Command<ListScramSecretsCommandInput, ListScramSecretsCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: ListScramSecretsCommandInput;
@@ -29,6 +29,16 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, KafkaClientResolvedConfig> {
34
44
  readonly input: ListTagsForResourceCommandInput;
@@ -29,6 +29,28 @@ export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __Metad
29
29
  * @see {@link RebootBrokerCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class RebootBrokerCommand extends $Command<RebootBrokerCommandInput, RebootBrokerCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: RebootBrokerCommandInput;
@@ -29,6 +29,16 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, KafkaClientResolvedConfig> {
34
44
  readonly input: TagResourceCommandInput;
@@ -29,6 +29,16 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
29
29
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link InternalServerErrorException} (server fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link NotFoundException} (client fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ *
32
42
  */
33
43
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, KafkaClientResolvedConfig> {
34
44
  readonly input: UntagResourceCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountRespons
29
29
  * @see {@link UpdateBrokerCountCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateBrokerCountCommand extends $Command<UpdateBrokerCountCommandInput, UpdateBrokerCountCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: UpdateBrokerCountCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageRes
29
29
  * @see {@link UpdateBrokerStorageCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateBrokerStorageCommand extends $Command<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: UpdateBrokerStorageCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse,
29
29
  * @see {@link UpdateBrokerTypeCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateBrokerTypeCommand extends $Command<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: UpdateBrokerTypeCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterCo
29
29
  * @see {@link UpdateClusterConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateClusterConfigurationCommand extends $Command<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: UpdateClusterConfigurationCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKaf
29
29
  * @see {@link UpdateClusterKafkaVersionCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateClusterKafkaVersionCommand extends $Command<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: UpdateClusterKafkaVersionCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateConfigurationCommandOutput extends UpdateConfigurationRes
29
29
  * @see {@link UpdateConfigurationCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateConfigurationCommand extends $Command<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: UpdateConfigurationCommandInput;
@@ -29,6 +29,25 @@ export interface UpdateConnectivityCommandOutput extends UpdateConnectivityRespo
29
29
  * @see {@link UpdateConnectivityCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link UnauthorizedException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ *
32
51
  */
33
52
  export declare class UpdateConnectivityCommand extends $Command<UpdateConnectivityCommandInput, UpdateConnectivityCommandOutput, KafkaClientResolvedConfig> {
34
53
  readonly input: UpdateConnectivityCommandInput;
@@ -29,6 +29,22 @@ export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse,
29
29
  * @see {@link UpdateMonitoringCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link ServiceUnavailableException} (server fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link UnauthorizedException} (client fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ *
32
48
  */
33
49
  export declare class UpdateMonitoringCommand extends $Command<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput, KafkaClientResolvedConfig> {
34
50
  readonly input: UpdateMonitoringCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __M
29
29
  * @see {@link UpdateSecurityCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateSecurityCommand extends $Command<UpdateSecurityCommandInput, UpdateSecurityCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: UpdateSecurityCommandInput;
@@ -29,6 +29,28 @@ export interface UpdateStorageCommandOutput extends UpdateStorageResponse, __Met
29
29
  * @see {@link UpdateStorageCommandOutput} for command's `response` shape.
30
30
  * @see {@link KafkaClientResolvedConfig | config} for KafkaClient's `config` shape.
31
31
  *
32
+ * @throws {@link BadRequestException} (client fault)
33
+ * <p>Returns information about an error.</p>
34
+ *
35
+ * @throws {@link ForbiddenException} (client fault)
36
+ * <p>Returns information about an error.</p>
37
+ *
38
+ * @throws {@link InternalServerErrorException} (server fault)
39
+ * <p>Returns information about an error.</p>
40
+ *
41
+ * @throws {@link NotFoundException} (client fault)
42
+ * <p>Returns information about an error.</p>
43
+ *
44
+ * @throws {@link ServiceUnavailableException} (server fault)
45
+ * <p>Returns information about an error.</p>
46
+ *
47
+ * @throws {@link TooManyRequestsException} (client fault)
48
+ * <p>Returns information about an error.</p>
49
+ *
50
+ * @throws {@link UnauthorizedException} (client fault)
51
+ * <p>Returns information about an error.</p>
52
+ *
53
+ *
32
54
  */
33
55
  export declare class UpdateStorageCommand extends $Command<UpdateStorageCommandInput, UpdateStorageCommandOutput, KafkaClientResolvedConfig> {
34
56
  readonly input: UpdateStorageCommandInput;
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.289.0",
4
+ "version": "3.292.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -20,55 +20,50 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.289.0",
24
- "@aws-sdk/config-resolver": "3.289.0",
25
- "@aws-sdk/credential-provider-node": "3.289.0",
26
- "@aws-sdk/fetch-http-handler": "3.289.0",
27
- "@aws-sdk/hash-node": "3.289.0",
28
- "@aws-sdk/invalid-dependency": "3.289.0",
29
- "@aws-sdk/middleware-content-length": "3.289.0",
30
- "@aws-sdk/middleware-endpoint": "3.289.0",
31
- "@aws-sdk/middleware-host-header": "3.289.0",
32
- "@aws-sdk/middleware-logger": "3.289.0",
33
- "@aws-sdk/middleware-recursion-detection": "3.289.0",
34
- "@aws-sdk/middleware-retry": "3.289.0",
35
- "@aws-sdk/middleware-serde": "3.289.0",
36
- "@aws-sdk/middleware-signing": "3.289.0",
37
- "@aws-sdk/middleware-stack": "3.289.0",
38
- "@aws-sdk/middleware-user-agent": "3.289.0",
39
- "@aws-sdk/node-config-provider": "3.289.0",
40
- "@aws-sdk/node-http-handler": "3.289.0",
41
- "@aws-sdk/protocol-http": "3.289.0",
42
- "@aws-sdk/smithy-client": "3.289.0",
43
- "@aws-sdk/types": "3.289.0",
44
- "@aws-sdk/url-parser": "3.289.0",
45
- "@aws-sdk/util-base64": "3.208.0",
46
- "@aws-sdk/util-body-length-browser": "3.188.0",
47
- "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.289.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.289.0",
50
- "@aws-sdk/util-endpoints": "3.289.0",
51
- "@aws-sdk/util-retry": "3.289.0",
52
- "@aws-sdk/util-user-agent-browser": "3.289.0",
53
- "@aws-sdk/util-user-agent-node": "3.289.0",
54
- "@aws-sdk/util-utf8": "3.254.0",
23
+ "@aws-sdk/client-sts": "3.292.0",
24
+ "@aws-sdk/config-resolver": "3.292.0",
25
+ "@aws-sdk/credential-provider-node": "3.292.0",
26
+ "@aws-sdk/fetch-http-handler": "3.292.0",
27
+ "@aws-sdk/hash-node": "3.292.0",
28
+ "@aws-sdk/invalid-dependency": "3.292.0",
29
+ "@aws-sdk/middleware-content-length": "3.292.0",
30
+ "@aws-sdk/middleware-endpoint": "3.292.0",
31
+ "@aws-sdk/middleware-host-header": "3.292.0",
32
+ "@aws-sdk/middleware-logger": "3.292.0",
33
+ "@aws-sdk/middleware-recursion-detection": "3.292.0",
34
+ "@aws-sdk/middleware-retry": "3.292.0",
35
+ "@aws-sdk/middleware-serde": "3.292.0",
36
+ "@aws-sdk/middleware-signing": "3.292.0",
37
+ "@aws-sdk/middleware-stack": "3.292.0",
38
+ "@aws-sdk/middleware-user-agent": "3.292.0",
39
+ "@aws-sdk/node-config-provider": "3.292.0",
40
+ "@aws-sdk/node-http-handler": "3.292.0",
41
+ "@aws-sdk/protocol-http": "3.292.0",
42
+ "@aws-sdk/smithy-client": "3.292.0",
43
+ "@aws-sdk/types": "3.292.0",
44
+ "@aws-sdk/url-parser": "3.292.0",
45
+ "@aws-sdk/util-base64": "3.292.0",
46
+ "@aws-sdk/util-body-length-browser": "3.292.0",
47
+ "@aws-sdk/util-body-length-node": "3.292.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.292.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.292.0",
50
+ "@aws-sdk/util-endpoints": "3.292.0",
51
+ "@aws-sdk/util-retry": "3.292.0",
52
+ "@aws-sdk/util-user-agent-browser": "3.292.0",
53
+ "@aws-sdk/util-user-agent-node": "3.292.0",
54
+ "@aws-sdk/util-utf8": "3.292.0",
55
55
  "tslib": "^2.3.1"
56
56
  },
57
57
  "devDependencies": {
58
- "@aws-sdk/service-client-documentation-generator": "3.208.0",
58
+ "@aws-sdk/service-client-documentation-generator": "3.292.0",
59
59
  "@tsconfig/node14": "1.0.3",
60
60
  "@types/node": "^14.14.31",
61
61
  "concurrently": "7.0.0",
62
62
  "downlevel-dts": "0.10.1",
63
63
  "rimraf": "3.0.2",
64
- "typedoc": "0.19.2",
64
+ "typedoc": "0.23.23",
65
65
  "typescript": "~4.6.2"
66
66
  },
67
- "overrides": {
68
- "typedoc": {
69
- "typescript": "~4.6.2"
70
- }
71
- },
72
67
  "engines": {
73
68
  "node": ">=14.0.0"
74
69
  },