oci-apigateway 2.11.0 → 2.13.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 +50 -46
- 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
|
@@ -27,6 +27,7 @@ export declare enum ApiGatewayApiKeys {
|
|
|
27
27
|
*/
|
|
28
28
|
export declare class ApiGatewayClient {
|
|
29
29
|
protected static serviceEndpointTemplate: string;
|
|
30
|
+
protected static endpointServiceName: string;
|
|
30
31
|
protected "_endpoint": string;
|
|
31
32
|
protected "_defaultHeaders": any;
|
|
32
33
|
protected "_waiters": ApiGatewayWaiter;
|
|
@@ -78,7 +79,7 @@ export declare class ApiGatewayClient {
|
|
|
78
79
|
* @param ChangeApiCompartmentRequest
|
|
79
80
|
* @return ChangeApiCompartmentResponse
|
|
80
81
|
* @throws OciError when an error occurs
|
|
81
|
-
* @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.13.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
82
83
|
*/
|
|
83
84
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
84
85
|
/**
|
|
@@ -87,7 +88,7 @@ export declare class ApiGatewayClient {
|
|
|
87
88
|
* @param ChangeCertificateCompartmentRequest
|
|
88
89
|
* @return ChangeCertificateCompartmentResponse
|
|
89
90
|
* @throws OciError when an error occurs
|
|
90
|
-
* @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.13.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
91
92
|
*/
|
|
92
93
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
93
94
|
/**
|
|
@@ -97,7 +98,7 @@ export declare class ApiGatewayClient {
|
|
|
97
98
|
* @param CreateApiRequest
|
|
98
99
|
* @return CreateApiResponse
|
|
99
100
|
* @throws OciError when an error occurs
|
|
100
|
-
* @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.13.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
101
102
|
*/
|
|
102
103
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
103
104
|
/**
|
|
@@ -107,7 +108,7 @@ export declare class ApiGatewayClient {
|
|
|
107
108
|
* @param CreateCertificateRequest
|
|
108
109
|
* @return CreateCertificateResponse
|
|
109
110
|
* @throws OciError when an error occurs
|
|
110
|
-
* @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.13.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
111
112
|
*/
|
|
112
113
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
113
114
|
/**
|
|
@@ -116,7 +117,7 @@ export declare class ApiGatewayClient {
|
|
|
116
117
|
* @param CreateSdkRequest
|
|
117
118
|
* @return CreateSdkResponse
|
|
118
119
|
* @throws OciError when an error occurs
|
|
119
|
-
* @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.13.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
120
121
|
*/
|
|
121
122
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
122
123
|
/**
|
|
@@ -125,7 +126,7 @@ export declare class ApiGatewayClient {
|
|
|
125
126
|
* @param DeleteApiRequest
|
|
126
127
|
* @return DeleteApiResponse
|
|
127
128
|
* @throws OciError when an error occurs
|
|
128
|
-
* @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.13.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
129
130
|
*/
|
|
130
131
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
131
132
|
/**
|
|
@@ -134,7 +135,7 @@ export declare class ApiGatewayClient {
|
|
|
134
135
|
* @param DeleteCertificateRequest
|
|
135
136
|
* @return DeleteCertificateResponse
|
|
136
137
|
* @throws OciError when an error occurs
|
|
137
|
-
* @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.13.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
138
139
|
*/
|
|
139
140
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
140
141
|
/**
|
|
@@ -143,7 +144,7 @@ export declare class ApiGatewayClient {
|
|
|
143
144
|
* @param DeleteSdkRequest
|
|
144
145
|
* @return DeleteSdkResponse
|
|
145
146
|
* @throws OciError when an error occurs
|
|
146
|
-
* @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.13.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
147
148
|
*/
|
|
148
149
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
149
150
|
/**
|
|
@@ -152,7 +153,7 @@ export declare class ApiGatewayClient {
|
|
|
152
153
|
* @param GetApiRequest
|
|
153
154
|
* @return GetApiResponse
|
|
154
155
|
* @throws OciError when an error occurs
|
|
155
|
-
* @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.13.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
156
157
|
*/
|
|
157
158
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
158
159
|
/**
|
|
@@ -161,7 +162,7 @@ export declare class ApiGatewayClient {
|
|
|
161
162
|
* @param GetApiContentRequest
|
|
162
163
|
* @return GetApiContentResponse
|
|
163
164
|
* @throws OciError when an error occurs
|
|
164
|
-
* @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.13.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
165
166
|
*/
|
|
166
167
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
167
168
|
/**
|
|
@@ -170,7 +171,7 @@ export declare class ApiGatewayClient {
|
|
|
170
171
|
* @param GetApiDeploymentSpecificationRequest
|
|
171
172
|
* @return GetApiDeploymentSpecificationResponse
|
|
172
173
|
* @throws OciError when an error occurs
|
|
173
|
-
* @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.13.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
174
175
|
*/
|
|
175
176
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
176
177
|
/**
|
|
@@ -179,7 +180,7 @@ export declare class ApiGatewayClient {
|
|
|
179
180
|
* @param GetApiValidationsRequest
|
|
180
181
|
* @return GetApiValidationsResponse
|
|
181
182
|
* @throws OciError when an error occurs
|
|
182
|
-
* @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.13.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
183
184
|
*/
|
|
184
185
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
185
186
|
/**
|
|
@@ -188,7 +189,7 @@ export declare class ApiGatewayClient {
|
|
|
188
189
|
* @param GetCertificateRequest
|
|
189
190
|
* @return GetCertificateResponse
|
|
190
191
|
* @throws OciError when an error occurs
|
|
191
|
-
* @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.13.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
192
193
|
*/
|
|
193
194
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
194
195
|
/**
|
|
@@ -197,7 +198,7 @@ export declare class ApiGatewayClient {
|
|
|
197
198
|
* @param GetSdkRequest
|
|
198
199
|
* @return GetSdkResponse
|
|
199
200
|
* @throws OciError when an error occurs
|
|
200
|
-
* @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.13.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
201
202
|
*/
|
|
202
203
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
203
204
|
/**
|
|
@@ -207,7 +208,7 @@ export declare class ApiGatewayClient {
|
|
|
207
208
|
* @param ListApisRequest
|
|
208
209
|
* @return ListApisResponse
|
|
209
210
|
* @throws OciError when an error occurs
|
|
210
|
-
* @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.13.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
211
212
|
*/
|
|
212
213
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
213
214
|
/**
|
|
@@ -217,7 +218,7 @@ export declare class ApiGatewayClient {
|
|
|
217
218
|
* @param ListCertificatesRequest
|
|
218
219
|
* @return ListCertificatesResponse
|
|
219
220
|
* @throws OciError when an error occurs
|
|
220
|
-
* @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.13.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
221
222
|
*/
|
|
222
223
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
223
224
|
/**
|
|
@@ -226,7 +227,7 @@ export declare class ApiGatewayClient {
|
|
|
226
227
|
* @param ListSdkLanguageTypesRequest
|
|
227
228
|
* @return ListSdkLanguageTypesResponse
|
|
228
229
|
* @throws OciError when an error occurs
|
|
229
|
-
* @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.13.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
230
231
|
*/
|
|
231
232
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
232
233
|
/**
|
|
@@ -235,7 +236,7 @@ export declare class ApiGatewayClient {
|
|
|
235
236
|
* @param ListSdksRequest
|
|
236
237
|
* @return ListSdksResponse
|
|
237
238
|
* @throws OciError when an error occurs
|
|
238
|
-
* @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.13.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
239
240
|
*/
|
|
240
241
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
241
242
|
/**
|
|
@@ -244,7 +245,7 @@ export declare class ApiGatewayClient {
|
|
|
244
245
|
* @param UpdateApiRequest
|
|
245
246
|
* @return UpdateApiResponse
|
|
246
247
|
* @throws OciError when an error occurs
|
|
247
|
-
* @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.13.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
248
249
|
*/
|
|
249
250
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
250
251
|
/**
|
|
@@ -253,7 +254,7 @@ export declare class ApiGatewayClient {
|
|
|
253
254
|
* @param UpdateCertificateRequest
|
|
254
255
|
* @return UpdateCertificateResponse
|
|
255
256
|
* @throws OciError when an error occurs
|
|
256
|
-
* @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.13.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
257
258
|
*/
|
|
258
259
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
259
260
|
/**
|
|
@@ -262,7 +263,7 @@ export declare class ApiGatewayClient {
|
|
|
262
263
|
* @param UpdateSdkRequest
|
|
263
264
|
* @return UpdateSdkResponse
|
|
264
265
|
* @throws OciError when an error occurs
|
|
265
|
-
* @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.13.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
266
267
|
*/
|
|
267
268
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
268
269
|
}
|
|
@@ -273,6 +274,7 @@ export declare enum DeploymentApiKeys {
|
|
|
273
274
|
*/
|
|
274
275
|
export declare class DeploymentClient {
|
|
275
276
|
protected static serviceEndpointTemplate: string;
|
|
277
|
+
protected static endpointServiceName: string;
|
|
276
278
|
protected "_endpoint": string;
|
|
277
279
|
protected "_defaultHeaders": any;
|
|
278
280
|
protected "_waiters": DeploymentWaiter;
|
|
@@ -324,7 +326,7 @@ export declare class DeploymentClient {
|
|
|
324
326
|
* @param ChangeDeploymentCompartmentRequest
|
|
325
327
|
* @return ChangeDeploymentCompartmentResponse
|
|
326
328
|
* @throws OciError when an error occurs
|
|
327
|
-
* @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.13.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
328
330
|
*/
|
|
329
331
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
330
332
|
/**
|
|
@@ -334,7 +336,7 @@ export declare class DeploymentClient {
|
|
|
334
336
|
* @param CreateDeploymentRequest
|
|
335
337
|
* @return CreateDeploymentResponse
|
|
336
338
|
* @throws OciError when an error occurs
|
|
337
|
-
* @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.13.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
338
340
|
*/
|
|
339
341
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
340
342
|
/**
|
|
@@ -343,7 +345,7 @@ export declare class DeploymentClient {
|
|
|
343
345
|
* @param DeleteDeploymentRequest
|
|
344
346
|
* @return DeleteDeploymentResponse
|
|
345
347
|
* @throws OciError when an error occurs
|
|
346
|
-
* @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.13.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
347
349
|
*/
|
|
348
350
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
349
351
|
/**
|
|
@@ -352,7 +354,7 @@ export declare class DeploymentClient {
|
|
|
352
354
|
* @param GetDeploymentRequest
|
|
353
355
|
* @return GetDeploymentResponse
|
|
354
356
|
* @throws OciError when an error occurs
|
|
355
|
-
* @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.13.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
356
358
|
*/
|
|
357
359
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
358
360
|
/**
|
|
@@ -362,7 +364,7 @@ export declare class DeploymentClient {
|
|
|
362
364
|
* @param ListDeploymentsRequest
|
|
363
365
|
* @return ListDeploymentsResponse
|
|
364
366
|
* @throws OciError when an error occurs
|
|
365
|
-
* @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.13.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
366
368
|
*/
|
|
367
369
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
368
370
|
/**
|
|
@@ -371,7 +373,7 @@ export declare class DeploymentClient {
|
|
|
371
373
|
* @param UpdateDeploymentRequest
|
|
372
374
|
* @return UpdateDeploymentResponse
|
|
373
375
|
* @throws OciError when an error occurs
|
|
374
|
-
* @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.13.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
375
377
|
*/
|
|
376
378
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
377
379
|
}
|
|
@@ -382,6 +384,7 @@ export declare enum GatewayApiKeys {
|
|
|
382
384
|
*/
|
|
383
385
|
export declare class GatewayClient {
|
|
384
386
|
protected static serviceEndpointTemplate: string;
|
|
387
|
+
protected static endpointServiceName: string;
|
|
385
388
|
protected "_endpoint": string;
|
|
386
389
|
protected "_defaultHeaders": any;
|
|
387
390
|
protected "_waiters": GatewayWaiter;
|
|
@@ -433,7 +436,7 @@ export declare class GatewayClient {
|
|
|
433
436
|
* @param ChangeGatewayCompartmentRequest
|
|
434
437
|
* @return ChangeGatewayCompartmentResponse
|
|
435
438
|
* @throws OciError when an error occurs
|
|
436
|
-
* @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.13.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
437
440
|
*/
|
|
438
441
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
439
442
|
/**
|
|
@@ -443,7 +446,7 @@ export declare class GatewayClient {
|
|
|
443
446
|
* @param CreateGatewayRequest
|
|
444
447
|
* @return CreateGatewayResponse
|
|
445
448
|
* @throws OciError when an error occurs
|
|
446
|
-
* @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.13.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
447
450
|
*/
|
|
448
451
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
449
452
|
/**
|
|
@@ -452,7 +455,7 @@ export declare class GatewayClient {
|
|
|
452
455
|
* @param DeleteGatewayRequest
|
|
453
456
|
* @return DeleteGatewayResponse
|
|
454
457
|
* @throws OciError when an error occurs
|
|
455
|
-
* @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.13.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
456
459
|
*/
|
|
457
460
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
458
461
|
/**
|
|
@@ -461,7 +464,7 @@ export declare class GatewayClient {
|
|
|
461
464
|
* @param GetGatewayRequest
|
|
462
465
|
* @return GetGatewayResponse
|
|
463
466
|
* @throws OciError when an error occurs
|
|
464
|
-
* @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.13.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
465
468
|
*/
|
|
466
469
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
467
470
|
/**
|
|
@@ -471,7 +474,7 @@ export declare class GatewayClient {
|
|
|
471
474
|
* @param ListGatewaysRequest
|
|
472
475
|
* @return ListGatewaysResponse
|
|
473
476
|
* @throws OciError when an error occurs
|
|
474
|
-
* @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.13.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
475
478
|
*/
|
|
476
479
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
477
480
|
/**
|
|
@@ -480,7 +483,7 @@ export declare class GatewayClient {
|
|
|
480
483
|
* @param UpdateGatewayRequest
|
|
481
484
|
* @return UpdateGatewayResponse
|
|
482
485
|
* @throws OciError when an error occurs
|
|
483
|
-
* @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.13.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
484
487
|
*/
|
|
485
488
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
486
489
|
}
|
|
@@ -491,6 +494,7 @@ export declare enum WorkRequestsApiKeys {
|
|
|
491
494
|
*/
|
|
492
495
|
export declare class WorkRequestsClient {
|
|
493
496
|
protected static serviceEndpointTemplate: string;
|
|
497
|
+
protected static endpointServiceName: string;
|
|
494
498
|
protected "_endpoint": string;
|
|
495
499
|
protected "_defaultHeaders": any;
|
|
496
500
|
protected "_waiters": WorkRequestsWaiter;
|
|
@@ -542,7 +546,7 @@ export declare class WorkRequestsClient {
|
|
|
542
546
|
* @param CancelWorkRequestRequest
|
|
543
547
|
* @return CancelWorkRequestResponse
|
|
544
548
|
* @throws OciError when an error occurs
|
|
545
|
-
* @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.13.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
546
550
|
*/
|
|
547
551
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
548
552
|
/**
|
|
@@ -551,7 +555,7 @@ export declare class WorkRequestsClient {
|
|
|
551
555
|
* @param GetWorkRequestRequest
|
|
552
556
|
* @return GetWorkRequestResponse
|
|
553
557
|
* @throws OciError when an error occurs
|
|
554
|
-
* @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.13.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
555
559
|
*/
|
|
556
560
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
557
561
|
/**
|
|
@@ -561,7 +565,7 @@ export declare class WorkRequestsClient {
|
|
|
561
565
|
* @param ListWorkRequestErrorsRequest
|
|
562
566
|
* @return ListWorkRequestErrorsResponse
|
|
563
567
|
* @throws OciError when an error occurs
|
|
564
|
-
* @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.13.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
565
569
|
*/
|
|
566
570
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
567
571
|
/**
|
|
@@ -571,7 +575,7 @@ export declare class WorkRequestsClient {
|
|
|
571
575
|
* @param ListWorkRequestLogsRequest
|
|
572
576
|
* @return ListWorkRequestLogsResponse
|
|
573
577
|
* @throws OciError when an error occurs
|
|
574
|
-
* @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.13.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
575
579
|
*/
|
|
576
580
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
577
581
|
/**
|
|
@@ -581,7 +585,7 @@ export declare class WorkRequestsClient {
|
|
|
581
585
|
* @param ListWorkRequestsRequest
|
|
582
586
|
* @return ListWorkRequestsResponse
|
|
583
587
|
* @throws OciError when an error occurs
|
|
584
|
-
* @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.13.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
585
589
|
*/
|
|
586
590
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
587
591
|
}
|