oci-functions 2.76.0 → 2.77.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 (143) hide show
  1. package/index.d.ts +1 -1
  2. package/index.js +1 -1
  3. package/lib/client.d.ts +18 -18
  4. package/lib/client.js +18 -18
  5. package/lib/functionsmanagement-waiter.d.ts +1 -1
  6. package/lib/functionsmanagement-waiter.js +1 -1
  7. package/lib/model/application-summary.d.ts +9 -9
  8. package/lib/model/application-summary.js +1 -1
  9. package/lib/model/application-trace-config.d.ts +1 -1
  10. package/lib/model/application-trace-config.js +1 -1
  11. package/lib/model/application.d.ts +11 -11
  12. package/lib/model/application.js +1 -1
  13. package/lib/model/change-application-compartment-details.d.ts +1 -1
  14. package/lib/model/change-application-compartment-details.js +1 -1
  15. package/lib/model/config-details.d.ts +1 -1
  16. package/lib/model/config-details.js +1 -1
  17. package/lib/model/constant-provisioned-concurrency-config.d.ts +1 -1
  18. package/lib/model/constant-provisioned-concurrency-config.js +1 -1
  19. package/lib/model/create-application-details.d.ts +9 -9
  20. package/lib/model/create-application-details.js +1 -1
  21. package/lib/model/create-function-details.d.ts +6 -6
  22. package/lib/model/create-function-details.js +1 -1
  23. package/lib/model/function-provisioned-concurrency-config.d.ts +1 -1
  24. package/lib/model/function-provisioned-concurrency-config.js +1 -1
  25. package/lib/model/function-source-details.d.ts +1 -1
  26. package/lib/model/function-source-details.js +1 -1
  27. package/lib/model/function-summary.d.ts +8 -8
  28. package/lib/model/function-summary.js +1 -1
  29. package/lib/model/function-trace-config.d.ts +1 -1
  30. package/lib/model/function-trace-config.js +1 -1
  31. package/lib/model/function.d.ts +9 -9
  32. package/lib/model/function.js +1 -1
  33. package/lib/model/image-policy-config.d.ts +1 -1
  34. package/lib/model/image-policy-config.js +1 -1
  35. package/lib/model/index.d.ts +1 -1
  36. package/lib/model/index.js +1 -1
  37. package/lib/model/key-details.d.ts +1 -1
  38. package/lib/model/key-details.js +1 -1
  39. package/lib/model/none-provisioned-concurrency-config.d.ts +1 -1
  40. package/lib/model/none-provisioned-concurrency-config.js +1 -1
  41. package/lib/model/pbf-listing-summary.d.ts +4 -4
  42. package/lib/model/pbf-listing-summary.js +1 -1
  43. package/lib/model/pbf-listing-version-summary.d.ts +4 -4
  44. package/lib/model/pbf-listing-version-summary.js +1 -1
  45. package/lib/model/pbf-listing-version.d.ts +4 -4
  46. package/lib/model/pbf-listing-version.js +1 -1
  47. package/lib/model/pbf-listing-versions-collection.d.ts +1 -1
  48. package/lib/model/pbf-listing-versions-collection.js +1 -1
  49. package/lib/model/pbf-listing.d.ts +4 -4
  50. package/lib/model/pbf-listing.js +1 -1
  51. package/lib/model/pbf-listings-collection.d.ts +1 -1
  52. package/lib/model/pbf-listings-collection.js +1 -1
  53. package/lib/model/policy-details.d.ts +1 -1
  54. package/lib/model/policy-details.js +1 -1
  55. package/lib/model/pre-built-function-source-details.d.ts +1 -1
  56. package/lib/model/pre-built-function-source-details.js +1 -1
  57. package/lib/model/publisher-details.d.ts +1 -1
  58. package/lib/model/publisher-details.js +1 -1
  59. package/lib/model/requirement-details.d.ts +1 -1
  60. package/lib/model/requirement-details.js +1 -1
  61. package/lib/model/trigger-summary.d.ts +1 -1
  62. package/lib/model/trigger-summary.js +1 -1
  63. package/lib/model/trigger.d.ts +1 -1
  64. package/lib/model/trigger.js +1 -1
  65. package/lib/model/triggers-collection.d.ts +1 -1
  66. package/lib/model/triggers-collection.js +1 -1
  67. package/lib/model/update-application-details.d.ts +5 -5
  68. package/lib/model/update-application-details.js +1 -1
  69. package/lib/model/update-function-details.d.ts +6 -6
  70. package/lib/model/update-function-details.js +1 -1
  71. package/lib/request/change-application-compartment-request.d.ts +3 -3
  72. package/lib/request/change-application-compartment-request.js +1 -1
  73. package/lib/request/create-application-request.d.ts +2 -2
  74. package/lib/request/create-application-request.js +1 -1
  75. package/lib/request/create-function-request.d.ts +2 -2
  76. package/lib/request/create-function-request.js +1 -1
  77. package/lib/request/delete-application-request.d.ts +3 -3
  78. package/lib/request/delete-application-request.js +1 -1
  79. package/lib/request/delete-function-request.d.ts +3 -3
  80. package/lib/request/delete-function-request.js +1 -1
  81. package/lib/request/get-application-request.d.ts +2 -2
  82. package/lib/request/get-application-request.js +1 -1
  83. package/lib/request/get-function-request.d.ts +2 -2
  84. package/lib/request/get-function-request.js +1 -1
  85. package/lib/request/get-pbf-listing-request.d.ts +2 -2
  86. package/lib/request/get-pbf-listing-request.js +1 -1
  87. package/lib/request/get-pbf-listing-version-request.d.ts +2 -2
  88. package/lib/request/get-pbf-listing-version-request.js +1 -1
  89. package/lib/request/index.d.ts +1 -1
  90. package/lib/request/index.js +1 -1
  91. package/lib/request/invoke-function-request.d.ts +2 -2
  92. package/lib/request/invoke-function-request.js +1 -1
  93. package/lib/request/list-applications-request.d.ts +4 -4
  94. package/lib/request/list-applications-request.js +1 -1
  95. package/lib/request/list-functions-request.d.ts +4 -4
  96. package/lib/request/list-functions-request.js +1 -1
  97. package/lib/request/list-pbf-listing-versions-request.d.ts +2 -2
  98. package/lib/request/list-pbf-listing-versions-request.js +1 -1
  99. package/lib/request/list-pbf-listings-request.d.ts +2 -2
  100. package/lib/request/list-pbf-listings-request.js +1 -1
  101. package/lib/request/list-triggers-request.d.ts +2 -2
  102. package/lib/request/list-triggers-request.js +1 -1
  103. package/lib/request/update-application-request.d.ts +3 -3
  104. package/lib/request/update-application-request.js +1 -1
  105. package/lib/request/update-function-request.d.ts +3 -3
  106. package/lib/request/update-function-request.js +1 -1
  107. package/lib/response/change-application-compartment-response.d.ts +1 -1
  108. package/lib/response/change-application-compartment-response.js +1 -1
  109. package/lib/response/create-application-response.d.ts +3 -3
  110. package/lib/response/create-application-response.js +1 -1
  111. package/lib/response/create-function-response.d.ts +3 -3
  112. package/lib/response/create-function-response.js +1 -1
  113. package/lib/response/delete-application-response.d.ts +1 -1
  114. package/lib/response/delete-application-response.js +1 -1
  115. package/lib/response/delete-function-response.d.ts +1 -1
  116. package/lib/response/delete-function-response.js +1 -1
  117. package/lib/response/get-application-response.d.ts +3 -3
  118. package/lib/response/get-application-response.js +1 -1
  119. package/lib/response/get-function-response.d.ts +3 -3
  120. package/lib/response/get-function-response.js +1 -1
  121. package/lib/response/get-pbf-listing-response.d.ts +2 -2
  122. package/lib/response/get-pbf-listing-response.js +1 -1
  123. package/lib/response/get-pbf-listing-version-response.d.ts +2 -2
  124. package/lib/response/get-pbf-listing-version-response.js +1 -1
  125. package/lib/response/index.d.ts +1 -1
  126. package/lib/response/index.js +1 -1
  127. package/lib/response/invoke-function-response.d.ts +1 -1
  128. package/lib/response/invoke-function-response.js +1 -1
  129. package/lib/response/list-applications-response.d.ts +1 -1
  130. package/lib/response/list-applications-response.js +1 -1
  131. package/lib/response/list-functions-response.d.ts +1 -1
  132. package/lib/response/list-functions-response.js +1 -1
  133. package/lib/response/list-pbf-listing-versions-response.d.ts +2 -2
  134. package/lib/response/list-pbf-listing-versions-response.js +1 -1
  135. package/lib/response/list-pbf-listings-response.d.ts +2 -2
  136. package/lib/response/list-pbf-listings-response.js +1 -1
  137. package/lib/response/list-triggers-response.d.ts +2 -2
  138. package/lib/response/list-triggers-response.js +1 -1
  139. package/lib/response/update-application-response.d.ts +3 -3
  140. package/lib/response/update-application-response.js +1 -1
  141. package/lib/response/update-function-response.d.ts +3 -3
  142. package/lib/response/update-function-response.js +1 -1
  143. package/package.json +3 -3
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -31,7 +31,7 @@ export interface CreateApplicationDetails {
31
31
  * Application configuration. These values are passed on to the function as environment variables, functions may override application configuration.
32
32
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
33
33
  * <p>
34
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
34
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
35
35
  * <p>
36
36
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
37
37
  *
@@ -45,11 +45,11 @@ export interface CreateApplicationDetails {
45
45
  */
46
46
  "subnetIds": Array<string>;
47
47
  /**
48
- * Valid values are `GENERIC_X86`, `GENERIC_ARM` and `GENERIC_X86_ARM`. Default is `GENERIC_X86`. Setting this to `GENERIC_X86`, will run the functions in the application on X86 processor architecture.
49
- * Setting this to `GENERIC_ARM`, will run the functions in the application on ARM processor architecture.
50
- * When set to `GENERIC_X86_ARM`, functions in the application are run on either X86 or ARM processor architecture.
48
+ * Valid values are {@code GENERIC_X86}, {@code GENERIC_ARM} and {@code GENERIC_X86_ARM}. Default is {@code GENERIC_X86}. Setting this to {@code GENERIC_X86}, will run the functions in the application on X86 processor architecture.
49
+ * Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
50
+ * When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
51
51
  * Accepted values are:
52
- * `GENERIC_X86`, `GENERIC_ARM`, `GENERIC_X86_ARM`
52
+ * {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
53
53
  *
54
54
  */
55
55
  "shape"?: CreateApplicationDetails.Shape;
@@ -63,7 +63,7 @@ export interface CreateApplicationDetails {
63
63
  * The syslog URL must be reachable from all of the subnets configured for the application.
64
64
  * Note: If you enable the OCI Logging service for this application, the syslogUrl value is ignored. Function logs are sent to the OCI Logging service, and not to the syslog URL.
65
65
  * <p>
66
- Example: `tcp://logserver.myserver:1234`
66
+ Example: {@code tcp://logserver.myserver:1234}
67
67
  *
68
68
  */
69
69
  "syslogUrl"?: string;
@@ -72,7 +72,7 @@ export interface CreateApplicationDetails {
72
72
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
73
73
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
74
74
  * <p>
75
- Example: `{\"Department\": \"Finance\"}`
75
+ Example: {@code {\"Department\": \"Finance\"}}
76
76
  *
77
77
  */
78
78
  "freeformTags"?: {
@@ -81,7 +81,7 @@ export interface CreateApplicationDetails {
81
81
  /**
82
82
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
83
83
  * <p>
84
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
84
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
85
85
  *
86
86
  */
87
87
  "definedTags"?: {
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -29,14 +29,14 @@ export interface CreateFunctionDetails {
29
29
  /**
30
30
  * The qualified name of the Docker image to use in the function, including the image tag.
31
31
  * The image should be in the OCI Registry that is in the same region as the function itself.
32
- * Example: `phx.ocir.io/ten/functions/function:0.0.1`
32
+ * Example: {@code phx.ocir.io/ten/functions/function:0.0.1}
33
33
  *
34
34
  */
35
35
  "image"?: string;
36
36
  /**
37
37
  * The image digest for the version of the image that will be pulled when invoking this function.
38
38
  * If no value is specified, the digest currently associated with the image in the OCI Registry will be used.
39
- * Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
39
+ * Example: {@code sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7}
40
40
  *
41
41
  */
42
42
  "imageDigest"?: string;
@@ -49,7 +49,7 @@ export interface CreateFunctionDetails {
49
49
  * Function configuration. These values are passed on to the function as environment variables, this overrides application configuration values.
50
50
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
51
51
  * <p>
52
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
52
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
53
53
  * <p>
54
54
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
55
55
  *
@@ -67,7 +67,7 @@ export interface CreateFunctionDetails {
67
67
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
68
68
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
69
69
  * <p>
70
- Example: `{\"Department\": \"Finance\"}`
70
+ Example: {@code {\"Department\": \"Finance\"}}
71
71
  *
72
72
  */
73
73
  "freeformTags"?: {
@@ -76,7 +76,7 @@ export interface CreateFunctionDetails {
76
76
  /**
77
77
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
78
78
  * <p>
79
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
79
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
80
80
  *
81
81
  */
82
82
  "definedTags"?: {
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -44,20 +44,20 @@ export interface FunctionSummary {
44
44
  /**
45
45
  * The qualified name of the Docker image to use in the function, including the image tag.
46
46
  * The image should be in the OCI Registry that is in the same region as the function itself.
47
- * Example: `phx.ocir.io/ten/functions/function:0.0.1`
47
+ * Example: {@code phx.ocir.io/ten/functions/function:0.0.1}
48
48
  *
49
49
  */
50
50
  "image"?: string;
51
51
  /**
52
52
  * The image digest for the version of the image that will be pulled when invoking this function.
53
53
  * If no value is specified, the digest currently associated with the image in the OCI Registry will be used.
54
- * Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
54
+ * Example: {@code sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7}
55
55
  *
56
56
  */
57
57
  "imageDigest"?: string;
58
58
  "sourceDetails"?: model.PreBuiltFunctionSourceDetails;
59
59
  /**
60
- * The processor shape (`GENERIC_X86`/`GENERIC_ARM`) on which to run functions in the application, extracted from the image manifest.
60
+ * The processor shape ({@code GENERIC_X86}/{@code GENERIC_ARM}) on which to run functions in the application, extracted from the image manifest.
61
61
  *
62
62
  */
63
63
  "shape"?: FunctionSummary.Shape;
@@ -75,7 +75,7 @@ export interface FunctionSummary {
75
75
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
76
76
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
77
77
  * <p>
78
- Example: `{\"Department\": \"Finance\"}`
78
+ Example: {@code {\"Department\": \"Finance\"}}
79
79
  *
80
80
  */
81
81
  "freeformTags"?: {
@@ -89,7 +89,7 @@ export interface FunctionSummary {
89
89
  /**
90
90
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
91
91
  * <p>
92
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
92
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
93
93
  *
94
94
  */
95
95
  "definedTags"?: {
@@ -101,7 +101,7 @@ export interface FunctionSummary {
101
101
  * The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
102
102
  * timestamp format.
103
103
  * <p>
104
- Example: `2018-09-12T22:47:12.613Z`
104
+ Example: {@code 2018-09-12T22:47:12.613Z}
105
105
  *
106
106
  */
107
107
  "timeCreated"?: Date;
@@ -109,7 +109,7 @@ export interface FunctionSummary {
109
109
  * The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
110
110
  * timestamp format.
111
111
  * <p>
112
- Example: `2018-09-12T22:47:12.613Z`
112
+ Example: {@code 2018-09-12T22:47:12.613Z}
113
113
  *
114
114
  */
115
115
  "timeUpdated"?: Date;
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -44,20 +44,20 @@ export interface Function {
44
44
  /**
45
45
  * The qualified name of the Docker image to use in the function, including the image tag.
46
46
  * The image should be in the OCI Registry that is in the same region as the function itself.
47
- * Example: `phx.ocir.io/ten/functions/function:0.0.1`
47
+ * Example: {@code phx.ocir.io/ten/functions/function:0.0.1}
48
48
  *
49
49
  */
50
50
  "image"?: string;
51
51
  /**
52
52
  * The image digest for the version of the image that will be pulled when invoking this function.
53
53
  * If no value is specified, the digest currently associated with the image in the OCI Registry will be used.
54
- * Example: `sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7`
54
+ * Example: {@code sha256:ca0eeb6fb05351dfc8759c20733c91def84cb8007aa89a5bf606bc8b315b9fc7}
55
55
  *
56
56
  */
57
57
  "imageDigest"?: string;
58
58
  "sourceDetails"?: model.PreBuiltFunctionSourceDetails;
59
59
  /**
60
- * The processor shape (`GENERIC_X86`/`GENERIC_ARM`) on which to run functions in the application, extracted from the image manifest.
60
+ * The processor shape ({@code GENERIC_X86}/{@code GENERIC_ARM}) on which to run functions in the application, extracted from the image manifest.
61
61
  *
62
62
  */
63
63
  "shape"?: Function.Shape;
@@ -69,7 +69,7 @@ export interface Function {
69
69
  * Function configuration. Overrides application configuration.
70
70
  * Keys must be ASCII strings consisting solely of letters, digits, and the '_' (underscore) character, and must not begin with a digit. Values should be limited to printable unicode characters.
71
71
  * <p>
72
- Example: `{\"MY_FUNCTION_CONFIG\": \"ConfVal\"}`
72
+ Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
73
73
  * <p>
74
74
  The maximum size for all configuration keys and values is limited to 4KB. This is measured as the sum of octets necessary to represent each key and value in UTF-8.
75
75
  *
@@ -87,7 +87,7 @@ export interface Function {
87
87
  * Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
88
88
  * For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
89
89
  * <p>
90
- Example: `{\"Department\": \"Finance\"}`
90
+ Example: {@code {\"Department\": \"Finance\"}}
91
91
  *
92
92
  */
93
93
  "freeformTags"?: {
@@ -101,7 +101,7 @@ export interface Function {
101
101
  /**
102
102
  * Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
103
103
  * <p>
104
- Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
104
+ Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
105
105
  *
106
106
  */
107
107
  "definedTags"?: {
@@ -113,7 +113,7 @@ export interface Function {
113
113
  * The time the function was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
114
114
  * timestamp format.
115
115
  * <p>
116
- Example: `2018-09-12T22:47:12.613Z`
116
+ Example: {@code 2018-09-12T22:47:12.613Z}
117
117
  *
118
118
  */
119
119
  "timeCreated"?: Date;
@@ -121,7 +121,7 @@ export interface Function {
121
121
  * The time the function was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
122
122
  * timestamp format.
123
123
  * <p>
124
- Example: `2018-09-12T22:47:12.613Z`
124
+ Example: {@code 2018-09-12T22:47:12.613Z}
125
125
  *
126
126
  */
127
127
  "timeUpdated"?: Date;
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as Application from "./application";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  /**
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -49,7 +49,7 @@ export interface PbfListingSummary {
49
49
  "lifecycleState": string;
50
50
  /**
51
51
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
52
- * Example: `{\"bar-key\": \"value\"}`
52
+ * Example: {@code {\"bar-key\": \"value\"}}
53
53
  *
54
54
  */
55
55
  "freeformTags"?: {
@@ -57,7 +57,7 @@ export interface PbfListingSummary {
57
57
  };
58
58
  /**
59
59
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
60
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
60
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
61
61
  *
62
62
  */
63
63
  "definedTags"?: {
@@ -67,7 +67,7 @@ export interface PbfListingSummary {
67
67
  };
68
68
  /**
69
69
  * System tags for this resource. Each key is predefined and scoped to a namespace.
70
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
70
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
71
71
  *
72
72
  */
73
73
  "systemTags"?: {
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -56,7 +56,7 @@ export interface PbfListingVersionSummary {
56
56
  "lifecycleState": string;
57
57
  /**
58
58
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
59
- * Example: `{\"bar-key\": \"value\"}`
59
+ * Example: {@code {\"bar-key\": \"value\"}}
60
60
  *
61
61
  */
62
62
  "freeformTags"?: {
@@ -64,7 +64,7 @@ export interface PbfListingVersionSummary {
64
64
  };
65
65
  /**
66
66
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
67
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
67
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
68
68
  *
69
69
  */
70
70
  "definedTags"?: {
@@ -74,7 +74,7 @@ export interface PbfListingVersionSummary {
74
74
  };
75
75
  /**
76
76
  * System tags for this resource. Each key is predefined and scoped to a namespace.
77
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
77
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
78
78
  *
79
79
  */
80
80
  "systemTags"?: {
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -58,7 +58,7 @@ export interface PbfListingVersion {
58
58
  "lifecycleState": PbfListingVersion.LifecycleState;
59
59
  /**
60
60
  * Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
61
- * Example: `{\"bar-key\": \"value\"}`
61
+ * Example: {@code {\"bar-key\": \"value\"}}
62
62
  *
63
63
  */
64
64
  "freeformTags"?: {
@@ -66,7 +66,7 @@ export interface PbfListingVersion {
66
66
  };
67
67
  /**
68
68
  * Defined tags for this resource. Each key is predefined and scoped to a namespace.
69
- * Example: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
69
+ * Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
70
70
  *
71
71
  */
72
72
  "definedTags"?: {
@@ -76,7 +76,7 @@ export interface PbfListingVersion {
76
76
  };
77
77
  /**
78
78
  * System tags for this resource. Each key is predefined and scoped to a namespace.
79
- * Example: `{\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}`
79
+ * Example: {@code {\"orcl-cloud\": {\"free-tier-retained\": \"true\"}}}
80
80
  *
81
81
  */
82
82
  "systemTags"?: {
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
@@ -8,7 +8,7 @@
8
8
  * NOTE: This class is auto generated by OracleSDKGenerator.
9
9
  * Do not edit the class manually.
10
10
  *
11
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
11
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
12
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
13
  */
14
14
  import * as model from "../model";
@@ -9,7 +9,7 @@
9
9
  * NOTE: This class is auto generated by OracleSDKGenerator.
10
10
  * Do not edit the class manually.
11
11
  *
12
- * Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
12
+ * Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
13
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
14
  */
15
15
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {