'2.0', 'service' => '

The operations for managing an Amazon MSK cluster.

', 'operations' => [ 'BatchAssociateScramSecret' => '

Associates one or more Scram Secrets with an Amazon MSK cluster.

', 'CreateCluster' => '

Creates a new MSK cluster.

', 'CreateClusterV2' => '

Creates a new Amazon MSK cluster of either the provisioned or the serverless type.

', 'CreateConfiguration' => '

Creates a new MSK configuration.

', 'CreateVpcConnection' => '

Creates a new Amazon MSK VPC connection.

', 'DeleteCluster' => '

Deletes the MSK cluster specified by the Amazon Resource Name (ARN) in the request.

', 'DeleteClusterPolicy' => '

Deletes the MSK cluster policy specified by the Amazon Resource Name (ARN) in your request.

', 'DeleteConfiguration' => '

Deletes the specified MSK configuration. The configuration must be in the ACTIVE or DELETE_FAILED state.

', 'DeleteVpcConnection' => '

Deletes the Amazon MSK VPC connection specified in your request.

', 'DescribeCluster' => '

Returns a description of the MSK cluster whose Amazon Resource Name (ARN) is specified in the request.

', 'DescribeClusterV2' => '

Returns a description of the MSK cluster of either the provisioned or the serverless type whose Amazon Resource Name (ARN) is specified in the request.

', 'DescribeClusterOperation' => '

Returns a description of the cluster operation specified by the ARN.

', 'DescribeClusterOperationV2' => '

Returns a description of the cluster operation specified by the ARN.

', 'DescribeConfiguration' => '

Returns a description of this MSK configuration.

', 'DescribeConfigurationRevision' => '

Returns a description of this revision of the configuration.

', 'DescribeVpcConnection' => '

Displays information about the specified Amazon MSK VPC connection.

', 'BatchDisassociateScramSecret' => '

Disassociates one or more Scram Secrets from an Amazon MSK cluster.

', 'GetBootstrapBrokers' => '

A list of brokers that a client application can use to bootstrap.

', 'GetCompatibleKafkaVersions' => '

Gets the Apache Kafka versions to which you can update the MSK cluster.

', 'GetClusterPolicy' => '

Retrieves the contents of the specified MSK cluster policy.

', 'ListClientVpcConnections' => '

Displays a list of client VPC connections.

', 'ListClusterOperations' => '

Returns a list of all the operations that have been performed on the specified MSK cluster.

', 'ListClusterOperationsV2' => '

Returns a list of all the operations that have been performed on the specified MSK cluster.

', 'ListClusters' => '

Returns a list of all the MSK clusters in the current Region.

', 'ListClustersV2' => '

Returns a list of all the MSK clusters in the current Region.

', 'ListConfigurationRevisions' => '

Returns a list of all the revisions of an MSK configuration.

', 'ListConfigurations' => '

Returns a list of all the MSK configurations in this Region.

', 'ListKafkaVersions' => '

Returns a list of Apache Kafka versions.

', 'ListNodes' => '

Returns a list of the broker nodes in the cluster.

', 'ListScramSecrets' => '

Returns a list of the Scram Secrets associated with an Amazon MSK cluster.

', 'ListTagsForResource' => '

Returns a list of the tags associated with the specified resource.

', 'ListVpcConnections' => '

Displays a list of Amazon MSK VPC connections.

', 'PutClusterPolicy' => '

Creates or updates the specified MSK cluster policy. If updating the policy, the currentVersion field is required in the request payload.

', 'RebootBroker' => '

Executes a reboot on a broker.

', 'RejectClientVpcConnections' => '

Rejects a client VPC connection.

', 'TagResource' => '

Adds tags to the specified MSK resource.

', 'UntagResource' => '

Removes the tags associated with the keys that are provided in the query.

', 'UpdateBrokerCount' => '

Updates the number of broker nodes in the cluster. You can use this operation to increase the number of brokers in an existing cluster. You can\'t decrease the number of brokers.

', 'UpdateBrokerType' => '

Updates all the brokers in the cluster to the specified type.

', 'UpdateBrokerStorage' => '

Updates the EBS storage associated with MSK brokers.

', 'UpdateConfiguration' => '

Updates an existing MSK configuration. The configuration must be in the Active state.

', 'UpdateConnectivity' => '

Updates the connectivity configuration for the MSK cluster.

', 'UpdateClusterConfiguration' => '

Updates the cluster with the configuration that is specified in the request body.

', 'UpdateClusterKafkaVersion' => '

Updates the Apache Kafka version for the cluster.

', 'UpdateMonitoring' => '

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.

', 'UpdateSecurity' => '

You can use this operation to update the encrypting and authentication settings for an existing cluster.

', 'UpdateStorage' => '

Updates cluster broker volume size (or) sets cluster storage mode to TIERED.

', ], 'shapes' => [ 'BatchAssociateScramSecretRequest' => [ 'base' => '

Request body for BatchAssociateScramSecret.

', 'refs' => [], ], 'BatchAssociateScramSecretResponse' => [ 'base' => '

Response body for BatchAssociateScramSecret.

