package smaws-clients
Amazon Web Services SDK clients using EIO
Install
Dune Dependency
Authors
Maintainers
Sources
0.1.preview1.tar.gz
md5=18fb70dbc45e8d81a341b9bed6871bab
sha512=7607dc98acaeed5803b44c9ca32d90c88e7813d4b3e3ae4ec661a0bad16c88dc1476bc780877527ea4cd5a4b7398453c1bb600ce0db14d39afa05dc4762b5ba5
doc/src/smaws-clients.resource-groups-tagging-api/operations.ml.html
Source file operations.ml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240
open Types let (let+) res map = Result.map map res module UntagResources = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: untag_resources_input) -> let input = Serializers.untag_resources_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.UntagResources" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.untag_resources_output_of_yojson ~error_deserializer end module TagResources = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: tag_resources_input) -> let input = Serializers.tag_resources_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.TagResources" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.tag_resources_output_of_yojson ~error_deserializer end module StartReportCreation = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "ConcurrentModificationException" -> (`ConcurrentModificationException (concurrent_modification_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ConstraintViolationException" -> (`ConstraintViolationException (constraint_violation_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: start_report_creation_input) -> let input = Serializers.start_report_creation_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.StartReportCreation" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.start_report_creation_output_of_yojson ~error_deserializer end module GetTagValues = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "PaginationTokenExpiredException" -> (`PaginationTokenExpiredException (pagination_token_expired_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: get_tag_values_input) -> let input = Serializers.get_tag_values_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.GetTagValues" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.get_tag_values_output_of_yojson ~error_deserializer end module GetTagKeys = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "PaginationTokenExpiredException" -> (`PaginationTokenExpiredException (pagination_token_expired_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: get_tag_keys_input) -> let input = Serializers.get_tag_keys_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.GetTagKeys" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.get_tag_keys_output_of_yojson ~error_deserializer end module GetResources = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "PaginationTokenExpiredException" -> (`PaginationTokenExpiredException (pagination_token_expired_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: get_resources_input) -> let input = Serializers.get_resources_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.GetResources" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.get_resources_output_of_yojson ~error_deserializer end module GetComplianceSummary = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "ConstraintViolationException" -> (`ConstraintViolationException (constraint_violation_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: get_compliance_summary_input) -> let input = Serializers.get_compliance_summary_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.GetComplianceSummary" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.get_compliance_summary_output_of_yojson ~error_deserializer end module DescribeReportCreation = struct let error_deserializer tree path = let open Deserializers in let handler = fun handler tree path -> function | "com.amazonaws.resourcegroupstaggingapi", "ConstraintViolationException" -> (`ConstraintViolationException (constraint_violation_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InternalServiceException" -> (`InternalServiceException (internal_service_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "InvalidParameterException" -> (`InvalidParameterException (invalid_parameter_exception_of_yojson tree path)) | "com.amazonaws.resourcegroupstaggingapi", "ThrottledException" -> (`ThrottledException (throttled_exception_of_yojson tree path)) | _type -> handler tree path _type in Smaws_Lib.Protocols.AwsJson.(error_deserializer (handler Smaws_Lib.Protocols.AwsJson.Errors.default_handler) tree path) let request = fun context (request: describe_report_creation_input) -> let input = Serializers.describe_report_creation_input_to_yojson request in Smaws_Lib.Protocols.AwsJson.request ~shape_name:"ResourceGroupsTaggingAPI_20170126.DescribeReportCreation" ~service ~config:Smaws_Lib.Context.(context.config) ~http:Smaws_Lib.Context.(context.http) ~input ~output_deserializer:Deserializers.describe_report_creation_output_of_yojson ~error_deserializer end
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>