@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,94 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateBrokerStorageRequest, UpdateBrokerStorageResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateBrokerStorageCommand,
|
|
5
|
-
serializeAws_restJson1UpdateBrokerStorageCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateBrokerStorageCommandInput extends UpdateBrokerStorageRequest {}
|
|
21
|
-
export interface UpdateBrokerStorageCommandOutput extends UpdateBrokerStorageResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates the EBS storage associated with MSK brokers.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateBrokerStorageCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateBrokerStorageCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateBrokerStorageCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateBrokerStorageCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateBrokerStorageCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateBrokerStorageCommand extends $Command<
|
|
41
|
-
UpdateBrokerStorageCommandInput,
|
|
42
|
-
UpdateBrokerStorageCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateBrokerStorageCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateBrokerStorageCommandInput, UpdateBrokerStorageCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateBrokerStorageCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateBrokerStorageRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateBrokerStorageResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateBrokerStorageCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateBrokerStorageCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateBrokerStorageCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1UpdateBrokerStorageCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateBrokerTypeRequest, UpdateBrokerTypeResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateBrokerTypeCommand,
|
|
5
|
-
serializeAws_restJson1UpdateBrokerTypeCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateBrokerTypeCommandInput extends UpdateBrokerTypeRequest {}
|
|
21
|
-
export interface UpdateBrokerTypeCommandOutput extends UpdateBrokerTypeResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates EC2 instance type.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateBrokerTypeCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateBrokerTypeCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateBrokerTypeCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateBrokerTypeCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateBrokerTypeCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateBrokerTypeCommand extends $Command<
|
|
41
|
-
UpdateBrokerTypeCommandInput,
|
|
42
|
-
UpdateBrokerTypeCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateBrokerTypeCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateBrokerTypeCommandInput, UpdateBrokerTypeCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateBrokerTypeCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateBrokerTypeRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateBrokerTypeResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateBrokerTypeCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateBrokerTypeCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateBrokerTypeCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1UpdateBrokerTypeCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateClusterConfigurationRequest, UpdateClusterConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateClusterConfigurationCommand,
|
|
5
|
-
serializeAws_restJson1UpdateClusterConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateClusterConfigurationCommandInput extends UpdateClusterConfigurationRequest {}
|
|
21
|
-
export interface UpdateClusterConfigurationCommandOutput extends UpdateClusterConfigurationResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates the cluster with the configuration that is specified in the request body.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateClusterConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateClusterConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateClusterConfigurationCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateClusterConfigurationCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateClusterConfigurationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateClusterConfigurationCommand extends $Command<
|
|
41
|
-
UpdateClusterConfigurationCommandInput,
|
|
42
|
-
UpdateClusterConfigurationCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateClusterConfigurationCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateClusterConfigurationCommandInput, UpdateClusterConfigurationCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateClusterConfigurationCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateClusterConfigurationRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateClusterConfigurationResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateClusterConfigurationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateClusterConfigurationCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(
|
|
89
|
-
output: __HttpResponse,
|
|
90
|
-
context: __SerdeContext
|
|
91
|
-
): Promise<UpdateClusterConfigurationCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1UpdateClusterConfigurationCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateClusterKafkaVersionRequest, UpdateClusterKafkaVersionResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateClusterKafkaVersionCommand,
|
|
5
|
-
serializeAws_restJson1UpdateClusterKafkaVersionCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateClusterKafkaVersionCommandInput extends UpdateClusterKafkaVersionRequest {}
|
|
21
|
-
export interface UpdateClusterKafkaVersionCommandOutput extends UpdateClusterKafkaVersionResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates the Apache Kafka version for the cluster.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateClusterKafkaVersionCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateClusterKafkaVersionCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateClusterKafkaVersionCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateClusterKafkaVersionCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateClusterKafkaVersionCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateClusterKafkaVersionCommand extends $Command<
|
|
41
|
-
UpdateClusterKafkaVersionCommandInput,
|
|
42
|
-
UpdateClusterKafkaVersionCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateClusterKafkaVersionCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateClusterKafkaVersionCommandInput, UpdateClusterKafkaVersionCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateClusterKafkaVersionCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateClusterKafkaVersionRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateClusterKafkaVersionResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateClusterKafkaVersionCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateClusterKafkaVersionCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(
|
|
89
|
-
output: __HttpResponse,
|
|
90
|
-
context: __SerdeContext
|
|
91
|
-
): Promise<UpdateClusterKafkaVersionCommandOutput> {
|
|
92
|
-
return deserializeAws_restJson1UpdateClusterKafkaVersionCommand(output, context);
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
// Start section: command_body_extra
|
|
96
|
-
// End section: command_body_extra
|
|
97
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateConfigurationRequest, UpdateConfigurationResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateConfigurationCommand,
|
|
5
|
-
serializeAws_restJson1UpdateConfigurationCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateConfigurationCommandInput extends UpdateConfigurationRequest {}
|
|
21
|
-
export interface UpdateConfigurationCommandOutput extends UpdateConfigurationResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates an MSK configuration.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateConfigurationCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateConfigurationCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateConfigurationCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateConfigurationCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateConfigurationCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateConfigurationCommand extends $Command<
|
|
41
|
-
UpdateConfigurationCommandInput,
|
|
42
|
-
UpdateConfigurationCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateConfigurationCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateConfigurationCommandInput, UpdateConfigurationCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateConfigurationCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateConfigurationRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateConfigurationResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateConfigurationCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateConfigurationCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateConfigurationCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1UpdateConfigurationCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateMonitoringRequest, UpdateMonitoringResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateMonitoringCommand,
|
|
5
|
-
serializeAws_restJson1UpdateMonitoringCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateMonitoringCommandInput extends UpdateMonitoringRequest {}
|
|
21
|
-
export interface UpdateMonitoringCommandOutput extends UpdateMonitoringResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates the monitoring settings for the cluster. You can use this operation to specify which Apache Kafka metrics you want Amazon MSK to send to Amazon CloudWatch. You can also specify settings for open monitoring with Prometheus.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateMonitoringCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateMonitoringCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateMonitoringCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateMonitoringCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateMonitoringCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateMonitoringCommand extends $Command<
|
|
41
|
-
UpdateMonitoringCommandInput,
|
|
42
|
-
UpdateMonitoringCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateMonitoringCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateMonitoringCommandInput, UpdateMonitoringCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateMonitoringCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateMonitoringRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateMonitoringResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateMonitoringCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateMonitoringCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateMonitoringCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1UpdateMonitoringCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { KafkaClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KafkaClient";
|
|
2
|
-
import { UpdateSecurityRequest, UpdateSecurityResponse } from "../models/models_0";
|
|
3
|
-
import {
|
|
4
|
-
deserializeAws_restJson1UpdateSecurityCommand,
|
|
5
|
-
serializeAws_restJson1UpdateSecurityCommand,
|
|
6
|
-
} from "../protocols/Aws_restJson1";
|
|
7
|
-
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
8
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
9
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
10
|
-
import {
|
|
11
|
-
FinalizeHandlerArguments,
|
|
12
|
-
Handler,
|
|
13
|
-
HandlerExecutionContext,
|
|
14
|
-
MiddlewareStack,
|
|
15
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
16
|
-
MetadataBearer as __MetadataBearer,
|
|
17
|
-
SerdeContext as __SerdeContext,
|
|
18
|
-
} from "@aws-sdk/types";
|
|
19
|
-
|
|
20
|
-
export interface UpdateSecurityCommandInput extends UpdateSecurityRequest {}
|
|
21
|
-
export interface UpdateSecurityCommandOutput extends UpdateSecurityResponse, __MetadataBearer {}
|
|
22
|
-
|
|
23
|
-
/**
|
|
24
|
-
* <p>Updates the security settings for the cluster. You can use this operation to specify encryption and authentication on existing clusters.</p>
|
|
25
|
-
* @example
|
|
26
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
27
|
-
* ```javascript
|
|
28
|
-
* import { KafkaClient, UpdateSecurityCommand } from "@aws-sdk/client-kafka"; // ES Modules import
|
|
29
|
-
* // const { KafkaClient, UpdateSecurityCommand } = require("@aws-sdk/client-kafka"); // CommonJS import
|
|
30
|
-
* const client = new KafkaClient(config);
|
|
31
|
-
* const command = new UpdateSecurityCommand(input);
|
|
32
|
-
* const response = await client.send(command);
|
|
33
|
-
* ```
|
|
34
|
-
*
|
|
35
|
-
* @see {@link UpdateSecurityCommandInput} for command's `input` shape.
|
|
36
|
-
* @see {@link UpdateSecurityCommandOutput} for command's `response` shape.
|
|
37
|
-
* @see {@link KafkaClientResolvedConfig | config} for command's `input` shape.
|
|
38
|
-
*
|
|
39
|
-
*/
|
|
40
|
-
export class UpdateSecurityCommand extends $Command<
|
|
41
|
-
UpdateSecurityCommandInput,
|
|
42
|
-
UpdateSecurityCommandOutput,
|
|
43
|
-
KafkaClientResolvedConfig
|
|
44
|
-
> {
|
|
45
|
-
// Start section: command_properties
|
|
46
|
-
// End section: command_properties
|
|
47
|
-
|
|
48
|
-
constructor(readonly input: UpdateSecurityCommandInput) {
|
|
49
|
-
// Start section: command_constructor
|
|
50
|
-
super();
|
|
51
|
-
// End section: command_constructor
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
|
-
resolveMiddleware(
|
|
58
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
59
|
-
configuration: KafkaClientResolvedConfig,
|
|
60
|
-
options?: __HttpHandlerOptions
|
|
61
|
-
): Handler<UpdateSecurityCommandInput, UpdateSecurityCommandOutput> {
|
|
62
|
-
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
63
|
-
|
|
64
|
-
const stack = clientStack.concat(this.middlewareStack);
|
|
65
|
-
|
|
66
|
-
const { logger } = configuration;
|
|
67
|
-
const clientName = "KafkaClient";
|
|
68
|
-
const commandName = "UpdateSecurityCommand";
|
|
69
|
-
const handlerExecutionContext: HandlerExecutionContext = {
|
|
70
|
-
logger,
|
|
71
|
-
clientName,
|
|
72
|
-
commandName,
|
|
73
|
-
inputFilterSensitiveLog: UpdateSecurityRequest.filterSensitiveLog,
|
|
74
|
-
outputFilterSensitiveLog: UpdateSecurityResponse.filterSensitiveLog,
|
|
75
|
-
};
|
|
76
|
-
const { requestHandler } = configuration;
|
|
77
|
-
return stack.resolve(
|
|
78
|
-
(request: FinalizeHandlerArguments<any>) =>
|
|
79
|
-
requestHandler.handle(request.request as __HttpRequest, options || {}),
|
|
80
|
-
handlerExecutionContext
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
private serialize(input: UpdateSecurityCommandInput, context: __SerdeContext): Promise<__HttpRequest> {
|
|
85
|
-
return serializeAws_restJson1UpdateSecurityCommand(input, context);
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
private deserialize(output: __HttpResponse, context: __SerdeContext): Promise<UpdateSecurityCommandOutput> {
|
|
89
|
-
return deserializeAws_restJson1UpdateSecurityCommand(output, context);
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// Start section: command_body_extra
|
|
93
|
-
// End section: command_body_extra
|
|
94
|
-
}
|