@aws-sdk/client-kafka 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Kafka.d.ts +197 -215
- package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +9 -18
- package/dist-types/ts3.4/models/errors.d.ts +14 -51
- package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38