', 'refs' => [], ], 'BadRequestException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'BrokerAZDistribution' => [ 'base' => '

The distribution of broker nodes across Availability Zones. By default, broker nodes are distributed among the Availability Zones of your Region. Currently, the only supported value is DEFAULT. You can either specify this value explicitly or leave it out.

', 'refs' => [ 'BrokerNodeGroupInfo$BrokerAZDistribution' => '

The distribution of broker nodes across Availability Zones.

', ], ], 'BrokerEBSVolumeInfo' => [ 'base' => '

Specifies the EBS volume upgrade information. The broker identifier must be set to the keyword ALL. This means the changes apply to all the brokers in the cluster.

', 'refs' => [ '__listOfBrokerEBSVolumeInfo$member' => NULL, ], ], 'BrokerLogs' => [ 'base' => '

The broker logs configuration for this MSK cluster.

', 'refs' => [ 'LoggingInfo$BrokerLogs' => '

You can configure your MSK cluster to send broker logs to different destination types. This configuration specifies the details of these destinations.

', ], ], 'BrokerNodeGroupInfo' => [ 'base' => '

Describes the setup to be used for Apache Kafka broker nodes in the cluster.

', 'refs' => [ 'ClusterInfo$BrokerNodeGroupInfo' => '

Information about the brokers.

', 'Provisioned$BrokerNodeGroupInfo' => '

Information about the brokers.

', 'CreateClusterRequest$BrokerNodeGroupInfo' => '

Information about the brokers.

', 'ProvisionedRequest$BrokerNodeGroupInfo' => '

Information about the brokers.

', ], ], 'Provisioned' => [ 'base' => '

Describes the provisioned cluster.

', 'refs' => [ 'Cluster$Provisioned' => '

Information about the provisioned cluster.

', ], ], 'ProvisionedRequest' => [ 'base' => '

Creates a provisioned cluster.

', 'refs' => [ 'CreateClusterV2Request$Provisioned' => '

Creates a provisioned cluster.

', ], ], 'ServerlessRequest' => [ 'base' => '

Creates serverless cluster.

', 'refs' => [ 'CreateClusterV2Request$Serverless' => '

Creates a serverless cluster.

', ], ], 'Serverless' => [ 'base' => '

Describes the serverless cluster.

', 'refs' => [ 'Cluster$Serverless' => '

Information about the serverless cluster.

', ], ], 'ServerlessClientAuthentication' => [ 'base' => '

Describes the serverless cluster client authentication.

', 'refs' => [ 'Serverless$ClientAuthentication' => '

Information about the serverless cluster client authentication.

', 'ServerlessRequest$ClientAuthentication' => '

Information about the serverless cluster client authentication.

', ], ], 'ServerlessSasl' => [ 'base' => '

Describes the serverless cluster SASL information.

', 'refs' => [ 'ServerlessClientAuthentication$Sasl' => '

Serverless cluster SASL information.

', ], ], 'BrokerNodeInfo' => [ 'base' => '

BrokerNodeInfo

', 'refs' => [ 'NodeInfo$BrokerNodeInfo' => '

The broker node info.

', ], ], 'BrokerSoftwareInfo' => [ 'base' => '

Information about the current software installed on the cluster.

', 'refs' => [ 'BrokerNodeInfo$CurrentBrokerSoftwareInfo' => '

Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

', 'ClusterInfo$CurrentBrokerSoftwareInfo' => '

Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

', 'Provisioned$CurrentBrokerSoftwareInfo' => '

Information about the version of software currently deployed on the Apache Kafka brokers in the cluster.

', ], ], 'ClientAuthentication' => [ 'base' => '

Includes all client authentication information.

', 'refs' => [ 'ClusterInfo$ClientAuthentication' => '

Includes all client authentication information.

', 'Provisioned$ClientAuthentication' => '

Includes all client authentication information.

', 'CreateClusterRequest$ClientAuthentication' => '

Includes all client authentication related information.

', 'ProvisionedRequest$ClientAuthentication' => '

Includes all client authentication related information.

', 'MutableClusterInfo$ClientAuthentication' => '

Includes all client authentication related information.

', 'UpdateSecurityRequest$ClientAuthentication' => '

Includes all client authentication related information.

', ], ], 'ClientBroker' => [ 'base' => '

Client-broker encryption in transit setting.

', 'refs' => [ 'EncryptionInTransit$ClientBroker' => '

Indicates the encryption setting for data in transit between clients and brokers. You must set it to one of the following values.

TLS means that client-broker communication is enabled with TLS only.

TLS_PLAINTEXT means that client-broker communication is enabled for both TLS-encrypted, as well as plaintext data.

PLAINTEXT means that client-broker communication is enabled in plaintext only.

The default value is TLS.

', ], ], 'CloudWatchLogs' => [ 'base' => '

Details of the CloudWatch Logs destination for broker logs.

', 'refs' => [ 'BrokerLogs$CloudWatchLogs' => '

Details of the CloudWatch Logs destination for broker logs.

', ], ], 'ClusterInfo' => [ 'base' => '

Returns information about a cluster.

', 'refs' => [ 'DescribeClusterResponse$ClusterInfo' => '

The cluster information.

', '__listOfClusterInfo$member' => NULL, ], ], 'Cluster' => [ 'base' => '

Returns information about a cluster of either the provisioned or the serverless type.

', 'refs' => [ 'DescribeClusterV2Response$ClusterInfo' => '

The cluster information.

', '__listOfCluster$member' => NULL, ], ], 'ClusterOperationInfo' => [ 'base' => '

Returns information about a cluster operation.

', 'refs' => [ 'DescribeClusterOperationResponse$ClusterOperationInfo' => '

Cluster operation information

', '__listOfClusterOperationInfo$member' => NULL, ], ], 'ClusterOperationStep' => [ 'base' => '

Step taken during a cluster operation.

', 'refs' => [ '__listOfClusterOperationStep$member' => NULL, ], ], 'ClusterOperationStepInfo' => [ 'base' => '

State information about the operation step.

', 'refs' => [ 'ClusterOperationStep$StepInfo' => '

Information about the step and its status.

', ], ], 'ClusterOperationV2' => [ 'base' => '

Returns information about a cluster operation.

', 'refs' => [ 'DescribeClusterOperationV2Response$ClusterOperationInfo' => '

Cluster operation information

', ], ], 'ClusterOperationV2Provisioned' => [ 'base' => '

Returns information about a provisioned cluster operation.

', 'refs' => [ 'ClusterOperationV2$Provisioned' => '

Properties of a provisioned cluster.

', ], ], 'ClusterOperationV2Serverless' => [ 'base' => '

Returns information about a serverless cluster operation.

', 'refs' => [ 'ClusterOperationV2$Serverless' => '

Properties of a serverless cluster.

', ], ], 'ClusterOperationV2Summary' => [ 'base' => '

Returns information about a cluster operation.

', 'refs' => [ '__listOfClusterOperationV2Summary$member' => NULL, ], ], 'ClusterState' => [ 'base' => '

The state of an Apache Kafka cluster.

', 'refs' => [ 'ClusterInfo$State' => '

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

', 'CreateClusterResponse$State' => '

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

', 'CreateClusterV2Response$State' => '

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

', 'DeleteClusterResponse$State' => '

The state of the cluster. The possible states are ACTIVE, CREATING, DELETING, FAILED, HEALING, MAINTENANCE, REBOOTING_BROKER, and UPDATING.

', ], ], 'CompatibleKafkaVersion' => [ 'base' => '

Contains source Apache Kafka versions and compatible target Apache Kafka versions.

', 'refs' => [ '__listOfCompatibleKafkaVersion$member' => NULL, ], ], 'Configuration' => [ 'base' => '

Represents an MSK Configuration.

', 'refs' => [ '__listOfConfiguration$member' => NULL, ], ], 'ConfigurationInfo' => [ 'base' => '

Specifies the configuration to use for the brokers.

', 'refs' => [ 'CreateClusterRequest$ConfigurationInfo' => '

Represents the configuration that you want MSK to use for the cluster.

', 'ProvisionedRequest$ConfigurationInfo' => '

Represents the configuration that you want MSK to use for the cluster.

', 'MutableClusterInfo$ConfigurationInfo' => '

Information about the changes in the configuration of the brokers.

', 'UpdateClusterConfigurationRequest$ConfigurationInfo' => '

Represents the configuration that you want MSK to use for the cluster.

', ], ], 'ConfigurationRevision' => [ 'base' => '

Describes a configuration revision.

', 'refs' => [ 'Configuration$LatestRevision' => '

Latest revision of the configuration.

', 'CreateConfigurationResponse$LatestRevision' => '

Latest revision of the configuration.

', 'DescribeConfigurationResponse$LatestRevision' => '

Latest revision of the configuration.

', 'UpdateConfigurationResponse$LatestRevision' => '

Latest revision of the configuration.

', '__listOfConfigurationRevision$member' => NULL, ], ], 'ConfigurationState' => [ 'base' => '

The state of a configuration.

', 'refs' => [ 'DescribeConfigurationResponse$State' => '

The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

', 'CreateConfigurationResponse$State' => '

The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

', 'DeleteConfigurationResponse$State' => '

The state of the configuration. The possible states are ACTIVE, DELETING and DELETE_FAILED.

', ], ], 'ConflictException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'ConnectivityInfo' => [ 'base' => '

Information about the broker access configuration.

', 'refs' => [ 'BrokerNodeGroupInfo$ConnectivityInfo' => '

Information about the broker access configuration.

', 'MutableClusterInfo$ConnectivityInfo' => '

Information about the broker access configuration.

', 'UpdateConnectivityRequest$ConnectivityInfo' => '

Information about the broker access configuration.

', ], ], 'CreateClusterRequest' => [ 'base' => '

Creates a cluster.

', 'refs' => [], ], 'CreateClusterV2Request' => [ 'base' => '

Creates a new Amazon MSK cluster of either the provisioned or the serverless type.

', 'refs' => [], ], 'CreateClusterResponse' => [ 'base' => '

Returns information about the created cluster.

', 'refs' => [], ], 'CreateClusterV2Response' => [ 'base' => '

Returns information about the created cluster of either the provisioned or the serverless type.

', 'refs' => [], ], 'CreateConfigurationRequest' => [ 'base' => '

Request body for CreateConfiguration.

', 'refs' => [], ], 'CreateConfigurationResponse' => [ 'base' => '

Response body for CreateConfiguration

', 'refs' => [], ], 'CreateVpcConnectionRequest' => [ 'base' => '

Request body for CreateVpcConnection.

', 'refs' => [], ], 'CreateVpcConnectionResponse' => [ 'base' => '

Response body for CreateVpcConnection

', 'refs' => [], ], 'DeleteClusterResponse' => [ 'base' => '

Returns information about the deleted cluster.

', 'refs' => [], ], 'DeleteClusterPolicyRequest' => [ 'base' => '

Request body for DeleteClusterPolicy.

', 'refs' => [], ], 'DeleteClusterPolicyResponse' => [ 'base' => '

Response body for DeleteClusterPolicy.

', 'refs' => [], ], 'DeleteConfigurationRequest' => [ 'base' => '

Request body for DeleteConfiguration.

', 'refs' => [], ], 'DeleteConfigurationResponse' => [ 'base' => '

Response body for DeleteConfiguration.

', 'refs' => [], ], 'DeleteVpcConnectionRequest' => [ 'base' => '

Request body for DeleteVpcConnection.

', 'refs' => [], ], 'DeleteVpcConnectionResponse' => [ 'base' => '

Response body for DeleteVpcConnection.

', 'refs' => [], ], 'DescribeClusterOperationResponse' => [ 'base' => '

Information about a cluster operation.

', 'refs' => [], ], 'DescribeClusterOperationV2Response' => [ 'base' => '

Information about a cluster operation.

', 'refs' => [], ], 'DescribeClusterResponse' => [ 'base' => '

Returns information about a cluster.

', 'refs' => [], ], 'DescribeClusterV2Response' => [ 'base' => '

Returns information about a cluster of either the provisioned or the serverless type.

', 'refs' => [], ], 'DescribeConfigurationResponse' => [ 'base' => '

Response body for DescribeConfiguration.

', 'refs' => [], ], 'DescribeConfigurationRevisionResponse' => [ 'base' => '

Response body for DescribeConfigurationRevision.

', 'refs' => [], ], 'DescribeVpcConnectionResponse' => [ 'base' => '

Response body for DescribeVpcConnection.

', 'refs' => [], ], 'BatchDisassociateScramSecretRequest' => [ 'base' => '

Request body for BatchDisassociateScramSecret.

', 'refs' => [], ], 'BatchDisassociateScramSecretResponse' => [ 'base' => '

Response body for BatchDisassociateScramSecret.

', 'refs' => [], ], 'EBSStorageInfo' => [ 'base' => '

Contains information about the EBS storage volumes attached to Apache Kafka broker nodes.

', 'refs' => [ 'StorageInfo$EbsStorageInfo' => '

EBS volume information.

', ], ], 'EncryptionAtRest' => [ 'base' => '

The data-volume encryption details.

', 'refs' => [ 'EncryptionInfo$EncryptionAtRest' => '

The data-volume encryption details.

', ], ], 'EncryptionInTransit' => [ 'base' => '

The settings for encrypting data in transit.

', 'refs' => [ 'EncryptionInfo$EncryptionInTransit' => '

The details for encryption in transit.

', ], ], 'EncryptionInfo' => [ 'base' => '

Includes encryption-related information, such as the AWS KMS key used for encrypting data at rest and whether you want MSK to encrypt your data in transit.

', 'refs' => [ 'ClusterInfo$EncryptionInfo' => '

Includes all encryption-related information.

', 'Provisioned$EncryptionInfo' => '

Includes all encryption-related information.

', 'CreateClusterRequest$EncryptionInfo' => '

Includes all encryption-related information.

', 'ProvisionedRequest$EncryptionInfo' => '

Includes all encryption-related information.

', 'MutableClusterInfo$EncryptionInfo' => '

Includes all encryption-related information.

', 'UpdateSecurityRequest$EncryptionInfo' => '

Includes all encryption-related information.

', ], ], 'EnhancedMonitoring' => [ 'base' => '

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

', 'refs' => [ 'ClusterInfo$EnhancedMonitoring' => '

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

', 'Provisioned$EnhancedMonitoring' => '

Specifies which metrics are gathered for the MSK cluster. This property has the following possible values: DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION. For a list of the metrics associated with each of these levels of monitoring, see Monitoring.

', 'CreateClusterRequest$EnhancedMonitoring' => '

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

', 'ProvisionedRequest$EnhancedMonitoring' => '

Specifies the level of monitoring for the MSK cluster. The possible values are DEFAULT, PER_BROKER, PER_TOPIC_PER_BROKER, and PER_TOPIC_PER_PARTITION.

', 'MutableClusterInfo$EnhancedMonitoring' => '

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

', 'UpdateMonitoringRequest$EnhancedMonitoring' => '

Specifies which Apache Kafka metrics Amazon MSK gathers and sends to Amazon CloudWatch for this cluster.

', ], ], 'Error' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'ErrorInfo' => [ 'base' => '

Returns information about an error state of the cluster.

', 'refs' => [ 'ClusterOperationInfo$ErrorInfo' => '

Describes the error if the operation fails.

', ], ], 'Firehose' => [ 'base' => '

Firehose details for BrokerLogs.

', 'refs' => [ 'BrokerLogs$Firehose' => '

Details of the Kinesis Data Firehose delivery stream that is the destination for broker logs.

', ], ], 'ForbiddenException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'GetBootstrapBrokersResponse' => [ 'base' => '

Returns a string containing one or more hostname:port pairs.

', 'refs' => [], ], 'GetCompatibleKafkaVersionsResponse' => [ 'base' => '

Response body for GetCompatibleKafkaVersions.

', 'refs' => [], ], 'GetClusterPolicyRequest' => [ 'base' => '

Request body for GetClusterPolicy.

', 'refs' => [], ], 'GetClusterPolicyResponse' => [ 'base' => '

Returns information about the specified cluster policy.

', 'refs' => [], ], 'InternalServerErrorException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'JmxExporter' => [ 'base' => '

Indicates whether you want to enable or disable the JMX Exporter.

', 'refs' => [ 'Prometheus$JmxExporter' => '

Indicates whether you want to enable or disable the JMX Exporter.

', ], ], 'JmxExporterInfo' => [ 'base' => '

Indicates whether you want to enable or disable the JMX Exporter.

', 'refs' => [ 'PrometheusInfo$JmxExporter' => '

JMX Exporter settings.

', ], ], 'KafkaVersion' => [ 'base' => '

Information about a Apache Kafka version.

', 'refs' => [ '__listOfKafkaVersion$member' => NULL, ], ], 'KafkaVersionStatus' => [ 'base' => '

The status of a Apache Kafka version.

', 'refs' => [ 'KafkaVersion$Status' => '

The status of the Apache Kafka version.

', ], ], 'ListClusterOperationsResponse' => [ 'base' => '

The response contains an array containing cluster operation information and a next token if the response is truncated.

', 'refs' => [], ], 'ListClusterOperationsV2Response' => [ 'base' => '

The response contains an array containing cluster operation information and a next token if the response is truncated.

', 'refs' => [], ], 'ListClustersResponse' => [ 'base' => '

The response contains an array containing cluster information and a next token if the response is truncated.

', 'refs' => [], ], 'ListClustersV2Response' => [ 'base' => '

The response contains an array containing cluster information and a next token if the response is truncated.

', 'refs' => [], ], 'ListConfigurationRevisionsResponse' => [ 'base' => '

Information about revisions of an MSK configuration.

', 'refs' => [], ], 'ListConfigurationsResponse' => [ 'base' => '

The response contains an array of Configuration and a next token if the response is truncated.

', 'refs' => [], ], 'ListKafkaVersionsResponse' => [ 'base' => '

Response for ListKafkaVersions.

', 'refs' => [], ], 'ListNodesResponse' => [ 'base' => '

Information about nodes in the cluster.

', 'refs' => [], ], 'ListScramSecretsResponse' => [ 'base' => '

Information about scram secrets associated to the cluster.

', 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => '

Response of listing tags for a resource.

', 'refs' => [], ], 'ListClientVpcConnectionsRequest' => [ 'base' => '

Request body for ListClientVpcConnections.

', 'refs' => [], ], 'ListClientVpcConnectionsResponse' => [ 'base' => '

The response contains an array of client VPC connections and a next token if the response is truncated.

', 'refs' => [], ], 'ListVpcConnectionsRequest' => [ 'base' => '

Request body for ListVpcConnections.

', 'refs' => [], ], 'ListVpcConnectionsResponse' => [ 'base' => '

The response contains an array of MSK VPC connections and a next token if the response is truncated.

', 'refs' => [], ], 'RejectClientVpcConnectionRequest' => [ 'base' => '

Request body for RejectClientVpcConnection.

', 'refs' => [], ], 'RejectClientVpcConnectionResponse' => [ 'base' => '

Response body for RejectClientVpcConnection.

', 'refs' => [], ], 'LoggingInfo' => [ 'base' => '

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

', 'refs' => [ 'ClusterInfo$LoggingInfo' => '

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

', 'Provisioned$LoggingInfo' => '

You can configure your MSK cluster to send broker logs to different destination types. This is a container for the configuration details related to broker logs.

', 'CreateClusterRequest$LoggingInfo' => '

LoggingInfo details.

', 'ProvisionedRequest$LoggingInfo' => '

LoggingInfo details.

', 'MutableClusterInfo$LoggingInfo' => '

LoggingInfo details.

', 'UpdateMonitoringRequest$LoggingInfo' => '

LoggingInfo details.

', ], ], 'MutableClusterInfo' => [ 'base' => '

Information about cluster attributes that can be updated via update APIs.

', 'refs' => [ 'ClusterOperationInfo$SourceClusterInfo' => '

Information about cluster attributes before a cluster is updated.

', 'ClusterOperationInfo$TargetClusterInfo' => '

Information about cluster attributes after a cluster is updated.

', ], ], 'NodeExporter' => [ 'base' => '

Indicates whether you want to enable or disable the Node Exporter.

', 'refs' => [ 'Prometheus$NodeExporter' => '

Indicates whether you want to enable or disable the Node Exporter.

', ], ], 'NodeExporterInfo' => [ 'base' => '

Indicates whether you want to enable or disable the Node Exporter.

', 'refs' => [ 'PrometheusInfo$NodeExporter' => '

Node Exporter settings.

', ], ], 'NodeInfo' => [ 'base' => '

The node information object.

', 'refs' => [ '__listOfNodeInfo$member' => NULL, ], ], 'NodeType' => [ 'base' => '

The broker or Zookeeper node.

', 'refs' => [ 'NodeInfo$NodeType' => '

The node type.

', ], ], 'NotFoundException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'OpenMonitoring' => [ 'base' => '

JMX and Node monitoring for the MSK cluster.

', 'refs' => [ 'ClusterInfo$OpenMonitoring' => '

Settings for open monitoring using Prometheus.

', 'Provisioned$OpenMonitoring' => '

Settings for open monitoring using Prometheus.

', 'MutableClusterInfo$OpenMonitoring' => '

Settings for open monitoring using Prometheus.

', ], ], 'OpenMonitoringInfo' => [ 'base' => '

JMX and Node monitoring for the MSK cluster.

', 'refs' => [ 'CreateClusterRequest$OpenMonitoring' => '

The settings for open monitoring.

', 'ProvisionedRequest$OpenMonitoring' => '

The settings for open monitoring.

', 'UpdateMonitoringRequest$OpenMonitoring' => '

The settings for open monitoring.

', ], ], 'Prometheus' => [ 'base' => '

Prometheus settings for open monitoring.

', 'refs' => [ 'OpenMonitoring$Prometheus' => '

Prometheus settings.

', ], ], 'PrometheusInfo' => [ 'base' => '

Prometheus settings.

', 'refs' => [ 'OpenMonitoringInfo$Prometheus' => '

Prometheus settings.

', ], ], 'ProvisionedThroughput' => [ 'base' => '

Contains information about provisioned throughput for EBS storage volumes attached to kafka broker nodes.

', 'refs' => [ 'BrokerEBSVolumeInfo$ProvisionedThroughput' => '

EBS volume provisioned throughput information.

', 'EBSStorageInfo$ProvisionedThroughput' => '

EBS volume provisioned throughput information.

', 'UpdateStorageRequest$ProvisionedThroughput' => '

EBS volume provisioned throughput information.

', ], ], 'PublicAccess' => [ 'base' => '

Broker public access control.

', 'refs' => [ 'ConnectivityInfo$PublicAccess' => '

Public access control for brokers.

', ], ], 'PutClusterPolicyRequest' => [ 'base' => '

Request body for PutClusterPolicy.

', 'refs' => [], ], 'PutClusterPolicyResponse' => [ 'base' => '

Response body for PutClusterPolicy.

', 'refs' => [], ], 'RebootBrokerRequest' => [ 'base' => '

Request body for RebootBrokerNode action.

', 'refs' => [], ], 'RebootBrokerResponse' => [ 'base' => '

Response body for RebootBrokers action.

', 'refs' => [], ], 'S3' => [ 'base' => '

The details of the Amazon S3 destination for broker logs.

', 'refs' => [ 'BrokerLogs$S3' => '

Details of the Amazon S3 destination for broker logs.

', ], ], 'ServiceUnavailableException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'StateInfo' => [ 'base' => '

Contains information about the state of the Amazon MSK cluster.

', 'refs' => [ 'ClusterInfo$StateInfo' => '

Contains information about the state of the Amazon MSK cluster.

', ], ], 'StorageInfo' => [ 'base' => '

Contains information about storage volumes attached to MSK broker nodes.

', 'refs' => [ 'BrokerNodeGroupInfo$StorageInfo' => '

Contains information about storage volumes attached to MSK broker nodes.

', ], ], 'StorageMode' => [ 'base' => '

Controls storage mode for various supported storage tiers.

', 'refs' => [ 'Provisioned$StorageMode' => '

This controls storage mode for supported storage tiers.

', 'ProvisionedRequest$StorageMode' => '

This controls storage mode for supported storage tiers.

', 'ClusterInfo$StorageMode' => '

This controls storage mode for supported storage tiers.

', 'CreateClusterRequest$StorageMode' => '

This controls storage mode for supported storage tiers.

', 'MutableClusterInfo$StorageMode' => '

This controls storage mode for supported storage tiers.

', 'UpdateStorageRequest$StorageMode' => '

Controls storage mode for supported storage tiers.

', ], ], 'TagResourceRequest' => [ 'base' => '

Tag a resource.

', 'refs' => [], ], 'Tls' => [ 'base' => '

Details for client authentication using TLS.

', 'refs' => [ 'ClientAuthentication$Tls' => '

Details for ClientAuthentication using TLS.

', ], ], 'TooManyRequestsException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'Unauthenticated' => [ 'base' => '

Contains information about unauthenticated traffic to the cluster.

', 'refs' => [ 'ClientAuthentication$Unauthenticated' => '

Contains information about unauthenticated traffic to the cluster.

', ], ], 'UnauthorizedException' => [ 'base' => '

Returns information about an error.

', 'refs' => [], ], 'UpdateBrokerCountRequest' => [ 'base' => '

Request body for UpdateBrokerCount.

', 'refs' => [], ], 'UpdateBrokerCountResponse' => [ 'base' => '

Response body for UpdateBrokerCount.

', 'refs' => [], ], 'UpdateBrokerTypeRequest' => [ 'base' => '

Request body for UpdateBrokerType.

', 'refs' => [], ], 'UpdateBrokerTypeResponse' => [ 'base' => '

Response body for UpdateBrokerType.

', 'refs' => [], ], 'UpdateBrokerStorageRequest' => [ 'base' => '

Request object for UpdateBrokerStorage.

', 'refs' => [], ], 'UpdateBrokerStorageResponse' => [ 'base' => '

Response body for UpdateBrokerStorage.

', 'refs' => [], ], 'UpdateConfigurationRequest' => [ 'base' => '

Request body for UpdateConfiguration.

', 'refs' => [], ], 'UpdateConfigurationResponse' => [ 'base' => '

Response body for UpdateConfiguration.

', 'refs' => [], ], 'UpdateConnectivityRequest' => [ 'base' => '

Request body for UpdateConnectivity.

', 'refs' => [], ], 'UpdateConnectivityResponse' => [ 'base' => '

Response body for UpdateConnectivity.

', 'refs' => [], ], 'UpdateClusterConfigurationRequest' => [ 'base' => '

Request body for UpdateClusterConfiguration.

', 'refs' => [], ], 'UpdateClusterConfigurationResponse' => [ 'base' => '

Response body for UpdateClusterConfiguration.

', 'refs' => [], ], 'UpdateClusterKafkaVersionRequest' => [ 'base' => '

Request body for UpdateClusterKafkaVersion.

', 'refs' => [], ], 'UpdateClusterKafkaVersionResponse' => [ 'base' => '

Response body for UpdateClusterKafkaVersion.

', 'refs' => [], ], 'UpdateMonitoringRequest' => [ 'base' => '

Request body for UpdateMonitoring.

', 'refs' => [], ], 'UpdateMonitoringResponse' => [ 'base' => '

Response body for UpdateMonitoring.

', 'refs' => [], ], 'UpdateSecurityRequest' => [ 'base' => '

Request body for UpdateSecurity.

', 'refs' => [], ], 'UpdateSecurityResponse' => [ 'base' => '

Response body for UpdateSecurity.

', 'refs' => [], ], 'UpdateStorageRequest' => [ 'base' => '

Request object for UpdateStorageApi.

', 'refs' => [], ], 'UpdateStorageResponse' => [ 'base' => '

Response body for UpdateStorageResponse Api.

', 'refs' => [], ], 'UserIdentity' => [ 'base' => '

Description of the requester that calls the API operation.

', 'refs' => [ 'VpcConnectionInfo$UserIdentity' => '

Description of the requester that calls the API operation.

', ], ], 'UserIdentityType' => [ 'base' => '

The identity type of the requester that calls the API operation.

', 'refs' => [ 'UserIdentity$Type' => '

The identity type of the requester that calls the API operation.

', ], ], 'ZookeeperNodeInfo' => [ 'base' => '

Zookeeper node information.

', 'refs' => [ 'NodeInfo$ZookeeperNodeInfo' => '

The ZookeeperNodeInfo.

', ], ], 'VpcConfig' => [ 'base' => '

The configuration of the Amazon VPCs for the cluster.

', 'refs' => [], ], 'VpcConnectivity' => [ 'base' => '

Broker VPC connectivity access control.

', 'refs' => [ 'ConnectivityInfo$VpcConnectivity' => '

VpcConnectivity control for brokers.

', ], ], 'ClientVpcConnection' => [ 'base' => '

The client VPC connection object.

', 'refs' => [ '__listOfClientVpcConnections$member' => NULL, ], ], 'VpcConnection' => [ 'base' => '

The VPC connection object.

', 'refs' => [ '__listOfVpcConnections$member' => NULL, ], ], 'VpcConnectionInfo' => [ 'base' => '

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

', 'refs' => [ 'ClusterOperationInfo$VpcConnectionInfo' => '

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

', ], ], 'VpcConnectionInfoServerless' => [ 'base' => '

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

', 'refs' => [ 'ClusterOperationV2Serverless$VpcConnectionInfo' => '

Description of the VPC connection for CreateVpcConnection and DeleteVpcConnection operations.

', ], ], 'VpcConnectionState' => [ 'base' => '

The state of a configuration.

', 'refs' => [ 'DescribeVpcConnectionResponse$State' => '

The state of the VPC connection. The possible states are AVAILABLE, INACTIVE, DEACTIVATING, DELETING, CREATING, REJECTING, REJECTED and FAILED.

', 'CreateVpcConnectionResponse$State' => '

The state of the VPC connection. The only possible state is CREATING.

', 'DeleteVpcConnectionResponse$State' => '

The state of the VPC connection. The only possible state is DELETING.

', ], ], '__boolean' => [ 'base' => NULL, 'refs' => [ 'CloudWatchLogs$Enabled' => '

Specifies whether broker logs get sent to the specified CloudWatch Logs destination.

', 'EncryptionInTransit$InCluster' => '

When set to true, it indicates that data communication among the broker nodes of the cluster is encrypted. When set to false, the communication happens in plaintext.

The default value is true.

', 'Firehose$Enabled' => '

Specifies whether broker logs get sent to the specified Kinesis Data Firehose delivery stream.

', 'IAM$Enabled' => '

IAM authentication is enabled or not.

', 'JmxExporter$EnabledInBroker' => '

Indicates whether you want to enable or disable the JMX Exporter.

', 'JmxExporterInfo$EnabledInBroker' => '

JMX Exporter being enabled in broker.

', 'NodeExporter$EnabledInBroker' => '

Indicates whether you want to enable or disable the Node Exporter.

', 'NodeExporterInfo$EnabledInBroker' => '

Node Exporter being enabled in broker.

', 'ProvisionedThroughput$Enabled' => '

Provisioned throughput is enabled or not.

', 'S3$Enabled' => '

Specifies whether broker logs get sent to the specified Amazon S3 destination.

', 'Scram$Enabled' => '

SASL/SCRAM authentication is enabled or not.

', 'Tls$Enabled' => '

TLS authentication is enabled or not.

', 'Unauthenticated$Enabled' => '

Specifies whether you want to enable or disable unauthenticated traffic to your cluster.

', 'VpcConnectivityIAM$Enabled' => '

SASL/IAM authentication for VPC connectivity is on or off.

', 'VpcConnectivityScram$Enabled' => '

SASL/SCRAM authentication for VPC connectivity is on or off.

', 'VpcConnectivityTls$Enabled' => '

TLS authentication for VPC connectivity is on or off.

', ], ], '__double' => [ 'base' => NULL, 'refs' => [ 'BrokerNodeInfo$BrokerId' => '

The ID of the broker.

', 'ZookeeperNodeInfo$ZookeeperId' => '

The role-specific ID for Zookeeper.

', ], ], '__integer' => [ 'base' => NULL, 'refs' => [ 'BrokerEBSVolumeInfo$VolumeSizeGB' => '

Size of the EBS volume to update.

', 'ClusterInfo$NumberOfBrokerNodes' => '

The number of broker nodes in the cluster.

', 'CreateClusterRequest$NumberOfBrokerNodes' => '

The number of broker nodes in the cluster.

', 'MutableClusterInfo$NumberOfBrokerNodes' => '

The number of broker nodes in the cluster.

', 'ProvisionedThroughput$VolumeThroughput' => '

Throughput value of the EBS volumes for the data drive on each kafka broker node in MiB per second.

', 'UpdateStorageRequest$VolumeSizeGB' => '

size of the EBS volume to update.

', ], ], '__integerMin1Max15' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$NumberOfBrokerNodes' => '

The number of Apache Kafka broker nodes in the Amazon MSK cluster.

', 'UpdateBrokerCountRequest$TargetNumberOfBrokerNodes' => '

The number of broker nodes that you want the cluster to have after this operation completes successfully.

', ], ], '__integerMin1Max16384' => [ 'base' => NULL, 'refs' => [ 'EBSStorageInfo$VolumeSize' => '

The size in GiB of the EBS volume for the data drive on each broker node.

', ], ], '__listOfBrokerEBSVolumeInfo' => [ 'base' => NULL, 'refs' => [ 'MutableClusterInfo$BrokerEBSVolumeInfo' => '

Specifies the size of the EBS volume and the ID of the associated broker.

', 'UpdateBrokerStorageRequest$TargetBrokerEBSVolumeInfo' => '

Describes the target volume size and the ID of the broker to apply the update to.

The value you specify for Target-Volume-in-GiB must be a whole number that is greater than 100 GiB.

The storage per broker after the update operation can\'t exceed 16384 GiB.

', ], ], '__listOfClusterInfo' => [ 'base' => NULL, 'refs' => [ 'ListClustersResponse$ClusterInfoList' => '

Information on each of the MSK clusters in the response.

', ], ], '__listOfCluster' => [ 'base' => NULL, 'refs' => [ 'ListClustersV2Response$ClusterInfoList' => '

Information on each of the MSK clusters in the response.

', ], ], '__listOfVpcConfig' => [ 'base' => NULL, 'refs' => [ 'ServerlessRequest$VpcConfigs' => '

Information on vpc config for the serverless cluster.

', 'Serverless$VpcConfigs' => '

Information on vpc config for the serverless cluster.

', ], ], '__listOfClusterOperationInfo' => [ 'base' => NULL, 'refs' => [ 'ListClusterOperationsResponse$ClusterOperationInfoList' => '

An array of cluster operation information objects.

', ], ], '__listOfClusterOperationStep' => [ 'base' => NULL, 'refs' => [ 'ClusterOperationInfo$OperationSteps' => '

Steps completed during the operation.

', ], ], '__listOfCompatibleKafkaVersion' => [ 'base' => NULL, 'refs' => [ 'GetCompatibleKafkaVersionsResponse$CompatibleKafkaVersions' => '

A list of CompatibleKafkaVersion objects.

', ], ], '__listOfConfiguration' => [ 'base' => NULL, 'refs' => [ 'ListConfigurationsResponse$Configurations' => '

An array of MSK configurations.

', ], ], '__listOfConfigurationRevision' => [ 'base' => NULL, 'refs' => [ 'ListConfigurationRevisionsResponse$Revisions' => '

List of ConfigurationRevision objects.

', ], ], '__listOfKafkaVersion' => [ 'base' => NULL, 'refs' => [ 'ListKafkaVersionsResponse$KafkaVersions' => '

An array of Apache Kafka version objects.

', ], ], '__listOfNodeInfo' => [ 'base' => NULL, 'refs' => [ 'ListNodesResponse$NodeInfoList' => '

List containing a NodeInfo object.

', ], ], '__listOfClientVpcConnection' => [ 'base' => NULL, 'refs' => [ 'ListClientVpcConnectionsResponse$ClientVpcConnections' => '

List containing a ClientVpcConnection object.

', ], ], '__listOfVpcConnection' => [ 'base' => NULL, 'refs' => [ 'ListVpcConnectionsResponse$VpcConnections' => '

List containing a VpcConnection object.

', ], ], '__listOfUnprocessedScramSecret' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateScramSecretResponse$UnprocessedScramSecrets' => '

List of errors when associating secrets to cluster.

', 'BatchDisassociateScramSecretResponse$UnprocessedScramSecrets' => '

List of errors when disassociating secrets to cluster.

', ], ], '__listOf__string' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateScramSecretRequest$SecretArnList' => '

List of AWS Secrets Manager secret ARNs.

', 'BatchDisassociateScramSecretRequest$SecretArnList' => '

List of AWS Secrets Manager secret ARNs.

', 'BrokerNodeGroupInfo$ClientSubnets' => '

The list of subnets to connect to in the client virtual private cloud (VPC). AWS creates elastic network interfaces inside these subnets. Client applications use elastic network interfaces to produce and consume data. Client subnets can\'t occupy the Availability Zone with ID use use1-az3.

', 'BrokerNodeGroupInfo$SecurityGroups' => '

The AWS security groups to associate with the elastic network interfaces in order to specify who can connect to and communicate with the Amazon MSK cluster. If you don\'t specify a security group, Amazon MSK uses the default security group associated with the VPC. If you specify security groups that were shared with you, you must ensure that you have permissions to them. Specifically, you need the ec2:DescribeSecurityGroups permission.

', 'BrokerNodeGroupInfo$ZoneIds' => '

The zoneIds for the cluster.

', 'BrokerNodeInfo$Endpoints' => '

Endpoints for accessing the broker.

', 'Configuration$KafkaVersions' => '

An array of the versions of Apache Kafka with which you can use this MSK configuration. You can use this configuration for an MSK cluster only if the Apache Kafka version specified for the cluster appears in this array.

', 'CreateConfigurationRequest$KafkaVersions' => '

The versions of Apache Kafka with which you can use this MSK configuration.

', 'CreateVpcConnectionRequest$ClientSubnets' => '

The list of subnets in the client VPC.

', 'CreateVpcConnectionRequest$SecurityGroups' => '

The list of security groups to attach to the VPC connection.

', 'CreateVpcConnectionResponse$ClientSubnets' => '

The list of subnets in the client VPC.

', 'CreateVpcConnectionResponse$SecurityGroups' => '

The list of security groups attached to the VPC connection.

', 'DescribeConfigurationResponse$KafkaVersions' => '

The versions of Apache Kafka with which you can use this MSK configuration.

', 'DescribeVpcConnectionResponse$SecurityGroups' => '

The list of security groups attached to the VPC connection.

', 'DescribeVpcConnectionResponse$Subnets' => '

The list of subnets in the client VPC.

', 'ListScramSecretsResponse$SecretArnList' => '

The list of scram secrets associated with the cluster.

', 'RebootBrokerRequest$BrokerIds' => '

The list of broker ids to be rebooted.

', 'Tls$CertificateAuthorityArnList' => '

List of ACM Certificate Authority ARNs.

', 'ZookeeperNodeInfo$Endpoints' => '

Endpoints for accessing the ZooKeeper.

', ], ], '__long' => [ 'base' => NULL, 'refs' => [ 'BrokerSoftwareInfo$ConfigurationRevision' => '

The revision of the configuration to use. This field isn\'t visible in this preview release.

', 'ConfigurationRevision$Revision' => '

The revision number.

', 'DescribeConfigurationRevisionResponse$Revision' => '

The revision number.

', 'ConfigurationInfo$Revision' => '

The revision of the configuration to use.

', ], ], '__mapOf__string' => [ 'base' => NULL, 'refs' => [ 'ClusterInfo$Tags' => '

Tags attached to the cluster.

', 'CreateClusterRequest$Tags' => '

Create tags when creating the cluster.

', 'CreateVpcConnectionRequest$Tags' => '

Create tags when creating the VPC connection.

', 'CreateVpcConnectionResponse$Tags' => '

Tags attached to the VPC connection.

', 'DescribeVpcConnectionResponse$Tags' => '

Tags attached to the VPC connection.

', 'ListTagsForResourceResponse$Tags' => '

The key-value pair for the resource tag.

', 'TagResourceRequest$Tags' => '

The key-value pair for the resource tag.

', 'VpcConnection$Tags' => '

Tags attached to the VPC connection.

', ], ], '__string' => [ 'base' => NULL, 'refs' => [ 'BatchAssociateScramSecretResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'BatchDisassociateScramSecretResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'BrokerEBSVolumeInfo$KafkaBrokerNodeId' => '

The ID of the broker to update.

', 'BrokerNodeInfo$AttachedENIId' => '

The attached elastic network interface of the broker.

', 'BrokerNodeInfo$ClientSubnet' => '

The client subnet to which this broker node belongs.

', 'BrokerNodeInfo$ClientVpcIpAddress' => '

The virtual private cloud (VPC) of the client.

', 'BrokerSoftwareInfo$ConfigurationArn' => '

The Amazon Resource Name (ARN) of the configuration used for the cluster. This field isn\'t visible in this preview release.

', 'BrokerSoftwareInfo$KafkaVersion' => '

The version of Apache Kafka.

', 'ClientVpcConnection$Authentication' => '

The VPC connection authentication type.

', 'ClientVpcConnection$Owner' => '

The owner of the VPC connection.

', 'ClientVpcConnection$VpcConnectionArn' => '

The Amazon Resource Name (ARN) of the VPC connection.

', 'CloudWatchLogs$LogGroup' => '

The CloudWatch log group that is the destination for broker logs.

', 'ClusterInfo$ActiveOperationArn' => '

Arn of active cluster operation.

', 'ClusterInfo$ClusterArn' => '

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

', 'ClusterInfo$ClusterName' => '

The name of the cluster.

', 'ClusterInfo$CurrentVersion' => '

The current version of the MSK cluster. Cluster versions aren\'t simple integers. You can obtain the current version by describing the cluster. An example version is KTVPDKIKX0DER.

', 'ClusterInfo$ZookeeperConnectString' => '

The connection string to use to connect to the Apache ZooKeeper cluster.

', 'ClusterInfo$ZookeeperConnectStringTls' => '

The connection string to use to connect to zookeeper cluster on Tls port.

', 'ClusterOperationInfo$ClientRequestId' => '

The ID of the API request that triggered this operation.

', 'ClusterOperationInfo$ClusterArn' => '

ARN of the cluster.

', 'ClusterOperationInfo$OperationArn' => '

ARN of the cluster operation.

', 'ClusterOperationInfo$OperationState' => '

State of the cluster operation.

', 'ClusterOperationInfo$OperationType' => '

Type of the cluster operation.

', 'ClusterOperationStep$StepName' => '

The name of the step.

', 'ClusterOperationStepInfo$StepStatus' => '

The steps current status.

', 'Configuration$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'Configuration$Description' => '

The description of the configuration.

', 'Configuration$Name' => '

The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z-]+$".

', 'ConfigurationInfo$Arn' => '

ARN of the configuration to use.

', 'ConfigurationRevision$Description' => '

The description of the configuration revision.

', 'CreateClusterResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'CreateClusterResponse$ClusterName' => '

The name of the MSK cluster.

', 'CreateConfigurationRequest$Description' => '

The description of the configuration.

', 'CreateConfigurationRequest$Name' => '

The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z-]+$".

', 'CreateConfigurationResponse$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'CreateConfigurationResponse$Name' => '

The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z-]+$".

', 'CreateVpcConnectionRequest$TargetClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'CreateVpcConnectionRequest$VpcId' => '

The VPC ID of the VPC connection.

', 'CreateVpcConnectionResponse$VpcConnectionArn' => '

The Amazon Resource Name (ARN) of the VPC connection.

', 'CreateVpcConnectionResponse$VpcId' => '

The VPC ID of the VPC connection.

', 'DeleteClusterResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'DeleteConfigurationRequest$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'DeleteConfigurationResponse$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'DeleteVpcConnectionResponse$VpcConnectionArn' => '

The Amazon Resource Name (ARN) of the VPC connection.

', 'DescribeConfigurationResponse$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'DescribeConfigurationResponse$Description' => '

The description of the configuration.

', 'DescribeConfigurationResponse$Name' => '

The name of the configuration. Configuration names are strings that match the regex "^[0-9A-Za-z-]+$".

', 'DescribeConfigurationRevisionResponse$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'DescribeConfigurationRevisionResponse$Description' => '

The description of the configuration.

', 'DescribeVpcConnectionResponse$Authentication' => '

The authentication type of the VPC connection.

', 'DescribeVpcConnectionResponse$TargetClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'DescribeVpcConnectionResponse$VpcConnectionArn' => '

The Amazon Resource Name (ARN) of the VPC connection.

', 'DescribeVpcConnectionResponse$VpcId' => '

The VPC ID of the VPC connection.

', 'EncryptionAtRest$DataVolumeKMSKeyId' => '

The ARN of the AWS KMS key for encrypting data at rest. If you don\'t specify a KMS key, MSK creates one for you and uses it.

', 'Error$InvalidParameter' => '

The parameter that caused the error.

', 'Error$Message' => '

The description of the error.

', 'ErrorInfo$ErrorCode' => '

A number describing the error programmatically.

', 'ErrorInfo$ErrorString' => '

An optional field to provide more details about the error.

', 'Firehose$DeliveryStream' => '

The Kinesis Data Firehose delivery stream that is the destination for broker logs.

', 'GetBootstrapBrokersResponse$BootstrapBrokerString' => '

A string containing one or more hostname:port pairs.

', 'GetBootstrapBrokersResponse$BootstrapBrokerStringTls' => '

A string containing one or more DNS names (or IP addresses) and TLS port pairs. The following is an example.

{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9094"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringSaslScram' => '

A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9096"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringSaslIam' => '

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9098"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringPublicTls' => '

A string containing one or more DNS names (or IP addresses) and TLS port pairs. The following is an example.

{ "BootstrapBrokerStringTls": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9194"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringPublicSaslScram' => '

A string containing one or more DNS names (or IP addresses) and SASL SCRAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslScram": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9196"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringPublicSaslIam' => '

A string that contains one or more DNS names (or IP addresses) and SASL IAM port pairs. The following is an example.

{ "BootstrapBrokerStringSaslIam": "b-3.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-1.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198,b-2.exampleClusterName.abcde.c2.kafka.us-east-1.amazonaws.com:9198"}', 'GetBootstrapBrokersResponse$BootstrapBrokerStringVpcConnectivitySaslIam' => '

A string containing one or more dns name (or IP) and SASL IAM port pairs for VPC connectivity.

', 'GetBootstrapBrokersResponse$BootstrapBrokerStringVpcConnectivitySaslScram' => '

A string containing one or more dns name (or IP) and SASL SCRAM port pairs for VPC connectivity.

', 'GetBootstrapBrokersResponse$BootstrapBrokerStringVpcConnectivityTls' => '

A string containing one or more dns name (or IP) and Tls port pairs for VPC connectivity.

', 'GetClusterPolicyResponse$CurrentVersion' => '

Cluster policy version.

', 'GetClusterPolicyResponse$Policy' => '

Cluster policy attached to the MSK cluster.

', 'KafkaVersion$Version' => '

The Apache Kafka version.

', 'ListClientVpcConnectionsResponse$NextToken' => '

If the response of ListClientVpcConnections is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClientVpcConnections.

', 'ListClusterOperationsResponse$NextToken' => '

If the response of ListClusterOperations is truncated, it returns a NextToken in the response. This Nexttoken should be sent in the subsequent request to ListClusterOperations.

', 'ListClustersResponse$NextToken' => '

The paginated results marker. When the result of a ListClusters operation is truncated, the call returns NextToken in the response. To get another batch of clusters, provide this token in your next request.

', 'ListConfigurationRevisionsResponse$NextToken' => '

Paginated results marker.

', 'ListConfigurationsResponse$NextToken' => '

The paginated results marker. When the result of a ListConfigurations operation is truncated, the call returns NextToken in the response. To get another batch of configurations, provide this token in your next request.

', 'ListKafkaVersionsResponse$NextToken' => '

Paginated results marker.

', 'ListNodesResponse$NextToken' => '

The paginated results marker. When the result of a ListNodes operation is truncated, the call returns NextToken in the response. To get another batch of nodes, provide this token in your next request.

', 'ListScramSecretsResponse$NextToken' => '

Paginated results marker.

', 'ListVpcConnectionsResponse$NextToken' => '

If the response of ListVpcConnections is truncated, it returns a NextToken in the response. This NextToken should be sent in the subsequent request to ListVpcConnections.

', 'MutableClusterInfo$KafkaVersion' => '

The Apache Kafka version.

', 'NodeInfo$AddedToClusterTime' => '

The start time.

', 'NodeInfo$InstanceType' => '

The instance type.

', 'NodeInfo$NodeARN' => '

The Amazon Resource Name (ARN) of the node.

', 'PublicAccess$Type' => '

The value DISABLED indicates that public access is disabled. SERVICE_PROVIDED_EIPS indicates that public access is enabled.

', 'PutClusterPolicyResponse$CurrentVersion' => '

Cluster policy version.

', 'RebootBrokerResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'RebootBrokerResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'S3$Bucket' => '

The name of the S3 bucket that is the destination for broker logs.

', 'S3$Prefix' => '

The S3 prefix that is the destination for broker logs.

', 'StateInfo$Code' => '

If the cluster is in an unusable state, this field contains the code that describes the issue.

', 'StateInfo$Message' => '

If the cluster is in an unusable state, this field contains a message that describes the issue.

', 'UpdateBrokerCountRequest$CurrentVersion' => '

The current version of the cluster.

', 'UpdateBrokerCountResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateBrokerCountResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateBrokerTypeRequest$CurrentVersion' => '

The current version of the cluster.

', 'UpdateBrokerTypeRequest$TargetInstanceType' => '

The Amazon MSK broker type that you want all of the brokers in this cluster to be.

', 'UpdateBrokerTypeResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateBrokerTypeResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateBrokerStorageRequest$CurrentVersion' => '

The version of cluster to update from. A successful operation will then generate a new version.

', 'UpdateBrokerStorageResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateBrokerStorageResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateConfigurationRequest$Description' => '

The description of the configuration.

', 'UpdateConfigurationRequest$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'UpdateConfigurationResponse$Arn' => '

The Amazon Resource Name (ARN) of the configuration.

', 'UpdateConnectivityRequest$CurrentVersion' => '

The current version of the cluster.

', 'UpdateConnectivityResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateConnectivityResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateClusterConfigurationRequest$CurrentVersion' => '

The version of the cluster that you want to update.

', 'UpdateClusterConfigurationResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateClusterConfigurationResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateClusterKafkaVersionRequest$CurrentVersion' => '

Current cluster version.

', 'UpdateClusterKafkaVersionRequest$TargetKafkaVersion' => '

Target Apache Kafka version.

', 'UpdateClusterKafkaVersionResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateClusterKafkaVersionResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateMonitoringRequest$CurrentVersion' => '

The version of cluster to update from. A successful operation will then generate a new version.

', 'UpdateMonitoringResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateMonitoringResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateSecurityRequest$CurrentVersion' => '

You can use the DescribeCluster operation to get the current version of the cluster. After the security update is complete, the cluster will have a new version.

', 'UpdateSecurityResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateSecurityResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'UpdateStorageRequest$CurrentVersion' => '

The version of cluster to update from. A successful operation will then generate a new version.

', 'UpdateStorageResponse$ClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'UpdateStorageResponse$ClusterOperationArn' => '

The Amazon Resource Name (ARN) of the cluster operation.

', 'VpcConnection$Authentication' => '

The authentication type for the VPC connection.

', 'VpcConnection$TargetClusterArn' => '

The Amazon Resource Name (ARN) of the cluster.

', 'VpcConnection$VpcConnectionArn' => '

The Amazon Resource Name (ARN) of the VPC connection.

', 'VpcConnection$VpcId' => '

The VPC ID of the VPC connection.

', 'ZookeeperNodeInfo$AttachedENIId' => '

The attached elastic network interface of the broker.

', 'ZookeeperNodeInfo$ClientVpcIpAddress' => '

The virtual private cloud (VPC) IP address of the client.

', 'ZookeeperNodeInfo$ZookeeperVersion' => '

The version of Zookeeper.

', '__listOf__string$member' => NULL, '__mapOf__string$member' => NULL, ], ], '__stringMin1' => [ 'base' => NULL, 'refs' => [ 'PutClusterPolicyRequest$CurrentVersion' => '

Current cluster policy version.

', 'RejectClientVpcConnectionRequest$VpcConnectionArn' => '

VPC connection ARN.

', ], ], '__stringMin1Max128' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$KafkaVersion' => '

The version of Apache Kafka.

', ], ], '__stringMin1Max20480' => [ 'base' => NULL, 'refs' => [ 'PutClusterPolicyRequest$Policy' => '

Cluster policy for cluster.

', ], ], '__stringMin1Max64' => [ 'base' => NULL, 'refs' => [ 'CreateClusterRequest$ClusterName' => '

The name of the cluster.

', ], ], '__stringMin3Max10' => [ 'base' => NULL, 'refs' => [ 'CreateVpcConnectionRequest$Authentication' => NULL, 'CreateVpcConnectionResponse$Authentication' => '

The authentication type for the VPC connection.

', ], ], '__stringMin5Max32' => [ 'base' => NULL, 'refs' => [ 'BrokerNodeGroupInfo$InstanceType' => '

The type of broker used in the Amazon MSK cluster.

', 'MutableClusterInfo$InstanceType' => '

The Amazon MSK broker type that you want all of the brokers in this cluster to be.

', ], ], '__timestampIso8601' => [ 'base' => NULL, 'refs' => [ 'ClientVpcConnection$CreationTime' => '

The creation time of the VPC connection.

', 'ClusterInfo$CreationTime' => '

The time when the cluster was created.

', 'ClusterOperationInfo$CreationTime' => '

The time at which operation was created.

', 'ClusterOperationInfo$EndTime' => '

The time at which the operation finished.

', 'Configuration$CreationTime' => '

The time when the configuration was created.

', 'ConfigurationRevision$CreationTime' => '

The time when the configuration revision was created.

', 'CreateConfigurationResponse$CreationTime' => '

The time when the configuration was created.

', 'CreateVpcConnectionResponse$CreationTime' => '

The time when the VPC connection was created.

', 'DescribeConfigurationResponse$CreationTime' => '

The time when the configuration was created.

', 'DescribeConfigurationRevisionResponse$CreationTime' => '

The time when the configuration was created.

', 'DescribeVpcConnectionResponse$CreationTime' => '

The creation time of the VPC connection.

', 'VpcConnection$CreationTime' => '

The creation time of the VPC connection.

', ], ], ],];