oci-functions 2.54.0 → 2.55.1

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 (110) hide show
  1. package/lib/client.d.ts +66 -12
  2. package/lib/client.js +356 -12
  3. package/lib/client.js.map +1 -1
  4. package/lib/functionsmanagement-waiter.d.ts +16 -0
  5. package/lib/functionsmanagement-waiter.js +24 -0
  6. package/lib/functionsmanagement-waiter.js.map +1 -1
  7. package/lib/model/config-details.d.ts +34 -0
  8. package/lib/model/config-details.js +30 -0
  9. package/lib/model/config-details.js.map +1 -0
  10. package/lib/model/create-function-details.d.ts +2 -1
  11. package/lib/model/create-function-details.js +6 -0
  12. package/lib/model/create-function-details.js.map +1 -1
  13. package/lib/model/function-source-details.d.ts +24 -0
  14. package/lib/model/function-source-details.js +69 -0
  15. package/lib/model/function-source-details.js.map +1 -0
  16. package/lib/model/function-summary.d.ts +2 -15
  17. package/lib/model/function-summary.js +6 -15
  18. package/lib/model/function-summary.js.map +1 -1
  19. package/lib/model/function.d.ts +1 -0
  20. package/lib/model/function.js +6 -0
  21. package/lib/model/function.js.map +1 -1
  22. package/lib/model/index.d.ts +30 -0
  23. package/lib/model/index.js +31 -1
  24. package/lib/model/index.js.map +1 -1
  25. package/lib/model/pbf-listing-summary.d.ts +82 -0
  26. package/lib/model/pbf-listing-summary.js +68 -0
  27. package/lib/model/pbf-listing-summary.js.map +1 -0
  28. package/lib/model/pbf-listing-version-summary.d.ts +89 -0
  29. package/lib/model/pbf-listing-version-summary.js +78 -0
  30. package/lib/model/pbf-listing-version-summary.js.map +1 -0
  31. package/lib/model/pbf-listing-version.d.ts +101 -0
  32. package/lib/model/pbf-listing-version.js +89 -0
  33. package/lib/model/pbf-listing-version.js.map +1 -0
  34. package/lib/model/pbf-listing-versions-collection.d.ts +29 -0
  35. package/lib/model/pbf-listing-versions-collection.js +62 -0
  36. package/lib/model/pbf-listing-versions-collection.js.map +1 -0
  37. package/lib/model/pbf-listing.d.ts +95 -0
  38. package/lib/model/pbf-listing.js +79 -0
  39. package/lib/model/pbf-listing.js.map +1 -0
  40. package/lib/model/pbf-listings-collection.d.ts +27 -0
  41. package/lib/model/pbf-listings-collection.js +62 -0
  42. package/lib/model/pbf-listings-collection.js.map +1 -0
  43. package/lib/model/policy-details.d.ts +30 -0
  44. package/lib/model/policy-details.js +30 -0
  45. package/lib/model/policy-details.js.map +1 -0
  46. package/lib/model/pre-built-function-source-details.d.ts +32 -0
  47. package/lib/model/pre-built-function-source-details.js +55 -0
  48. package/lib/model/pre-built-function-source-details.js.map +1 -0
  49. package/lib/model/publisher-details.d.ts +26 -0
  50. package/lib/model/publisher-details.js +30 -0
  51. package/lib/model/publisher-details.js.map +1 -0
  52. package/lib/model/requirement-details.d.ts +35 -0
  53. package/lib/model/requirement-details.js +62 -0
  54. package/lib/model/requirement-details.js.map +1 -0
  55. package/lib/model/trigger-summary.d.ts +26 -0
  56. package/lib/model/trigger-summary.js +30 -0
  57. package/lib/model/trigger-summary.js.map +1 -0
  58. package/lib/model/trigger.d.ts +26 -0
  59. package/lib/model/trigger.js +30 -0
  60. package/lib/model/trigger.js.map +1 -0
  61. package/lib/model/triggers-collection.d.ts +27 -0
  62. package/lib/model/triggers-collection.js +62 -0
  63. package/lib/model/triggers-collection.js.map +1 -0
  64. package/lib/request/change-application-compartment-request.d.ts +1 -1
  65. package/lib/request/create-application-request.d.ts +1 -1
  66. package/lib/request/create-function-request.d.ts +1 -1
  67. package/lib/request/delete-application-request.d.ts +1 -1
  68. package/lib/request/delete-function-request.d.ts +1 -1
  69. package/lib/request/get-application-request.d.ts +1 -1
  70. package/lib/request/get-function-request.d.ts +1 -1
  71. package/lib/request/get-pbf-listing-request.d.ts +28 -0
  72. package/lib/request/get-pbf-listing-request.js +15 -0
  73. package/lib/request/get-pbf-listing-request.js.map +1 -0
  74. package/lib/request/get-pbf-listing-version-request.d.ts +28 -0
  75. package/lib/request/get-pbf-listing-version-request.js +15 -0
  76. package/lib/request/get-pbf-listing-version-request.js.map +1 -0
  77. package/lib/request/index.d.ts +10 -0
  78. package/lib/request/index.js +7 -1
  79. package/lib/request/index.js.map +1 -1
  80. package/lib/request/invoke-function-request.d.ts +1 -1
  81. package/lib/request/list-applications-request.d.ts +1 -1
  82. package/lib/request/list-functions-request.d.ts +1 -1
  83. package/lib/request/list-pbf-listing-versions-request.d.ts +83 -0
  84. package/lib/request/list-pbf-listing-versions-request.js +29 -0
  85. package/lib/request/list-pbf-listing-versions-request.js.map +1 -0
  86. package/lib/request/list-pbf-listings-request.d.ts +83 -0
  87. package/lib/request/list-pbf-listings-request.js +29 -0
  88. package/lib/request/list-pbf-listings-request.js.map +1 -0
  89. package/lib/request/list-triggers-request.d.ts +54 -0
  90. package/lib/request/list-triggers-request.js +24 -0
  91. package/lib/request/list-triggers-request.js.map +1 -0
  92. package/lib/request/update-application-request.d.ts +1 -1
  93. package/lib/request/update-function-request.d.ts +1 -1
  94. package/lib/response/get-pbf-listing-response.d.ts +30 -0
  95. package/lib/response/get-pbf-listing-response.js +15 -0
  96. package/lib/response/get-pbf-listing-response.js.map +1 -0
  97. package/lib/response/get-pbf-listing-version-response.d.ts +30 -0
  98. package/lib/response/get-pbf-listing-version-response.js +15 -0
  99. package/lib/response/get-pbf-listing-version-response.js.map +1 -0
  100. package/lib/response/index.d.ts +10 -0
  101. package/lib/response/list-pbf-listing-versions-response.d.ts +32 -0
  102. package/lib/response/list-pbf-listing-versions-response.js +15 -0
  103. package/lib/response/list-pbf-listing-versions-response.js.map +1 -0
  104. package/lib/response/list-pbf-listings-response.d.ts +32 -0
  105. package/lib/response/list-pbf-listings-response.js +15 -0
  106. package/lib/response/list-pbf-listings-response.js.map +1 -0
  107. package/lib/response/list-triggers-response.d.ts +32 -0
  108. package/lib/response/list-triggers-response.js +15 -0
  109. package/lib/response/list-triggers-response.js.map +1 -0
  110. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"requirement-details.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/model/requirement-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,aAAa,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC9C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,UAAU,EAAE,GAAG,CAAC,QAAQ;gBACtB,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACtB,OAAO,KAAK,CAAC,aAAa,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Functions Service API
