oci-apiplatform 2.114.0

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 (146) hide show
  1. package/LICENSE.txt +89 -0
  2. package/NOTICE.txt +1 -0
  3. package/README.md +22 -0
  4. package/THIRD_PARTY_LICENSES.txt +576 -0
  5. package/index.d.ts +22 -0
  6. package/index.js +45 -0
  7. package/index.js.map +1 -0
  8. package/lib/apiplatform-waiter.d.ts +36 -0
  9. package/lib/apiplatform-waiter.js +76 -0
  10. package/lib/apiplatform-waiter.js.map +1 -0
  11. package/lib/client.d.ts +195 -0
  12. package/lib/client.js +888 -0
  13. package/lib/client.js.map +1 -0
  14. package/lib/model/action-type.d.ts +32 -0
  15. package/lib/model/action-type.js +43 -0
  16. package/lib/model/action-type.js.map +1 -0
  17. package/lib/model/api-platform-instance-collection.d.ts +26 -0
  18. package/lib/model/api-platform-instance-collection.js +61 -0
  19. package/lib/model/api-platform-instance-collection.js.map +1 -0
  20. package/lib/model/api-platform-instance-summary.d.ts +85 -0
  21. package/lib/model/api-platform-instance-summary.js +29 -0
  22. package/lib/model/api-platform-instance-summary.js.map +1 -0
  23. package/lib/model/api-platform-instance.d.ts +105 -0
  24. package/lib/model/api-platform-instance.js +69 -0
  25. package/lib/model/api-platform-instance.js.map +1 -0
  26. package/lib/model/change-api-platform-instance-compartment-details.d.ts +26 -0
  27. package/lib/model/change-api-platform-instance-compartment-details.js +29 -0
  28. package/lib/model/change-api-platform-instance-compartment-details.js.map +1 -0
  29. package/lib/model/create-api-platform-instance-details.d.ts +52 -0
  30. package/lib/model/create-api-platform-instance-details.js +29 -0
  31. package/lib/model/create-api-platform-instance-details.js.map +1 -0
  32. package/lib/model/idcs-app.d.ts +25 -0
  33. package/lib/model/idcs-app.js +29 -0
  34. package/lib/model/idcs-app.js.map +1 -0
  35. package/lib/model/index.d.ts +54 -0
  36. package/lib/model/index.js +77 -0
  37. package/lib/model/index.js.map +1 -0
  38. package/lib/model/operation-status.d.ts +34 -0
  39. package/lib/model/operation-status.js +45 -0
  40. package/lib/model/operation-status.js.map +1 -0
  41. package/lib/model/operation-type.d.ts +30 -0
  42. package/lib/model/operation-type.js +41 -0
  43. package/lib/model/operation-type.js.map +1 -0
  44. package/lib/model/sort-order.d.ts +30 -0
  45. package/lib/model/sort-order.js +41 -0
  46. package/lib/model/sort-order.js.map +1 -0
  47. package/lib/model/update-api-platform-instance-details.d.ts +43 -0
  48. package/lib/model/update-api-platform-instance-details.js +29 -0
  49. package/lib/model/update-api-platform-instance-details.js.map +1 -0
  50. package/lib/model/uris.d.ts +29 -0
  51. package/lib/model/uris.js +29 -0
  52. package/lib/model/uris.js.map +1 -0
  53. package/lib/model/work-request-error-collection.d.ts +26 -0
  54. package/lib/model/work-request-error-collection.js +61 -0
  55. package/lib/model/work-request-error-collection.js.map +1 -0
  56. package/lib/model/work-request-error.d.ts +37 -0
  57. package/lib/model/work-request-error.js +29 -0
  58. package/lib/model/work-request-error.js.map +1 -0
  59. package/lib/model/work-request-log-entry-collection.d.ts +26 -0
  60. package/lib/model/work-request-log-entry-collection.js +61 -0
  61. package/lib/model/work-request-log-entry-collection.js.map +1 -0
  62. package/lib/model/work-request-log-entry.d.ts +31 -0
  63. package/lib/model/work-request-log-entry.js +29 -0
  64. package/lib/model/work-request-log-entry.js.map +1 -0
  65. package/lib/model/work-request-resource-metadata-key.d.ts +27 -0
  66. package/lib/model/work-request-resource-metadata-key.js +38 -0
  67. package/lib/model/work-request-resource-metadata-key.js.map +1 -0
  68. package/lib/model/work-request-resource.d.ts +48 -0
  69. package/lib/model/work-request-resource.js +29 -0
  70. package/lib/model/work-request-resource.js.map +1 -0
  71. package/lib/model/work-request-summary-collection.d.ts +26 -0
  72. package/lib/model/work-request-summary-collection.js +61 -0
  73. package/lib/model/work-request-summary-collection.js.map +1 -0
  74. package/lib/model/work-request-summary.d.ts +73 -0
  75. package/lib/model/work-request-summary.js +61 -0
  76. package/lib/model/work-request-summary.js.map +1 -0
  77. package/lib/model/work-request.d.ts +76 -0
  78. package/lib/model/work-request.js +61 -0
  79. package/lib/model/work-request.js.map +1 -0
  80. package/lib/request/change-api-platform-instance-compartment-request.d.ts +52 -0
  81. package/lib/request/change-api-platform-instance-compartment-request.js +15 -0
  82. package/lib/request/change-api-platform-instance-compartment-request.js.map +1 -0
  83. package/lib/request/create-api-platform-instance-request.d.ts +40 -0
  84. package/lib/request/create-api-platform-instance-request.js +15 -0
  85. package/lib/request/create-api-platform-instance-request.js.map +1 -0
  86. package/lib/request/delete-api-platform-instance-request.d.ts +38 -0
  87. package/lib/request/delete-api-platform-instance-request.js +15 -0
  88. package/lib/request/delete-api-platform-instance-request.js.map +1 -0
  89. package/lib/request/get-api-platform-instance-request.d.ts +30 -0
  90. package/lib/request/get-api-platform-instance-request.js +15 -0
  91. package/lib/request/get-api-platform-instance-request.js.map +1 -0
  92. package/lib/request/get-work-request-request.d.ts +30 -0
  93. package/lib/request/get-work-request-request.js +15 -0
  94. package/lib/request/get-work-request-request.js.map +1 -0
  95. package/lib/request/index.d.ts +32 -0
  96. package/lib/request/index.js +43 -0
  97. package/lib/request/index.js.map +1 -0
  98. package/lib/request/list-api-platform-instances-request.d.ts +75 -0
  99. package/lib/request/list-api-platform-instances-request.js +24 -0
  100. package/lib/request/list-api-platform-instances-request.js.map +1 -0
  101. package/lib/request/list-work-request-errors-request.d.ts +59 -0
  102. package/lib/request/list-work-request-errors-request.js +23 -0
  103. package/lib/request/list-work-request-errors-request.js.map +1 -0
  104. package/lib/request/list-work-request-logs-request.d.ts +59 -0
  105. package/lib/request/list-work-request-logs-request.js +23 -0
  106. package/lib/request/list-work-request-logs-request.js.map +1 -0
  107. package/lib/request/list-work-requests-request.d.ts +71 -0
  108. package/lib/request/list-work-requests-request.js +23 -0
  109. package/lib/request/list-work-requests-request.js.map +1 -0
  110. package/lib/request/update-api-platform-instance-request.d.ts +43 -0
  111. package/lib/request/update-api-platform-instance-request.js +15 -0
  112. package/lib/request/update-api-platform-instance-request.js.map +1 -0
  113. package/lib/response/change-api-platform-instance-compartment-response.d.ts +20 -0
  114. package/lib/response/change-api-platform-instance-compartment-response.js +15 -0
  115. package/lib/response/change-api-platform-instance-compartment-response.js.map +1 -0
  116. package/lib/response/create-api-platform-instance-response.d.ts +44 -0
  117. package/lib/response/create-api-platform-instance-response.js +15 -0
  118. package/lib/response/create-api-platform-instance-response.js.map +1 -0
  119. package/lib/response/delete-api-platform-instance-response.d.ts +26 -0
  120. package/lib/response/delete-api-platform-instance-response.js +15 -0
  121. package/lib/response/delete-api-platform-instance-response.js.map +1 -0
  122. package/lib/response/get-api-platform-instance-response.d.ts +30 -0
  123. package/lib/response/get-api-platform-instance-response.js +15 -0
  124. package/lib/response/get-api-platform-instance-response.js.map +1 -0
  125. package/lib/response/get-work-request-response.d.ts +34 -0
  126. package/lib/response/get-work-request-response.js +15 -0
  127. package/lib/response/get-work-request-response.js.map +1 -0
  128. package/lib/response/index.d.ts +32 -0
  129. package/lib/response/index.js +15 -0
  130. package/lib/response/index.js.map +1 -0
  131. package/lib/response/list-api-platform-instances-response.d.ts +31 -0
  132. package/lib/response/list-api-platform-instances-response.js +15 -0
  133. package/lib/response/list-api-platform-instances-response.js.map +1 -0
  134. package/lib/response/list-work-request-errors-response.d.ts +31 -0
  135. package/lib/response/list-work-request-errors-response.js +15 -0
  136. package/lib/response/list-work-request-errors-response.js.map +1 -0
  137. package/lib/response/list-work-request-logs-response.d.ts +31 -0
  138. package/lib/response/list-work-request-logs-response.js +15 -0
  139. package/lib/response/list-work-request-logs-response.js.map +1 -0
  140. package/lib/response/list-work-requests-response.d.ts +31 -0
  141. package/lib/response/list-work-requests-response.js +15 -0
  142. package/lib/response/list-work-requests-response.js.map +1 -0
  143. package/lib/response/update-api-platform-instance-response.d.ts +30 -0
  144. package/lib/response/update-api-platform-instance-response.js +15 -0
  145. package/lib/response/update-api-platform-instance-response.js.map +1 -0
  146. package/package.json +29 -0
