oci-apigateway 2.18.0 → 2.21.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/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
|
@@ -79,7 +79,7 @@ export declare class ApiGatewayClient {
|
|
|
79
79
|
* @param ChangeApiCompartmentRequest
|
|
80
80
|
* @return ChangeApiCompartmentResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
83
83
|
*/
|
|
84
84
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
85
85
|
/**
|
|
@@ -88,7 +88,7 @@ export declare class ApiGatewayClient {
|
|
|
88
88
|
* @param ChangeCertificateCompartmentRequest
|
|
89
89
|
* @return ChangeCertificateCompartmentResponse
|
|
90
90
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
91
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
92
92
|
*/
|
|
93
93
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
94
94
|
/**
|
|
@@ -98,7 +98,7 @@ export declare class ApiGatewayClient {
|
|
|
98
98
|
* @param CreateApiRequest
|
|
99
99
|
* @return CreateApiResponse
|
|
100
100
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
101
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
102
102
|
*/
|
|
103
103
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
104
104
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class ApiGatewayClient {
|
|
|
108
108
|
* @param CreateCertificateRequest
|
|
109
109
|
* @return CreateCertificateResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
112
112
|
*/
|
|
113
113
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
114
114
|
/**
|
|
@@ -117,7 +117,7 @@ export declare class ApiGatewayClient {
|
|
|
117
117
|
* @param CreateSdkRequest
|
|
118
118
|
* @return CreateSdkResponse
|
|
119
119
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
120
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
121
121
|
*/
|
|
122
122
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
123
123
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class ApiGatewayClient {
|
|
|
126
126
|
* @param DeleteApiRequest
|
|
127
127
|
* @return DeleteApiResponse
|
|
128
128
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
129
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
130
130
|
*/
|
|
131
131
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
132
132
|
/**
|
|
@@ -135,7 +135,7 @@ export declare class ApiGatewayClient {
|
|
|
135
135
|
* @param DeleteCertificateRequest
|
|
136
136
|
* @return DeleteCertificateResponse
|
|
137
137
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
139
139
|
*/
|
|
140
140
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
141
141
|
/**
|
|
@@ -144,7 +144,7 @@ export declare class ApiGatewayClient {
|
|
|
144
144
|
* @param DeleteSdkRequest
|
|
145
145
|
* @return DeleteSdkResponse
|
|
146
146
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
147
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
148
148
|
*/
|
|
149
149
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
150
150
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class ApiGatewayClient {
|
|
|
153
153
|
* @param GetApiRequest
|
|
154
154
|
* @return GetApiResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
157
157
|
*/
|
|
158
158
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
159
159
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class ApiGatewayClient {
|
|
|
162
162
|
* @param GetApiContentRequest
|
|
163
163
|
* @return GetApiContentResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
165
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
166
166
|
*/
|
|
167
167
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
168
168
|
/**
|
|
@@ -171,7 +171,7 @@ export declare class ApiGatewayClient {
|
|
|
171
171
|
* @param GetApiDeploymentSpecificationRequest
|
|
172
172
|
* @return GetApiDeploymentSpecificationResponse
|
|
173
173
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
174
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
175
175
|
*/
|
|
176
176
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
177
177
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ApiGatewayClient {
|
|
|
180
180
|
* @param GetApiValidationsRequest
|
|
181
181
|
* @return GetApiValidationsResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
184
184
|
*/
|
|
185
185
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class ApiGatewayClient {
|
|
|
189
189
|
* @param GetCertificateRequest
|
|
190
190
|
* @return GetCertificateResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
193
193
|
*/
|
|
194
194
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
195
195
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class ApiGatewayClient {
|
|
|
198
198
|
* @param GetSdkRequest
|
|
199
199
|
* @return GetSdkResponse
|
|
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.21.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
202
202
|
*/
|
|
203
203
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
204
204
|
/**
|
|
@@ -208,7 +208,7 @@ export declare class ApiGatewayClient {
|
|
|
208
208
|
* @param ListApisRequest
|
|
209
209
|
* @return ListApisResponse
|
|
210
210
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
212
212
|
*/
|
|
213
213
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
214
214
|
/**
|
|
@@ -218,7 +218,7 @@ export declare class ApiGatewayClient {
|
|
|
218
218
|
* @param ListCertificatesRequest
|
|
219
219
|
* @return ListCertificatesResponse
|
|
220
220
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
222
222
|
*/
|
|
223
223
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
224
224
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class ApiGatewayClient {
|
|
|
227
227
|
* @param ListSdkLanguageTypesRequest
|
|
228
228
|
* @return ListSdkLanguageTypesResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
231
231
|
*/
|
|
232
232
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
233
233
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class ApiGatewayClient {
|
|
|
236
236
|
* @param ListSdksRequest
|
|
237
237
|
* @return ListSdksResponse
|
|
238
238
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
239
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
240
240
|
*/
|
|
241
241
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
242
242
|
/**
|
|
@@ -245,7 +245,7 @@ export declare class ApiGatewayClient {
|
|
|
245
245
|
* @param UpdateApiRequest
|
|
246
246
|
* @return UpdateApiResponse
|
|
247
247
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
248
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
249
249
|
*/
|
|
250
250
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
251
251
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class ApiGatewayClient {
|
|
|
254
254
|
* @param UpdateCertificateRequest
|
|
255
255
|
* @return UpdateCertificateResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
258
258
|
*/
|
|
259
259
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
260
260
|
/**
|
|
@@ -263,7 +263,7 @@ export declare class ApiGatewayClient {
|
|
|
263
263
|
* @param UpdateSdkRequest
|
|
264
264
|
* @return UpdateSdkResponse
|
|
265
265
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
266
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
267
267
|
*/
|
|
268
268
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
269
269
|
}
|
|
@@ -326,7 +326,7 @@ export declare class DeploymentClient {
|
|
|
326
326
|
* @param ChangeDeploymentCompartmentRequest
|
|
327
327
|
* @return ChangeDeploymentCompartmentResponse
|
|
328
328
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
329
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
330
330
|
*/
|
|
331
331
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
332
332
|
/**
|
|
@@ -336,7 +336,7 @@ export declare class DeploymentClient {
|
|
|
336
336
|
* @param CreateDeploymentRequest
|
|
337
337
|
* @return CreateDeploymentResponse
|
|
338
338
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
340
340
|
*/
|
|
341
341
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
342
342
|
/**
|
|
@@ -345,7 +345,7 @@ export declare class DeploymentClient {
|
|
|
345
345
|
* @param DeleteDeploymentRequest
|
|
346
346
|
* @return DeleteDeploymentResponse
|
|
347
347
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
348
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
349
349
|
*/
|
|
350
350
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
351
351
|
/**
|
|
@@ -354,7 +354,7 @@ export declare class DeploymentClient {
|
|
|
354
354
|
* @param GetDeploymentRequest
|
|
355
355
|
* @return GetDeploymentResponse
|
|
356
356
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
357
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
358
358
|
*/
|
|
359
359
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
360
360
|
/**
|
|
@@ -364,7 +364,7 @@ export declare class DeploymentClient {
|
|
|
364
364
|
* @param ListDeploymentsRequest
|
|
365
365
|
* @return ListDeploymentsResponse
|
|
366
366
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
367
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
368
368
|
*/
|
|
369
369
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
370
370
|
/**
|
|
@@ -373,7 +373,7 @@ export declare class DeploymentClient {
|
|
|
373
373
|
* @param UpdateDeploymentRequest
|
|
374
374
|
* @return UpdateDeploymentResponse
|
|
375
375
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
377
377
|
*/
|
|
378
378
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
379
379
|
}
|
|
@@ -436,7 +436,7 @@ export declare class GatewayClient {
|
|
|
436
436
|
* @param ChangeGatewayCompartmentRequest
|
|
437
437
|
* @return ChangeGatewayCompartmentResponse
|
|
438
438
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
439
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
440
440
|
*/
|
|
441
441
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
442
442
|
/**
|
|
@@ -446,7 +446,7 @@ export declare class GatewayClient {
|
|
|
446
446
|
* @param CreateGatewayRequest
|
|
447
447
|
* @return CreateGatewayResponse
|
|
448
448
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
449
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
450
450
|
*/
|
|
451
451
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
452
452
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class GatewayClient {
|
|
|
455
455
|
* @param DeleteGatewayRequest
|
|
456
456
|
* @return DeleteGatewayResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
459
459
|
*/
|
|
460
460
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
461
461
|
/**
|
|
@@ -464,7 +464,7 @@ export declare class GatewayClient {
|
|
|
464
464
|
* @param GetGatewayRequest
|
|
465
465
|
* @return GetGatewayResponse
|
|
466
466
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
467
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
468
468
|
*/
|
|
469
469
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
470
470
|
/**
|
|
@@ -474,7 +474,7 @@ export declare class GatewayClient {
|
|
|
474
474
|
* @param ListGatewaysRequest
|
|
475
475
|
* @return ListGatewaysResponse
|
|
476
476
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
477
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
478
478
|
*/
|
|
479
479
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
480
480
|
/**
|
|
@@ -483,7 +483,7 @@ export declare class GatewayClient {
|
|
|
483
483
|
* @param UpdateGatewayRequest
|
|
484
484
|
* @return UpdateGatewayResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
487
487
|
*/
|
|
488
488
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
489
489
|
}
|
|
@@ -546,7 +546,7 @@ export declare class WorkRequestsClient {
|
|
|
546
546
|
* @param CancelWorkRequestRequest
|
|
547
547
|
* @return CancelWorkRequestResponse
|
|
548
548
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
549
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
550
550
|
*/
|
|
551
551
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
552
552
|
/**
|
|
@@ -555,7 +555,7 @@ export declare class WorkRequestsClient {
|
|
|
555
555
|
* @param GetWorkRequestRequest
|
|
556
556
|
* @return GetWorkRequestResponse
|
|
557
557
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
558
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
559
559
|
*/
|
|
560
560
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
561
561
|
/**
|
|
@@ -565,7 +565,7 @@ export declare class WorkRequestsClient {
|
|
|
565
565
|
* @param ListWorkRequestErrorsRequest
|
|
566
566
|
* @return ListWorkRequestErrorsResponse
|
|
567
567
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
569
569
|
*/
|
|
570
570
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
571
571
|
/**
|
|
@@ -575,7 +575,7 @@ export declare class WorkRequestsClient {
|
|
|
575
575
|
* @param ListWorkRequestLogsRequest
|
|
576
576
|
* @return ListWorkRequestLogsResponse
|
|
577
577
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
579
579
|
*/
|
|
580
580
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
581
581
|
/**
|
|
@@ -585,7 +585,7 @@ export declare class WorkRequestsClient {
|
|
|
585
585
|
* @param ListWorkRequestsRequest
|
|
586
586
|
* @return ListWorkRequestsResponse
|
|
587
587
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
588
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
589
589
|
*/
|
|
590
590
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
591
591
|
}
|
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.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
547
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
724
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
853
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
976
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1038
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1254
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1386
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
1445
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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* () {
|
|
@@ -1596,7 +1596,7 @@ class DeploymentClient {
|
|
|
1596
1596
|
* @param ChangeDeploymentCompartmentRequest
|
|
1597
1597
|
* @return ChangeDeploymentCompartmentResponse
|
|
1598
1598
|
* @throws OciError when an error occurs
|
|
1599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1599
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1600
1600
|
*/
|
|
1601
1601
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1602
1602
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1657,7 @@ class DeploymentClient {
|
|
|
1657
1657
|
* @param CreateDeploymentRequest
|
|
1658
1658
|
* @return CreateDeploymentResponse
|
|
1659
1659
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1661
1661
|
*/
|
|
1662
1662
|
createDeployment(createDeploymentRequest) {
|
|
1663
1663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1728,7 +1728,7 @@ class DeploymentClient {
|
|
|
1728
1728
|
* @param DeleteDeploymentRequest
|
|
1729
1729
|
* @return DeleteDeploymentResponse
|
|
1730
1730
|
* @throws OciError when an error occurs
|
|
1731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1732
1732
|
*/
|
|
1733
1733
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1734
1734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1786,7 +1786,7 @@ class DeploymentClient {
|
|
|
1786
1786
|
* @param GetDeploymentRequest
|
|
1787
1787
|
* @return GetDeploymentResponse
|
|
1788
1788
|
* @throws OciError when an error occurs
|
|
1789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1789
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1790
1790
|
*/
|
|
1791
1791
|
getDeployment(getDeploymentRequest) {
|
|
1792
1792
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1848,7 +1848,7 @@ class DeploymentClient {
|
|
|
1848
1848
|
* @param ListDeploymentsRequest
|
|
1849
1849
|
* @return ListDeploymentsResponse
|
|
1850
1850
|
* @throws OciError when an error occurs
|
|
1851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1851
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1852
1852
|
*/
|
|
1853
1853
|
listDeployments(listDeploymentsRequest) {
|
|
1854
1854
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1921,7 +1921,7 @@ class DeploymentClient {
|
|
|
1921
1921
|
* @param UpdateDeploymentRequest
|
|
1922
1922
|
* @return UpdateDeploymentResponse
|
|
1923
1923
|
* @throws OciError when an error occurs
|
|
1924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
1925
1925
|
*/
|
|
1926
1926
|
updateDeployment(updateDeploymentRequest) {
|
|
1927
1927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2080,7 +2080,7 @@ class GatewayClient {
|
|
|
2080
2080
|
* @param ChangeGatewayCompartmentRequest
|
|
2081
2081
|
* @return ChangeGatewayCompartmentResponse
|
|
2082
2082
|
* @throws OciError when an error occurs
|
|
2083
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2083
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2084
2084
|
*/
|
|
2085
2085
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2086
2086
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2141,7 +2141,7 @@ class GatewayClient {
|
|
|
2141
2141
|
* @param CreateGatewayRequest
|
|
2142
2142
|
* @return CreateGatewayResponse
|
|
2143
2143
|
* @throws OciError when an error occurs
|
|
2144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2145
2145
|
*/
|
|
2146
2146
|
createGateway(createGatewayRequest) {
|
|
2147
2147
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2212,7 +2212,7 @@ class GatewayClient {
|
|
|
2212
2212
|
* @param DeleteGatewayRequest
|
|
2213
2213
|
* @return DeleteGatewayResponse
|
|
2214
2214
|
* @throws OciError when an error occurs
|
|
2215
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2215
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2216
2216
|
*/
|
|
2217
2217
|
deleteGateway(deleteGatewayRequest) {
|
|
2218
2218
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2270,7 +2270,7 @@ class GatewayClient {
|
|
|
2270
2270
|
* @param GetGatewayRequest
|
|
2271
2271
|
* @return GetGatewayResponse
|
|
2272
2272
|
* @throws OciError when an error occurs
|
|
2273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2274
2274
|
*/
|
|
2275
2275
|
getGateway(getGatewayRequest) {
|
|
2276
2276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2332,7 +2332,7 @@ class GatewayClient {
|
|
|
2332
2332
|
* @param ListGatewaysRequest
|
|
2333
2333
|
* @return ListGatewaysResponse
|
|
2334
2334
|
* @throws OciError when an error occurs
|
|
2335
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2335
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2336
2336
|
*/
|
|
2337
2337
|
listGateways(listGatewaysRequest) {
|
|
2338
2338
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2405,7 +2405,7 @@ class GatewayClient {
|
|
|
2405
2405
|
* @param UpdateGatewayRequest
|
|
2406
2406
|
* @return UpdateGatewayResponse
|
|
2407
2407
|
* @throws OciError when an error occurs
|
|
2408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2409
2409
|
*/
|
|
2410
2410
|
updateGateway(updateGatewayRequest) {
|
|
2411
2411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2564,7 +2564,7 @@ class WorkRequestsClient {
|
|
|
2564
2564
|
* @param CancelWorkRequestRequest
|
|
2565
2565
|
* @return CancelWorkRequestResponse
|
|
2566
2566
|
* @throws OciError when an error occurs
|
|
2567
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2567
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
2568
2568
|
*/
|
|
2569
2569
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
2570
2570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2618,7 +2618,7 @@ class WorkRequestsClient {
|
|
|
2618
2618
|
* @param GetWorkRequestRequest
|
|
2619
2619
|
* @return GetWorkRequestResponse
|
|
2620
2620
|
* @throws OciError when an error occurs
|
|
2621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2622
2622
|
*/
|
|
2623
2623
|
getWorkRequest(getWorkRequestRequest) {
|
|
2624
2624
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2685,7 +2685,7 @@ class WorkRequestsClient {
|
|
|
2685
2685
|
* @param ListWorkRequestErrorsRequest
|
|
2686
2686
|
* @return ListWorkRequestErrorsResponse
|
|
2687
2687
|
* @throws OciError when an error occurs
|
|
2688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2688
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2689
2689
|
*/
|
|
2690
2690
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2691
2691
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2757,7 +2757,7 @@ class WorkRequestsClient {
|
|
|
2757
2757
|
* @param ListWorkRequestLogsRequest
|
|
2758
2758
|
* @return ListWorkRequestLogsResponse
|
|
2759
2759
|
* @throws OciError when an error occurs
|
|
2760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2761
2761
|
*/
|
|
2762
2762
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2763
2763
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2829,7 +2829,7 @@ class WorkRequestsClient {
|
|
|
2829
2829
|
* @param ListWorkRequestsRequest
|
|
2830
2830
|
* @return ListWorkRequestsResponse
|
|
2831
2831
|
* @throws OciError when an error occurs
|
|
2832
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2832
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2833
2833
|
*/
|
|
2834
2834
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2835
2835
|
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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/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.
|
|
3
|
+
"version": "2.21.0",
|
|
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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.21.0",
|
|
19
|
+
"oci-workrequests": "2.21.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|