@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.
- package/dist-cjs/index.js +650 -3949
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/KafkaClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +650 -3949
- package/dist-types/Kafka.d.ts +1 -1
- package/dist-types/KafkaClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchAssociateScramSecretCommand.d.ts +3 -3
- package/dist-types/commands/BatchDisassociateScramSecretCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateClusterV2Command.d.ts +3 -3
- package/dist-types/commands/CreateConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/CreateReplicatorCommand.d.ts +3 -3
- package/dist-types/commands/CreateVpcConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteClusterPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DeleteConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteReplicatorCommand.d.ts +3 -3
- package/dist-types/commands/DeleteVpcConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterOperationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeClusterOperationV2Command.d.ts +3 -3
- package/dist-types/commands/DescribeClusterV2Command.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeConfigurationRevisionCommand.d.ts +3 -3
- package/dist-types/commands/DescribeReplicatorCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicCommand.d.ts +3 -3
- package/dist-types/commands/DescribeTopicPartitionsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeVpcConnectionCommand.d.ts +3 -3
- package/dist-types/commands/GetBootstrapBrokersCommand.d.ts +3 -3
- package/dist-types/commands/GetClusterPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListClientVpcConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterOperationsCommand.d.ts +3 -3
- package/dist-types/commands/ListClusterOperationsV2Command.d.ts +3 -3
- package/dist-types/commands/ListClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListClustersV2Command.d.ts +3 -3
- package/dist-types/commands/ListConfigurationRevisionsCommand.d.ts +3 -3
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListKafkaVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListNodesCommand.d.ts +3 -3
- package/dist-types/commands/ListReplicatorsCommand.d.ts +3 -3
- package/dist-types/commands/ListScramSecretsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTopicsCommand.d.ts +3 -3
- package/dist-types/commands/ListVpcConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/PutClusterPolicyCommand.d.ts +3 -3
- package/dist-types/commands/RebootBrokerCommand.d.ts +3 -3
- package/dist-types/commands/RejectClientVpcConnectionCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBrokerCountCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBrokerStorageCommand.d.ts +3 -3
- package/dist-types/commands/UpdateBrokerTypeCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateClusterKafkaVersionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateConnectivityCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMonitoringCommand.d.ts +3 -3
- package/dist-types/commands/UpdateRebalancingCommand.d.ts +3 -3
- package/dist-types/commands/UpdateReplicationInfoCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSecurityCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStorageCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/KafkaServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeTopicPartitionsPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListClientVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClusterOperationsV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListClustersV2Paginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListReplicatorsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTopicsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListVpcConnectionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/KafkaClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KafkaServiceException.d.ts +1 -1
- 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.