3
+ * API for the Functions service.
4
+
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ /**
15
+ * Summary of the Trigger.
16
+ */
17
+ export interface TriggerSummary {
18
+ /**
19
+ * A brief descriptive name for the PBF trigger.
20
+ */
21
+ "name": string;
22
+ }
23
+ export declare namespace TriggerSummary {
24
+ function getJsonObj(obj: TriggerSummary): object;
25
+ function getDeserializedJsonObj(obj: TriggerSummary): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Functions Service API
4
+ * API for the Functions service.
5
+
6
+ * OpenAPI spec version: 20181201
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.TriggerSummary = void 0;
17
+ var TriggerSummary;
18
+ (function (TriggerSummary) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ TriggerSummary.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ TriggerSummary.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(TriggerSummary = exports.TriggerSummary || (exports.TriggerSummary = {}));
30
+ //# sourceMappingURL=trigger-summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trigger-summary.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/model/trigger-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,cAAc,CAW9B;AAXD,WAAiB,cAAc;IAC7B,SAAgB,UAAU,CAAC,GAAmB;QAC5C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAmB;QACxD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,qCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,cAAc,GAAd,sBAAc,KAAd,sBAAc,QAW9B"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * Functions Service API
3
+ * API for the Functions service.
4
+
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ /**
15
+ * PBF specific triggers for activating a PBF.
16
+ */
17
+ export interface Trigger {
18
+ /**
19
+ * A brief descriptive name for the PBF trigger.
20
+ */
21
+ "name": string;
22
+ }
23
+ export declare namespace Trigger {
24
+ function getJsonObj(obj: Trigger): object;
25
+ function getDeserializedJsonObj(obj: Trigger): object;
26
+ }
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ /**
3
+ * Functions Service API
4
+ * API for the Functions service.
5
+
6
+ * OpenAPI spec version: 20181201
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
16
+ exports.Trigger = void 0;
17
+ var Trigger;
18
+ (function (Trigger) {
19
+ function getJsonObj(obj) {
20
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
21
+ return jsonObj;
22
+ }
23
+ Trigger.getJsonObj = getJsonObj;
24
+ function getDeserializedJsonObj(obj) {
25
+ const jsonObj = Object.assign(Object.assign({}, obj), {});
26
+ return jsonObj;
27
+ }
28
+ Trigger.getDeserializedJsonObj = getDeserializedJsonObj;
29
+ })(Trigger = exports.Trigger || (exports.Trigger = {}));
30
+ //# sourceMappingURL=trigger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"trigger.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/model/trigger.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;AAeH,IAAiB,OAAO,CAWvB;AAXD,WAAiB,OAAO;IACtB,SAAgB,UAAU,CAAC,GAAY;QACrC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAY;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,OAAO,GAAP,eAAO,KAAP,eAAO,QAWvB"}
@@ -0,0 +1,27 @@
1
+ /**
2
+ * Functions Service API
3
+ * API for the Functions service.
4
+
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ import * as model from "../model";
15
+ /**
16
+ * Results of a Trigger search. Contains boh TriggerSummary items and other information, such as metadata.
17
+ */
18
+ export interface TriggersCollection {
19
+ /**
20
+ * List of TriggerSummary.
21
+ */
22
+ "items": Array<model.TriggerSummary>;
23
+ }
24
+ export declare namespace TriggersCollection {
25
+ function getJsonObj(obj: TriggersCollection): object;
26
+ function getDeserializedJsonObj(obj: TriggersCollection): object;
27
+ }
@@ -0,0 +1,62 @@
1
+ "use strict";
2
+ /**
3
+ * Functions Service API
4
+ * API for the Functions service.
5
+
6
+ * OpenAPI spec version: 20181201
7
+ *
8
+ *
9
+ * NOTE: This class is auto generated by OracleSDKGenerator.
10
+ * Do not edit the class manually.
11
+ *
12
+ * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
13
+ * 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.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
18
+ }) : (function(o, m, k, k2) {
19
+ if (k2 === undefined) k2 = k;
20
+ o[k2] = m[k];
21
+ }));
22
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
23
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
24
+ }) : function(o, v) {
25
+ o["default"] = v;
26
+ });
27
+ var __importStar = (this && this.__importStar) || function (mod) {
28
+ if (mod && mod.__esModule) return mod;
29
+ var result = {};
30
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
31
+ __setModuleDefault(result, mod);
32
+ return result;
33
+ };
34
+ Object.defineProperty(exports, "__esModule", { value: true });
35
+ exports.TriggersCollection = void 0;
36
+ const model = __importStar(require("../model"));
37
+ var TriggersCollection;
38
+ (function (TriggersCollection) {
39
+ function getJsonObj(obj) {
40
+ const jsonObj = Object.assign(Object.assign({}, obj), {
41
+ "items": obj.items
42
+ ? obj.items.map(item => {
43
+ return model.TriggerSummary.getJsonObj(item);
44
+ })
45
+ : undefined
46
+ });
47
+ return jsonObj;
48
+ }
49
+ TriggersCollection.getJsonObj = getJsonObj;
50
+ function getDeserializedJsonObj(obj) {
51
+ const jsonObj = Object.assign(Object.assign({}, obj), {
52
+ "items": obj.items
53
+ ? obj.items.map(item => {
54
+ return model.TriggerSummary.getDeserializedJsonObj(item);
55
+ })
56
+ : undefined
57
+ });
58
+ return jsonObj;
59
+ }
60
+ TriggersCollection.getDeserializedJsonObj = getDeserializedJsonObj;
61
+ })(TriggersCollection = exports.TriggersCollection || (exports.TriggersCollection = {}));
62
+ //# sourceMappingURL=triggers-collection.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"triggers-collection.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/model/triggers-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC/C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,cAAc,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeApplicationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateApplication.ts.html |here} to see how to use CreateApplicationRequest.
17
17
  */
18
18
  export interface CreateApplicationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/CreateFunction.ts.html |here} to see how to use CreateFunctionRequest.
17
17
  */
18
18
  export interface CreateFunctionRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplicationRequest.
16
16
  */
17
17
  export interface DeleteApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunctionRequest.
16
16
  */
17
17
  export interface DeleteFunctionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetApplication.ts.html |here} to see how to use GetApplicationRequest.
