oci-apigateway 2.20.0 → 2.24.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 +42 -38
- package/lib/client.js +62 -42
- package/lib/client.js.map +1 -1
- 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
|
@@ -33,6 +33,7 @@ export declare class ApiGatewayClient {
|
|
|
33
33
|
protected "_waiters": ApiGatewayWaiter;
|
|
34
34
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
35
35
|
protected _circuitBreaker: null;
|
|
36
|
+
protected _httpOptions: any;
|
|
36
37
|
protected _httpClient: common.HttpClient;
|
|
37
38
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
38
39
|
/**
|
|
@@ -79,7 +80,7 @@ export declare class ApiGatewayClient {
|
|
|
79
80
|
* @param ChangeApiCompartmentRequest
|
|
80
81
|
* @return ChangeApiCompartmentResponse
|
|
81
82
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
83
84
|
*/
|
|
84
85
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
85
86
|
/**
|
|
@@ -88,7 +89,7 @@ export declare class ApiGatewayClient {
|
|
|
88
89
|
* @param ChangeCertificateCompartmentRequest
|
|
89
90
|
* @return ChangeCertificateCompartmentResponse
|
|
90
91
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
92
93
|
*/
|
|
93
94
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
94
95
|
/**
|
|
@@ -98,7 +99,7 @@ export declare class ApiGatewayClient {
|
|
|
98
99
|
* @param CreateApiRequest
|
|
99
100
|
* @return CreateApiResponse
|
|
100
101
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
102
103
|
*/
|
|
103
104
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
104
105
|
/**
|
|
@@ -108,7 +109,7 @@ export declare class ApiGatewayClient {
|
|
|
108
109
|
* @param CreateCertificateRequest
|
|
109
110
|
* @return CreateCertificateResponse
|
|
110
111
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
112
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
112
113
|
*/
|
|
113
114
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
114
115
|
/**
|
|
@@ -117,7 +118,7 @@ export declare class ApiGatewayClient {
|
|
|
117
118
|
* @param CreateSdkRequest
|
|
118
119
|
* @return CreateSdkResponse
|
|
119
120
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
121
122
|
*/
|
|
122
123
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
123
124
|
/**
|
|
@@ -126,7 +127,7 @@ export declare class ApiGatewayClient {
|
|
|
126
127
|
* @param DeleteApiRequest
|
|
127
128
|
* @return DeleteApiResponse
|
|
128
129
|
* @throws OciError when an error occurs
|
|
129
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
130
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
130
131
|
*/
|
|
131
132
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
132
133
|
/**
|
|
@@ -135,7 +136,7 @@ export declare class ApiGatewayClient {
|
|
|
135
136
|
* @param DeleteCertificateRequest
|
|
136
137
|
* @return DeleteCertificateResponse
|
|
137
138
|
* @throws OciError when an error occurs
|
|
138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
139
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
139
140
|
*/
|
|
140
141
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
141
142
|
/**
|
|
@@ -144,7 +145,7 @@ export declare class ApiGatewayClient {
|
|
|
144
145
|
* @param DeleteSdkRequest
|
|
145
146
|
* @return DeleteSdkResponse
|
|
146
147
|
* @throws OciError when an error occurs
|
|
147
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
148
149
|
*/
|
|
149
150
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
150
151
|
/**
|
|
@@ -153,7 +154,7 @@ export declare class ApiGatewayClient {
|
|
|
153
154
|
* @param GetApiRequest
|
|
154
155
|
* @return GetApiResponse
|
|
155
156
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
157
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
157
158
|
*/
|
|
158
159
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
159
160
|
/**
|
|
@@ -162,7 +163,7 @@ export declare class ApiGatewayClient {
|
|
|
162
163
|
* @param GetApiContentRequest
|
|
163
164
|
* @return GetApiContentResponse
|
|
164
165
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
166
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
166
167
|
*/
|
|
167
168
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
168
169
|
/**
|
|
@@ -171,7 +172,7 @@ export declare class ApiGatewayClient {
|
|
|
171
172
|
* @param GetApiDeploymentSpecificationRequest
|
|
172
173
|
* @return GetApiDeploymentSpecificationResponse
|
|
173
174
|
* @throws OciError when an error occurs
|
|
174
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
175
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
175
176
|
*/
|
|
176
177
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
177
178
|
/**
|
|
@@ -180,7 +181,7 @@ export declare class ApiGatewayClient {
|
|
|
180
181
|
* @param GetApiValidationsRequest
|
|
181
182
|
* @return GetApiValidationsResponse
|
|
182
183
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
184
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
184
185
|
*/
|
|
185
186
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
186
187
|
/**
|
|
@@ -189,7 +190,7 @@ export declare class ApiGatewayClient {
|
|
|
189
190
|
* @param GetCertificateRequest
|
|
190
191
|
* @return GetCertificateResponse
|
|
191
192
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
193
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
193
194
|
*/
|
|
194
195
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
195
196
|
/**
|
|
@@ -198,7 +199,7 @@ export declare class ApiGatewayClient {
|
|
|
198
199
|
* @param GetSdkRequest
|
|
199
200
|
* @return GetSdkResponse
|
|
200
201
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
202
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
202
203
|
*/
|
|
203
204
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
204
205
|
/**
|
|
@@ -208,7 +209,7 @@ export declare class ApiGatewayClient {
|
|
|
208
209
|
* @param ListApisRequest
|
|
209
210
|
* @return ListApisResponse
|
|
210
211
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
212
213
|
*/
|
|
213
214
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
214
215
|
/**
|
|
@@ -218,7 +219,7 @@ export declare class ApiGatewayClient {
|
|
|
218
219
|
* @param ListCertificatesRequest
|
|
219
220
|
* @return ListCertificatesResponse
|
|
220
221
|
* @throws OciError when an error occurs
|
|
221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
222
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
222
223
|
*/
|
|
223
224
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
224
225
|
/**
|
|
@@ -227,7 +228,7 @@ export declare class ApiGatewayClient {
|
|
|
227
228
|
* @param ListSdkLanguageTypesRequest
|
|
228
229
|
* @return ListSdkLanguageTypesResponse
|
|
229
230
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
231
232
|
*/
|
|
232
233
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
233
234
|
/**
|
|
@@ -236,7 +237,7 @@ export declare class ApiGatewayClient {
|
|
|
236
237
|
* @param ListSdksRequest
|
|
237
238
|
* @return ListSdksResponse
|
|
238
239
|
* @throws OciError when an error occurs
|
|
239
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
240
241
|
*/
|
|
241
242
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
242
243
|
/**
|
|
@@ -245,7 +246,7 @@ export declare class ApiGatewayClient {
|
|
|
245
246
|
* @param UpdateApiRequest
|
|
246
247
|
* @return UpdateApiResponse
|
|
247
248
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
249
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
249
250
|
*/
|
|
250
251
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
251
252
|
/**
|
|
@@ -254,7 +255,7 @@ export declare class ApiGatewayClient {
|
|
|
254
255
|
* @param UpdateCertificateRequest
|
|
255
256
|
* @return UpdateCertificateResponse
|
|
256
257
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
258
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
258
259
|
*/
|
|
259
260
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
260
261
|
/**
|
|
@@ -263,7 +264,7 @@ export declare class ApiGatewayClient {
|
|
|
263
264
|
* @param UpdateSdkRequest
|
|
264
265
|
* @return UpdateSdkResponse
|
|
265
266
|
* @throws OciError when an error occurs
|
|
266
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
267
268
|
*/
|
|
268
269
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
269
270
|
}
|
|
@@ -280,6 +281,7 @@ export declare class DeploymentClient {
|
|
|
280
281
|
protected "_waiters": DeploymentWaiter;
|
|
281
282
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
282
283
|
protected _circuitBreaker: null;
|
|
284
|
+
protected _httpOptions: any;
|
|
283
285
|
protected _httpClient: common.HttpClient;
|
|
284
286
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
285
287
|
/**
|
|
@@ -326,7 +328,7 @@ export declare class DeploymentClient {
|
|
|
326
328
|
* @param ChangeDeploymentCompartmentRequest
|
|
327
329
|
* @return ChangeDeploymentCompartmentResponse
|
|
328
330
|
* @throws OciError when an error occurs
|
|
329
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
330
332
|
*/
|
|
331
333
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
332
334
|
/**
|
|
@@ -336,7 +338,7 @@ export declare class DeploymentClient {
|
|
|
336
338
|
* @param CreateDeploymentRequest
|
|
337
339
|
* @return CreateDeploymentResponse
|
|
338
340
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
340
342
|
*/
|
|
341
343
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
342
344
|
/**
|
|
@@ -345,7 +347,7 @@ export declare class DeploymentClient {
|
|
|
345
347
|
* @param DeleteDeploymentRequest
|
|
346
348
|
* @return DeleteDeploymentResponse
|
|
347
349
|
* @throws OciError when an error occurs
|
|
348
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
349
351
|
*/
|
|
350
352
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
351
353
|
/**
|
|
@@ -354,7 +356,7 @@ export declare class DeploymentClient {
|
|
|
354
356
|
* @param GetDeploymentRequest
|
|
355
357
|
* @return GetDeploymentResponse
|
|
356
358
|
* @throws OciError when an error occurs
|
|
357
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
359
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
358
360
|
*/
|
|
359
361
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
360
362
|
/**
|
|
@@ -364,7 +366,7 @@ export declare class DeploymentClient {
|
|
|
364
366
|
* @param ListDeploymentsRequest
|
|
365
367
|
* @return ListDeploymentsResponse
|
|
366
368
|
* @throws OciError when an error occurs
|
|
367
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
368
370
|
*/
|
|
369
371
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
370
372
|
/**
|
|
@@ -373,7 +375,7 @@ export declare class DeploymentClient {
|
|
|
373
375
|
* @param UpdateDeploymentRequest
|
|
374
376
|
* @return UpdateDeploymentResponse
|
|
375
377
|
* @throws OciError when an error occurs
|
|
376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
378
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
377
379
|
*/
|
|
378
380
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
379
381
|
}
|
|
@@ -390,6 +392,7 @@ export declare class GatewayClient {
|
|
|
390
392
|
protected "_waiters": GatewayWaiter;
|
|
391
393
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
392
394
|
protected _circuitBreaker: null;
|
|
395
|
+
protected _httpOptions: any;
|
|
393
396
|
protected _httpClient: common.HttpClient;
|
|
394
397
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
395
398
|
/**
|
|
@@ -436,7 +439,7 @@ export declare class GatewayClient {
|
|
|
436
439
|
* @param ChangeGatewayCompartmentRequest
|
|
437
440
|
* @return ChangeGatewayCompartmentResponse
|
|
438
441
|
* @throws OciError when an error occurs
|
|
439
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
440
443
|
*/
|
|
441
444
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
442
445
|
/**
|
|
@@ -446,7 +449,7 @@ export declare class GatewayClient {
|
|
|
446
449
|
* @param CreateGatewayRequest
|
|
447
450
|
* @return CreateGatewayResponse
|
|
448
451
|
* @throws OciError when an error occurs
|
|
449
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
452
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
450
453
|
*/
|
|
451
454
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
452
455
|
/**
|
|
@@ -455,7 +458,7 @@ export declare class GatewayClient {
|
|
|
455
458
|
* @param DeleteGatewayRequest
|
|
456
459
|
* @return DeleteGatewayResponse
|
|
457
460
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
461
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
459
462
|
*/
|
|
460
463
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
461
464
|
/**
|
|
@@ -464,7 +467,7 @@ export declare class GatewayClient {
|
|
|
464
467
|
* @param GetGatewayRequest
|
|
465
468
|
* @return GetGatewayResponse
|
|
466
469
|
* @throws OciError when an error occurs
|
|
467
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
470
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
468
471
|
*/
|
|
469
472
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
470
473
|
/**
|
|
@@ -474,7 +477,7 @@ export declare class GatewayClient {
|
|
|
474
477
|
* @param ListGatewaysRequest
|
|
475
478
|
* @return ListGatewaysResponse
|
|
476
479
|
* @throws OciError when an error occurs
|
|
477
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
480
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
478
481
|
*/
|
|
479
482
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
480
483
|
/**
|
|
@@ -483,7 +486,7 @@ export declare class GatewayClient {
|
|
|
483
486
|
* @param UpdateGatewayRequest
|
|
484
487
|
* @return UpdateGatewayResponse
|
|
485
488
|
* @throws OciError when an error occurs
|
|
486
|
-
* @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.24.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
487
490
|
*/
|
|
488
491
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
489
492
|
}
|
|
@@ -500,6 +503,7 @@ export declare class WorkRequestsClient {
|
|
|
500
503
|
protected "_waiters": WorkRequestsWaiter;
|
|
501
504
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
502
505
|
protected _circuitBreaker: null;
|
|
506
|
+
protected _httpOptions: any;
|
|
503
507
|
protected _httpClient: common.HttpClient;
|
|
504
508
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
505
509
|
/**
|
|
@@ -546,7 +550,7 @@ export declare class WorkRequestsClient {
|
|
|
546
550
|
* @param CancelWorkRequestRequest
|
|
547
551
|
* @return CancelWorkRequestResponse
|
|
548
552
|
* @throws OciError when an error occurs
|
|
549
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
550
554
|
*/
|
|
551
555
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
552
556
|
/**
|
|
@@ -555,7 +559,7 @@ export declare class WorkRequestsClient {
|
|
|
555
559
|
* @param GetWorkRequestRequest
|
|
556
560
|
* @return GetWorkRequestResponse
|
|
557
561
|
* @throws OciError when an error occurs
|
|
558
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
559
563
|
*/
|
|
560
564
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
561
565
|
/**
|
|
@@ -565,7 +569,7 @@ export declare class WorkRequestsClient {
|
|
|
565
569
|
* @param ListWorkRequestErrorsRequest
|
|
566
570
|
* @return ListWorkRequestErrorsResponse
|
|
567
571
|
* @throws OciError when an error occurs
|
|
568
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
569
573
|
*/
|
|
570
574
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
571
575
|
/**
|
|
@@ -575,7 +579,7 @@ export declare class WorkRequestsClient {
|
|
|
575
579
|
* @param ListWorkRequestLogsRequest
|
|
576
580
|
* @return ListWorkRequestLogsResponse
|
|
577
581
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
582
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
579
583
|
*/
|
|
580
584
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
581
585
|
/**
|
|
@@ -585,7 +589,7 @@ export declare class WorkRequestsClient {
|
|
|
585
589
|
* @param ListWorkRequestsRequest
|
|
586
590
|
* @return ListWorkRequestsResponse
|
|
587
591
|
* @throws OciError when an error occurs
|
|
588
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
589
593
|
*/
|
|
590
594
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
591
595
|
}
|