strongdm 11.1.0__zip → 11.4.0__zip
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.
- {strongdm-11.1.0 → strongdm-11.4.0}/PKG-INFO +2 -2
- {strongdm-11.1.0 → strongdm-11.4.0}/setup.py +2 -2
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_request_events_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_requests_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_requests_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_approvers_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_approvers_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_steps_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_steps_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflows_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflows_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/client.py +22 -1
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/constants.py +2 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/drivers_pb2.py +186 -172
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/models.py +408 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/options_pb2.py +24 -24
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/plumbing.py +266 -0
- strongdm-11.4.0/strongdm/policies_history_pb2.py +100 -0
- strongdm-11.4.0/strongdm/policies_history_pb2_grpc.py +84 -0
- strongdm-11.4.0/strongdm/policies_pb2.py +216 -0
- strongdm-11.4.0/strongdm/policies_pb2_grpc.py +223 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/svc.py +245 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_approvers_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_approvers_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_assignments_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_assignments_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_roles_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_roles_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflows_history_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflows_pb2.py +3 -3
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm.egg-info/PKG-INFO +2 -2
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm.egg-info/SOURCES.txt +4 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/LICENSE +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/README.md +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/setup.cfg +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/__init__.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/access_requests_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_attachments_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_attachments_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_grants_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_grants_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_grants_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_permissions_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_resources_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_resources_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/account_resources_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/accounts_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/accounts_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/accounts_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/activities_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/activities_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/control_panel_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/control_panel_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/drivers_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/errors.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_aliases_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_aliases_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_sets_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_sets_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/nodes_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/nodes_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/nodes_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/options_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/organization_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/organization_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_nodes_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_peers_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_resources_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_groups_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/queries_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/queries_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identities_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identities_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identity_groups_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/replays_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/replays_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/resources_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/resources_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/resources_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/resources_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/role_resources_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/role_resources_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/role_resources_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/roles_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/roles_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/roles_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/roles_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_store_healths_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_store_types_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_stores_history_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_stores_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/spec_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/spec_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/tags_pb2.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/tags_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_assignments_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_assignments_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm/workflows_pb2_grpc.py +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm.egg-info/dependency_links.txt +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm.egg-info/requires.txt +0 -0
- {strongdm-11.1.0 → strongdm-11.4.0}/strongdm.egg-info/top_level.txt +0 -0
@@ -30,7 +30,7 @@ from . import options_pb2 as options__pb2
|
|
30
30
|
from . import tags_pb2 as tags__pb2
|
31
31
|
|
32
32
|
|
33
|
-
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rdrivers.proto\x12\x02v1\x1a\roptions.proto\x1a\ntags.proto\"\xe3\x43\n\x08Resource\x12\x45\n\x03\x61ks\x18\xa5\x06 \x01(\x0b\x32\x07.v1.AKSB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x62\n\x0e\x61ks_basic_auth\x18\xa6\x06 \x01(\x0b\x32\x10.v1.AKSBasicAuthB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12q\n\x13\x61ks_service_account\x18\xa7\x06 \x01(\x0b\x32\x15.v1.AKSServiceAccountB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xa6\x01\n&aks_service_account_user_impersonation\x18\xaa\x06 \x01(\x0b\x32&.v1.AKSServiceAccountUserImpersonationBK\xf2\xf8\xb3\x07<\xca\xf3\xb3\x07\x37\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12z\n\x16\x61ks_user_impersonation\x18\xae\x06 \x01(\x0b\x32\x18.v1.AKSUserImpersonationB=\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03\x61ws\x18\xfc\x11 \x01(\x0b\x32\x07.v1.AWSB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0b\x61ws_console\x18\xb8\x17 \x01(\x0b\x32\x0e.v1.AWSConsoleB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x85\x01\n\x1b\x61ws_console_static_key_pair\x18\xb9\x17 \x01(\x0b\x32\x1b.v1.AWSConsoleStaticKeyPairB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\namazon_eks\x18\xa2\x06 \x01(\x0b\x32\r.v1.AmazonEKSB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x87\x01\n\x1b\x61mazon_eks_instance_profile\x18\xa9\x06 \x01(\x0b\x32\x1c.v1.AmazonEKSInstanceProfileBA\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xbc\x01\n.amazon_eks_instance_profile_user_impersonation\x18\xad\x06 \x01(\x0b\x32-.v1.AmazonEKSInstanceProfileUserImpersonationBR\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8d\x01\n\x1d\x61mazon_eks_user_impersonation\x18\xb2\x06 \x01(\x0b\x32\x1e.v1.AmazonEKSUserImpersonationBC\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tamazon_es\x18\xd8\x04 \x01(\x0b\x32\x0c.v1.AmazonESB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12m\n\x11\x61mazon_mqamqp_091\x18\xc5\x13 \x01(\x0b\x32\x13.v1.AmazonMQAMQP091B:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12M\n\x06\x61thena\x18\x64 \x01(\x0b\x32\n.v1.AthenaB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12_\n\x0c\x61urora_mysql\x18\xcd\x08 \x01(\x0b\x32\x0f.v1.AuroraMysqlB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x0f\x61urora_postgres\x18\x95\n \x01(\x0b\x32\x12.v1.AuroraPostgresB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12q\n\x13\x61urora_postgres_iam\x18\x9d\n \x01(\x0b\x32\x15.v1.AuroraPostgresIAMB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61urorapostgresiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x61zure\x18\xf0\x15 \x01(\x0b\x32\t.v1.AzureB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x66\n\x11\x61zure_certificate\x18\xf1\x15 \x01(\x0b\x32\x14.v1.AzureCertificateB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0b\x61zure_mysql\x18\xd3\x08 \x01(\x0b\x32\x0e.v1.AzureMysqlB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x0e\x61zure_postgres\x18\x9b\n \x01(\x0b\x32\x11.v1.AzurePostgresB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x93\x01\n\x1f\x61zure_postgres_managed_identity\x18\x9c\n \x01(\x0b\x32 .v1.AzurePostgresManagedIdentityBE\xf2\xf8\xb3\x07\x36\xca\xf3\xb3\x07\x31\xc2\xf4\xb3\x07,\n\x0cjson_gateway\x12\x1c\x61zurepostgresmanagedidentity\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tbig_query\x18\xc8\x01 \x01(\x0b\x32\x0c.v1.BigQueryB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tcassandra\x18\xac\x02 \x01(\x0b\x32\r.v1.CassandraB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x63itus\x18\x99\n \x01(\x0b\x32\t.v1.CitusB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08\x63lustrix\x18\xce\x08 \x01(\x0b\x32\x0c.v1.ClustrixB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tcockroach\x18\x97\n \x01(\x0b\x32\r.v1.CockroachB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12J\n\x06\x64\x62_2_i\x18\xe0\x12 \x01(\x0b\x32\x08.v1.DB2IB-\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12P\n\x08\x64\x62_2_luw\x18\x98\x11 \x01(\x0b\x32\n.v1.DB2LUWB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10\x64ocument_db_host\x18\x9c\x08 \x01(\x0b\x32\x12.v1.DocumentDBHostB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12{\n\x17\x64ocument_db_replica_set\x18\x9d\x08 \x01(\x0b\x32\x18.v1.DocumentDBReplicaSetB=\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x64ruid\x18\x90\x03 \x01(\x0b\x32\t.v1.DruidB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12S\n\tdynamo_db\x18\xf4\x03 \x01(\x0b\x32\x0c.v1.DynamoDBB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Q\n\x07\x65lastic\x18\xd9\x04 \x01(\x0b\x32\x0b.v1.ElasticB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x11\x65lasticache_redis\x18\xc1\x0c \x01(\x0b\x32\x14.v1.ElasticacheRedisB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03gcp\x18\x8c\x15 \x01(\x0b\x32\x07.v1.GCPB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\ngoogle_gke\x18\xa3\x06 \x01(\x0b\x32\r.v1.GoogleGKEB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8d\x01\n\x1dgoogle_gke_user_impersonation\x18\xb0\x06 \x01(\x0b\x32\x1e.v1.GoogleGKEUserImpersonationBC\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tgreenplum\x18\x96\n \x01(\x0b\x32\r.v1.GreenplumB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\thttp_auth\x18\xbe\x05 \x01(\x0b\x32\x0c.v1.HTTPAuthB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\x0fhttp_basic_auth\x18\xbc\x05 \x01(\x0b\x32\x11.v1.HTTPBasicAuthB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\\\n\x0chttp_no_auth\x18\xbd\x05 \x01(\x0b\x32\x0e.v1.HTTPNoAuthB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Z\n\nkubernetes\x18\xa0\x06 \x01(\x0b\x32\x0e.v1.KubernetesB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12w\n\x15kubernetes_basic_auth\x18\xa1\x06 \x01(\x0b\x32\x17.v1.KubernetesBasicAuthB<\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x86\x01\n\x1akubernetes_service_account\x18\xa4\x06 \x01(\x0b\x32\x1c.v1.KubernetesServiceAccountBA\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xbb\x01\n-kubernetes_service_account_user_impersonation\x18\xa8\x06 \x01(\x0b\x32-.v1.KubernetesServiceAccountUserImpersonationBR\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8f\x01\n\x1dkubernetes_user_impersonation\x18\xac\x06 \x01(\x0b\x32\x1f.v1.KubernetesUserImpersonationBD\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\nmtls_mysql\x18\xd2\x08 \x01(\x0b\x32\r.v1.MTLSMysqlB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\rmtls_postgres\x18\x9a\n \x01(\x0b\x32\x10.v1.MTLSPostgresB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05maria\x18\xcf\x08 \x01(\x0b\x32\t.v1.MariaB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tmemcached\x18\x84\x07 \x01(\x0b\x32\r.v1.MemcachedB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06memsql\x18\xd0\x08 \x01(\x0b\x32\n.v1.MemsqlB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\nmongo_host\x18\xea\x07 \x01(\x0b\x32\r.v1.MongoHostB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\x11mongo_legacy_host\x18\xe8\x07 \x01(\x0b\x32\x13.v1.MongoLegacyHostB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12x\n\x17mongo_legacy_replicaset\x18\xe9\x07 \x01(\x0b\x32\x19.v1.MongoLegacyReplicasetB9\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12k\n\x11mongo_replica_set\x18\xeb\x07 \x01(\x0b\x32\x13.v1.MongoReplicaSetB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12w\n\x15mongo_sharded_cluster\x18\x9e\x08 \x01(\x0b\x32\x17.v1.MongoShardedClusterB<\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05mysql\x18\xcc\x08 \x01(\x0b\x32\t.v1.MysqlB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Q\n\x07neptune\x18\xca\x11 \x01(\x0b\x32\x0b.v1.NeptuneB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0bneptune_iam\x18\x99\x11 \x01(\x0b\x32\x0e.v1.NeptuneIAMB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06oracle\x18\xb0\t \x01(\x0b\x32\n.v1.OracleB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08postgres\x18\x94\n \x01(\x0b\x32\x0c.v1.PostgresB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06presto\x18\xf8\n \x01(\x0b\x32\n.v1.PrestoB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03rdp\x18\xdc\x0b \x01(\x0b\x32\x07.v1.RDPB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12R\n\x08rdp_cert\x18\xdd\x0b \x01(\x0b\x32\x0b.v1.RDPCertB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07rdpCert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10rds_postgres_iam\x18\x9e\n \x01(\x0b\x32\x12.v1.RDSPostgresIAMB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0erdspostgresiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12m\n\x11rabbit_mqamqp_091\x18\xc4\x13 \x01(\x0b\x32\x13.v1.RabbitMQAMQP091B:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12O\n\x07raw_tcp\x18\xa8\x14 \x01(\x0b\x32\n.v1.RawTCPB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05redis\x18\xc0\x0c \x01(\x0b\x32\t.v1.RedisB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08redshift\x18\x98\n \x01(\x0b\x32\x0c.v1.RedshiftB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\nsql_server\x18\x88\x0e \x01(\x0b\x32\r.v1.SQLServerB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12k\n\x13sql_server_azure_ad\x18\x8d\x0e \x01(\x0b\x32\x14.v1.SQLServerAzureADB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12r\n\x16sql_server_kerberos_ad\x18\x92\x0e \x01(\x0b\x32\x17.v1.SQLServerKerberosADB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03ssh\x18\xec\x0e \x01(\x0b\x32\x07.v1.SSHB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12R\n\x08ssh_cert\x18\xed\x0e \x01(\x0b\x32\x0b.v1.SSHCertB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10ssh_customer_key\x18\xee\x0e \x01(\x0b\x32\x12.v1.SSHCustomerKeyB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12^\n\x0cssh_password\x18\xf0\x0e \x01(\x0b\x32\x0f.v1.SSHPasswordB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12^\n\x0csingle_store\x18\xd1\x08 \x01(\x0b\x32\x0f.v1.SingleStoreB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tsnowflake\x18\xa4\r \x01(\x0b\x32\r.v1.SnowflakeB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tsnowsight\x18\xa5\r \x01(\x0b\x32\r.v1.SnowsightB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06sybase\x18\xd0\x0f \x01(\x0b\x32\n.v1.SybaseB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tsybase_iq\x18\xd1\x0f \x01(\x0b\x32\x0c.v1.SybaseIQB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08teradata\x18\xb4\x10 \x01(\x0b\x32\x0c.v1.TeradataB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05trino\x18\xf9\n \x01(\x0b\x32\t.v1.TrinoB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:c\xfa\xf8\xb3\x07T\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/resource_resource.txt\xaa\xf3\xb3\x07$tf_examples/resource_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42p\n\x08resource\x12\x64\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\x14\xaa\xf8\xb3\x07\x0fsecret_store_id\xaa\xf8\xb3\x07\x12\xaa\xf8\xb3\x07\regress_filter\xaa\xf8\xb3\x07\x13\xaa\xf8\xb3\x07\x0e\x62ind_interface\"\xdd\x10\n\x03\x41KS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x11 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x12 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0b \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\n \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ks\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ks\"\xa3\x0b\n\x0c\x41KSBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:x\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07g\xca\xf3\xb3\x07\x62\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61ks_basic_auth\"\x82\x0f\n\x11\x41KSServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0b \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x0c \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61ks_service_account\"\x84\x0b\n\"AKSServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xbe\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xac\x01\xca\xf3\xb3\x07\xa6\x01\xc2\xf4\xb3\x07)\n\x03\x63li\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07<\n\x12terraform-provider\x12&aks_service_account_user_impersonation\"\xde\x0c\n\x14\x41KSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x90\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x7f\xca\xf3\xb3\x07z\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16\x61ks_user_impersonation\"\xdd\t\n\x03\x41WS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12healthcheck_region\x18\x04 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12healthcheck-region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x06 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ws\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ws\"\xc4\x0c\n\nAWSConsole\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x8e\x01\n\x14\x65nable_env_variables\x18\x01 \x01(\x08\x42p\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x65nable-environment-variables\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa4\x01\n#identity_alias_healthcheck_username\x18\t \x01(\tBw\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fidentity_set_id\x18\x08 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x04 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x05 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nawsConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61ws_console\"\xe7\r\n\x17\x41WSConsoleStaticKeyPair\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xa4\x01\n#identity_alias_healthcheck_username\x18\n \x01(\tBw\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fidentity_set_id\x18\t \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x05 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x06 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x9d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8b\x01\xca\xf3\xb3\x07\x85\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61ws_console_static_key_pair\"\xe3\x13\n\tAmazonEKS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x10 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x11 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0c \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x0b \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tamazoneks\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\namazon_eks\"\xaa\x12\n\x18\x41mazonEKSInstanceProfile\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x10 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x11 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\n \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\t \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9f\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8d\x01\xca\xf3\xb3\x07\x87\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61mazon_eks_instance_profile\"\xaa\x0e\n)AmazonEKSInstanceProfileUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd4\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc2\x01\xca\xf3\xb3\x07\xbc\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x44\n\x12terraform-provider\x12.amazon_eks_instance_profile_user_impersonation\"\xe6\x0f\n\x1a\x41mazonEKSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1d\x61mazon_eks_user_impersonation\"\xc9\n\n\x08\x41mazonES\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x61mazones\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tamazon_es\"\xd5\t\n\x0f\x41mazonMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61mazonmq_amqp_091\"\xd0\n\n\x06\x41thena\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\naccess_key\x18\x01 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ws-access-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x06output\x18\x03 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12s3-output-location\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x84\x01\n\x11secret_access_key\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x61ws-secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61thena\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x61thena\"\xe3\x0b\n\x0b\x41uroraMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61urora_mysql\"\xc8\n\n\x0e\x41uroraPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x7f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07n\xca\xf3\xb3\x07i\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x61urora_postgres\"\xd7\x0b\n\x11\x41uroraPostgresIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13role_assumption_arn\x18\n \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13role-assumption-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61urorapostgresiam\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61urorapostgresiam\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61urora_postgres_iam\"\xc4\x07\n\x05\x41zure\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x61zure\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x61zure\"\xf0\x07\n\x10\x41zureCertificate\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12{\n\x12\x63lient_certificate\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x63\x65rtificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:u\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x64\xca\xf3\xb3\x07_\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tazurecert\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61zure_certificate\"\xdd\x0b\n\nAzureMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nazuremysql\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61zure_mysql\"\xc2\n\n\rAzurePostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:z\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07i\xca\xf3\xb3\x07\x64\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\razurepostgres\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61zure_postgres\"\xa6\x0c\n\x1c\x41zurePostgresManagedIdentity\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xab\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x99\x01\xca\xf3\xb3\x07\x93\x01\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x61zurepostgresmanagedidentity\xc2\xf4\xb3\x07,\n\x0cjson_gateway\x12\x1c\x61zurepostgresmanagedidentity\xc2\xf4\xb3\x07\x35\n\x12terraform-provider\x12\x1f\x61zure_postgres_managed_identity\"\xc7\x08\n\x08\x42igQuery\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12l\n\x07project\x18\x02 \x01(\tB[\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x18\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07project\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x62igquery\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tbig_query\"\xb6\t\n\tCassandra\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcassandra\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcassandra\"\xa1\n\n\x05\x43itus\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x63itus\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x63itus\"\xd4\x0b\n\x08\x43lustrix\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x63lustrix\"\xb1\n\n\tCockroach\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcockroach\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcockroach\"\xa4\t\n\x04\x44\x42\x32I\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:`\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07O\xca\xf3\xb3\x07J\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x64\x62_2_i\"\xa4\t\n\x06\x44\x42\x32LUW\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x64\x62_2_luw\"\xce\t\n\x0e\x44ocumentDBHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x64ocument_db_host\"\xfc\n\n\x14\x44ocumentDBReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x07 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x06 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x92\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x80\x01\xca\xf3\xb3\x07{\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17\x64ocument_db_replica_set\"\xae\x08\n\x05\x44ruid\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x64ruid\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x64ruid\"\xc5\n\n\x08\x44ynamoDB\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tdynamo_db\"\xae\t\n\x07\x45lastic\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65lastic\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07\x65lastic\"\xc1\t\n\x10\x45lasticacheRedis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x05 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x65lasticache_redis\"\xcc\x06\n\x03GCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\x07keyfile\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsvc-keyfile\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x0b \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06scopes\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06scopes\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03gcp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03gcp\"\x9c\x0f\n\tGoogleGKE\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0f \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x10 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x08 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x07 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0e \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgooglegke\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\ngoogle_gke\"\x9f\x0b\n\x1aGoogleGKEUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dgoogle_gke_user_impersonation\"\xb1\n\n\tGreenplum\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgreenplum\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tgreenplum\"\xf7\t\n\x08HTTPAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12t\n\x0b\x61uth_header\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x61uth-header\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x04 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x07 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08httpAuth\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\thttp_auth\"\xee\n\n\rHTTPBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x06 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x08 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\thttpBasic\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0fhttp_basic_auth\"\x8a\t\n\nHTTPNoAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x04 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x06 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x05 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nhttpNoAuth\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0chttp_no_auth\"\xf9\x10\n\nKubernetes\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x11 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x12 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0b \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\n \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:p\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07_\xca\xf3\xb3\x07Z\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkubernetes\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nkubernetes\"\xc0\x0b\n\x13KubernetesBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07|\xca\xf3\xb3\x07w\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15kubernetes_basic_auth\"\xa0\x0f\n\x18KubernetesServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0b \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x0c \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8c\x01\xca\xf3\xb3\x07\x86\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07\x30\n\x12terraform-provider\x12\x1akubernetes_service_account\"\xa0\x0b\n)KubernetesServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd3\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc1\x01\xca\xf3\xb3\x07\xbb\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x43\n\x12terraform-provider\x12-kubernetes_service_account_user_impersonation\"\xfc\x0c\n\x1bKubernetesUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa7\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x95\x01\xca\xf3\xb3\x07\x8f\x01\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dkubernetes_user_impersonation\"\xd8\x0f\n\tMTLSMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x07 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\t \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0b \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x0e \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\r \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\x10 \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmTLSMysql\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmtls_mysql\"\xb8\x0e\n\x0cMTLSPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x08 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\n \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0c \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\x0e \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:w\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x66\xca\xf3\xb3\x07\x61\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rmtls_postgres\"\xc8\x0b\n\x05Maria\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05maria\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05maria\"\xde\x06\n\tMemcached\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmemcached\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tmemcached\"\xcc\x0b\n\x06Memsql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06memsql\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06memsql\"\xb1\n\n\tMongoHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmongoHost\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmongo_host\"\xbb\n\n\x0fMongoLegacyHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mongo\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_legacy_host\"\xd9\x0c\n\x15MongoLegacyReplicaset\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07}\xca\xf3\xb3\x07x\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10mongo-replicaset\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17mongo_legacy_replicaset\"\xc6\x0c\n\x0fMongoReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x81\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07p\xca\xf3\xb3\x07k\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_replica_set\"\xf3\t\n\x13MongoShardedCluster\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07|\xca\xf3\xb3\x07w\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15mongo_sharded_cluster\"\xc8\x0b\n\x05Mysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mysql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05mysql\"\xd6\x06\n\x07Neptune\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07neptune\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07neptune\"\xb9\x0b\n\nNeptuneIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x07 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x08 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nneptuneiam\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bneptune_iam\"\x9a\n\n\x06Oracle\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06oracle\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06oracle\"\xad\n\n\x08Postgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08postgres\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08postgres\"\x9a\n\n\x06Presto\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06presto\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06presto\"\xb3\n\n\x03RDP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x90\x01\n\x19\x64owngrade_nla_connections\x18\x06 \x01(\x08\x42m\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x03\x63li\x12\x19\x64owngrade-nla-connections\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rlock_required\x18\n \x01(\x08\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rlock-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03rdp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03rdp\"\xa2\n\n\x07RDPCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07rdpCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07rdpCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08rdp_cert\"\xca\x0b\n\x0eRDSPostgresIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13role_assumption_arn\x18\n \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13role-assumption-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0erdspostgresiam\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0erdspostgresiam\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10rds_postgres_iam\"\xd5\t\n\x0fRabbitMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11rabbitmq_amqp_091\"\xd3\x06\n\x06RawTCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:e\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07T\xca\xf3\xb3\x07O\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06rawtcp\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07raw_tcp\"\xa6\t\n\x05Redis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05redis\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05redis\"\xad\n\n\x08Redshift\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08redshift\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08redshift\"\xad\x0c\n\tSQLServer\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\t \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mssql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nsql_server\"\xbb\r\n\x10SQLServerAzureAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\n \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\tclient_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tclient-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06secret\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06secret\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\ttenant_id\x18\t \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:}\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07l\xca\xf3\xb3\x07g\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13sql_server_azure_ad\"\xa2\x0f\n\x13SQLServerKerberosAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\x0c \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06keytab\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06keytab\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nkrb_config\x18\t \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkrb-config\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12h\n\x05realm\x18\x0b \x01(\tBY\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x16\xca\xf3\xb3\x07\x11\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05realm\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\nserver_spn\x18\n \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nserver-spn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x82\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07q\xca\xf3\xb3\x07l\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rmssqlKerberos\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16sql_server_kerberos_ad\"\xb5\x0b\n\x03SSH\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\npublic_key\x18\x04 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\npublic-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03ssh\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03ssh\"\xad\r\n\x07SSHCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x05 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x08 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x07 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\t \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x04 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07sshCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08ssh_cert\"\xf5\n\n\x0eSSHCustomerKey\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x04 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0esshCustomerKey\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10ssh_customer_key\"\xe7\n\n\x0bSSHPassword\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:y\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07h\xca\xf3\xb3\x07\x63\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsshPassword\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0cssh_password\"\xe1\x0b\n\x0bSingleStore\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:t\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x63\xca\xf3\xb3\x07^\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsinglestore\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0csingle_store\"\xb2\t\n\tSnowflake\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowflake\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowflake\"\xa5\x07\n\tSnowsight\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x86\x01\n\x14healthcheck_username\x18\x0b \x01(\tBh\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14healthcheck_username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12w\n\x0csamlMetadata\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rsaml-metadata\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\tsubdomain\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsubdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowsight\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowsight\"\xb2\x08\n\x06Sybase\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06sybase\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06sybase\"\xbb\x08\n\x08SybaseIQ\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsybase_iq\"\xba\x08\n\x08Teradata\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08teradata\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08teradata\"\xa3\t\n\x05Trino\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trinoBc\n\x19\x63om.strongdm.api.plumbingB\x0f\x44riversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\rdrivers.proto\x12\x02v1\x1a\roptions.proto\x1a\ntags.proto\"\xe3\x43\n\x08Resource\x12\x45\n\x03\x61ks\x18\xa5\x06 \x01(\x0b\x32\x07.v1.AKSB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x62\n\x0e\x61ks_basic_auth\x18\xa6\x06 \x01(\x0b\x32\x10.v1.AKSBasicAuthB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12q\n\x13\x61ks_service_account\x18\xa7\x06 \x01(\x0b\x32\x15.v1.AKSServiceAccountB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xa6\x01\n&aks_service_account_user_impersonation\x18\xaa\x06 \x01(\x0b\x32&.v1.AKSServiceAccountUserImpersonationBK\xf2\xf8\xb3\x07<\xca\xf3\xb3\x07\x37\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12z\n\x16\x61ks_user_impersonation\x18\xae\x06 \x01(\x0b\x32\x18.v1.AKSUserImpersonationB=\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03\x61ws\x18\xfc\x11 \x01(\x0b\x32\x07.v1.AWSB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0b\x61ws_console\x18\xb8\x17 \x01(\x0b\x32\x0e.v1.AWSConsoleB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x85\x01\n\x1b\x61ws_console_static_key_pair\x18\xb9\x17 \x01(\x0b\x32\x1b.v1.AWSConsoleStaticKeyPairB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\namazon_eks\x18\xa2\x06 \x01(\x0b\x32\r.v1.AmazonEKSB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x87\x01\n\x1b\x61mazon_eks_instance_profile\x18\xa9\x06 \x01(\x0b\x32\x1c.v1.AmazonEKSInstanceProfileBA\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xbc\x01\n.amazon_eks_instance_profile_user_impersonation\x18\xad\x06 \x01(\x0b\x32-.v1.AmazonEKSInstanceProfileUserImpersonationBR\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8d\x01\n\x1d\x61mazon_eks_user_impersonation\x18\xb2\x06 \x01(\x0b\x32\x1e.v1.AmazonEKSUserImpersonationBC\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tamazon_es\x18\xd8\x04 \x01(\x0b\x32\x0c.v1.AmazonESB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12m\n\x11\x61mazon_mqamqp_091\x18\xc5\x13 \x01(\x0b\x32\x13.v1.AmazonMQAMQP091B:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12M\n\x06\x61thena\x18\x64 \x01(\x0b\x32\n.v1.AthenaB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12_\n\x0c\x61urora_mysql\x18\xcd\x08 \x01(\x0b\x32\x0f.v1.AuroraMysqlB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x0f\x61urora_postgres\x18\x95\n \x01(\x0b\x32\x12.v1.AuroraPostgresB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12q\n\x13\x61urora_postgres_iam\x18\x9d\n \x01(\x0b\x32\x15.v1.AuroraPostgresIAMB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61urorapostgresiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x61zure\x18\xf0\x15 \x01(\x0b\x32\t.v1.AzureB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x66\n\x11\x61zure_certificate\x18\xf1\x15 \x01(\x0b\x32\x14.v1.AzureCertificateB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0b\x61zure_mysql\x18\xd3\x08 \x01(\x0b\x32\x0e.v1.AzureMysqlB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x0e\x61zure_postgres\x18\x9b\n \x01(\x0b\x32\x11.v1.AzurePostgresB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x93\x01\n\x1f\x61zure_postgres_managed_identity\x18\x9c\n \x01(\x0b\x32 .v1.AzurePostgresManagedIdentityBE\xf2\xf8\xb3\x07\x36\xca\xf3\xb3\x07\x31\xc2\xf4\xb3\x07,\n\x0cjson_gateway\x12\x1c\x61zurepostgresmanagedidentity\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tbig_query\x18\xc8\x01 \x01(\x0b\x32\x0c.v1.BigQueryB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tcassandra\x18\xac\x02 \x01(\x0b\x32\r.v1.CassandraB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x63itus\x18\x99\n \x01(\x0b\x32\t.v1.CitusB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08\x63lustrix\x18\xce\x08 \x01(\x0b\x32\x0c.v1.ClustrixB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tcockroach\x18\x97\n \x01(\x0b\x32\r.v1.CockroachB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12J\n\x06\x64\x62_2_i\x18\xe0\x12 \x01(\x0b\x32\x08.v1.DB2IB-\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12P\n\x08\x64\x62_2_luw\x18\x98\x11 \x01(\x0b\x32\n.v1.DB2LUWB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10\x64ocument_db_host\x18\x9c\x08 \x01(\x0b\x32\x12.v1.DocumentDBHostB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12{\n\x17\x64ocument_db_replica_set\x18\x9d\x08 \x01(\x0b\x32\x18.v1.DocumentDBReplicaSetB=\xf2\xf8\xb3\x07.\xca\xf3\xb3\x07)\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05\x64ruid\x18\x90\x03 \x01(\x0b\x32\t.v1.DruidB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12S\n\tdynamo_db\x18\xf4\x03 \x01(\x0b\x32\x0c.v1.DynamoDBB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Q\n\x07\x65lastic\x18\xd9\x04 \x01(\x0b\x32\x0b.v1.ElasticB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x11\x65lasticache_redis\x18\xc1\x0c \x01(\x0b\x32\x14.v1.ElasticacheRedisB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03gcp\x18\x8c\x15 \x01(\x0b\x32\x07.v1.GCPB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\ngoogle_gke\x18\xa3\x06 \x01(\x0b\x32\r.v1.GoogleGKEB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8d\x01\n\x1dgoogle_gke_user_impersonation\x18\xb0\x06 \x01(\x0b\x32\x1e.v1.GoogleGKEUserImpersonationBC\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tgreenplum\x18\x96\n \x01(\x0b\x32\r.v1.GreenplumB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\thttp_auth\x18\xbe\x05 \x01(\x0b\x32\x0c.v1.HTTPAuthB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\x0fhttp_basic_auth\x18\xbc\x05 \x01(\x0b\x32\x11.v1.HTTPBasicAuthB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\\\n\x0chttp_no_auth\x18\xbd\x05 \x01(\x0b\x32\x0e.v1.HTTPNoAuthB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Z\n\nkubernetes\x18\xa0\x06 \x01(\x0b\x32\x0e.v1.KubernetesB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12w\n\x15kubernetes_basic_auth\x18\xa1\x06 \x01(\x0b\x32\x17.v1.KubernetesBasicAuthB<\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x86\x01\n\x1akubernetes_service_account\x18\xa4\x06 \x01(\x0b\x32\x1c.v1.KubernetesServiceAccountBA\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\xbb\x01\n-kubernetes_service_account_user_impersonation\x18\xa8\x06 \x01(\x0b\x32-.v1.KubernetesServiceAccountUserImpersonationBR\xf2\xf8\xb3\x07\x43\xca\xf3\xb3\x07>\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x8f\x01\n\x1dkubernetes_user_impersonation\x18\xac\x06 \x01(\x0b\x32\x1f.v1.KubernetesUserImpersonationBD\xf2\xf8\xb3\x07\x35\xca\xf3\xb3\x07\x30\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\nmtls_mysql\x18\xd2\x08 \x01(\x0b\x32\r.v1.MTLSMysqlB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\rmtls_postgres\x18\x9a\n \x01(\x0b\x32\x10.v1.MTLSPostgresB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05maria\x18\xcf\x08 \x01(\x0b\x32\t.v1.MariaB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tmemcached\x18\x84\x07 \x01(\x0b\x32\r.v1.MemcachedB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06memsql\x18\xd0\x08 \x01(\x0b\x32\n.v1.MemsqlB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12X\n\nmongo_host\x18\xea\x07 \x01(\x0b\x32\r.v1.MongoHostB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x61\n\x11mongo_legacy_host\x18\xe8\x07 \x01(\x0b\x32\x13.v1.MongoLegacyHostB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12x\n\x17mongo_legacy_replicaset\x18\xe9\x07 \x01(\x0b\x32\x19.v1.MongoLegacyReplicasetB9\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12k\n\x11mongo_replica_set\x18\xeb\x07 \x01(\x0b\x32\x13.v1.MongoReplicaSetB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12w\n\x15mongo_sharded_cluster\x18\x9e\x08 \x01(\x0b\x32\x17.v1.MongoShardedClusterB<\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05mysql\x18\xcc\x08 \x01(\x0b\x32\t.v1.MysqlB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12Q\n\x07neptune\x18\xca\x11 \x01(\x0b\x32\x0b.v1.NeptuneB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12[\n\x0bneptune_iam\x18\x99\x11 \x01(\x0b\x32\x0e.v1.NeptuneIAMB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06oracle\x18\xb0\t \x01(\x0b\x32\n.v1.OracleB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08postgres\x18\x94\n \x01(\x0b\x32\x0c.v1.PostgresB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06presto\x18\xf8\n \x01(\x0b\x32\n.v1.PrestoB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03rdp\x18\xdc\x0b \x01(\x0b\x32\x07.v1.RDPB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12R\n\x08rdp_cert\x18\xdd\x0b \x01(\x0b\x32\x0b.v1.RDPCertB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07rdpCert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10rds_postgres_iam\x18\x9e\n \x01(\x0b\x32\x12.v1.RDSPostgresIAMB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0erdspostgresiam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12m\n\x11rabbit_mqamqp_091\x18\xc4\x13 \x01(\x0b\x32\x13.v1.RabbitMQAMQP091B:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12O\n\x07raw_tcp\x18\xa8\x14 \x01(\x0b\x32\n.v1.RawTCPB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05redis\x18\xc0\x0c \x01(\x0b\x32\t.v1.RedisB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08redshift\x18\x98\n \x01(\x0b\x32\x0c.v1.RedshiftB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\nsql_server\x18\x88\x0e \x01(\x0b\x32\r.v1.SQLServerB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12k\n\x13sql_server_azure_ad\x18\x8d\x0e \x01(\x0b\x32\x14.v1.SQLServerAzureADB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12r\n\x16sql_server_kerberos_ad\x18\x92\x0e \x01(\x0b\x32\x17.v1.SQLServerKerberosADB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x45\n\x03ssh\x18\xec\x0e \x01(\x0b\x32\x07.v1.SSHB,\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12R\n\x08ssh_cert\x18\xed\x0e \x01(\x0b\x32\x0b.v1.SSHCertB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10ssh_customer_key\x18\xee\x0e \x01(\x0b\x32\x12.v1.SSHCustomerKeyB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12^\n\x0cssh_password\x18\xf0\x0e \x01(\x0b\x32\x0f.v1.SSHPasswordB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12^\n\x0csingle_store\x18\xd1\x08 \x01(\x0b\x32\x0f.v1.SingleStoreB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tsnowflake\x18\xa4\r \x01(\x0b\x32\r.v1.SnowflakeB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\tsnowsight\x18\xa5\r \x01(\x0b\x32\r.v1.SnowsightB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06sybase\x18\xd0\x0f \x01(\x0b\x32\n.v1.SybaseB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12U\n\tsybase_iq\x18\xd1\x0f \x01(\x0b\x32\x0c.v1.SybaseIQB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12T\n\x08teradata\x18\xb4\x10 \x01(\x0b\x32\x0c.v1.TeradataB1\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12K\n\x05trino\x18\xf9\n \x01(\x0b\x32\t.v1.TrinoB.\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00:c\xfa\xf8\xb3\x07T\xc2\xf3\xb3\x07O\xa2\xf3\xb3\x07!tf_examples/resource_resource.txt\xaa\xf3\xb3\x07$tf_examples/resource_data_source.txt\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\x42p\n\x08resource\x12\x64\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04name\xaa\xf8\xb3\x07\t\xaa\xf8\xb3\x07\x04tags\xaa\xf8\xb3\x07\x14\xaa\xf8\xb3\x07\x0fsecret_store_id\xaa\xf8\xb3\x07\x12\xaa\xf8\xb3\x07\regress_filter\xaa\xf8\xb3\x07\x13\xaa\xf8\xb3\x07\x0e\x62ind_interface\"\xf2\x11\n\x03\x41KS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\x13 \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x11 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x12 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0b \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\n \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ks\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ks\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ks\"\xa8\x0b\n\x0c\x41KSBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:}\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07l\xca\xf3\xb3\x07g\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61kshttpbasic\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61ks_basic_auth\"\x97\x10\n\x11\x41KSServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\r \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0b \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x0c \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61ksserviceaccount\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61ks_service_account\"\x84\x0b\n\"AKSServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xbe\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xac\x01\xca\xf3\xb3\x07\xa6\x01\xc2\xf4\xb3\x07)\n\x03\x63li\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x32\n\x0cjson_gateway\x12\"aksserviceaccountuserimpersonation\xc2\xf4\xb3\x07<\n\x12terraform-provider\x12&aks_service_account_user_impersonation\"\xde\x0c\n\x14\x41KSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x90\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x7f\xca\xf3\xb3\x07z\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x61ksuserimpersonation\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16\x61ks_user_impersonation\"\xdd\t\n\x03\x41WS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12healthcheck_region\x18\x04 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12healthcheck-region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x06 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03\x61ws\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03\x61ws\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03\x61ws\"\xc4\x0c\n\nAWSConsole\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x8e\x01\n\x14\x65nable_env_variables\x18\x01 \x01(\x08\x42p\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07-\xca\xf3\xb3\x07(\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x65nable-environment-variables\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa4\x01\n#identity_alias_healthcheck_username\x18\t \x01(\tBw\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fidentity_set_id\x18\x08 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x04 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x05 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nawsConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nawsConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61ws_console\"\xe7\r\n\x17\x41WSConsoleStaticKeyPair\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xa4\x01\n#identity_alias_healthcheck_username\x18\n \x01(\tBw\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fidentity_set_id\x18\t \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x05 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x0esession_expiry\x18\x06 \x01(\x05\x42j\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x03\x63li\x12\x16session-expiry-seconds\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x9d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8b\x01\xca\xf3\xb3\x07\x85\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x61wsConsoleStaticKeyPair\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61ws_console_static_key_pair\"\xf8\x14\n\tAmazonEKS\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\x12 \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x10 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x11 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0c \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x0b \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tamazoneks\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tamazoneks\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\namazon_eks\"\xbf\x13\n\x18\x41mazonEKSInstanceProfile\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\x12 \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x10 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x11 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\n \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\t \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9f\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8d\x01\xca\xf3\xb3\x07\x87\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18\x61mazoneksinstanceprofile\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x61mazon_eks_instance_profile\"\xaa\x0e\n)AmazonEKSInstanceProfileUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x08 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x04 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd4\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc2\x01\xca\xf3\xb3\x07\xbc\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)amazoneksinstanceprofileuserimpersonation\xc2\xf4\xb3\x07\x44\n\x12terraform-provider\x12.amazon_eks_instance_profile_user_impersonation\"\xe6\x0f\n\x1a\x41mazonEKSUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x04 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x63luster_name\x18\x07 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x63luster-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0f \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\n \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1a\x61mazoneksuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1d\x61mazon_eks_user_impersonation\"\xc9\n\n\x08\x41mazonES\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x61mazones\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x61mazones\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tamazon_es\"\xd5\t\n\x0f\x41mazonMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61mazonmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61mazonmq_amqp_091\"\xd0\n\n\x06\x41thena\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\naccess_key\x18\x01 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61ws-access-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x06output\x18\x03 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12s3-output-location\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x84\x01\n\x11secret_access_key\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x61ws-secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61thena\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x61thena\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x61thena\"\xe3\x0b\n\x0b\x41uroraMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:v\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x65\xca\xf3\xb3\x07`\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61urora-mysql\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61urora_mysql\"\xc8\n\n\x0e\x41uroraPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x7f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07n\xca\xf3\xb3\x07i\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x61urora-postgres\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x61urora_postgres\"\xd7\x0b\n\x11\x41uroraPostgresIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13role_assumption_arn\x18\n \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13role-assumption-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x87\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07v\xca\xf3\xb3\x07q\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x61urorapostgresiam\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x61urorapostgresiam\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13\x61urora_postgres_iam\"\xc4\x07\n\x05\x41zure\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x08 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x61zure\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x61zure\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x61zure\"\xf0\x07\n\x10\x41zureCertificate\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06\x61pp_id\x18\x01 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x61pp-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12{\n\x12\x63lient_certificate\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x63\x65rtificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\ttenant_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:u\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x64\xca\xf3\xb3\x07_\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tazurecert\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tazurecert\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x61zure_certificate\"\xdd\x0b\n\nAzureMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nazuremysql\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nazuremysql\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0b\x61zure_mysql\"\xc2\n\n\rAzurePostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:z\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07i\xca\xf3\xb3\x07\x64\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\razurepostgres\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\razurepostgres\xc2\xf4\xb3\x07$\n\x12terraform-provider\x12\x0e\x61zure_postgres\"\xa6\x0c\n\x1c\x41zurePostgresManagedIdentity\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xab\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x99\x01\xca\xf3\xb3\x07\x93\x01\xc2\xf4\xb3\x07#\n\x03\x63li\x12\x1c\x61zurepostgresmanagedidentity\xc2\xf4\xb3\x07,\n\x0cjson_gateway\x12\x1c\x61zurepostgresmanagedidentity\xc2\xf4\xb3\x07\x35\n\x12terraform-provider\x12\x1f\x61zure_postgres_managed_identity\"\xc7\x08\n\x08\x42igQuery\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12l\n\x07project\x18\x02 \x01(\tB[\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x18\xca\xf3\xb3\x07\x13\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07project\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x62igquery\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x62igquery\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tbig_query\"\xb6\t\n\tCassandra\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcassandra\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcassandra\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcassandra\"\xa1\n\n\x05\x43itus\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x63itus\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x63itus\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x63itus\"\xd4\x0b\n\x08\x43lustrix\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08\x63lustrix\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x63lustrix\"\xb1\n\n\tCockroach\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tcockroach\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tcockroach\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tcockroach\"\xa4\t\n\x04\x44\x42\x32I\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:`\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07O\xca\xf3\xb3\x07J\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x14\n\x0cjson_gateway\x12\x04\x64\x62\x32i\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06\x64\x62_2_i\"\xa4\t\n\x06\x44\x42\x32LUW\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64\x62\x32luw\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08\x64\x62_2_luw\"\xce\t\n\x0e\x44ocumentDBHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x64ocumentdbhost\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x64ocument_db_host\"\xfc\n\n\x14\x44ocumentDBReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x07 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x06 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x92\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x80\x01\xca\xf3\xb3\x07{\xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07$\n\x0cjson_gateway\x12\x14\x64ocumentdbreplicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17\x64ocument_db_replica_set\"\xae\x08\n\x05\x44ruid\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05\x64ruid\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05\x64ruid\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05\x64ruid\"\xc5\n\n\x08\x44ynamoDB\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x07 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x02 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06\x64ynamo\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tdynamo_db\"\xae\t\n\x07\x45lastic\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65lastic\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65lastic\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07\x65lastic\"\xc1\t\n\x10\x45lasticacheRedis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x05 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07\x65\x63redis\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11\x65lasticache_redis\"\xcc\x06\n\x03GCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\x07keyfile\x18\x01 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsvc-keyfile\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x0b \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06scopes\x18\x02 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06scopes\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03gcp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03gcp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03gcp\"\xb1\x10\n\tGoogleGKE\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\x11 \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0f \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x10 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x08 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x07 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0e \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgooglegke\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgooglegke\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\ngoogle_gke\"\x9f\x0b\n\x1aGoogleGKEUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x02 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x06 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13service_account_key\x18\x04 \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13service-account-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xa5\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x93\x01\xca\xf3\xb3\x07\x8d\x01\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07*\n\x0cjson_gateway\x12\x1agooglegkeuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dgoogle_gke_user_impersonation\"\xb1\n\n\tGreenplum\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tgreenplum\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tgreenplum\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tgreenplum\"\xf7\t\n\x08HTTPAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12t\n\x0b\x61uth_header\x18\x03 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0b\x61uth-header\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x05 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x04 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x07 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x06 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08httpAuth\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08httpAuth\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\thttp_auth\"\xee\n\n\rHTTPBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x06 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x08 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12u\n\tsubdomain\x18\x07 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\thttpBasic\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\thttpBasic\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0fhttp_basic_auth\"\x8a\t\n\nHTTPNoAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12v\n\x0c\x64\x65\x66\x61ult_path\x18\x04 \x01(\tB`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x64\x65\x66\x61ult-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11headers_blacklist\x18\x03 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11headers-exclusion\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12y\n\x10healthcheck_path\x18\x02 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bhealth-path\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rhost_override\x18\x06 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhost-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\tsubdomain\x18\x05 \x01(\tBb\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1f\xca\xf3\xb3\x07\x1a\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0ehttp-subdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x64\n\x03url\x18\x01 \x01(\tBW\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x14\xca\xf3\xb3\x07\x0f\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03url\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nhttpNoAuth\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nhttpNoAuth\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0chttp_no_auth\"\x8e\x12\n\nKubernetes\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\x13 \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x11 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x12 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x0b \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\n \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x0c \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:p\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07_\xca\xf3\xb3\x07Z\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkubernetes\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nkubernetes\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nkubernetes\"\xc6\x0b\n\x13KubernetesBasicAuth\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x05 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08password\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12s\n\x08username\x18\x03 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rhttp-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x93\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x81\x01\xca\xf3\xb3\x07|\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13kuberneteshttpbasic\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15kubernetes_basic_auth\"\xb5\x10\n\x18KubernetesServiceAccount\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x92\x01\n\x1a\x61llow_resource_role_bypass\x18\r \x01(\x08\x42n\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x03\x63li\x12\x1a\x61llow-resource-role-bypass\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11\x64iscovery_enabled\x18\x0b \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64iscovery-enabled\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x64iscovery_username\x18\x0c \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x64iscovery-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x9e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x8c\x01\xca\xf3\xb3\x07\x86\x01\xc2\xf4\xb3\x07\x1f\n\x03\x63li\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07(\n\x0cjson_gateway\x12\x18kubernetesserviceaccount\xc2\xf4\xb3\x07\x30\n\x12terraform-provider\x12\x1akubernetes_service_account\"\xa0\x0b\n)KubernetesServiceAccountUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xca\x02\n\x15healthcheck_namespace\x18\x04 \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12l\n\x05token\x18\x03 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tapi-token\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\xd3\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\xc1\x01\xca\xf3\xb3\x07\xbb\x01\xc2\xf4\xb3\x07\x30\n\x03\x63li\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x39\n\x0cjson_gateway\x12)kubernetesserviceaccountuserimpersonation\xc2\xf4\xb3\x07\x43\n\x12terraform-provider\x12-kubernetes_service_account_user_impersonation\"\xfc\x0c\n\x1bKubernetesUserImpersonation\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x03 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\x05 \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x07 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\xca\x02\n\x15healthcheck_namespace\x18\t \x01(\tB\xaa\x02\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\xe6\x01\xca\xf3\xb3\x07\xe0\x01\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15healthcheck-namespace\x9a\xf5\xb3\x07\xb9\x01\n\x12terraform-provider\x12\xa2\x01The path used to check the health of your connection. Defaults to `default`. This field is required, and is only marked as optional for backwards compatibility.\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x02 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\n \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa7\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x95\x01\xca\xf3\xb3\x07\x8f\x01\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07+\n\x0cjson_gateway\x12\x1bkubernetesuserimpersonation\xc2\xf4\xb3\x07\x33\n\x12terraform-provider\x12\x1dkubernetes_user_impersonation\"\xd8\x0f\n\tMTLSMysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x07 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\t \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0b \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x0e \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\r \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\x10 \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:s\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x62\xca\xf3\xb3\x07]\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmTLSMysql\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmTLSMysql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmtls_mysql\"\xb8\x0e\n\x0cMTLSPostgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x88\x01\n\x15\x63\x65rtificate_authority\x18\x08 \x01(\tBi\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15\x63\x65rtificate-authority\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x82\x01\n\x12\x63lient_certificate\x18\n \x01(\tBf\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63lient-certificate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nclient_key\x18\x0c \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nclient-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bserver_name\x18\x0e \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bserver-name\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:w\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x66\xca\xf3\xb3\x07\x61\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmTLSPostgres\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rmtls_postgres\"\xc8\x0b\n\x05Maria\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05maria\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05maria\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05maria\"\xde\x06\n\tMemcached\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmemcached\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmemcached\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tmemcached\"\xcc\x0b\n\x06Memsql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06memsql\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06memsql\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06memsql\"\xb1\n\n\tMongoHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:n\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07]\xca\xf3\xb3\x07X\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tmongoHost\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tmongoHost\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nmongo_host\"\xbb\n\n\x0fMongoLegacyHost\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:r\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x61\xca\xf3\xb3\x07\\\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mongo\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mongo\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_legacy_host\"\xd9\x0c\n\x15MongoLegacyReplicaset\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8e\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07}\xca\xf3\xb3\x07x\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10mongo-replicaset\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10mongo-replicaset\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17mongo_legacy_replicaset\"\xc6\x0c\n\x0fMongoReplicaSet\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x82\x01\n\x12\x63onnect_to_replica\x18\x08 \x01(\x08\x42\x66\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x63onnect-to-replica\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0breplica_set\x18\x07 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0breplica-set\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\t \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x81\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07p\xca\xf3\xb3\x07k\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0fmongoReplicaSet\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11mongo_replica_set\"\xf3\t\n\x13MongoShardedCluster\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rauth_database\x18\x02 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rauth-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x8d\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07|\xca\xf3\xb3\x07w\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07#\n\x0cjson_gateway\x12\x13mongoshardedcluster\xc2\xf4\xb3\x07+\n\x12terraform-provider\x12\x15mongo_sharded_cluster\"\xc8\x0b\n\x05Mysql\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\n \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mysql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mysql\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05mysql\"\xd6\x06\n\x07Neptune\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:g\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07V\xca\xf3\xb3\x07Q\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07neptune\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07neptune\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07neptune\"\xb9\x0b\n\nNeptuneIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12u\n\naccess_key\x18\x04 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\raccess-key-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x65ndpoint\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x65ndpoint\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08role_arn\x18\x07 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08role-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12~\n\x10role_external_id\x18\x08 \x01(\tBd\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x03\x63li\x12\x10role-external-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11secret_access_key\x18\x05 \x01(\tBe\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11secret-access-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:q\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07`\xca\xf3\xb3\x07[\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nneptuneiam\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\nneptuneiam\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bneptune_iam\"\x9a\n\n\x06Oracle\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06oracle\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06oracle\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06oracle\"\xad\n\n\x08Postgres\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08postgres\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08postgres\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08postgres\"\x9a\n\n\x06Presto\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x07 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06presto\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06presto\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06presto\"\xb3\n\n\x03RDP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x90\x01\n\x19\x64owngrade_nla_connections\x18\x06 \x01(\x08\x42m\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x03\x63li\x12\x19\x64owngrade-nla-connections\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rlock_required\x18\n \x01(\x08\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rlock-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03rdp\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03rdp\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03rdp\"\xa2\n\n\x07RDPCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x06 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x05 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07rdpCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07rdpCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08rdp_cert\"\xca\x0b\n\x0eRDSPostgresIAM\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06region\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06region\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13role_assumption_arn\x18\n \x01(\tBg\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13role-assumption-arn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0erdspostgresiam\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0erdspostgresiam\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10rds_postgres_iam\"\xd5\t\n\x0fRabbitMQAMQP091\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x08 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x85\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07t\xca\xf3\xb3\x07o\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11rabbitmq-amqp-091\xc2\xf4\xb3\x07\'\n\x12terraform-provider\x12\x11rabbitmq_amqp_091\"\xd3\x06\n\x06RawTCP\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:e\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07T\xca\xf3\xb3\x07O\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06rawtcp\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06rawtcp\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07raw_tcp\"\xa6\t\n\x05Redis\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x02 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12v\n\x0ctls_required\x18\x06 \x01(\x08\x42`\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1d\xca\xf3\xb3\x07\x18\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0ctls-required\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:a\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07P\xca\xf3\xb3\x07K\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05redis\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05redis\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05redis\"\xad\n\n\x08Redshift\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x07 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08redshift\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08redshift\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08redshift\"\xad\x0c\n\tSQLServer\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\t \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05mssql\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05mssql\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nsql_server\"\xbb\r\n\x10SQLServerAzureAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\n \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12p\n\tclient_id\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tclient-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06secret\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06secret\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\ttenant_id\x18\t \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\ttenant-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:}\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07l\xca\xf3\xb3\x07g\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0cmssqlAzureAD\xc2\xf4\xb3\x07)\n\x12terraform-provider\x12\x13sql_server_azure_ad\"\xa2\x0f\n\x13SQLServerKerberosAD\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x94\x01\n\x1b\x61llow_deprecated_encryption\x18\x0c \x01(\x08\x42o\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x03\x63li\x12\x1b\x61llow-deprecated-encryption\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06keytab\x18\x03 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06keytab\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12r\n\nkrb_config\x18\t \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nkrb-config\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x80\x01\n\x11override_database\x18\x08 \x01(\x08\x42\x65\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\"\xca\xf3\xb3\x07\x1d\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11override-database\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x07 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12h\n\x05realm\x18\x0b \x01(\tBY\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x16\xca\xf3\xb3\x07\x11\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05realm\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12j\n\x06schema\x18\x06 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\nserver_spn\x18\n \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\nserver-spn\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:\x82\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07q\xca\xf3\xb3\x07l\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rmssqlKerberos\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rmssqlKerberos\xc2\xf4\xb3\x07,\n\x12terraform-provider\x12\x16sql_server_kerberos_ad\"\xb5\x0b\n\x03SSH\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\x08 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12r\n\npublic_key\x18\x04 \x01(\tB^\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1b\xca\xf3\xb3\x07\x16\xc2\xf4\xb3\x07\x11\n\x03\x63li\x12\npublic-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:[\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07J\xca\xf3\xb3\x07\x45\xc2\xf4\xb3\x07\n\n\x03\x63li\x12\x03ssh\xc2\xf4\xb3\x07\x13\n\x0cjson_gateway\x12\x03ssh\xc2\xf4\xb3\x07\x19\n\x12terraform-provider\x12\x03ssh\"\xad\r\n\x07SSHCert\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x05 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x08 \x01(\tB\x8f\x01\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x34\xca\xf3\xb3\x07/\xc2\xf4\xb3\x07*\n\x03\x63li\x12#identity-alias-healthcheck-username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x13\xda\xf4\xb3\x07\x0eidentity-alias\x12|\n\x0fidentity_set_id\x18\x07 \x01(\tBc\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fidentity-set-id\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08key_type\x18\t \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08key-type\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x04 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x8a\x01\n\x08username\x18\x02 \x01(\tBx\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xda\xf4\xb3\x07\x12leased-credentials:h\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07W\xca\xf3\xb3\x07R\xc2\xf4\xb3\x07\x0e\n\x03\x63li\x12\x07sshCert\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07sshCert\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08ssh_cert\"\xf5\n\n\x0eSSHCustomerKey\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12t\n\x0bprivate_key\x18\x04 \x01(\tB_\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1c\xca\xf3\xb3\x07\x17\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bprivate-key\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:~\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07m\xca\xf3\xb3\x07h\xc2\xf4\xb3\x07\x15\n\x03\x63li\x12\x0esshCustomerKey\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0esshCustomerKey\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10ssh_customer_key\"\xe7\n\n\x0bSSHPassword\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x9a\x01\n\x1e\x61llow_deprecated_key_exchanges\x18\x06 \x01(\x08\x42r\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x03\x63li\x12\x1e\x61llow-deprecated-key-exchanges\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x03 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12|\n\x0fport_forwarding\x18\x05 \x01(\x08\x42\x63\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x03\x63li\x12\x0fport-forwarding\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x07 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:y\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07h\xca\xf3\xb3\x07\x63\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsshPassword\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0cssh_password\"\xe1\x0b\n\x0bSingleStore\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x06 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x05 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\x84\x01\n\x13require_native_auth\x18\x07 \x01(\x08\x42g\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x03\x63li\x12\x13require-native-auth\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12\xa0\x01\n!use_azure_single_server_usernames\x18\t \x01(\x08\x42u\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x32\xca\xf3\xb3\x07-\xc2\xf4\xb3\x07(\n\x03\x63li\x12!use-azure-single-server-usernames\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:t\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x63\xca\xf3\xb3\x07^\xc2\xf4\xb3\x07\x12\n\x03\x63li\x12\x0bsinglestore\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsinglestore\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0csingle_store\"\xb2\t\n\tSnowflake\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x04 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12x\n\rport_override\x18\x06 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12j\n\x06schema\x18\x05 \x01(\tBZ\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x17\xca\xf3\xb3\x07\x12\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06schema\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowflake\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowflake\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowflake\"\xa5\x07\n\tSnowsight\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12\x86\x01\n\x14healthcheck_username\x18\x0b \x01(\tBh\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x03\x63li\x12\x14healthcheck_username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12w\n\x0csamlMetadata\x18\x01 \x01(\tBa\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rsaml-metadata\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12p\n\tsubdomain\x18\x02 \x01(\tB]\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1a\xca\xf3\xb3\x07\x15\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsubdomain\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:m\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\\\xca\xf3\xb3\x07W\xc2\xf4\xb3\x07\x10\n\x03\x63li\x12\tsnowsight\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tsnowsight\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsnowsight\"\xb2\x08\n\x06Sybase\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:d\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07S\xca\xf3\xb3\x07N\xc2\xf4\xb3\x07\r\n\x03\x63li\x12\x06sybase\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06sybase\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06sybase\"\xbb\x08\n\x08SybaseIQ\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x05 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x04 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x03 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:k\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Z\xca\xf3\xb3\x07U\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08sybaseIQ\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\tsybase_iq\"\xba\x08\n\x08Teradata\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01:j\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07Y\xca\xf3\xb3\x07T\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08teradata\xc2\xf4\xb3\x07\x18\n\x0cjson_gateway\x12\x08teradata\xc2\xf4\xb3\x07\x1e\n\x12terraform-provider\x12\x08teradata\"\xa3\t\n\x05Trino\x12\x18\n\x02id\x18\x80\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12$\n\x04name\x18\x81\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\x12O\n\x07healthy\x18\x82\x80\x02 \x01(\x08\x42<\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x06\xb2\xf4\xb3\x07\x01*\xf2\xf8\xb3\x07\x18\xb2\xf4\xb3\x07\x13!terraform-provider\x12$\n\x04tags\x18\x83\x80\x02 \x01(\x0b\x32\x08.v1.TagsB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12/\n\x0fsecret_store_id\x18\x84\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe0\xf3\xb3\x07\x01\x12#\n\regress_filter\x18\x85\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12.\n\x0e\x62ind_interface\x18\x86\x80\x02 \x01(\tB\x14\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\x12S\n\tsubdomain\x18\x87\x80\x02 \x01(\tB>\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08\x64\x61tabase\x18\x03 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08\x64\x61tabase\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08hostname\x18\x01 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08hostname\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08password\x18\x02 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08password\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x01\x12\x66\n\x04port\x18\x05 \x01(\x05\x42X\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x15\xca\xf3\xb3\x07\x10\xc2\xf4\xb3\x07\x0b\n\x03\x63li\x12\x04port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12x\n\rport_override\x18\x04 \x01(\x05\x42\x61\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x1e\xca\xf3\xb3\x07\x19\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rport-override\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00\x12n\n\x08username\x18\x06 \x01(\tB\\\x18\x00\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x19\xca\xf3\xb3\x07\x14\xc2\xf4\xb3\x07\x0f\n\x03\x63li\x12\x08username\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:f\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07U\xca\xf3\xb3\x07P\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x0c\n\x03\x63li\x12\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trinoBc\n\x19\x63om.strongdm.api.plumbingB\x0f\x44riversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
|
34
34
|
|
35
35
|
|
36
36
|
|
@@ -916,6 +916,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
916
916
|
_AKS.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
917
917
|
_AKS.fields_by_name['subdomain']._options = None
|
918
918
|
_AKS.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
919
|
+
_AKS.fields_by_name['allow_resource_role_bypass']._options = None
|
920
|
+
_AKS.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
919
921
|
_AKS.fields_by_name['certificate_authority']._options = None
|
920
922
|
_AKS.fields_by_name['certificate_authority']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007&\312\363\263\007!\302\364\263\007\034\n\003cli\022\025certificate-authority\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
921
923
|
_AKS.fields_by_name['client_certificate']._options = None
|
@@ -969,7 +971,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
969
971
|
_AKSBASICAUTH.fields_by_name['username']._options = None
|
970
972
|
_AKSBASICAUTH.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\036\312\363\263\007\031\302\364\263\007\024\n\003cli\022\rhttp-username\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
971
973
|
_AKSBASICAUTH._options = None
|
972
|
-
_AKSBASICAUTH._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\
|
974
|
+
_AKSBASICAUTH._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007l\312\363\263\007g\210\364\263\007\001\302\364\263\007\023\n\003cli\022\014akshttpbasic\302\364\263\007\034\n\014json_gateway\022\014akshttpbasic\302\364\263\007$\n\022terraform-provider\022\016aks_basic_auth'
|
973
975
|
_AKSSERVICEACCOUNT.fields_by_name['id']._options = None
|
974
976
|
_AKSSERVICEACCOUNT.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
975
977
|
_AKSSERVICEACCOUNT.fields_by_name['name']._options = None
|
@@ -986,6 +988,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
986
988
|
_AKSSERVICEACCOUNT.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
987
989
|
_AKSSERVICEACCOUNT.fields_by_name['subdomain']._options = None
|
988
990
|
_AKSSERVICEACCOUNT.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
991
|
+
_AKSSERVICEACCOUNT.fields_by_name['allow_resource_role_bypass']._options = None
|
992
|
+
_AKSSERVICEACCOUNT.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
989
993
|
_AKSSERVICEACCOUNT.fields_by_name['discovery_enabled']._options = None
|
990
994
|
_AKSSERVICEACCOUNT.fields_by_name['discovery_enabled']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\"\312\363\263\007\035\302\364\263\007\030\n\003cli\022\021discovery-enabled\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
991
995
|
_AKSSERVICEACCOUNT.fields_by_name['discovery_username']._options = None
|
@@ -1184,6 +1188,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
1184
1188
|
_AMAZONEKS.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1185
1189
|
_AMAZONEKS.fields_by_name['access_key']._options = None
|
1186
1190
|
_AMAZONEKS.fields_by_name['access_key']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\036\312\363\263\007\031\302\364\263\007\024\n\003cli\022\raccess-key-id\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1191
|
+
_AMAZONEKS.fields_by_name['allow_resource_role_bypass']._options = None
|
1192
|
+
_AMAZONEKS.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1187
1193
|
_AMAZONEKS.fields_by_name['certificate_authority']._options = None
|
1188
1194
|
_AMAZONEKS.fields_by_name['certificate_authority']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007&\312\363\263\007!\302\364\263\007\034\n\003cli\022\025certificate-authority\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1189
1195
|
_AMAZONEKS.fields_by_name['cluster_name']._options = None
|
@@ -1228,6 +1234,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
1228
1234
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
1229
1235
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['subdomain']._options = None
|
1230
1236
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1237
|
+
_AMAZONEKSINSTANCEPROFILE.fields_by_name['allow_resource_role_bypass']._options = None
|
1238
|
+
_AMAZONEKSINSTANCEPROFILE.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
1231
1239
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['certificate_authority']._options = None
|
1232
1240
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['certificate_authority']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007&\312\363\263\007!\302\364\263\007\034\n\003cli\022\025certificate-authority\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
1233
1241
|
_AMAZONEKSINSTANCEPROFILE.fields_by_name['cluster_name']._options = None
|
@@ -2110,6 +2118,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
2110
2118
|
_GOOGLEGKE.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
2111
2119
|
_GOOGLEGKE.fields_by_name['subdomain']._options = None
|
2112
2120
|
_GOOGLEGKE.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2121
|
+
_GOOGLEGKE.fields_by_name['allow_resource_role_bypass']._options = None
|
2122
|
+
_GOOGLEGKE.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2113
2123
|
_GOOGLEGKE.fields_by_name['certificate_authority']._options = None
|
2114
2124
|
_GOOGLEGKE.fields_by_name['certificate_authority']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007&\312\363\263\007!\302\364\263\007\034\n\003cli\022\025certificate-authority\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
2115
2125
|
_GOOGLEGKE.fields_by_name['discovery_enabled']._options = None
|
@@ -2296,6 +2306,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
2296
2306
|
_KUBERNETES.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
2297
2307
|
_KUBERNETES.fields_by_name['subdomain']._options = None
|
2298
2308
|
_KUBERNETES.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2309
|
+
_KUBERNETES.fields_by_name['allow_resource_role_bypass']._options = None
|
2310
|
+
_KUBERNETES.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2299
2311
|
_KUBERNETES.fields_by_name['certificate_authority']._options = None
|
2300
2312
|
_KUBERNETES.fields_by_name['certificate_authority']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007&\312\363\263\007!\302\364\263\007\034\n\003cli\022\025certificate-authority\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\001\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
2301
2313
|
_KUBERNETES.fields_by_name['client_certificate']._options = None
|
@@ -2349,7 +2361,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
2349
2361
|
_KUBERNETESBASICAUTH.fields_by_name['username']._options = None
|
2350
2362
|
_KUBERNETESBASICAUTH.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\036\312\363\263\007\031\302\364\263\007\024\n\003cli\022\rhttp-username\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\001\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\001'
|
2351
2363
|
_KUBERNETESBASICAUTH._options = None
|
2352
|
-
_KUBERNETESBASICAUTH._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007
|
2364
|
+
_KUBERNETESBASICAUTH._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007\201\001\312\363\263\007|\210\364\263\007\001\302\364\263\007\032\n\003cli\022\023kuberneteshttpbasic\302\364\263\007#\n\014json_gateway\022\023kuberneteshttpbasic\302\364\263\007+\n\022terraform-provider\022\025kubernetes_basic_auth'
|
2353
2365
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['id']._options = None
|
2354
2366
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
|
2355
2367
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['name']._options = None
|
@@ -2366,6 +2378,8 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
2366
2378
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['bind_interface']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001'
|
2367
2379
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['subdomain']._options = None
|
2368
2380
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['subdomain']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\320\364\263\007\001\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2381
|
+
_KUBERNETESSERVICEACCOUNT.fields_by_name['allow_resource_role_bypass']._options = None
|
2382
|
+
_KUBERNETESSERVICEACCOUNT.fields_by_name['allow_resource_role_bypass']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007+\312\363\263\007&\302\364\263\007!\n\003cli\022\032allow-resource-role-bypass\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2369
2383
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['discovery_enabled']._options = None
|
2370
2384
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['discovery_enabled']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\"\312\363\263\007\035\302\364\263\007\030\n\003cli\022\021discovery-enabled\362\370\263\007\005\320\364\263\007\000\362\370\263\007\005\300\363\263\007\000\362\370\263\007\005\350\363\263\007\000\362\370\263\007\005\230\364\263\007\000\362\370\263\007\005\240\364\263\007\000'
|
2371
2385
|
_KUBERNETESSERVICEACCOUNT.fields_by_name['discovery_username']._options = None
|
@@ -3641,173 +3655,173 @@ if _descriptor._USE_C_DESCRIPTORS == False:
|
|
3641
3655
|
_RESOURCE._serialized_start=49
|
3642
3656
|
_RESOURCE._serialized_end=8724
|
3643
3657
|
_AKS._serialized_start=8727
|
3644
|
-
_AKS._serialized_end=
|
3645
|
-
_AKSBASICAUTH._serialized_start=
|
3646
|
-
_AKSBASICAUTH._serialized_end=
|
3647
|
-
_AKSSERVICEACCOUNT._serialized_start=
|
3648
|
-
_AKSSERVICEACCOUNT._serialized_end=
|
3649
|
-
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=
|
3650
|
-
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=
|
3651
|
-
_AKSUSERIMPERSONATION._serialized_start=
|
3652
|
-
_AKSUSERIMPERSONATION._serialized_end=
|
3653
|
-
_AWS._serialized_start=
|
3654
|
-
_AWS._serialized_end=
|
3655
|
-
_AWSCONSOLE._serialized_start=
|
3656
|
-
_AWSCONSOLE._serialized_end=
|
3657
|
-
_AWSCONSOLESTATICKEYPAIR._serialized_start=
|
3658
|
-
_AWSCONSOLESTATICKEYPAIR._serialized_end=
|
3659
|
-
_AMAZONEKS._serialized_start=
|
3660
|
-
_AMAZONEKS._serialized_end=
|
3661
|
-
_AMAZONEKSINSTANCEPROFILE._serialized_start=
|
3662
|
-
_AMAZONEKSINSTANCEPROFILE._serialized_end=
|
3663
|
-
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=
|
3664
|
-
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=
|
3665
|
-
_AMAZONEKSUSERIMPERSONATION._serialized_start=
|
3666
|
-
_AMAZONEKSUSERIMPERSONATION._serialized_end=
|
3667
|
-
_AMAZONES._serialized_start=
|
3668
|
-
_AMAZONES._serialized_end=
|
3669
|
-
_AMAZONMQAMQP091._serialized_start=
|
3670
|
-
_AMAZONMQAMQP091._serialized_end=
|
3671
|
-
_ATHENA._serialized_start=
|
3672
|
-
_ATHENA._serialized_end=
|
3673
|
-
_AURORAMYSQL._serialized_start=
|
3674
|
-
_AURORAMYSQL._serialized_end=
|
3675
|
-
_AURORAPOSTGRES._serialized_start=
|
3676
|
-
_AURORAPOSTGRES._serialized_end=
|
3677
|
-
_AURORAPOSTGRESIAM._serialized_start=
|
3678
|
-
_AURORAPOSTGRESIAM._serialized_end=
|
3679
|
-
_AZURE._serialized_start=
|
3680
|
-
_AZURE._serialized_end=
|
3681
|
-
_AZURECERTIFICATE._serialized_start=
|
3682
|
-
_AZURECERTIFICATE._serialized_end=
|
3683
|
-
_AZUREMYSQL._serialized_start=
|
3684
|
-
_AZUREMYSQL._serialized_end=
|
3685
|
-
_AZUREPOSTGRES._serialized_start=
|
3686
|
-
_AZUREPOSTGRES._serialized_end=
|
3687
|
-
_AZUREPOSTGRESMANAGEDIDENTITY._serialized_start=
|
3688
|
-
_AZUREPOSTGRESMANAGEDIDENTITY._serialized_end=
|
3689
|
-
_BIGQUERY._serialized_start=
|
3690
|
-
_BIGQUERY._serialized_end=
|
3691
|
-
_CASSANDRA._serialized_start=
|
3692
|
-
_CASSANDRA._serialized_end=
|
3693
|
-
_CITUS._serialized_start=
|
3694
|
-
_CITUS._serialized_end=
|
3695
|
-
_CLUSTRIX._serialized_start=
|
3696
|
-
_CLUSTRIX._serialized_end=
|
3697
|
-
_COCKROACH._serialized_start=
|
3698
|
-
_COCKROACH._serialized_end=
|
3699
|
-
_DB2I._serialized_start=
|
3700
|
-
_DB2I._serialized_end=
|
3701
|
-
_DB2LUW._serialized_start=
|
3702
|
-
_DB2LUW._serialized_end=
|
3703
|
-
_DOCUMENTDBHOST._serialized_start=
|
3704
|
-
_DOCUMENTDBHOST._serialized_end=
|
3705
|
-
_DOCUMENTDBREPLICASET._serialized_start=
|
3706
|
-
_DOCUMENTDBREPLICASET._serialized_end=
|
3707
|
-
_DRUID._serialized_start=
|
3708
|
-
_DRUID._serialized_end=
|
3709
|
-
_DYNAMODB._serialized_start=
|
3710
|
-
_DYNAMODB._serialized_end=
|
3711
|
-
_ELASTIC._serialized_start=
|
3712
|
-
_ELASTIC._serialized_end=
|
3713
|
-
_ELASTICACHEREDIS._serialized_start=
|
3714
|
-
_ELASTICACHEREDIS._serialized_end=
|
3715
|
-
_GCP._serialized_start=
|
3716
|
-
_GCP._serialized_end=
|
3717
|
-
_GOOGLEGKE._serialized_start=
|
3718
|
-
_GOOGLEGKE._serialized_end=
|
3719
|
-
_GOOGLEGKEUSERIMPERSONATION._serialized_start=
|
3720
|
-
_GOOGLEGKEUSERIMPERSONATION._serialized_end=
|
3721
|
-
_GREENPLUM._serialized_start=
|
3722
|
-
_GREENPLUM._serialized_end=
|
3723
|
-
_HTTPAUTH._serialized_start=
|
3724
|
-
_HTTPAUTH._serialized_end=
|
3725
|
-
_HTTPBASICAUTH._serialized_start=
|
3726
|
-
_HTTPBASICAUTH._serialized_end=
|
3727
|
-
_HTTPNOAUTH._serialized_start=
|
3728
|
-
_HTTPNOAUTH._serialized_end=
|
3729
|
-
_KUBERNETES._serialized_start=
|
3730
|
-
_KUBERNETES._serialized_end=
|
3731
|
-
_KUBERNETESBASICAUTH._serialized_start=
|
3732
|
-
_KUBERNETESBASICAUTH._serialized_end=
|
3733
|
-
_KUBERNETESSERVICEACCOUNT._serialized_start=
|
3734
|
-
_KUBERNETESSERVICEACCOUNT._serialized_end=
|
3735
|
-
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_start=
|
3736
|
-
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_end=
|
3737
|
-
_KUBERNETESUSERIMPERSONATION._serialized_start=
|
3738
|
-
_KUBERNETESUSERIMPERSONATION._serialized_end=
|
3739
|
-
_MTLSMYSQL._serialized_start=
|
3740
|
-
_MTLSMYSQL._serialized_end=
|
3741
|
-
_MTLSPOSTGRES._serialized_start=
|
3742
|
-
_MTLSPOSTGRES._serialized_end=
|
3743
|
-
_MARIA._serialized_start=
|
3744
|
-
_MARIA._serialized_end=
|
3745
|
-
_MEMCACHED._serialized_start=
|
3746
|
-
_MEMCACHED._serialized_end=
|
3747
|
-
_MEMSQL._serialized_start=
|
3748
|
-
_MEMSQL._serialized_end=
|
3749
|
-
_MONGOHOST._serialized_start=
|
3750
|
-
_MONGOHOST._serialized_end=
|
3751
|
-
_MONGOLEGACYHOST._serialized_start=
|
3752
|
-
_MONGOLEGACYHOST._serialized_end=
|
3753
|
-
_MONGOLEGACYREPLICASET._serialized_start=
|
3754
|
-
_MONGOLEGACYREPLICASET._serialized_end=
|
3755
|
-
_MONGOREPLICASET._serialized_start=
|
3756
|
-
_MONGOREPLICASET._serialized_end=
|
3757
|
-
_MONGOSHARDEDCLUSTER._serialized_start=
|
3758
|
-
_MONGOSHARDEDCLUSTER._serialized_end=
|
3759
|
-
_MYSQL._serialized_start=
|
3760
|
-
_MYSQL._serialized_end=
|
3761
|
-
_NEPTUNE._serialized_start=
|
3762
|
-
_NEPTUNE._serialized_end=
|
3763
|
-
_NEPTUNEIAM._serialized_start=
|
3764
|
-
_NEPTUNEIAM._serialized_end=
|
3765
|
-
_ORACLE._serialized_start=
|
3766
|
-
_ORACLE._serialized_end=
|
3767
|
-
_POSTGRES._serialized_start=
|
3768
|
-
_POSTGRES._serialized_end=
|
3769
|
-
_PRESTO._serialized_start=
|
3770
|
-
_PRESTO._serialized_end=
|
3771
|
-
_RDP._serialized_start=
|
3772
|
-
_RDP._serialized_end=
|
3773
|
-
_RDPCERT._serialized_start=
|
3774
|
-
_RDPCERT._serialized_end=
|
3775
|
-
_RDSPOSTGRESIAM._serialized_start=
|
3776
|
-
_RDSPOSTGRESIAM._serialized_end=
|
3777
|
-
_RABBITMQAMQP091._serialized_start=
|
3778
|
-
_RABBITMQAMQP091._serialized_end=
|
3779
|
-
_RAWTCP._serialized_start=
|
3780
|
-
_RAWTCP._serialized_end=
|
3781
|
-
_REDIS._serialized_start=
|
3782
|
-
_REDIS._serialized_end=
|
3783
|
-
_REDSHIFT._serialized_start=
|
3784
|
-
_REDSHIFT._serialized_end=
|
3785
|
-
_SQLSERVER._serialized_start=
|
3786
|
-
_SQLSERVER._serialized_end=
|
3787
|
-
_SQLSERVERAZUREAD._serialized_start=
|
3788
|
-
_SQLSERVERAZUREAD._serialized_end=
|
3789
|
-
_SQLSERVERKERBEROSAD._serialized_start=
|
3790
|
-
_SQLSERVERKERBEROSAD._serialized_end=
|
3791
|
-
_SSH._serialized_start=
|
3792
|
-
_SSH._serialized_end=
|
3793
|
-
_SSHCERT._serialized_start=
|
3794
|
-
_SSHCERT._serialized_end=
|
3795
|
-
_SSHCUSTOMERKEY._serialized_start=
|
3796
|
-
_SSHCUSTOMERKEY._serialized_end=
|
3797
|
-
_SSHPASSWORD._serialized_start=
|
3798
|
-
_SSHPASSWORD._serialized_end=
|
3799
|
-
_SINGLESTORE._serialized_start=
|
3800
|
-
_SINGLESTORE._serialized_end=
|
3801
|
-
_SNOWFLAKE._serialized_start=
|
3802
|
-
_SNOWFLAKE._serialized_end=
|
3803
|
-
_SNOWSIGHT._serialized_start=
|
3804
|
-
_SNOWSIGHT._serialized_end=
|
3805
|
-
_SYBASE._serialized_start=
|
3806
|
-
_SYBASE._serialized_end=
|
3807
|
-
_SYBASEIQ._serialized_start=
|
3808
|
-
_SYBASEIQ._serialized_end=
|
3809
|
-
_TERADATA._serialized_start=
|
3810
|
-
_TERADATA._serialized_end=
|
3811
|
-
_TRINO._serialized_start=
|
3812
|
-
_TRINO._serialized_end=
|
3658
|
+
_AKS._serialized_end=11017
|
3659
|
+
_AKSBASICAUTH._serialized_start=11020
|
3660
|
+
_AKSBASICAUTH._serialized_end=12468
|
3661
|
+
_AKSSERVICEACCOUNT._serialized_start=12471
|
3662
|
+
_AKSSERVICEACCOUNT._serialized_end=14542
|
3663
|
+
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=14545
|
3664
|
+
_AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=15957
|
3665
|
+
_AKSUSERIMPERSONATION._serialized_start=15960
|
3666
|
+
_AKSUSERIMPERSONATION._serialized_end=17590
|
3667
|
+
_AWS._serialized_start=17593
|
3668
|
+
_AWS._serialized_end=18838
|
3669
|
+
_AWSCONSOLE._serialized_start=18841
|
3670
|
+
_AWSCONSOLE._serialized_end=20445
|
3671
|
+
_AWSCONSOLESTATICKEYPAIR._serialized_start=20448
|
3672
|
+
_AWSCONSOLESTATICKEYPAIR._serialized_end=22215
|
3673
|
+
_AMAZONEKS._serialized_start=22218
|
3674
|
+
_AMAZONEKS._serialized_end=24898
|
3675
|
+
_AMAZONEKSINSTANCEPROFILE._serialized_start=24901
|
3676
|
+
_AMAZONEKSINSTANCEPROFILE._serialized_end=27396
|
3677
|
+
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=27399
|
3678
|
+
_AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=29233
|
3679
|
+
_AMAZONEKSUSERIMPERSONATION._serialized_start=29236
|
3680
|
+
_AMAZONEKSUSERIMPERSONATION._serialized_end=31258
|
3681
|
+
_AMAZONES._serialized_start=31261
|
3682
|
+
_AMAZONES._serialized_end=32614
|
3683
|
+
_AMAZONMQAMQP091._serialized_start=32617
|
3684
|
+
_AMAZONMQAMQP091._serialized_end=33854
|
3685
|
+
_ATHENA._serialized_start=33857
|
3686
|
+
_ATHENA._serialized_end=35217
|
3687
|
+
_AURORAMYSQL._serialized_start=35220
|
3688
|
+
_AURORAMYSQL._serialized_end=36727
|
3689
|
+
_AURORAPOSTGRES._serialized_start=36730
|
3690
|
+
_AURORAPOSTGRES._serialized_end=38082
|
3691
|
+
_AURORAPOSTGRESIAM._serialized_start=38085
|
3692
|
+
_AURORAPOSTGRESIAM._serialized_end=39580
|
3693
|
+
_AZURE._serialized_start=39583
|
3694
|
+
_AZURE._serialized_end=40547
|
3695
|
+
_AZURECERTIFICATE._serialized_start=40550
|
3696
|
+
_AZURECERTIFICATE._serialized_end=41558
|
3697
|
+
_AZUREMYSQL._serialized_start=41561
|
3698
|
+
_AZUREMYSQL._serialized_end=43062
|
3699
|
+
_AZUREPOSTGRES._serialized_start=43065
|
3700
|
+
_AZUREPOSTGRES._serialized_end=44411
|
3701
|
+
_AZUREPOSTGRESMANAGEDIDENTITY._serialized_start=44414
|
3702
|
+
_AZUREPOSTGRESMANAGEDIDENTITY._serialized_end=45988
|
3703
|
+
_BIGQUERY._serialized_start=45991
|
3704
|
+
_BIGQUERY._serialized_end=47086
|
3705
|
+
_CASSANDRA._serialized_start=47089
|
3706
|
+
_CASSANDRA._serialized_end=48295
|
3707
|
+
_CITUS._serialized_start=48298
|
3708
|
+
_CITUS._serialized_end=49611
|
3709
|
+
_CLUSTRIX._serialized_start=49614
|
3710
|
+
_CLUSTRIX._serialized_end=51106
|
3711
|
+
_COCKROACH._serialized_start=51109
|
3712
|
+
_COCKROACH._serialized_end=52438
|
3713
|
+
_DB2I._serialized_start=52441
|
3714
|
+
_DB2I._serialized_end=53629
|
3715
|
+
_DB2LUW._serialized_start=53632
|
3716
|
+
_DB2LUW._serialized_end=54820
|
3717
|
+
_DOCUMENTDBHOST._serialized_start=54823
|
3718
|
+
_DOCUMENTDBHOST._serialized_end=56053
|
3719
|
+
_DOCUMENTDBREPLICASET._serialized_start=56056
|
3720
|
+
_DOCUMENTDBREPLICASET._serialized_end=57460
|
3721
|
+
_DRUID._serialized_start=57463
|
3722
|
+
_DRUID._serialized_end=58533
|
3723
|
+
_DYNAMODB._serialized_start=58536
|
3724
|
+
_DYNAMODB._serialized_end=59885
|
3725
|
+
_ELASTIC._serialized_start=59888
|
3726
|
+
_ELASTIC._serialized_end=61086
|
3727
|
+
_ELASTICACHEREDIS._serialized_start=61089
|
3728
|
+
_ELASTICACHEREDIS._serialized_end=62306
|
3729
|
+
_GCP._serialized_start=62309
|
3730
|
+
_GCP._serialized_end=63153
|
3731
|
+
_GOOGLEGKE._serialized_start=63156
|
3732
|
+
_GOOGLEGKE._serialized_end=65253
|
3733
|
+
_GOOGLEGKEUSERIMPERSONATION._serialized_start=65256
|
3734
|
+
_GOOGLEGKEUSERIMPERSONATION._serialized_end=66695
|
3735
|
+
_GREENPLUM._serialized_start=66698
|
3736
|
+
_GREENPLUM._serialized_end=68027
|
3737
|
+
_HTTPAUTH._serialized_start=68030
|
3738
|
+
_HTTPAUTH._serialized_end=69301
|
3739
|
+
_HTTPBASICAUTH._serialized_start=69304
|
3740
|
+
_HTTPBASICAUTH._serialized_end=70694
|
3741
|
+
_HTTPNOAUTH._serialized_start=70697
|
3742
|
+
_HTTPNOAUTH._serialized_end=71859
|
3743
|
+
_KUBERNETES._serialized_start=71862
|
3744
|
+
_KUBERNETES._serialized_end=74180
|
3745
|
+
_KUBERNETESBASICAUTH._serialized_start=74183
|
3746
|
+
_KUBERNETESBASICAUTH._serialized_end=75661
|
3747
|
+
_KUBERNETESSERVICEACCOUNT._serialized_start=75664
|
3748
|
+
_KUBERNETESSERVICEACCOUNT._serialized_end=77765
|
3749
|
+
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_start=77768
|
3750
|
+
_KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_end=79208
|
3751
|
+
_KUBERNETESUSERIMPERSONATION._serialized_start=79211
|
3752
|
+
_KUBERNETESUSERIMPERSONATION._serialized_end=80871
|
3753
|
+
_MTLSMYSQL._serialized_start=80874
|
3754
|
+
_MTLSMYSQL._serialized_end=82882
|
3755
|
+
_MTLSPOSTGRES._serialized_start=82885
|
3756
|
+
_MTLSPOSTGRES._serialized_end=84733
|
3757
|
+
_MARIA._serialized_start=84736
|
3758
|
+
_MARIA._serialized_end=86216
|
3759
|
+
_MEMCACHED._serialized_start=86219
|
3760
|
+
_MEMCACHED._serialized_end=87081
|
3761
|
+
_MEMSQL._serialized_start=87084
|
3762
|
+
_MEMSQL._serialized_end=88568
|
3763
|
+
_MONGOHOST._serialized_start=88571
|
3764
|
+
_MONGOHOST._serialized_end=89900
|
3765
|
+
_MONGOLEGACYHOST._serialized_start=89903
|
3766
|
+
_MONGOLEGACYHOST._serialized_end=91242
|
3767
|
+
_MONGOLEGACYREPLICASET._serialized_start=91245
|
3768
|
+
_MONGOLEGACYREPLICASET._serialized_end=92870
|
3769
|
+
_MONGOREPLICASET._serialized_start=92873
|
3770
|
+
_MONGOREPLICASET._serialized_end=94479
|
3771
|
+
_MONGOSHARDEDCLUSTER._serialized_start=94482
|
3772
|
+
_MONGOSHARDEDCLUSTER._serialized_end=95749
|
3773
|
+
_MYSQL._serialized_start=95752
|
3774
|
+
_MYSQL._serialized_end=97232
|
3775
|
+
_NEPTUNE._serialized_start=97235
|
3776
|
+
_NEPTUNE._serialized_end=98089
|
3777
|
+
_NEPTUNEIAM._serialized_start=98092
|
3778
|
+
_NEPTUNEIAM._serialized_end=99557
|
3779
|
+
_ORACLE._serialized_start=99560
|
3780
|
+
_ORACLE._serialized_end=100866
|
3781
|
+
_POSTGRES._serialized_start=100869
|
3782
|
+
_POSTGRES._serialized_end=102194
|
3783
|
+
_PRESTO._serialized_start=102197
|
3784
|
+
_PRESTO._serialized_end=103503
|
3785
|
+
_RDP._serialized_start=103506
|
3786
|
+
_RDP._serialized_end=104837
|
3787
|
+
_RDPCERT._serialized_start=104840
|
3788
|
+
_RDPCERT._serialized_end=106154
|
3789
|
+
_RDSPOSTGRESIAM._serialized_start=106157
|
3790
|
+
_RDSPOSTGRESIAM._serialized_end=107639
|
3791
|
+
_RABBITMQAMQP091._serialized_start=107642
|
3792
|
+
_RABBITMQAMQP091._serialized_end=108879
|
3793
|
+
_RAWTCP._serialized_start=108882
|
3794
|
+
_RAWTCP._serialized_end=109733
|
3795
|
+
_REDIS._serialized_start=109736
|
3796
|
+
_REDIS._serialized_end=110926
|
3797
|
+
_REDSHIFT._serialized_start=110929
|
3798
|
+
_REDSHIFT._serialized_end=112254
|
3799
|
+
_SQLSERVER._serialized_start=112257
|
3800
|
+
_SQLSERVER._serialized_end=113838
|
3801
|
+
_SQLSERVERAZUREAD._serialized_start=113841
|
3802
|
+
_SQLSERVERAZUREAD._serialized_end=115564
|
3803
|
+
_SQLSERVERKERBEROSAD._serialized_start=115567
|
3804
|
+
_SQLSERVERKERBEROSAD._serialized_end=117521
|
3805
|
+
_SSH._serialized_start=117524
|
3806
|
+
_SSH._serialized_end=118985
|
3807
|
+
_SSHCERT._serialized_start=118988
|
3808
|
+
_SSHCERT._serialized_end=120697
|
3809
|
+
_SSHCUSTOMERKEY._serialized_start=120700
|
3810
|
+
_SSHCUSTOMERKEY._serialized_end=122097
|
3811
|
+
_SSHPASSWORD._serialized_start=122100
|
3812
|
+
_SSHPASSWORD._serialized_end=123483
|
3813
|
+
_SINGLESTORE._serialized_start=123486
|
3814
|
+
_SINGLESTORE._serialized_end=124991
|
3815
|
+
_SNOWFLAKE._serialized_start=124994
|
3816
|
+
_SNOWFLAKE._serialized_end=126196
|
3817
|
+
_SNOWSIGHT._serialized_start=126199
|
3818
|
+
_SNOWSIGHT._serialized_end=127132
|
3819
|
+
_SYBASE._serialized_start=127135
|
3820
|
+
_SYBASE._serialized_end=128209
|
3821
|
+
_SYBASEIQ._serialized_start=128212
|
3822
|
+
_SYBASEIQ._serialized_end=129295
|
3823
|
+
_TERADATA._serialized_start=129298
|
3824
|
+
_TERADATA._serialized_end=130380
|
3825
|
+
_TRINO._serialized_start=130383
|
3826
|
+
_TRINO._serialized_end=131570
|
3813
3827
|
# @@protoc_insertion_point(module_scope)
|