oci-apigateway 2.2.2 → 2.5.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 +40 -39
- package/lib/client.js.map +1 -1
- package/lib/model/create-gateway-details.d.ts +5 -0
- package/lib/model/create-gateway-details.js.map +1 -1
- package/lib/model/gateway-summary.d.ts +5 -0
- package/lib/model/gateway-summary.js.map +1 -1
- package/lib/model/gateway.d.ts +5 -0
- package/lib/model/gateway.js.map +1 -1
- package/lib/model/update-gateway-details.d.ts +5 -0
- package/lib/model/update-gateway-details.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 +8 -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
|
@@ -74,7 +74,7 @@ export declare class ApiGatewayClient {
|
|
|
74
74
|
* @param ChangeApiCompartmentRequest
|
|
75
75
|
* @return ChangeApiCompartmentResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
78
78
|
*/
|
|
79
79
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
80
80
|
/**
|
|
@@ -82,7 +82,7 @@ export declare class ApiGatewayClient {
|
|
|
82
82
|
* @param ChangeCertificateCompartmentRequest
|
|
83
83
|
* @return ChangeCertificateCompartmentResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
86
86
|
*/
|
|
87
87
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class ApiGatewayClient {
|
|
|
91
91
|
* @param CreateApiRequest
|
|
92
92
|
* @return CreateApiResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
95
95
|
*/
|
|
96
96
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
97
97
|
/**
|
|
@@ -100,7 +100,7 @@ export declare class ApiGatewayClient {
|
|
|
100
100
|
* @param CreateCertificateRequest
|
|
101
101
|
* @return CreateCertificateResponse
|
|
102
102
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
104
104
|
*/
|
|
105
105
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
106
106
|
/**
|
|
@@ -108,7 +108,7 @@ export declare class ApiGatewayClient {
|
|
|
108
108
|
* @param CreateSdkRequest
|
|
109
109
|
* @return CreateSdkResponse
|
|
110
110
|
* @throws OciError when an error occurs
|
|
111
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
112
112
|
*/
|
|
113
113
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
114
114
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class ApiGatewayClient {
|
|
|
116
116
|
* @param DeleteApiRequest
|
|
117
117
|
* @return DeleteApiResponse
|
|
118
118
|
* @throws OciError when an error occurs
|
|
119
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
119
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
120
120
|
*/
|
|
121
121
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
122
122
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class ApiGatewayClient {
|
|
|
124
124
|
* @param DeleteCertificateRequest
|
|
125
125
|
* @return DeleteCertificateResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
128
128
|
*/
|
|
129
129
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
130
130
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ApiGatewayClient {
|
|
|
132
132
|
* @param DeleteSdkRequest
|
|
133
133
|
* @return DeleteSdkResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
136
136
|
*/
|
|
137
137
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
138
138
|
/**
|
|
@@ -140,7 +140,7 @@ export declare class ApiGatewayClient {
|
|
|
140
140
|
* @param GetApiRequest
|
|
141
141
|
* @return GetApiResponse
|
|
142
142
|
* @throws OciError when an error occurs
|
|
143
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
143
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
144
144
|
*/
|
|
145
145
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
146
146
|
/**
|
|
@@ -148,7 +148,7 @@ export declare class ApiGatewayClient {
|
|
|
148
148
|
* @param GetApiContentRequest
|
|
149
149
|
* @return GetApiContentResponse
|
|
150
150
|
* @throws OciError when an error occurs
|
|
151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
152
152
|
*/
|
|
153
153
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
154
154
|
/**
|
|
@@ -156,7 +156,7 @@ export declare class ApiGatewayClient {
|
|
|
156
156
|
* @param GetApiDeploymentSpecificationRequest
|
|
157
157
|
* @return GetApiDeploymentSpecificationResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
160
160
|
*/
|
|
161
161
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
162
162
|
/**
|
|
@@ -164,7 +164,7 @@ export declare class ApiGatewayClient {
|
|
|
164
164
|
* @param GetApiValidationsRequest
|
|
165
165
|
* @return GetApiValidationsResponse
|
|
166
166
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
168
168
|
*/
|
|
169
169
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
170
170
|
/**
|
|
@@ -172,7 +172,7 @@ export declare class ApiGatewayClient {
|
|
|
172
172
|
* @param GetCertificateRequest
|
|
173
173
|
* @return GetCertificateResponse
|
|
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.5.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
176
176
|
*/
|
|
177
177
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
178
178
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ApiGatewayClient {
|
|
|
180
180
|
* @param GetSdkRequest
|
|
181
181
|
* @return GetSdkResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
184
184
|
*/
|
|
185
185
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
186
186
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class ApiGatewayClient {
|
|
|
189
189
|
* @param ListApisRequest
|
|
190
190
|
* @return ListApisResponse
|
|
191
191
|
* @throws OciError when an error occurs
|
|
192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
193
193
|
*/
|
|
194
194
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
195
195
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class ApiGatewayClient {
|
|
|
198
198
|
* @param ListCertificatesRequest
|
|
199
199
|
* @return ListCertificatesResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
202
202
|
*/
|
|
203
203
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
204
204
|
/**
|
|
@@ -206,7 +206,7 @@ export declare class ApiGatewayClient {
|
|
|
206
206
|
* @param ListSdkLanguageTypesRequest
|
|
207
207
|
* @return ListSdkLanguageTypesResponse
|
|
208
208
|
* @throws OciError when an error occurs
|
|
209
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
209
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
210
210
|
*/
|
|
211
211
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
212
212
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class ApiGatewayClient {
|
|
|
214
214
|
* @param ListSdksRequest
|
|
215
215
|
* @return ListSdksResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
218
218
|
*/
|
|
219
219
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
220
220
|
/**
|
|
@@ -222,7 +222,7 @@ export declare class ApiGatewayClient {
|
|
|
222
222
|
* @param UpdateApiRequest
|
|
223
223
|
* @return UpdateApiResponse
|
|
224
224
|
* @throws OciError when an error occurs
|
|
225
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
225
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
226
226
|
*/
|
|
227
227
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
228
228
|
/**
|
|
@@ -230,7 +230,7 @@ export declare class ApiGatewayClient {
|
|
|
230
230
|
* @param UpdateCertificateRequest
|
|
231
231
|
* @return UpdateCertificateResponse
|
|
232
232
|
* @throws OciError when an error occurs
|
|
233
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
233
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
234
234
|
*/
|
|
235
235
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
236
236
|
/**
|
|
@@ -238,7 +238,7 @@ export declare class ApiGatewayClient {
|
|
|
238
238
|
* @param UpdateSdkRequest
|
|
239
239
|
* @return UpdateSdkResponse
|
|
240
240
|
* @throws OciError when an error occurs
|
|
241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
241
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
242
242
|
*/
|
|
243
243
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
244
244
|
}
|
|
@@ -296,7 +296,7 @@ export declare class DeploymentClient {
|
|
|
296
296
|
* @param ChangeDeploymentCompartmentRequest
|
|
297
297
|
* @return ChangeDeploymentCompartmentResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
300
300
|
*/
|
|
301
301
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
302
302
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class DeploymentClient {
|
|
|
305
305
|
* @param CreateDeploymentRequest
|
|
306
306
|
* @return CreateDeploymentResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
309
309
|
*/
|
|
310
310
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
311
311
|
/**
|
|
@@ -313,7 +313,7 @@ export declare class DeploymentClient {
|
|
|
313
313
|
* @param DeleteDeploymentRequest
|
|
314
314
|
* @return DeleteDeploymentResponse
|
|
315
315
|
* @throws OciError when an error occurs
|
|
316
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
316
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
317
317
|
*/
|
|
318
318
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
319
319
|
/**
|
|
@@ -321,7 +321,7 @@ export declare class DeploymentClient {
|
|
|
321
321
|
* @param GetDeploymentRequest
|
|
322
322
|
* @return GetDeploymentResponse
|
|
323
323
|
* @throws OciError when an error occurs
|
|
324
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
324
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
325
325
|
*/
|
|
326
326
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
327
327
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class DeploymentClient {
|
|
|
330
330
|
* @param ListDeploymentsRequest
|
|
331
331
|
* @return ListDeploymentsResponse
|
|
332
332
|
* @throws OciError when an error occurs
|
|
333
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
333
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
334
334
|
*/
|
|
335
335
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
336
336
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class DeploymentClient {
|
|
|
338
338
|
* @param UpdateDeploymentRequest
|
|
339
339
|
* @return UpdateDeploymentResponse
|
|
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.5.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
342
342
|
*/
|
|
343
343
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
344
344
|
}
|
|
@@ -396,7 +396,7 @@ export declare class GatewayClient {
|
|
|
396
396
|
* @param ChangeGatewayCompartmentRequest
|
|
397
397
|
* @return ChangeGatewayCompartmentResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
400
400
|
*/
|
|
401
401
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
402
402
|
/**
|
|
@@ -405,7 +405,7 @@ export declare class GatewayClient {
|
|
|
405
405
|
* @param CreateGatewayRequest
|
|
406
406
|
* @return CreateGatewayResponse
|
|
407
407
|
* @throws OciError when an error occurs
|
|
408
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
409
409
|
*/
|
|
410
410
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
411
411
|
/**
|
|
@@ -413,7 +413,7 @@ export declare class GatewayClient {
|
|
|
413
413
|
* @param DeleteGatewayRequest
|
|
414
414
|
* @return DeleteGatewayResponse
|
|
415
415
|
* @throws OciError when an error occurs
|
|
416
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
416
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
417
417
|
*/
|
|
418
418
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
419
419
|
/**
|
|
@@ -421,7 +421,7 @@ export declare class GatewayClient {
|
|
|
421
421
|
* @param GetGatewayRequest
|
|
422
422
|
* @return GetGatewayResponse
|
|
423
423
|
* @throws OciError when an error occurs
|
|
424
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
424
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
425
425
|
*/
|
|
426
426
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
427
427
|
/**
|
|
@@ -430,7 +430,7 @@ export declare class GatewayClient {
|
|
|
430
430
|
* @param ListGatewaysRequest
|
|
431
431
|
* @return ListGatewaysResponse
|
|
432
432
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
433
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
434
434
|
*/
|
|
435
435
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
436
436
|
/**
|
|
@@ -438,7 +438,7 @@ export declare class GatewayClient {
|
|
|
438
438
|
* @param UpdateGatewayRequest
|
|
439
439
|
* @return UpdateGatewayResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
442
442
|
*/
|
|
443
443
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
444
444
|
}
|
|
@@ -496,7 +496,7 @@ export declare class WorkRequestsClient {
|
|
|
496
496
|
* @param CancelWorkRequestRequest
|
|
497
497
|
* @return CancelWorkRequestResponse
|
|
498
498
|
* @throws OciError when an error occurs
|
|
499
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
499
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
500
500
|
*/
|
|
501
501
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
502
502
|
/**
|
|
@@ -504,7 +504,7 @@ export declare class WorkRequestsClient {
|
|
|
504
504
|
* @param GetWorkRequestRequest
|
|
505
505
|
* @return GetWorkRequestResponse
|
|
506
506
|
* @throws OciError when an error occurs
|
|
507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
508
508
|
*/
|
|
509
509
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
510
510
|
/**
|
|
@@ -513,7 +513,7 @@ export declare class WorkRequestsClient {
|
|
|
513
513
|
* @param ListWorkRequestErrorsRequest
|
|
514
514
|
* @return ListWorkRequestErrorsResponse
|
|
515
515
|
* @throws OciError when an error occurs
|
|
516
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
516
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
517
517
|
*/
|
|
518
518
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
519
519
|
/**
|
|
@@ -522,7 +522,7 @@ export declare class WorkRequestsClient {
|
|
|
522
522
|
* @param ListWorkRequestLogsRequest
|
|
523
523
|
* @return ListWorkRequestLogsResponse
|
|
524
524
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
526
526
|
*/
|
|
527
527
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
528
528
|
/**
|
|
@@ -531,7 +531,7 @@ export declare class WorkRequestsClient {
|
|
|
531
531
|
* @param ListWorkRequestsRequest
|
|
532
532
|
* @return ListWorkRequestsResponse
|
|
533
533
|
* @throws OciError when an error occurs
|
|
534
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
535
535
|
*/
|
|
536
536
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
537
537
|
}
|