@aws-sdk/client-kafka 3.1087.0 → 3.1088.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 (79) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Kafka.d.ts +197 -215
  3. package/dist-types/ts3.4/KafkaClient.d.ts +21 -49
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateClusterV2Command.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateConfigurationCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateReplicatorCommand.d.ts +4 -9
  13. package/dist-types/ts3.4/commands/CreateTopicCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateVpcConnectionCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +4 -9
  16. package/dist-types/ts3.4/commands/DeleteClusterPolicyCommand.d.ts +5 -10
  17. package/dist-types/ts3.4/commands/DeleteConfigurationCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteReplicatorCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/DeleteTopicCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteVpcConnectionCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +4 -9
  22. package/dist-types/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DescribeClusterOperationV2Command.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DescribeClusterV2Command.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DescribeConfigurationCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -6
  27. package/dist-types/ts3.4/commands/DescribeReplicatorCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DescribeTopicCommand.d.ts +4 -9
  29. package/dist-types/ts3.4/commands/DescribeTopicPartitionsCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DescribeVpcConnectionCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +5 -10
  32. package/dist-types/ts3.4/commands/GetClusterPolicyCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/ListClientVpcConnectionsCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/ListClusterOperationsCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/ListClusterOperationsV2Command.d.ts +4 -6
  37. package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +2 -4
  38. package/dist-types/ts3.4/commands/ListClustersV2Command.d.ts +3 -8
  39. package/dist-types/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +7 -5
  43. package/dist-types/ts3.4/commands/ListReplicatorsCommand.d.ts +3 -8
  44. package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +4 -9
  45. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  46. package/dist-types/ts3.4/commands/ListTopicsCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/ListVpcConnectionsCommand.d.ts +4 -9
  48. package/dist-types/ts3.4/commands/PutClusterPolicyCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/RebootBrokerCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/RejectClientVpcConnectionCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
  53. package/dist-types/ts3.4/commands/UpdateBrokerCountCommand.d.ts +5 -10
  54. package/dist-types/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +5 -10
  55. package/dist-types/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -6
  58. package/dist-types/ts3.4/commands/UpdateConfigurationCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/UpdateConnectivityCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +4 -9
  61. package/dist-types/ts3.4/commands/UpdateRebalancingCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/UpdateReplicationInfoCommand.d.ts +5 -10
  63. package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +4 -9
  64. package/dist-types/ts3.4/commands/UpdateStorageCommand.d.ts +4 -9
  65. package/dist-types/ts3.4/commands/UpdateTopicCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  67. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  68. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  69. package/dist-types/ts3.4/models/enums.d.ts +9 -18
  70. package/dist-types/ts3.4/models/errors.d.ts +14 -51
  71. package/dist-types/ts3.4/pagination/ListNodesPaginator.d.ts +1 -4
  72. package/dist-types/ts3.4/pagination/ListTopicsPaginator.d.ts +1 -4
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  77. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  79. package/package.json +38 -38
package/dist-cjs/index.js CHANGED
@@ -69,7 +69,7 @@ const commonParams = {
69
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
70
70
  };
71
71
 
72
- var version = "3.1086.0";
72
+ var version = "3.1087.0";
73
73
  var packageInfo = {
74
74
  version: version};
75
75