@aws-sdk/client-kafka 3.34.0 → 3.37.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/CHANGELOG.md +47 -0
- package/{dist/cjs → dist-cjs}/Kafka.js +1 -5
- package/{dist/cjs → dist-cjs}/KafkaClient.js +8 -17
- package/{dist/cjs → dist-cjs}/commands/BatchAssociateScramSecretCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/BatchDisassociateScramSecretCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/CreateConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DeleteConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeClusterCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeClusterOperationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/DescribeConfigurationRevisionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetBootstrapBrokersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/GetCompatibleKafkaVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListClusterOperationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListClustersCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationRevisionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListConfigurationsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListKafkaVersionsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListNodesCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListScramSecretsCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/RebootBrokerCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateBrokerCountCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateBrokerStorageCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateBrokerTypeCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateClusterConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateClusterKafkaVersionCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateConfigurationCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateMonitoringCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/commands/UpdateSecurityCommand.js +2 -27
- package/{dist/cjs → dist-cjs}/endpoints.js +1 -2
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -334
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListClusterOperationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListClustersPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListConfigurationRevisionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListConfigurationsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListKafkaVersionsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListNodesPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/pagination/ListScramSecretsPaginator.js +1 -12
- package/{dist/cjs → dist-cjs}/protocols/Aws_restJson1.js +6 -12
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +1 -5
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -4
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -5
- package/{dist/es → dist-es}/Kafka.js +1 -2
- package/{dist/es → dist-es}/KafkaClient.js +1 -2
- package/{dist/es → dist-es}/commands/BatchAssociateScramSecretCommand.js +2 -3
- package/{dist/es → dist-es}/commands/BatchDisassociateScramSecretCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/CreateConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DeleteConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeClusterCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeClusterOperationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/DescribeConfigurationRevisionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetBootstrapBrokersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/GetCompatibleKafkaVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListClusterOperationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListClustersCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListConfigurationRevisionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListConfigurationsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListKafkaVersionsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListNodesCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListScramSecretsCommand.js +2 -3
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/RebootBrokerCommand.js +2 -3
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateBrokerCountCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateBrokerStorageCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateBrokerTypeCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateClusterConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateClusterKafkaVersionCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateConfigurationCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateMonitoringCommand.js +2 -3
- package/{dist/es → dist-es}/commands/UpdateSecurityCommand.js +2 -3
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -1
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListClusterOperationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListClustersPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListConfigurationRevisionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListConfigurationsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListKafkaVersionsPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListNodesPaginator.js +1 -2
- package/{dist/es → dist-es}/pagination/ListScramSecretsPaginator.js +1 -2
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.js +1 -2
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -1
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -2
- package/{dist/types → dist-types}/Kafka.d.ts +2 -2
- package/{dist/types → dist-types}/KafkaClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/BatchAssociateScramSecretCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/BatchDisassociateScramSecretCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/CreateConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DeleteConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClusterCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeClusterOperationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/DescribeConfigurationRevisionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetBootstrapBrokersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/GetCompatibleKafkaVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListClusterOperationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListClustersCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigurationRevisionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListConfigurationsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListKafkaVersionsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListNodesCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListScramSecretsCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/RebootBrokerCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateBrokerCountCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateBrokerStorageCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateBrokerTypeCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateClusterConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateClusterKafkaVersionCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateConfigurationCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateMonitoringCommand.d.ts +2 -2
- package/{dist/types → dist-types}/commands/UpdateSecurityCommand.d.ts +2 -2
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +1 -1
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/Kafka.d.ts +34 -98
- package/{dist/types → dist-types}/ts3.4/KafkaClient.d.ts +32 -97
- package/{dist/types → dist-types}/ts3.4/commands/BatchAssociateScramSecretCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/BatchDisassociateScramSecretCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateClusterCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/CreateConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DeleteClusterCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DeleteConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/DescribeClusterCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/DescribeClusterOperationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/DescribeConfigurationRevisionCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetBootstrapBrokersCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/GetCompatibleKafkaVersionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListClusterOperationsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListClustersCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationRevisionsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListConfigurationsCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/ListKafkaVersionsCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/ListNodesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListScramSecretsCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/RebootBrokerCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerCountCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerStorageCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateBrokerTypeCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterConfigurationCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateClusterKafkaVersionCommand.d.ts +4 -22
- package/{dist/types → dist-types}/ts3.4/commands/UpdateConfigurationCommand.d.ts +4 -22
- package/dist-types/ts3.4/commands/UpdateMonitoringCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateSecurityCommand.d.ts +17 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1347 -0
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListClusterOperationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListClustersPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationRevisionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListConfigurationsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListKafkaVersionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListNodesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListScramSecretsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_restJson1.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -4
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +45 -42
- package/Kafka.ts +0 -1128
- package/KafkaClient.ts +0 -376
- package/commands/BatchAssociateScramSecretCommand.ts +0 -97
- package/commands/BatchDisassociateScramSecretCommand.ts +0 -99
- package/commands/CreateClusterCommand.ts +0 -94
- package/commands/CreateConfigurationCommand.ts +0 -94
- package/commands/DeleteClusterCommand.ts +0 -94
- package/commands/DeleteConfigurationCommand.ts +0 -94
- package/commands/DescribeClusterCommand.ts +0 -94
- package/commands/DescribeClusterOperationCommand.ts +0 -94
- package/commands/DescribeConfigurationCommand.ts +0 -94
- package/commands/DescribeConfigurationRevisionCommand.ts +0 -99
- package/commands/GetBootstrapBrokersCommand.ts +0 -94
- package/commands/GetCompatibleKafkaVersionsCommand.ts +0 -97
- package/commands/ListClusterOperationsCommand.ts +0 -94
- package/commands/ListClustersCommand.ts +0 -94
- package/commands/ListConfigurationRevisionsCommand.ts +0 -97
- package/commands/ListConfigurationsCommand.ts +0 -94
- package/commands/ListKafkaVersionsCommand.ts +0 -94
- package/commands/ListNodesCommand.ts +0 -94
- package/commands/ListScramSecretsCommand.ts +0 -94
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/RebootBrokerCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateBrokerCountCommand.ts +0 -94
- package/commands/UpdateBrokerStorageCommand.ts +0 -94
- package/commands/UpdateBrokerTypeCommand.ts +0 -94
- package/commands/UpdateClusterConfigurationCommand.ts +0 -97
- package/commands/UpdateClusterKafkaVersionCommand.ts +0 -97
- package/commands/UpdateConfigurationCommand.ts +0 -94
- package/commands/UpdateMonitoringCommand.ts +0 -94
- package/commands/UpdateSecurityCommand.ts +0 -94
- package/dist/cjs/Kafka.js.map +0 -1
- package/dist/cjs/KafkaClient.js.map +0 -1
- package/dist/cjs/commands/BatchAssociateScramSecretCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDisassociateScramSecretCommand.js.map +0 -1
- package/dist/cjs/commands/CreateClusterCommand.js.map +0 -1
- package/dist/cjs/commands/CreateConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClusterCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeClusterOperationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeConfigurationRevisionCommand.js.map +0 -1
- package/dist/cjs/commands/GetBootstrapBrokersCommand.js.map +0 -1
- package/dist/cjs/commands/GetCompatibleKafkaVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListClusterOperationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListClustersCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationRevisionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListKafkaVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListNodesCommand.js.map +0 -1
- package/dist/cjs/commands/ListScramSecretsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/RebootBrokerCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBrokerCountCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBrokerStorageCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBrokerTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClusterConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateClusterKafkaVersionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateMonitoringCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSecurityCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListClusterOperationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListClustersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationRevisionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListConfigurationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListKafkaVersionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListNodesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListScramSecretsPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Kafka.js.map +0 -1
- package/dist/es/KafkaClient.js.map +0 -1
- package/dist/es/commands/BatchAssociateScramSecretCommand.js.map +0 -1
- package/dist/es/commands/BatchDisassociateScramSecretCommand.js.map +0 -1
- package/dist/es/commands/CreateClusterCommand.js.map +0 -1
- package/dist/es/commands/CreateConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteClusterCommand.js.map +0 -1
- package/dist/es/commands/DeleteConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeClusterCommand.js.map +0 -1
- package/dist/es/commands/DescribeClusterOperationCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DescribeConfigurationRevisionCommand.js.map +0 -1
- package/dist/es/commands/GetBootstrapBrokersCommand.js.map +0 -1
- package/dist/es/commands/GetCompatibleKafkaVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListClusterOperationsCommand.js.map +0 -1
- package/dist/es/commands/ListClustersCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationRevisionsCommand.js.map +0 -1
- package/dist/es/commands/ListConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListKafkaVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListNodesCommand.js.map +0 -1
- package/dist/es/commands/ListScramSecretsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/RebootBrokerCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateBrokerCountCommand.js.map +0 -1
- package/dist/es/commands/UpdateBrokerStorageCommand.js.map +0 -1
- package/dist/es/commands/UpdateBrokerTypeCommand.js.map +0 -1
- package/dist/es/commands/UpdateClusterConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateClusterKafkaVersionCommand.js.map +0 -1
- package/dist/es/commands/UpdateConfigurationCommand.js.map +0 -1
- package/dist/es/commands/UpdateMonitoringCommand.js.map +0 -1
- package/dist/es/commands/UpdateSecurityCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -43
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListClusterOperationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListClustersPaginator.js.map +0 -1
- package/dist/es/pagination/ListConfigurationRevisionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListConfigurationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListKafkaVersionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListNodesPaginator.js.map +0 -1
- package/dist/es/pagination/ListScramSecretsPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/ts3.4/commands/DeleteClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeClusterCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListClustersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListNodesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListScramSecretsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateMonitoringCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateSecurityCommand.d.ts +0 -35
- package/dist/types/ts3.4/models/models_0.d.ts +0 -2255
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -2872
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListClusterOperationsPaginator.ts +0 -58
- package/pagination/ListClustersPaginator.ts +0 -58
- package/pagination/ListConfigurationRevisionsPaginator.ts +0 -58
- package/pagination/ListConfigurationsPaginator.ts +0 -58
- package/pagination/ListKafkaVersionsPaginator.ts +0 -58
- package/pagination/ListNodesPaginator.ts +0 -54
- package/pagination/ListScramSecretsPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -5257
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -31
- package/tsconfig.types.json +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateClusterCommandInput extends CreateClusterRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateClusterCommandOutput extends CreateClusterResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { CreateConfigurationRequest, CreateConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface CreateConfigurationCommandInput extends CreateConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface CreateConfigurationCommandOutput extends CreateConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DeleteClusterRequest, DeleteClusterResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteClusterCommandInput extends DeleteClusterRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteClusterCommandOutput extends DeleteClusterResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DeleteConfigurationRequest, DeleteConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DeleteConfigurationCommandInput extends DeleteConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteConfigurationCommandOutput extends DeleteConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DescribeClusterRequest, DescribeClusterResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeClusterCommandInput extends DescribeClusterRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeClusterCommandOutput extends DescribeClusterResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DescribeClusterOperationRequest, DescribeClusterOperationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeClusterOperationCommandInput extends DescribeClusterOperationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeClusterOperationCommandOutput extends DescribeClusterOperationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DescribeConfigurationRequest, DescribeConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeConfigurationCommandInput extends DescribeConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeConfigurationCommandOutput extends DescribeConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { DescribeConfigurationRevisionRequest, DescribeConfigurationRevisionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface DescribeConfigurationRevisionCommandInput extends DescribeConfigurationRevisionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeConfigurationRevisionCommandOutput extends DescribeConfigurationRevisionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { GetBootstrapBrokersRequest, GetBootstrapBrokersResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetBootstrapBrokersCommandInput extends GetBootstrapBrokersRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetBootstrapBrokersCommandOutput extends GetBootstrapBrokersResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { GetCompatibleKafkaVersionsRequest, GetCompatibleKafkaVersionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface GetCompatibleKafkaVersionsCommandInput extends GetCompatibleKafkaVersionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetCompatibleKafkaVersionsCommandOutput extends GetCompatibleKafkaVersionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListClusterOperationsRequest, ListClusterOperationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListClusterOperationsCommandInput extends ListClusterOperationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListClusterOperationsCommandOutput extends ListClusterOperationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListClustersRequest, ListClustersResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListClustersCommandInput extends ListClustersRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListClustersCommandOutput extends ListClustersResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListConfigurationRevisionsRequest, ListConfigurationRevisionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListConfigurationRevisionsCommandInput extends ListConfigurationRevisionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListConfigurationRevisionsCommandOutput extends ListConfigurationRevisionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListConfigurationsCommandInput extends ListConfigurationsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListKafkaVersionsRequest, ListKafkaVersionsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListKafkaVersionsCommandInput extends ListKafkaVersionsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListKafkaVersionsCommandOutput extends ListKafkaVersionsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListNodesRequest, ListNodesResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListNodesCommandInput extends ListNodesRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListNodesCommandOutput extends ListNodesResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListScramSecretsRequest, ListScramSecretsResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListScramSecretsCommandInput extends ListScramSecretsRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListScramSecretsCommandOutput extends ListScramSecretsResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { RebootBrokerRequest, RebootBrokerResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface RebootBrokerCommandInput extends RebootBrokerRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface RebootBrokerCommandOutput extends RebootBrokerResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { TagResourceRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UntagResourceRequest } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateBrokerCountRequest, UpdateBrokerCountResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateBrokerCountCommandInput extends UpdateBrokerCountRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateBrokerCountCommandOutput extends UpdateBrokerCountResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
1
3
|
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
4
|
import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
3
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
5
|
export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
1
2
|
import { Kafka } from "../Kafka";
|
|
2
3
|
import { KafkaClient } from "../KafkaClient";
|
|
3
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
4
4
|
export interface KafkaPaginationConfiguration extends PaginationConfiguration {
|
|
5
5
|
client: Kafka | KafkaClient;
|
|
6
6
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListClusterOperationsCommandInput, ListClusterOperationsCommandOutput } from "../commands/ListClusterOperationsCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListClusterOperations(config: KafkaPaginationConfiguration, input: ListClusterOperationsCommandInput, ...additionalArguments: any): Paginator<ListClusterOperationsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListClustersCommandInput, ListClustersCommandOutput } from "../commands/ListClustersCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListClusters(config: KafkaPaginationConfiguration, input: ListClustersCommandInput, ...additionalArguments: any): Paginator<ListClustersCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListConfigurationRevisionsCommandInput, ListConfigurationRevisionsCommandOutput } from "../commands/ListConfigurationRevisionsCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListConfigurationRevisions(config: KafkaPaginationConfiguration, input: ListConfigurationRevisionsCommandInput, ...additionalArguments: any): Paginator<ListConfigurationRevisionsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListConfigurations(config: KafkaPaginationConfiguration, input: ListConfigurationsCommandInput, ...additionalArguments: any): Paginator<ListConfigurationsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListKafkaVersionsCommandInput, ListKafkaVersionsCommandOutput } from "../commands/ListKafkaVersionsCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListKafkaVersions(config: KafkaPaginationConfiguration, input: ListKafkaVersionsCommandInput, ...additionalArguments: any): Paginator<ListKafkaVersionsCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListNodesCommandInput, ListNodesCommandOutput } from "../commands/ListNodesCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListNodes(config: KafkaPaginationConfiguration, input: ListNodesCommandInput, ...additionalArguments: any): Paginator<ListNodesCommandOutput>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
1
2
|
import { ListScramSecretsCommandInput, ListScramSecretsCommandOutput } from "../commands/ListScramSecretsCommand";
|
|
2
3
|
import { KafkaPaginationConfiguration } from "./Interfaces";
|
|
3
|
-
import { Paginator } from "@aws-sdk/types";
|
|
4
4
|
export declare function paginateListScramSecrets(config: KafkaPaginationConfiguration, input: ListScramSecretsCommandInput, ...additionalArguments: any): Paginator<ListScramSecretsCommandOutput>;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
1
3
|
import { BatchAssociateScramSecretCommandInput, BatchAssociateScramSecretCommandOutput } from "../commands/BatchAssociateScramSecretCommand";
|
|
2
4
|
import { BatchDisassociateScramSecretCommandInput, BatchDisassociateScramSecretCommandOutput } from "../commands/BatchDisassociateScramSecretCommand";
|
|
3
5
|
import { CreateClusterCommandInput, CreateClusterCommandOutput } from "../commands/CreateClusterCommand";
|
|
@@ -29,8 +31,6 @@ import { UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommand
|
|
|
29
31
|
import { UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput } from "../commands/UpdateConfigurationCommand";
|
|
30
32
|
import { UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput } from "../commands/UpdateMonitoringCommand";
|
|
31
33
|
import { UpdateSecurityCommandInput, UpdateSecurityCommandOutput } from "../commands/UpdateSecurityCommand";
|
|
32
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
33
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
34
34
|
export declare const serializeAws_restJson1BatchAssociateScramSecretCommand: (input: BatchAssociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
35
|
export declare const serializeAws_restJson1BatchDisassociateScramSecretCommand: (input: BatchDisassociateScramSecretCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
36
|
export declare const serializeAws_restJson1CreateClusterCommand: (input: CreateClusterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
File without changes
|
|
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: KafkaClientConfig) => {
|
|
|
8
8
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
9
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
10
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/client-sts/dist
|
|
11
|
+
credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
|
|
12
12
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
13
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
14
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
File without changes
|
|
File without changes
|