@@ -0,0 +1,576 @@
1
+
2
+ ------------------------ Third Party Components ------------------------
3
+ ------------------------ Fourth Party Components -----------------------
4
+ ------------------------------- Licenses -------------------------------
5
+ - Apache License 2.0
6
+ - BSD 3-Clause
7
+ - MIT License
8
+ - WTFPL
9
+ - ISC License
10
+
11
+
12
+ ======================== Third Party Components ========================
13
+
14
+ isomorphic-fetch
15
+ * Copyright (c) 2015 Matt Andrews
16
+ * License: MIT License
17
+ * Source code: https://github.com/matthew-andrews/isomorphic-fetch
18
+ * Project home: https://github.com/matthew-andrews/isomorphic-fetch
19
+
20
+ jsSHA
21
+ * Copyright (c) 2008-2020 Brian Turek, 1998-2009 Paul Johnston & Contributors
22
+ * License: BSD 3-Clause "New" or "Revised" License
23
+ * Source code: https://github.com/Caligatio/jsSHA
24
+ * Project home: https://github.com/Caligatio/jsSHA
25
+
26
+ sshpk
27
+ * Copyright Joyent, Inc. All rights reserved.
28
+ * License: MIT License
29
+ * Source code: https://github.com/joyent/node-sshpk
30
+ * Project home: https://github.com/joyent/node-sshpk
31
+
32
+ node-http-signature
33
+ * Copyright Joyent, Inc. All rights reserved.
34
+ * License: MIT License
35
+ * Source code: https://github.com/joyent/node-http-signature
36
+ * Project home: https://github.com/joyent/node-http-signature
37
+
38
+ es6-promise
39
+ * (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors
40
+ * License: MIT License
41
+ * Source code: https://github.com/stefanpenner/es6-promise
42
+ * Project home: https://github.com/stefanpenner/es6-promise
43
+
44
+ jsonwebtoken
45
+ * Copyright (c) 2015 Auth0, Inc. <support@auth0.com> (http://auth0.com)
46
+ * License: MIT License
47
+ * Source code: https://github.com/auth0/node-jsonwebtoken
48
+ * Project home: https://github.com/auth0/node-jsonwebtoken
49
+
50
+ opossum
51
+ * License: Apache License 2.0
52
+ * Source code: https://github.com/nodeshift/opossum
53
+ * Project home: https://nodeshift.dev/opossum
54
+
55
+ random-number-csprng
56
+ * License : WTFPL or CC0
57
+ * Source Code : https://github.com/joepie91/node-random-number-csprn
58
+ * Project home : https://github.com/joepie91/node-random-number-csprng#readme
59
+
60
+ uuid
61
+ * Copyright (c) 2010-2020 Robert Kieffer and other contributors
62
+ * License : MIT License
63
+ * Source Code : https://github.com/uuidjs/uuid
64
+ * Project home : https://github.com/uuidjs/uuid#readme
65
+
66
+
67
+ ======================= Fourth Party Components ========================
68
+
69
+ asn1
70
+ * Copyright (c) 2011 Mark Cavage, All rights reserved.
71
+ * License : MIT License
72
+ * Source Code : https://github.com/joyent/node-asn1
73
+
74
+ assert-plus
75
+ * Copyright (c) 2018, Joyent, Inc. and assert-plus authors
76
+ * License : MIT License
77
+ * Source Code : https://github.com/joyent/node-assert-plus
78
+
79
+ dashdash
80
+ * Copyright (c) 2013 Trent Mick. All rights reserved. Copyright (c) 2013 Joyent Inc. All rights reserved.
81
+ * License : MIT License
82
+ * Source Code : https://github.com/trentm/node-dashdash
83
+
84
+ getpass
85
+ * Copyright Joyent, Inc. All rights reserved.
86
+ * License : MIT License
87
+ * Source Code : https://github.com/arekinath/node-getpass
88
+
89
+ safer-buffer
90
+ * Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>
91
+ * License : MIT License
92
+ * Source Code : https://github.com/ChALkeR/safer-buffer
93
+
94
+ jsbn
95
+ * Copyright (c) 2003-2005 Tom Wu. All Rights Reserved.
96
+ * License : MIT License
97
+ * Source Code : https://github.com/andyperlitch/jsbn
98
+
99
+ tweetnacl
100
+ * License : The Unlicense
101
+ * Source Code : https://github.com/dchest/tweetnacl-js
102
+
103
+ ecc-jsb
104
+ * Copyright (c) 2014 Jeremie Miller
105
+ * License : MIT License
106
+ * Source Code : https://github.com/aduh95/ecc-jsbn
107
+
108
+ bcrypt-pbkdf
109
+ Blowfish block cipher for OpenBSD
110
+ * Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> All rights reserved.
111
+ * License : MIT License
112
+ * Source Code : https://github.com/joyent/node-bcrypt-pbkdf
113
+
114
+ bcrypt_pbkdf
115
+ * Copyright (c) 2013 Ted Unangst <tedu@openbsd.org>
116
+ * License : MIT License
117
+ * Source Code : https://github.com/joyent/node-bcrypt-pbkdf
118
+
119
+ Performance improvements (Javascript-specific):
120
+ * Copyright 2016, Joyent Inc. Author: Alex Wilson <alex.wilson@joyent.com>
121
+ * License : MIT License
122
+ * Source Code : https://github.com/joyent/node-bcrypt-pbkdf
123
+
124
+ jsprim
125
+ * Copyright (c) 2012, Joyent, Inc. All rights reserved.
126
+ * License : MIT License
127
+ * Source Code : https://github.com/joyent/node-jsprim
128
+
129
+ log4js-node
130
+ * Copyright 2015 Gareth Jones (with contributions from many other people)
131
+ * License : Apache License, Version 2.0
132
+ * Source Code : https://github.com/log4js-node/log4js-node
133
+
134
+ date-format
135
+ * Copyright (c) 2013 Gareth Jones
136
+ * License : MIT License
137
+ * Source Code : https://github.com/nomiddlename/date-format
138
+
139
+ debug
140
+ * Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>
141
+ * License : MIT License
142
+ * Source Code : https://github.com/debug-js/debug
143
+
144
+ flatted
145
+ * Copyright (c) 2018, Andrea Giammarchi, @WebReflection
146
+ * License : ISC License
147
+ * Source Code : https://github.com/WebReflection/flatted
148
+
149
+ rfdc
150
+ * Copyright 2019 "David Mark Clements <david.mark.clements@gmail.com>"
151
+ * License : MIT License
152
+ * Source Code : https://github.com/davidmarkclements/rfdc
153
+
154
+ streamroller
155
+ * Copyright (c) 2013 Gareth Jones
156
+ * License : The MIT License (MIT)
157
+ * Source Code : https://github.com/log4js-node/streamroller
158
+
159
+ await-semaphore
160
+ * Copyright (c) 2016 Emma Kuo
161
+ * License : The MIT License (MIT)
162
+ * Source Code : https://github.com/notenoughneon/await-semaphore
163
+
164
+ jws
165
+ * Copyright (c) 2013 Brian J. Brennan
166
+ * License : The MIT License (MIT)
167
+ * Source Code : https://github.com/auth0/node-jws
168
+
169
+ jwa
170
+ * Copyright (c) 2013 Brian J. Brennan
171
+ * License : The MIT License (MIT)
172
+ * Source Code : https://github.com/auth0/node-jwa
173
+
174
+ buffer-equal-constant-time
175
+ * Copyright 2013 GoInstant Inc., a salesforce.com company
176
+ * License : BSD 3-clause
177
+ * Source Code : https://www.npmjs.com/package/buffer-equal-constant-time
178
+
179
+ ecdsa-sig-formatter
180
+ * Copyright 2015 D2L Corporation
181
+ * License : Apache License 2.0
182
+ * Source Code : https://github.com/Brightspace/node-ecdsa-sig-formatter
183
+
184
+ safe-buffer
185
+ * Copyright Copyright (c) Feross Aboukhadijeh
186
+ * License : The MIT License (MIT)
187
+ * Source Code : https://github.com/feross/safe-buffer
188
+
189
+ lodash.includes, lodash.isboolean, lodash.isinteger, lodash.isnumber, lodash.isplainobject, lodash.isstring, lodash.once
190
+ * Copyright JS Foundation and other contributors <https://js.foundation/>
191
+ * License : The MIT License (MIT)
192
+ * Source Code : https://github.com/lodash/lodash
193
+
194
+ node-fetch
195
+ * Copyright (c) 2016 David Frank
196
+ * License : The MIT License (MIT)
197
+ * Source Code : https://github.com/node-fetch/node-fetch
198
+
199
+ encoding
200
+ * Copyright (c) 2012-2014 Andris Reinman
201
+ * License : The MIT License (MIT)
202
+ * Source Code : https://github.com/andris9/encoding
203
+
204
+ is-stream
205
+ * Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
206
+ * License : The MIT License (MIT)
207
+ * Source Code : https://github.com/sindresorhus/is-stream
208
+
209
+ fetch-blob
210
+ * Copyright (c) 2019 David Frank
211
+ * License : The MIT License (MIT)
212
+ * Source Code : https://github.com/node-fetch/fetch-blob
213
+
214
+ node-domexception
215
+ * Copyright (c) 2021 Jimmy Wärting
216
+ * License : The MIT License (MIT)
217
+ * Source Code : https://github.com/jimmywarting/node-domexception
218
+
219
+ node-domexception
220
+ * Copyright (c) 2020 Mattias Buelens. Copyright (c) 2016 Diwank Singh Tomer
221
+ * License : The MIT License (MIT)
222
+ * Source Code : https://github.com/MattiasBuelens/web-streams-polyfill
223
+
224
+ formdata-polyfill
225
+ * Copyright (c) 2016 Jimmy Karl Roland Wärting
226
+ * License : The MIT License (MIT)
227
+ * Source Code : https://github.com/jimmywarting/FormData
228
+
229
+ data-uri-to-buffer
230
+ * Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
231
+ * License : The MIT License (MIT)
232
+ * Source Code : https://github.com/TooTallNate/node-data-uri-to-buffer
233
+
234
+ extsprintf
235
+ * Copyright (c) 2012, Joyent, Inc. All rights reserved.
236
+ * License : The MIT License (MIT)
237
+ * Source Code : https://github.com/joyent/node-extsprintf
238
+
239
+ json-schema
240
+ * Copyright (c) 2005-2015, The Dojo Foundation. All rights reserved.
241
+ * License : BSD-3-Clause
242
+ * Source Code : https://github.com/kriszyp/json-schema
243
+
244
+ verror
245
+ * Copyright (c) 2016, Joyent, Inc. All rights reserved.
246
+ * License : The MIT License (MIT)
247
+ * Source Code : https://github.com/joyent/node-verror
248
+
249
+ core-util-is
250
+ * Copyright Node.js contributors. All rights reserved.
251
+ * License : The MIT License (MIT)
252
+ * Source Code : https://github.com/isaacs/core-util-is
253
+
254
+ ms
255
+ * Copyright (c) 2020 Vercel, Inc.
256
+ * License : The MIT License (MIT)
257
+ * Source Code : https://github.com/vercel/ms
258
+
259
+ semver
260
+ * Copyright (c) Isaac Z. Schlueter and Contributors
261
+ * License : ISC License
262
+ * Source Code : https://github.com/npm/node-semver
263
+
264
+ lru-cache
265
+ * Copyright (c) 2010-2022 Isaac Z. Schlueter and Contributors
266
+ * License : ISC License
267
+ * Source Code : https://github.com/isaacs/node-lru-cache
268
+
269
+ create-error
270
+ * Copyright (c) 2013 Tim Griesser
271
+ * License : The MIT License (MIT)
272
+ * Source Code : https://github.com/tgriesser/create-error
273
+
274
+ bluebird
275
+ * Copyright (c) 2013-2018 Petka Antonov
276
+ * License : The MIT License (MIT)
277
+ * Source Code : https://github.com/petkaantonov/bluebird
278
+
279
+
280
+
281
+ =============================== Licenses ===============================
282
+
283
+ -------------------------- Apache License 2.0 --------------------------
284
+
285
+ Apache License
286
+ Version 2.0, January 2004
287
+ http://www.apache.org/licenses/
288
+
289
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
290
+
291
+ 1. Definitions.
292
+
293
+ "License" shall mean the terms and conditions for use, reproduction,
294
+ and distribution as defined by Sections 1 through 9 of this document.
295
+
296
+ "Licensor" shall mean the copyright owner or entity authorized by
297
+ the copyright owner that is granting the License.
298
+
299
+ "Legal Entity" shall mean the union of the acting entity and all
300
+ other entities that control, are controlled by, or are under common
301
+ control with that entity. For the purposes of this definition,
302
+ "control" means (i) the power, direct or indirect, to cause the
303
+ direction or management of such entity, whether by contract or
304
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
305
+ outstanding shares, or (iii) beneficial ownership of such entity.
306
+
307
+ "You" (or "Your") shall mean an individual or Legal Entity
308
+ exercising permissions granted by this License.
309
+
310
+ "Source" form shall mean the preferred form for making modifications,
311
+ including but not limited to software source code, documentation
312
+ source, and configuration files.
313
+
314
+ "Object" form shall mean any form resulting from mechanical
315
+ transformation or translation of a Source form, including but
316
+ not limited to compiled object code, generated documentation,
317
+ and conversions to other media types.
318
+
319
+ "Work" shall mean the work of authorship, whether in Source or
320
+ Object form, made available under the License, as indicated by a
321
+ copyright notice that is included in or attached to the work
322
+ (an example is provided in the Appendix below).
323
+
324
+ "Derivative Works" shall mean any work, whether in Source or Object
325
+ form, that is based on (or derived from) the Work and for which the
326
+ editorial revisions, annotations, elaborations, or other modifications
327
+ represent, as a whole, an original work of authorship. For the purposes
328
+ of this License, Derivative Works shall not include works that remain
329
+ separable from, or merely link (or bind by name) to the interfaces of,
330
+ the Work and Derivative Works thereof.
331
+
332
+ "Contribution" shall mean any work of authorship, including
333
+ the original version of the Work and any modifications or additions
334
+ to that Work or Derivative Works thereof, that is intentionally
335
+ submitted to Licensor for inclusion in the Work by the copyright owner
336
+ or by an individual or Legal Entity authorized to submit on behalf of
337
+ the copyright owner. For the purposes of this definition, "submitted"
338
+ means any form of electronic, verbal, or written communication sent
339
+ to the Licensor or its representatives, including but not limited to
340
+ communication on electronic mailing lists, source code control systems,
341
+ and issue tracking systems that are managed by, or on behalf of, the
342
+ Licensor for the purpose of discussing and improving the Work, but
343
+ excluding communication that is conspicuously marked or otherwise
344
+ designated in writing by the copyright owner as "Not a Contribution."
345
+
346
+ "Contributor" shall mean Licensor and any individual or Legal Entity
347
+ on behalf of whom a Contribution has been received by Licensor and
348
+ subsequently incorporated within the Work.
349
+
350
+ 2. Grant of Copyright License. Subject to the terms and conditions of
351
+ this License, each Contributor hereby grants to You a perpetual,
352
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
353
+ copyright license to reproduce, prepare Derivative Works of,
354
+ publicly display, publicly perform, sublicense, and distribute the
355
+ Work and such Derivative Works in Source or Object form.
356
+
357
+ 3. Grant of Patent License. Subject to the terms and conditions of
358
+ this License, each Contributor hereby grants to You a perpetual,
359
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
360
+ (except as stated in this section) patent license to make, have made,
361
+ use, offer to sell, sell, import, and otherwise transfer the Work,
362
+ where such license applies only to those patent claims licensable
363
+ by such Contributor that are necessarily infringed by their
364
+ Contribution(s) alone or by combination of their Contribution(s)
365
+ with the Work to which such Contribution(s) was submitted. If You
366
+ institute patent litigation against any entity (including a
367
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
368
+ or a Contribution incorporated within the Work constitutes direct
369
+ or contributory patent infringement, then any patent licenses
370
+ granted to You under this License for that Work shall terminate
371
+ as of the date such litigation is filed.
372
+
373
+ 4. Redistribution. You may reproduce and distribute copies of the
374
+ Work or Derivative Works thereof in any medium, with or without
375
+ modifications, and in Source or Object form, provided that You
376
+ meet the following conditions:
377
+
378
+ (a) You must give any other recipients of the Work or
379
+ Derivative Works a copy of this License; and
380
+
381
+ (b) You must cause any modified files to carry prominent notices
382
+ stating that You changed the files; and
383
+
384
+ (c) You must retain, in the Source form of any Derivative Works
385
+ that You distribute, all copyright, patent, trademark, and
386
+ attribution notices from the Source form of the Work,
387
+ excluding those notices that do not pertain to any part of
388
+ the Derivative Works; and
389
+
390
+ (d) If the Work includes a "NOTICE" text file as part of its
391
+ distribution, then any Derivative Works that You distribute must
392
+ include a readable copy of the attribution notices contained
393
+ within such NOTICE file, excluding those notices that do not
394
+ pertain to any part of the Derivative Works, in at least one
395
+ of the following places: within a NOTICE text file distributed
396
+ as part of the Derivative Works; within the Source form or
397
+ documentation, if provided along with the Derivative Works; or,
398
+ within a display generated by the Derivative Works, if and
399
+ wherever such third-party notices normally appear. The contents
400
+ of the NOTICE file are for informational purposes only and
401
+ do not modify the License. You may add Your own attribution
402
+ notices within Derivative Works that You distribute, alongside
403
+ or as an addendum to the NOTICE text from the Work, provided
404
+ that such additional attribution notices cannot be construed
405
+ as modifying the License.
406
+
407
+ You may add Your own copyright statement to Your modifications and
408
+ may provide additional or different license terms and conditions
409
+ for use, reproduction, or distribution of Your modifications, or
410
+ for any such Derivative Works as a whole, provided Your use,
411
+ reproduction, and distribution of the Work otherwise complies with
412
+ the conditions stated in this License.
413
+
414
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
415
+ any Contribution intentionally submitted for inclusion in the Work
416
+ by You to the Licensor shall be under the terms and conditions of
417
+ this License, without any additional terms or conditions.
418
+ Notwithstanding the above, nothing herein shall supersede or modify
419
+ the terms of any separate license agreement you may have executed
420
+ with Licensor regarding such Contributions.
421
+
422
+ 6. Trademarks. This License does not grant permission to use the trade
423
+ names, trademarks, service marks, or product names of the Licensor,
424
+ except as required for reasonable and customary use in describing the
425
+ origin of the Work and reproducing the content of the NOTICE file.
426
+
427
+ 7. Disclaimer of Warranty. Unless required by applicable law or
428
+ agreed to in writing, Licensor provides the Work (and each
429
+ Contributor provides its Contributions) on an "AS IS" BASIS,
430
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
431
+ implied, including, without limitation, any warranties or conditions
432
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
433
+ PARTICULAR PURPOSE. You are solely responsible for determining the
434
+ appropriateness of using or redistributing the Work and assume any
435
+ risks associated with Your exercise of permissions under this License.
436
+
437
+ 8. Limitation of Liability. In no event and under no legal theory,
438
+ whether in tort (including negligence), contract, or otherwise,
439
+ unless required by applicable law (such as deliberate and grossly
440
+ negligent acts) or agreed to in writing, shall any Contributor be
441
+ liable to You for damages, including any direct, indirect, special,
442
+ incidental, or consequential damages of any character arising as a
443
+ result of this License or out of the use or inability to use the
444
+ Work (including but not limited to damages for loss of goodwill,
445
+ work stoppage, computer failure or malfunction, or any and all
446
+ other commercial damages or losses), even if such Contributor
447
+ has been advised of the possibility of such damages.
448
+
449
+ 9. Accepting Warranty or Additional Liability. While redistributing
450
+ the Work or Derivative Works thereof, You may choose to offer,
451
+ and charge a fee for, acceptance of support, warranty, indemnity,
452
+ or other liability obligations and/or rights consistent with this
453
+ License. However, in accepting such obligations, You may act only
454
+ on Your own behalf and on Your sole responsibility, not on behalf
455
+ of any other Contributor, and only if You agree to indemnify,
456
+ defend, and hold each Contributor harmless for any liability
457
+ incurred by, or claims asserted against, such Contributor by reason
458
+ of your accepting any such warranty or additional liability.
459
+
460
+ END OF TERMS AND CONDITIONS
461
+
462
+ APPENDIX: How to apply the Apache License to your work.
463
+
464
+ To apply the Apache License to your work, attach the following
465
+ boilerplate notice, with the fields enclosed by brackets "[]"
466
+ replaced with your own identifying information. (Don't include
467
+ the brackets!) The text should be enclosed in the appropriate
468
+ comment syntax for the file format. We also recommend that a
469
+ file or class name and description of purpose be included on the
470
+ same "printed page" as the copyright notice for easier
471
+ identification within third-party archives.
472
+
473
+ Copyright [yyyy] [name of copyright owner]
474
+
475
+ Licensed under the Apache License, Version 2.0 (the "License");
476
+ you may not use this file except in compliance with the License.
477
+ You may obtain a copy of the License at
478
+
479
+ http://www.apache.org/licenses/LICENSE-2.0
480
+
481
+ Unless required by applicable law or agreed to in writing, software
482
+ distributed under the License is distributed on an "AS IS" BASIS,
483
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
484
+ See the License for the specific language governing permissions and
485
+ limitations under the License.
486
+
487
+ ------------------------------------------------------------------------
488
+
489
+ ----------------------------- BSD 3-Clause -----------------------------
490
+
491
+ Redistribution and use in source and binary forms, with or without
492
+ modification,are permitted provided that the following conditions are
493
+ met:
494
+
495
+ 1. Redistributions of source code must retain the above copyright
496
+ notice, this list of conditions and the following disclaimer.
497
+
498
+ 2. Redistributions in binary form must reproduce the above copyright
499
+ notice, this list of conditions and the following disclaimer in the
500
+ documentation and/or other materials provided with the distribution.
501
+
502
+ 3. Neither the name of the copyright holder nor the names of its
503
+ contributors may be used to endorse or promote products derived from
504
+ this software without specific prior written permission.
505
+
506
+
507
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
508
+ IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
509
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
510
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
511
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
512
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
513
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
514
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
515
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
516
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
517
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
518
+
519
+
520
+ ------------------------------------------------------------------------
521
+
522
+ ------------------------------ MIT License -----------------------------
523
+
524
+ Permission is hereby granted, free of charge, to any person obtaining a copy
525
+ of this software and associated documentation files (the "Software"), to deal
526
+ in the Software without restriction, including without limitation the rights
527
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
528
+ copies of the Software, and to permit persons to whom the Software is
529
+ furnished to do so, subject to the following conditions:
530
+
531
+ The above copyright notice and this permission notice shall be included in
532
+ all copies or substantial portions of the Software.
533
+
534
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
535
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
536
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
537
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
538
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
539
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
540
+ THE SOFTWARE.
541
+
542
+ ------------------------------------------------------------------------
543
+
544
+ ------------------------------ WTFPL -----------------------------------
545
+
546
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
547
+ Version 2, December 2004
548
+
549
+ Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
550
+
551
+ Everyone is permitted to copy and distribute verbatim or modified
552
+ copies of this license document, and changing it is allowed as long
553
+ as the name is changed.
554
+
555
+ DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
556
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
557
+
558
+ 0. You just DO WHAT THE FUCK YOU WANT TO.
559
+
560
+ ------------------------------------------------------------------------
561
+
562
+ ------------------------------ ISC License -----------------------------
563
+
564
+ Permission to use, copy, modify, and/or distribute this software for any
565
+ purpose with or without fee is hereby granted, provided that the above
566
+ copyright notice and this permission notice appear in all copies.
567
+
568
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
569
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
570
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
571
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
572
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
573
+ OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
574
+ PERFORMANCE OF THIS SOFTWARE.
575
+
576
+ ------------------------------------------------------------------------
package/index.d.ts ADDED
@@ -0,0 +1,22 @@
1
+ /**
2
+ * APIP Control Plane API
3
+ * Control Plane designed to manage lifecycle of APIP Instances
4
+ * OpenAPI spec version: 20240829
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as requests from "./lib/request";
14
+ import * as models from "./lib/model";
15
+ import * as responses from "./lib/response";
16
+ import * as client from "./lib/client";
17
+ import * as apiplatform_waiter from "./lib/apiplatform-waiter";
18
+ export { models };
19
+ export { requests };
20
+ export { responses };
21
+ export import ApiPlatformClient = client.ApiPlatformClient;
22
+ export import ApiPlatformWaiter = apiplatform_waiter.ApiPlatformWaiter;
package/index.js ADDED
@@ -0,0 +1,45 @@
1
+ "use strict";
2
+ /**
3
+ * APIP Control Plane API
4
+ * Control Plane designed to manage lifecycle of APIP Instances
5
+ * OpenAPI spec version: 20240829
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
12
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
13
+ */
14
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
15
+ if (k2 === undefined) k2 = k;
16
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
17
+ }) : (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ o[k2] = m[k];
20
+ }));
21
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
22
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
23
+ }) : function(o, v) {
24
+ o["default"] = v;
25
+ });
26
+ var __importStar = (this && this.__importStar) || function (mod) {
27
+ if (mod && mod.__esModule) return mod;
28
+ var result = {};
29
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
30
+ __setModuleDefault(result, mod);
31
+ return result;
32
+ };
33
+ Object.defineProperty(exports, "__esModule", { value: true });
34
+ exports.ApiPlatformWaiter = exports.ApiPlatformClient = exports.responses = exports.requests = exports.models = void 0;
35
+ const requests = __importStar(require("./lib/request"));
36
+ exports.requests = requests;
37
+ const models = __importStar(require("./lib/model"));
38
+ exports.models = models;
39
+ const responses = __importStar(require("./lib/response"));
40
+ exports.responses = responses;
41
+ const client = __importStar(require("./lib/client"));
42
+ const apiplatform_waiter = __importStar(require("./lib/apiplatform-waiter"));
43
+ exports.ApiPlatformClient = client.ApiPlatformClient;
44
+ exports.ApiPlatformWaiter = apiplatform_waiter.ApiPlatformWaiter;
45
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/apiplatform/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAOjC,4BAAQ;AANjB,oDAAsC;AAK7B,wBAAM;AAJf,0DAA4C;AAMnC,8BAAS;AALlB,qDAAuC;AACvC,6EAA+D;AAKjD,QAAA,iBAAiB,GAAG,MAAM,CAAC,iBAAiB,CAAC;AAC7C,QAAA,iBAAiB,GAAG,kBAAkB,CAAC,iBAAiB,CAAC"}
@@ -0,0 +1,36 @@
1
+ /**
2
+ * APIP Control Plane API
3
+ * Control Plane designed to manage lifecycle of APIP Instances
4
+ * OpenAPI spec version: 20240829
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
11
+ * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
12
+ */
13
+ import * as serviceRequests from "./request";
14
+ import * as serviceResponses from "./response";
15
+ import * as models from "./model";
16
+ import { ApiPlatformClient } from "./client";
17
+ export declare class ApiPlatformWaiter {
18
+ private client;
19
+ private readonly config?;
20
+ constructor(client: ApiPlatformClient, config?: Partial<import("oci-common/lib/waiter").WaiterConfigurationDetails> | undefined);
21
+ /**
22
+ * Waits forApiPlatformInstance till it reaches any of the provided states
23
+ *
24
+ * @param request the request to send
25
+ * @param targetStates the desired states to wait for. The waiter will return once the resource reaches any of the provided states
26
+ * @return response returns GetApiPlatformInstanceResponse | null (null in case of 404 response)
27
+ */
28
+ forApiPlatformInstance(request: serviceRequests.GetApiPlatformInstanceRequest, ...targetStates: models.ApiPlatformInstance.LifecycleState[]): Promise<serviceResponses.GetApiPlatformInstanceResponse | null>;
29
+ /**
30
+ * Waits forWorkRequest
31
+ *
32
+ * @param request the request to send
33
+ * @return response returns GetWorkRequestResponse
34
+ */
35
+ forWorkRequest(request: serviceRequests.GetWorkRequestRequest): Promise<serviceResponses.GetWorkRequestResponse>;
36
+ }