oci-apigateway 2.12.0 → 2.12.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +38 -38
- package/lib/client.js +38 -38
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/change-api-compartment-request.d.ts +1 -1
- package/lib/request/change-certificate-compartment-request.d.ts +1 -1
- package/lib/request/change-deployment-compartment-request.d.ts +1 -1
- package/lib/request/change-gateway-compartment-request.d.ts +1 -1
- package/lib/request/create-api-request.d.ts +1 -1
- package/lib/request/create-certificate-request.d.ts +1 -1
- package/lib/request/create-deployment-request.d.ts +1 -1
- package/lib/request/create-gateway-request.d.ts +1 -1
- package/lib/request/create-sdk-request.d.ts +1 -1
- package/lib/request/delete-api-request.d.ts +1 -1
- package/lib/request/delete-certificate-request.d.ts +1 -1
- package/lib/request/delete-deployment-request.d.ts +1 -1
- package/lib/request/delete-gateway-request.d.ts +1 -1
- package/lib/request/delete-sdk-request.d.ts +1 -1
- package/lib/request/get-api-content-request.d.ts +1 -1
- package/lib/request/get-api-deployment-specification-request.d.ts +1 -1
- package/lib/request/get-api-request.d.ts +1 -1
- package/lib/request/get-api-validations-request.d.ts +1 -1
- package/lib/request/get-certificate-request.d.ts +1 -1
- package/lib/request/get-deployment-request.d.ts +1 -1
- package/lib/request/get-gateway-request.d.ts +1 -1
- package/lib/request/get-sdk-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-apis-request.d.ts +1 -1
- package/lib/request/list-certificates-request.d.ts +1 -1
- package/lib/request/list-deployments-request.d.ts +1 -1
- package/lib/request/list-gateways-request.d.ts +1 -1
- package/lib/request/list-sdk-language-types-request.d.ts +1 -1
- package/lib/request/list-sdks-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/update-api-request.d.ts +1 -1
- package/lib/request/update-certificate-request.d.ts +1 -1
- package/lib/request/update-deployment-request.d.ts +1 -1
- package/lib/request/update-gateway-request.d.ts +1 -1
- package/lib/request/update-sdk-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -78,7 +78,7 @@ export declare class ApiGatewayClient {
|
|
|
78
78
|
* @param ChangeApiCompartmentRequest
|
|
79
79
|
* @return ChangeApiCompartmentResponse
|
|
80
80
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
82
82
|
*/
|
|
83
83
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
84
84
|
/**
|
|
@@ -87,7 +87,7 @@ export declare class ApiGatewayClient {
|
|
|
87
87
|
* @param ChangeCertificateCompartmentRequest
|
|
88
88
|
* @return ChangeCertificateCompartmentResponse
|
|
89
89
|
* @throws OciError when an error occurs
|
|
90
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
90
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
91
91
|
*/
|
|
92
92
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
93
93
|
/**
|
|
@@ -97,7 +97,7 @@ export declare class ApiGatewayClient {
|
|
|
97
97
|
* @param CreateApiRequest
|
|
98
98
|
* @return CreateApiResponse
|
|
99
99
|
* @throws OciError when an error occurs
|
|
100
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
100
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
101
101
|
*/
|
|
102
102
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
103
103
|
/**
|
|
@@ -107,7 +107,7 @@ export declare class ApiGatewayClient {
|
|
|
107
107
|
* @param CreateCertificateRequest
|
|
108
108
|
* @return CreateCertificateResponse
|
|
109
109
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
110
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
111
111
|
*/
|
|
112
112
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
113
113
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ApiGatewayClient {
|
|
|
116
116
|
* @param CreateSdkRequest
|
|
117
117
|
* @return CreateSdkResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
120
120
|
*/
|
|
121
121
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
122
122
|
/**
|
|
@@ -125,7 +125,7 @@ export declare class ApiGatewayClient {
|
|
|
125
125
|
* @param DeleteApiRequest
|
|
126
126
|
* @return DeleteApiResponse
|
|
127
127
|
* @throws OciError when an error occurs
|
|
128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
129
129
|
*/
|
|
130
130
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
131
131
|
/**
|
|
@@ -134,7 +134,7 @@ export declare class ApiGatewayClient {
|
|
|
134
134
|
* @param DeleteCertificateRequest
|
|
135
135
|
* @return DeleteCertificateResponse
|
|
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.12.
|
|
137
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
138
138
|
*/
|
|
139
139
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
140
140
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class ApiGatewayClient {
|
|
|
143
143
|
* @param DeleteSdkRequest
|
|
144
144
|
* @return DeleteSdkResponse
|
|
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.12.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
147
147
|
*/
|
|
148
148
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
149
149
|
/**
|
|
@@ -152,7 +152,7 @@ export declare class ApiGatewayClient {
|
|
|
152
152
|
* @param GetApiRequest
|
|
153
153
|
* @return GetApiResponse
|
|
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.12.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
156
156
|
*/
|
|
157
157
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
158
158
|
/**
|
|
@@ -161,7 +161,7 @@ export declare class ApiGatewayClient {
|
|
|
161
161
|
* @param GetApiContentRequest
|
|
162
162
|
* @return GetApiContentResponse
|
|
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.12.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
165
165
|
*/
|
|
166
166
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
167
167
|
/**
|
|
@@ -170,7 +170,7 @@ export declare class ApiGatewayClient {
|
|
|
170
170
|
* @param GetApiDeploymentSpecificationRequest
|
|
171
171
|
* @return GetApiDeploymentSpecificationResponse
|
|
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.12.
|
|
173
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
174
174
|
*/
|
|
175
175
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
176
176
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class ApiGatewayClient {
|
|
|
179
179
|
* @param GetApiValidationsRequest
|
|
180
180
|
* @return GetApiValidationsResponse
|
|
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.12.
|
|
182
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
183
183
|
*/
|
|
184
184
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
185
185
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class ApiGatewayClient {
|
|
|
188
188
|
* @param GetCertificateRequest
|
|
189
189
|
* @return GetCertificateResponse
|
|
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.12.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
192
192
|
*/
|
|
193
193
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
194
194
|
/**
|
|
@@ -197,7 +197,7 @@ export declare class ApiGatewayClient {
|
|
|
197
197
|
* @param GetSdkRequest
|
|
198
198
|
* @return GetSdkResponse
|
|
199
199
|
* @throws OciError when an error occurs
|
|
200
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
200
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
201
201
|
*/
|
|
202
202
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
203
203
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class ApiGatewayClient {
|
|
|
207
207
|
* @param ListApisRequest
|
|
208
208
|
* @return ListApisResponse
|
|
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.12.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
211
211
|
*/
|
|
212
212
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
213
213
|
/**
|
|
@@ -217,7 +217,7 @@ export declare class ApiGatewayClient {
|
|
|
217
217
|
* @param ListCertificatesRequest
|
|
218
218
|
* @return ListCertificatesResponse
|
|
219
219
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
220
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
221
221
|
*/
|
|
222
222
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
223
223
|
/**
|
|
@@ -226,7 +226,7 @@ export declare class ApiGatewayClient {
|
|
|
226
226
|
* @param ListSdkLanguageTypesRequest
|
|
227
227
|
* @return ListSdkLanguageTypesResponse
|
|
228
228
|
* @throws OciError when an error occurs
|
|
229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
229
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
230
230
|
*/
|
|
231
231
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
232
232
|
/**
|
|
@@ -235,7 +235,7 @@ export declare class ApiGatewayClient {
|
|
|
235
235
|
* @param ListSdksRequest
|
|
236
236
|
* @return ListSdksResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
239
239
|
*/
|
|
240
240
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
241
241
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class ApiGatewayClient {
|
|
|
244
244
|
* @param UpdateApiRequest
|
|
245
245
|
* @return UpdateApiResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
248
248
|
*/
|
|
249
249
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
250
250
|
/**
|
|
@@ -253,7 +253,7 @@ export declare class ApiGatewayClient {
|
|
|
253
253
|
* @param UpdateCertificateRequest
|
|
254
254
|
* @return UpdateCertificateResponse
|
|
255
255
|
* @throws OciError when an error occurs
|
|
256
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
256
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
257
257
|
*/
|
|
258
258
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
259
259
|
/**
|
|
@@ -262,7 +262,7 @@ export declare class ApiGatewayClient {
|
|
|
262
262
|
* @param UpdateSdkRequest
|
|
263
263
|
* @return UpdateSdkResponse
|
|
264
264
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
265
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
266
266
|
*/
|
|
267
267
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
268
268
|
}
|
|
@@ -324,7 +324,7 @@ export declare class DeploymentClient {
|
|
|
324
324
|
* @param ChangeDeploymentCompartmentRequest
|
|
325
325
|
* @return ChangeDeploymentCompartmentResponse
|
|
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.12.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
328
328
|
*/
|
|
329
329
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
330
330
|
/**
|
|
@@ -334,7 +334,7 @@ export declare class DeploymentClient {
|
|
|
334
334
|
* @param CreateDeploymentRequest
|
|
335
335
|
* @return CreateDeploymentResponse
|
|
336
336
|
* @throws OciError when an error occurs
|
|
337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
338
338
|
*/
|
|
339
339
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
340
340
|
/**
|
|
@@ -343,7 +343,7 @@ export declare class DeploymentClient {
|
|
|
343
343
|
* @param DeleteDeploymentRequest
|
|
344
344
|
* @return DeleteDeploymentResponse
|
|
345
345
|
* @throws OciError when an error occurs
|
|
346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
347
347
|
*/
|
|
348
348
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
349
349
|
/**
|
|
@@ -352,7 +352,7 @@ export declare class DeploymentClient {
|
|
|
352
352
|
* @param GetDeploymentRequest
|
|
353
353
|
* @return GetDeploymentResponse
|
|
354
354
|
* @throws OciError when an error occurs
|
|
355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
356
356
|
*/
|
|
357
357
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
358
358
|
/**
|
|
@@ -362,7 +362,7 @@ export declare class DeploymentClient {
|
|
|
362
362
|
* @param ListDeploymentsRequest
|
|
363
363
|
* @return ListDeploymentsResponse
|
|
364
364
|
* @throws OciError when an error occurs
|
|
365
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
366
366
|
*/
|
|
367
367
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
368
368
|
/**
|
|
@@ -371,7 +371,7 @@ export declare class DeploymentClient {
|
|
|
371
371
|
* @param UpdateDeploymentRequest
|
|
372
372
|
* @return UpdateDeploymentResponse
|
|
373
373
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
374
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
375
375
|
*/
|
|
376
376
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
377
377
|
}
|
|
@@ -433,7 +433,7 @@ export declare class GatewayClient {
|
|
|
433
433
|
* @param ChangeGatewayCompartmentRequest
|
|
434
434
|
* @return ChangeGatewayCompartmentResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
437
437
|
*/
|
|
438
438
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
439
439
|
/**
|
|
@@ -443,7 +443,7 @@ export declare class GatewayClient {
|
|
|
443
443
|
* @param CreateGatewayRequest
|
|
444
444
|
* @return CreateGatewayResponse
|
|
445
445
|
* @throws OciError when an error occurs
|
|
446
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
447
447
|
*/
|
|
448
448
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
449
449
|
/**
|
|
@@ -452,7 +452,7 @@ export declare class GatewayClient {
|
|
|
452
452
|
* @param DeleteGatewayRequest
|
|
453
453
|
* @return DeleteGatewayResponse
|
|
454
454
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
455
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
456
456
|
*/
|
|
457
457
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
458
458
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class GatewayClient {
|
|
|
461
461
|
* @param GetGatewayRequest
|
|
462
462
|
* @return GetGatewayResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
465
465
|
*/
|
|
466
466
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
467
467
|
/**
|
|
@@ -471,7 +471,7 @@ export declare class GatewayClient {
|
|
|
471
471
|
* @param ListGatewaysRequest
|
|
472
472
|
* @return ListGatewaysResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
475
475
|
*/
|
|
476
476
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
477
477
|
/**
|
|
@@ -480,7 +480,7 @@ export declare class GatewayClient {
|
|
|
480
480
|
* @param UpdateGatewayRequest
|
|
481
481
|
* @return UpdateGatewayResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
484
484
|
*/
|
|
485
485
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
486
486
|
}
|
|
@@ -542,7 +542,7 @@ export declare class WorkRequestsClient {
|
|
|
542
542
|
* @param CancelWorkRequestRequest
|
|
543
543
|
* @return CancelWorkRequestResponse
|
|
544
544
|
* @throws OciError when an error occurs
|
|
545
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
545
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
546
546
|
*/
|
|
547
547
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
548
548
|
/**
|
|
@@ -551,7 +551,7 @@ export declare class WorkRequestsClient {
|
|
|
551
551
|
* @param GetWorkRequestRequest
|
|
552
552
|
* @return GetWorkRequestResponse
|
|
553
553
|
* @throws OciError when an error occurs
|
|
554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
554
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
555
555
|
*/
|
|
556
556
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
557
557
|
/**
|
|
@@ -561,7 +561,7 @@ export declare class WorkRequestsClient {
|
|
|
561
561
|
* @param ListWorkRequestErrorsRequest
|
|
562
562
|
* @return ListWorkRequestErrorsResponse
|
|
563
563
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
565
565
|
*/
|
|
566
566
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
567
567
|
/**
|
|
@@ -571,7 +571,7 @@ export declare class WorkRequestsClient {
|
|
|
571
571
|
* @param ListWorkRequestLogsRequest
|
|
572
572
|
* @return ListWorkRequestLogsResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
575
575
|
*/
|
|
576
576
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
577
577
|
/**
|
|
@@ -581,7 +581,7 @@ export declare class WorkRequestsClient {
|
|
|
581
581
|
* @param ListWorkRequestsRequest
|
|
582
582
|
* @return ListWorkRequestsResponse
|
|
583
583
|
* @throws OciError when an error occurs
|
|
584
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
585
585
|
*/
|
|
586
586
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
587
587
|
}
|
package/lib/client.js
CHANGED
|
@@ -156,7 +156,7 @@ class ApiGatewayClient {
|
|
|
156
156
|
* @param ChangeApiCompartmentRequest
|
|
157
157
|
* @return ChangeApiCompartmentResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
160
160
|
*/
|
|
161
161
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -216,7 +216,7 @@ class ApiGatewayClient {
|
|
|
216
216
|
* @param ChangeCertificateCompartmentRequest
|
|
217
217
|
* @return ChangeCertificateCompartmentResponse
|
|
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.12.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
220
220
|
*/
|
|
221
221
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
222
222
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -272,7 +272,7 @@ class ApiGatewayClient {
|
|
|
272
272
|
* @param CreateApiRequest
|
|
273
273
|
* @return CreateApiResponse
|
|
274
274
|
* @throws OciError when an error occurs
|
|
275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
276
276
|
*/
|
|
277
277
|
createApi(createApiRequest) {
|
|
278
278
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -344,7 +344,7 @@ class ApiGatewayClient {
|
|
|
344
344
|
* @param CreateCertificateRequest
|
|
345
345
|
* @return CreateCertificateResponse
|
|
346
346
|
* @throws OciError when an error occurs
|
|
347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
348
348
|
*/
|
|
349
349
|
createCertificate(createCertificateRequest) {
|
|
350
350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -415,7 +415,7 @@ class ApiGatewayClient {
|
|
|
415
415
|
* @param CreateSdkRequest
|
|
416
416
|
* @return CreateSdkResponse
|
|
417
417
|
* @throws OciError when an error occurs
|
|
418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
419
419
|
*/
|
|
420
420
|
createSdk(createSdkRequest) {
|
|
421
421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -486,7 +486,7 @@ class ApiGatewayClient {
|
|
|
486
486
|
* @param DeleteApiRequest
|
|
487
487
|
* @return DeleteApiResponse
|
|
488
488
|
* @throws OciError when an error occurs
|
|
489
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
490
490
|
*/
|
|
491
491
|
deleteApi(deleteApiRequest) {
|
|
492
492
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -544,7 +544,7 @@ class ApiGatewayClient {
|
|
|
544
544
|
* @param DeleteCertificateRequest
|
|
545
545
|
* @return DeleteCertificateResponse
|
|
546
546
|
* @throws OciError when an error occurs
|
|
547
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
548
548
|
*/
|
|
549
549
|
deleteCertificate(deleteCertificateRequest) {
|
|
550
550
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -602,7 +602,7 @@ class ApiGatewayClient {
|
|
|
602
602
|
* @param DeleteSdkRequest
|
|
603
603
|
* @return DeleteSdkResponse
|
|
604
604
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
606
606
|
*/
|
|
607
607
|
deleteSdk(deleteSdkRequest) {
|
|
608
608
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -660,7 +660,7 @@ class ApiGatewayClient {
|
|
|
660
660
|
* @param GetApiRequest
|
|
661
661
|
* @return GetApiResponse
|
|
662
662
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
664
664
|
*/
|
|
665
665
|
getApi(getApiRequest) {
|
|
666
666
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -721,7 +721,7 @@ class ApiGatewayClient {
|
|
|
721
721
|
* @param GetApiContentRequest
|
|
722
722
|
* @return GetApiContentResponse
|
|
723
723
|
* @throws OciError when an error occurs
|
|
724
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
725
725
|
*/
|
|
726
726
|
getApiContent(getApiContentRequest) {
|
|
727
727
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -788,7 +788,7 @@ class ApiGatewayClient {
|
|
|
788
788
|
* @param GetApiDeploymentSpecificationRequest
|
|
789
789
|
* @return GetApiDeploymentSpecificationResponse
|
|
790
790
|
* @throws OciError when an error occurs
|
|
791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
792
792
|
*/
|
|
793
793
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
794
794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -850,7 +850,7 @@ class ApiGatewayClient {
|
|
|
850
850
|
* @param GetApiValidationsRequest
|
|
851
851
|
* @return GetApiValidationsResponse
|
|
852
852
|
* @throws OciError when an error occurs
|
|
853
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
854
854
|
*/
|
|
855
855
|
getApiValidations(getApiValidationsRequest) {
|
|
856
856
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -912,7 +912,7 @@ class ApiGatewayClient {
|
|
|
912
912
|
* @param GetCertificateRequest
|
|
913
913
|
* @return GetCertificateResponse
|
|
914
914
|
* @throws OciError when an error occurs
|
|
915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
916
916
|
*/
|
|
917
917
|
getCertificate(getCertificateRequest) {
|
|
918
918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -973,7 +973,7 @@ class ApiGatewayClient {
|
|
|
973
973
|
* @param GetSdkRequest
|
|
974
974
|
* @return GetSdkResponse
|
|
975
975
|
* @throws OciError when an error occurs
|
|
976
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
977
977
|
*/
|
|
978
978
|
getSdk(getSdkRequest) {
|
|
979
979
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1035,7 +1035,7 @@ class ApiGatewayClient {
|
|
|
1035
1035
|
* @param ListApisRequest
|
|
1036
1036
|
* @return ListApisResponse
|
|
1037
1037
|
* @throws OciError when an error occurs
|
|
1038
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1039
1039
|
*/
|
|
1040
1040
|
listApis(listApisRequest) {
|
|
1041
1041
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1108,7 +1108,7 @@ class ApiGatewayClient {
|
|
|
1108
1108
|
* @param ListCertificatesRequest
|
|
1109
1109
|
* @return ListCertificatesResponse
|
|
1110
1110
|
* @throws OciError when an error occurs
|
|
1111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1112
1112
|
*/
|
|
1113
1113
|
listCertificates(listCertificatesRequest) {
|
|
1114
1114
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1180,7 +1180,7 @@ class ApiGatewayClient {
|
|
|
1180
1180
|
* @param ListSdkLanguageTypesRequest
|
|
1181
1181
|
* @return ListSdkLanguageTypesResponse
|
|
1182
1182
|
* @throws OciError when an error occurs
|
|
1183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1184
1184
|
*/
|
|
1185
1185
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1186
1186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1251,7 +1251,7 @@ class ApiGatewayClient {
|
|
|
1251
1251
|
* @param ListSdksRequest
|
|
1252
1252
|
* @return ListSdksResponse
|
|
1253
1253
|
* @throws OciError when an error occurs
|
|
1254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1255
1255
|
*/
|
|
1256
1256
|
listSdks(listSdksRequest) {
|
|
1257
1257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1324,7 +1324,7 @@ class ApiGatewayClient {
|
|
|
1324
1324
|
* @param UpdateApiRequest
|
|
1325
1325
|
* @return UpdateApiResponse
|
|
1326
1326
|
* @throws OciError when an error occurs
|
|
1327
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1328
1328
|
*/
|
|
1329
1329
|
updateApi(updateApiRequest) {
|
|
1330
1330
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1383,7 +1383,7 @@ class ApiGatewayClient {
|
|
|
1383
1383
|
* @param UpdateCertificateRequest
|
|
1384
1384
|
* @return UpdateCertificateResponse
|
|
1385
1385
|
* @throws OciError when an error occurs
|
|
1386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1387
1387
|
*/
|
|
1388
1388
|
updateCertificate(updateCertificateRequest) {
|
|
1389
1389
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1442,7 +1442,7 @@ class ApiGatewayClient {
|
|
|
1442
1442
|
* @param UpdateSdkRequest
|
|
1443
1443
|
* @return UpdateSdkResponse
|
|
1444
1444
|
* @throws OciError when an error occurs
|
|
1445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1446
1446
|
*/
|
|
1447
1447
|
updateSdk(updateSdkRequest) {
|
|
1448
1448
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1595,7 @@ class DeploymentClient {
|
|
|
1595
1595
|
* @param ChangeDeploymentCompartmentRequest
|
|
1596
1596
|
* @return ChangeDeploymentCompartmentResponse
|
|
1597
1597
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1599
1599
|
*/
|
|
1600
1600
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1601
1601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1656,7 +1656,7 @@ class DeploymentClient {
|
|
|
1656
1656
|
* @param CreateDeploymentRequest
|
|
1657
1657
|
* @return CreateDeploymentResponse
|
|
1658
1658
|
* @throws OciError when an error occurs
|
|
1659
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1660
1660
|
*/
|
|
1661
1661
|
createDeployment(createDeploymentRequest) {
|
|
1662
1662
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1727,7 @@ class DeploymentClient {
|
|
|
1727
1727
|
* @param DeleteDeploymentRequest
|
|
1728
1728
|
* @return DeleteDeploymentResponse
|
|
1729
1729
|
* @throws OciError when an error occurs
|
|
1730
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1731
1731
|
*/
|
|
1732
1732
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1733
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1785,7 +1785,7 @@ class DeploymentClient {
|
|
|
1785
1785
|
* @param GetDeploymentRequest
|
|
1786
1786
|
* @return GetDeploymentResponse
|
|
1787
1787
|
* @throws OciError when an error occurs
|
|
1788
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1789
1789
|
*/
|
|
1790
1790
|
getDeployment(getDeploymentRequest) {
|
|
1791
1791
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1847,7 +1847,7 @@ class DeploymentClient {
|
|
|
1847
1847
|
* @param ListDeploymentsRequest
|
|
1848
1848
|
* @return ListDeploymentsResponse
|
|
1849
1849
|
* @throws OciError when an error occurs
|
|
1850
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1851
1851
|
*/
|
|
1852
1852
|
listDeployments(listDeploymentsRequest) {
|
|
1853
1853
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1920,7 +1920,7 @@ class DeploymentClient {
|
|
|
1920
1920
|
* @param UpdateDeploymentRequest
|
|
1921
1921
|
* @return UpdateDeploymentResponse
|
|
1922
1922
|
* @throws OciError when an error occurs
|
|
1923
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
1923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
1924
1924
|
*/
|
|
1925
1925
|
updateDeployment(updateDeploymentRequest) {
|
|
1926
1926
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2078,7 +2078,7 @@ class GatewayClient {
|
|
|
2078
2078
|
* @param ChangeGatewayCompartmentRequest
|
|
2079
2079
|
* @return ChangeGatewayCompartmentResponse
|
|
2080
2080
|
* @throws OciError when an error occurs
|
|
2081
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2082
2082
|
*/
|
|
2083
2083
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2084
2084
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2139,7 +2139,7 @@ class GatewayClient {
|
|
|
2139
2139
|
* @param CreateGatewayRequest
|
|
2140
2140
|
* @return CreateGatewayResponse
|
|
2141
2141
|
* @throws OciError when an error occurs
|
|
2142
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2142
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2143
2143
|
*/
|
|
2144
2144
|
createGateway(createGatewayRequest) {
|
|
2145
2145
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2210,7 +2210,7 @@ class GatewayClient {
|
|
|
2210
2210
|
* @param DeleteGatewayRequest
|
|
2211
2211
|
* @return DeleteGatewayResponse
|
|
2212
2212
|
* @throws OciError when an error occurs
|
|
2213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2214
2214
|
*/
|
|
2215
2215
|
deleteGateway(deleteGatewayRequest) {
|
|
2216
2216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2268,7 +2268,7 @@ class GatewayClient {
|
|
|
2268
2268
|
* @param GetGatewayRequest
|
|
2269
2269
|
* @return GetGatewayResponse
|
|
2270
2270
|
* @throws OciError when an error occurs
|
|
2271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2272
2272
|
*/
|
|
2273
2273
|
getGateway(getGatewayRequest) {
|
|
2274
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2330,7 +2330,7 @@ class GatewayClient {
|
|
|
2330
2330
|
* @param ListGatewaysRequest
|
|
2331
2331
|
* @return ListGatewaysResponse
|
|
2332
2332
|
* @throws OciError when an error occurs
|
|
2333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2334
2334
|
*/
|
|
2335
2335
|
listGateways(listGatewaysRequest) {
|
|
2336
2336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2403,7 +2403,7 @@ class GatewayClient {
|
|
|
2403
2403
|
* @param UpdateGatewayRequest
|
|
2404
2404
|
* @return UpdateGatewayResponse
|
|
2405
2405
|
* @throws OciError when an error occurs
|
|
2406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2406
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2407
2407
|
*/
|
|
2408
2408
|
updateGateway(updateGatewayRequest) {
|
|
2409
2409
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2561,7 +2561,7 @@ class WorkRequestsClient {
|
|
|
2561
2561
|
* @param CancelWorkRequestRequest
|
|
2562
2562
|
* @return CancelWorkRequestResponse
|
|
2563
2563
|
* @throws OciError when an error occurs
|
|
2564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2564
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
2565
2565
|
*/
|
|
2566
2566
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
2567
2567
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2615,7 +2615,7 @@ class WorkRequestsClient {
|
|
|
2615
2615
|
* @param GetWorkRequestRequest
|
|
2616
2616
|
* @return GetWorkRequestResponse
|
|
2617
2617
|
* @throws OciError when an error occurs
|
|
2618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2618
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2619
2619
|
*/
|
|
2620
2620
|
getWorkRequest(getWorkRequestRequest) {
|
|
2621
2621
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2682,7 +2682,7 @@ class WorkRequestsClient {
|
|
|
2682
2682
|
* @param ListWorkRequestErrorsRequest
|
|
2683
2683
|
* @return ListWorkRequestErrorsResponse
|
|
2684
2684
|
* @throws OciError when an error occurs
|
|
2685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2686
2686
|
*/
|
|
2687
2687
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2688
2688
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2754,7 +2754,7 @@ class WorkRequestsClient {
|
|
|
2754
2754
|
* @param ListWorkRequestLogsRequest
|
|
2755
2755
|
* @return ListWorkRequestLogsResponse
|
|
2756
2756
|
* @throws OciError when an error occurs
|
|
2757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2758
2758
|
*/
|
|
2759
2759
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2760
2760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2826,7 +2826,7 @@ class WorkRequestsClient {
|
|
|
2826
2826
|
* @param ListWorkRequestsRequest
|
|
2827
2827
|
* @return ListWorkRequestsResponse
|
|
2828
2828
|
* @throws OciError when an error occurs
|
|
2829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
2829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2830
2830
|
*/
|
|
2831
2831
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2832
2832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeApiCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeCertificateCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDeploymentCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeGatewayCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateApi.ts.html |here} to see how to use CreateApiRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateApiRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateGateway.ts.html |here} to see how to use CreateGatewayRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateGatewayRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdkRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateSdkRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApiRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteApiRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteCertificateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDeploymentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGatewayRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteGatewayRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteSdkRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiContentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecificationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiDeploymentSpecificationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApi.ts.html |here} to see how to use GetApiRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetApiValidationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetCertificateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetDeployment.ts.html |here} to see how to use GetDeploymentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDeploymentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetGateway.ts.html |here} to see how to use GetGatewayRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetGatewayRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetSdk.ts.html |here} to see how to use GetSdkRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetSdkRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListApis.ts.html |here} to see how to use ListApisRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListApisRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificatesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListCertificatesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListDeployments.ts.html |here} to see how to use ListDeploymentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListDeploymentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListGateways.ts.html |here} to see how to use ListGatewaysRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListGatewaysRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypesRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdkLanguageTypesRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListSdks.ts.html |here} to see how to use ListSdksRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListSdksRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApiRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateApiRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificateRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateCertificateRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeploymentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDeploymentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGatewayRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateGatewayRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdkRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateSdkRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-apigateway",
|
|
3
|
-
"version": "2.12.
|
|
3
|
+
"version": "2.12.1",
|
|
4
4
|
"description": "OCI NodeJS client for API gateway service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.12.
|
|
19
|
-
"oci-workrequests": "2.12.
|
|
18
|
+
"oci-common": "2.12.1",
|
|
19
|
+
"oci-workrequests": "2.12.1"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|