oci-apigateway 2.79.1 → 2.80.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 +62 -56
- package/lib/client.js +298 -118
- package/lib/client.js.map +1 -1
- package/lib/model/api-specification-route-backend.js +4 -2
- package/lib/model/api-specification-route-backend.js.map +1 -1
- package/lib/model/authentication-policy.js +4 -2
- package/lib/model/authentication-policy.js.map +1 -1
- package/lib/model/ca-bundle.js +4 -2
- package/lib/model/ca-bundle.js.map +1 -1
- package/lib/model/client-app-details.js +4 -2
- package/lib/model/client-app-details.js.map +1 -1
- package/lib/model/content-validation.js +4 -2
- package/lib/model/content-validation.js.map +1 -1
- package/lib/model/dynamic-selection-key.js +4 -2
- package/lib/model/dynamic-selection-key.js.map +1 -1
- package/lib/model/public-key-set.js +4 -2
- package/lib/model/public-key-set.js.map +1 -1
- package/lib/model/response-cache-details.js +4 -2
- package/lib/model/response-cache-details.js.map +1 -1
- package/lib/model/response-cache-lookup-policy.js +4 -2
- package/lib/model/response-cache-lookup-policy.js.map +1 -1
- package/lib/model/response-cache-store-policy.js +4 -2
- package/lib/model/response-cache-store-policy.js.map +1 -1
- package/lib/model/route-authorization-policy.js +4 -2
- package/lib/model/route-authorization-policy.js.map +1 -1
- package/lib/model/selection-source-policy.js +4 -2
- package/lib/model/selection-source-policy.js.map +1 -1
- package/lib/model/source-uri-details.js +4 -2
- package/lib/model/source-uri-details.js.map +1 -1
- package/lib/model/static-public-key.js +4 -2
- package/lib/model/static-public-key.js.map +1 -1
- package/lib/model/token-authentication-validation-policy.js +4 -2
- package/lib/model/token-authentication-validation-policy.js.map +1 -1
- package/lib/model/validation-failure-policy.js +4 -2
- package/lib/model/validation-failure-policy.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/change-subscriber-compartment-request.d.ts +1 -1
- package/lib/request/change-usage-plan-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/create-subscriber-request.d.ts +1 -1
- package/lib/request/create-usage-plan-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/delete-subscriber-request.d.ts +1 -1
- package/lib/request/delete-usage-plan-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-subscriber-request.d.ts +1 -1
- package/lib/request/get-usage-plan-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-subscribers-request.d.ts +1 -1
- package/lib/request/list-usage-plans-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/lib/request/update-subscriber-request.d.ts +1 -1
- package/lib/request/update-usage-plan-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -31,7 +31,7 @@ export declare enum ApiGatewayApiKeys {
|
|
|
31
31
|
export declare class ApiGatewayClient {
|
|
32
32
|
protected static serviceEndpointTemplate: string;
|
|
33
33
|
protected static endpointServiceName: string;
|
|
34
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
34
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
35
35
|
protected "_endpoint": string;
|
|
36
36
|
protected "_defaultHeaders": any;
|
|
37
37
|
protected "_waiters": ApiGatewayWaiter;
|
|
@@ -54,6 +54,7 @@ export declare class ApiGatewayClient {
|
|
|
54
54
|
* @param endpoint The endpoint of the service.
|
|
55
55
|
*/
|
|
56
56
|
set endpoint(endpoint: string);
|
|
57
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
57
58
|
/**
|
|
58
59
|
* Determines whether realm specific endpoint should be used or not.
|
|
59
60
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -98,7 +99,7 @@ export declare class ApiGatewayClient {
|
|
|
98
99
|
* @param ChangeApiCompartmentRequest
|
|
99
100
|
* @return ChangeApiCompartmentResponse
|
|
100
101
|
* @throws OciError when an error occurs
|
|
101
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
102
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeApiCompartment.ts.html |here} to see how to use ChangeApiCompartment API.
|
|
102
103
|
*/
|
|
103
104
|
changeApiCompartment(changeApiCompartmentRequest: requests.ChangeApiCompartmentRequest): Promise<responses.ChangeApiCompartmentResponse>;
|
|
104
105
|
/**
|
|
@@ -107,7 +108,7 @@ export declare class ApiGatewayClient {
|
|
|
107
108
|
* @param ChangeCertificateCompartmentRequest
|
|
108
109
|
* @return ChangeCertificateCompartmentResponse
|
|
109
110
|
* @throws OciError when an error occurs
|
|
110
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
111
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeCertificateCompartment.ts.html |here} to see how to use ChangeCertificateCompartment API.
|
|
111
112
|
*/
|
|
112
113
|
changeCertificateCompartment(changeCertificateCompartmentRequest: requests.ChangeCertificateCompartmentRequest): Promise<responses.ChangeCertificateCompartmentResponse>;
|
|
113
114
|
/**
|
|
@@ -117,7 +118,7 @@ export declare class ApiGatewayClient {
|
|
|
117
118
|
* @param CreateApiRequest
|
|
118
119
|
* @return CreateApiResponse
|
|
119
120
|
* @throws OciError when an error occurs
|
|
120
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
121
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateApi.ts.html |here} to see how to use CreateApi API.
|
|
121
122
|
*/
|
|
122
123
|
createApi(createApiRequest: requests.CreateApiRequest): Promise<responses.CreateApiResponse>;
|
|
123
124
|
/**
|
|
@@ -127,7 +128,7 @@ export declare class ApiGatewayClient {
|
|
|
127
128
|
* @param CreateCertificateRequest
|
|
128
129
|
* @return CreateCertificateResponse
|
|
129
130
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateCertificate.ts.html |here} to see how to use CreateCertificate API.
|
|
131
132
|
*/
|
|
132
133
|
createCertificate(createCertificateRequest: requests.CreateCertificateRequest): Promise<responses.CreateCertificateResponse>;
|
|
133
134
|
/**
|
|
@@ -136,7 +137,7 @@ export declare class ApiGatewayClient {
|
|
|
136
137
|
* @param CreateSdkRequest
|
|
137
138
|
* @return CreateSdkResponse
|
|
138
139
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateSdk.ts.html |here} to see how to use CreateSdk API.
|
|
140
141
|
*/
|
|
141
142
|
createSdk(createSdkRequest: requests.CreateSdkRequest): Promise<responses.CreateSdkResponse>;
|
|
142
143
|
/**
|
|
@@ -145,7 +146,7 @@ export declare class ApiGatewayClient {
|
|
|
145
146
|
* @param DeleteApiRequest
|
|
146
147
|
* @return DeleteApiResponse
|
|
147
148
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteApi.ts.html |here} to see how to use DeleteApi API.
|
|
149
150
|
*/
|
|
150
151
|
deleteApi(deleteApiRequest: requests.DeleteApiRequest): Promise<responses.DeleteApiResponse>;
|
|
151
152
|
/**
|
|
@@ -154,7 +155,7 @@ export declare class ApiGatewayClient {
|
|
|
154
155
|
* @param DeleteCertificateRequest
|
|
155
156
|
* @return DeleteCertificateResponse
|
|
156
157
|
* @throws OciError when an error occurs
|
|
157
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteCertificate.ts.html |here} to see how to use DeleteCertificate API.
|
|
158
159
|
*/
|
|
159
160
|
deleteCertificate(deleteCertificateRequest: requests.DeleteCertificateRequest): Promise<responses.DeleteCertificateResponse>;
|
|
160
161
|
/**
|
|
@@ -163,7 +164,7 @@ export declare class ApiGatewayClient {
|
|
|
163
164
|
* @param DeleteSdkRequest
|
|
164
165
|
* @return DeleteSdkResponse
|
|
165
166
|
* @throws OciError when an error occurs
|
|
166
|
-
* @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.80.0/apigateway/DeleteSdk.ts.html |here} to see how to use DeleteSdk API.
|
|
167
168
|
*/
|
|
168
169
|
deleteSdk(deleteSdkRequest: requests.DeleteSdkRequest): Promise<responses.DeleteSdkResponse>;
|
|
169
170
|
/**
|
|
@@ -172,7 +173,7 @@ export declare class ApiGatewayClient {
|
|
|
172
173
|
* @param GetApiRequest
|
|
173
174
|
* @return GetApiResponse
|
|
174
175
|
* @throws OciError when an error occurs
|
|
175
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
176
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetApi.ts.html |here} to see how to use GetApi API.
|
|
176
177
|
*/
|
|
177
178
|
getApi(getApiRequest: requests.GetApiRequest): Promise<responses.GetApiResponse>;
|
|
178
179
|
/**
|
|
@@ -181,7 +182,7 @@ export declare class ApiGatewayClient {
|
|
|
181
182
|
* @param GetApiContentRequest
|
|
182
183
|
* @return GetApiContentResponse
|
|
183
184
|
* @throws OciError when an error occurs
|
|
184
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
185
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetApiContent.ts.html |here} to see how to use GetApiContent API.
|
|
185
186
|
*/
|
|
186
187
|
getApiContent(getApiContentRequest: requests.GetApiContentRequest): Promise<responses.GetApiContentResponse>;
|
|
187
188
|
/**
|
|
@@ -190,7 +191,7 @@ export declare class ApiGatewayClient {
|
|
|
190
191
|
* @param GetApiDeploymentSpecificationRequest
|
|
191
192
|
* @return GetApiDeploymentSpecificationResponse
|
|
192
193
|
* @throws OciError when an error occurs
|
|
193
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
194
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetApiDeploymentSpecification.ts.html |here} to see how to use GetApiDeploymentSpecification API.
|
|
194
195
|
*/
|
|
195
196
|
getApiDeploymentSpecification(getApiDeploymentSpecificationRequest: requests.GetApiDeploymentSpecificationRequest): Promise<responses.GetApiDeploymentSpecificationResponse>;
|
|
196
197
|
/**
|
|
@@ -199,7 +200,7 @@ export declare class ApiGatewayClient {
|
|
|
199
200
|
* @param GetApiValidationsRequest
|
|
200
201
|
* @return GetApiValidationsResponse
|
|
201
202
|
* @throws OciError when an error occurs
|
|
202
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetApiValidations.ts.html |here} to see how to use GetApiValidations API.
|
|
203
204
|
*/
|
|
204
205
|
getApiValidations(getApiValidationsRequest: requests.GetApiValidationsRequest): Promise<responses.GetApiValidationsResponse>;
|
|
205
206
|
/**
|
|
@@ -208,7 +209,7 @@ export declare class ApiGatewayClient {
|
|
|
208
209
|
* @param GetCertificateRequest
|
|
209
210
|
* @return GetCertificateResponse
|
|
210
211
|
* @throws OciError when an error occurs
|
|
211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetCertificate.ts.html |here} to see how to use GetCertificate API.
|
|
212
213
|
*/
|
|
213
214
|
getCertificate(getCertificateRequest: requests.GetCertificateRequest): Promise<responses.GetCertificateResponse>;
|
|
214
215
|
/**
|
|
@@ -217,7 +218,7 @@ export declare class ApiGatewayClient {
|
|
|
217
218
|
* @param GetSdkRequest
|
|
218
219
|
* @return GetSdkResponse
|
|
219
220
|
* @throws OciError when an error occurs
|
|
220
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetSdk.ts.html |here} to see how to use GetSdk API.
|
|
221
222
|
*/
|
|
222
223
|
getSdk(getSdkRequest: requests.GetSdkRequest): Promise<responses.GetSdkResponse>;
|
|
223
224
|
/**
|
|
@@ -227,7 +228,7 @@ export declare class ApiGatewayClient {
|
|
|
227
228
|
* @param ListApisRequest
|
|
228
229
|
* @return ListApisResponse
|
|
229
230
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
231
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListApis.ts.html |here} to see how to use ListApis API.
|
|
231
232
|
*/
|
|
232
233
|
listApis(listApisRequest: requests.ListApisRequest): Promise<responses.ListApisResponse>;
|
|
233
234
|
/**
|
|
@@ -237,7 +238,7 @@ export declare class ApiGatewayClient {
|
|
|
237
238
|
* @param ListCertificatesRequest
|
|
238
239
|
* @return ListCertificatesResponse
|
|
239
240
|
* @throws OciError when an error occurs
|
|
240
|
-
* @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.80.0/apigateway/ListCertificates.ts.html |here} to see how to use ListCertificates API.
|
|
241
242
|
*/
|
|
242
243
|
listCertificates(listCertificatesRequest: requests.ListCertificatesRequest): Promise<responses.ListCertificatesResponse>;
|
|
243
244
|
/**
|
|
@@ -246,7 +247,7 @@ export declare class ApiGatewayClient {
|
|
|
246
247
|
* @param ListSdkLanguageTypesRequest
|
|
247
248
|
* @return ListSdkLanguageTypesResponse
|
|
248
249
|
* @throws OciError when an error occurs
|
|
249
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListSdkLanguageTypes.ts.html |here} to see how to use ListSdkLanguageTypes API.
|
|
250
251
|
*/
|
|
251
252
|
listSdkLanguageTypes(listSdkLanguageTypesRequest: requests.ListSdkLanguageTypesRequest): Promise<responses.ListSdkLanguageTypesResponse>;
|
|
252
253
|
/**
|
|
@@ -255,7 +256,7 @@ export declare class ApiGatewayClient {
|
|
|
255
256
|
* @param ListSdksRequest
|
|
256
257
|
* @return ListSdksResponse
|
|
257
258
|
* @throws OciError when an error occurs
|
|
258
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListSdks.ts.html |here} to see how to use ListSdks API.
|
|
259
260
|
*/
|
|
260
261
|
listSdks(listSdksRequest: requests.ListSdksRequest): Promise<responses.ListSdksResponse>;
|
|
261
262
|
/**
|
|
@@ -264,7 +265,7 @@ export declare class ApiGatewayClient {
|
|
|
264
265
|
* @param UpdateApiRequest
|
|
265
266
|
* @return UpdateApiResponse
|
|
266
267
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
268
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateApi.ts.html |here} to see how to use UpdateApi API.
|
|
268
269
|
*/
|
|
269
270
|
updateApi(updateApiRequest: requests.UpdateApiRequest): Promise<responses.UpdateApiResponse>;
|
|
270
271
|
/**
|
|
@@ -273,7 +274,7 @@ export declare class ApiGatewayClient {
|
|
|
273
274
|
* @param UpdateCertificateRequest
|
|
274
275
|
* @return UpdateCertificateResponse
|
|
275
276
|
* @throws OciError when an error occurs
|
|
276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateCertificate.ts.html |here} to see how to use UpdateCertificate API.
|
|
277
278
|
*/
|
|
278
279
|
updateCertificate(updateCertificateRequest: requests.UpdateCertificateRequest): Promise<responses.UpdateCertificateResponse>;
|
|
279
280
|
/**
|
|
@@ -282,7 +283,7 @@ export declare class ApiGatewayClient {
|
|
|
282
283
|
* @param UpdateSdkRequest
|
|
283
284
|
* @return UpdateSdkResponse
|
|
284
285
|
* @throws OciError when an error occurs
|
|
285
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateSdk.ts.html |here} to see how to use UpdateSdk API.
|
|
286
287
|
*/
|
|
287
288
|
updateSdk(updateSdkRequest: requests.UpdateSdkRequest): Promise<responses.UpdateSdkResponse>;
|
|
288
289
|
}
|
|
@@ -294,7 +295,7 @@ export declare enum DeploymentApiKeys {
|
|
|
294
295
|
export declare class DeploymentClient {
|
|
295
296
|
protected static serviceEndpointTemplate: string;
|
|
296
297
|
protected static endpointServiceName: string;
|
|
297
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
298
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
298
299
|
protected "_endpoint": string;
|
|
299
300
|
protected "_defaultHeaders": any;
|
|
300
301
|
protected "_waiters": DeploymentWaiter;
|
|
@@ -317,6 +318,7 @@ export declare class DeploymentClient {
|
|
|
317
318
|
* @param endpoint The endpoint of the service.
|
|
318
319
|
*/
|
|
319
320
|
set endpoint(endpoint: string);
|
|
321
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
320
322
|
/**
|
|
321
323
|
* Determines whether realm specific endpoint should be used or not.
|
|
322
324
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -361,7 +363,7 @@ export declare class DeploymentClient {
|
|
|
361
363
|
* @param ChangeDeploymentCompartmentRequest
|
|
362
364
|
* @return ChangeDeploymentCompartmentResponse
|
|
363
365
|
* @throws OciError when an error occurs
|
|
364
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeDeploymentCompartment.ts.html |here} to see how to use ChangeDeploymentCompartment API.
|
|
365
367
|
*/
|
|
366
368
|
changeDeploymentCompartment(changeDeploymentCompartmentRequest: requests.ChangeDeploymentCompartmentRequest): Promise<responses.ChangeDeploymentCompartmentResponse>;
|
|
367
369
|
/**
|
|
@@ -371,7 +373,7 @@ export declare class DeploymentClient {
|
|
|
371
373
|
* @param CreateDeploymentRequest
|
|
372
374
|
* @return CreateDeploymentResponse
|
|
373
375
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
376
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateDeployment.ts.html |here} to see how to use CreateDeployment API.
|
|
375
377
|
*/
|
|
376
378
|
createDeployment(createDeploymentRequest: requests.CreateDeploymentRequest): Promise<responses.CreateDeploymentResponse>;
|
|
377
379
|
/**
|
|
@@ -380,7 +382,7 @@ export declare class DeploymentClient {
|
|
|
380
382
|
* @param DeleteDeploymentRequest
|
|
381
383
|
* @return DeleteDeploymentResponse
|
|
382
384
|
* @throws OciError when an error occurs
|
|
383
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
385
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteDeployment.ts.html |here} to see how to use DeleteDeployment API.
|
|
384
386
|
*/
|
|
385
387
|
deleteDeployment(deleteDeploymentRequest: requests.DeleteDeploymentRequest): Promise<responses.DeleteDeploymentResponse>;
|
|
386
388
|
/**
|
|
@@ -389,7 +391,7 @@ export declare class DeploymentClient {
|
|
|
389
391
|
* @param GetDeploymentRequest
|
|
390
392
|
* @return GetDeploymentResponse
|
|
391
393
|
* @throws OciError when an error occurs
|
|
392
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetDeployment.ts.html |here} to see how to use GetDeployment API.
|
|
393
395
|
*/
|
|
394
396
|
getDeployment(getDeploymentRequest: requests.GetDeploymentRequest): Promise<responses.GetDeploymentResponse>;
|
|
395
397
|
/**
|
|
@@ -399,7 +401,7 @@ export declare class DeploymentClient {
|
|
|
399
401
|
* @param ListDeploymentsRequest
|
|
400
402
|
* @return ListDeploymentsResponse
|
|
401
403
|
* @throws OciError when an error occurs
|
|
402
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
404
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListDeployments.ts.html |here} to see how to use ListDeployments API.
|
|
403
405
|
*/
|
|
404
406
|
listDeployments(listDeploymentsRequest: requests.ListDeploymentsRequest): Promise<responses.ListDeploymentsResponse>;
|
|
405
407
|
/**
|
|
@@ -408,7 +410,7 @@ export declare class DeploymentClient {
|
|
|
408
410
|
* @param UpdateDeploymentRequest
|
|
409
411
|
* @return UpdateDeploymentResponse
|
|
410
412
|
* @throws OciError when an error occurs
|
|
411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateDeployment.ts.html |here} to see how to use UpdateDeployment API.
|
|
412
414
|
*/
|
|
413
415
|
updateDeployment(updateDeploymentRequest: requests.UpdateDeploymentRequest): Promise<responses.UpdateDeploymentResponse>;
|
|
414
416
|
}
|
|
@@ -420,7 +422,7 @@ export declare enum GatewayApiKeys {
|
|
|
420
422
|
export declare class GatewayClient {
|
|
421
423
|
protected static serviceEndpointTemplate: string;
|
|
422
424
|
protected static endpointServiceName: string;
|
|
423
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
425
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
424
426
|
protected "_endpoint": string;
|
|
425
427
|
protected "_defaultHeaders": any;
|
|
426
428
|
protected "_waiters": GatewayWaiter;
|
|
@@ -443,6 +445,7 @@ export declare class GatewayClient {
|
|
|
443
445
|
* @param endpoint The endpoint of the service.
|
|
444
446
|
*/
|
|
445
447
|
set endpoint(endpoint: string);
|
|
448
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
446
449
|
/**
|
|
447
450
|
* Determines whether realm specific endpoint should be used or not.
|
|
448
451
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -487,7 +490,7 @@ export declare class GatewayClient {
|
|
|
487
490
|
* @param ChangeGatewayCompartmentRequest
|
|
488
491
|
* @return ChangeGatewayCompartmentResponse
|
|
489
492
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
493
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeGatewayCompartment.ts.html |here} to see how to use ChangeGatewayCompartment API.
|
|
491
494
|
*/
|
|
492
495
|
changeGatewayCompartment(changeGatewayCompartmentRequest: requests.ChangeGatewayCompartmentRequest): Promise<responses.ChangeGatewayCompartmentResponse>;
|
|
493
496
|
/**
|
|
@@ -497,7 +500,7 @@ export declare class GatewayClient {
|
|
|
497
500
|
* @param CreateGatewayRequest
|
|
498
501
|
* @return CreateGatewayResponse
|
|
499
502
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
503
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateGateway.ts.html |here} to see how to use CreateGateway API.
|
|
501
504
|
*/
|
|
502
505
|
createGateway(createGatewayRequest: requests.CreateGatewayRequest): Promise<responses.CreateGatewayResponse>;
|
|
503
506
|
/**
|
|
@@ -506,7 +509,7 @@ export declare class GatewayClient {
|
|
|
506
509
|
* @param DeleteGatewayRequest
|
|
507
510
|
* @return DeleteGatewayResponse
|
|
508
511
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
512
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteGateway.ts.html |here} to see how to use DeleteGateway API.
|
|
510
513
|
*/
|
|
511
514
|
deleteGateway(deleteGatewayRequest: requests.DeleteGatewayRequest): Promise<responses.DeleteGatewayResponse>;
|
|
512
515
|
/**
|
|
@@ -515,7 +518,7 @@ export declare class GatewayClient {
|
|
|
515
518
|
* @param GetGatewayRequest
|
|
516
519
|
* @return GetGatewayResponse
|
|
517
520
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetGateway.ts.html |here} to see how to use GetGateway API.
|
|
519
522
|
*/
|
|
520
523
|
getGateway(getGatewayRequest: requests.GetGatewayRequest): Promise<responses.GetGatewayResponse>;
|
|
521
524
|
/**
|
|
@@ -525,7 +528,7 @@ export declare class GatewayClient {
|
|
|
525
528
|
* @param ListGatewaysRequest
|
|
526
529
|
* @return ListGatewaysResponse
|
|
527
530
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListGateways.ts.html |here} to see how to use ListGateways API.
|
|
529
532
|
*/
|
|
530
533
|
listGateways(listGatewaysRequest: requests.ListGatewaysRequest): Promise<responses.ListGatewaysResponse>;
|
|
531
534
|
/**
|
|
@@ -534,7 +537,7 @@ export declare class GatewayClient {
|
|
|
534
537
|
* @param UpdateGatewayRequest
|
|
535
538
|
* @return UpdateGatewayResponse
|
|
536
539
|
* @throws OciError when an error occurs
|
|
537
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
540
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateGateway.ts.html |here} to see how to use UpdateGateway API.
|
|
538
541
|
*/
|
|
539
542
|
updateGateway(updateGatewayRequest: requests.UpdateGatewayRequest): Promise<responses.UpdateGatewayResponse>;
|
|
540
543
|
}
|
|
@@ -546,7 +549,7 @@ export declare enum SubscribersApiKeys {
|
|
|
546
549
|
export declare class SubscribersClient {
|
|
547
550
|
protected static serviceEndpointTemplate: string;
|
|
548
551
|
protected static endpointServiceName: string;
|
|
549
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
552
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
550
553
|
protected "_endpoint": string;
|
|
551
554
|
protected "_defaultHeaders": any;
|
|
552
555
|
protected "_waiters": SubscribersWaiter;
|
|
@@ -569,6 +572,7 @@ export declare class SubscribersClient {
|
|
|
569
572
|
* @param endpoint The endpoint of the service.
|
|
570
573
|
*/
|
|
571
574
|
set endpoint(endpoint: string);
|
|
575
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
572
576
|
/**
|
|
573
577
|
* Determines whether realm specific endpoint should be used or not.
|
|
574
578
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -613,7 +617,7 @@ export declare class SubscribersClient {
|
|
|
613
617
|
* @param ChangeSubscriberCompartmentRequest
|
|
614
618
|
* @return ChangeSubscriberCompartmentResponse
|
|
615
619
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeSubscriberCompartment.ts.html |here} to see how to use ChangeSubscriberCompartment API.
|
|
617
621
|
*/
|
|
618
622
|
changeSubscriberCompartment(changeSubscriberCompartmentRequest: requests.ChangeSubscriberCompartmentRequest): Promise<responses.ChangeSubscriberCompartmentResponse>;
|
|
619
623
|
/**
|
|
@@ -622,7 +626,7 @@ export declare class SubscribersClient {
|
|
|
622
626
|
* @param CreateSubscriberRequest
|
|
623
627
|
* @return CreateSubscriberResponse
|
|
624
628
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateSubscriber.ts.html |here} to see how to use CreateSubscriber API.
|
|
626
630
|
*/
|
|
627
631
|
createSubscriber(createSubscriberRequest: requests.CreateSubscriberRequest): Promise<responses.CreateSubscriberResponse>;
|
|
628
632
|
/**
|
|
@@ -631,7 +635,7 @@ export declare class SubscribersClient {
|
|
|
631
635
|
* @param DeleteSubscriberRequest
|
|
632
636
|
* @return DeleteSubscriberResponse
|
|
633
637
|
* @throws OciError when an error occurs
|
|
634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteSubscriber.ts.html |here} to see how to use DeleteSubscriber API.
|
|
635
639
|
*/
|
|
636
640
|
deleteSubscriber(deleteSubscriberRequest: requests.DeleteSubscriberRequest): Promise<responses.DeleteSubscriberResponse>;
|
|
637
641
|
/**
|
|
@@ -640,7 +644,7 @@ export declare class SubscribersClient {
|
|
|
640
644
|
* @param GetSubscriberRequest
|
|
641
645
|
* @return GetSubscriberResponse
|
|
642
646
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetSubscriber.ts.html |here} to see how to use GetSubscriber API.
|
|
644
648
|
*/
|
|
645
649
|
getSubscriber(getSubscriberRequest: requests.GetSubscriberRequest): Promise<responses.GetSubscriberResponse>;
|
|
646
650
|
/**
|
|
@@ -649,7 +653,7 @@ export declare class SubscribersClient {
|
|
|
649
653
|
* @param ListSubscribersRequest
|
|
650
654
|
* @return ListSubscribersResponse
|
|
651
655
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
656
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListSubscribers.ts.html |here} to see how to use ListSubscribers API.
|
|
653
657
|
*/
|
|
654
658
|
listSubscribers(listSubscribersRequest: requests.ListSubscribersRequest): Promise<responses.ListSubscribersResponse>;
|
|
655
659
|
/**
|
|
@@ -658,7 +662,7 @@ export declare class SubscribersClient {
|
|
|
658
662
|
* @param UpdateSubscriberRequest
|
|
659
663
|
* @return UpdateSubscriberResponse
|
|
660
664
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
665
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateSubscriber.ts.html |here} to see how to use UpdateSubscriber API.
|
|
662
666
|
*/
|
|
663
667
|
updateSubscriber(updateSubscriberRequest: requests.UpdateSubscriberRequest): Promise<responses.UpdateSubscriberResponse>;
|
|
664
668
|
}
|
|
@@ -670,7 +674,7 @@ export declare enum UsagePlansApiKeys {
|
|
|
670
674
|
export declare class UsagePlansClient {
|
|
671
675
|
protected static serviceEndpointTemplate: string;
|
|
672
676
|
protected static endpointServiceName: string;
|
|
673
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
677
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
674
678
|
protected "_endpoint": string;
|
|
675
679
|
protected "_defaultHeaders": any;
|
|
676
680
|
protected "_waiters": UsagePlansWaiter;
|
|
@@ -693,6 +697,7 @@ export declare class UsagePlansClient {
|
|
|
693
697
|
* @param endpoint The endpoint of the service.
|
|
694
698
|
*/
|
|
695
699
|
set endpoint(endpoint: string);
|
|
700
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
696
701
|
/**
|
|
697
702
|
* Determines whether realm specific endpoint should be used or not.
|
|
698
703
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -737,7 +742,7 @@ export declare class UsagePlansClient {
|
|
|
737
742
|
* @param ChangeUsagePlanCompartmentRequest
|
|
738
743
|
* @return ChangeUsagePlanCompartmentResponse
|
|
739
744
|
* @throws OciError when an error occurs
|
|
740
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
745
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ChangeUsagePlanCompartment.ts.html |here} to see how to use ChangeUsagePlanCompartment API.
|
|
741
746
|
*/
|
|
742
747
|
changeUsagePlanCompartment(changeUsagePlanCompartmentRequest: requests.ChangeUsagePlanCompartmentRequest): Promise<responses.ChangeUsagePlanCompartmentResponse>;
|
|
743
748
|
/**
|
|
@@ -746,7 +751,7 @@ export declare class UsagePlansClient {
|
|
|
746
751
|
* @param CreateUsagePlanRequest
|
|
747
752
|
* @return CreateUsagePlanResponse
|
|
748
753
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CreateUsagePlan.ts.html |here} to see how to use CreateUsagePlan API.
|
|
750
755
|
*/
|
|
751
756
|
createUsagePlan(createUsagePlanRequest: requests.CreateUsagePlanRequest): Promise<responses.CreateUsagePlanResponse>;
|
|
752
757
|
/**
|
|
@@ -755,7 +760,7 @@ export declare class UsagePlansClient {
|
|
|
755
760
|
* @param DeleteUsagePlanRequest
|
|
756
761
|
* @return DeleteUsagePlanResponse
|
|
757
762
|
* @throws OciError when an error occurs
|
|
758
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/DeleteUsagePlan.ts.html |here} to see how to use DeleteUsagePlan API.
|
|
759
764
|
*/
|
|
760
765
|
deleteUsagePlan(deleteUsagePlanRequest: requests.DeleteUsagePlanRequest): Promise<responses.DeleteUsagePlanResponse>;
|
|
761
766
|
/**
|
|
@@ -764,7 +769,7 @@ export declare class UsagePlansClient {
|
|
|
764
769
|
* @param GetUsagePlanRequest
|
|
765
770
|
* @return GetUsagePlanResponse
|
|
766
771
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetUsagePlan.ts.html |here} to see how to use GetUsagePlan API.
|
|
768
773
|
*/
|
|
769
774
|
getUsagePlan(getUsagePlanRequest: requests.GetUsagePlanRequest): Promise<responses.GetUsagePlanResponse>;
|
|
770
775
|
/**
|
|
@@ -773,7 +778,7 @@ export declare class UsagePlansClient {
|
|
|
773
778
|
* @param ListUsagePlansRequest
|
|
774
779
|
* @return ListUsagePlansResponse
|
|
775
780
|
* @throws OciError when an error occurs
|
|
776
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListUsagePlans.ts.html |here} to see how to use ListUsagePlans API.
|
|
777
782
|
*/
|
|
778
783
|
listUsagePlans(listUsagePlansRequest: requests.ListUsagePlansRequest): Promise<responses.ListUsagePlansResponse>;
|
|
779
784
|
/**
|
|
@@ -782,7 +787,7 @@ export declare class UsagePlansClient {
|
|
|
782
787
|
* @param UpdateUsagePlanRequest
|
|
783
788
|
* @return UpdateUsagePlanResponse
|
|
784
789
|
* @throws OciError when an error occurs
|
|
785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
790
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/UpdateUsagePlan.ts.html |here} to see how to use UpdateUsagePlan API.
|
|
786
791
|
*/
|
|
787
792
|
updateUsagePlan(updateUsagePlanRequest: requests.UpdateUsagePlanRequest): Promise<responses.UpdateUsagePlanResponse>;
|
|
788
793
|
}
|
|
@@ -794,7 +799,7 @@ export declare enum WorkRequestsApiKeys {
|
|
|
794
799
|
export declare class WorkRequestsClient {
|
|
795
800
|
protected static serviceEndpointTemplate: string;
|
|
796
801
|
protected static endpointServiceName: string;
|
|
797
|
-
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
802
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean | undefined;
|
|
798
803
|
protected "_endpoint": string;
|
|
799
804
|
protected "_defaultHeaders": any;
|
|
800
805
|
protected "_waiters": WorkRequestsWaiter;
|
|
@@ -817,6 +822,7 @@ export declare class WorkRequestsClient {
|
|
|
817
822
|
* @param endpoint The endpoint of the service.
|
|
818
823
|
*/
|
|
819
824
|
set endpoint(endpoint: string);
|
|
825
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
820
826
|
/**
|
|
821
827
|
* Determines whether realm specific endpoint should be used or not.
|
|
822
828
|
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
@@ -861,7 +867,7 @@ export declare class WorkRequestsClient {
|
|
|
861
867
|
* @param CancelWorkRequestRequest
|
|
862
868
|
* @return CancelWorkRequestResponse
|
|
863
869
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
870
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequest API.
|
|
865
871
|
*/
|
|
866
872
|
cancelWorkRequest(cancelWorkRequestRequest: requests.CancelWorkRequestRequest): Promise<responses.CancelWorkRequestResponse>;
|
|
867
873
|
/**
|
|
@@ -870,7 +876,7 @@ export declare class WorkRequestsClient {
|
|
|
870
876
|
* @param GetWorkRequestRequest
|
|
871
877
|
* @return GetWorkRequestResponse
|
|
872
878
|
* @throws OciError when an error occurs
|
|
873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
874
880
|
*/
|
|
875
881
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
876
882
|
/**
|
|
@@ -880,7 +886,7 @@ export declare class WorkRequestsClient {
|
|
|
880
886
|
* @param ListWorkRequestErrorsRequest
|
|
881
887
|
* @return ListWorkRequestErrorsResponse
|
|
882
888
|
* @throws OciError when an error occurs
|
|
883
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
884
890
|
*/
|
|
885
891
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
886
892
|
/**
|
|
@@ -890,7 +896,7 @@ export declare class WorkRequestsClient {
|
|
|
890
896
|
* @param ListWorkRequestLogsRequest
|
|
891
897
|
* @return ListWorkRequestLogsResponse
|
|
892
898
|
* @throws OciError when an error occurs
|
|
893
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
894
900
|
*/
|
|
895
901
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
896
902
|
/**
|
|
@@ -900,7 +906,7 @@ export declare class WorkRequestsClient {
|
|
|
900
906
|
* @param ListWorkRequestsRequest
|
|
901
907
|
* @return ListWorkRequestsResponse
|
|
902
908
|
* @throws OciError when an error occurs
|
|
903
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
909
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.80.0/apigateway/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
904
910
|
*/
|
|
905
911
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
906
912
|
}
|