Source file io.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
(* generated by: awso-codegen generate-all --botocore-data vendor/botocore/botocore/data -o aws --runtime-dir lib/runtime/awso --cli-dir awso-cli *)
open Awso_codedeploy
open Awso_sync
module Io = Http.Io
let eval ?endpoint_url ?cfg endpoint input =
  Io.bind (Io.resolve_cfg cfg)
    (fun cfg ->
       let meth = Endpoints.method_of_endpoint endpoint in
       let uri = Endpoints.uri_of_endpoint endpoint input in
       Io.map
         (Io.call ?endpoint_url ~cfg ~service:Values.service meth
            (Endpoints.to_request endpoint input) uri)
         (fun resp_result -> Endpoints.of_response endpoint resp_result))
let add_tags_to_on_premises_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.AddTagsToOnPremisesInstances input
let batch_get_application_revisions ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetApplicationRevisions input
let batch_get_applications ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetApplications input
let batch_get_deployment_groups ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetDeploymentGroups input
let batch_get_deployment_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetDeploymentInstances input
let batch_get_deployment_targets ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetDeploymentTargets input
let batch_get_deployments ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetDeployments input
let batch_get_on_premises_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.BatchGetOnPremisesInstances input
let continue_deployment ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ContinueDeployment input
let create_application ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.CreateApplication input
let create_deployment ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.CreateDeployment input
let create_deployment_config ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.CreateDeploymentConfig input
let create_deployment_group ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.CreateDeploymentGroup input
let delete_application ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeleteApplication input
let delete_deployment_config ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeleteDeploymentConfig input
let delete_deployment_group ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeleteDeploymentGroup input
let delete_git_hub_account_token ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeleteGitHubAccountToken input
let delete_resources_by_external_id ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeleteResourcesByExternalId input
let deregister_on_premises_instance ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.DeregisterOnPremisesInstance input
let get_application ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetApplication input
let get_application_revision ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetApplicationRevision input
let get_deployment ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetDeployment input
let get_deployment_config ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetDeploymentConfig input
let get_deployment_group ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetDeploymentGroup input
let get_deployment_instance ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetDeploymentInstance input
let get_deployment_target ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetDeploymentTarget input
let get_on_premises_instance ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.GetOnPremisesInstance input
let list_application_revisions ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListApplicationRevisions input
let list_applications ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListApplications input
let list_deployment_configs ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListDeploymentConfigs input
let list_deployment_groups ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListDeploymentGroups input
let list_deployment_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListDeploymentInstances input
let list_deployment_targets ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListDeploymentTargets input
let list_deployments ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListDeployments input
let list_git_hub_account_token_names ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListGitHubAccountTokenNames input
let list_on_premises_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListOnPremisesInstances input
let list_tags_for_resource ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.ListTagsForResource input
let put_lifecycle_event_hook_execution_status ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.PutLifecycleEventHookExecutionStatus
    input
let register_application_revision ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.RegisterApplicationRevision input
let register_on_premises_instance ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.RegisterOnPremisesInstance input
let remove_tags_from_on_premises_instances ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.RemoveTagsFromOnPremisesInstances input
let skip_wait_time_for_instance_termination ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.SkipWaitTimeForInstanceTermination input
let stop_deployment ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.StopDeployment input
let tag_resource ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.TagResource input
let untag_resource ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.UntagResource input
let update_application ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.UpdateApplication input
let update_deployment_group ?endpoint_url ?cfg input =
  eval ?endpoint_url ?cfg Endpoints.UpdateDeploymentGroup input