lib/aws-sdk-kafka/plugins/endpoints.rb in aws-sdk-kafka-1.63.0 vs lib/aws-sdk-kafka/plugins/endpoints.rb in aws-sdk-kafka-1.64.0
- old
+ new
@@ -62,16 +62,20 @@
Aws::Kafka::Endpoints::CreateCluster.build(context)
when :create_cluster_v2
Aws::Kafka::Endpoints::CreateClusterV2.build(context)
when :create_configuration
Aws::Kafka::Endpoints::CreateConfiguration.build(context)
+ when :create_replicator
+ Aws::Kafka::Endpoints::CreateReplicator.build(context)
when :create_vpc_connection
Aws::Kafka::Endpoints::CreateVpcConnection.build(context)
when :delete_cluster
Aws::Kafka::Endpoints::DeleteCluster.build(context)
when :delete_configuration
Aws::Kafka::Endpoints::DeleteConfiguration.build(context)
+ when :delete_replicator
+ Aws::Kafka::Endpoints::DeleteReplicator.build(context)
when :delete_vpc_connection
Aws::Kafka::Endpoints::DeleteVpcConnection.build(context)
when :describe_cluster
Aws::Kafka::Endpoints::DescribeCluster.build(context)
when :describe_cluster_v2
@@ -82,10 +86,12 @@
Aws::Kafka::Endpoints::DescribeClusterOperationV2.build(context)
when :describe_configuration
Aws::Kafka::Endpoints::DescribeConfiguration.build(context)
when :describe_configuration_revision
Aws::Kafka::Endpoints::DescribeConfigurationRevision.build(context)
+ when :describe_replicator
+ Aws::Kafka::Endpoints::DescribeReplicator.build(context)
when :describe_vpc_connection
Aws::Kafka::Endpoints::DescribeVpcConnection.build(context)
when :batch_disassociate_scram_secret
Aws::Kafka::Endpoints::BatchDisassociateScramSecret.build(context)
when :get_bootstrap_brokers
@@ -106,10 +112,12 @@
Aws::Kafka::Endpoints::ListConfigurations.build(context)
when :list_kafka_versions
Aws::Kafka::Endpoints::ListKafkaVersions.build(context)
when :list_nodes
Aws::Kafka::Endpoints::ListNodes.build(context)
+ when :list_replicators
+ Aws::Kafka::Endpoints::ListReplicators.build(context)
when :list_scram_secrets
Aws::Kafka::Endpoints::ListScramSecrets.build(context)
when :list_tags_for_resource
Aws::Kafka::Endpoints::ListTagsForResource.build(context)
when :list_client_vpc_connections
@@ -144,9 +152,11 @@
Aws::Kafka::Endpoints::UpdateClusterKafkaVersion.build(context)
when :update_connectivity
Aws::Kafka::Endpoints::UpdateConnectivity.build(context)
when :update_monitoring
Aws::Kafka::Endpoints::UpdateMonitoring.build(context)
+ when :update_replication_info
+ Aws::Kafka::Endpoints::UpdateReplicationInfo.build(context)
when :update_security
Aws::Kafka::Endpoints::UpdateSecurity.build(context)
when :update_storage
Aws::Kafka::Endpoints::UpdateStorage.build(context)
end