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.
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +18 -18
- package/lib/client.js +18 -18
- package/lib/functionsmanagement-waiter.d.ts +1 -1
- package/lib/functionsmanagement-waiter.js +1 -1
- package/lib/model/application-summary.d.ts +9 -9
- package/lib/model/application-summary.js +1 -1
- package/lib/model/application-trace-config.d.ts +1 -1
- package/lib/model/application-trace-config.js +1 -1
- package/lib/model/application.d.ts +11 -11
- package/lib/model/application.js +1 -1
- package/lib/model/change-application-compartment-details.d.ts +1 -1
- package/lib/model/change-application-compartment-details.js +1 -1
- package/lib/model/config-details.d.ts +1 -1
- package/lib/model/config-details.js +1 -1
- package/lib/model/constant-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/constant-provisioned-concurrency-config.js +1 -1
- package/lib/model/create-application-details.d.ts +9 -9
- package/lib/model/create-application-details.js +1 -1
- package/lib/model/create-function-details.d.ts +6 -6
- package/lib/model/create-function-details.js +1 -1
- package/lib/model/function-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/function-provisioned-concurrency-config.js +1 -1
- package/lib/model/function-source-details.d.ts +1 -1
- package/lib/model/function-source-details.js +1 -1
- package/lib/model/function-summary.d.ts +8 -8
- package/lib/model/function-summary.js +1 -1
- package/lib/model/function-trace-config.d.ts +1 -1
- package/lib/model/function-trace-config.js +1 -1
- package/lib/model/function.d.ts +9 -9
- package/lib/model/function.js +1 -1
- package/lib/model/image-policy-config.d.ts +1 -1
- package/lib/model/image-policy-config.js +1 -1
- package/lib/model/index.d.ts +1 -1
- package/lib/model/index.js +1 -1
- package/lib/model/key-details.d.ts +1 -1
- package/lib/model/key-details.js +1 -1
- package/lib/model/none-provisioned-concurrency-config.d.ts +1 -1
- package/lib/model/none-provisioned-concurrency-config.js +1 -1
- package/lib/model/pbf-listing-summary.d.ts +4 -4
- package/lib/model/pbf-listing-summary.js +1 -1
- package/lib/model/pbf-listing-version-summary.d.ts +4 -4
- package/lib/model/pbf-listing-version-summary.js +1 -1
- package/lib/model/pbf-listing-version.d.ts +4 -4
- package/lib/model/pbf-listing-version.js +1 -1
- package/lib/model/pbf-listing-versions-collection.d.ts +1 -1
- package/lib/model/pbf-listing-versions-collection.js +1 -1
- package/lib/model/pbf-listing.d.ts +4 -4
- package/lib/model/pbf-listing.js +1 -1
- package/lib/model/pbf-listings-collection.d.ts +1 -1
- package/lib/model/pbf-listings-collection.js +1 -1
- package/lib/model/policy-details.d.ts +1 -1
- package/lib/model/policy-details.js +1 -1
- package/lib/model/pre-built-function-source-details.d.ts +1 -1
- package/lib/model/pre-built-function-source-details.js +1 -1
- package/lib/model/publisher-details.d.ts +1 -1
- package/lib/model/publisher-details.js +1 -1
- package/lib/model/requirement-details.d.ts +1 -1
- package/lib/model/requirement-details.js +1 -1
- package/lib/model/trigger-summary.d.ts +1 -1
- package/lib/model/trigger-summary.js +1 -1
- package/lib/model/trigger.d.ts +1 -1
- package/lib/model/trigger.js +1 -1
- package/lib/model/triggers-collection.d.ts +1 -1
- package/lib/model/triggers-collection.js +1 -1
- package/lib/model/update-application-details.d.ts +5 -5
- package/lib/model/update-application-details.js +1 -1
- package/lib/model/update-function-details.d.ts +6 -6
- package/lib/model/update-function-details.js +1 -1
- package/lib/request/change-application-compartment-request.d.ts +3 -3
- package/lib/request/change-application-compartment-request.js +1 -1
- package/lib/request/create-application-request.d.ts +2 -2
- package/lib/request/create-application-request.js +1 -1
- package/lib/request/create-function-request.d.ts +2 -2
- package/lib/request/create-function-request.js +1 -1
- package/lib/request/delete-application-request.d.ts +3 -3
- package/lib/request/delete-application-request.js +1 -1
- package/lib/request/delete-function-request.d.ts +3 -3
- package/lib/request/delete-function-request.js +1 -1
- package/lib/request/get-application-request.d.ts +2 -2
- package/lib/request/get-application-request.js +1 -1
- package/lib/request/get-function-request.d.ts +2 -2
- package/lib/request/get-function-request.js +1 -1
- package/lib/request/get-pbf-listing-request.d.ts +2 -2
- package/lib/request/get-pbf-listing-request.js +1 -1
- package/lib/request/get-pbf-listing-version-request.d.ts +2 -2
- package/lib/request/get-pbf-listing-version-request.js +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/invoke-function-request.d.ts +2 -2
- package/lib/request/invoke-function-request.js +1 -1
- package/lib/request/list-applications-request.d.ts +4 -4
- package/lib/request/list-applications-request.js +1 -1
- package/lib/request/list-functions-request.d.ts +4 -4
- package/lib/request/list-functions-request.js +1 -1
- package/lib/request/list-pbf-listing-versions-request.d.ts +2 -2
- package/lib/request/list-pbf-listing-versions-request.js +1 -1
- package/lib/request/list-pbf-listings-request.d.ts +2 -2
- package/lib/request/list-pbf-listings-request.js +1 -1
- package/lib/request/list-triggers-request.d.ts +2 -2
- package/lib/request/list-triggers-request.js +1 -1
- package/lib/request/update-application-request.d.ts +3 -3
- package/lib/request/update-application-request.js +1 -1
- package/lib/request/update-function-request.d.ts +3 -3
- package/lib/request/update-function-request.js +1 -1
- package/lib/response/change-application-compartment-response.d.ts +1 -1
- package/lib/response/change-application-compartment-response.js +1 -1
- package/lib/response/create-application-response.d.ts +3 -3
- package/lib/response/create-application-response.js +1 -1
- package/lib/response/create-function-response.d.ts +3 -3
- package/lib/response/create-function-response.js +1 -1
- package/lib/response/delete-application-response.d.ts +1 -1
- package/lib/response/delete-application-response.js +1 -1
- package/lib/response/delete-function-response.d.ts +1 -1
- package/lib/response/delete-function-response.js +1 -1
- package/lib/response/get-application-response.d.ts +3 -3
- package/lib/response/get-application-response.js +1 -1
- package/lib/response/get-function-response.d.ts +3 -3
- package/lib/response/get-function-response.js +1 -1
- package/lib/response/get-pbf-listing-response.d.ts +2 -2
- package/lib/response/get-pbf-listing-response.js +1 -1
- package/lib/response/get-pbf-listing-version-response.d.ts +2 -2
- package/lib/response/get-pbf-listing-version-response.js +1 -1
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/lib/response/invoke-function-response.d.ts +1 -1
- package/lib/response/invoke-function-response.js +1 -1
- package/lib/response/list-applications-response.d.ts +1 -1
- package/lib/response/list-applications-response.js +1 -1
- package/lib/response/list-functions-response.d.ts +1 -1
- package/lib/response/list-functions-response.js +1 -1
- package/lib/response/list-pbf-listing-versions-response.d.ts +2 -2
- package/lib/response/list-pbf-listing-versions-response.js +1 -1
- package/lib/response/list-pbf-listings-response.d.ts +2 -2
- package/lib/response/list-pbf-listings-response.js +1 -1
- package/lib/response/list-triggers-response.d.ts +2 -2
- package/lib/response/list-triggers-response.js +1 -1
- package/lib/response/update-application-response.d.ts +3 -3
- package/lib/response/update-application-response.js +1 -1
- package/lib/response/update-function-response.d.ts +3 -3
- package/lib/response/update-function-response.js +1 -1
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -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,
|
|
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 requests from "./lib/request";
|
package/index.js
CHANGED
|
@@ -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,
|
|
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) {
|
package/lib/client.d.ts
CHANGED
|
@@ -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,
|
|
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 common = require("oci-common");
|
|
@@ -56,7 +56,7 @@ export declare class FunctionsInvokeClient {
|
|
|
56
56
|
* @param InvokeFunctionRequest
|
|
57
57
|
* @return InvokeFunctionResponse
|
|
58
58
|
* @throws OciError when an error occurs
|
|
59
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
59
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
60
60
|
*/
|
|
61
61
|
invokeFunction(invokeFunctionRequest: requests.InvokeFunctionRequest): Promise<responses.InvokeFunctionResponse>;
|
|
62
62
|
}
|
|
@@ -134,7 +134,7 @@ export declare class FunctionsManagementClient {
|
|
|
134
134
|
* @param ChangeApplicationCompartmentRequest
|
|
135
135
|
* @return ChangeApplicationCompartmentResponse
|
|
136
136
|
* @throws OciError when an error occurs
|
|
137
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
138
138
|
*/
|
|
139
139
|
changeApplicationCompartment(changeApplicationCompartmentRequest: requests.ChangeApplicationCompartmentRequest): Promise<responses.ChangeApplicationCompartmentResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class FunctionsManagementClient {
|
|
|
143
143
|
* @param CreateApplicationRequest
|
|
144
144
|
* @return CreateApplicationResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
147
147
|
*/
|
|
148
148
|
createApplication(createApplicationRequest: requests.CreateApplicationRequest): Promise<responses.CreateApplicationResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class FunctionsManagementClient {
|
|
|
152
152
|
* @param CreateFunctionRequest
|
|
153
153
|
* @return CreateFunctionResponse
|
|
154
154
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
156
156
|
*/
|
|
157
157
|
createFunction(createFunctionRequest: requests.CreateFunctionRequest): Promise<responses.CreateFunctionResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class FunctionsManagementClient {
|
|
|
161
161
|
* @param DeleteApplicationRequest
|
|
162
162
|
* @return DeleteApplicationResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
165
165
|
*/
|
|
166
166
|
deleteApplication(deleteApplicationRequest: requests.DeleteApplicationRequest): Promise<responses.DeleteApplicationResponse>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class FunctionsManagementClient {
|
|
|
170
170
|
* @param DeleteFunctionRequest
|
|
171
171
|
* @return DeleteFunctionResponse
|
|
172
172
|
* @throws OciError when an error occurs
|
|
173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
174
174
|
*/
|
|
175
175
|
deleteFunction(deleteFunctionRequest: requests.DeleteFunctionRequest): Promise<responses.DeleteFunctionResponse>;
|
|
176
176
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class FunctionsManagementClient {
|
|
|
179
179
|
* @param GetApplicationRequest
|
|
180
180
|
* @return GetApplicationResponse
|
|
181
181
|
* @throws OciError when an error occurs
|
|
182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
183
183
|
*/
|
|
184
184
|
getApplication(getApplicationRequest: requests.GetApplicationRequest): Promise<responses.GetApplicationResponse>;
|
|
185
185
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class FunctionsManagementClient {
|
|
|
188
188
|
* @param GetFunctionRequest
|
|
189
189
|
* @return GetFunctionResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
192
192
|
*/
|
|
193
193
|
getFunction(getFunctionRequest: requests.GetFunctionRequest): Promise<responses.GetFunctionResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class FunctionsManagementClient {
|
|
|
198
198
|
* @param GetPbfListingRequest
|
|
199
199
|
* @return GetPbfListingResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
202
202
|
*/
|
|
203
203
|
getPbfListing(getPbfListingRequest: requests.GetPbfListingRequest): Promise<responses.GetPbfListingResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class FunctionsManagementClient {
|
|
|
207
207
|
* @param GetPbfListingVersionRequest
|
|
208
208
|
* @return GetPbfListingVersionResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
211
211
|
*/
|
|
212
212
|
getPbfListingVersion(getPbfListingVersionRequest: requests.GetPbfListingVersionRequest): Promise<responses.GetPbfListingVersionResponse>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class FunctionsManagementClient {
|
|
|
216
216
|
* @param ListApplicationsRequest
|
|
217
217
|
* @return ListApplicationsResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
220
220
|
*/
|
|
221
221
|
listApplications(listApplicationsRequest: requests.ListApplicationsRequest): Promise<responses.ListApplicationsResponse>;
|
|
222
222
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class FunctionsManagementClient {
|
|
|
257
257
|
* @param ListFunctionsRequest
|
|
258
258
|
* @return ListFunctionsResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
261
261
|
*/
|
|
262
262
|
listFunctions(listFunctionsRequest: requests.ListFunctionsRequest): Promise<responses.ListFunctionsResponse>;
|
|
263
263
|
/**
|
|
@@ -303,7 +303,7 @@ export declare class FunctionsManagementClient {
|
|
|
303
303
|
* @param ListPbfListingVersionsRequest
|
|
304
304
|
* @return ListPbfListingVersionsResponse
|
|
305
305
|
* @throws OciError when an error occurs
|
|
306
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
306
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
307
307
|
*/
|
|
308
308
|
listPbfListingVersions(listPbfListingVersionsRequest: requests.ListPbfListingVersionsRequest): Promise<responses.ListPbfListingVersionsResponse>;
|
|
309
309
|
/**
|
|
@@ -314,7 +314,7 @@ export declare class FunctionsManagementClient {
|
|
|
314
314
|
* @param ListPbfListingsRequest
|
|
315
315
|
* @return ListPbfListingsResponse
|
|
316
316
|
* @throws OciError when an error occurs
|
|
317
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
317
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
318
318
|
*/
|
|
319
319
|
listPbfListings(listPbfListingsRequest: requests.ListPbfListingsRequest): Promise<responses.ListPbfListingsResponse>;
|
|
320
320
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class FunctionsManagementClient {
|
|
|
324
324
|
* @param ListTriggersRequest
|
|
325
325
|
* @return ListTriggersResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
328
328
|
*/
|
|
329
329
|
listTriggers(listTriggersRequest: requests.ListTriggersRequest): Promise<responses.ListTriggersResponse>;
|
|
330
330
|
/**
|
|
@@ -333,7 +333,7 @@ export declare class FunctionsManagementClient {
|
|
|
333
333
|
* @param UpdateApplicationRequest
|
|
334
334
|
* @return UpdateApplicationResponse
|
|
335
335
|
* @throws OciError when an error occurs
|
|
336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
337
337
|
*/
|
|
338
338
|
updateApplication(updateApplicationRequest: requests.UpdateApplicationRequest): Promise<responses.UpdateApplicationResponse>;
|
|
339
339
|
/**
|
|
@@ -342,7 +342,7 @@ export declare class FunctionsManagementClient {
|
|
|
342
342
|
* @param UpdateFunctionRequest
|
|
343
343
|
* @return UpdateFunctionResponse
|
|
344
344
|
* @throws OciError when an error occurs
|
|
345
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
345
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
346
346
|
*/
|
|
347
347
|
updateFunction(updateFunctionRequest: requests.UpdateFunctionRequest): Promise<responses.UpdateFunctionResponse>;
|
|
348
348
|
}
|
package/lib/client.js
CHANGED
|
@@ -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,
|
|
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) {
|
|
@@ -130,7 +130,7 @@ class FunctionsInvokeClient {
|
|
|
130
130
|
* @param InvokeFunctionRequest
|
|
131
131
|
* @return InvokeFunctionResponse
|
|
132
132
|
* @throws OciError when an error occurs
|
|
133
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/InvokeFunction.ts.html |here} to see how to use InvokeFunction API.
|
|
134
134
|
*/
|
|
135
135
|
invokeFunction(invokeFunctionRequest) {
|
|
136
136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -329,7 +329,7 @@ class FunctionsManagementClient {
|
|
|
329
329
|
* @param ChangeApplicationCompartmentRequest
|
|
330
330
|
* @return ChangeApplicationCompartmentResponse
|
|
331
331
|
* @throws OciError when an error occurs
|
|
332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ChangeApplicationCompartment.ts.html |here} to see how to use ChangeApplicationCompartment API.
|
|
333
333
|
*/
|
|
334
334
|
changeApplicationCompartment(changeApplicationCompartmentRequest) {
|
|
335
335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -385,7 +385,7 @@ class FunctionsManagementClient {
|
|
|
385
385
|
* @param CreateApplicationRequest
|
|
386
386
|
* @return CreateApplicationResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
388
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateApplication.ts.html |here} to see how to use CreateApplication API.
|
|
389
389
|
*/
|
|
390
390
|
createApplication(createApplicationRequest) {
|
|
391
391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -447,7 +447,7 @@ class FunctionsManagementClient {
|
|
|
447
447
|
* @param CreateFunctionRequest
|
|
448
448
|
* @return CreateFunctionResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/CreateFunction.ts.html |here} to see how to use CreateFunction API.
|
|
451
451
|
*/
|
|
452
452
|
createFunction(createFunctionRequest) {
|
|
453
453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -509,7 +509,7 @@ class FunctionsManagementClient {
|
|
|
509
509
|
* @param DeleteApplicationRequest
|
|
510
510
|
* @return DeleteApplicationResponse
|
|
511
511
|
* @throws OciError when an error occurs
|
|
512
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteApplication.ts.html |here} to see how to use DeleteApplication API.
|
|
513
513
|
*/
|
|
514
514
|
deleteApplication(deleteApplicationRequest) {
|
|
515
515
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -564,7 +564,7 @@ class FunctionsManagementClient {
|
|
|
564
564
|
* @param DeleteFunctionRequest
|
|
565
565
|
* @return DeleteFunctionResponse
|
|
566
566
|
* @throws OciError when an error occurs
|
|
567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/DeleteFunction.ts.html |here} to see how to use DeleteFunction API.
|
|
568
568
|
*/
|
|
569
569
|
deleteFunction(deleteFunctionRequest) {
|
|
570
570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -619,7 +619,7 @@ class FunctionsManagementClient {
|
|
|
619
619
|
* @param GetApplicationRequest
|
|
620
620
|
* @return GetApplicationResponse
|
|
621
621
|
* @throws OciError when an error occurs
|
|
622
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
622
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetApplication.ts.html |here} to see how to use GetApplication API.
|
|
623
623
|
*/
|
|
624
624
|
getApplication(getApplicationRequest) {
|
|
625
625
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -682,7 +682,7 @@ class FunctionsManagementClient {
|
|
|
682
682
|
* @param GetFunctionRequest
|
|
683
683
|
* @return GetFunctionResponse
|
|
684
684
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetFunction.ts.html |here} to see how to use GetFunction API.
|
|
686
686
|
*/
|
|
687
687
|
getFunction(getFunctionRequest) {
|
|
688
688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -746,7 +746,7 @@ class FunctionsManagementClient {
|
|
|
746
746
|
* @param GetPbfListingRequest
|
|
747
747
|
* @return GetPbfListingResponse
|
|
748
748
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
749
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListing.ts.html |here} to see how to use GetPbfListing API.
|
|
750
750
|
*/
|
|
751
751
|
getPbfListing(getPbfListingRequest) {
|
|
752
752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -809,7 +809,7 @@ class FunctionsManagementClient {
|
|
|
809
809
|
* @param GetPbfListingVersionRequest
|
|
810
810
|
* @return GetPbfListingVersionResponse
|
|
811
811
|
* @throws OciError when an error occurs
|
|
812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/GetPbfListingVersion.ts.html |here} to see how to use GetPbfListingVersion API.
|
|
813
813
|
*/
|
|
814
814
|
getPbfListingVersion(getPbfListingVersionRequest) {
|
|
815
815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -872,7 +872,7 @@ class FunctionsManagementClient {
|
|
|
872
872
|
* @param ListApplicationsRequest
|
|
873
873
|
* @return ListApplicationsResponse
|
|
874
874
|
* @throws OciError when an error occurs
|
|
875
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
875
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListApplications.ts.html |here} to see how to use ListApplications API.
|
|
876
876
|
*/
|
|
877
877
|
listApplications(listApplicationsRequest) {
|
|
878
878
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -982,7 +982,7 @@ class FunctionsManagementClient {
|
|
|
982
982
|
* @param ListFunctionsRequest
|
|
983
983
|
* @return ListFunctionsResponse
|
|
984
984
|
* @throws OciError when an error occurs
|
|
985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListFunctions.ts.html |here} to see how to use ListFunctions API.
|
|
986
986
|
*/
|
|
987
987
|
listFunctions(listFunctionsRequest) {
|
|
988
988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1097,7 +1097,7 @@ class FunctionsManagementClient {
|
|
|
1097
1097
|
* @param ListPbfListingVersionsRequest
|
|
1098
1098
|
* @return ListPbfListingVersionsResponse
|
|
1099
1099
|
* @throws OciError when an error occurs
|
|
1100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListingVersions.ts.html |here} to see how to use ListPbfListingVersions API.
|
|
1101
1101
|
*/
|
|
1102
1102
|
listPbfListingVersions(listPbfListingVersionsRequest) {
|
|
1103
1103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1170,7 +1170,7 @@ class FunctionsManagementClient {
|
|
|
1170
1170
|
* @param ListPbfListingsRequest
|
|
1171
1171
|
* @return ListPbfListingsResponse
|
|
1172
1172
|
* @throws OciError when an error occurs
|
|
1173
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListPbfListings.ts.html |here} to see how to use ListPbfListings API.
|
|
1174
1174
|
*/
|
|
1175
1175
|
listPbfListings(listPbfListingsRequest) {
|
|
1176
1176
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1243,7 +1243,7 @@ class FunctionsManagementClient {
|
|
|
1243
1243
|
* @param ListTriggersRequest
|
|
1244
1244
|
* @return ListTriggersResponse
|
|
1245
1245
|
* @throws OciError when an error occurs
|
|
1246
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1246
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/ListTriggers.ts.html |here} to see how to use ListTriggers API.
|
|
1247
1247
|
*/
|
|
1248
1248
|
listTriggers(listTriggersRequest) {
|
|
1249
1249
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1309,7 +1309,7 @@ class FunctionsManagementClient {
|
|
|
1309
1309
|
* @param UpdateApplicationRequest
|
|
1310
1310
|
* @return UpdateApplicationResponse
|
|
1311
1311
|
* @throws OciError when an error occurs
|
|
1312
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1312
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateApplication.ts.html |here} to see how to use UpdateApplication API.
|
|
1313
1313
|
*/
|
|
1314
1314
|
updateApplication(updateApplicationRequest) {
|
|
1315
1315
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1374,7 +1374,7 @@ class FunctionsManagementClient {
|
|
|
1374
1374
|
* @param UpdateFunctionRequest
|
|
1375
1375
|
* @return UpdateFunctionResponse
|
|
1376
1376
|
* @throws OciError when an error occurs
|
|
1377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1377
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/functions/UpdateFunction.ts.html |here} to see how to use UpdateFunction API.
|
|
1378
1378
|
*/
|
|
1379
1379
|
updateFunction(updateFunctionRequest) {
|
|
1380
1380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -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,
|
|
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 serviceRequests from "./request";
|
|
@@ -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,
|
|
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,
|
|
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";
|
|
@@ -43,11 +43,11 @@ export interface ApplicationSummary {
|
|
|
43
43
|
*/
|
|
44
44
|
"subnetIds"?: Array<string>;
|
|
45
45
|
/**
|
|
46
|
-
* Valid values are
|
|
47
|
-
* Setting this to
|
|
48
|
-
* When set to
|
|
46
|
+
* 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.
|
|
47
|
+
* Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
|
|
48
|
+
* When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
|
|
49
49
|
* Accepted values are:
|
|
50
|
-
*
|
|
50
|
+
* {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
|
|
51
51
|
*
|
|
52
52
|
*/
|
|
53
53
|
"shape"?: ApplicationSummary.Shape;
|
|
@@ -61,7 +61,7 @@ export interface ApplicationSummary {
|
|
|
61
61
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
62
62
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
63
63
|
* <p>
|
|
64
|
-
Example:
|
|
64
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"freeformTags"?: {
|
|
@@ -70,7 +70,7 @@ export interface ApplicationSummary {
|
|
|
70
70
|
/**
|
|
71
71
|
* 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).
|
|
72
72
|
* <p>
|
|
73
|
-
Example:
|
|
73
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
74
74
|
*
|
|
75
75
|
*/
|
|
76
76
|
"definedTags"?: {
|
|
@@ -82,14 +82,14 @@ export interface ApplicationSummary {
|
|
|
82
82
|
* The time the application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
83
83
|
* timestamp format.
|
|
84
84
|
* <p>
|
|
85
|
-
Example:
|
|
85
|
+
Example: {@code 2018-09-12T22:47:12.613Z}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"timeCreated"?: Date;
|
|
89
89
|
/**
|
|
90
90
|
* The time the application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
91
91
|
* timestamp format.
|
|
92
|
-
* Example:
|
|
92
|
+
* Example: {@code 2018-09-12T22:47:12.613Z}
|
|
93
93
|
*
|
|
94
94
|
*/
|
|
95
95
|
"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,
|
|
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,
|
|
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,
|
|
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,
|
|
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";
|
|
@@ -41,7 +41,7 @@ export interface Application {
|
|
|
41
41
|
* Application configuration for functions in this application (passed as environment variables). Can be overridden by function configuration.
|
|
42
42
|
* 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.
|
|
43
43
|
* <p>
|
|
44
|
-
Example:
|
|
44
|
+
Example: {@code {\"MY_FUNCTION_CONFIG\": \"ConfVal\"}}
|
|
45
45
|
* <p>
|
|
46
46
|
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.
|
|
47
47
|
*
|
|
@@ -55,11 +55,11 @@ export interface Application {
|
|
|
55
55
|
*/
|
|
56
56
|
"subnetIds"?: Array<string>;
|
|
57
57
|
/**
|
|
58
|
-
* Valid values are
|
|
59
|
-
* Setting this to
|
|
60
|
-
* When set to
|
|
58
|
+
* 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.
|
|
59
|
+
* Setting this to {@code GENERIC_ARM}, will run the functions in the application on ARM processor architecture.
|
|
60
|
+
* When set to {@code GENERIC_X86_ARM}, functions in the application are run on either X86 or ARM processor architecture.
|
|
61
61
|
* Accepted values are:
|
|
62
|
-
*
|
|
62
|
+
* {@code GENERIC_X86}, {@code GENERIC_ARM}, {@code GENERIC_X86_ARM}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"shape"?: Application.Shape;
|
|
@@ -73,7 +73,7 @@ export interface Application {
|
|
|
73
73
|
* The syslog URL must be reachable from all of the subnets configured for the application.
|
|
74
74
|
* 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.
|
|
75
75
|
* <p>
|
|
76
|
-
Example:
|
|
76
|
+
Example: {@code tcp://logserver.myserver:1234}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"syslogUrl"?: string;
|
|
@@ -82,7 +82,7 @@ export interface Application {
|
|
|
82
82
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
83
83
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm).
|
|
84
84
|
* <p>
|
|
85
|
-
Example:
|
|
85
|
+
Example: {@code {\"Department\": \"Finance\"}}
|
|
86
86
|
*
|
|
87
87
|
*/
|
|
88
88
|
"freeformTags"?: {
|
|
@@ -91,7 +91,7 @@ export interface Application {
|
|
|
91
91
|
/**
|
|
92
92
|
* 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).
|
|
93
93
|
* <p>
|
|
94
|
-
Example:
|
|
94
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
95
95
|
*
|
|
96
96
|
*/
|
|
97
97
|
"definedTags"?: {
|
|
@@ -103,14 +103,14 @@ export interface Application {
|
|
|
103
103
|
* The time the application was created, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
104
104
|
* timestamp format.
|
|
105
105
|
* <p>
|
|
106
|
-
Example:
|
|
106
|
+
Example: {@code 2018-09-12T22:47:12.613Z}
|
|
107
107
|
*
|
|
108
108
|
*/
|
|
109
109
|
"timeCreated"?: Date;
|
|
110
110
|
/**
|
|
111
111
|
* The time the application was updated, expressed in [RFC 3339](https://tools.ietf.org/html/rfc3339)
|
|
112
112
|
* timestamp format.
|
|
113
|
-
* Example:
|
|
113
|
+
* Example: {@code 2018-09-12T22:47:12.613Z}
|
|
114
114
|
*
|
|
115
115
|
*/
|
|
116
116
|
"timeUpdated"?: Date;
|
package/lib/model/application.js
CHANGED
|
@@ -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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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) {
|