-
Notifications
You must be signed in to change notification settings - Fork 0
/
files.gen
executable file
·239 lines (239 loc) · 10.5 KB
/
files.gen
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
billing.go
organizations.go
privateconnection.go
regions.go
stages.go
workspacegroups.go
workspaces.go
singlestore.go
go.mod
go.sum
pkg/models/sdkerrors/sdkerror.go
pkg/types/bigint.go
pkg/types/date.go
pkg/types/datetime.go
pkg/types/decimal.go
pkg/types/pointers.go
pkg/utils/contenttype.go
pkg/utils/form.go
pkg/utils/headers.go
pkg/utils/json.go
pkg/utils/pathparams.go
pkg/utils/queryparams.go
pkg/utils/requestbody.go
pkg/utils/retries.go
pkg/utils/security.go
pkg/utils/utils.go
tests/helpers.go
pkg/models/operations/listbillingusage.go
pkg/models/operations/getorganizationinfo.go
pkg/models/operations/createprivateconnection.go
pkg/models/operations/deleteprivateconnection.go
pkg/models/operations/getprivateconnection.go
pkg/models/operations/updateprivateconnection.go
pkg/models/operations/listregions.go
pkg/models/operations/createstagesfile.go
pkg/models/operations/deletestagesfile.go
pkg/models/operations/getstagesfile.go
pkg/models/operations/updatestagesfile.go
pkg/models/operations/createworkspacegroup.go
pkg/models/operations/createstorageworkspacegroups.go
pkg/models/operations/deleteworkspacegroups.go
pkg/models/operations/getworkspacegroups.go
pkg/models/operations/getprivateconnectionworkspacegroups.go
pkg/models/operations/getrecoverybackupworkspacegroups.go
pkg/models/operations/getstoragestatusworkspacegroups.go
pkg/models/operations/listworkspacegroup.go
pkg/models/operations/updateworkspacegroups.go
pkg/models/operations/updatefailbackworkspacegroups.go
pkg/models/operations/updatefailoverworkspacegroups.go
pkg/models/operations/updatestartfailovertestmodeworkspacegroups.go
pkg/models/operations/updatestopfailovertestmodeworkspacegroups.go
pkg/models/operations/createworkspace.go
pkg/models/operations/createresumeworkspace.go
pkg/models/operations/createstorageworkspace.go
pkg/models/operations/createsuspendworkspace.go
pkg/models/operations/deleteworkspace.go
pkg/models/operations/getteworkspace.go
pkg/models/operations/getoutboundworkspace.go
pkg/models/operations/getprivateconnectionworkspace.go
pkg/models/operations/getrecoverybackupworkspace.go
pkg/models/operations/getstoragestatusworkspace.go
pkg/models/operations/listworkspace.go
pkg/models/operations/updateworkspace.go
pkg/models/operations/updatefailbackworkspace.go
pkg/models/operations/updatefailoverworkspace.go
pkg/models/operations/updatestartfailovertestmodeworkspace.go
pkg/models/operations/updatestopfailovertestmodeworkspace.go
pkg/models/shared/billingusage.go
pkg/models/shared/organization.go
pkg/models/shared/createprivateconnectionresponse.go
pkg/models/shared/privateconnectioncreate.go
pkg/models/shared/deleteprivateconnection.go
pkg/models/shared/privateconnection.go
pkg/models/shared/updateprivateconnectionresponse.go
pkg/models/shared/updateprivateconnection.go
pkg/models/shared/region.go
pkg/models/shared/createstagesfile.go
pkg/models/shared/createstagesfilerequest.go
pkg/models/shared/deletestagesfile.go
pkg/models/shared/stagesobjectmetadata.go
pkg/models/shared/modifystagesfile.go
pkg/models/shared/stagespatch.go
pkg/models/shared/createworkspacegroup.go
pkg/models/shared/workspacegroupcreate.go
pkg/models/shared/updatewindow.go
pkg/models/shared/storagedrsetup.go
pkg/models/shared/terminateworkspacegroups.go
pkg/models/shared/workspacegroup.go
pkg/models/shared/storagedrstatus.go
pkg/models/shared/replicateddatabase.go
pkg/models/shared/updateworkspacegroups.go
pkg/models/shared/workspacegroupupdate.go
pkg/models/shared/createworkspace.go
pkg/models/shared/workspacecreate.go
pkg/models/shared/workspace.go
pkg/models/shared/privateconnectionoutboundallowlist.go
pkg/models/shared/workspaceupdate.go
pkg/models/shared/security.go
pkg/models/shared/createstagesfilerequest1.go
USAGE.md
docs/models/operations/listbillingusageaggregateby.md
docs/models/operations/listbillingusagemetric.md
docs/models/operations/listbillingusagerequest.md
docs/models/operations/listbillingusageresponse.md
docs/models/operations/getorganizationinforesponse.md
docs/models/operations/createprivateconnectionresponse.md
docs/models/operations/deleteprivateconnectionrequest.md
docs/models/operations/deleteprivateconnectionresponse.md
docs/models/operations/getprivateconnectionrequest.md
docs/models/operations/getprivateconnectionresponse.md
docs/models/operations/updateprivateconnectionrequest.md
docs/models/operations/updateprivateconnectionresponse.md
docs/models/operations/listregionsrequest.md
docs/models/operations/listregionsresponse.md
docs/models/operations/createstagesfilerequest.md
docs/models/operations/createstagesfileresponse.md
docs/models/operations/deletestagesfilerequest.md
docs/models/operations/deletestagesfileresponse.md
docs/models/operations/getstagesfilerequest.md
docs/models/operations/getstagesfileresponse.md
docs/models/operations/updatestagesfilerequest.md
docs/models/operations/updatestagesfileresponse.md
docs/models/operations/createworkspacegroupresponse.md
docs/models/operations/createstorageworkspacegroupsrequest.md
docs/models/operations/createstorageworkspacegroupsresponse.md
docs/models/operations/deleteworkspacegroupsrequest.md
docs/models/operations/deleteworkspacegroupsresponse.md
docs/models/operations/getworkspacegroupsrequest.md
docs/models/operations/getworkspacegroupsresponse.md
docs/models/operations/getprivateconnectionworkspacegroupsrequest.md
docs/models/operations/getprivateconnectionworkspacegroupsresponse.md
docs/models/operations/getrecoverybackupworkspacegroupsrequest.md
docs/models/operations/getrecoverybackupworkspacegroupsresponse.md
docs/models/operations/getstoragestatusworkspacegroupsrequest.md
docs/models/operations/getstoragestatusworkspacegroupsresponse.md
docs/models/operations/listworkspacegrouprequest.md
docs/models/operations/listworkspacegroupresponse.md
docs/models/operations/updateworkspacegroupsrequest.md
docs/models/operations/updateworkspacegroupsresponse.md
docs/models/operations/updatefailbackworkspacegroupsrequest.md
docs/models/operations/updatefailbackworkspacegroupsresponse.md
docs/models/operations/updatefailoverworkspacegroupsrequest.md
docs/models/operations/updatefailoverworkspacegroupsresponse.md
docs/models/operations/updatestartfailovertestmodeworkspacegroupsrequest.md
docs/models/operations/updatestartfailovertestmodeworkspacegroupsresponse.md
docs/models/operations/updatestopfailovertestmodeworkspacegroupsrequest.md
docs/models/operations/updatestopfailovertestmodeworkspacegroupsresponse.md
docs/models/operations/createworkspaceresponse.md
docs/models/operations/createresumeworkspacerequest.md
docs/models/operations/createresumeworkspaceresponse.md
docs/models/operations/createstorageworkspacerequest.md
docs/models/operations/createstorageworkspaceresponse.md
docs/models/operations/createsuspendworkspacerequest.md
docs/models/operations/createsuspendworkspaceresponse.md
docs/models/operations/deleteworkspacerequest.md
docs/models/operations/deleteworkspaceresponse.md
docs/models/operations/getteworkspacerequest.md
docs/models/operations/getteworkspaceresponse.md
docs/models/operations/getoutboundworkspacerequest.md
docs/models/operations/getoutboundworkspaceresponse.md
docs/models/operations/getprivateconnectionworkspacerequest.md
docs/models/operations/getprivateconnectionworkspaceresponse.md
docs/models/operations/getrecoverybackupworkspacerequest.md
docs/models/operations/getrecoverybackupworkspaceresponse.md
docs/models/operations/getstoragestatusworkspacerequest.md
docs/models/operations/getstoragestatusworkspaceresponse.md
docs/models/operations/listworkspacerequest.md
docs/models/operations/listworkspaceresponse.md
docs/models/operations/updateworkspacerequest.md
docs/models/operations/updateworkspaceresponse.md
docs/models/operations/updatefailbackworkspacerequest.md
docs/models/operations/updatefailbackworkspaceresponse.md
docs/models/operations/updatefailoverworkspacerequest.md
docs/models/operations/updatefailoverworkspaceresponse.md
docs/models/operations/updatestartfailovertestmodeworkspacerequest.md
docs/models/operations/updatestartfailovertestmodeworkspaceresponse.md
docs/models/operations/updatestopfailovertestmodeworkspacerequest.md
docs/models/operations/updatestopfailovertestmodeworkspaceresponse.md
docs/models/shared/billingusageusage.md
docs/models/shared/billingusage.md
docs/models/shared/organization.md
docs/models/shared/createprivateconnectionresponse.md
docs/models/shared/privateconnectioncreatetype.md
docs/models/shared/privateconnectioncreate.md
docs/models/shared/deleteprivateconnection.md
docs/models/shared/privateconnectionstatus.md
docs/models/shared/privateconnectiontype.md
docs/models/shared/privateconnection.md
docs/models/shared/updateprivateconnectionresponse.md
docs/models/shared/updateprivateconnection.md
docs/models/shared/regionprovider.md
docs/models/shared/region.md
docs/models/shared/createstagesfile.md
docs/models/shared/createstagesfilerequestfile.md
docs/models/shared/createstagesfilerequest.md
docs/models/shared/deletestagesfile.md
docs/models/shared/stagesobjectmetadatacontent.md
docs/models/shared/stagesobjectmetadataformat.md
docs/models/shared/stagesobjectmetadatatype.md
docs/models/shared/stagesobjectmetadata.md
docs/models/shared/modifystagesfile.md
docs/models/shared/stagespatch.md
docs/models/shared/createworkspacegroup.md
docs/models/shared/workspacegroupcreate.md
docs/models/shared/updatewindow.md
docs/models/shared/storagedrsetup.md
docs/models/shared/terminateworkspacegroups.md
docs/models/shared/workspacegroupstate.md
docs/models/shared/workspacegroup.md
docs/models/shared/storagedrstatuscomputestoragedrstate.md
docs/models/shared/storagedrstatuscomputestoragedrtype.md
docs/models/shared/storagedrstatuscompute.md
docs/models/shared/storagedrstatus.md
docs/models/shared/replicateddatabaseduplicationstate.md
docs/models/shared/replicateddatabase.md
docs/models/shared/updateworkspacegroups.md
docs/models/shared/workspacegroupupdate.md
docs/models/shared/createworkspace.md
docs/models/shared/workspacecreate.md
docs/models/shared/workspaceresumeattachmentsattachment.md
docs/models/shared/workspaceresumeattachments.md
docs/models/shared/workspacestate.md
docs/models/shared/workspace.md
docs/models/shared/privateconnectionoutboundallowlist.md
docs/models/shared/workspaceupdate.md
docs/models/shared/security.md
docs/models/shared/createstagesfilerequest1.md
docs/sdks/singlestore/README.md
docs/sdks/billing/README.md
docs/sdks/organizations/README.md
docs/sdks/privateconnection/README.md
docs/sdks/regions/README.md
docs/sdks/stages/README.md
docs/sdks/workspacegroups/README.md
docs/sdks/workspaces/README.md
.gitattributes
.devcontainer/README.md
.devcontainer/devcontainer.json
.devcontainer/setup.sh