oci-apigateway 2.24.0 → 2.25.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
|
@@ -80,7 +80,7 @@ export declare class ApiGatewayClient {
|
|
|
80
80
|
* @param ChangeApiCompartmentRequest
|
|
81
81
|
* @return ChangeApiCompartmentResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @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.25.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
84
84
|
*/
|
|
85
85
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
86
86
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class ApiGatewayClient {
|
|
|
89
89
|
* @param ChangeCertificateCompartmentRequest
|
|
90
90
|
* @return ChangeCertificateCompartmentResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @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.25.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
93
93
|
*/
|
|
94
94
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
95
95
|
/**
|
|
@@ -99,7 +99,7 @@ export declare class ApiGatewayClient {
|
|
|
99
99
|
* @param CreateApiRequest
|
|
100
100
|
* @return CreateApiResponse
|
|
101
101
|
* @throws OciError when an error occurs
|
|
102
|
-
* @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.25.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
103
103
|
*/
|
|
104
104
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
105
105
|
/**
|
|
@@ -109,7 +109,7 @@ export declare class ApiGatewayClient {
|
|
|
109
109
|
* @param CreateCertificateRequest
|
|
110
110
|
* @return CreateCertificateResponse
|
|
111
111
|
* @throws OciError when an error occurs
|
|
112
|
-
* @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.25.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
113
113
|
*/
|
|
114
114
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
115
115
|
/**
|
|
@@ -118,7 +118,7 @@ export declare class ApiGatewayClient {
|
|
|
118
118
|
* @param CreateSdkRequest
|
|
119
119
|
* @return CreateSdkResponse
|
|
120
120
|
* @throws OciError when an error occurs
|
|
121
|
-
* @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.25.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
122
122
|
*/
|
|
123
123
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
124
124
|
/**
|
|
@@ -127,7 +127,7 @@ export declare class ApiGatewayClient {
|
|
|
127
127
|
* @param DeleteApiRequest
|
|
128
128
|
* @return DeleteApiResponse
|
|
129
129
|
* @throws OciError when an error occurs
|
|
130
|
-
* @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.25.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
131
131
|
*/
|
|
132
132
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
133
133
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class ApiGatewayClient {
|
|
|
136
136
|
* @param DeleteCertificateRequest
|
|
137
137
|
* @return DeleteCertificateResponse
|
|
138
138
|
* @throws OciError when an error occurs
|
|
139
|
-
* @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.25.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
140
140
|
*/
|
|
141
141
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
142
142
|
/**
|
|
@@ -145,7 +145,7 @@ export declare class ApiGatewayClient {
|
|
|
145
145
|
* @param DeleteSdkRequest
|
|
146
146
|
* @return DeleteSdkResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @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.25.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
149
149
|
*/
|
|
150
150
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
151
151
|
/**
|
|
@@ -154,7 +154,7 @@ export declare class ApiGatewayClient {
|
|
|
154
154
|
* @param GetApiRequest
|
|
155
155
|
* @return GetApiResponse
|
|
156
156
|
* @throws OciError when an error occurs
|
|
157
|
-
* @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.25.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
158
158
|
*/
|
|
159
159
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
160
160
|
/**
|
|
@@ -163,7 +163,7 @@ export declare class ApiGatewayClient {
|
|
|
163
163
|
* @param GetApiContentRequest
|
|
164
164
|
* @return GetApiContentResponse
|
|
165
165
|
* @throws OciError when an error occurs
|
|
166
|
-
* @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.25.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
167
167
|
*/
|
|
168
168
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
169
169
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class ApiGatewayClient {
|
|
|
172
172
|
* @param GetApiDeploymentSpecificationRequest
|
|
173
173
|
* @return GetApiDeploymentSpecificationResponse
|
|
174
174
|
* @throws OciError when an error occurs
|
|
175
|
-
* @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.25.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
176
176
|
*/
|
|
177
177
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
178
178
|
/**
|
|
@@ -181,7 +181,7 @@ export declare class ApiGatewayClient {
|
|
|
181
181
|
* @param GetApiValidationsRequest
|
|
182
182
|
* @return GetApiValidationsResponse
|
|
183
183
|
* @throws OciError when an error occurs
|
|
184
|
-
* @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.25.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
185
185
|
*/
|
|
186
186
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
187
187
|
/**
|
|
@@ -190,7 +190,7 @@ export declare class ApiGatewayClient {
|
|
|
190
190
|
* @param GetCertificateRequest
|
|
191
191
|
* @return GetCertificateResponse
|
|
192
192
|
* @throws OciError when an error occurs
|
|
193
|
-
* @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.25.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
194
194
|
*/
|
|
195
195
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
196
196
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class ApiGatewayClient {
|
|
|
199
199
|
* @param GetSdkRequest
|
|
200
200
|
* @return GetSdkResponse
|
|
201
201
|
* @throws OciError when an error occurs
|
|
202
|
-
* @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.25.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
203
203
|
*/
|
|
204
204
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class ApiGatewayClient {
|
|
|
209
209
|
* @param ListApisRequest
|
|
210
210
|
* @return ListApisResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @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.25.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
213
213
|
*/
|
|
214
214
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class ApiGatewayClient {
|
|
|
219
219
|
* @param ListCertificatesRequest
|
|
220
220
|
* @return ListCertificatesResponse
|
|
221
221
|
* @throws OciError when an error occurs
|
|
222
|
-
* @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.25.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
223
223
|
*/
|
|
224
224
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
225
225
|
/**
|
|
@@ -228,7 +228,7 @@ export declare class ApiGatewayClient {
|
|
|
228
228
|
* @param ListSdkLanguageTypesRequest
|
|
229
229
|
* @return ListSdkLanguageTypesResponse
|
|
230
230
|
* @throws OciError when an error occurs
|
|
231
|
-
* @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.25.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
232
232
|
*/
|
|
233
233
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
234
234
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class ApiGatewayClient {
|
|
|
237
237
|
* @param ListSdksRequest
|
|
238
238
|
* @return ListSdksResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @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.25.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
241
241
|
*/
|
|
242
242
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
243
243
|
/**
|
|
@@ -246,7 +246,7 @@ export declare class ApiGatewayClient {
|
|
|
246
246
|
* @param UpdateApiRequest
|
|
247
247
|
* @return UpdateApiResponse
|
|
248
248
|
* @throws OciError when an error occurs
|
|
249
|
-
* @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.25.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
250
250
|
*/
|
|
251
251
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
252
252
|
/**
|
|
@@ -255,7 +255,7 @@ export declare class ApiGatewayClient {
|
|
|
255
255
|
* @param UpdateCertificateRequest
|
|
256
256
|
* @return UpdateCertificateResponse
|
|
257
257
|
* @throws OciError when an error occurs
|
|
258
|
-
* @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.25.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
259
259
|
*/
|
|
260
260
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
261
261
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class ApiGatewayClient {
|
|
|
264
264
|
* @param UpdateSdkRequest
|
|
265
265
|
* @return UpdateSdkResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @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.25.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
268
268
|
*/
|
|
269
269
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
270
270
|
}
|
|
@@ -328,7 +328,7 @@ export declare class DeploymentClient {
|
|
|
328
328
|
* @param ChangeDeploymentCompartmentRequest
|
|
329
329
|
* @return ChangeDeploymentCompartmentResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @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.25.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
332
332
|
*/
|
|
333
333
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
334
334
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class DeploymentClient {
|
|
|
338
338
|
* @param CreateDeploymentRequest
|
|
339
339
|
* @return CreateDeploymentResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @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.25.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
342
342
|
*/
|
|
343
343
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
344
344
|
/**
|
|
@@ -347,7 +347,7 @@ export declare class DeploymentClient {
|
|
|
347
347
|
* @param DeleteDeploymentRequest
|
|
348
348
|
* @return DeleteDeploymentResponse
|
|
349
349
|
* @throws OciError when an error occurs
|
|
350
|
-
* @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.25.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
351
351
|
*/
|
|
352
352
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
353
353
|
/**
|
|
@@ -356,7 +356,7 @@ export declare class DeploymentClient {
|
|
|
356
356
|
* @param GetDeploymentRequest
|
|
357
357
|
* @return GetDeploymentResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @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.25.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
360
360
|
*/
|
|
361
361
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
362
362
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class DeploymentClient {
|
|
|
366
366
|
* @param ListDeploymentsRequest
|
|
367
367
|
* @return ListDeploymentsResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @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.25.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
370
370
|
*/
|
|
371
371
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
372
372
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class DeploymentClient {
|
|
|
375
375
|
* @param UpdateDeploymentRequest
|
|
376
376
|
* @return UpdateDeploymentResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @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.25.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
379
379
|
*/
|
|
380
380
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
381
381
|
}
|
|
@@ -439,7 +439,7 @@ export declare class GatewayClient {
|
|
|
439
439
|
* @param ChangeGatewayCompartmentRequest
|
|
440
440
|
* @return ChangeGatewayCompartmentResponse
|
|
441
441
|
* @throws OciError when an error occurs
|
|
442
|
-
* @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.25.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
443
443
|
*/
|
|
444
444
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
445
445
|
/**
|
|
@@ -449,7 +449,7 @@ export declare class GatewayClient {
|
|
|
449
449
|
* @param CreateGatewayRequest
|
|
450
450
|
* @return CreateGatewayResponse
|
|
451
451
|
* @throws OciError when an error occurs
|
|
452
|
-
* @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.25.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
453
453
|
*/
|
|
454
454
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
455
455
|
/**
|
|
@@ -458,7 +458,7 @@ export declare class GatewayClient {
|
|
|
458
458
|
* @param DeleteGatewayRequest
|
|
459
459
|
* @return DeleteGatewayResponse
|
|
460
460
|
* @throws OciError when an error occurs
|
|
461
|
-
* @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.25.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
462
462
|
*/
|
|
463
463
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
464
464
|
/**
|
|
@@ -467,7 +467,7 @@ export declare class GatewayClient {
|
|
|
467
467
|
* @param GetGatewayRequest
|
|
468
468
|
* @return GetGatewayResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @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.25.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
471
471
|
*/
|
|
472
472
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
473
473
|
/**
|
|
@@ -477,7 +477,7 @@ export declare class GatewayClient {
|
|
|
477
477
|
* @param ListGatewaysRequest
|
|
478
478
|
* @return ListGatewaysResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @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.25.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
481
481
|
*/
|
|
482
482
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
483
483
|
/**
|
|
@@ -486,7 +486,7 @@ export declare class GatewayClient {
|
|
|
486
486
|
* @param UpdateGatewayRequest
|
|
487
487
|
* @return UpdateGatewayResponse
|
|
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.25.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
490
490
|
*/
|
|
491
491
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
492
492
|
}
|
|
@@ -550,7 +550,7 @@ export declare class WorkRequestsClient {
|
|
|
550
550
|
* @param CancelWorkRequestRequest
|
|
551
551
|
* @return CancelWorkRequestResponse
|
|
552
552
|
* @throws OciError when an error occurs
|
|
553
|
-
* @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.25.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
554
554
|
*/
|
|
555
555
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
556
556
|
/**
|
|
@@ -559,7 +559,7 @@ export declare class WorkRequestsClient {
|
|
|
559
559
|
* @param GetWorkRequestRequest
|
|
560
560
|
* @return GetWorkRequestResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @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.25.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
563
563
|
*/
|
|
564
564
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
565
565
|
/**
|
|
@@ -569,7 +569,7 @@ export declare class WorkRequestsClient {
|
|
|
569
569
|
* @param ListWorkRequestErrorsRequest
|
|
570
570
|
* @return ListWorkRequestErrorsResponse
|
|
571
571
|
* @throws OciError when an error occurs
|
|
572
|
-
* @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.25.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
573
573
|
*/
|
|
574
574
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
575
575
|
/**
|
|
@@ -579,7 +579,7 @@ export declare class WorkRequestsClient {
|
|
|
579
579
|
* @param ListWorkRequestLogsRequest
|
|
580
580
|
* @return ListWorkRequestLogsResponse
|
|
581
581
|
* @throws OciError when an error occurs
|
|
582
|
-
* @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.25.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
583
583
|
*/
|
|
584
584
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
585
585
|
/**
|
|
@@ -589,7 +589,7 @@ export declare class WorkRequestsClient {
|
|
|
589
589
|
* @param ListWorkRequestsRequest
|
|
590
590
|
* @return ListWorkRequestsResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @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.25.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
593
593
|
*/
|
|
594
594
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
595
595
|
}
|
package/lib/client.js
CHANGED
|
@@ -161,7 +161,7 @@ class ApiGatewayClient {
|
|
|
161
161
|
* @param ChangeApiCompartmentRequest
|
|
162
162
|
* @return ChangeApiCompartmentResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
165
165
|
*/
|
|
166
166
|
changeApiCompartment(changeApiCompartmentRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -221,7 +221,7 @@ class ApiGatewayClient {
|
|
|
221
221
|
* @param ChangeCertificateCompartmentRequest
|
|
222
222
|
* @return ChangeCertificateCompartmentResponse
|
|
223
223
|
* @throws OciError when an error occurs
|
|
224
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
224
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
225
225
|
*/
|
|
226
226
|
changeCertificateCompartment(changeCertificateCompartmentRequest) {
|
|
227
227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class ApiGatewayClient {
|
|
|
277
277
|
* @param CreateApiRequest
|
|
278
278
|
* @return CreateApiResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
281
281
|
*/
|
|
282
282
|
createApi(createApiRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -349,7 +349,7 @@ class ApiGatewayClient {
|
|
|
349
349
|
* @param CreateCertificateRequest
|
|
350
350
|
* @return CreateCertificateResponse
|
|
351
351
|
* @throws OciError when an error occurs
|
|
352
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
352
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
353
353
|
*/
|
|
354
354
|
createCertificate(createCertificateRequest) {
|
|
355
355
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -420,7 +420,7 @@ class ApiGatewayClient {
|
|
|
420
420
|
* @param CreateSdkRequest
|
|
421
421
|
* @return CreateSdkResponse
|
|
422
422
|
* @throws OciError when an error occurs
|
|
423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
424
424
|
*/
|
|
425
425
|
createSdk(createSdkRequest) {
|
|
426
426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -491,7 +491,7 @@ class ApiGatewayClient {
|
|
|
491
491
|
* @param DeleteApiRequest
|
|
492
492
|
* @return DeleteApiResponse
|
|
493
493
|
* @throws OciError when an error occurs
|
|
494
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
495
495
|
*/
|
|
496
496
|
deleteApi(deleteApiRequest) {
|
|
497
497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -549,7 +549,7 @@ class ApiGatewayClient {
|
|
|
549
549
|
* @param DeleteCertificateRequest
|
|
550
550
|
* @return DeleteCertificateResponse
|
|
551
551
|
* @throws OciError when an error occurs
|
|
552
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
552
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
553
553
|
*/
|
|
554
554
|
deleteCertificate(deleteCertificateRequest) {
|
|
555
555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -607,7 +607,7 @@ class ApiGatewayClient {
|
|
|
607
607
|
* @param DeleteSdkRequest
|
|
608
608
|
* @return DeleteSdkResponse
|
|
609
609
|
* @throws OciError when an error occurs
|
|
610
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
610
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
611
611
|
*/
|
|
612
612
|
deleteSdk(deleteSdkRequest) {
|
|
613
613
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -665,7 +665,7 @@ class ApiGatewayClient {
|
|
|
665
665
|
* @param GetApiRequest
|
|
666
666
|
* @return GetApiResponse
|
|
667
667
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
669
669
|
*/
|
|
670
670
|
getApi(getApiRequest) {
|
|
671
671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -726,7 +726,7 @@ class ApiGatewayClient {
|
|
|
726
726
|
* @param GetApiContentRequest
|
|
727
727
|
* @return GetApiContentResponse
|
|
728
728
|
* @throws OciError when an error occurs
|
|
729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
730
730
|
*/
|
|
731
731
|
getApiContent(getApiContentRequest) {
|
|
732
732
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -793,7 +793,7 @@ class ApiGatewayClient {
|
|
|
793
793
|
* @param GetApiDeploymentSpecificationRequest
|
|
794
794
|
* @return GetApiDeploymentSpecificationResponse
|
|
795
795
|
* @throws OciError when an error occurs
|
|
796
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
796
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
797
797
|
*/
|
|
798
798
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest) {
|
|
799
799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -855,7 +855,7 @@ class ApiGatewayClient {
|
|
|
855
855
|
* @param GetApiValidationsRequest
|
|
856
856
|
* @return GetApiValidationsResponse
|
|
857
857
|
* @throws OciError when an error occurs
|
|
858
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
858
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
859
859
|
*/
|
|
860
860
|
getApiValidations(getApiValidationsRequest) {
|
|
861
861
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -917,7 +917,7 @@ class ApiGatewayClient {
|
|
|
917
917
|
* @param GetCertificateRequest
|
|
918
918
|
* @return GetCertificateResponse
|
|
919
919
|
* @throws OciError when an error occurs
|
|
920
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
920
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
921
921
|
*/
|
|
922
922
|
getCertificate(getCertificateRequest) {
|
|
923
923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -978,7 +978,7 @@ class ApiGatewayClient {
|
|
|
978
978
|
* @param GetSdkRequest
|
|
979
979
|
* @return GetSdkResponse
|
|
980
980
|
* @throws OciError when an error occurs
|
|
981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
982
982
|
*/
|
|
983
983
|
getSdk(getSdkRequest) {
|
|
984
984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1040,7 +1040,7 @@ class ApiGatewayClient {
|
|
|
1040
1040
|
* @param ListApisRequest
|
|
1041
1041
|
* @return ListApisResponse
|
|
1042
1042
|
* @throws OciError when an error occurs
|
|
1043
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1043
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
1044
1044
|
*/
|
|
1045
1045
|
listApis(listApisRequest) {
|
|
1046
1046
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1113,7 +1113,7 @@ class ApiGatewayClient {
|
|
|
1113
1113
|
* @param ListCertificatesRequest
|
|
1114
1114
|
* @return ListCertificatesResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
listCertificates(listCertificatesRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1185,7 +1185,7 @@ class ApiGatewayClient {
|
|
|
1185
1185
|
* @param ListSdkLanguageTypesRequest
|
|
1186
1186
|
* @return ListSdkLanguageTypesResponse
|
|
1187
1187
|
* @throws OciError when an error occurs
|
|
1188
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
1189
1189
|
*/
|
|
1190
1190
|
listSdkLanguageTypes(listSdkLanguageTypesRequest) {
|
|
1191
1191
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1256,7 +1256,7 @@ class ApiGatewayClient {
|
|
|
1256
1256
|
* @param ListSdksRequest
|
|
1257
1257
|
* @return ListSdksResponse
|
|
1258
1258
|
* @throws OciError when an error occurs
|
|
1259
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
1260
1260
|
*/
|
|
1261
1261
|
listSdks(listSdksRequest) {
|
|
1262
1262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1329,7 +1329,7 @@ class ApiGatewayClient {
|
|
|
1329
1329
|
* @param UpdateApiRequest
|
|
1330
1330
|
* @return UpdateApiResponse
|
|
1331
1331
|
* @throws OciError when an error occurs
|
|
1332
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1332
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
1333
1333
|
*/
|
|
1334
1334
|
updateApi(updateApiRequest) {
|
|
1335
1335
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1388,7 +1388,7 @@ class ApiGatewayClient {
|
|
|
1388
1388
|
* @param UpdateCertificateRequest
|
|
1389
1389
|
* @return UpdateCertificateResponse
|
|
1390
1390
|
* @throws OciError when an error occurs
|
|
1391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
1392
1392
|
*/
|
|
1393
1393
|
updateCertificate(updateCertificateRequest) {
|
|
1394
1394
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1447,7 +1447,7 @@ class ApiGatewayClient {
|
|
|
1447
1447
|
* @param UpdateSdkRequest
|
|
1448
1448
|
* @return UpdateSdkResponse
|
|
1449
1449
|
* @throws OciError when an error occurs
|
|
1450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
1451
1451
|
*/
|
|
1452
1452
|
updateSdk(updateSdkRequest) {
|
|
1453
1453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1606,7 +1606,7 @@ class DeploymentClient {
|
|
|
1606
1606
|
* @param ChangeDeploymentCompartmentRequest
|
|
1607
1607
|
* @return ChangeDeploymentCompartmentResponse
|
|
1608
1608
|
* @throws OciError when an error occurs
|
|
1609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1609
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
1610
1610
|
*/
|
|
1611
1611
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest) {
|
|
1612
1612
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1667,7 +1667,7 @@ class DeploymentClient {
|
|
|
1667
1667
|
* @param CreateDeploymentRequest
|
|
1668
1668
|
* @return CreateDeploymentResponse
|
|
1669
1669
|
* @throws OciError when an error occurs
|
|
1670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1670
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
1671
1671
|
*/
|
|
1672
1672
|
createDeployment(createDeploymentRequest) {
|
|
1673
1673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1738,7 +1738,7 @@ class DeploymentClient {
|
|
|
1738
1738
|
* @param DeleteDeploymentRequest
|
|
1739
1739
|
* @return DeleteDeploymentResponse
|
|
1740
1740
|
* @throws OciError when an error occurs
|
|
1741
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
1742
1742
|
*/
|
|
1743
1743
|
deleteDeployment(deleteDeploymentRequest) {
|
|
1744
1744
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1796,7 +1796,7 @@ class DeploymentClient {
|
|
|
1796
1796
|
* @param GetDeploymentRequest
|
|
1797
1797
|
* @return GetDeploymentResponse
|
|
1798
1798
|
* @throws OciError when an error occurs
|
|
1799
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1799
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
1800
1800
|
*/
|
|
1801
1801
|
getDeployment(getDeploymentRequest) {
|
|
1802
1802
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1858,7 +1858,7 @@ class DeploymentClient {
|
|
|
1858
1858
|
* @param ListDeploymentsRequest
|
|
1859
1859
|
* @return ListDeploymentsResponse
|
|
1860
1860
|
* @throws OciError when an error occurs
|
|
1861
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
1862
1862
|
*/
|
|
1863
1863
|
listDeployments(listDeploymentsRequest) {
|
|
1864
1864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1931,7 +1931,7 @@ class DeploymentClient {
|
|
|
1931
1931
|
* @param UpdateDeploymentRequest
|
|
1932
1932
|
* @return UpdateDeploymentResponse
|
|
1933
1933
|
* @throws OciError when an error occurs
|
|
1934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
1935
1935
|
*/
|
|
1936
1936
|
updateDeployment(updateDeploymentRequest) {
|
|
1937
1937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2095,7 +2095,7 @@ class GatewayClient {
|
|
|
2095
2095
|
* @param ChangeGatewayCompartmentRequest
|
|
2096
2096
|
* @return ChangeGatewayCompartmentResponse
|
|
2097
2097
|
* @throws OciError when an error occurs
|
|
2098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
2099
2099
|
*/
|
|
2100
2100
|
changeGatewayCompartment(changeGatewayCompartmentRequest) {
|
|
2101
2101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2156,7 +2156,7 @@ class GatewayClient {
|
|
|
2156
2156
|
* @param CreateGatewayRequest
|
|
2157
2157
|
* @return CreateGatewayResponse
|
|
2158
2158
|
* @throws OciError when an error occurs
|
|
2159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
2160
2160
|
*/
|
|
2161
2161
|
createGateway(createGatewayRequest) {
|
|
2162
2162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2227,7 +2227,7 @@ class GatewayClient {
|
|
|
2227
2227
|
* @param DeleteGatewayRequest
|
|
2228
2228
|
* @return DeleteGatewayResponse
|
|
2229
2229
|
* @throws OciError when an error occurs
|
|
2230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
2231
2231
|
*/
|
|
2232
2232
|
deleteGateway(deleteGatewayRequest) {
|
|
2233
2233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2285,7 +2285,7 @@ class GatewayClient {
|
|
|
2285
2285
|
* @param GetGatewayRequest
|
|
2286
2286
|
* @return GetGatewayResponse
|
|
2287
2287
|
* @throws OciError when an error occurs
|
|
2288
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
2289
2289
|
*/
|
|
2290
2290
|
getGateway(getGatewayRequest) {
|
|
2291
2291
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2347,7 +2347,7 @@ class GatewayClient {
|
|
|
2347
2347
|
* @param ListGatewaysRequest
|
|
2348
2348
|
* @return ListGatewaysResponse
|
|
2349
2349
|
* @throws OciError when an error occurs
|
|
2350
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
2351
2351
|
*/
|
|
2352
2352
|
listGateways(listGatewaysRequest) {
|
|
2353
2353
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2420,7 +2420,7 @@ class GatewayClient {
|
|
|
2420
2420
|
* @param UpdateGatewayRequest
|
|
2421
2421
|
* @return UpdateGatewayResponse
|
|
2422
2422
|
* @throws OciError when an error occurs
|
|
2423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
2424
2424
|
*/
|
|
2425
2425
|
updateGateway(updateGatewayRequest) {
|
|
2426
2426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2584,7 +2584,7 @@ class WorkRequestsClient {
|
|
|
2584
2584
|
* @param CancelWorkRequestRequest
|
|
2585
2585
|
* @return CancelWorkRequestResponse
|
|
2586
2586
|
* @throws OciError when an error occurs
|
|
2587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
2588
2588
|
*/
|
|
2589
2589
|
cancelWorkRequest(cancelWorkRequestRequest) {
|
|
2590
2590
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2638,7 +2638,7 @@ class WorkRequestsClient {
|
|
|
2638
2638
|
* @param GetWorkRequestRequest
|
|
2639
2639
|
* @return GetWorkRequestResponse
|
|
2640
2640
|
* @throws OciError when an error occurs
|
|
2641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2641
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
2642
2642
|
*/
|
|
2643
2643
|
getWorkRequest(getWorkRequestRequest) {
|
|
2644
2644
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2705,7 +2705,7 @@ class WorkRequestsClient {
|
|
|
2705
2705
|
* @param ListWorkRequestErrorsRequest
|
|
2706
2706
|
* @return ListWorkRequestErrorsResponse
|
|
2707
2707
|
* @throws OciError when an error occurs
|
|
2708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2709
2709
|
*/
|
|
2710
2710
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2711
2711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2777,7 +2777,7 @@ class WorkRequestsClient {
|
|
|
2777
2777
|
* @param ListWorkRequestLogsRequest
|
|
2778
2778
|
* @return ListWorkRequestLogsResponse
|
|
2779
2779
|
* @throws OciError when an error occurs
|
|
2780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2780
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2781
2781
|
*/
|
|
2782
2782
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2783
2783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2849,7 +2849,7 @@ class WorkRequestsClient {
|
|
|
2849
2849
|
* @param ListWorkRequestsRequest
|
|
2850
2850
|
* @return ListWorkRequestsResponse
|
|
2851
2851
|
* @throws OciError when an error occurs
|
|
2852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2853
2853
|
*/
|
|
2854
2854
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2855
2855
|
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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.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.25.0",
|
|
19
|
+
"oci-workrequests": "2.25.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|