strongdm 14.25.0__zip → 15.1.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.
Files changed (151) hide show
  1. {strongdm-14.25.0 → strongdm-15.1.0}/PKG-INFO +2 -2
  2. {strongdm-14.25.0 → strongdm-15.1.0}/setup.py +2 -2
  3. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/client.py +1 -25
  4. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/constants.py +23 -0
  5. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/drivers_pb2.py +322 -322
  6. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/models.py +0 -176
  7. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/plumbing.py +0 -138
  8. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/svc.py +0 -122
  9. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm.egg-info/PKG-INFO +2 -2
  10. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm.egg-info/SOURCES.txt +0 -4
  11. strongdm-14.25.0/strongdm/workflow_assignments_history_pb2.py +0 -100
  12. strongdm-14.25.0/strongdm/workflow_assignments_history_pb2_grpc.py +0 -84
  13. strongdm-14.25.0/strongdm/workflow_assignments_pb2.py +0 -94
  14. strongdm-14.25.0/strongdm/workflow_assignments_pb2_grpc.py +0 -87
  15. {strongdm-14.25.0 → strongdm-15.1.0}/LICENSE +0 -0
  16. {strongdm-14.25.0 → strongdm-15.1.0}/README.md +0 -0
  17. {strongdm-14.25.0 → strongdm-15.1.0}/setup.cfg +0 -0
  18. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/__init__.py +0 -0
  19. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_request_events_history_pb2.py +0 -0
  20. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_request_events_history_pb2_grpc.py +0 -0
  21. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_requests_history_pb2.py +0 -0
  22. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_requests_history_pb2_grpc.py +0 -0
  23. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_requests_pb2.py +0 -0
  24. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/access_requests_pb2_grpc.py +0 -0
  25. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_attachments_history_pb2.py +0 -0
  26. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_attachments_history_pb2_grpc.py +0 -0
  27. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_attachments_pb2.py +0 -0
  28. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_attachments_pb2_grpc.py +0 -0
  29. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_grants_history_pb2.py +0 -0
  30. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_grants_history_pb2_grpc.py +0 -0
  31. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_grants_pb2.py +0 -0
  32. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_grants_pb2_grpc.py +0 -0
  33. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_permissions_pb2.py +0 -0
  34. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_permissions_pb2_grpc.py +0 -0
  35. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_resources_history_pb2.py +0 -0
  36. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_resources_history_pb2_grpc.py +0 -0
  37. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_resources_pb2.py +0 -0
  38. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/account_resources_pb2_grpc.py +0 -0
  39. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/accounts_history_pb2.py +0 -0
  40. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/accounts_history_pb2_grpc.py +0 -0
  41. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/accounts_pb2.py +0 -0
  42. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/accounts_pb2_grpc.py +0 -0
  43. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/activities_pb2.py +0 -0
  44. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/activities_pb2_grpc.py +0 -0
  45. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_approvers_history_pb2.py +0 -0
  46. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_approvers_history_pb2_grpc.py +0 -0
  47. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_approvers_pb2.py +0 -0
  48. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_approvers_pb2_grpc.py +0 -0
  49. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_steps_history_pb2.py +0 -0
  50. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_steps_history_pb2_grpc.py +0 -0
  51. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_steps_pb2.py +0 -0
  52. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflow_steps_pb2_grpc.py +0 -0
  53. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflows_history_pb2.py +0 -0
  54. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflows_history_pb2_grpc.py +0 -0
  55. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflows_pb2.py +0 -0
  56. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/approval_workflows_pb2_grpc.py +0 -0
  57. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/control_panel_pb2.py +0 -0
  58. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/control_panel_pb2_grpc.py +0 -0
  59. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/drivers_pb2_grpc.py +0 -0
  60. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/errors.py +0 -0
  61. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/health_checks_pb2.py +0 -0
  62. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/health_checks_pb2_grpc.py +0 -0
  63. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_aliases_history_pb2.py +0 -0
  64. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_aliases_history_pb2_grpc.py +0 -0
  65. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_aliases_pb2.py +0 -0
  66. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_aliases_pb2_grpc.py +0 -0
  67. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_sets_history_pb2.py +0 -0
  68. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_sets_history_pb2_grpc.py +0 -0
  69. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_sets_pb2.py +0 -0
  70. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/identity_sets_pb2_grpc.py +0 -0
  71. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/managed_secrets_pb2.py +0 -0
  72. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/managed_secrets_pb2_grpc.py +0 -0
  73. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/nodes_history_pb2.py +0 -0
  74. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/nodes_history_pb2_grpc.py +0 -0
  75. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/nodes_pb2.py +0 -0
  76. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/nodes_pb2_grpc.py +0 -0
  77. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/options_pb2.py +0 -0
  78. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/options_pb2_grpc.py +0 -0
  79. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/organization_history_pb2.py +0 -0
  80. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/organization_history_pb2_grpc.py +0 -0
  81. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_nodes_pb2.py +0 -0
  82. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_nodes_pb2_grpc.py +0 -0
  83. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_peers_pb2.py +0 -0
  84. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_peers_pb2_grpc.py +0 -0
  85. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_resources_pb2.py +0 -0
  86. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_group_resources_pb2_grpc.py +0 -0
  87. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_groups_pb2.py +0 -0
  88. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/peering_groups_pb2_grpc.py +0 -0
  89. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/policies_history_pb2.py +0 -0
  90. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/policies_history_pb2_grpc.py +0 -0
  91. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/policies_pb2.py +0 -0
  92. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/policies_pb2_grpc.py +0 -0
  93. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/proxy_cluster_keys_pb2.py +0 -0
  94. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/proxy_cluster_keys_pb2_grpc.py +0 -0
  95. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/queries_pb2.py +0 -0
  96. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/queries_pb2_grpc.py +0 -0
  97. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identities_history_pb2.py +0 -0
  98. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identities_history_pb2_grpc.py +0 -0
  99. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identities_pb2.py +0 -0
  100. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identities_pb2_grpc.py +0 -0
  101. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identity_groups_history_pb2.py +0 -0
  102. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identity_groups_history_pb2_grpc.py +0 -0
  103. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identity_groups_pb2.py +0 -0
  104. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/remote_identity_groups_pb2_grpc.py +0 -0
  105. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/replays_pb2.py +0 -0
  106. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/replays_pb2_grpc.py +0 -0
  107. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/resources_history_pb2.py +0 -0
  108. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/resources_history_pb2_grpc.py +0 -0
  109. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/resources_pb2.py +0 -0
  110. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/resources_pb2_grpc.py +0 -0
  111. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/role_resources_history_pb2.py +0 -0
  112. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/role_resources_history_pb2_grpc.py +0 -0
  113. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/role_resources_pb2.py +0 -0
  114. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/role_resources_pb2_grpc.py +0 -0
  115. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/roles_history_pb2.py +0 -0
  116. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/roles_history_pb2_grpc.py +0 -0
  117. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/roles_pb2.py +0 -0
  118. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/roles_pb2_grpc.py +0 -0
  119. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engine_policy_pb2.py +0 -0
  120. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engine_policy_pb2_grpc.py +0 -0
  121. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engine_types_pb2.py +0 -0
  122. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engine_types_pb2_grpc.py +0 -0
  123. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engines_pb2.py +0 -0
  124. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_engines_pb2_grpc.py +0 -0
  125. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_store_healths_pb2.py +0 -0
  126. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_store_healths_pb2_grpc.py +0 -0
  127. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_store_types_pb2.py +0 -0
  128. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_store_types_pb2_grpc.py +0 -0
  129. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_stores_history_pb2.py +0 -0
  130. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_stores_history_pb2_grpc.py +0 -0
  131. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_stores_pb2.py +0 -0
  132. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/secret_stores_pb2_grpc.py +0 -0
  133. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/spec_pb2.py +0 -0
  134. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/spec_pb2_grpc.py +0 -0
  135. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/tags_pb2.py +0 -0
  136. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/tags_pb2_grpc.py +0 -0
  137. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_approvers_history_pb2.py +0 -0
  138. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_approvers_history_pb2_grpc.py +0 -0
  139. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_approvers_pb2.py +0 -0
  140. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_approvers_pb2_grpc.py +0 -0
  141. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_roles_history_pb2.py +0 -0
  142. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_roles_history_pb2_grpc.py +0 -0
  143. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_roles_pb2.py +0 -0
  144. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflow_roles_pb2_grpc.py +0 -0
  145. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflows_history_pb2.py +0 -0
  146. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflows_history_pb2_grpc.py +0 -0
  147. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflows_pb2.py +0 -0
  148. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm/workflows_pb2_grpc.py +0 -0
  149. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm.egg-info/dependency_links.txt +0 -0
  150. {strongdm-14.25.0 → strongdm-15.1.0}/strongdm.egg-info/requires.txt +0 -0
  151. {strongdm-14.25.0 → strongdm-15.1.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\"\xccU\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\x12t\n\x14\x61ws_instance_profile\x18\xfd\x11 \x01(\x0b\x32\x16.v1.AWSInstanceProfileB;\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x0cjson_gateway\x12\x12\x61wsinstanceprofile\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\taerospike\x18\xf8# \x01(\x0b\x32\r.v1.AerospikeB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\taerospike\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\x12^\n\x0c\x61mazon_esiam\x18\xda\x04 \x01(\x0b\x32\x0f.v1.AmazonESIAMB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0b\x61mazonesiam\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\x12X\n\nathena_iam\x18\xc8\x1a \x01(\x0b\x32\r.v1.AthenaIAMB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tathenaiam\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\x12j\n\x10\x61urora_mysql_iam\x18\xd5\x08 \x01(\x0b\x32\x12.v1.AuroraMysqlIAMB9\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61urora-mysql-iam\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\x61\n\razure_console\x18\xf3\x15 \x01(\x0b\x32\x10.v1.AzureConsoleB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61zureConsole\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\x12g\n\x10\x63lick_house_http\x18\x05 \x01(\x0b\x32\x12.v1.ClickHouseHTTPB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63lickhouseHTTP\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12l\n\x12\x63lick_house_my_sql\x18\xd4\x08 \x01(\x0b\x32\x13.v1.ClickHouseMySQLB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x63lickhousemysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x0f\x63lick_house_tcp\x18\x06 \x01(\x0b\x32\x11.v1.ClickHouseTCPB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rclickhouseTCP\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\x12p\n\x12\x63ouchbase_database\x18\x81\x19 \x01(\x0b\x32\x15.v1.CouchbaseDatabaseB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x63ouchbaseDatabase\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10\x63ouchbase_web_ui\x18\x80\x19 \x01(\x0b\x32\x12.v1.CouchbaseWebUIB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63ouchbaseWebUI\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\x12r\n\x14\x64ocument_db_host_iam\x18\x9f\x08 \x01(\x0b\x32\x15.v1.DocumentDBHostIAMB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x64ocumentdbhostiam\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\x12\x85\x01\n\x1b\x64ocument_db_replica_set_iam\x18\xa0\x08 \x01(\x0b\x32\x1b.v1.DocumentDBReplicaSetIAMB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x64ocumentdbreplicasetiam\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\x12\\\n\x0c\x64ynamo_dbiam\x18\xf5\x03 \x01(\x0b\x32\x0f.v1.DynamoDBIAMB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tdynamoiam\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\x12[\n\x0bgcp_console\x18\xe4\x19 \x01(\x0b\x32\x0e.v1.GCPConsoleB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\ngcpConsole\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06gcpwif\x18\x8d\x15 \x01(\x0b\x32\n.v1.GCPWIFB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06gcpWIF\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}\n\x17kubernetes_pod_identity\x18\xb3\x06 \x01(\x0b\x32\x19.v1.KubernetesPodIdentityB>\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15kubernetespodidentity\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\x12X\n\noracle_nne\x18\xb1\t \x01(\x0b\x32\r.v1.OracleNNEB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\toraclenne\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\x12\x61\n\rredis_cluster\x18\xc2\x0c \x01(\x0b\x32\x10.v1.RedisClusterB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credisCluster\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\x12_\n\x0credshift_iam\x18\xa0\n \x01(\x0b\x32\x0f.v1.RedshiftIAMB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credshift-iam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x7f\n\x17redshift_serverless_iam\x18\x9f\n \x01(\x0b\x32\x19.v1.RedshiftServerlessIAMB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17redshift-serverless-iam\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\x12Q\n\x07vertica\x18\x94# \x01(\x0b\x32\x0b.v1.VerticaB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07vertica\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\"\x9a\x12\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd0\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xbf\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xac\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x86\r\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x85\n\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xec\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8f\x0e\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc2\t\n\x12\x41WSInstanceProfile\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\x00\xf2\xf8\xb3\x07\x05\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:\x8a\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07y\xca\xf3\xb3\x07t\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x61wsinstanceprofile\xc2\xf4\xb3\x07\"\n\x0cjson_gateway\x12\x12\x61wsinstanceprofile\xc2\xf4\xb3\x07*\n\x12terraform-provider\x12\x14\x61ws_instance_profile\"\xf8\t\n\tAerospike\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x8a\x01\n\x16use_services_alternate\x18\n \x01(\x08\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\x16use-services-alternate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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: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\x10\n\x03\x63li\x12\taerospike\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\taerospike\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\taerospike\"\xa0\x15\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe7\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd2\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8e\x10\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf1\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfa\t\n\x0b\x41mazonESIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\x12u\n\x0btlsRequired\x18\x04 \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: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\x0b\x61mazonesiam\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0b\x61mazonesiam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61mazon_esiam\"\xfd\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf8\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x83\t\n\tAthenaIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12v\n\x06output\x18\x01 \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\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\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\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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\x00\xf2\xf8\xb3\x07\x05\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: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\tathenaiam\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tathenaiam\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nathena_iam\"\x8b\x0c\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf4\n\n\x0e\x41uroraMysqlIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x08 \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:\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\x17\n\x03\x63li\x12\x10\x61urora-mysql-iam\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61urora-mysql-iam\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x61urora_mysql_iam\"\xf0\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xff\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xec\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x98\x08\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc1\t\n\x0c\x41zureConsole\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12v\n\x0c\x63onnector_id\x18\x01 \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\x63onnector-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\x00\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\x84\x01\n\x13management_group_id\x18\x02 \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\x13management-group-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~\n\x10privilege_levels\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\x10privilege-levels\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\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\x0fsubscription_id\x18\x03 \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\x0fsubscription-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:|\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07k\xca\xf3\xb3\x07\x66\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61zureConsole\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61zureConsole\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\razure_console\"\x85\x0c\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xea\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xce\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xef\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xde\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xa5\x08\n\x0e\x43lickHouseHTTP\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12n\n\x08\x64\x61tabase\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\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\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\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\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\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\x0e\x63lickhouseHTTP\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63lickhouseHTTP\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x63lick_house_http\"\xf9\n\n\x0f\x43lickHouseMySQL\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x16\n\x03\x63li\x12\x0f\x63lickhousemysql\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x63lickhousemysql\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12\x63lick_house_my_sql\"\xe0\n\n\rClickHouseTCP\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\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:{\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07j\xca\xf3\xb3\x07\x65\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rclickhouseTCP\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rclickhouseTCP\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x63lick_house_tcp\"\xfc\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf2\n\n\x11\x43ouchbaseDatabase\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\x12p\n\tn1ql_port\x18\x04 \x01(\x05\x42]\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\tn1ql-port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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\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\t \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\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\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\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:\x86\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07u\xca\xf3\xb3\x07p\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x63ouchbaseDatabase\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x63ouchbaseDatabase\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12\x63ouchbase_database\"\xac\x08\n\x0e\x43ouchbaseWebUI\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12u\n\tsubdomain\x18\x04 \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\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\x0e\x63ouchbaseWebUI\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63ouchbaseWebUI\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x63ouchbase_web_ui\"\xcc\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc4\n\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xf6\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x96\x08\n\x11\x44ocumentDBHostIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12j\n\x06region\x18\t \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:\x88\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07w\xca\xf3\xb3\x07r\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64ocumentdbhostiam\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x64ocumentdbhostiam\xc2\xf4\xb3\x07*\n\x12terraform-provider\x12\x14\x64ocument_db_host_iam\"\xa4\x0b\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd3\x08\n\x17\x44ocumentDBReplicaSetIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x82\x01\n\x12\x63onnect_to_replica\x18\x03 \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\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\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\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa2\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x90\x01\xca\xf3\xb3\x07\x8a\x01\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x64ocumentdbreplicasetiam\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x64ocumentdbreplicasetiam\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x64ocument_db_replica_set_iam\"\xd6\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xed\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xff\x08\n\x0b\x44ynamoDBIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\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\x00\xf2\xf8\xb3\x07\x05\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: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\x10\n\x03\x63li\x12\tdynamoiam\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tdynamoiam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x64ynamo_dbiam\"\xd6\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf4\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xa6\x0b\n\nGCPConsole\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x05 \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\x04 \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\x12\x82\x01\n\x0esession_expiry\x18\x03 \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\x12\x80\x01\n\x11workforce_pool_id\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\x11workforce-pool-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\x00\x12\x88\x01\n\x15workforce_provider_id\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\x15workforce-provider-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\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\ngcpConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\ngcpConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bgcp_console\"\xd3\x0c\n\x06GCPWIF\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\xbd\x01\n#identity_alias_healthcheck_username\x18\x05 \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\x04 \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\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\x12r\n\nproject_id\x18\r \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\nproject-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\x12j\n\x06scopes\x18\x07 \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\x12\x82\x01\n\x0esession_expiry\x18\x03 \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\x12\x80\x01\n\x11workforce_pool_id\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\x11workforce-pool-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\x00\x12\x88\x01\n\x15workforce_provider_id\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\x15workforce-provider-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\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\x06gcpWIF\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06gcpWIF\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06gcpwif\"\xd9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc7\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x99\x0b\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\x90\x0c\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xac\n\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xb6\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xee\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x95\x0f\n\x15KubernetesPodIdentity\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x0f \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\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\x11\x64iscovery_enabled\x18\r \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\x0e \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\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\t \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:\x94\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x82\x01\xca\xf3\xb3\x07}\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15kubernetespodidentity\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15kubernetespodidentity\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17kubernetes_pod_identity\"\xdd\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc8\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xa4\r\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x80\x10\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe0\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf0\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x86\x07\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf4\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe3\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x81\r\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xee\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x9b\n\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf0\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfe\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe1\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc2\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xdb\t\n\tOracleNNE\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12r\n\x08\x64\x61tabase\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\x0cservice-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\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\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: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\toraclenne\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\toraclenne\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\noracle_nne\"\xd5\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc2\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xdb\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc4\x0b\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12x\n\rlock_required\x18\x0b \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\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\"\xf2\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfd\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfb\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xce\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xeb\t\n\x0cRedisCluster\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x00\xf2\xf8\xb3\x07\x05\xe8\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\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: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\x0credisCluster\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credisCluster\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rredis_cluster\"\xd5\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xeb\x0b\n\x0bRedshiftIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12r\n\ncluster_id\x18\x03 \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\ncluster-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\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\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\x12\x84\x01\n\x13role_assumption_arn\x18\x0b \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: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\x0credshift-iam\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credshift-iam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0credshift_iam\"\x97\x0c\n\x15RedshiftServerlessIAM\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12\x84\x01\n\x13role_assumption_arn\x18\x0b \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\x12p\n\tworkgroup\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\tworkgroup\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x99\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x87\x01\xca\xf3\xb3\x07\x81\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17redshift-serverless-iam\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17redshift-serverless-iam\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17redshift_serverless_iam\"\xd5\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe3\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xca\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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:\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\"\xdd\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd5\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf8\r\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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:~\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\"\x8a\x0b\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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: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\x0bsshPassword\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0cssh_password\"\x89\x0c\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd0\n\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\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\x12t\n\x0bprivate_key\x18\t \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\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\"\xcd\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xda\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe3\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe2\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xce\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\x12&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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: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\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trino\"\xce\t\n\x07Vertica\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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: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\x07vertica\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07vertica\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07verticaBc\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\"\xccU\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\x12t\n\x14\x61ws_instance_profile\x18\xfd\x11 \x01(\x0b\x32\x16.v1.AWSInstanceProfileB;\xf2\xf8\xb3\x07,\xca\xf3\xb3\x07\'\xc2\xf4\xb3\x07\"\n\x0cjson_gateway\x12\x12\x61wsinstanceprofile\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12W\n\taerospike\x18\xf8# \x01(\x0b\x32\r.v1.AerospikeB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\taerospike\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\x12^\n\x0c\x61mazon_esiam\x18\xda\x04 \x01(\x0b\x32\x0f.v1.AmazonESIAMB4\xf2\xf8\xb3\x07%\xca\xf3\xb3\x07 \xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0b\x61mazonesiam\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\x12X\n\nathena_iam\x18\xc8\x1a \x01(\x0b\x32\r.v1.AthenaIAMB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tathenaiam\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\x12j\n\x10\x61urora_mysql_iam\x18\xd5\x08 \x01(\x0b\x32\x12.v1.AuroraMysqlIAMB9\xf2\xf8\xb3\x07*\xca\xf3\xb3\x07%\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61urora-mysql-iam\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\x61\n\razure_console\x18\xf3\x15 \x01(\x0b\x32\x10.v1.AzureConsoleB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61zureConsole\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\x12g\n\x10\x63lick_house_http\x18\x05 \x01(\x0b\x32\x12.v1.ClickHouseHTTPB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63lickhouseHTTP\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12l\n\x12\x63lick_house_my_sql\x18\xd4\x08 \x01(\x0b\x32\x13.v1.ClickHouseMySQLB8\xf2\xf8\xb3\x07)\xca\xf3\xb3\x07$\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x63lickhousemysql\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x64\n\x0f\x63lick_house_tcp\x18\x06 \x01(\x0b\x32\x11.v1.ClickHouseTCPB6\xf2\xf8\xb3\x07\'\xca\xf3\xb3\x07\"\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rclickhouseTCP\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\x12p\n\x12\x63ouchbase_database\x18\x81\x19 \x01(\x0b\x32\x15.v1.CouchbaseDatabaseB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x63ouchbaseDatabase\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12h\n\x10\x63ouchbase_web_ui\x18\x80\x19 \x01(\x0b\x32\x12.v1.CouchbaseWebUIB7\xf2\xf8\xb3\x07(\xca\xf3\xb3\x07#\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63ouchbaseWebUI\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\x12r\n\x14\x64ocument_db_host_iam\x18\x9f\x08 \x01(\x0b\x32\x15.v1.DocumentDBHostIAMB:\xf2\xf8\xb3\x07+\xca\xf3\xb3\x07&\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x64ocumentdbhostiam\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\x12\x85\x01\n\x1b\x64ocument_db_replica_set_iam\x18\xa0\x08 \x01(\x0b\x32\x1b.v1.DocumentDBReplicaSetIAMB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x64ocumentdbreplicasetiam\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\x12\\\n\x0c\x64ynamo_dbiam\x18\xf5\x03 \x01(\x0b\x32\x0f.v1.DynamoDBIAMB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tdynamoiam\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\x12[\n\x0bgcp_console\x18\xe4\x19 \x01(\x0b\x32\x0e.v1.GCPConsoleB3\xf2\xf8\xb3\x07$\xca\xf3\xb3\x07\x1f\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\ngcpConsole\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12N\n\x06gcpwif\x18\x8d\x15 \x01(\x0b\x32\n.v1.GCPWIFB/\xf2\xf8\xb3\x07 \xca\xf3\xb3\x07\x1b\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06gcpWIF\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}\n\x17kubernetes_pod_identity\x18\xb3\x06 \x01(\x0b\x32\x19.v1.KubernetesPodIdentityB>\xf2\xf8\xb3\x07/\xca\xf3\xb3\x07*\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15kubernetespodidentity\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\x12X\n\noracle_nne\x18\xb1\t \x01(\x0b\x32\r.v1.OracleNNEB2\xf2\xf8\xb3\x07#\xca\xf3\xb3\x07\x1e\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\toraclenne\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\x12\x61\n\rredis_cluster\x18\xc2\x0c \x01(\x0b\x32\x10.v1.RedisClusterB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credisCluster\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\x12_\n\x0credshift_iam\x18\xa0\n \x01(\x0b\x32\x0f.v1.RedshiftIAMB5\xf2\xf8\xb3\x07&\xca\xf3\xb3\x07!\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credshift-iam\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01H\x00\x12\x7f\n\x17redshift_serverless_iam\x18\x9f\n \x01(\x0b\x32\x19.v1.RedshiftServerlessIAMB@\xf2\xf8\xb3\x07\x31\xca\xf3\xb3\x07,\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17redshift-serverless-iam\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\x12Q\n\x07vertica\x18\x94# \x01(\x0b\x32\x0b.v1.VerticaB0\xf2\xf8\xb3\x07!\xca\xf3\xb3\x07\x1c\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07vertica\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\"\x90\x12\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xb5\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xa2\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfc\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe2\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x85\x0e\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xb8\t\n\x12\x41WSInstanceProfile\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\x00\xf2\xf8\xb3\x07\x05\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:\x8a\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07y\xca\xf3\xb3\x07t\xc2\xf4\xb3\x07\x19\n\x03\x63li\x12\x12\x61wsinstanceprofile\xc2\xf4\xb3\x07\"\n\x0cjson_gateway\x12\x12\x61wsinstanceprofile\xc2\xf4\xb3\x07*\n\x12terraform-provider\x12\x14\x61ws_instance_profile\"\xe9\t\n\tAerospike\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x8a\x01\n\x16use_services_alternate\x18\n \x01(\x08\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\x16use-services-alternate\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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: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\taerospike\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\taerospike\xc2\xf4\xb3\x07\x1f\n\x12terraform-provider\x12\taerospike\"\x96\x15\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xdd\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc8\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x84\x10\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe7\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf0\t\n\x0b\x41mazonESIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\x12u\n\x0btlsRequired\x18\x04 \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: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\x0b\x61mazonesiam\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0b\x61mazonesiam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x61mazon_esiam\"\xf3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xee\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf9\x08\n\tAthenaIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12v\n\x06output\x18\x01 \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\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\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\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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\x00\xf2\xf8\xb3\x07\x05\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: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\tathenaiam\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tathenaiam\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\nathena_iam\"\x81\x0c\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xea\n\n\x0e\x41uroraMysqlIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x08 \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:\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\x17\n\x03\x63li\x12\x10\x61urora-mysql-iam\xc2\xf4\xb3\x07 \n\x0cjson_gateway\x12\x10\x61urora-mysql-iam\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x61urora_mysql_iam\"\xe6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf5\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe2\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8e\x08\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xb7\t\n\x0c\x41zureConsole\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12v\n\x0c\x63onnector_id\x18\x01 \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\x63onnector-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\x00\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\x84\x01\n\x13management_group_id\x18\x02 \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\x13management-group-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~\n\x10privilege_levels\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\x10privilege-levels\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\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\x0fsubscription_id\x18\x03 \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\x0fsubscription-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:|\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07k\xca\xf3\xb3\x07\x66\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x13\n\x03\x63li\x12\x0c\x61zureConsole\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0c\x61zureConsole\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\razure_console\"\xfb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe0\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe5\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xbf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x9b\x08\n\x0e\x43lickHouseHTTP\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12n\n\x08\x64\x61tabase\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\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\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\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\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\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\x0e\x63lickhouseHTTP\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63lickhouseHTTP\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x63lick_house_http\"\xef\n\n\x0f\x43lickHouseMySQL\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x16\n\x03\x63li\x12\x0f\x63lickhousemysql\xc2\xf4\xb3\x07\x1f\n\x0cjson_gateway\x12\x0f\x63lickhousemysql\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12\x63lick_house_my_sql\"\xd6\n\n\rClickHouseTCP\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\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:{\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07j\xca\xf3\xb3\x07\x65\xc2\xf4\xb3\x07\x14\n\x03\x63li\x12\rclickhouseTCP\xc2\xf4\xb3\x07\x1d\n\x0cjson_gateway\x12\rclickhouseTCP\xc2\xf4\xb3\x07%\n\x12terraform-provider\x12\x0f\x63lick_house_tcp\"\xf2\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xcf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe8\n\n\x11\x43ouchbaseDatabase\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\x12p\n\tn1ql_port\x18\x04 \x01(\x05\x42]\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\tn1ql-port\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\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\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\t \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\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\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\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:\x86\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07u\xca\xf3\xb3\x07p\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x63ouchbaseDatabase\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x63ouchbaseDatabase\xc2\xf4\xb3\x07(\n\x12terraform-provider\x12\x12\x63ouchbase_database\"\xa2\x08\n\x0e\x43ouchbaseWebUI\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12u\n\tsubdomain\x18\x04 \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\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\x0e\x63ouchbaseWebUI\xc2\xf4\xb3\x07\x1e\n\x0cjson_gateway\x12\x0e\x63ouchbaseWebUI\xc2\xf4\xb3\x07&\n\x12terraform-provider\x12\x10\x63ouchbase_web_ui\"\xc2\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xba\n\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xec\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8c\x08\n\x11\x44ocumentDBHostIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12j\n\x06region\x18\t \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:\x88\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07w\xca\xf3\xb3\x07r\xc2\xf4\xb3\x07\x18\n\x03\x63li\x12\x11\x64ocumentdbhostiam\xc2\xf4\xb3\x07!\n\x0cjson_gateway\x12\x11\x64ocumentdbhostiam\xc2\xf4\xb3\x07*\n\x12terraform-provider\x12\x14\x64ocument_db_host_iam\"\x9a\x0b\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc9\x08\n\x17\x44ocumentDBReplicaSetIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x82\x01\n\x12\x63onnect_to_replica\x18\x03 \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\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\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\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\xa2\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x90\x01\xca\xf3\xb3\x07\x8a\x01\x88\xf4\xb3\x07\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17\x64ocumentdbreplicasetiam\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17\x64ocumentdbreplicasetiam\xc2\xf4\xb3\x07\x31\n\x12terraform-provider\x12\x1b\x64ocument_db_replica_set_iam\"\xcc\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf5\x08\n\x0b\x44ynamoDBIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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\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\x00\xf2\xf8\xb3\x07\x05\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: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\x10\n\x03\x63li\x12\tdynamoiam\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\tdynamoiam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0c\x64ynamo_dbiam\"\xcc\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xdf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xea\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x0b\n\nGCPConsole\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\xb3\x07\x01\x12\xbd\x01\n#identity_alias_healthcheck_username\x18\x05 \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\x04 \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\x12\x82\x01\n\x0esession_expiry\x18\x03 \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\x12\x80\x01\n\x11workforce_pool_id\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\x11workforce-pool-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\x00\x12\x88\x01\n\x15workforce_provider_id\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\x15workforce-provider-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\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\ngcpConsole\xc2\xf4\xb3\x07\x1a\n\x0cjson_gateway\x12\ngcpConsole\xc2\xf4\xb3\x07!\n\x12terraform-provider\x12\x0bgcp_console\"\xc9\x0c\n\x06GCPWIF\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\xbd\x01\n#identity_alias_healthcheck_username\x18\x05 \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\x04 \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\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\x12r\n\nproject_id\x18\r \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\nproject-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\x12j\n\x06scopes\x18\x07 \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\x12\x82\x01\n\x0esession_expiry\x18\x03 \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\x12\x80\x01\n\x11workforce_pool_id\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\x11workforce-pool-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\x00\x12\x88\x01\n\x15workforce_provider_id\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\x15workforce-provider-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\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\x06gcpWIF\xc2\xf4\xb3\x07\x16\n\x0cjson_gateway\x12\x06gcpWIF\xc2\xf4\xb3\x07\x1c\n\x12terraform-provider\x12\x06gcpwif\"\xcf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xbd\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xcf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8f\x0b\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\x86\x0c\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xa2\n\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\"\xac\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x8b\x0f\n\x15KubernetesPodIdentity\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x0f \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\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\x11\x64iscovery_enabled\x18\r \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\x0e \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\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\t \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:\x94\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x82\x01\xca\xf3\xb3\x07}\xc2\xf4\xb3\x07\x1c\n\x03\x63li\x12\x15kubernetespodidentity\xc2\xf4\xb3\x07%\n\x0cjson_gateway\x12\x15kubernetespodidentity\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17kubernetes_pod_identity\"\xd3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xbe\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x9a\r\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xfc\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xea\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xcf\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf7\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\x91\n\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe6\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd7\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xb8\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd1\t\n\tOracleNNE\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12r\n\x08\x64\x61tabase\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\x0cservice-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\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\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: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\toraclenne\xc2\xf4\xb3\x07\x19\n\x0cjson_gateway\x12\toraclenne\xc2\xf4\xb3\x07 \n\x12terraform-provider\x12\noracle_nne\"\xcb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xb8\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd1\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xba\x0b\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12x\n\rlock_required\x18\x0b \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\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\"\xe8\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xf1\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe1\t\n\x0cRedisCluster\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x00\xf2\xf8\xb3\x07\x05\xe8\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\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: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\x0credisCluster\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credisCluster\xc2\xf4\xb3\x07#\n\x12terraform-provider\x12\rredis_cluster\"\xcb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xe1\x0b\n\x0bRedshiftIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x12r\n\ncluster_id\x18\x03 \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\ncluster-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\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\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\x12\x84\x01\n\x13role_assumption_arn\x18\x0b \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: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\x0credshift-iam\xc2\xf4\xb3\x07\x1c\n\x0cjson_gateway\x12\x0credshift-iam\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0credshift_iam\"\x8d\x0c\n\x15RedshiftServerlessIAM\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\x12\x84\x01\n\x13role_assumption_arn\x18\x0b \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\x12p\n\tworkgroup\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\tworkgroup\xf2\xf8\xb3\x07\x05\xd0\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xc0\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x00\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x00\xf2\xf8\xb3\x07\x05\xa0\xf4\xb3\x07\x00:\x99\x01\x18\x00\xfa\xf8\xb3\x07\x05\xa8\xf3\xb3\x07\x01\xfa\xf8\xb3\x07\x87\x01\xca\xf3\xb3\x07\x81\x01\xc2\xf4\xb3\x07\x1e\n\x03\x63li\x12\x17redshift-serverless-iam\xc2\xf4\xb3\x07\'\n\x0cjson_gateway\x12\x17redshift-serverless-iam\xc2\xf4\xb3\x07-\n\x12terraform-provider\x12\x17redshift_serverless_iam\"\xcb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc0\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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:\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\"\xd3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xcb\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xee\r\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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\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:~\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\"\x80\x0b\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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: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\x0bsshPassword\xc2\xf4\xb3\x07\x1b\n\x0cjson_gateway\x12\x0bsshPassword\xc2\xf4\xb3\x07\"\n\x12terraform-provider\x12\x0cssh_password\"\xff\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc6\n\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\x00\xf2\xf8\xb3\x07\x05\xe8\xf3\xb3\x07\x01\xf2\xf8\xb3\x07\x05\x98\xf4\xb3\x07\x01\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\x12t\n\x0bprivate_key\x18\t \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\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\"\xc3\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd0\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd9\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xd8\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\"\xc4\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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: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\x05trino\xc2\xf4\xb3\x07\x15\n\x0cjson_gateway\x12\x05trino\xc2\xf4\xb3\x07\x1b\n\x12terraform-provider\x12\x05trino\"\xc4\t\n\x07Vertica\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\n\xf2\xf8\xb3\x07\x05\xb0\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&\n\x10proxy_cluster_id\x18\x88\x80\x02 \x01(\tB\n\xf2\xf8\xb3\x07\x05\xb0\xf3\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\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\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: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\x07vertica\xc2\xf4\xb3\x07\x17\n\x0cjson_gateway\x12\x07vertica\xc2\xf4\xb3\x07\x1d\n\x12terraform-provider\x12\x07verticaBc\n\x19\x63om.strongdm.api.plumbingB\x0f\x44riversPlumbingZ5github.com/strongdm/strongdm-sdk-go/v3/internal/v1;v1b\x06proto3')
34
34
 
35
35
 
36
36
 
@@ -1129,7 +1129,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1129
1129
  _AKS.fields_by_name['tags']._options = None
1130
1130
  _AKS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1131
1131
  _AKS.fields_by_name['secret_store_id']._options = None
1132
- _AKS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1132
+ _AKS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1133
1133
  _AKS.fields_by_name['egress_filter']._options = None
1134
1134
  _AKS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1135
1135
  _AKS.fields_by_name['bind_interface']._options = None
@@ -1173,7 +1173,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1173
1173
  _AKSBASICAUTH.fields_by_name['tags']._options = None
1174
1174
  _AKSBASICAUTH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1175
1175
  _AKSBASICAUTH.fields_by_name['secret_store_id']._options = None
1176
- _AKSBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1176
+ _AKSBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1177
1177
  _AKSBASICAUTH.fields_by_name['egress_filter']._options = None
1178
1178
  _AKSBASICAUTH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1179
1179
  _AKSBASICAUTH.fields_by_name['bind_interface']._options = None
@@ -1205,7 +1205,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1205
1205
  _AKSSERVICEACCOUNT.fields_by_name['tags']._options = None
1206
1206
  _AKSSERVICEACCOUNT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1207
1207
  _AKSSERVICEACCOUNT.fields_by_name['secret_store_id']._options = None
1208
- _AKSSERVICEACCOUNT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1208
+ _AKSSERVICEACCOUNT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1209
1209
  _AKSSERVICEACCOUNT.fields_by_name['egress_filter']._options = None
1210
1210
  _AKSSERVICEACCOUNT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1211
1211
  _AKSSERVICEACCOUNT.fields_by_name['bind_interface']._options = None
@@ -1245,7 +1245,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1245
1245
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['tags']._options = None
1246
1246
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1247
1247
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
1248
- _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1248
+ _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1249
1249
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
1250
1250
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1251
1251
  _AKSSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -1275,7 +1275,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1275
1275
  _AKSUSERIMPERSONATION.fields_by_name['tags']._options = None
1276
1276
  _AKSUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1277
1277
  _AKSUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
1278
- _AKSUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1278
+ _AKSUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1279
1279
  _AKSUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
1280
1280
  _AKSUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1281
1281
  _AKSUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -1309,7 +1309,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1309
1309
  _AWS.fields_by_name['tags']._options = None
1310
1310
  _AWS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1311
1311
  _AWS.fields_by_name['secret_store_id']._options = None
1312
- _AWS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1312
+ _AWS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1313
1313
  _AWS.fields_by_name['egress_filter']._options = None
1314
1314
  _AWS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1315
1315
  _AWS.fields_by_name['bind_interface']._options = None
@@ -1341,7 +1341,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1341
1341
  _AWSCONSOLE.fields_by_name['tags']._options = None
1342
1342
  _AWSCONSOLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1343
1343
  _AWSCONSOLE.fields_by_name['secret_store_id']._options = None
1344
- _AWSCONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1344
+ _AWSCONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1345
1345
  _AWSCONSOLE.fields_by_name['egress_filter']._options = None
1346
1346
  _AWSCONSOLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1347
1347
  _AWSCONSOLE.fields_by_name['bind_interface']._options = None
@@ -1377,7 +1377,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1377
1377
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['tags']._options = None
1378
1378
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1379
1379
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['secret_store_id']._options = None
1380
- _AWSCONSOLESTATICKEYPAIR.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1380
+ _AWSCONSOLESTATICKEYPAIR.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1381
1381
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['egress_filter']._options = None
1382
1382
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1383
1383
  _AWSCONSOLESTATICKEYPAIR.fields_by_name['bind_interface']._options = None
@@ -1415,7 +1415,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1415
1415
  _AWSINSTANCEPROFILE.fields_by_name['tags']._options = None
1416
1416
  _AWSINSTANCEPROFILE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1417
1417
  _AWSINSTANCEPROFILE.fields_by_name['secret_store_id']._options = None
1418
- _AWSINSTANCEPROFILE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1418
+ _AWSINSTANCEPROFILE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1419
1419
  _AWSINSTANCEPROFILE.fields_by_name['egress_filter']._options = None
1420
1420
  _AWSINSTANCEPROFILE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1421
1421
  _AWSINSTANCEPROFILE.fields_by_name['bind_interface']._options = None
@@ -1445,7 +1445,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1445
1445
  _AEROSPIKE.fields_by_name['tags']._options = None
1446
1446
  _AEROSPIKE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1447
1447
  _AEROSPIKE.fields_by_name['secret_store_id']._options = None
1448
- _AEROSPIKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1448
+ _AEROSPIKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1449
1449
  _AEROSPIKE.fields_by_name['egress_filter']._options = None
1450
1450
  _AEROSPIKE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1451
1451
  _AEROSPIKE.fields_by_name['bind_interface']._options = None
@@ -1467,7 +1467,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1467
1467
  _AEROSPIKE.fields_by_name['username']._options = None
1468
1468
  _AEROSPIKE.fields_by_name['username']._serialized_options = b'\030\000\362\370\263\007\005\260\363\263\007\001\362\370\263\007\031\312\363\263\007\024\302\364\263\007\017\n\003cli\022\010username\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\001'
1469
1469
  _AEROSPIKE._options = None
1470
- _AEROSPIKE._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007a\312\363\263\007\\\210\364\263\007\001\302\364\263\007\020\n\003cli\022\taerospike\302\364\263\007\031\n\014json_gateway\022\taerospike\302\364\263\007\037\n\022terraform-provider\022\taerospike'
1470
+ _AEROSPIKE._serialized_options = b'\030\000\372\370\263\007\005\250\363\263\007\001\372\370\263\007\\\312\363\263\007W\302\364\263\007\020\n\003cli\022\taerospike\302\364\263\007\031\n\014json_gateway\022\taerospike\302\364\263\007\037\n\022terraform-provider\022\taerospike'
1471
1471
  _AMAZONEKS.fields_by_name['id']._options = None
1472
1472
  _AMAZONEKS.fields_by_name['id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1473
1473
  _AMAZONEKS.fields_by_name['name']._options = None
@@ -1477,7 +1477,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1477
1477
  _AMAZONEKS.fields_by_name['tags']._options = None
1478
1478
  _AMAZONEKS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1479
1479
  _AMAZONEKS.fields_by_name['secret_store_id']._options = None
1480
- _AMAZONEKS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1480
+ _AMAZONEKS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1481
1481
  _AMAZONEKS.fields_by_name['egress_filter']._options = None
1482
1482
  _AMAZONEKS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1483
1483
  _AMAZONEKS.fields_by_name['bind_interface']._options = None
@@ -1527,7 +1527,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1527
1527
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['tags']._options = None
1528
1528
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1529
1529
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['secret_store_id']._options = None
1530
- _AMAZONEKSINSTANCEPROFILE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1530
+ _AMAZONEKSINSTANCEPROFILE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1531
1531
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['egress_filter']._options = None
1532
1532
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1533
1533
  _AMAZONEKSINSTANCEPROFILE.fields_by_name['bind_interface']._options = None
@@ -1573,7 +1573,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1573
1573
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['tags']._options = None
1574
1574
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1575
1575
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
1576
- _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1576
+ _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1577
1577
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
1578
1578
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1579
1579
  _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -1609,7 +1609,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1609
1609
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['tags']._options = None
1610
1610
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1611
1611
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
1612
- _AMAZONEKSUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1612
+ _AMAZONEKSUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1613
1613
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
1614
1614
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1615
1615
  _AMAZONEKSUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -1649,7 +1649,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1649
1649
  _AMAZONES.fields_by_name['tags']._options = None
1650
1650
  _AMAZONES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1651
1651
  _AMAZONES.fields_by_name['secret_store_id']._options = None
1652
- _AMAZONES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1652
+ _AMAZONES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1653
1653
  _AMAZONES.fields_by_name['egress_filter']._options = None
1654
1654
  _AMAZONES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1655
1655
  _AMAZONES.fields_by_name['bind_interface']._options = None
@@ -1683,7 +1683,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1683
1683
  _AMAZONESIAM.fields_by_name['tags']._options = None
1684
1684
  _AMAZONESIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1685
1685
  _AMAZONESIAM.fields_by_name['secret_store_id']._options = None
1686
- _AMAZONESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1686
+ _AMAZONESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1687
1687
  _AMAZONESIAM.fields_by_name['egress_filter']._options = None
1688
1688
  _AMAZONESIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1689
1689
  _AMAZONESIAM.fields_by_name['bind_interface']._options = None
@@ -1715,7 +1715,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1715
1715
  _AMAZONMQAMQP091.fields_by_name['tags']._options = None
1716
1716
  _AMAZONMQAMQP091.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1717
1717
  _AMAZONMQAMQP091.fields_by_name['secret_store_id']._options = None
1718
- _AMAZONMQAMQP091.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1718
+ _AMAZONMQAMQP091.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1719
1719
  _AMAZONMQAMQP091.fields_by_name['egress_filter']._options = None
1720
1720
  _AMAZONMQAMQP091.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1721
1721
  _AMAZONMQAMQP091.fields_by_name['bind_interface']._options = None
@@ -1747,7 +1747,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1747
1747
  _ATHENA.fields_by_name['tags']._options = None
1748
1748
  _ATHENA.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1749
1749
  _ATHENA.fields_by_name['secret_store_id']._options = None
1750
- _ATHENA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1750
+ _ATHENA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1751
1751
  _ATHENA.fields_by_name['egress_filter']._options = None
1752
1752
  _ATHENA.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1753
1753
  _ATHENA.fields_by_name['bind_interface']._options = None
@@ -1781,7 +1781,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1781
1781
  _ATHENAIAM.fields_by_name['tags']._options = None
1782
1782
  _ATHENAIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1783
1783
  _ATHENAIAM.fields_by_name['secret_store_id']._options = None
1784
- _ATHENAIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1784
+ _ATHENAIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1785
1785
  _ATHENAIAM.fields_by_name['egress_filter']._options = None
1786
1786
  _ATHENAIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1787
1787
  _ATHENAIAM.fields_by_name['bind_interface']._options = None
@@ -1811,7 +1811,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1811
1811
  _AURORAMYSQL.fields_by_name['tags']._options = None
1812
1812
  _AURORAMYSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1813
1813
  _AURORAMYSQL.fields_by_name['secret_store_id']._options = None
1814
- _AURORAMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1814
+ _AURORAMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1815
1815
  _AURORAMYSQL.fields_by_name['egress_filter']._options = None
1816
1816
  _AURORAMYSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1817
1817
  _AURORAMYSQL.fields_by_name['bind_interface']._options = None
@@ -1847,7 +1847,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1847
1847
  _AURORAMYSQLIAM.fields_by_name['tags']._options = None
1848
1848
  _AURORAMYSQLIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1849
1849
  _AURORAMYSQLIAM.fields_by_name['secret_store_id']._options = None
1850
- _AURORAMYSQLIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1850
+ _AURORAMYSQLIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1851
1851
  _AURORAMYSQLIAM.fields_by_name['egress_filter']._options = None
1852
1852
  _AURORAMYSQLIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1853
1853
  _AURORAMYSQLIAM.fields_by_name['bind_interface']._options = None
@@ -1881,7 +1881,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1881
1881
  _AURORAPOSTGRES.fields_by_name['tags']._options = None
1882
1882
  _AURORAPOSTGRES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1883
1883
  _AURORAPOSTGRES.fields_by_name['secret_store_id']._options = None
1884
- _AURORAPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1884
+ _AURORAPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1885
1885
  _AURORAPOSTGRES.fields_by_name['egress_filter']._options = None
1886
1886
  _AURORAPOSTGRES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1887
1887
  _AURORAPOSTGRES.fields_by_name['bind_interface']._options = None
@@ -1915,7 +1915,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1915
1915
  _AURORAPOSTGRESIAM.fields_by_name['tags']._options = None
1916
1916
  _AURORAPOSTGRESIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1917
1917
  _AURORAPOSTGRESIAM.fields_by_name['secret_store_id']._options = None
1918
- _AURORAPOSTGRESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1918
+ _AURORAPOSTGRESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1919
1919
  _AURORAPOSTGRESIAM.fields_by_name['egress_filter']._options = None
1920
1920
  _AURORAPOSTGRESIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1921
1921
  _AURORAPOSTGRESIAM.fields_by_name['bind_interface']._options = None
@@ -1951,7 +1951,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1951
1951
  _AZURE.fields_by_name['tags']._options = None
1952
1952
  _AZURE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1953
1953
  _AZURE.fields_by_name['secret_store_id']._options = None
1954
- _AZURE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1954
+ _AZURE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1955
1955
  _AZURE.fields_by_name['egress_filter']._options = None
1956
1956
  _AZURE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1957
1957
  _AZURE.fields_by_name['bind_interface']._options = None
@@ -1979,7 +1979,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
1979
1979
  _AZURECERTIFICATE.fields_by_name['tags']._options = None
1980
1980
  _AZURECERTIFICATE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1981
1981
  _AZURECERTIFICATE.fields_by_name['secret_store_id']._options = None
1982
- _AZURECERTIFICATE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
1982
+ _AZURECERTIFICATE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1983
1983
  _AZURECERTIFICATE.fields_by_name['egress_filter']._options = None
1984
1984
  _AZURECERTIFICATE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
1985
1985
  _AZURECERTIFICATE.fields_by_name['bind_interface']._options = None
@@ -2007,7 +2007,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2007
2007
  _AZURECONSOLE.fields_by_name['tags']._options = None
2008
2008
  _AZURECONSOLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2009
2009
  _AZURECONSOLE.fields_by_name['secret_store_id']._options = None
2010
- _AZURECONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2010
+ _AZURECONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2011
2011
  _AZURECONSOLE.fields_by_name['egress_filter']._options = None
2012
2012
  _AZURECONSOLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2013
2013
  _AZURECONSOLE.fields_by_name['bind_interface']._options = None
@@ -2037,7 +2037,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2037
2037
  _AZUREMYSQL.fields_by_name['tags']._options = None
2038
2038
  _AZUREMYSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2039
2039
  _AZUREMYSQL.fields_by_name['secret_store_id']._options = None
2040
- _AZUREMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2040
+ _AZUREMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2041
2041
  _AZUREMYSQL.fields_by_name['egress_filter']._options = None
2042
2042
  _AZUREMYSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2043
2043
  _AZUREMYSQL.fields_by_name['bind_interface']._options = None
@@ -2073,7 +2073,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2073
2073
  _AZUREPOSTGRES.fields_by_name['tags']._options = None
2074
2074
  _AZUREPOSTGRES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2075
2075
  _AZUREPOSTGRES.fields_by_name['secret_store_id']._options = None
2076
- _AZUREPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2076
+ _AZUREPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2077
2077
  _AZUREPOSTGRES.fields_by_name['egress_filter']._options = None
2078
2078
  _AZUREPOSTGRES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2079
2079
  _AZUREPOSTGRES.fields_by_name['bind_interface']._options = None
@@ -2107,7 +2107,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2107
2107
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['tags']._options = None
2108
2108
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2109
2109
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['secret_store_id']._options = None
2110
- _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2110
+ _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2111
2111
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['egress_filter']._options = None
2112
2112
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2113
2113
  _AZUREPOSTGRESMANAGEDIDENTITY.fields_by_name['bind_interface']._options = None
@@ -2143,7 +2143,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2143
2143
  _BIGQUERY.fields_by_name['tags']._options = None
2144
2144
  _BIGQUERY.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2145
2145
  _BIGQUERY.fields_by_name['secret_store_id']._options = None
2146
- _BIGQUERY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2146
+ _BIGQUERY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2147
2147
  _BIGQUERY.fields_by_name['egress_filter']._options = None
2148
2148
  _BIGQUERY.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2149
2149
  _BIGQUERY.fields_by_name['bind_interface']._options = None
@@ -2173,7 +2173,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2173
2173
  _CASSANDRA.fields_by_name['tags']._options = None
2174
2174
  _CASSANDRA.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2175
2175
  _CASSANDRA.fields_by_name['secret_store_id']._options = None
2176
- _CASSANDRA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2176
+ _CASSANDRA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2177
2177
  _CASSANDRA.fields_by_name['egress_filter']._options = None
2178
2178
  _CASSANDRA.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2179
2179
  _CASSANDRA.fields_by_name['bind_interface']._options = None
@@ -2205,7 +2205,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2205
2205
  _CITUS.fields_by_name['tags']._options = None
2206
2206
  _CITUS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2207
2207
  _CITUS.fields_by_name['secret_store_id']._options = None
2208
- _CITUS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2208
+ _CITUS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2209
2209
  _CITUS.fields_by_name['egress_filter']._options = None
2210
2210
  _CITUS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2211
2211
  _CITUS.fields_by_name['bind_interface']._options = None
@@ -2239,7 +2239,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2239
2239
  _CLICKHOUSEHTTP.fields_by_name['tags']._options = None
2240
2240
  _CLICKHOUSEHTTP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2241
2241
  _CLICKHOUSEHTTP.fields_by_name['secret_store_id']._options = None
2242
- _CLICKHOUSEHTTP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2242
+ _CLICKHOUSEHTTP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2243
2243
  _CLICKHOUSEHTTP.fields_by_name['egress_filter']._options = None
2244
2244
  _CLICKHOUSEHTTP.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2245
2245
  _CLICKHOUSEHTTP.fields_by_name['bind_interface']._options = None
@@ -2267,7 +2267,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2267
2267
  _CLICKHOUSEMYSQL.fields_by_name['tags']._options = None
2268
2268
  _CLICKHOUSEMYSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2269
2269
  _CLICKHOUSEMYSQL.fields_by_name['secret_store_id']._options = None
2270
- _CLICKHOUSEMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2270
+ _CLICKHOUSEMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2271
2271
  _CLICKHOUSEMYSQL.fields_by_name['egress_filter']._options = None
2272
2272
  _CLICKHOUSEMYSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2273
2273
  _CLICKHOUSEMYSQL.fields_by_name['bind_interface']._options = None
@@ -2301,7 +2301,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2301
2301
  _CLICKHOUSETCP.fields_by_name['tags']._options = None
2302
2302
  _CLICKHOUSETCP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2303
2303
  _CLICKHOUSETCP.fields_by_name['secret_store_id']._options = None
2304
- _CLICKHOUSETCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2304
+ _CLICKHOUSETCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2305
2305
  _CLICKHOUSETCP.fields_by_name['egress_filter']._options = None
2306
2306
  _CLICKHOUSETCP.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2307
2307
  _CLICKHOUSETCP.fields_by_name['bind_interface']._options = None
@@ -2335,7 +2335,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2335
2335
  _CLUSTRIX.fields_by_name['tags']._options = None
2336
2336
  _CLUSTRIX.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2337
2337
  _CLUSTRIX.fields_by_name['secret_store_id']._options = None
2338
- _CLUSTRIX.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2338
+ _CLUSTRIX.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2339
2339
  _CLUSTRIX.fields_by_name['egress_filter']._options = None
2340
2340
  _CLUSTRIX.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2341
2341
  _CLUSTRIX.fields_by_name['bind_interface']._options = None
@@ -2371,7 +2371,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2371
2371
  _COCKROACH.fields_by_name['tags']._options = None
2372
2372
  _COCKROACH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2373
2373
  _COCKROACH.fields_by_name['secret_store_id']._options = None
2374
- _COCKROACH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2374
+ _COCKROACH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2375
2375
  _COCKROACH.fields_by_name['egress_filter']._options = None
2376
2376
  _COCKROACH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2377
2377
  _COCKROACH.fields_by_name['bind_interface']._options = None
@@ -2405,7 +2405,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2405
2405
  _COUCHBASEDATABASE.fields_by_name['tags']._options = None
2406
2406
  _COUCHBASEDATABASE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2407
2407
  _COUCHBASEDATABASE.fields_by_name['secret_store_id']._options = None
2408
- _COUCHBASEDATABASE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2408
+ _COUCHBASEDATABASE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2409
2409
  _COUCHBASEDATABASE.fields_by_name['egress_filter']._options = None
2410
2410
  _COUCHBASEDATABASE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2411
2411
  _COUCHBASEDATABASE.fields_by_name['bind_interface']._options = None
@@ -2439,7 +2439,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2439
2439
  _COUCHBASEWEBUI.fields_by_name['tags']._options = None
2440
2440
  _COUCHBASEWEBUI.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2441
2441
  _COUCHBASEWEBUI.fields_by_name['secret_store_id']._options = None
2442
- _COUCHBASEWEBUI.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2442
+ _COUCHBASEWEBUI.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2443
2443
  _COUCHBASEWEBUI.fields_by_name['egress_filter']._options = None
2444
2444
  _COUCHBASEWEBUI.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2445
2445
  _COUCHBASEWEBUI.fields_by_name['bind_interface']._options = None
@@ -2467,7 +2467,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2467
2467
  _DB2I.fields_by_name['tags']._options = None
2468
2468
  _DB2I.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2469
2469
  _DB2I.fields_by_name['secret_store_id']._options = None
2470
- _DB2I.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2470
+ _DB2I.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2471
2471
  _DB2I.fields_by_name['egress_filter']._options = None
2472
2472
  _DB2I.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2473
2473
  _DB2I.fields_by_name['bind_interface']._options = None
@@ -2499,7 +2499,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2499
2499
  _DB2LUW.fields_by_name['tags']._options = None
2500
2500
  _DB2LUW.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2501
2501
  _DB2LUW.fields_by_name['secret_store_id']._options = None
2502
- _DB2LUW.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2502
+ _DB2LUW.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2503
2503
  _DB2LUW.fields_by_name['egress_filter']._options = None
2504
2504
  _DB2LUW.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2505
2505
  _DB2LUW.fields_by_name['bind_interface']._options = None
@@ -2533,7 +2533,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2533
2533
  _DOCUMENTDBHOST.fields_by_name['tags']._options = None
2534
2534
  _DOCUMENTDBHOST.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2535
2535
  _DOCUMENTDBHOST.fields_by_name['secret_store_id']._options = None
2536
- _DOCUMENTDBHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2536
+ _DOCUMENTDBHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2537
2537
  _DOCUMENTDBHOST.fields_by_name['egress_filter']._options = None
2538
2538
  _DOCUMENTDBHOST.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2539
2539
  _DOCUMENTDBHOST.fields_by_name['bind_interface']._options = None
@@ -2565,7 +2565,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2565
2565
  _DOCUMENTDBHOSTIAM.fields_by_name['tags']._options = None
2566
2566
  _DOCUMENTDBHOSTIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2567
2567
  _DOCUMENTDBHOSTIAM.fields_by_name['secret_store_id']._options = None
2568
- _DOCUMENTDBHOSTIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2568
+ _DOCUMENTDBHOSTIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2569
2569
  _DOCUMENTDBHOSTIAM.fields_by_name['egress_filter']._options = None
2570
2570
  _DOCUMENTDBHOSTIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2571
2571
  _DOCUMENTDBHOSTIAM.fields_by_name['bind_interface']._options = None
@@ -2593,7 +2593,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2593
2593
  _DOCUMENTDBREPLICASET.fields_by_name['tags']._options = None
2594
2594
  _DOCUMENTDBREPLICASET.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2595
2595
  _DOCUMENTDBREPLICASET.fields_by_name['secret_store_id']._options = None
2596
- _DOCUMENTDBREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2596
+ _DOCUMENTDBREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2597
2597
  _DOCUMENTDBREPLICASET.fields_by_name['egress_filter']._options = None
2598
2598
  _DOCUMENTDBREPLICASET.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2599
2599
  _DOCUMENTDBREPLICASET.fields_by_name['bind_interface']._options = None
@@ -2627,7 +2627,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2627
2627
  _DOCUMENTDBREPLICASETIAM.fields_by_name['tags']._options = None
2628
2628
  _DOCUMENTDBREPLICASETIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2629
2629
  _DOCUMENTDBREPLICASETIAM.fields_by_name['secret_store_id']._options = None
2630
- _DOCUMENTDBREPLICASETIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2630
+ _DOCUMENTDBREPLICASETIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2631
2631
  _DOCUMENTDBREPLICASETIAM.fields_by_name['egress_filter']._options = None
2632
2632
  _DOCUMENTDBREPLICASETIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2633
2633
  _DOCUMENTDBREPLICASETIAM.fields_by_name['bind_interface']._options = None
@@ -2655,7 +2655,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2655
2655
  _DRUID.fields_by_name['tags']._options = None
2656
2656
  _DRUID.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2657
2657
  _DRUID.fields_by_name['secret_store_id']._options = None
2658
- _DRUID.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2658
+ _DRUID.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2659
2659
  _DRUID.fields_by_name['egress_filter']._options = None
2660
2660
  _DRUID.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2661
2661
  _DRUID.fields_by_name['bind_interface']._options = None
@@ -2685,7 +2685,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2685
2685
  _DYNAMODB.fields_by_name['tags']._options = None
2686
2686
  _DYNAMODB.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2687
2687
  _DYNAMODB.fields_by_name['secret_store_id']._options = None
2688
- _DYNAMODB.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2688
+ _DYNAMODB.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2689
2689
  _DYNAMODB.fields_by_name['egress_filter']._options = None
2690
2690
  _DYNAMODB.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2691
2691
  _DYNAMODB.fields_by_name['bind_interface']._options = None
@@ -2719,7 +2719,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2719
2719
  _DYNAMODBIAM.fields_by_name['tags']._options = None
2720
2720
  _DYNAMODBIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2721
2721
  _DYNAMODBIAM.fields_by_name['secret_store_id']._options = None
2722
- _DYNAMODBIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2722
+ _DYNAMODBIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2723
2723
  _DYNAMODBIAM.fields_by_name['egress_filter']._options = None
2724
2724
  _DYNAMODBIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2725
2725
  _DYNAMODBIAM.fields_by_name['bind_interface']._options = None
@@ -2749,7 +2749,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2749
2749
  _ELASTIC.fields_by_name['tags']._options = None
2750
2750
  _ELASTIC.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2751
2751
  _ELASTIC.fields_by_name['secret_store_id']._options = None
2752
- _ELASTIC.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2752
+ _ELASTIC.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2753
2753
  _ELASTIC.fields_by_name['egress_filter']._options = None
2754
2754
  _ELASTIC.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2755
2755
  _ELASTIC.fields_by_name['bind_interface']._options = None
@@ -2781,7 +2781,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2781
2781
  _ELASTICACHEREDIS.fields_by_name['tags']._options = None
2782
2782
  _ELASTICACHEREDIS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2783
2783
  _ELASTICACHEREDIS.fields_by_name['secret_store_id']._options = None
2784
- _ELASTICACHEREDIS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2784
+ _ELASTICACHEREDIS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2785
2785
  _ELASTICACHEREDIS.fields_by_name['egress_filter']._options = None
2786
2786
  _ELASTICACHEREDIS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2787
2787
  _ELASTICACHEREDIS.fields_by_name['bind_interface']._options = None
@@ -2813,7 +2813,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2813
2813
  _GCP.fields_by_name['tags']._options = None
2814
2814
  _GCP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2815
2815
  _GCP.fields_by_name['secret_store_id']._options = None
2816
- _GCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2816
+ _GCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2817
2817
  _GCP.fields_by_name['egress_filter']._options = None
2818
2818
  _GCP.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2819
2819
  _GCP.fields_by_name['bind_interface']._options = None
@@ -2839,7 +2839,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2839
2839
  _GCPCONSOLE.fields_by_name['tags']._options = None
2840
2840
  _GCPCONSOLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2841
2841
  _GCPCONSOLE.fields_by_name['secret_store_id']._options = None
2842
- _GCPCONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2842
+ _GCPCONSOLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2843
2843
  _GCPCONSOLE.fields_by_name['egress_filter']._options = None
2844
2844
  _GCPCONSOLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2845
2845
  _GCPCONSOLE.fields_by_name['bind_interface']._options = None
@@ -2871,7 +2871,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2871
2871
  _GCPWIF.fields_by_name['tags']._options = None
2872
2872
  _GCPWIF.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2873
2873
  _GCPWIF.fields_by_name['secret_store_id']._options = None
2874
- _GCPWIF.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2874
+ _GCPWIF.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2875
2875
  _GCPWIF.fields_by_name['egress_filter']._options = None
2876
2876
  _GCPWIF.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2877
2877
  _GCPWIF.fields_by_name['bind_interface']._options = None
@@ -2907,7 +2907,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2907
2907
  _GOOGLEGKE.fields_by_name['tags']._options = None
2908
2908
  _GOOGLEGKE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2909
2909
  _GOOGLEGKE.fields_by_name['secret_store_id']._options = None
2910
- _GOOGLEGKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2910
+ _GOOGLEGKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2911
2911
  _GOOGLEGKE.fields_by_name['egress_filter']._options = None
2912
2912
  _GOOGLEGKE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2913
2913
  _GOOGLEGKE.fields_by_name['bind_interface']._options = None
@@ -2947,7 +2947,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2947
2947
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['tags']._options = None
2948
2948
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2949
2949
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
2950
- _GOOGLEGKEUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2950
+ _GOOGLEGKEUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2951
2951
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
2952
2952
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2953
2953
  _GOOGLEGKEUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -2977,7 +2977,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
2977
2977
  _GREENPLUM.fields_by_name['tags']._options = None
2978
2978
  _GREENPLUM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2979
2979
  _GREENPLUM.fields_by_name['secret_store_id']._options = None
2980
- _GREENPLUM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
2980
+ _GREENPLUM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2981
2981
  _GREENPLUM.fields_by_name['egress_filter']._options = None
2982
2982
  _GREENPLUM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
2983
2983
  _GREENPLUM.fields_by_name['bind_interface']._options = None
@@ -3011,7 +3011,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3011
3011
  _HTTPAUTH.fields_by_name['tags']._options = None
3012
3012
  _HTTPAUTH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3013
3013
  _HTTPAUTH.fields_by_name['secret_store_id']._options = None
3014
- _HTTPAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3014
+ _HTTPAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3015
3015
  _HTTPAUTH.fields_by_name['egress_filter']._options = None
3016
3016
  _HTTPAUTH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3017
3017
  _HTTPAUTH.fields_by_name['bind_interface']._options = None
@@ -3045,7 +3045,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3045
3045
  _HTTPBASICAUTH.fields_by_name['tags']._options = None
3046
3046
  _HTTPBASICAUTH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3047
3047
  _HTTPBASICAUTH.fields_by_name['secret_store_id']._options = None
3048
- _HTTPBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3048
+ _HTTPBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3049
3049
  _HTTPBASICAUTH.fields_by_name['egress_filter']._options = None
3050
3050
  _HTTPBASICAUTH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3051
3051
  _HTTPBASICAUTH.fields_by_name['bind_interface']._options = None
@@ -3081,7 +3081,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3081
3081
  _HTTPNOAUTH.fields_by_name['tags']._options = None
3082
3082
  _HTTPNOAUTH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3083
3083
  _HTTPNOAUTH.fields_by_name['secret_store_id']._options = None
3084
- _HTTPNOAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3084
+ _HTTPNOAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3085
3085
  _HTTPNOAUTH.fields_by_name['egress_filter']._options = None
3086
3086
  _HTTPNOAUTH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3087
3087
  _HTTPNOAUTH.fields_by_name['bind_interface']._options = None
@@ -3113,7 +3113,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3113
3113
  _KUBERNETES.fields_by_name['tags']._options = None
3114
3114
  _KUBERNETES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3115
3115
  _KUBERNETES.fields_by_name['secret_store_id']._options = None
3116
- _KUBERNETES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3116
+ _KUBERNETES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3117
3117
  _KUBERNETES.fields_by_name['egress_filter']._options = None
3118
3118
  _KUBERNETES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3119
3119
  _KUBERNETES.fields_by_name['bind_interface']._options = None
@@ -3157,7 +3157,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3157
3157
  _KUBERNETESBASICAUTH.fields_by_name['tags']._options = None
3158
3158
  _KUBERNETESBASICAUTH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3159
3159
  _KUBERNETESBASICAUTH.fields_by_name['secret_store_id']._options = None
3160
- _KUBERNETESBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3160
+ _KUBERNETESBASICAUTH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3161
3161
  _KUBERNETESBASICAUTH.fields_by_name['egress_filter']._options = None
3162
3162
  _KUBERNETESBASICAUTH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3163
3163
  _KUBERNETESBASICAUTH.fields_by_name['bind_interface']._options = None
@@ -3189,7 +3189,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3189
3189
  _KUBERNETESPODIDENTITY.fields_by_name['tags']._options = None
3190
3190
  _KUBERNETESPODIDENTITY.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3191
3191
  _KUBERNETESPODIDENTITY.fields_by_name['secret_store_id']._options = None
3192
- _KUBERNETESPODIDENTITY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3192
+ _KUBERNETESPODIDENTITY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3193
3193
  _KUBERNETESPODIDENTITY.fields_by_name['egress_filter']._options = None
3194
3194
  _KUBERNETESPODIDENTITY.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3195
3195
  _KUBERNETESPODIDENTITY.fields_by_name['bind_interface']._options = None
@@ -3225,7 +3225,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3225
3225
  _KUBERNETESSERVICEACCOUNT.fields_by_name['tags']._options = None
3226
3226
  _KUBERNETESSERVICEACCOUNT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3227
3227
  _KUBERNETESSERVICEACCOUNT.fields_by_name['secret_store_id']._options = None
3228
- _KUBERNETESSERVICEACCOUNT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3228
+ _KUBERNETESSERVICEACCOUNT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3229
3229
  _KUBERNETESSERVICEACCOUNT.fields_by_name['egress_filter']._options = None
3230
3230
  _KUBERNETESSERVICEACCOUNT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3231
3231
  _KUBERNETESSERVICEACCOUNT.fields_by_name['bind_interface']._options = None
@@ -3265,7 +3265,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3265
3265
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['tags']._options = None
3266
3266
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3267
3267
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
3268
- _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3268
+ _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3269
3269
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
3270
3270
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3271
3271
  _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -3295,7 +3295,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3295
3295
  _KUBERNETESUSERIMPERSONATION.fields_by_name['tags']._options = None
3296
3296
  _KUBERNETESUSERIMPERSONATION.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3297
3297
  _KUBERNETESUSERIMPERSONATION.fields_by_name['secret_store_id']._options = None
3298
- _KUBERNETESUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3298
+ _KUBERNETESUSERIMPERSONATION.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3299
3299
  _KUBERNETESUSERIMPERSONATION.fields_by_name['egress_filter']._options = None
3300
3300
  _KUBERNETESUSERIMPERSONATION.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3301
3301
  _KUBERNETESUSERIMPERSONATION.fields_by_name['bind_interface']._options = None
@@ -3329,7 +3329,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3329
3329
  _MTLSMYSQL.fields_by_name['tags']._options = None
3330
3330
  _MTLSMYSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3331
3331
  _MTLSMYSQL.fields_by_name['secret_store_id']._options = None
3332
- _MTLSMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3332
+ _MTLSMYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3333
3333
  _MTLSMYSQL.fields_by_name['egress_filter']._options = None
3334
3334
  _MTLSMYSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3335
3335
  _MTLSMYSQL.fields_by_name['bind_interface']._options = None
@@ -3373,7 +3373,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3373
3373
  _MTLSPOSTGRES.fields_by_name['tags']._options = None
3374
3374
  _MTLSPOSTGRES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3375
3375
  _MTLSPOSTGRES.fields_by_name['secret_store_id']._options = None
3376
- _MTLSPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3376
+ _MTLSPOSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3377
3377
  _MTLSPOSTGRES.fields_by_name['egress_filter']._options = None
3378
3378
  _MTLSPOSTGRES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3379
3379
  _MTLSPOSTGRES.fields_by_name['bind_interface']._options = None
@@ -3415,7 +3415,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3415
3415
  _MARIA.fields_by_name['tags']._options = None
3416
3416
  _MARIA.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3417
3417
  _MARIA.fields_by_name['secret_store_id']._options = None
3418
- _MARIA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3418
+ _MARIA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3419
3419
  _MARIA.fields_by_name['egress_filter']._options = None
3420
3420
  _MARIA.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3421
3421
  _MARIA.fields_by_name['bind_interface']._options = None
@@ -3451,7 +3451,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3451
3451
  _MEMCACHED.fields_by_name['tags']._options = None
3452
3452
  _MEMCACHED.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3453
3453
  _MEMCACHED.fields_by_name['secret_store_id']._options = None
3454
- _MEMCACHED.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3454
+ _MEMCACHED.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3455
3455
  _MEMCACHED.fields_by_name['egress_filter']._options = None
3456
3456
  _MEMCACHED.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3457
3457
  _MEMCACHED.fields_by_name['bind_interface']._options = None
@@ -3477,7 +3477,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3477
3477
  _MEMSQL.fields_by_name['tags']._options = None
3478
3478
  _MEMSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3479
3479
  _MEMSQL.fields_by_name['secret_store_id']._options = None
3480
- _MEMSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3480
+ _MEMSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3481
3481
  _MEMSQL.fields_by_name['egress_filter']._options = None
3482
3482
  _MEMSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3483
3483
  _MEMSQL.fields_by_name['bind_interface']._options = None
@@ -3513,7 +3513,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3513
3513
  _MONGOHOST.fields_by_name['tags']._options = None
3514
3514
  _MONGOHOST.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3515
3515
  _MONGOHOST.fields_by_name['secret_store_id']._options = None
3516
- _MONGOHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3516
+ _MONGOHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3517
3517
  _MONGOHOST.fields_by_name['egress_filter']._options = None
3518
3518
  _MONGOHOST.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3519
3519
  _MONGOHOST.fields_by_name['bind_interface']._options = None
@@ -3547,7 +3547,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3547
3547
  _MONGOLEGACYHOST.fields_by_name['tags']._options = None
3548
3548
  _MONGOLEGACYHOST.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3549
3549
  _MONGOLEGACYHOST.fields_by_name['secret_store_id']._options = None
3550
- _MONGOLEGACYHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3550
+ _MONGOLEGACYHOST.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3551
3551
  _MONGOLEGACYHOST.fields_by_name['egress_filter']._options = None
3552
3552
  _MONGOLEGACYHOST.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3553
3553
  _MONGOLEGACYHOST.fields_by_name['bind_interface']._options = None
@@ -3581,7 +3581,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3581
3581
  _MONGOLEGACYREPLICASET.fields_by_name['tags']._options = None
3582
3582
  _MONGOLEGACYREPLICASET.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3583
3583
  _MONGOLEGACYREPLICASET.fields_by_name['secret_store_id']._options = None
3584
- _MONGOLEGACYREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3584
+ _MONGOLEGACYREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3585
3585
  _MONGOLEGACYREPLICASET.fields_by_name['egress_filter']._options = None
3586
3586
  _MONGOLEGACYREPLICASET.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3587
3587
  _MONGOLEGACYREPLICASET.fields_by_name['bind_interface']._options = None
@@ -3619,7 +3619,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3619
3619
  _MONGOREPLICASET.fields_by_name['tags']._options = None
3620
3620
  _MONGOREPLICASET.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3621
3621
  _MONGOREPLICASET.fields_by_name['secret_store_id']._options = None
3622
- _MONGOREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3622
+ _MONGOREPLICASET.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3623
3623
  _MONGOREPLICASET.fields_by_name['egress_filter']._options = None
3624
3624
  _MONGOREPLICASET.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3625
3625
  _MONGOREPLICASET.fields_by_name['bind_interface']._options = None
@@ -3657,7 +3657,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3657
3657
  _MONGOSHARDEDCLUSTER.fields_by_name['tags']._options = None
3658
3658
  _MONGOSHARDEDCLUSTER.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3659
3659
  _MONGOSHARDEDCLUSTER.fields_by_name['secret_store_id']._options = None
3660
- _MONGOSHARDEDCLUSTER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3660
+ _MONGOSHARDEDCLUSTER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3661
3661
  _MONGOSHARDEDCLUSTER.fields_by_name['egress_filter']._options = None
3662
3662
  _MONGOSHARDEDCLUSTER.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3663
3663
  _MONGOSHARDEDCLUSTER.fields_by_name['bind_interface']._options = None
@@ -3689,7 +3689,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3689
3689
  _MYSQL.fields_by_name['tags']._options = None
3690
3690
  _MYSQL.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3691
3691
  _MYSQL.fields_by_name['secret_store_id']._options = None
3692
- _MYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3692
+ _MYSQL.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3693
3693
  _MYSQL.fields_by_name['egress_filter']._options = None
3694
3694
  _MYSQL.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3695
3695
  _MYSQL.fields_by_name['bind_interface']._options = None
@@ -3725,7 +3725,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3725
3725
  _NEPTUNE.fields_by_name['tags']._options = None
3726
3726
  _NEPTUNE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3727
3727
  _NEPTUNE.fields_by_name['secret_store_id']._options = None
3728
- _NEPTUNE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3728
+ _NEPTUNE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3729
3729
  _NEPTUNE.fields_by_name['egress_filter']._options = None
3730
3730
  _NEPTUNE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3731
3731
  _NEPTUNE.fields_by_name['bind_interface']._options = None
@@ -3751,7 +3751,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3751
3751
  _NEPTUNEIAM.fields_by_name['tags']._options = None
3752
3752
  _NEPTUNEIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3753
3753
  _NEPTUNEIAM.fields_by_name['secret_store_id']._options = None
3754
- _NEPTUNEIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3754
+ _NEPTUNEIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3755
3755
  _NEPTUNEIAM.fields_by_name['egress_filter']._options = None
3756
3756
  _NEPTUNEIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3757
3757
  _NEPTUNEIAM.fields_by_name['bind_interface']._options = None
@@ -3787,7 +3787,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3787
3787
  _ORACLE.fields_by_name['tags']._options = None
3788
3788
  _ORACLE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3789
3789
  _ORACLE.fields_by_name['secret_store_id']._options = None
3790
- _ORACLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3790
+ _ORACLE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3791
3791
  _ORACLE.fields_by_name['egress_filter']._options = None
3792
3792
  _ORACLE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3793
3793
  _ORACLE.fields_by_name['bind_interface']._options = None
@@ -3821,7 +3821,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3821
3821
  _ORACLENNE.fields_by_name['tags']._options = None
3822
3822
  _ORACLENNE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3823
3823
  _ORACLENNE.fields_by_name['secret_store_id']._options = None
3824
- _ORACLENNE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3824
+ _ORACLENNE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3825
3825
  _ORACLENNE.fields_by_name['egress_filter']._options = None
3826
3826
  _ORACLENNE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3827
3827
  _ORACLENNE.fields_by_name['bind_interface']._options = None
@@ -3853,7 +3853,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3853
3853
  _POSTGRES.fields_by_name['tags']._options = None
3854
3854
  _POSTGRES.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3855
3855
  _POSTGRES.fields_by_name['secret_store_id']._options = None
3856
- _POSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3856
+ _POSTGRES.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3857
3857
  _POSTGRES.fields_by_name['egress_filter']._options = None
3858
3858
  _POSTGRES.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3859
3859
  _POSTGRES.fields_by_name['bind_interface']._options = None
@@ -3887,7 +3887,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3887
3887
  _PRESTO.fields_by_name['tags']._options = None
3888
3888
  _PRESTO.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3889
3889
  _PRESTO.fields_by_name['secret_store_id']._options = None
3890
- _PRESTO.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3890
+ _PRESTO.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3891
3891
  _PRESTO.fields_by_name['egress_filter']._options = None
3892
3892
  _PRESTO.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3893
3893
  _PRESTO.fields_by_name['bind_interface']._options = None
@@ -3921,7 +3921,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3921
3921
  _RDP.fields_by_name['tags']._options = None
3922
3922
  _RDP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3923
3923
  _RDP.fields_by_name['secret_store_id']._options = None
3924
- _RDP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3924
+ _RDP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3925
3925
  _RDP.fields_by_name['egress_filter']._options = None
3926
3926
  _RDP.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3927
3927
  _RDP.fields_by_name['bind_interface']._options = None
@@ -3955,7 +3955,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3955
3955
  _RDPCERT.fields_by_name['tags']._options = None
3956
3956
  _RDPCERT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3957
3957
  _RDPCERT.fields_by_name['secret_store_id']._options = None
3958
- _RDPCERT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3958
+ _RDPCERT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3959
3959
  _RDPCERT.fields_by_name['egress_filter']._options = None
3960
3960
  _RDPCERT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3961
3961
  _RDPCERT.fields_by_name['bind_interface']._options = None
@@ -3989,7 +3989,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
3989
3989
  _RDSPOSTGRESIAM.fields_by_name['tags']._options = None
3990
3990
  _RDSPOSTGRESIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3991
3991
  _RDSPOSTGRESIAM.fields_by_name['secret_store_id']._options = None
3992
- _RDSPOSTGRESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
3992
+ _RDSPOSTGRESIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3993
3993
  _RDSPOSTGRESIAM.fields_by_name['egress_filter']._options = None
3994
3994
  _RDSPOSTGRESIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
3995
3995
  _RDSPOSTGRESIAM.fields_by_name['bind_interface']._options = None
@@ -4025,7 +4025,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4025
4025
  _RABBITMQAMQP091.fields_by_name['tags']._options = None
4026
4026
  _RABBITMQAMQP091.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4027
4027
  _RABBITMQAMQP091.fields_by_name['secret_store_id']._options = None
4028
- _RABBITMQAMQP091.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4028
+ _RABBITMQAMQP091.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4029
4029
  _RABBITMQAMQP091.fields_by_name['egress_filter']._options = None
4030
4030
  _RABBITMQAMQP091.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4031
4031
  _RABBITMQAMQP091.fields_by_name['bind_interface']._options = None
@@ -4057,7 +4057,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4057
4057
  _RAWTCP.fields_by_name['tags']._options = None
4058
4058
  _RAWTCP.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4059
4059
  _RAWTCP.fields_by_name['secret_store_id']._options = None
4060
- _RAWTCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4060
+ _RAWTCP.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4061
4061
  _RAWTCP.fields_by_name['egress_filter']._options = None
4062
4062
  _RAWTCP.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4063
4063
  _RAWTCP.fields_by_name['bind_interface']._options = None
@@ -4083,7 +4083,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4083
4083
  _REDIS.fields_by_name['tags']._options = None
4084
4084
  _REDIS.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4085
4085
  _REDIS.fields_by_name['secret_store_id']._options = None
4086
- _REDIS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4086
+ _REDIS.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4087
4087
  _REDIS.fields_by_name['egress_filter']._options = None
4088
4088
  _REDIS.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4089
4089
  _REDIS.fields_by_name['bind_interface']._options = None
@@ -4115,7 +4115,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4115
4115
  _REDISCLUSTER.fields_by_name['tags']._options = None
4116
4116
  _REDISCLUSTER.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4117
4117
  _REDISCLUSTER.fields_by_name['secret_store_id']._options = None
4118
- _REDISCLUSTER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4118
+ _REDISCLUSTER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4119
4119
  _REDISCLUSTER.fields_by_name['egress_filter']._options = None
4120
4120
  _REDISCLUSTER.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4121
4121
  _REDISCLUSTER.fields_by_name['bind_interface']._options = None
@@ -4147,7 +4147,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4147
4147
  _REDSHIFT.fields_by_name['tags']._options = None
4148
4148
  _REDSHIFT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4149
4149
  _REDSHIFT.fields_by_name['secret_store_id']._options = None
4150
- _REDSHIFT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4150
+ _REDSHIFT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4151
4151
  _REDSHIFT.fields_by_name['egress_filter']._options = None
4152
4152
  _REDSHIFT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4153
4153
  _REDSHIFT.fields_by_name['bind_interface']._options = None
@@ -4181,7 +4181,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4181
4181
  _REDSHIFTIAM.fields_by_name['tags']._options = None
4182
4182
  _REDSHIFTIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4183
4183
  _REDSHIFTIAM.fields_by_name['secret_store_id']._options = None
4184
- _REDSHIFTIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4184
+ _REDSHIFTIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4185
4185
  _REDSHIFTIAM.fields_by_name['egress_filter']._options = None
4186
4186
  _REDSHIFTIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4187
4187
  _REDSHIFTIAM.fields_by_name['bind_interface']._options = None
@@ -4217,7 +4217,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4217
4217
  _REDSHIFTSERVERLESSIAM.fields_by_name['tags']._options = None
4218
4218
  _REDSHIFTSERVERLESSIAM.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4219
4219
  _REDSHIFTSERVERLESSIAM.fields_by_name['secret_store_id']._options = None
4220
- _REDSHIFTSERVERLESSIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4220
+ _REDSHIFTSERVERLESSIAM.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4221
4221
  _REDSHIFTSERVERLESSIAM.fields_by_name['egress_filter']._options = None
4222
4222
  _REDSHIFTSERVERLESSIAM.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4223
4223
  _REDSHIFTSERVERLESSIAM.fields_by_name['bind_interface']._options = None
@@ -4253,7 +4253,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4253
4253
  _SQLSERVER.fields_by_name['tags']._options = None
4254
4254
  _SQLSERVER.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4255
4255
  _SQLSERVER.fields_by_name['secret_store_id']._options = None
4256
- _SQLSERVER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4256
+ _SQLSERVER.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4257
4257
  _SQLSERVER.fields_by_name['egress_filter']._options = None
4258
4258
  _SQLSERVER.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4259
4259
  _SQLSERVER.fields_by_name['bind_interface']._options = None
@@ -4291,7 +4291,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4291
4291
  _SQLSERVERAZUREAD.fields_by_name['tags']._options = None
4292
4292
  _SQLSERVERAZUREAD.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4293
4293
  _SQLSERVERAZUREAD.fields_by_name['secret_store_id']._options = None
4294
- _SQLSERVERAZUREAD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4294
+ _SQLSERVERAZUREAD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4295
4295
  _SQLSERVERAZUREAD.fields_by_name['egress_filter']._options = None
4296
4296
  _SQLSERVERAZUREAD.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4297
4297
  _SQLSERVERAZUREAD.fields_by_name['bind_interface']._options = None
@@ -4331,7 +4331,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4331
4331
  _SQLSERVERKERBEROSAD.fields_by_name['tags']._options = None
4332
4332
  _SQLSERVERKERBEROSAD.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4333
4333
  _SQLSERVERKERBEROSAD.fields_by_name['secret_store_id']._options = None
4334
- _SQLSERVERKERBEROSAD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4334
+ _SQLSERVERKERBEROSAD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4335
4335
  _SQLSERVERKERBEROSAD.fields_by_name['egress_filter']._options = None
4336
4336
  _SQLSERVERKERBEROSAD.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4337
4337
  _SQLSERVERKERBEROSAD.fields_by_name['bind_interface']._options = None
@@ -4375,7 +4375,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4375
4375
  _SSH.fields_by_name['tags']._options = None
4376
4376
  _SSH.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4377
4377
  _SSH.fields_by_name['secret_store_id']._options = None
4378
- _SSH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4378
+ _SSH.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4379
4379
  _SSH.fields_by_name['egress_filter']._options = None
4380
4380
  _SSH.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4381
4381
  _SSH.fields_by_name['bind_interface']._options = None
@@ -4411,7 +4411,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4411
4411
  _SSHCERT.fields_by_name['tags']._options = None
4412
4412
  _SSHCERT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4413
4413
  _SSHCERT.fields_by_name['secret_store_id']._options = None
4414
- _SSHCERT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4414
+ _SSHCERT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4415
4415
  _SSHCERT.fields_by_name['egress_filter']._options = None
4416
4416
  _SSHCERT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4417
4417
  _SSHCERT.fields_by_name['bind_interface']._options = None
@@ -4449,7 +4449,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4449
4449
  _SSHCUSTOMERKEY.fields_by_name['tags']._options = None
4450
4450
  _SSHCUSTOMERKEY.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4451
4451
  _SSHCUSTOMERKEY.fields_by_name['secret_store_id']._options = None
4452
- _SSHCUSTOMERKEY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4452
+ _SSHCUSTOMERKEY.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4453
4453
  _SSHCUSTOMERKEY.fields_by_name['egress_filter']._options = None
4454
4454
  _SSHCUSTOMERKEY.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4455
4455
  _SSHCUSTOMERKEY.fields_by_name['bind_interface']._options = None
@@ -4487,7 +4487,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4487
4487
  _SSHPASSWORD.fields_by_name['tags']._options = None
4488
4488
  _SSHPASSWORD.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4489
4489
  _SSHPASSWORD.fields_by_name['secret_store_id']._options = None
4490
- _SSHPASSWORD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4490
+ _SSHPASSWORD.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4491
4491
  _SSHPASSWORD.fields_by_name['egress_filter']._options = None
4492
4492
  _SSHPASSWORD.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4493
4493
  _SSHPASSWORD.fields_by_name['bind_interface']._options = None
@@ -4521,7 +4521,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4521
4521
  _SINGLESTORE.fields_by_name['tags']._options = None
4522
4522
  _SINGLESTORE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4523
4523
  _SINGLESTORE.fields_by_name['secret_store_id']._options = None
4524
- _SINGLESTORE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4524
+ _SINGLESTORE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4525
4525
  _SINGLESTORE.fields_by_name['egress_filter']._options = None
4526
4526
  _SINGLESTORE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4527
4527
  _SINGLESTORE.fields_by_name['bind_interface']._options = None
@@ -4557,7 +4557,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4557
4557
  _SNOWFLAKE.fields_by_name['tags']._options = None
4558
4558
  _SNOWFLAKE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4559
4559
  _SNOWFLAKE.fields_by_name['secret_store_id']._options = None
4560
- _SNOWFLAKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4560
+ _SNOWFLAKE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4561
4561
  _SNOWFLAKE.fields_by_name['egress_filter']._options = None
4562
4562
  _SNOWFLAKE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4563
4563
  _SNOWFLAKE.fields_by_name['bind_interface']._options = None
@@ -4591,7 +4591,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4591
4591
  _SNOWSIGHT.fields_by_name['tags']._options = None
4592
4592
  _SNOWSIGHT.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4593
4593
  _SNOWSIGHT.fields_by_name['secret_store_id']._options = None
4594
- _SNOWSIGHT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4594
+ _SNOWSIGHT.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4595
4595
  _SNOWSIGHT.fields_by_name['egress_filter']._options = None
4596
4596
  _SNOWSIGHT.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4597
4597
  _SNOWSIGHT.fields_by_name['bind_interface']._options = None
@@ -4617,7 +4617,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4617
4617
  _SYBASE.fields_by_name['tags']._options = None
4618
4618
  _SYBASE.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4619
4619
  _SYBASE.fields_by_name['secret_store_id']._options = None
4620
- _SYBASE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4620
+ _SYBASE.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4621
4621
  _SYBASE.fields_by_name['egress_filter']._options = None
4622
4622
  _SYBASE.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4623
4623
  _SYBASE.fields_by_name['bind_interface']._options = None
@@ -4647,7 +4647,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4647
4647
  _SYBASEIQ.fields_by_name['tags']._options = None
4648
4648
  _SYBASEIQ.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4649
4649
  _SYBASEIQ.fields_by_name['secret_store_id']._options = None
4650
- _SYBASEIQ.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4650
+ _SYBASEIQ.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4651
4651
  _SYBASEIQ.fields_by_name['egress_filter']._options = None
4652
4652
  _SYBASEIQ.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4653
4653
  _SYBASEIQ.fields_by_name['bind_interface']._options = None
@@ -4677,7 +4677,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4677
4677
  _TERADATA.fields_by_name['tags']._options = None
4678
4678
  _TERADATA.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4679
4679
  _TERADATA.fields_by_name['secret_store_id']._options = None
4680
- _TERADATA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4680
+ _TERADATA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4681
4681
  _TERADATA.fields_by_name['egress_filter']._options = None
4682
4682
  _TERADATA.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4683
4683
  _TERADATA.fields_by_name['bind_interface']._options = None
@@ -4707,7 +4707,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4707
4707
  _TRINO.fields_by_name['tags']._options = None
4708
4708
  _TRINO.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4709
4709
  _TRINO.fields_by_name['secret_store_id']._options = None
4710
- _TRINO.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4710
+ _TRINO.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4711
4711
  _TRINO.fields_by_name['egress_filter']._options = None
4712
4712
  _TRINO.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4713
4713
  _TRINO.fields_by_name['bind_interface']._options = None
@@ -4739,7 +4739,7 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4739
4739
  _VERTICA.fields_by_name['tags']._options = None
4740
4740
  _VERTICA.fields_by_name['tags']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4741
4741
  _VERTICA.fields_by_name['secret_store_id']._options = None
4742
- _VERTICA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001\362\370\263\007\005\340\363\263\007\001'
4742
+ _VERTICA.fields_by_name['secret_store_id']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4743
4743
  _VERTICA.fields_by_name['egress_filter']._options = None
4744
4744
  _VERTICA.fields_by_name['egress_filter']._serialized_options = b'\362\370\263\007\005\260\363\263\007\001'
4745
4745
  _VERTICA.fields_by_name['bind_interface']._options = None
@@ -4765,217 +4765,217 @@ if _descriptor._USE_C_DESCRIPTORS == False:
4765
4765
  _RESOURCE._serialized_start=49
4766
4766
  _RESOURCE._serialized_end=11005
4767
4767
  _AKS._serialized_start=11008
4768
- _AKS._serialized_end=13338
4769
- _AKSBASICAUTH._serialized_start=13341
4770
- _AKSBASICAUTH._serialized_end=14829
4771
- _AKSSERVICEACCOUNT._serialized_start=14832
4772
- _AKSSERVICEACCOUNT._serialized_end=16943
4773
- _AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=16946
4774
- _AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=18398
4775
- _AKSUSERIMPERSONATION._serialized_start=18401
4776
- _AKSUSERIMPERSONATION._serialized_end=20071
4777
- _AWS._serialized_start=20074
4778
- _AWS._serialized_end=21359
4779
- _AWSCONSOLE._serialized_start=21362
4780
- _AWSCONSOLE._serialized_end=23006
4781
- _AWSCONSOLESTATICKEYPAIR._serialized_start=23009
4782
- _AWSCONSOLESTATICKEYPAIR._serialized_end=24816
4783
- _AWSINSTANCEPROFILE._serialized_start=24819
4784
- _AWSINSTANCEPROFILE._serialized_end=26037
4785
- _AEROSPIKE._serialized_start=26040
4786
- _AEROSPIKE._serialized_end=27312
4787
- _AMAZONEKS._serialized_start=27315
4788
- _AMAZONEKS._serialized_end=30035
4789
- _AMAZONEKSINSTANCEPROFILE._serialized_start=30038
4790
- _AMAZONEKSINSTANCEPROFILE._serialized_end=32573
4791
- _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=32576
4792
- _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=34450
4793
- _AMAZONEKSUSERIMPERSONATION._serialized_start=34453
4794
- _AMAZONEKSUSERIMPERSONATION._serialized_end=36515
4795
- _AMAZONES._serialized_start=36518
4796
- _AMAZONES._serialized_end=37911
4797
- _AMAZONESIAM._serialized_start=37914
4798
- _AMAZONESIAM._serialized_end=39188
4799
- _AMAZONMQAMQP091._serialized_start=39191
4800
- _AMAZONMQAMQP091._serialized_end=40468
4801
- _ATHENA._serialized_start=40471
4802
- _ATHENA._serialized_end=41871
4803
- _ATHENAIAM._serialized_start=41874
4804
- _ATHENAIAM._serialized_end=43029
4805
- _AURORAMYSQL._serialized_start=43032
4806
- _AURORAMYSQL._serialized_end=44579
4807
- _AURORAMYSQLIAM._serialized_start=44582
4808
- _AURORAMYSQLIAM._serialized_end=45978
4809
- _AURORAPOSTGRES._serialized_start=45981
4810
- _AURORAPOSTGRES._serialized_end=47373
4811
- _AURORAPOSTGRESIAM._serialized_start=47376
4812
- _AURORAPOSTGRESIAM._serialized_end=48911
4813
- _AZURE._serialized_start=48914
4814
- _AZURE._serialized_end=49918
4815
- _AZURECERTIFICATE._serialized_start=49921
4816
- _AZURECERTIFICATE._serialized_end=50969
4817
- _AZURECONSOLE._serialized_start=50972
4818
- _AZURECONSOLE._serialized_end=52189
4819
- _AZUREMYSQL._serialized_start=52192
4820
- _AZUREMYSQL._serialized_end=53733
4821
- _AZUREPOSTGRES._serialized_start=53736
4822
- _AZUREPOSTGRES._serialized_end=55122
4823
- _AZUREPOSTGRESMANAGEDIDENTITY._serialized_start=55125
4824
- _AZUREPOSTGRESMANAGEDIDENTITY._serialized_end=56739
4825
- _BIGQUERY._serialized_start=56742
4826
- _BIGQUERY._serialized_end=57877
4827
- _CASSANDRA._serialized_start=57880
4828
- _CASSANDRA._serialized_end=59126
4829
- _CITUS._serialized_start=59129
4830
- _CITUS._serialized_end=60482
4831
- _CLICKHOUSEHTTP._serialized_start=60485
4832
- _CLICKHOUSEHTTP._serialized_end=61546
4833
- _CLICKHOUSEMYSQL._serialized_start=61549
4834
- _CLICKHOUSEMYSQL._serialized_end=62950
4835
- _CLICKHOUSETCP._serialized_start=62953
4836
- _CLICKHOUSETCP._serialized_end=64329
4837
- _CLUSTRIX._serialized_start=64332
4838
- _CLUSTRIX._serialized_end=65864
4839
- _COCKROACH._serialized_start=65867
4840
- _COCKROACH._serialized_end=67236
4841
- _COUCHBASEDATABASE._serialized_start=67239
4842
- _COUCHBASEDATABASE._serialized_end=68633
4843
- _COUCHBASEWEBUI._serialized_start=68636
4844
- _COUCHBASEWEBUI._serialized_end=69704
4845
- _DB2I._serialized_start=69707
4846
- _DB2I._serialized_end=70935
4847
- _DB2LUW._serialized_start=70938
4848
- _DB2LUW._serialized_end=72286
4849
- _DOCUMENTDBHOST._serialized_start=72289
4850
- _DOCUMENTDBHOST._serialized_end=73559
4851
- _DOCUMENTDBHOSTIAM._serialized_start=73562
4852
- _DOCUMENTDBHOSTIAM._serialized_end=74608
4853
- _DOCUMENTDBREPLICASET._serialized_start=74611
4854
- _DOCUMENTDBREPLICASET._serialized_end=76055
4855
- _DOCUMENTDBREPLICASETIAM._serialized_start=76058
4856
- _DOCUMENTDBREPLICASETIAM._serialized_end=77165
4857
- _DRUID._serialized_start=77168
4858
- _DRUID._serialized_end=78278
4859
- _DYNAMODB._serialized_start=78281
4860
- _DYNAMODB._serialized_end=79670
4861
- _DYNAMODBIAM._serialized_start=79673
4862
- _DYNAMODBIAM._serialized_end=80824
4863
- _ELASTIC._serialized_start=80827
4864
- _ELASTIC._serialized_end=82065
4865
- _ELASTICACHEREDIS._serialized_start=82068
4866
- _ELASTICACHEREDIS._serialized_end=83325
4867
- _GCP._serialized_start=83328
4868
- _GCP._serialized_end=84212
4869
- _GCPCONSOLE._serialized_start=84215
4870
- _GCPCONSOLE._serialized_end=85661
4871
- _GCPWIF._serialized_start=85664
4872
- _GCPWIF._serialized_end=87283
4873
- _GOOGLEGKE._serialized_start=87286
4874
- _GOOGLEGKE._serialized_end=89423
4875
- _GOOGLEGKEUSERIMPERSONATION._serialized_start=89426
4876
- _GOOGLEGKEUSERIMPERSONATION._serialized_end=90905
4877
- _GREENPLUM._serialized_start=90908
4878
- _GREENPLUM._serialized_end=92277
4879
- _HTTPAUTH._serialized_start=92280
4880
- _HTTPAUTH._serialized_end=93713
4881
- _HTTPBASICAUTH._serialized_start=93716
4882
- _HTTPBASICAUTH._serialized_end=95268
4883
- _HTTPNOAUTH._serialized_start=95271
4884
- _HTTPNOAUTH._serialized_end=96595
4885
- _KUBERNETES._serialized_start=96598
4886
- _KUBERNETES._serialized_end=98956
4887
- _KUBERNETESBASICAUTH._serialized_start=98959
4888
- _KUBERNETESBASICAUTH._serialized_end=100477
4889
- _KUBERNETESPODIDENTITY._serialized_start=100480
4890
- _KUBERNETESPODIDENTITY._serialized_end=102421
4891
- _KUBERNETESSERVICEACCOUNT._serialized_start=102424
4892
- _KUBERNETESSERVICEACCOUNT._serialized_end=104565
4893
- _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_start=104568
4894
- _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_end=106048
4895
- _KUBERNETESUSERIMPERSONATION._serialized_start=106051
4896
- _KUBERNETESUSERIMPERSONATION._serialized_end=107751
4897
- _MTLSMYSQL._serialized_start=107754
4898
- _MTLSMYSQL._serialized_end=109802
4899
- _MTLSPOSTGRES._serialized_start=109805
4900
- _MTLSPOSTGRES._serialized_end=111693
4901
- _MARIA._serialized_start=111696
4902
- _MARIA._serialized_end=113216
4903
- _MEMCACHED._serialized_start=113219
4904
- _MEMCACHED._serialized_end=114121
4905
- _MEMSQL._serialized_start=114124
4906
- _MEMSQL._serialized_end=115648
4907
- _MONGOHOST._serialized_start=115651
4908
- _MONGOHOST._serialized_end=117020
4909
- _MONGOLEGACYHOST._serialized_start=117023
4910
- _MONGOLEGACYHOST._serialized_end=118402
4911
- _MONGOLEGACYREPLICASET._serialized_start=118405
4912
- _MONGOLEGACYREPLICASET._serialized_end=120070
4913
- _MONGOREPLICASET._serialized_start=120073
4914
- _MONGOREPLICASET._serialized_end=121719
4915
- _MONGOSHARDEDCLUSTER._serialized_start=121722
4916
- _MONGOSHARDEDCLUSTER._serialized_end=123029
4917
- _MYSQL._serialized_start=123032
4918
- _MYSQL._serialized_end=124552
4919
- _NEPTUNE._serialized_start=124555
4920
- _NEPTUNE._serialized_end=125449
4921
- _NEPTUNEIAM._serialized_start=125452
4922
- _NEPTUNEIAM._serialized_end=126957
4923
- _ORACLE._serialized_start=126960
4924
- _ORACLE._serialized_end=128306
4925
- _ORACLENNE._serialized_start=128309
4926
- _ORACLENNE._serialized_end=129552
4927
- _POSTGRES._serialized_start=129555
4928
- _POSTGRES._serialized_end=130920
4929
- _PRESTO._serialized_start=130923
4930
- _PRESTO._serialized_end=132269
4931
- _RDP._serialized_start=132272
4932
- _RDP._serialized_end=133643
4933
- _RDPCERT._serialized_start=133646
4934
- _RDPCERT._serialized_end=135122
4935
- _RDSPOSTGRESIAM._serialized_start=135125
4936
- _RDSPOSTGRESIAM._serialized_end=136647
4937
- _RABBITMQAMQP091._serialized_start=136650
4938
- _RABBITMQAMQP091._serialized_end=137927
4939
- _RAWTCP._serialized_start=137930
4940
- _RAWTCP._serialized_end=138821
4941
- _REDIS._serialized_start=138824
4942
- _REDIS._serialized_end=140054
4943
- _REDISCLUSTER._serialized_start=140057
4944
- _REDISCLUSTER._serialized_end=141316
4945
- _REDSHIFT._serialized_start=141319
4946
- _REDSHIFT._serialized_end=142684
4947
- _REDSHIFTIAM._serialized_start=142687
4948
- _REDSHIFTIAM._serialized_end=144202
4949
- _REDSHIFTSERVERLESSIAM._serialized_start=144205
4950
- _REDSHIFTSERVERLESSIAM._serialized_end=145764
4951
- _SQLSERVER._serialized_start=145767
4952
- _SQLSERVER._serialized_end=147388
4953
- _SQLSERVERAZUREAD._serialized_start=147391
4954
- _SQLSERVERAZUREAD._serialized_end=149154
4955
- _SQLSERVERKERBEROSAD._serialized_start=149157
4956
- _SQLSERVERKERBEROSAD._serialized_end=151151
4957
- _SSH._serialized_start=151154
4958
- _SSH._serialized_end=152655
4959
- _SSHCERT._serialized_start=152658
4960
- _SSHCERT._serialized_end=154407
4961
- _SSHCUSTOMERKEY._serialized_start=154410
4962
- _SSHCUSTOMERKEY._serialized_end=156194
4963
- _SSHPASSWORD._serialized_start=156197
4964
- _SSHPASSWORD._serialized_end=157615
4965
- _SINGLESTORE._serialized_start=157618
4966
- _SINGLESTORE._serialized_end=159163
4967
- _SNOWFLAKE._serialized_start=159166
4968
- _SNOWFLAKE._serialized_end=160526
4969
- _SNOWSIGHT._serialized_start=160529
4970
- _SNOWSIGHT._serialized_end=161502
4971
- _SYBASE._serialized_start=161505
4972
- _SYBASE._serialized_end=162619
4973
- _SYBASEIQ._serialized_start=162622
4974
- _SYBASEIQ._serialized_end=163745
4975
- _TERADATA._serialized_start=163748
4976
- _TERADATA._serialized_end=164870
4977
- _TRINO._serialized_start=164873
4978
- _TRINO._serialized_end=166103
4979
- _VERTICA._serialized_start=166106
4980
- _VERTICA._serialized_end=167336
4768
+ _AKS._serialized_end=13328
4769
+ _AKSBASICAUTH._serialized_start=13331
4770
+ _AKSBASICAUTH._serialized_end=14809
4771
+ _AKSSERVICEACCOUNT._serialized_start=14812
4772
+ _AKSSERVICEACCOUNT._serialized_end=16913
4773
+ _AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_start=16916
4774
+ _AKSSERVICEACCOUNTUSERIMPERSONATION._serialized_end=18358
4775
+ _AKSUSERIMPERSONATION._serialized_start=18361
4776
+ _AKSUSERIMPERSONATION._serialized_end=20021
4777
+ _AWS._serialized_start=20024
4778
+ _AWS._serialized_end=21299
4779
+ _AWSCONSOLE._serialized_start=21302
4780
+ _AWSCONSOLE._serialized_end=22936
4781
+ _AWSCONSOLESTATICKEYPAIR._serialized_start=22939
4782
+ _AWSCONSOLESTATICKEYPAIR._serialized_end=24736
4783
+ _AWSINSTANCEPROFILE._serialized_start=24739
4784
+ _AWSINSTANCEPROFILE._serialized_end=25947
4785
+ _AEROSPIKE._serialized_start=25950
4786
+ _AEROSPIKE._serialized_end=27207
4787
+ _AMAZONEKS._serialized_start=27210
4788
+ _AMAZONEKS._serialized_end=29920
4789
+ _AMAZONEKSINSTANCEPROFILE._serialized_start=29923
4790
+ _AMAZONEKSINSTANCEPROFILE._serialized_end=32448
4791
+ _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_start=32451
4792
+ _AMAZONEKSINSTANCEPROFILEUSERIMPERSONATION._serialized_end=34315
4793
+ _AMAZONEKSUSERIMPERSONATION._serialized_start=34318
4794
+ _AMAZONEKSUSERIMPERSONATION._serialized_end=36370
4795
+ _AMAZONES._serialized_start=36373
4796
+ _AMAZONES._serialized_end=37756
4797
+ _AMAZONESIAM._serialized_start=37759
4798
+ _AMAZONESIAM._serialized_end=39023
4799
+ _AMAZONMQAMQP091._serialized_start=39026
4800
+ _AMAZONMQAMQP091._serialized_end=40293
4801
+ _ATHENA._serialized_start=40296
4802
+ _ATHENA._serialized_end=41686
4803
+ _ATHENAIAM._serialized_start=41689
4804
+ _ATHENAIAM._serialized_end=42834
4805
+ _AURORAMYSQL._serialized_start=42837
4806
+ _AURORAMYSQL._serialized_end=44374
4807
+ _AURORAMYSQLIAM._serialized_start=44377
4808
+ _AURORAMYSQLIAM._serialized_end=45763
4809
+ _AURORAPOSTGRES._serialized_start=45766
4810
+ _AURORAPOSTGRES._serialized_end=47148
4811
+ _AURORAPOSTGRESIAM._serialized_start=47151
4812
+ _AURORAPOSTGRESIAM._serialized_end=48676
4813
+ _AZURE._serialized_start=48679
4814
+ _AZURE._serialized_end=49673
4815
+ _AZURECERTIFICATE._serialized_start=49676
4816
+ _AZURECERTIFICATE._serialized_end=50714
4817
+ _AZURECONSOLE._serialized_start=50717
4818
+ _AZURECONSOLE._serialized_end=51924
4819
+ _AZUREMYSQL._serialized_start=51927
4820
+ _AZUREMYSQL._serialized_end=53458
4821
+ _AZUREPOSTGRES._serialized_start=53461
4822
+ _AZUREPOSTGRES._serialized_end=54837
4823
+ _AZUREPOSTGRESMANAGEDIDENTITY._serialized_start=54840
4824
+ _AZUREPOSTGRESMANAGEDIDENTITY._serialized_end=56444
4825
+ _BIGQUERY._serialized_start=56447
4826
+ _BIGQUERY._serialized_end=57572
4827
+ _CASSANDRA._serialized_start=57575
4828
+ _CASSANDRA._serialized_end=58811
4829
+ _CITUS._serialized_start=58814
4830
+ _CITUS._serialized_end=60157
4831
+ _CLICKHOUSEHTTP._serialized_start=60160
4832
+ _CLICKHOUSEHTTP._serialized_end=61211
4833
+ _CLICKHOUSEMYSQL._serialized_start=61214
4834
+ _CLICKHOUSEMYSQL._serialized_end=62605
4835
+ _CLICKHOUSETCP._serialized_start=62608
4836
+ _CLICKHOUSETCP._serialized_end=63974
4837
+ _CLUSTRIX._serialized_start=63977
4838
+ _CLUSTRIX._serialized_end=65499
4839
+ _COCKROACH._serialized_start=65502
4840
+ _COCKROACH._serialized_end=66861
4841
+ _COUCHBASEDATABASE._serialized_start=66864
4842
+ _COUCHBASEDATABASE._serialized_end=68248
4843
+ _COUCHBASEWEBUI._serialized_start=68251
4844
+ _COUCHBASEWEBUI._serialized_end=69309
4845
+ _DB2I._serialized_start=69312
4846
+ _DB2I._serialized_end=70530
4847
+ _DB2LUW._serialized_start=70533
4848
+ _DB2LUW._serialized_end=71871
4849
+ _DOCUMENTDBHOST._serialized_start=71874
4850
+ _DOCUMENTDBHOST._serialized_end=73134
4851
+ _DOCUMENTDBHOSTIAM._serialized_start=73137
4852
+ _DOCUMENTDBHOSTIAM._serialized_end=74173
4853
+ _DOCUMENTDBREPLICASET._serialized_start=74176
4854
+ _DOCUMENTDBREPLICASET._serialized_end=75610
4855
+ _DOCUMENTDBREPLICASETIAM._serialized_start=75613
4856
+ _DOCUMENTDBREPLICASETIAM._serialized_end=76710
4857
+ _DRUID._serialized_start=76713
4858
+ _DRUID._serialized_end=77813
4859
+ _DYNAMODB._serialized_start=77816
4860
+ _DYNAMODB._serialized_end=79195
4861
+ _DYNAMODBIAM._serialized_start=79198
4862
+ _DYNAMODBIAM._serialized_end=80339
4863
+ _ELASTIC._serialized_start=80342
4864
+ _ELASTIC._serialized_end=81570
4865
+ _ELASTICACHEREDIS._serialized_start=81573
4866
+ _ELASTICACHEREDIS._serialized_end=82820
4867
+ _GCP._serialized_start=82823
4868
+ _GCP._serialized_end=83697
4869
+ _GCPCONSOLE._serialized_start=83700
4870
+ _GCPCONSOLE._serialized_end=85136
4871
+ _GCPWIF._serialized_start=85139
4872
+ _GCPWIF._serialized_end=86748
4873
+ _GOOGLEGKE._serialized_start=86751
4874
+ _GOOGLEGKE._serialized_end=88878
4875
+ _GOOGLEGKEUSERIMPERSONATION._serialized_start=88881
4876
+ _GOOGLEGKEUSERIMPERSONATION._serialized_end=90350
4877
+ _GREENPLUM._serialized_start=90353
4878
+ _GREENPLUM._serialized_end=91712
4879
+ _HTTPAUTH._serialized_start=91715
4880
+ _HTTPAUTH._serialized_end=93138
4881
+ _HTTPBASICAUTH._serialized_start=93141
4882
+ _HTTPBASICAUTH._serialized_end=94683
4883
+ _HTTPNOAUTH._serialized_start=94686
4884
+ _HTTPNOAUTH._serialized_end=96000
4885
+ _KUBERNETES._serialized_start=96003
4886
+ _KUBERNETES._serialized_end=98351
4887
+ _KUBERNETESBASICAUTH._serialized_start=98354
4888
+ _KUBERNETESBASICAUTH._serialized_end=99862
4889
+ _KUBERNETESPODIDENTITY._serialized_start=99865
4890
+ _KUBERNETESPODIDENTITY._serialized_end=101796
4891
+ _KUBERNETESSERVICEACCOUNT._serialized_start=101799
4892
+ _KUBERNETESSERVICEACCOUNT._serialized_end=103930
4893
+ _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_start=103933
4894
+ _KUBERNETESSERVICEACCOUNTUSERIMPERSONATION._serialized_end=105403
4895
+ _KUBERNETESUSERIMPERSONATION._serialized_start=105406
4896
+ _KUBERNETESUSERIMPERSONATION._serialized_end=107096
4897
+ _MTLSMYSQL._serialized_start=107099
4898
+ _MTLSMYSQL._serialized_end=109137
4899
+ _MTLSPOSTGRES._serialized_start=109140
4900
+ _MTLSPOSTGRES._serialized_end=111018
4901
+ _MARIA._serialized_start=111021
4902
+ _MARIA._serialized_end=112531
4903
+ _MEMCACHED._serialized_start=112534
4904
+ _MEMCACHED._serialized_end=113426
4905
+ _MEMSQL._serialized_start=113429
4906
+ _MEMSQL._serialized_end=114943
4907
+ _MONGOHOST._serialized_start=114946
4908
+ _MONGOHOST._serialized_end=116305
4909
+ _MONGOLEGACYHOST._serialized_start=116308
4910
+ _MONGOLEGACYHOST._serialized_end=117677
4911
+ _MONGOLEGACYREPLICASET._serialized_start=117680
4912
+ _MONGOLEGACYREPLICASET._serialized_end=119335
4913
+ _MONGOREPLICASET._serialized_start=119338
4914
+ _MONGOREPLICASET._serialized_end=120974
4915
+ _MONGOSHARDEDCLUSTER._serialized_start=120977
4916
+ _MONGOSHARDEDCLUSTER._serialized_end=122274
4917
+ _MYSQL._serialized_start=122277
4918
+ _MYSQL._serialized_end=123787
4919
+ _NEPTUNE._serialized_start=123790
4920
+ _NEPTUNE._serialized_end=124674
4921
+ _NEPTUNEIAM._serialized_start=124677
4922
+ _NEPTUNEIAM._serialized_end=126172
4923
+ _ORACLE._serialized_start=126175
4924
+ _ORACLE._serialized_end=127511
4925
+ _ORACLENNE._serialized_start=127514
4926
+ _ORACLENNE._serialized_end=128747
4927
+ _POSTGRES._serialized_start=128750
4928
+ _POSTGRES._serialized_end=130105
4929
+ _PRESTO._serialized_start=130108
4930
+ _PRESTO._serialized_end=131444
4931
+ _RDP._serialized_start=131447
4932
+ _RDP._serialized_end=132808
4933
+ _RDPCERT._serialized_start=132811
4934
+ _RDPCERT._serialized_end=134277
4935
+ _RDSPOSTGRESIAM._serialized_start=134280
4936
+ _RDSPOSTGRESIAM._serialized_end=135792
4937
+ _RABBITMQAMQP091._serialized_start=135795
4938
+ _RABBITMQAMQP091._serialized_end=137062
4939
+ _RAWTCP._serialized_start=137065
4940
+ _RAWTCP._serialized_end=137946
4941
+ _REDIS._serialized_start=137949
4942
+ _REDIS._serialized_end=139169
4943
+ _REDISCLUSTER._serialized_start=139172
4944
+ _REDISCLUSTER._serialized_end=140421
4945
+ _REDSHIFT._serialized_start=140424
4946
+ _REDSHIFT._serialized_end=141779
4947
+ _REDSHIFTIAM._serialized_start=141782
4948
+ _REDSHIFTIAM._serialized_end=143287
4949
+ _REDSHIFTSERVERLESSIAM._serialized_start=143290
4950
+ _REDSHIFTSERVERLESSIAM._serialized_end=144839
4951
+ _SQLSERVER._serialized_start=144842
4952
+ _SQLSERVER._serialized_end=146453
4953
+ _SQLSERVERAZUREAD._serialized_start=146456
4954
+ _SQLSERVERAZUREAD._serialized_end=148209
4955
+ _SQLSERVERKERBEROSAD._serialized_start=148212
4956
+ _SQLSERVERKERBEROSAD._serialized_end=150196
4957
+ _SSH._serialized_start=150199
4958
+ _SSH._serialized_end=151690
4959
+ _SSHCERT._serialized_start=151693
4960
+ _SSHCERT._serialized_end=153432
4961
+ _SSHCUSTOMERKEY._serialized_start=153435
4962
+ _SSHCUSTOMERKEY._serialized_end=155209
4963
+ _SSHPASSWORD._serialized_start=155212
4964
+ _SSHPASSWORD._serialized_end=156620
4965
+ _SINGLESTORE._serialized_start=156623
4966
+ _SINGLESTORE._serialized_end=158158
4967
+ _SNOWFLAKE._serialized_start=158161
4968
+ _SNOWFLAKE._serialized_end=159511
4969
+ _SNOWSIGHT._serialized_start=159514
4970
+ _SNOWSIGHT._serialized_end=160477
4971
+ _SYBASE._serialized_start=160480
4972
+ _SYBASE._serialized_end=161584
4973
+ _SYBASEIQ._serialized_start=161587
4974
+ _SYBASEIQ._serialized_end=162700
4975
+ _TERADATA._serialized_start=162703
4976
+ _TERADATA._serialized_end=163815
4977
+ _TRINO._serialized_start=163818
4978
+ _TRINO._serialized_end=165038
4979
+ _VERTICA._serialized_start=165041
4980
+ _VERTICA._serialized_end=166261
4981
4981
  # @@protoc_insertion_point(module_scope)