16
16
  */
17
17
  export interface GetApplicationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetFunction.ts.html |here} to see how to use GetFunctionRequest.
16
16
  */
17
17
  export interface GetFunctionRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20181201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListingRequest.
16
+ */
17
+ export interface GetPbfListingRequest extends common.BaseRequest {
18
+ /**
19
+ * unique PbfListing identifier
20
+ */
21
+ "pbfListingId": string;
22
+ /**
23
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-pbf-listing-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pbf-listing-request.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/get-pbf-listing-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -0,0 +1,28 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20181201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersionRequest.
16
+ */
17
+ export interface GetPbfListingVersionRequest extends common.BaseRequest {
18
+ /**
19
+ * unique PbfListingVersion identifier
20
+ */
21
+ "pbfListingVersionId": string;
22
+ /**
23
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
24
+ * particular request, please provide the request ID.
25
+ *
26
+ */
27
+ "opcRequestId"?: string;
28
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ //# sourceMappingURL=get-pbf-listing-version-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-pbf-listing-version-request.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/get-pbf-listing-version-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
@@ -27,10 +27,20 @@ import * as GetApplicationRequest from "./get-application-request";
27
27
  export import GetApplicationRequest = GetApplicationRequest.GetApplicationRequest;
28
28
  import * as GetFunctionRequest from "./get-function-request";
29
29
  export import GetFunctionRequest = GetFunctionRequest.GetFunctionRequest;
30
+ import * as GetPbfListingRequest from "./get-pbf-listing-request";
31
+ export import GetPbfListingRequest = GetPbfListingRequest.GetPbfListingRequest;
32
+ import * as GetPbfListingVersionRequest from "./get-pbf-listing-version-request";
33
+ export import GetPbfListingVersionRequest = GetPbfListingVersionRequest.GetPbfListingVersionRequest;
30
34
  import * as ListApplicationsRequest from "./list-applications-request";
31
35
  export import ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
32
36
  import * as ListFunctionsRequest from "./list-functions-request";
33
37
  export import ListFunctionsRequest = ListFunctionsRequest.ListFunctionsRequest;
38
+ import * as ListPbfListingVersionsRequest from "./list-pbf-listing-versions-request";
39
+ export import ListPbfListingVersionsRequest = ListPbfListingVersionsRequest.ListPbfListingVersionsRequest;
40
+ import * as ListPbfListingsRequest from "./list-pbf-listings-request";
41
+ export import ListPbfListingsRequest = ListPbfListingsRequest.ListPbfListingsRequest;
42
+ import * as ListTriggersRequest from "./list-triggers-request";
43
+ export import ListTriggersRequest = ListTriggersRequest.ListTriggersRequest;
34
44
  import * as UpdateApplicationRequest from "./update-application-request";
35
45
  export import UpdateApplicationRequest = UpdateApplicationRequest.UpdateApplicationRequest;
36
46
  import * as UpdateFunctionRequest from "./update-function-request";
@@ -32,11 +32,17 @@ var __importStar = (this && this.__importStar) || function (mod) {
32
32
  return result;
33
33
  };
34
34
  Object.defineProperty(exports, "__esModule", { value: true });
35
- exports.ListFunctionsRequest = exports.ListApplicationsRequest = exports.InvokeFunctionRequest = void 0;
35
+ exports.ListTriggersRequest = exports.ListPbfListingsRequest = exports.ListPbfListingVersionsRequest = exports.ListFunctionsRequest = exports.ListApplicationsRequest = exports.InvokeFunctionRequest = void 0;
36
36
  const InvokeFunctionRequest = __importStar(require("./invoke-function-request"));
37
37
  exports.InvokeFunctionRequest = InvokeFunctionRequest.InvokeFunctionRequest;
38
38
  const ListApplicationsRequest = __importStar(require("./list-applications-request"));
39
39
  exports.ListApplicationsRequest = ListApplicationsRequest.ListApplicationsRequest;
40
40
  const ListFunctionsRequest = __importStar(require("./list-functions-request"));
41
41
  exports.ListFunctionsRequest = ListFunctionsRequest.ListFunctionsRequest;
42
+ const ListPbfListingVersionsRequest = __importStar(require("./list-pbf-listing-versions-request"));
43
+ exports.ListPbfListingVersionsRequest = ListPbfListingVersionsRequest.ListPbfListingVersionsRequest;
44
+ const ListPbfListingsRequest = __importStar(require("./list-pbf-listings-request"));
45
+ exports.ListPbfListingsRequest = ListPbfListingsRequest.ListPbfListingsRequest;
46
+ const ListTriggersRequest = __importStar(require("./list-triggers-request"));
47
+ exports.ListTriggersRequest = ListTriggersRequest.ListTriggersRequest;
42
48
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAelF,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;GAYG;;;;;;;;;;;;;;;;;;;;;;AAEH,iFAAmE;AACrD,QAAA,qBAAqB,GAAG,qBAAqB,CAAC,qBAAqB,CAAC;AAmBlF,qFAAuE;AACzD,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC;AACxF,+EAAiE;AACnD,QAAA,oBAAoB,GAAG,oBAAoB,CAAC,oBAAoB,CAAC;AAC/E,mGAAqF;AACvE,QAAA,6BAA6B,GAAG,6BAA6B,CAAC,6BAA6B,CAAC;AAC1G,oFAAsE;AACxD,QAAA,sBAAsB,GAAG,sBAAsB,CAAC,sBAAsB,CAAC;AACrF,6EAA+D;AACjD,QAAA,mBAAmB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC"}
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunctionRequest.
18
18
  */
19
19
  export interface InvokeFunctionRequest extends common.BaseRequest {
20
20
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
16
16
  */
17
17
  export interface ListApplicationsRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.54.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListFunctions.ts.html |here} to see how to use ListFunctionsRequest.
16
16
  */
17
17
  export interface ListFunctionsRequest extends common.BaseRequest {
18
18
  /**
@@ -0,0 +1,83 @@
1
+ /**
2
+ *
3
+ *
4
+ * OpenAPI spec version: 20181201
5
+ *
6
+ *
7
+ * NOTE: This class is auto generated by OracleSDKGenerator.
8
+ * Do not edit the class manually.
9
+ *
10
+ * Copyright (c) 2020, 2023, 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 common = require("oci-common");
14
+ /**
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.55.1/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersionsRequest.
16
+ */
17
+ export interface ListPbfListingVersionsRequest extends common.BaseRequest {
18
+ /**
19
+ * unique PbfListing identifier
20
+ */
21
+ "pbfListingId": string;
22
+ /**
23
+ * unique PbfListingVersion identifier
24
+ */
25
+ "pbfListingVersionId"?: string;
26
+ /**
27
+ * Matches a PbfListingVersion based on a provided semantic version name for a PbfListingVersion.
28
+ * Each PbfListingVersion name is unique with respect to its associated PbfListing.
29
+ *
30
+ */
31
+ "name"?: string;
32
+ /**
33
+ * Matches the current version (the most recently added version with an Active
34
+ * lifecycleState) associated with a PbfListing.
35
+ *
36
+ */
37
+ "isCurrentVersion"?: boolean;
38
+ /**
39
+ * A filter to return only resources their lifecycleState matches the given lifecycleState.
40
+ */
41
+ "lifecycleState"?: string;
42
+ /**
43
+ * The maximum number of items to return. 1 is the minimum, 50 is the maximum.
44
+ * <p>
45
+ Default: 10
46
+ *
47
+ */
48
+ "limit"?: number;
49
+ /**
50
+ * The pagination token for a list query returned by a previous operation
51
+ *
52
+ */
53
+ "page"?: string;
54
+ /**
55
+ * Specifies sort order.
56
+ * <p>
57
+ * **ASC:** Ascending sort order.
58
+ * * **DESC:** Descending sort order.
59
+ *
60
+ */
61
+ "sortOrder"?: ListPbfListingVersionsRequest.SortOrder;
62
+ /**
63
+ * The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending.
64
+ *
65
+ */
66
+ "sortBy"?: ListPbfListingVersionsRequest.SortBy;
67
+ /**
68
+ * The unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
69
+ * particular request, please provide the request ID.
70
+ *
71
+ */
72
+ "opcRequestId"?: string;
73
+ }
74
+ export declare namespace ListPbfListingVersionsRequest {
75
+ enum SortOrder {
76
+ Asc = "ASC",
77
+ Desc = "DESC"
78
+ }
79
+ enum SortBy {
80
+ TimeCreated = "timeCreated",
81
+ Name = "name"
82
+ }
83
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ /**
3
+ *
4
+ *
5
+ * OpenAPI spec version: 20181201
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OracleSDKGenerator.
9
+ * Do not edit the class manually.
10
+ *
11
+ * Copyright (c) 2020, 2023, 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
+ Object.defineProperty(exports, "__esModule", { value: true });
15
+ exports.ListPbfListingVersionsRequest = void 0;
16
+ var ListPbfListingVersionsRequest;
17
+ (function (ListPbfListingVersionsRequest) {
18
+ let SortOrder;
19
+ (function (SortOrder) {
20
+ SortOrder["Asc"] = "ASC";
21
+ SortOrder["Desc"] = "DESC";
22
+ })(SortOrder = ListPbfListingVersionsRequest.SortOrder || (ListPbfListingVersionsRequest.SortOrder = {}));
23
+ let SortBy;
24
+ (function (SortBy) {
25
+ SortBy["TimeCreated"] = "timeCreated";
26
+ SortBy["Name"] = "name";
27
+ })(SortBy = ListPbfListingVersionsRequest.SortBy || (ListPbfListingVersionsRequest.SortBy = {}));
28
+ })(ListPbfListingVersionsRequest = exports.ListPbfListingVersionsRequest || (exports.ListPbfListingVersionsRequest = {}));
29
+ //# sourceMappingURL=list-pbf-listing-versions-request.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"list-pbf-listing-versions-request.js","sourceRoot":"","sources":["../../../../../lib/functions/lib/request/list-pbf-listing-versions-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAkEH,IAAiB,6BAA6B,CAU7C;AAVD,WAAiB,6BAA6B;IAC5C,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,uCAAS,KAAT,uCAAS,QAGpB;IAED,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,uBAAa,CAAA;IACf,CAAC,EAHW,MAAM,GAAN,oCAAM,KAAN,oCAAM,QAGjB;AACH,CAAC,EAVgB,6BAA6B,GAA7B,qCAA6B,KAA7B,qCAA6B,QAU7C"}