@aws-sdk/client-kafka 3.940.0 → 3.946.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 (97) hide show
  1. package/dist-cjs/index.js +650 -3949
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/KafkaClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +650 -3949
  8. package/dist-types/Kafka.d.ts +1 -1
  9. package/dist-types/KafkaClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -3
  13. package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateClusterV2Command.d.ts +3 -3
  16. package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -3
  17. package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -3
  18. package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -3
  19. package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
  20. package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -3
  23. package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -3
  26. package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -3
  27. package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -3
  28. package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -3
  29. package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -3
  30. package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -3
  31. package/dist-types/commands/DescribeTopicCommand.d.ts +3 -3
  32. package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -3
  33. package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -3
  34. package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -3
  35. package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -3
  36. package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -3
  37. package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -3
  38. package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -3
  39. package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -3
  40. package/dist-types/commands/ListClustersCommand.d.ts +3 -3
  41. package/dist-types/commands/ListClustersV2Command.d.ts +3 -3
  42. package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -3
  43. package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -3
  44. package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -3
  45. package/dist-types/commands/ListNodesCommand.d.ts +3 -3
  46. package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -3
  47. package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -3
  48. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  49. package/dist-types/commands/ListTopicsCommand.d.ts +3 -3
  50. package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -3
  51. package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -3
  52. package/dist-types/commands/RebootBrokerCommand.d.ts +3 -3
  53. package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -3
  54. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  55. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  56. package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -3
  57. package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -3
  58. package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -3
  59. package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -3
  60. package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -3
  61. package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -3
  62. package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -3
  63. package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -3
  64. package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -3
  65. package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -3
  66. package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -3
  67. package/dist-types/commands/UpdateStorageCommand.d.ts +3 -3
  68. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  69. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  70. package/dist-types/extensionConfiguration.d.ts +4 -4
  71. package/dist-types/models/KafkaServiceException.d.ts +1 -1
  72. package/dist-types/models/errors.d.ts +1 -1
  73. package/dist-types/pagination/DescribeTopicPartitionsPaginator.d.ts +1 -1
  74. package/dist-types/pagination/Interfaces.d.ts +1 -1
  75. package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
  76. package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
  77. package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
  78. package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
  79. package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
  80. package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
  81. package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
  83. package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
  84. package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
  85. package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
  86. package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
  87. package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  89. package/dist-types/runtimeConfig.d.ts +1 -1
  90. package/dist-types/runtimeConfig.native.d.ts +1 -1
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  92. package/dist-types/runtimeExtensions.d.ts +1 -1
  93. package/dist-types/schemas/schemas_0.d.ts +1 -1
  94. package/dist-types/ts3.4/KafkaClient.d.ts +3 -3
  95. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  96. package/dist-types/ts3.4/models/KafkaServiceException.d.ts +1 -1
  97. package/package.json +13 -12

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.