@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
|
@@ -5,9 +5,6 @@ exports.RebootBrokerResponse = exports.RebootBrokerRequest = exports.ListTagsFor
|
|
|
5
5
|
exports.UpdateSecurityResponse = exports.UpdateSecurityRequest = exports.UpdateMonitoringResponse = exports.UpdateMonitoringRequest = exports.UpdateConfigurationResponse = exports.UpdateConfigurationRequest = exports.UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionRequest = exports.UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationRequest = exports.UpdateBrokerTypeResponse = exports.UpdateBrokerTypeRequest = exports.UpdateBrokerStorageResponse = exports.UpdateBrokerStorageRequest = exports.UpdateBrokerCountResponse = exports.UpdateBrokerCountRequest = exports.UntagResourceRequest = exports.TagResourceRequest = void 0;
|
|
6
6
|
var BrokerEBSVolumeInfo;
|
|
7
7
|
(function (BrokerEBSVolumeInfo) {
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
8
|
BrokerEBSVolumeInfo.filterSensitiveLog = (obj) => ({
|
|
12
9
|
...obj,
|
|
13
10
|
});
|
|
@@ -18,99 +15,66 @@ var BrokerAZDistribution;
|
|
|
18
15
|
})(BrokerAZDistribution = exports.BrokerAZDistribution || (exports.BrokerAZDistribution = {}));
|
|
19
16
|
var EBSStorageInfo;
|
|
20
17
|
(function (EBSStorageInfo) {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
18
|
EBSStorageInfo.filterSensitiveLog = (obj) => ({
|
|
25
19
|
...obj,
|
|
26
20
|
});
|
|
27
21
|
})(EBSStorageInfo = exports.EBSStorageInfo || (exports.EBSStorageInfo = {}));
|
|
28
22
|
var StorageInfo;
|
|
29
23
|
(function (StorageInfo) {
|
|
30
|
-
/**
|
|
31
|
-
* @internal
|
|
32
|
-
*/
|
|
33
24
|
StorageInfo.filterSensitiveLog = (obj) => ({
|
|
34
25
|
...obj,
|
|
35
26
|
});
|
|
36
27
|
})(StorageInfo = exports.StorageInfo || (exports.StorageInfo = {}));
|
|
37
28
|
var BrokerNodeGroupInfo;
|
|
38
29
|
(function (BrokerNodeGroupInfo) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
30
|
BrokerNodeGroupInfo.filterSensitiveLog = (obj) => ({
|
|
43
31
|
...obj,
|
|
44
32
|
});
|
|
45
33
|
})(BrokerNodeGroupInfo = exports.BrokerNodeGroupInfo || (exports.BrokerNodeGroupInfo = {}));
|
|
46
34
|
var Iam;
|
|
47
35
|
(function (Iam) {
|
|
48
|
-
/**
|
|
49
|
-
* @internal
|
|
50
|
-
*/
|
|
51
36
|
Iam.filterSensitiveLog = (obj) => ({
|
|
52
37
|
...obj,
|
|
53
38
|
});
|
|
54
39
|
})(Iam = exports.Iam || (exports.Iam = {}));
|
|
55
40
|
var Scram;
|
|
56
41
|
(function (Scram) {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
42
|
Scram.filterSensitiveLog = (obj) => ({
|
|
61
43
|
...obj,
|
|
62
44
|
});
|
|
63
45
|
})(Scram = exports.Scram || (exports.Scram = {}));
|
|
64
46
|
var Sasl;
|
|
65
47
|
(function (Sasl) {
|
|
66
|
-
/**
|
|
67
|
-
* @internal
|
|
68
|
-
*/
|
|
69
48
|
Sasl.filterSensitiveLog = (obj) => ({
|
|
70
49
|
...obj,
|
|
71
50
|
});
|
|
72
51
|
})(Sasl = exports.Sasl || (exports.Sasl = {}));
|
|
73
52
|
var Tls;
|
|
74
53
|
(function (Tls) {
|
|
75
|
-
/**
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
78
54
|
Tls.filterSensitiveLog = (obj) => ({
|
|
79
55
|
...obj,
|
|
80
56
|
});
|
|
81
57
|
})(Tls = exports.Tls || (exports.Tls = {}));
|
|
82
58
|
var Unauthenticated;
|
|
83
59
|
(function (Unauthenticated) {
|
|
84
|
-
/**
|
|
85
|
-
* @internal
|
|
86
|
-
*/
|
|
87
60
|
Unauthenticated.filterSensitiveLog = (obj) => ({
|
|
88
61
|
...obj,
|
|
89
62
|
});
|
|
90
63
|
})(Unauthenticated = exports.Unauthenticated || (exports.Unauthenticated = {}));
|
|
91
64
|
var ClientAuthentication;
|
|
92
65
|
(function (ClientAuthentication) {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
66
|
ClientAuthentication.filterSensitiveLog = (obj) => ({
|
|
97
67
|
...obj,
|
|
98
68
|
});
|
|
99
69
|
})(ClientAuthentication = exports.ClientAuthentication || (exports.ClientAuthentication = {}));
|
|
100
70
|
var BrokerSoftwareInfo;
|
|
101
71
|
(function (BrokerSoftwareInfo) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
72
|
BrokerSoftwareInfo.filterSensitiveLog = (obj) => ({
|
|
106
73
|
...obj,
|
|
107
74
|
});
|
|
108
75
|
})(BrokerSoftwareInfo = exports.BrokerSoftwareInfo || (exports.BrokerSoftwareInfo = {}));
|
|
109
76
|
var EncryptionAtRest;
|
|
110
77
|
(function (EncryptionAtRest) {
|
|
111
|
-
/**
|
|
112
|
-
* @internal
|
|
113
|
-
*/
|
|
114
78
|
EncryptionAtRest.filterSensitiveLog = (obj) => ({
|
|
115
79
|
...obj,
|
|
116
80
|
});
|
|
@@ -123,18 +87,12 @@ var ClientBroker;
|
|
|
123
87
|
})(ClientBroker = exports.ClientBroker || (exports.ClientBroker = {}));
|
|
124
88
|
var EncryptionInTransit;
|
|
125
89
|
(function (EncryptionInTransit) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
90
|
EncryptionInTransit.filterSensitiveLog = (obj) => ({
|
|
130
91
|
...obj,
|
|
131
92
|
});
|
|
132
93
|
})(EncryptionInTransit = exports.EncryptionInTransit || (exports.EncryptionInTransit = {}));
|
|
133
94
|
var EncryptionInfo;
|
|
134
95
|
(function (EncryptionInfo) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
96
|
EncryptionInfo.filterSensitiveLog = (obj) => ({
|
|
139
97
|
...obj,
|
|
140
98
|
});
|
|
@@ -148,81 +106,54 @@ var EnhancedMonitoring;
|
|
|
148
106
|
})(EnhancedMonitoring = exports.EnhancedMonitoring || (exports.EnhancedMonitoring = {}));
|
|
149
107
|
var CloudWatchLogs;
|
|
150
108
|
(function (CloudWatchLogs) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
109
|
CloudWatchLogs.filterSensitiveLog = (obj) => ({
|
|
155
110
|
...obj,
|
|
156
111
|
});
|
|
157
112
|
})(CloudWatchLogs = exports.CloudWatchLogs || (exports.CloudWatchLogs = {}));
|
|
158
113
|
var Firehose;
|
|
159
114
|
(function (Firehose) {
|
|
160
|
-
/**
|
|
161
|
-
* @internal
|
|
162
|
-
*/
|
|
163
115
|
Firehose.filterSensitiveLog = (obj) => ({
|
|
164
116
|
...obj,
|
|
165
117
|
});
|
|
166
118
|
})(Firehose = exports.Firehose || (exports.Firehose = {}));
|
|
167
119
|
var S3;
|
|
168
120
|
(function (S3) {
|
|
169
|
-
/**
|
|
170
|
-
* @internal
|
|
171
|
-
*/
|
|
172
121
|
S3.filterSensitiveLog = (obj) => ({
|
|
173
122
|
...obj,
|
|
174
123
|
});
|
|
175
124
|
})(S3 = exports.S3 || (exports.S3 = {}));
|
|
176
125
|
var BrokerLogs;
|
|
177
126
|
(function (BrokerLogs) {
|
|
178
|
-
/**
|
|
179
|
-
* @internal
|
|
180
|
-
*/
|
|
181
127
|
BrokerLogs.filterSensitiveLog = (obj) => ({
|
|
182
128
|
...obj,
|
|
183
129
|
});
|
|
184
130
|
})(BrokerLogs = exports.BrokerLogs || (exports.BrokerLogs = {}));
|
|
185
131
|
var LoggingInfo;
|
|
186
132
|
(function (LoggingInfo) {
|
|
187
|
-
/**
|
|
188
|
-
* @internal
|
|
189
|
-
*/
|
|
190
133
|
LoggingInfo.filterSensitiveLog = (obj) => ({
|
|
191
134
|
...obj,
|
|
192
135
|
});
|
|
193
136
|
})(LoggingInfo = exports.LoggingInfo || (exports.LoggingInfo = {}));
|
|
194
137
|
var JmxExporter;
|
|
195
138
|
(function (JmxExporter) {
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
139
|
JmxExporter.filterSensitiveLog = (obj) => ({
|
|
200
140
|
...obj,
|
|
201
141
|
});
|
|
202
142
|
})(JmxExporter = exports.JmxExporter || (exports.JmxExporter = {}));
|
|
203
143
|
var NodeExporter;
|
|
204
144
|
(function (NodeExporter) {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
145
|
NodeExporter.filterSensitiveLog = (obj) => ({
|
|
209
146
|
...obj,
|
|
210
147
|
});
|
|
211
148
|
})(NodeExporter = exports.NodeExporter || (exports.NodeExporter = {}));
|
|
212
149
|
var Prometheus;
|
|
213
150
|
(function (Prometheus) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
151
|
Prometheus.filterSensitiveLog = (obj) => ({
|
|
218
152
|
...obj,
|
|
219
153
|
});
|
|
220
154
|
})(Prometheus = exports.Prometheus || (exports.Prometheus = {}));
|
|
221
155
|
var OpenMonitoring;
|
|
222
156
|
(function (OpenMonitoring) {
|
|
223
|
-
/**
|
|
224
|
-
* @internal
|
|
225
|
-
*/
|
|
226
157
|
OpenMonitoring.filterSensitiveLog = (obj) => ({
|
|
227
158
|
...obj,
|
|
228
159
|
});
|
|
@@ -240,90 +171,60 @@ var ClusterState;
|
|
|
240
171
|
})(ClusterState = exports.ClusterState || (exports.ClusterState = {}));
|
|
241
172
|
var StateInfo;
|
|
242
173
|
(function (StateInfo) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
174
|
StateInfo.filterSensitiveLog = (obj) => ({
|
|
247
175
|
...obj,
|
|
248
176
|
});
|
|
249
177
|
})(StateInfo = exports.StateInfo || (exports.StateInfo = {}));
|
|
250
178
|
var ClusterInfo;
|
|
251
179
|
(function (ClusterInfo) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
180
|
ClusterInfo.filterSensitiveLog = (obj) => ({
|
|
256
181
|
...obj,
|
|
257
182
|
});
|
|
258
183
|
})(ClusterInfo = exports.ClusterInfo || (exports.ClusterInfo = {}));
|
|
259
184
|
var ErrorInfo;
|
|
260
185
|
(function (ErrorInfo) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
186
|
ErrorInfo.filterSensitiveLog = (obj) => ({
|
|
265
187
|
...obj,
|
|
266
188
|
});
|
|
267
189
|
})(ErrorInfo = exports.ErrorInfo || (exports.ErrorInfo = {}));
|
|
268
190
|
var ClusterOperationStepInfo;
|
|
269
191
|
(function (ClusterOperationStepInfo) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
192
|
ClusterOperationStepInfo.filterSensitiveLog = (obj) => ({
|
|
274
193
|
...obj,
|
|
275
194
|
});
|
|
276
195
|
})(ClusterOperationStepInfo = exports.ClusterOperationStepInfo || (exports.ClusterOperationStepInfo = {}));
|
|
277
196
|
var ClusterOperationStep;
|
|
278
197
|
(function (ClusterOperationStep) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
198
|
ClusterOperationStep.filterSensitiveLog = (obj) => ({
|
|
283
199
|
...obj,
|
|
284
200
|
});
|
|
285
201
|
})(ClusterOperationStep = exports.ClusterOperationStep || (exports.ClusterOperationStep = {}));
|
|
286
202
|
var ConfigurationInfo;
|
|
287
203
|
(function (ConfigurationInfo) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
204
|
ConfigurationInfo.filterSensitiveLog = (obj) => ({
|
|
292
205
|
...obj,
|
|
293
206
|
});
|
|
294
207
|
})(ConfigurationInfo = exports.ConfigurationInfo || (exports.ConfigurationInfo = {}));
|
|
295
208
|
var MutableClusterInfo;
|
|
296
209
|
(function (MutableClusterInfo) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
210
|
MutableClusterInfo.filterSensitiveLog = (obj) => ({
|
|
301
211
|
...obj,
|
|
302
212
|
});
|
|
303
213
|
})(MutableClusterInfo = exports.MutableClusterInfo || (exports.MutableClusterInfo = {}));
|
|
304
214
|
var ClusterOperationInfo;
|
|
305
215
|
(function (ClusterOperationInfo) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
216
|
ClusterOperationInfo.filterSensitiveLog = (obj) => ({
|
|
310
217
|
...obj,
|
|
311
218
|
});
|
|
312
219
|
})(ClusterOperationInfo = exports.ClusterOperationInfo || (exports.ClusterOperationInfo = {}));
|
|
313
220
|
var CompatibleKafkaVersion;
|
|
314
221
|
(function (CompatibleKafkaVersion) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
222
|
CompatibleKafkaVersion.filterSensitiveLog = (obj) => ({
|
|
319
223
|
...obj,
|
|
320
224
|
});
|
|
321
225
|
})(CompatibleKafkaVersion = exports.CompatibleKafkaVersion || (exports.CompatibleKafkaVersion = {}));
|
|
322
226
|
var ConfigurationRevision;
|
|
323
227
|
(function (ConfigurationRevision) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
228
|
ConfigurationRevision.filterSensitiveLog = (obj) => ({
|
|
328
229
|
...obj,
|
|
329
230
|
});
|
|
@@ -336,9 +237,6 @@ var ConfigurationState;
|
|
|
336
237
|
})(ConfigurationState = exports.ConfigurationState || (exports.ConfigurationState = {}));
|
|
337
238
|
var Configuration;
|
|
338
239
|
(function (Configuration) {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
240
|
Configuration.filterSensitiveLog = (obj) => ({
|
|
343
241
|
...obj,
|
|
344
242
|
});
|
|
@@ -350,18 +248,12 @@ var KafkaVersionStatus;
|
|
|
350
248
|
})(KafkaVersionStatus = exports.KafkaVersionStatus || (exports.KafkaVersionStatus = {}));
|
|
351
249
|
var KafkaVersion;
|
|
352
250
|
(function (KafkaVersion) {
|
|
353
|
-
/**
|
|
354
|
-
* @internal
|
|
355
|
-
*/
|
|
356
251
|
KafkaVersion.filterSensitiveLog = (obj) => ({
|
|
357
252
|
...obj,
|
|
358
253
|
});
|
|
359
254
|
})(KafkaVersion = exports.KafkaVersion || (exports.KafkaVersion = {}));
|
|
360
255
|
var BrokerNodeInfo;
|
|
361
256
|
(function (BrokerNodeInfo) {
|
|
362
|
-
/**
|
|
363
|
-
* @internal
|
|
364
|
-
*/
|
|
365
257
|
BrokerNodeInfo.filterSensitiveLog = (obj) => ({
|
|
366
258
|
...obj,
|
|
367
259
|
});
|
|
@@ -372,677 +264,451 @@ var NodeType;
|
|
|
372
264
|
})(NodeType = exports.NodeType || (exports.NodeType = {}));
|
|
373
265
|
var ZookeeperNodeInfo;
|
|
374
266
|
(function (ZookeeperNodeInfo) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
267
|
ZookeeperNodeInfo.filterSensitiveLog = (obj) => ({
|
|
379
268
|
...obj,
|
|
380
269
|
});
|
|
381
270
|
})(ZookeeperNodeInfo = exports.ZookeeperNodeInfo || (exports.ZookeeperNodeInfo = {}));
|
|
382
271
|
var NodeInfo;
|
|
383
272
|
(function (NodeInfo) {
|
|
384
|
-
/**
|
|
385
|
-
* @internal
|
|
386
|
-
*/
|
|
387
273
|
NodeInfo.filterSensitiveLog = (obj) => ({
|
|
388
274
|
...obj,
|
|
389
275
|
});
|
|
390
276
|
})(NodeInfo = exports.NodeInfo || (exports.NodeInfo = {}));
|
|
391
277
|
var UnprocessedScramSecret;
|
|
392
278
|
(function (UnprocessedScramSecret) {
|
|
393
|
-
/**
|
|
394
|
-
* @internal
|
|
395
|
-
*/
|
|
396
279
|
UnprocessedScramSecret.filterSensitiveLog = (obj) => ({
|
|
397
280
|
...obj,
|
|
398
281
|
});
|
|
399
282
|
})(UnprocessedScramSecret = exports.UnprocessedScramSecret || (exports.UnprocessedScramSecret = {}));
|
|
400
283
|
var BadRequestException;
|
|
401
284
|
(function (BadRequestException) {
|
|
402
|
-
/**
|
|
403
|
-
* @internal
|
|
404
|
-
*/
|
|
405
285
|
BadRequestException.filterSensitiveLog = (obj) => ({
|
|
406
286
|
...obj,
|
|
407
287
|
});
|
|
408
288
|
})(BadRequestException = exports.BadRequestException || (exports.BadRequestException = {}));
|
|
409
289
|
var BatchAssociateScramSecretRequest;
|
|
410
290
|
(function (BatchAssociateScramSecretRequest) {
|
|
411
|
-
/**
|
|
412
|
-
* @internal
|
|
413
|
-
*/
|
|
414
291
|
BatchAssociateScramSecretRequest.filterSensitiveLog = (obj) => ({
|
|
415
292
|
...obj,
|
|
416
293
|
});
|
|
417
294
|
})(BatchAssociateScramSecretRequest = exports.BatchAssociateScramSecretRequest || (exports.BatchAssociateScramSecretRequest = {}));
|
|
418
295
|
var BatchAssociateScramSecretResponse;
|
|
419
296
|
(function (BatchAssociateScramSecretResponse) {
|
|
420
|
-
/**
|
|
421
|
-
* @internal
|
|
422
|
-
*/
|
|
423
297
|
BatchAssociateScramSecretResponse.filterSensitiveLog = (obj) => ({
|
|
424
298
|
...obj,
|
|
425
299
|
});
|
|
426
300
|
})(BatchAssociateScramSecretResponse = exports.BatchAssociateScramSecretResponse || (exports.BatchAssociateScramSecretResponse = {}));
|
|
427
301
|
var ForbiddenException;
|
|
428
302
|
(function (ForbiddenException) {
|
|
429
|
-
/**
|
|
430
|
-
* @internal
|
|
431
|
-
*/
|
|
432
303
|
ForbiddenException.filterSensitiveLog = (obj) => ({
|
|
433
304
|
...obj,
|
|
434
305
|
});
|
|
435
306
|
})(ForbiddenException = exports.ForbiddenException || (exports.ForbiddenException = {}));
|
|
436
307
|
var InternalServerErrorException;
|
|
437
308
|
(function (InternalServerErrorException) {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
309
|
InternalServerErrorException.filterSensitiveLog = (obj) => ({
|
|
442
310
|
...obj,
|
|
443
311
|
});
|
|
444
312
|
})(InternalServerErrorException = exports.InternalServerErrorException || (exports.InternalServerErrorException = {}));
|
|
445
313
|
var NotFoundException;
|
|
446
314
|
(function (NotFoundException) {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
315
|
NotFoundException.filterSensitiveLog = (obj) => ({
|
|
451
316
|
...obj,
|
|
452
317
|
});
|
|
453
318
|
})(NotFoundException = exports.NotFoundException || (exports.NotFoundException = {}));
|
|
454
319
|
var ServiceUnavailableException;
|
|
455
320
|
(function (ServiceUnavailableException) {
|
|
456
|
-
/**
|
|
457
|
-
* @internal
|
|
458
|
-
*/
|
|
459
321
|
ServiceUnavailableException.filterSensitiveLog = (obj) => ({
|
|
460
322
|
...obj,
|
|
461
323
|
});
|
|
462
324
|
})(ServiceUnavailableException = exports.ServiceUnavailableException || (exports.ServiceUnavailableException = {}));
|
|
463
325
|
var TooManyRequestsException;
|
|
464
326
|
(function (TooManyRequestsException) {
|
|
465
|
-
/**
|
|
466
|
-
* @internal
|
|
467
|
-
*/
|
|
468
327
|
TooManyRequestsException.filterSensitiveLog = (obj) => ({
|
|
469
328
|
...obj,
|
|
470
329
|
});
|
|
471
330
|
})(TooManyRequestsException = exports.TooManyRequestsException || (exports.TooManyRequestsException = {}));
|
|
472
331
|
var UnauthorizedException;
|
|
473
332
|
(function (UnauthorizedException) {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
333
|
UnauthorizedException.filterSensitiveLog = (obj) => ({
|
|
478
334
|
...obj,
|
|
479
335
|
});
|
|
480
336
|
})(UnauthorizedException = exports.UnauthorizedException || (exports.UnauthorizedException = {}));
|
|
481
337
|
var BatchDisassociateScramSecretRequest;
|
|
482
338
|
(function (BatchDisassociateScramSecretRequest) {
|
|
483
|
-
/**
|
|
484
|
-
* @internal
|
|
485
|
-
*/
|
|
486
339
|
BatchDisassociateScramSecretRequest.filterSensitiveLog = (obj) => ({
|
|
487
340
|
...obj,
|
|
488
341
|
});
|
|
489
342
|
})(BatchDisassociateScramSecretRequest = exports.BatchDisassociateScramSecretRequest || (exports.BatchDisassociateScramSecretRequest = {}));
|
|
490
343
|
var BatchDisassociateScramSecretResponse;
|
|
491
344
|
(function (BatchDisassociateScramSecretResponse) {
|
|
492
|
-
/**
|
|
493
|
-
* @internal
|
|
494
|
-
*/
|
|
495
345
|
BatchDisassociateScramSecretResponse.filterSensitiveLog = (obj) => ({
|
|
496
346
|
...obj,
|
|
497
347
|
});
|
|
498
348
|
})(BatchDisassociateScramSecretResponse = exports.BatchDisassociateScramSecretResponse || (exports.BatchDisassociateScramSecretResponse = {}));
|
|
499
349
|
var ConflictException;
|
|
500
350
|
(function (ConflictException) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
351
|
ConflictException.filterSensitiveLog = (obj) => ({
|
|
505
352
|
...obj,
|
|
506
353
|
});
|
|
507
354
|
})(ConflictException = exports.ConflictException || (exports.ConflictException = {}));
|
|
508
355
|
var JmxExporterInfo;
|
|
509
356
|
(function (JmxExporterInfo) {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
357
|
JmxExporterInfo.filterSensitiveLog = (obj) => ({
|
|
514
358
|
...obj,
|
|
515
359
|
});
|
|
516
360
|
})(JmxExporterInfo = exports.JmxExporterInfo || (exports.JmxExporterInfo = {}));
|
|
517
361
|
var NodeExporterInfo;
|
|
518
362
|
(function (NodeExporterInfo) {
|
|
519
|
-
/**
|
|
520
|
-
* @internal
|
|
521
|
-
*/
|
|
522
363
|
NodeExporterInfo.filterSensitiveLog = (obj) => ({
|
|
523
364
|
...obj,
|
|
524
365
|
});
|
|
525
366
|
})(NodeExporterInfo = exports.NodeExporterInfo || (exports.NodeExporterInfo = {}));
|
|
526
367
|
var PrometheusInfo;
|
|
527
368
|
(function (PrometheusInfo) {
|
|
528
|
-
/**
|
|
529
|
-
* @internal
|
|
530
|
-
*/
|
|
531
369
|
PrometheusInfo.filterSensitiveLog = (obj) => ({
|
|
532
370
|
...obj,
|
|
533
371
|
});
|
|
534
372
|
})(PrometheusInfo = exports.PrometheusInfo || (exports.PrometheusInfo = {}));
|
|
535
373
|
var OpenMonitoringInfo;
|
|
536
374
|
(function (OpenMonitoringInfo) {
|
|
537
|
-
/**
|
|
538
|
-
* @internal
|
|
539
|
-
*/
|
|
540
375
|
OpenMonitoringInfo.filterSensitiveLog = (obj) => ({
|
|
541
376
|
...obj,
|
|
542
377
|
});
|
|
543
378
|
})(OpenMonitoringInfo = exports.OpenMonitoringInfo || (exports.OpenMonitoringInfo = {}));
|
|
544
379
|
var CreateClusterRequest;
|
|
545
380
|
(function (CreateClusterRequest) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
381
|
CreateClusterRequest.filterSensitiveLog = (obj) => ({
|
|
550
382
|
...obj,
|
|
551
383
|
});
|
|
552
384
|
})(CreateClusterRequest = exports.CreateClusterRequest || (exports.CreateClusterRequest = {}));
|
|
553
385
|
var CreateClusterResponse;
|
|
554
386
|
(function (CreateClusterResponse) {
|
|
555
|
-
/**
|
|
556
|
-
* @internal
|
|
557
|
-
*/
|
|
558
387
|
CreateClusterResponse.filterSensitiveLog = (obj) => ({
|
|
559
388
|
...obj,
|
|
560
389
|
});
|
|
561
390
|
})(CreateClusterResponse = exports.CreateClusterResponse || (exports.CreateClusterResponse = {}));
|
|
562
391
|
var CreateConfigurationRequest;
|
|
563
392
|
(function (CreateConfigurationRequest) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
393
|
CreateConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
568
394
|
...obj,
|
|
569
395
|
});
|
|
570
396
|
})(CreateConfigurationRequest = exports.CreateConfigurationRequest || (exports.CreateConfigurationRequest = {}));
|
|
571
397
|
var CreateConfigurationResponse;
|
|
572
398
|
(function (CreateConfigurationResponse) {
|
|
573
|
-
/**
|
|
574
|
-
* @internal
|
|
575
|
-
*/
|
|
576
399
|
CreateConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
577
400
|
...obj,
|
|
578
401
|
});
|
|
579
402
|
})(CreateConfigurationResponse = exports.CreateConfigurationResponse || (exports.CreateConfigurationResponse = {}));
|
|
580
403
|
var DeleteClusterRequest;
|
|
581
404
|
(function (DeleteClusterRequest) {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
405
|
DeleteClusterRequest.filterSensitiveLog = (obj) => ({
|
|
586
406
|
...obj,
|
|
587
407
|
});
|
|
588
408
|
})(DeleteClusterRequest = exports.DeleteClusterRequest || (exports.DeleteClusterRequest = {}));
|
|
589
409
|
var DeleteClusterResponse;
|
|
590
410
|
(function (DeleteClusterResponse) {
|
|
591
|
-
/**
|
|
592
|
-
* @internal
|
|
593
|
-
*/
|
|
594
411
|
DeleteClusterResponse.filterSensitiveLog = (obj) => ({
|
|
595
412
|
...obj,
|
|
596
413
|
});
|
|
597
414
|
})(DeleteClusterResponse = exports.DeleteClusterResponse || (exports.DeleteClusterResponse = {}));
|
|
598
415
|
var DeleteConfigurationRequest;
|
|
599
416
|
(function (DeleteConfigurationRequest) {
|
|
600
|
-
/**
|
|
601
|
-
* @internal
|
|
602
|
-
*/
|
|
603
417
|
DeleteConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
604
418
|
...obj,
|
|
605
419
|
});
|
|
606
420
|
})(DeleteConfigurationRequest = exports.DeleteConfigurationRequest || (exports.DeleteConfigurationRequest = {}));
|
|
607
421
|
var DeleteConfigurationResponse;
|
|
608
422
|
(function (DeleteConfigurationResponse) {
|
|
609
|
-
/**
|
|
610
|
-
* @internal
|
|
611
|
-
*/
|
|
612
423
|
DeleteConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
613
424
|
...obj,
|
|
614
425
|
});
|
|
615
426
|
})(DeleteConfigurationResponse = exports.DeleteConfigurationResponse || (exports.DeleteConfigurationResponse = {}));
|
|
616
427
|
var DescribeClusterRequest;
|
|
617
428
|
(function (DescribeClusterRequest) {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
429
|
DescribeClusterRequest.filterSensitiveLog = (obj) => ({
|
|
622
430
|
...obj,
|
|
623
431
|
});
|
|
624
432
|
})(DescribeClusterRequest = exports.DescribeClusterRequest || (exports.DescribeClusterRequest = {}));
|
|
625
433
|
var DescribeClusterResponse;
|
|
626
434
|
(function (DescribeClusterResponse) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
435
|
DescribeClusterResponse.filterSensitiveLog = (obj) => ({
|
|
631
436
|
...obj,
|
|
632
437
|
});
|
|
633
438
|
})(DescribeClusterResponse = exports.DescribeClusterResponse || (exports.DescribeClusterResponse = {}));
|
|
634
439
|
var DescribeClusterOperationRequest;
|
|
635
440
|
(function (DescribeClusterOperationRequest) {
|
|
636
|
-
/**
|
|
637
|
-
* @internal
|
|
638
|
-
*/
|
|
639
441
|
DescribeClusterOperationRequest.filterSensitiveLog = (obj) => ({
|
|
640
442
|
...obj,
|
|
641
443
|
});
|
|
642
444
|
})(DescribeClusterOperationRequest = exports.DescribeClusterOperationRequest || (exports.DescribeClusterOperationRequest = {}));
|
|
643
445
|
var DescribeClusterOperationResponse;
|
|
644
446
|
(function (DescribeClusterOperationResponse) {
|
|
645
|
-
/**
|
|
646
|
-
* @internal
|
|
647
|
-
*/
|
|
648
447
|
DescribeClusterOperationResponse.filterSensitiveLog = (obj) => ({
|
|
649
448
|
...obj,
|
|
650
449
|
});
|
|
651
450
|
})(DescribeClusterOperationResponse = exports.DescribeClusterOperationResponse || (exports.DescribeClusterOperationResponse = {}));
|
|
652
451
|
var DescribeConfigurationRequest;
|
|
653
452
|
(function (DescribeConfigurationRequest) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
453
|
DescribeConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
658
454
|
...obj,
|
|
659
455
|
});
|
|
660
456
|
})(DescribeConfigurationRequest = exports.DescribeConfigurationRequest || (exports.DescribeConfigurationRequest = {}));
|
|
661
457
|
var DescribeConfigurationResponse;
|
|
662
458
|
(function (DescribeConfigurationResponse) {
|
|
663
|
-
/**
|
|
664
|
-
* @internal
|
|
665
|
-
*/
|
|
666
459
|
DescribeConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
667
460
|
...obj,
|
|
668
461
|
});
|
|
669
462
|
})(DescribeConfigurationResponse = exports.DescribeConfigurationResponse || (exports.DescribeConfigurationResponse = {}));
|
|
670
463
|
var DescribeConfigurationRevisionRequest;
|
|
671
464
|
(function (DescribeConfigurationRevisionRequest) {
|
|
672
|
-
/**
|
|
673
|
-
* @internal
|
|
674
|
-
*/
|
|
675
465
|
DescribeConfigurationRevisionRequest.filterSensitiveLog = (obj) => ({
|
|
676
466
|
...obj,
|
|
677
467
|
});
|
|
678
468
|
})(DescribeConfigurationRevisionRequest = exports.DescribeConfigurationRevisionRequest || (exports.DescribeConfigurationRevisionRequest = {}));
|
|
679
469
|
var DescribeConfigurationRevisionResponse;
|
|
680
470
|
(function (DescribeConfigurationRevisionResponse) {
|
|
681
|
-
/**
|
|
682
|
-
* @internal
|
|
683
|
-
*/
|
|
684
471
|
DescribeConfigurationRevisionResponse.filterSensitiveLog = (obj) => ({
|
|
685
472
|
...obj,
|
|
686
473
|
});
|
|
687
474
|
})(DescribeConfigurationRevisionResponse = exports.DescribeConfigurationRevisionResponse || (exports.DescribeConfigurationRevisionResponse = {}));
|
|
688
475
|
var GetBootstrapBrokersRequest;
|
|
689
476
|
(function (GetBootstrapBrokersRequest) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
477
|
GetBootstrapBrokersRequest.filterSensitiveLog = (obj) => ({
|
|
694
478
|
...obj,
|
|
695
479
|
});
|
|
696
480
|
})(GetBootstrapBrokersRequest = exports.GetBootstrapBrokersRequest || (exports.GetBootstrapBrokersRequest = {}));
|
|
697
481
|
var GetBootstrapBrokersResponse;
|
|
698
482
|
(function (GetBootstrapBrokersResponse) {
|
|
699
|
-
/**
|
|
700
|
-
* @internal
|
|
701
|
-
*/
|
|
702
483
|
GetBootstrapBrokersResponse.filterSensitiveLog = (obj) => ({
|
|
703
484
|
...obj,
|
|
704
485
|
});
|
|
705
486
|
})(GetBootstrapBrokersResponse = exports.GetBootstrapBrokersResponse || (exports.GetBootstrapBrokersResponse = {}));
|
|
706
487
|
var GetCompatibleKafkaVersionsRequest;
|
|
707
488
|
(function (GetCompatibleKafkaVersionsRequest) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
489
|
GetCompatibleKafkaVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
712
490
|
...obj,
|
|
713
491
|
});
|
|
714
492
|
})(GetCompatibleKafkaVersionsRequest = exports.GetCompatibleKafkaVersionsRequest || (exports.GetCompatibleKafkaVersionsRequest = {}));
|
|
715
493
|
var GetCompatibleKafkaVersionsResponse;
|
|
716
494
|
(function (GetCompatibleKafkaVersionsResponse) {
|
|
717
|
-
/**
|
|
718
|
-
* @internal
|
|
719
|
-
*/
|
|
720
495
|
GetCompatibleKafkaVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
721
496
|
...obj,
|
|
722
497
|
});
|
|
723
498
|
})(GetCompatibleKafkaVersionsResponse = exports.GetCompatibleKafkaVersionsResponse || (exports.GetCompatibleKafkaVersionsResponse = {}));
|
|
724
499
|
var ListClusterOperationsRequest;
|
|
725
500
|
(function (ListClusterOperationsRequest) {
|
|
726
|
-
/**
|
|
727
|
-
* @internal
|
|
728
|
-
*/
|
|
729
501
|
ListClusterOperationsRequest.filterSensitiveLog = (obj) => ({
|
|
730
502
|
...obj,
|
|
731
503
|
});
|
|
732
504
|
})(ListClusterOperationsRequest = exports.ListClusterOperationsRequest || (exports.ListClusterOperationsRequest = {}));
|
|
733
505
|
var ListClusterOperationsResponse;
|
|
734
506
|
(function (ListClusterOperationsResponse) {
|
|
735
|
-
/**
|
|
736
|
-
* @internal
|
|
737
|
-
*/
|
|
738
507
|
ListClusterOperationsResponse.filterSensitiveLog = (obj) => ({
|
|
739
508
|
...obj,
|
|
740
509
|
});
|
|
741
510
|
})(ListClusterOperationsResponse = exports.ListClusterOperationsResponse || (exports.ListClusterOperationsResponse = {}));
|
|
742
511
|
var ListClustersRequest;
|
|
743
512
|
(function (ListClustersRequest) {
|
|
744
|
-
/**
|
|
745
|
-
* @internal
|
|
746
|
-
*/
|
|
747
513
|
ListClustersRequest.filterSensitiveLog = (obj) => ({
|
|
748
514
|
...obj,
|
|
749
515
|
});
|
|
750
516
|
})(ListClustersRequest = exports.ListClustersRequest || (exports.ListClustersRequest = {}));
|
|
751
517
|
var ListClustersResponse;
|
|
752
518
|
(function (ListClustersResponse) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
519
|
ListClustersResponse.filterSensitiveLog = (obj) => ({
|
|
757
520
|
...obj,
|
|
758
521
|
});
|
|
759
522
|
})(ListClustersResponse = exports.ListClustersResponse || (exports.ListClustersResponse = {}));
|
|
760
523
|
var ListConfigurationRevisionsRequest;
|
|
761
524
|
(function (ListConfigurationRevisionsRequest) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
525
|
ListConfigurationRevisionsRequest.filterSensitiveLog = (obj) => ({
|
|
766
526
|
...obj,
|
|
767
527
|
});
|
|
768
528
|
})(ListConfigurationRevisionsRequest = exports.ListConfigurationRevisionsRequest || (exports.ListConfigurationRevisionsRequest = {}));
|
|
769
529
|
var ListConfigurationRevisionsResponse;
|
|
770
530
|
(function (ListConfigurationRevisionsResponse) {
|
|
771
|
-
/**
|
|
772
|
-
* @internal
|
|
773
|
-
*/
|
|
774
531
|
ListConfigurationRevisionsResponse.filterSensitiveLog = (obj) => ({
|
|
775
532
|
...obj,
|
|
776
533
|
});
|
|
777
534
|
})(ListConfigurationRevisionsResponse = exports.ListConfigurationRevisionsResponse || (exports.ListConfigurationRevisionsResponse = {}));
|
|
778
535
|
var ListConfigurationsRequest;
|
|
779
536
|
(function (ListConfigurationsRequest) {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
537
|
ListConfigurationsRequest.filterSensitiveLog = (obj) => ({
|
|
784
538
|
...obj,
|
|
785
539
|
});
|
|
786
540
|
})(ListConfigurationsRequest = exports.ListConfigurationsRequest || (exports.ListConfigurationsRequest = {}));
|
|
787
541
|
var ListConfigurationsResponse;
|
|
788
542
|
(function (ListConfigurationsResponse) {
|
|
789
|
-
/**
|
|
790
|
-
* @internal
|
|
791
|
-
*/
|
|
792
543
|
ListConfigurationsResponse.filterSensitiveLog = (obj) => ({
|
|
793
544
|
...obj,
|
|
794
545
|
});
|
|
795
546
|
})(ListConfigurationsResponse = exports.ListConfigurationsResponse || (exports.ListConfigurationsResponse = {}));
|
|
796
547
|
var ListKafkaVersionsRequest;
|
|
797
548
|
(function (ListKafkaVersionsRequest) {
|
|
798
|
-
/**
|
|
799
|
-
* @internal
|
|
800
|
-
*/
|
|
801
549
|
ListKafkaVersionsRequest.filterSensitiveLog = (obj) => ({
|
|
802
550
|
...obj,
|
|
803
551
|
});
|
|
804
552
|
})(ListKafkaVersionsRequest = exports.ListKafkaVersionsRequest || (exports.ListKafkaVersionsRequest = {}));
|
|
805
553
|
var ListKafkaVersionsResponse;
|
|
806
554
|
(function (ListKafkaVersionsResponse) {
|
|
807
|
-
/**
|
|
808
|
-
* @internal
|
|
809
|
-
*/
|
|
810
555
|
ListKafkaVersionsResponse.filterSensitiveLog = (obj) => ({
|
|
811
556
|
...obj,
|
|
812
557
|
});
|
|
813
558
|
})(ListKafkaVersionsResponse = exports.ListKafkaVersionsResponse || (exports.ListKafkaVersionsResponse = {}));
|
|
814
559
|
var ListNodesRequest;
|
|
815
560
|
(function (ListNodesRequest) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
561
|
ListNodesRequest.filterSensitiveLog = (obj) => ({
|
|
820
562
|
...obj,
|
|
821
563
|
});
|
|
822
564
|
})(ListNodesRequest = exports.ListNodesRequest || (exports.ListNodesRequest = {}));
|
|
823
565
|
var ListNodesResponse;
|
|
824
566
|
(function (ListNodesResponse) {
|
|
825
|
-
/**
|
|
826
|
-
* @internal
|
|
827
|
-
*/
|
|
828
567
|
ListNodesResponse.filterSensitiveLog = (obj) => ({
|
|
829
568
|
...obj,
|
|
830
569
|
});
|
|
831
570
|
})(ListNodesResponse = exports.ListNodesResponse || (exports.ListNodesResponse = {}));
|
|
832
571
|
var ListScramSecretsRequest;
|
|
833
572
|
(function (ListScramSecretsRequest) {
|
|
834
|
-
/**
|
|
835
|
-
* @internal
|
|
836
|
-
*/
|
|
837
573
|
ListScramSecretsRequest.filterSensitiveLog = (obj) => ({
|
|
838
574
|
...obj,
|
|
839
575
|
});
|
|
840
576
|
})(ListScramSecretsRequest = exports.ListScramSecretsRequest || (exports.ListScramSecretsRequest = {}));
|
|
841
577
|
var ListScramSecretsResponse;
|
|
842
578
|
(function (ListScramSecretsResponse) {
|
|
843
|
-
/**
|
|
844
|
-
* @internal
|
|
845
|
-
*/
|
|
846
579
|
ListScramSecretsResponse.filterSensitiveLog = (obj) => ({
|
|
847
580
|
...obj,
|
|
848
581
|
});
|
|
849
582
|
})(ListScramSecretsResponse = exports.ListScramSecretsResponse || (exports.ListScramSecretsResponse = {}));
|
|
850
583
|
var ListTagsForResourceRequest;
|
|
851
584
|
(function (ListTagsForResourceRequest) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
585
|
ListTagsForResourceRequest.filterSensitiveLog = (obj) => ({
|
|
856
586
|
...obj,
|
|
857
587
|
});
|
|
858
588
|
})(ListTagsForResourceRequest = exports.ListTagsForResourceRequest || (exports.ListTagsForResourceRequest = {}));
|
|
859
589
|
var ListTagsForResourceResponse;
|
|
860
590
|
(function (ListTagsForResourceResponse) {
|
|
861
|
-
/**
|
|
862
|
-
* @internal
|
|
863
|
-
*/
|
|
864
591
|
ListTagsForResourceResponse.filterSensitiveLog = (obj) => ({
|
|
865
592
|
...obj,
|
|
866
593
|
});
|
|
867
594
|
})(ListTagsForResourceResponse = exports.ListTagsForResourceResponse || (exports.ListTagsForResourceResponse = {}));
|
|
868
595
|
var RebootBrokerRequest;
|
|
869
596
|
(function (RebootBrokerRequest) {
|
|
870
|
-
/**
|
|
871
|
-
* @internal
|
|
872
|
-
*/
|
|
873
597
|
RebootBrokerRequest.filterSensitiveLog = (obj) => ({
|
|
874
598
|
...obj,
|
|
875
599
|
});
|
|
876
600
|
})(RebootBrokerRequest = exports.RebootBrokerRequest || (exports.RebootBrokerRequest = {}));
|
|
877
601
|
var RebootBrokerResponse;
|
|
878
602
|
(function (RebootBrokerResponse) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
603
|
RebootBrokerResponse.filterSensitiveLog = (obj) => ({
|
|
883
604
|
...obj,
|
|
884
605
|
});
|
|
885
606
|
})(RebootBrokerResponse = exports.RebootBrokerResponse || (exports.RebootBrokerResponse = {}));
|
|
886
607
|
var TagResourceRequest;
|
|
887
608
|
(function (TagResourceRequest) {
|
|
888
|
-
/**
|
|
889
|
-
* @internal
|
|
890
|
-
*/
|
|
891
609
|
TagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
892
610
|
...obj,
|
|
893
611
|
});
|
|
894
612
|
})(TagResourceRequest = exports.TagResourceRequest || (exports.TagResourceRequest = {}));
|
|
895
613
|
var UntagResourceRequest;
|
|
896
614
|
(function (UntagResourceRequest) {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
615
|
UntagResourceRequest.filterSensitiveLog = (obj) => ({
|
|
901
616
|
...obj,
|
|
902
617
|
});
|
|
903
618
|
})(UntagResourceRequest = exports.UntagResourceRequest || (exports.UntagResourceRequest = {}));
|
|
904
619
|
var UpdateBrokerCountRequest;
|
|
905
620
|
(function (UpdateBrokerCountRequest) {
|
|
906
|
-
/**
|
|
907
|
-
* @internal
|
|
908
|
-
*/
|
|
909
621
|
UpdateBrokerCountRequest.filterSensitiveLog = (obj) => ({
|
|
910
622
|
...obj,
|
|
911
623
|
});
|
|
912
624
|
})(UpdateBrokerCountRequest = exports.UpdateBrokerCountRequest || (exports.UpdateBrokerCountRequest = {}));
|
|
913
625
|
var UpdateBrokerCountResponse;
|
|
914
626
|
(function (UpdateBrokerCountResponse) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
627
|
UpdateBrokerCountResponse.filterSensitiveLog = (obj) => ({
|
|
919
628
|
...obj,
|
|
920
629
|
});
|
|
921
630
|
})(UpdateBrokerCountResponse = exports.UpdateBrokerCountResponse || (exports.UpdateBrokerCountResponse = {}));
|
|
922
631
|
var UpdateBrokerStorageRequest;
|
|
923
632
|
(function (UpdateBrokerStorageRequest) {
|
|
924
|
-
/**
|
|
925
|
-
* @internal
|
|
926
|
-
*/
|
|
927
633
|
UpdateBrokerStorageRequest.filterSensitiveLog = (obj) => ({
|
|
928
634
|
...obj,
|
|
929
635
|
});
|
|
930
636
|
})(UpdateBrokerStorageRequest = exports.UpdateBrokerStorageRequest || (exports.UpdateBrokerStorageRequest = {}));
|
|
931
637
|
var UpdateBrokerStorageResponse;
|
|
932
638
|
(function (UpdateBrokerStorageResponse) {
|
|
933
|
-
/**
|
|
934
|
-
* @internal
|
|
935
|
-
*/
|
|
936
639
|
UpdateBrokerStorageResponse.filterSensitiveLog = (obj) => ({
|
|
937
640
|
...obj,
|
|
938
641
|
});
|
|
939
642
|
})(UpdateBrokerStorageResponse = exports.UpdateBrokerStorageResponse || (exports.UpdateBrokerStorageResponse = {}));
|
|
940
643
|
var UpdateBrokerTypeRequest;
|
|
941
644
|
(function (UpdateBrokerTypeRequest) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
645
|
UpdateBrokerTypeRequest.filterSensitiveLog = (obj) => ({
|
|
946
646
|
...obj,
|
|
947
647
|
});
|
|
948
648
|
})(UpdateBrokerTypeRequest = exports.UpdateBrokerTypeRequest || (exports.UpdateBrokerTypeRequest = {}));
|
|
949
649
|
var UpdateBrokerTypeResponse;
|
|
950
650
|
(function (UpdateBrokerTypeResponse) {
|
|
951
|
-
/**
|
|
952
|
-
* @internal
|
|
953
|
-
*/
|
|
954
651
|
UpdateBrokerTypeResponse.filterSensitiveLog = (obj) => ({
|
|
955
652
|
...obj,
|
|
956
653
|
});
|
|
957
654
|
})(UpdateBrokerTypeResponse = exports.UpdateBrokerTypeResponse || (exports.UpdateBrokerTypeResponse = {}));
|
|
958
655
|
var UpdateClusterConfigurationRequest;
|
|
959
656
|
(function (UpdateClusterConfigurationRequest) {
|
|
960
|
-
/**
|
|
961
|
-
* @internal
|
|
962
|
-
*/
|
|
963
657
|
UpdateClusterConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
964
658
|
...obj,
|
|
965
659
|
});
|
|
966
660
|
})(UpdateClusterConfigurationRequest = exports.UpdateClusterConfigurationRequest || (exports.UpdateClusterConfigurationRequest = {}));
|
|
967
661
|
var UpdateClusterConfigurationResponse;
|
|
968
662
|
(function (UpdateClusterConfigurationResponse) {
|
|
969
|
-
/**
|
|
970
|
-
* @internal
|
|
971
|
-
*/
|
|
972
663
|
UpdateClusterConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
973
664
|
...obj,
|
|
974
665
|
});
|
|
975
666
|
})(UpdateClusterConfigurationResponse = exports.UpdateClusterConfigurationResponse || (exports.UpdateClusterConfigurationResponse = {}));
|
|
976
667
|
var UpdateClusterKafkaVersionRequest;
|
|
977
668
|
(function (UpdateClusterKafkaVersionRequest) {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
669
|
UpdateClusterKafkaVersionRequest.filterSensitiveLog = (obj) => ({
|
|
982
670
|
...obj,
|
|
983
671
|
});
|
|
984
672
|
})(UpdateClusterKafkaVersionRequest = exports.UpdateClusterKafkaVersionRequest || (exports.UpdateClusterKafkaVersionRequest = {}));
|
|
985
673
|
var UpdateClusterKafkaVersionResponse;
|
|
986
674
|
(function (UpdateClusterKafkaVersionResponse) {
|
|
987
|
-
/**
|
|
988
|
-
* @internal
|
|
989
|
-
*/
|
|
990
675
|
UpdateClusterKafkaVersionResponse.filterSensitiveLog = (obj) => ({
|
|
991
676
|
...obj,
|
|
992
677
|
});
|
|
993
678
|
})(UpdateClusterKafkaVersionResponse = exports.UpdateClusterKafkaVersionResponse || (exports.UpdateClusterKafkaVersionResponse = {}));
|
|
994
679
|
var UpdateConfigurationRequest;
|
|
995
680
|
(function (UpdateConfigurationRequest) {
|
|
996
|
-
/**
|
|
997
|
-
* @internal
|
|
998
|
-
*/
|
|
999
681
|
UpdateConfigurationRequest.filterSensitiveLog = (obj) => ({
|
|
1000
682
|
...obj,
|
|
1001
683
|
});
|
|
1002
684
|
})(UpdateConfigurationRequest = exports.UpdateConfigurationRequest || (exports.UpdateConfigurationRequest = {}));
|
|
1003
685
|
var UpdateConfigurationResponse;
|
|
1004
686
|
(function (UpdateConfigurationResponse) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
687
|
UpdateConfigurationResponse.filterSensitiveLog = (obj) => ({
|
|
1009
688
|
...obj,
|
|
1010
689
|
});
|
|
1011
690
|
})(UpdateConfigurationResponse = exports.UpdateConfigurationResponse || (exports.UpdateConfigurationResponse = {}));
|
|
1012
691
|
var UpdateMonitoringRequest;
|
|
1013
692
|
(function (UpdateMonitoringRequest) {
|
|
1014
|
-
/**
|
|
1015
|
-
* @internal
|
|
1016
|
-
*/
|
|
1017
693
|
UpdateMonitoringRequest.filterSensitiveLog = (obj) => ({
|
|
1018
694
|
...obj,
|
|
1019
695
|
});
|
|
1020
696
|
})(UpdateMonitoringRequest = exports.UpdateMonitoringRequest || (exports.UpdateMonitoringRequest = {}));
|
|
1021
697
|
var UpdateMonitoringResponse;
|
|
1022
698
|
(function (UpdateMonitoringResponse) {
|
|
1023
|
-
/**
|
|
1024
|
-
* @internal
|
|
1025
|
-
*/
|
|
1026
699
|
UpdateMonitoringResponse.filterSensitiveLog = (obj) => ({
|
|
1027
700
|
...obj,
|
|
1028
701
|
});
|
|
1029
702
|
})(UpdateMonitoringResponse = exports.UpdateMonitoringResponse || (exports.UpdateMonitoringResponse = {}));
|
|
1030
703
|
var UpdateSecurityRequest;
|
|
1031
704
|
(function (UpdateSecurityRequest) {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
705
|
UpdateSecurityRequest.filterSensitiveLog = (obj) => ({
|
|
1036
706
|
...obj,
|
|
1037
707
|
});
|
|
1038
708
|
})(UpdateSecurityRequest = exports.UpdateSecurityRequest || (exports.UpdateSecurityRequest = {}));
|
|
1039
709
|
var UpdateSecurityResponse;
|
|
1040
710
|
(function (UpdateSecurityResponse) {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
711
|
UpdateSecurityResponse.filterSensitiveLog = (obj) => ({
|
|
1045
712
|
...obj,
|
|
1046
713
|
});
|
|
1047
714
|
})(UpdateSecurityResponse = exports.UpdateSecurityResponse || (exports.UpdateSecurityResponse = {}));
|
|
1048
|
-
//# sourceMappingURL=models_0.js.map
|