oci-limitsincrease 2.126.1
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +25 -0
- package/index.js +48 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +236 -0
- package/lib/client.js +965 -0
- package/lib/client.js.map +1 -0
- package/lib/limitsincrease-waiter.d.ts +40 -0
- package/lib/limitsincrease-waiter.js +60 -0
- package/lib/limitsincrease-waiter.js.map +1 -0
- package/lib/model/create-limits-increase-item-request-details.d.ts +55 -0
- package/lib/model/create-limits-increase-item-request-details.js +64 -0
- package/lib/model/create-limits-increase-item-request-details.js.map +1 -0
- package/lib/model/create-limits-increase-request-details.d.ts +66 -0
- package/lib/model/create-limits-increase-request-details.js +64 -0
- package/lib/model/create-limits-increase-request-details.js.map +1 -0
- package/lib/model/index.d.ts +49 -0
- package/lib/model/index.js +72 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/limits-increase-item-question-request.d.ts +33 -0
- package/lib/model/limits-increase-item-question-request.js +32 -0
- package/lib/model/limits-increase-item-question-request.js.map +1 -0
- package/lib/model/limits-increase-item-question-response.d.ts +37 -0
- package/lib/model/limits-increase-item-question-response.js +32 -0
- package/lib/model/limits-increase-item-question-response.js.map +1 -0
- package/lib/model/limits-increase-item-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-item-request-collection.js +64 -0
- package/lib/model/limits-increase-item-request-collection.js.map +1 -0
- package/lib/model/limits-increase-item-request-summary.d.ts +77 -0
- package/lib/model/limits-increase-item-request-summary.js +32 -0
- package/lib/model/limits-increase-item-request-summary.js.map +1 -0
- package/lib/model/limits-increase-item-request.d.ts +105 -0
- package/lib/model/limits-increase-item-request.js +77 -0
- package/lib/model/limits-increase-item-request.js.map +1 -0
- package/lib/model/limits-increase-question-collection.d.ts +33 -0
- package/lib/model/limits-increase-question-collection.js +64 -0
- package/lib/model/limits-increase-question-collection.js.map +1 -0
- package/lib/model/limits-increase-question-summary.d.ts +69 -0
- package/lib/model/limits-increase-question-summary.js +44 -0
- package/lib/model/limits-increase-question-summary.js.map +1 -0
- package/lib/model/limits-increase-request-collection.d.ts +30 -0
- package/lib/model/limits-increase-request-collection.js +64 -0
- package/lib/model/limits-increase-request-collection.js.map +1 -0
- package/lib/model/limits-increase-request-comment.d.ts +46 -0
- package/lib/model/limits-increase-request-comment.js +42 -0
- package/lib/model/limits-increase-request-comment.js.map +1 -0
- package/lib/model/limits-increase-request-summary.d.ts +87 -0
- package/lib/model/limits-increase-request-summary.js +32 -0
- package/lib/model/limits-increase-request-summary.js.map +1 -0
- package/lib/model/limits-increase-request.d.ts +118 -0
- package/lib/model/limits-increase-request.js +88 -0
- package/lib/model/limits-increase-request.js.map +1 -0
- package/lib/model/patch-insert-instruction.d.ts +33 -0
- package/lib/model/patch-insert-instruction.js +57 -0
- package/lib/model/patch-insert-instruction.js.map +1 -0
- package/lib/model/patch-instruction.d.ts +32 -0
- package/lib/model/patch-instruction.js +71 -0
- package/lib/model/patch-instruction.js.map +1 -0
- package/lib/model/patch-limits-increase-request-details.d.ts +32 -0
- package/lib/model/patch-limits-increase-request-details.js +64 -0
- package/lib/model/patch-limits-increase-request-details.js.map +1 -0
- package/lib/model/update-limits-increase-request-details.d.ts +42 -0
- package/lib/model/update-limits-increase-request-details.js +32 -0
- package/lib/model/update-limits-increase-request-details.js.map +1 -0
- package/lib/request/cancel-limits-increase-item-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-item-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/cancel-limits-increase-request-request.d.ts +40 -0
- package/lib/request/cancel-limits-increase-request-request.js +15 -0
- package/lib/request/cancel-limits-increase-request-request.js.map +1 -0
- package/lib/request/create-limits-increase-request-request.d.ts +33 -0
- package/lib/request/create-limits-increase-request-request.js +15 -0
- package/lib/request/create-limits-increase-request-request.js.map +1 -0
- package/lib/request/delete-limits-increase-request-request.d.ts +34 -0
- package/lib/request/delete-limits-increase-request-request.js +15 -0
- package/lib/request/delete-limits-increase-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-item-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-item-request-request.js +15 -0
- package/lib/request/get-limits-increase-item-request-request.js.map +1 -0
- package/lib/request/get-limits-increase-request-request.d.ts +26 -0
- package/lib/request/get-limits-increase-request-request.js +15 -0
- package/lib/request/get-limits-increase-request-request.js.map +1 -0
- package/lib/request/index.d.ts +37 -0
- package/lib/request/index.js +44 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-limits-increase-item-requests-request.d.ts +70 -0
- package/lib/request/list-limits-increase-item-requests-request.js +28 -0
- package/lib/request/list-limits-increase-item-requests-request.js.map +1 -0
- package/lib/request/list-limits-increase-questions-request.d.ts +66 -0
- package/lib/request/list-limits-increase-questions-request.js +29 -0
- package/lib/request/list-limits-increase-questions-request.js.map +1 -0
- package/lib/request/list-limits-increase-requests-request.d.ts +65 -0
- package/lib/request/list-limits-increase-requests-request.js +29 -0
- package/lib/request/list-limits-increase-requests-request.js.map +1 -0
- package/lib/request/patch-limits-increase-request-request.d.ts +39 -0
- package/lib/request/patch-limits-increase-request-request.js +15 -0
- package/lib/request/patch-limits-increase-request-request.js.map +1 -0
- package/lib/request/update-limits-increase-request-request.d.ts +39 -0
- package/lib/request/update-limits-increase-request-request.js +15 -0
- package/lib/request/update-limits-increase-request-request.js.map +1 -0
- package/lib/response/cancel-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-item-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/cancel-limits-increase-request-response.d.ts +30 -0
- package/lib/response/cancel-limits-increase-request-response.js +15 -0
- package/lib/response/cancel-limits-increase-request-response.js.map +1 -0
- package/lib/response/create-limits-increase-request-response.d.ts +30 -0
- package/lib/response/create-limits-increase-request-response.js +15 -0
- package/lib/response/create-limits-increase-request-response.js.map +1 -0
- package/lib/response/delete-limits-increase-request-response.d.ts +20 -0
- package/lib/response/delete-limits-increase-request-response.js +15 -0
- package/lib/response/delete-limits-increase-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-item-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-item-request-response.js +15 -0
- package/lib/response/get-limits-increase-item-request-response.js.map +1 -0
- package/lib/response/get-limits-increase-request-response.d.ts +30 -0
- package/lib/response/get-limits-increase-request-response.js +15 -0
- package/lib/response/get-limits-increase-request-response.js.map +1 -0
- package/lib/response/index.d.ts +37 -0
- package/lib/response/index.js +18 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-limits-increase-item-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-item-requests-response.js +15 -0
- package/lib/response/list-limits-increase-item-requests-response.js.map +1 -0
- package/lib/response/list-limits-increase-questions-response.d.ts +32 -0
- package/lib/response/list-limits-increase-questions-response.js +15 -0
- package/lib/response/list-limits-increase-questions-response.js.map +1 -0
- package/lib/response/list-limits-increase-requests-response.d.ts +32 -0
- package/lib/response/list-limits-increase-requests-response.js +15 -0
- package/lib/response/list-limits-increase-requests-response.js.map +1 -0
- package/lib/response/patch-limits-increase-request-response.d.ts +30 -0
- package/lib/response/patch-limits-increase-request-response.js +15 -0
- package/lib/response/patch-limits-increase-request-response.js.map +1 -0
- package/lib/response/update-limits-increase-request-response.d.ts +30 -0
- package/lib/response/update-limits-increase-request-response.js +15 -0
- package/lib/response/update-limits-increase-request-response.js.map +1 -0
- package/package.json +29 -0
package/lib/client.js
ADDED
|
@@ -0,0 +1,965 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Limits Increase API
|
|
4
|
+
* Use the Limits Increase API to work with limit increase requests.
|
|
5
|
+
For more information, see
|
|
6
|
+
[Working with Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/requests.htm).
|
|
7
|
+
|
|
8
|
+
* OpenAPI spec version: 20251101
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*
|
|
14
|
+
* Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved.
|
|
15
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
16
|
+
*/
|
|
17
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
20
|
+
}) : (function(o, m, k, k2) {
|
|
21
|
+
if (k2 === undefined) k2 = k;
|
|
22
|
+
o[k2] = m[k];
|
|
23
|
+
}));
|
|
24
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
25
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
26
|
+
}) : function(o, v) {
|
|
27
|
+
o["default"] = v;
|
|
28
|
+
});
|
|
29
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
30
|
+
if (mod && mod.__esModule) return mod;
|
|
31
|
+
var result = {};
|
|
32
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
33
|
+
__setModuleDefault(result, mod);
|
|
34
|
+
return result;
|
|
35
|
+
};
|
|
36
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
37
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
38
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
39
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
40
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
41
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
42
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
43
|
+
});
|
|
44
|
+
};
|
|
45
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
46
|
+
exports.LimitsIncreaseClient = exports.LimitsIncreaseApiKeys = void 0;
|
|
47
|
+
const common = require("oci-common");
|
|
48
|
+
const model = __importStar(require("./model"));
|
|
49
|
+
const limitsincrease_waiter_1 = require("./limitsincrease-waiter");
|
|
50
|
+
const oci_common_1 = require("oci-common");
|
|
51
|
+
const Breaker = require("opossum");
|
|
52
|
+
// ===============================================
|
|
53
|
+
// This file is autogenerated - Please do not edit
|
|
54
|
+
// ===============================================
|
|
55
|
+
var LimitsIncreaseApiKeys;
|
|
56
|
+
(function (LimitsIncreaseApiKeys) {
|
|
57
|
+
})(LimitsIncreaseApiKeys = exports.LimitsIncreaseApiKeys || (exports.LimitsIncreaseApiKeys = {}));
|
|
58
|
+
/**
|
|
59
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
60
|
+
*/
|
|
61
|
+
class LimitsIncreaseClient {
|
|
62
|
+
constructor(params, clientConfiguration) {
|
|
63
|
+
this["_realmSpecificEndpointTemplateEnabled"] = undefined;
|
|
64
|
+
this["_endpoint"] = "";
|
|
65
|
+
this["_defaultHeaders"] = {};
|
|
66
|
+
this._circuitBreaker = null;
|
|
67
|
+
this._httpOptions = undefined;
|
|
68
|
+
this._bodyDuplexMode = undefined;
|
|
69
|
+
this.targetService = "LimitsIncrease";
|
|
70
|
+
this._regionId = "";
|
|
71
|
+
this._lastSetRegionOrRegionId = "";
|
|
72
|
+
const requestSigner = params.authenticationDetailsProvider
|
|
73
|
+
? new common.DefaultRequestSigner(params.authenticationDetailsProvider)
|
|
74
|
+
: null;
|
|
75
|
+
this._authProvider = params.authenticationDetailsProvider;
|
|
76
|
+
if (clientConfiguration) {
|
|
77
|
+
this._clientConfiguration = clientConfiguration;
|
|
78
|
+
this._circuitBreaker = clientConfiguration.circuitBreaker
|
|
79
|
+
? clientConfiguration.circuitBreaker.circuit
|
|
80
|
+
: null;
|
|
81
|
+
this._httpOptions = clientConfiguration.httpOptions
|
|
82
|
+
? clientConfiguration.httpOptions
|
|
83
|
+
: undefined;
|
|
84
|
+
this._bodyDuplexMode = clientConfiguration.bodyDuplexMode
|
|
85
|
+
? clientConfiguration.bodyDuplexMode
|
|
86
|
+
: undefined;
|
|
87
|
+
}
|
|
88
|
+
if (!oci_common_1.developerToolConfiguration.isServiceEnabled("limitsincrease")) {
|
|
89
|
+
let errmsg = "The developerToolConfiguration configuration disabled this service, this behavior is controlled by developerToolConfiguration.ociEnabledServiceSet variable. Please check if your local developer_tool_configuration file has configured the service you're targeting or contact the cloud provider on the availability of this service : ";
|
|
90
|
+
throw errmsg.concat("limitsincrease");
|
|
91
|
+
}
|
|
92
|
+
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
93
|
+
const specCircuitBreakerEnabled = true;
|
|
94
|
+
if (!this._circuitBreaker &&
|
|
95
|
+
common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
|
|
96
|
+
(specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
|
|
97
|
+
this._circuitBreaker = new common.CircuitBreaker().circuit;
|
|
98
|
+
}
|
|
99
|
+
this._httpClient =
|
|
100
|
+
params.httpClient ||
|
|
101
|
+
new common.FetchHttpClient(requestSigner, this._circuitBreaker, this._httpOptions, this._bodyDuplexMode);
|
|
102
|
+
if (params.authenticationDetailsProvider &&
|
|
103
|
+
common.isRegionProvider(params.authenticationDetailsProvider)) {
|
|
104
|
+
const provider = params.authenticationDetailsProvider;
|
|
105
|
+
if (provider.getRegion()) {
|
|
106
|
+
this.region = provider.getRegion();
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
/**
|
|
111
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
112
|
+
*/
|
|
113
|
+
get endpoint() {
|
|
114
|
+
return this._endpoint;
|
|
115
|
+
}
|
|
116
|
+
/**
|
|
117
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
118
|
+
* @param endpoint The endpoint of the service.
|
|
119
|
+
*/
|
|
120
|
+
set endpoint(endpoint) {
|
|
121
|
+
this._endpoint = endpoint;
|
|
122
|
+
this._endpoint = this._endpoint + "/20251101";
|
|
123
|
+
if (this.logger)
|
|
124
|
+
this.logger.info(`LimitsIncreaseClient endpoint set to ${this._endpoint}`);
|
|
125
|
+
}
|
|
126
|
+
get logger() {
|
|
127
|
+
return common.LOG.logger;
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
131
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
132
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
133
|
+
*/
|
|
134
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled) {
|
|
135
|
+
this._realmSpecificEndpointTemplateEnabled = realmSpecificEndpointTemplateEnabled;
|
|
136
|
+
if (this.logger)
|
|
137
|
+
this.logger.info(`realmSpecificEndpointTemplateEnabled set to ${this._realmSpecificEndpointTemplateEnabled}`);
|
|
138
|
+
if (this._lastSetRegionOrRegionId === common.Region.REGION_STRING) {
|
|
139
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(LimitsIncreaseClient.serviceEndpointTemplate, this._region, LimitsIncreaseClient.endpointServiceName);
|
|
140
|
+
}
|
|
141
|
+
else if (this._lastSetRegionOrRegionId === common.Region.REGION_ID_STRING) {
|
|
142
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(LimitsIncreaseClient.serviceEndpointTemplate, this._regionId, LimitsIncreaseClient.endpointServiceName);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
147
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
148
|
+
* @param region The region of the service.
|
|
149
|
+
*/
|
|
150
|
+
set region(region) {
|
|
151
|
+
this._region = region;
|
|
152
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegion(LimitsIncreaseClient.serviceEndpointTemplate, region, LimitsIncreaseClient.endpointServiceName);
|
|
153
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_STRING;
|
|
154
|
+
}
|
|
155
|
+
/**
|
|
156
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
157
|
+
*
|
|
158
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
159
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
160
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
161
|
+
* @param regionId The public region ID.
|
|
162
|
+
*/
|
|
163
|
+
set regionId(regionId) {
|
|
164
|
+
this._regionId = regionId;
|
|
165
|
+
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(LimitsIncreaseClient.serviceEndpointTemplate, regionId, LimitsIncreaseClient.endpointServiceName);
|
|
166
|
+
this._lastSetRegionOrRegionId = common.Region.REGION_ID_STRING;
|
|
167
|
+
}
|
|
168
|
+
/**
|
|
169
|
+
* Creates a new LimitsIncreaseWaiter for resources for this service.
|
|
170
|
+
*
|
|
171
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
172
|
+
* @return The service waiters.
|
|
173
|
+
*/
|
|
174
|
+
createWaiters(config) {
|
|
175
|
+
this._waiters = new limitsincrease_waiter_1.LimitsIncreaseWaiter(this, config);
|
|
176
|
+
return this._waiters;
|
|
177
|
+
}
|
|
178
|
+
/**
|
|
179
|
+
* Gets the waiters available for resources for this service.
|
|
180
|
+
*
|
|
181
|
+
* @return The service waiters.
|
|
182
|
+
*/
|
|
183
|
+
getWaiters() {
|
|
184
|
+
if (this._waiters) {
|
|
185
|
+
return this._waiters;
|
|
186
|
+
}
|
|
187
|
+
throw Error("Waiters do not exist. Please create waiters.");
|
|
188
|
+
}
|
|
189
|
+
/**
|
|
190
|
+
* Shutdown the circuit breaker used by the client when it is no longer needed
|
|
191
|
+
*/
|
|
192
|
+
shutdownCircuitBreaker() {
|
|
193
|
+
if (this._circuitBreaker) {
|
|
194
|
+
this._circuitBreaker.shutdown();
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
/**
|
|
198
|
+
* Close the provider if possible which in turn shuts down any associated circuit breaker
|
|
199
|
+
*/
|
|
200
|
+
closeProvider() {
|
|
201
|
+
if (this._authProvider) {
|
|
202
|
+
if (this._authProvider instanceof common.AbstractRequestingAuthenticationDetailsProvider)
|
|
203
|
+
(this._authProvider).closeProvider();
|
|
204
|
+
}
|
|
205
|
+
}
|
|
206
|
+
/**
|
|
207
|
+
* Close the client once it is no longer needed
|
|
208
|
+
*/
|
|
209
|
+
close() {
|
|
210
|
+
this.shutdownCircuitBreaker();
|
|
211
|
+
this.closeProvider();
|
|
212
|
+
}
|
|
213
|
+
/**
|
|
214
|
+
* Withdraws the specified item from the limit increase request.
|
|
215
|
+
* For more information, see
|
|
216
|
+
* [Withdrawing an Item from a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/withdraw-item-request.htm).
|
|
217
|
+
*
|
|
218
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
219
|
+
* @param CancelLimitsIncreaseItemRequestRequest
|
|
220
|
+
* @return CancelLimitsIncreaseItemRequestResponse
|
|
221
|
+
* @throws OciError when an error occurs
|
|
222
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CancelLimitsIncreaseItemRequest.ts.html |here} to see how to use CancelLimitsIncreaseItemRequest API.
|
|
223
|
+
*/
|
|
224
|
+
cancelLimitsIncreaseItemRequest(cancelLimitsIncreaseItemRequestRequest) {
|
|
225
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
226
|
+
if (this.logger)
|
|
227
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#cancelLimitsIncreaseItemRequest.");
|
|
228
|
+
const operationName = "cancelLimitsIncreaseItemRequest";
|
|
229
|
+
const apiReferenceLink = "";
|
|
230
|
+
const pathParams = {
|
|
231
|
+
"{limitsIncreaseItemRequestId}": cancelLimitsIncreaseItemRequestRequest.limitsIncreaseItemRequestId
|
|
232
|
+
};
|
|
233
|
+
const queryParams = {};
|
|
234
|
+
let headerParams = {
|
|
235
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
236
|
+
"opc-request-id": cancelLimitsIncreaseItemRequestRequest.opcRequestId,
|
|
237
|
+
"if-match": cancelLimitsIncreaseItemRequestRequest.ifMatch,
|
|
238
|
+
"opc-retry-token": cancelLimitsIncreaseItemRequestRequest.opcRetryToken
|
|
239
|
+
};
|
|
240
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
241
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelLimitsIncreaseItemRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
242
|
+
if (this.logger)
|
|
243
|
+
retrier.logger = this.logger;
|
|
244
|
+
const request = yield oci_common_1.composeRequest({
|
|
245
|
+
baseEndpoint: this._endpoint,
|
|
246
|
+
defaultHeaders: this._defaultHeaders,
|
|
247
|
+
path: "/limitsIncreaseItemRequests/{limitsIncreaseItemRequestId}/actions/cancel",
|
|
248
|
+
method: "POST",
|
|
249
|
+
pathParams: pathParams,
|
|
250
|
+
headerParams: headerParams,
|
|
251
|
+
queryParams: queryParams
|
|
252
|
+
});
|
|
253
|
+
try {
|
|
254
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
255
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
256
|
+
responseObject: {},
|
|
257
|
+
body: yield response.json(),
|
|
258
|
+
bodyKey: "limitsIncreaseItemRequest",
|
|
259
|
+
bodyModel: model.LimitsIncreaseItemRequest,
|
|
260
|
+
type: "model.LimitsIncreaseItemRequest",
|
|
261
|
+
responseHeaders: [
|
|
262
|
+
{
|
|
263
|
+
value: response.headers.get("etag"),
|
|
264
|
+
key: "etag",
|
|
265
|
+
dataType: "string"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
value: response.headers.get("opc-request-id"),
|
|
269
|
+
key: "opcRequestId",
|
|
270
|
+
dataType: "string"
|
|
271
|
+
}
|
|
272
|
+
]
|
|
273
|
+
});
|
|
274
|
+
return sdkResponse;
|
|
275
|
+
}
|
|
276
|
+
catch (err) {
|
|
277
|
+
throw err;
|
|
278
|
+
}
|
|
279
|
+
});
|
|
280
|
+
}
|
|
281
|
+
/**
|
|
282
|
+
* Withdraws the specified limit increase request.
|
|
283
|
+
* For more information, see
|
|
284
|
+
* [Withdrawing a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/withdraw-request.htm).
|
|
285
|
+
*
|
|
286
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
287
|
+
* @param CancelLimitsIncreaseRequestRequest
|
|
288
|
+
* @return CancelLimitsIncreaseRequestResponse
|
|
289
|
+
* @throws OciError when an error occurs
|
|
290
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CancelLimitsIncreaseRequest.ts.html |here} to see how to use CancelLimitsIncreaseRequest API.
|
|
291
|
+
*/
|
|
292
|
+
cancelLimitsIncreaseRequest(cancelLimitsIncreaseRequestRequest) {
|
|
293
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
294
|
+
if (this.logger)
|
|
295
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#cancelLimitsIncreaseRequest.");
|
|
296
|
+
const operationName = "cancelLimitsIncreaseRequest";
|
|
297
|
+
const apiReferenceLink = "";
|
|
298
|
+
const pathParams = {
|
|
299
|
+
"{limitsIncreaseRequestId}": cancelLimitsIncreaseRequestRequest.limitsIncreaseRequestId
|
|
300
|
+
};
|
|
301
|
+
const queryParams = {};
|
|
302
|
+
let headerParams = {
|
|
303
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
304
|
+
"opc-request-id": cancelLimitsIncreaseRequestRequest.opcRequestId,
|
|
305
|
+
"if-match": cancelLimitsIncreaseRequestRequest.ifMatch,
|
|
306
|
+
"opc-retry-token": cancelLimitsIncreaseRequestRequest.opcRetryToken
|
|
307
|
+
};
|
|
308
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
309
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, cancelLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
310
|
+
if (this.logger)
|
|
311
|
+
retrier.logger = this.logger;
|
|
312
|
+
const request = yield oci_common_1.composeRequest({
|
|
313
|
+
baseEndpoint: this._endpoint,
|
|
314
|
+
defaultHeaders: this._defaultHeaders,
|
|
315
|
+
path: "/limitsIncreaseRequests/{limitsIncreaseRequestId}/actions/cancel",
|
|
316
|
+
method: "POST",
|
|
317
|
+
pathParams: pathParams,
|
|
318
|
+
headerParams: headerParams,
|
|
319
|
+
queryParams: queryParams
|
|
320
|
+
});
|
|
321
|
+
try {
|
|
322
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
323
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
324
|
+
responseObject: {},
|
|
325
|
+
body: yield response.json(),
|
|
326
|
+
bodyKey: "limitsIncreaseRequest",
|
|
327
|
+
bodyModel: model.LimitsIncreaseRequest,
|
|
328
|
+
type: "model.LimitsIncreaseRequest",
|
|
329
|
+
responseHeaders: [
|
|
330
|
+
{
|
|
331
|
+
value: response.headers.get("etag"),
|
|
332
|
+
key: "etag",
|
|
333
|
+
dataType: "string"
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
value: response.headers.get("opc-request-id"),
|
|
337
|
+
key: "opcRequestId",
|
|
338
|
+
dataType: "string"
|
|
339
|
+
}
|
|
340
|
+
]
|
|
341
|
+
});
|
|
342
|
+
return sdkResponse;
|
|
343
|
+
}
|
|
344
|
+
catch (err) {
|
|
345
|
+
throw err;
|
|
346
|
+
}
|
|
347
|
+
});
|
|
348
|
+
}
|
|
349
|
+
/**
|
|
350
|
+
* Creates a limit increase request in the specified compartment.
|
|
351
|
+
* For more information, see
|
|
352
|
+
* [Creating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/create-request.htm).
|
|
353
|
+
*
|
|
354
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
355
|
+
* @param CreateLimitsIncreaseRequestRequest
|
|
356
|
+
* @return CreateLimitsIncreaseRequestResponse
|
|
357
|
+
* @throws OciError when an error occurs
|
|
358
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/CreateLimitsIncreaseRequest.ts.html |here} to see how to use CreateLimitsIncreaseRequest API.
|
|
359
|
+
*/
|
|
360
|
+
createLimitsIncreaseRequest(createLimitsIncreaseRequestRequest) {
|
|
361
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
362
|
+
if (this.logger)
|
|
363
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#createLimitsIncreaseRequest.");
|
|
364
|
+
const operationName = "createLimitsIncreaseRequest";
|
|
365
|
+
const apiReferenceLink = "";
|
|
366
|
+
const pathParams = {};
|
|
367
|
+
const queryParams = {};
|
|
368
|
+
let headerParams = {
|
|
369
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
370
|
+
"opc-retry-token": createLimitsIncreaseRequestRequest.opcRetryToken,
|
|
371
|
+
"opc-request-id": createLimitsIncreaseRequestRequest.opcRequestId
|
|
372
|
+
};
|
|
373
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
374
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
375
|
+
if (this.logger)
|
|
376
|
+
retrier.logger = this.logger;
|
|
377
|
+
const request = yield oci_common_1.composeRequest({
|
|
378
|
+
baseEndpoint: this._endpoint,
|
|
379
|
+
defaultHeaders: this._defaultHeaders,
|
|
380
|
+
path: "/limitsIncreaseRequests",
|
|
381
|
+
method: "POST",
|
|
382
|
+
bodyContent: common.ObjectSerializer.serialize(createLimitsIncreaseRequestRequest.createLimitsIncreaseRequestDetails, "CreateLimitsIncreaseRequestDetails", model.CreateLimitsIncreaseRequestDetails.getJsonObj),
|
|
383
|
+
pathParams: pathParams,
|
|
384
|
+
headerParams: headerParams,
|
|
385
|
+
queryParams: queryParams
|
|
386
|
+
});
|
|
387
|
+
try {
|
|
388
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
389
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
390
|
+
responseObject: {},
|
|
391
|
+
body: yield response.json(),
|
|
392
|
+
bodyKey: "limitsIncreaseRequest",
|
|
393
|
+
bodyModel: model.LimitsIncreaseRequest,
|
|
394
|
+
type: "model.LimitsIncreaseRequest",
|
|
395
|
+
responseHeaders: [
|
|
396
|
+
{
|
|
397
|
+
value: response.headers.get("etag"),
|
|
398
|
+
key: "etag",
|
|
399
|
+
dataType: "string"
|
|
400
|
+
},
|
|
401
|
+
{
|
|
402
|
+
value: response.headers.get("opc-request-id"),
|
|
403
|
+
key: "opcRequestId",
|
|
404
|
+
dataType: "string"
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
});
|
|
408
|
+
return sdkResponse;
|
|
409
|
+
}
|
|
410
|
+
catch (err) {
|
|
411
|
+
throw err;
|
|
412
|
+
}
|
|
413
|
+
});
|
|
414
|
+
}
|
|
415
|
+
/**
|
|
416
|
+
* Deletes the specified limit increase request.
|
|
417
|
+
* For more information, see
|
|
418
|
+
* [Deleting a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/delete-request.htm).
|
|
419
|
+
*
|
|
420
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
421
|
+
* @param DeleteLimitsIncreaseRequestRequest
|
|
422
|
+
* @return DeleteLimitsIncreaseRequestResponse
|
|
423
|
+
* @throws OciError when an error occurs
|
|
424
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/DeleteLimitsIncreaseRequest.ts.html |here} to see how to use DeleteLimitsIncreaseRequest API.
|
|
425
|
+
*/
|
|
426
|
+
deleteLimitsIncreaseRequest(deleteLimitsIncreaseRequestRequest) {
|
|
427
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
428
|
+
if (this.logger)
|
|
429
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#deleteLimitsIncreaseRequest.");
|
|
430
|
+
const operationName = "deleteLimitsIncreaseRequest";
|
|
431
|
+
const apiReferenceLink = "";
|
|
432
|
+
const pathParams = {
|
|
433
|
+
"{limitsIncreaseRequestId}": deleteLimitsIncreaseRequestRequest.limitsIncreaseRequestId
|
|
434
|
+
};
|
|
435
|
+
const queryParams = {};
|
|
436
|
+
let headerParams = {
|
|
437
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
438
|
+
"opc-request-id": deleteLimitsIncreaseRequestRequest.opcRequestId,
|
|
439
|
+
"if-match": deleteLimitsIncreaseRequestRequest.ifMatch
|
|
440
|
+
};
|
|
441
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
442
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
443
|
+
if (this.logger)
|
|
444
|
+
retrier.logger = this.logger;
|
|
445
|
+
const request = yield oci_common_1.composeRequest({
|
|
446
|
+
baseEndpoint: this._endpoint,
|
|
447
|
+
defaultHeaders: this._defaultHeaders,
|
|
448
|
+
path: "/limitsIncreaseRequests/{limitsIncreaseRequestId}",
|
|
449
|
+
method: "DELETE",
|
|
450
|
+
pathParams: pathParams,
|
|
451
|
+
headerParams: headerParams,
|
|
452
|
+
queryParams: queryParams
|
|
453
|
+
});
|
|
454
|
+
try {
|
|
455
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
456
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
457
|
+
responseObject: {},
|
|
458
|
+
responseHeaders: [
|
|
459
|
+
{
|
|
460
|
+
value: response.headers.get("opc-request-id"),
|
|
461
|
+
key: "opcRequestId",
|
|
462
|
+
dataType: "string"
|
|
463
|
+
}
|
|
464
|
+
]
|
|
465
|
+
});
|
|
466
|
+
return sdkResponse;
|
|
467
|
+
}
|
|
468
|
+
catch (err) {
|
|
469
|
+
throw err;
|
|
470
|
+
}
|
|
471
|
+
});
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* Gets the specified item from the limit increase request.
|
|
475
|
+
* For more information, see
|
|
476
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
477
|
+
*
|
|
478
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
479
|
+
* @param GetLimitsIncreaseItemRequestRequest
|
|
480
|
+
* @return GetLimitsIncreaseItemRequestResponse
|
|
481
|
+
* @throws OciError when an error occurs
|
|
482
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/GetLimitsIncreaseItemRequest.ts.html |here} to see how to use GetLimitsIncreaseItemRequest API.
|
|
483
|
+
*/
|
|
484
|
+
getLimitsIncreaseItemRequest(getLimitsIncreaseItemRequestRequest) {
|
|
485
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
486
|
+
if (this.logger)
|
|
487
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#getLimitsIncreaseItemRequest.");
|
|
488
|
+
const operationName = "getLimitsIncreaseItemRequest";
|
|
489
|
+
const apiReferenceLink = "";
|
|
490
|
+
const pathParams = {
|
|
491
|
+
"{limitsIncreaseItemRequestId}": getLimitsIncreaseItemRequestRequest.limitsIncreaseItemRequestId
|
|
492
|
+
};
|
|
493
|
+
const queryParams = {};
|
|
494
|
+
let headerParams = {
|
|
495
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
496
|
+
"opc-request-id": getLimitsIncreaseItemRequestRequest.opcRequestId
|
|
497
|
+
};
|
|
498
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
499
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLimitsIncreaseItemRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
500
|
+
if (this.logger)
|
|
501
|
+
retrier.logger = this.logger;
|
|
502
|
+
const request = yield oci_common_1.composeRequest({
|
|
503
|
+
baseEndpoint: this._endpoint,
|
|
504
|
+
defaultHeaders: this._defaultHeaders,
|
|
505
|
+
path: "/limitsIncreaseItemRequests/{limitsIncreaseItemRequestId}",
|
|
506
|
+
method: "GET",
|
|
507
|
+
pathParams: pathParams,
|
|
508
|
+
headerParams: headerParams,
|
|
509
|
+
queryParams: queryParams
|
|
510
|
+
});
|
|
511
|
+
try {
|
|
512
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
513
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
514
|
+
responseObject: {},
|
|
515
|
+
body: yield response.json(),
|
|
516
|
+
bodyKey: "limitsIncreaseItemRequest",
|
|
517
|
+
bodyModel: model.LimitsIncreaseItemRequest,
|
|
518
|
+
type: "model.LimitsIncreaseItemRequest",
|
|
519
|
+
responseHeaders: [
|
|
520
|
+
{
|
|
521
|
+
value: response.headers.get("etag"),
|
|
522
|
+
key: "etag",
|
|
523
|
+
dataType: "string"
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
value: response.headers.get("opc-request-id"),
|
|
527
|
+
key: "opcRequestId",
|
|
528
|
+
dataType: "string"
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
});
|
|
532
|
+
return sdkResponse;
|
|
533
|
+
}
|
|
534
|
+
catch (err) {
|
|
535
|
+
throw err;
|
|
536
|
+
}
|
|
537
|
+
});
|
|
538
|
+
}
|
|
539
|
+
/**
|
|
540
|
+
* Gets the specified limit increase request.
|
|
541
|
+
* For more information, see
|
|
542
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
543
|
+
*
|
|
544
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
545
|
+
* @param GetLimitsIncreaseRequestRequest
|
|
546
|
+
* @return GetLimitsIncreaseRequestResponse
|
|
547
|
+
* @throws OciError when an error occurs
|
|
548
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/GetLimitsIncreaseRequest.ts.html |here} to see how to use GetLimitsIncreaseRequest API.
|
|
549
|
+
*/
|
|
550
|
+
getLimitsIncreaseRequest(getLimitsIncreaseRequestRequest) {
|
|
551
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
552
|
+
if (this.logger)
|
|
553
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#getLimitsIncreaseRequest.");
|
|
554
|
+
const operationName = "getLimitsIncreaseRequest";
|
|
555
|
+
const apiReferenceLink = "";
|
|
556
|
+
const pathParams = {
|
|
557
|
+
"{limitsIncreaseRequestId}": getLimitsIncreaseRequestRequest.limitsIncreaseRequestId
|
|
558
|
+
};
|
|
559
|
+
const queryParams = {};
|
|
560
|
+
let headerParams = {
|
|
561
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
562
|
+
"opc-request-id": getLimitsIncreaseRequestRequest.opcRequestId
|
|
563
|
+
};
|
|
564
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
565
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
566
|
+
if (this.logger)
|
|
567
|
+
retrier.logger = this.logger;
|
|
568
|
+
const request = yield oci_common_1.composeRequest({
|
|
569
|
+
baseEndpoint: this._endpoint,
|
|
570
|
+
defaultHeaders: this._defaultHeaders,
|
|
571
|
+
path: "/limitsIncreaseRequests/{limitsIncreaseRequestId}",
|
|
572
|
+
method: "GET",
|
|
573
|
+
pathParams: pathParams,
|
|
574
|
+
headerParams: headerParams,
|
|
575
|
+
queryParams: queryParams
|
|
576
|
+
});
|
|
577
|
+
try {
|
|
578
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
579
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
580
|
+
responseObject: {},
|
|
581
|
+
body: yield response.json(),
|
|
582
|
+
bodyKey: "limitsIncreaseRequest",
|
|
583
|
+
bodyModel: model.LimitsIncreaseRequest,
|
|
584
|
+
type: "model.LimitsIncreaseRequest",
|
|
585
|
+
responseHeaders: [
|
|
586
|
+
{
|
|
587
|
+
value: response.headers.get("etag"),
|
|
588
|
+
key: "etag",
|
|
589
|
+
dataType: "string"
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
value: response.headers.get("opc-request-id"),
|
|
593
|
+
key: "opcRequestId",
|
|
594
|
+
dataType: "string"
|
|
595
|
+
}
|
|
596
|
+
]
|
|
597
|
+
});
|
|
598
|
+
return sdkResponse;
|
|
599
|
+
}
|
|
600
|
+
catch (err) {
|
|
601
|
+
throw err;
|
|
602
|
+
}
|
|
603
|
+
});
|
|
604
|
+
}
|
|
605
|
+
/**
|
|
606
|
+
* Lists items in the specified limit increase request.
|
|
607
|
+
* For more information, see
|
|
608
|
+
* [Getting Details for a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/get-request.htm).
|
|
609
|
+
*
|
|
610
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
611
|
+
* @param ListLimitsIncreaseItemRequestsRequest
|
|
612
|
+
* @return ListLimitsIncreaseItemRequestsResponse
|
|
613
|
+
* @throws OciError when an error occurs
|
|
614
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseItemRequests.ts.html |here} to see how to use ListLimitsIncreaseItemRequests API.
|
|
615
|
+
*/
|
|
616
|
+
listLimitsIncreaseItemRequests(listLimitsIncreaseItemRequestsRequest) {
|
|
617
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
618
|
+
if (this.logger)
|
|
619
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#listLimitsIncreaseItemRequests.");
|
|
620
|
+
const operationName = "listLimitsIncreaseItemRequests";
|
|
621
|
+
const apiReferenceLink = "";
|
|
622
|
+
const pathParams = {};
|
|
623
|
+
const queryParams = {
|
|
624
|
+
"compartmentId": listLimitsIncreaseItemRequestsRequest.compartmentId,
|
|
625
|
+
"service": listLimitsIncreaseItemRequestsRequest.service,
|
|
626
|
+
"lifecycleState": listLimitsIncreaseItemRequestsRequest.lifecycleState,
|
|
627
|
+
"limitsIncreaseRequestId": listLimitsIncreaseItemRequestsRequest.limitsIncreaseRequestId,
|
|
628
|
+
"sortOrder": listLimitsIncreaseItemRequestsRequest.sortOrder,
|
|
629
|
+
"sortBy": listLimitsIncreaseItemRequestsRequest.sortBy,
|
|
630
|
+
"limit": listLimitsIncreaseItemRequestsRequest.limit,
|
|
631
|
+
"page": listLimitsIncreaseItemRequestsRequest.page
|
|
632
|
+
};
|
|
633
|
+
let headerParams = {
|
|
634
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
635
|
+
"opc-request-id": listLimitsIncreaseItemRequestsRequest.opcRequestId
|
|
636
|
+
};
|
|
637
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
638
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLimitsIncreaseItemRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
639
|
+
if (this.logger)
|
|
640
|
+
retrier.logger = this.logger;
|
|
641
|
+
const request = yield oci_common_1.composeRequest({
|
|
642
|
+
baseEndpoint: this._endpoint,
|
|
643
|
+
defaultHeaders: this._defaultHeaders,
|
|
644
|
+
path: "/limitsIncreaseItemRequests",
|
|
645
|
+
method: "GET",
|
|
646
|
+
pathParams: pathParams,
|
|
647
|
+
headerParams: headerParams,
|
|
648
|
+
queryParams: queryParams
|
|
649
|
+
});
|
|
650
|
+
try {
|
|
651
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
652
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
653
|
+
responseObject: {},
|
|
654
|
+
body: yield response.json(),
|
|
655
|
+
bodyKey: "limitsIncreaseItemRequestCollection",
|
|
656
|
+
bodyModel: model.LimitsIncreaseItemRequestCollection,
|
|
657
|
+
type: "model.LimitsIncreaseItemRequestCollection",
|
|
658
|
+
responseHeaders: [
|
|
659
|
+
{
|
|
660
|
+
value: response.headers.get("opc-request-id"),
|
|
661
|
+
key: "opcRequestId",
|
|
662
|
+
dataType: "string"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
value: response.headers.get("opc-next-page"),
|
|
666
|
+
key: "opcNextPage",
|
|
667
|
+
dataType: "string"
|
|
668
|
+
}
|
|
669
|
+
]
|
|
670
|
+
});
|
|
671
|
+
return sdkResponse;
|
|
672
|
+
}
|
|
673
|
+
catch (err) {
|
|
674
|
+
throw err;
|
|
675
|
+
}
|
|
676
|
+
});
|
|
677
|
+
}
|
|
678
|
+
/**
|
|
679
|
+
* Gets the fields for the specified service and limit name.
|
|
680
|
+
* Service name is required if limit name is provided.
|
|
681
|
+
* If limit name is not provided, returns all questions for the specified service.
|
|
682
|
+
* If service name is not provided, returns all available questions.
|
|
683
|
+
* For more information, see
|
|
684
|
+
* [Creating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/create-request.htm).
|
|
685
|
+
*
|
|
686
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
687
|
+
* @param ListLimitsIncreaseQuestionsRequest
|
|
688
|
+
* @return ListLimitsIncreaseQuestionsResponse
|
|
689
|
+
* @throws OciError when an error occurs
|
|
690
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseQuestions.ts.html |here} to see how to use ListLimitsIncreaseQuestions API.
|
|
691
|
+
*/
|
|
692
|
+
listLimitsIncreaseQuestions(listLimitsIncreaseQuestionsRequest) {
|
|
693
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
694
|
+
if (this.logger)
|
|
695
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#listLimitsIncreaseQuestions.");
|
|
696
|
+
const operationName = "listLimitsIncreaseQuestions";
|
|
697
|
+
const apiReferenceLink = "";
|
|
698
|
+
const pathParams = {};
|
|
699
|
+
const queryParams = {
|
|
700
|
+
"compartmentId": listLimitsIncreaseQuestionsRequest.compartmentId,
|
|
701
|
+
"serviceName": listLimitsIncreaseQuestionsRequest.serviceName,
|
|
702
|
+
"limitName": listLimitsIncreaseQuestionsRequest.limitName,
|
|
703
|
+
"sortOrder": listLimitsIncreaseQuestionsRequest.sortOrder,
|
|
704
|
+
"sortBy": listLimitsIncreaseQuestionsRequest.sortBy,
|
|
705
|
+
"limit": listLimitsIncreaseQuestionsRequest.limit,
|
|
706
|
+
"page": listLimitsIncreaseQuestionsRequest.page
|
|
707
|
+
};
|
|
708
|
+
let headerParams = {
|
|
709
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
710
|
+
"opc-request-id": listLimitsIncreaseQuestionsRequest.opcRequestId
|
|
711
|
+
};
|
|
712
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
713
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLimitsIncreaseQuestionsRequest.retryConfiguration, specRetryConfiguration);
|
|
714
|
+
if (this.logger)
|
|
715
|
+
retrier.logger = this.logger;
|
|
716
|
+
const request = yield oci_common_1.composeRequest({
|
|
717
|
+
baseEndpoint: this._endpoint,
|
|
718
|
+
defaultHeaders: this._defaultHeaders,
|
|
719
|
+
path: "/limitsIncreaseQuestionnaires",
|
|
720
|
+
method: "GET",
|
|
721
|
+
pathParams: pathParams,
|
|
722
|
+
headerParams: headerParams,
|
|
723
|
+
queryParams: queryParams
|
|
724
|
+
});
|
|
725
|
+
try {
|
|
726
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
727
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
728
|
+
responseObject: {},
|
|
729
|
+
body: yield response.json(),
|
|
730
|
+
bodyKey: "limitsIncreaseQuestionCollection",
|
|
731
|
+
bodyModel: model.LimitsIncreaseQuestionCollection,
|
|
732
|
+
type: "model.LimitsIncreaseQuestionCollection",
|
|
733
|
+
responseHeaders: [
|
|
734
|
+
{
|
|
735
|
+
value: response.headers.get("opc-request-id"),
|
|
736
|
+
key: "opcRequestId",
|
|
737
|
+
dataType: "string"
|
|
738
|
+
},
|
|
739
|
+
{
|
|
740
|
+
value: response.headers.get("opc-next-page"),
|
|
741
|
+
key: "opcNextPage",
|
|
742
|
+
dataType: "string"
|
|
743
|
+
}
|
|
744
|
+
]
|
|
745
|
+
});
|
|
746
|
+
return sdkResponse;
|
|
747
|
+
}
|
|
748
|
+
catch (err) {
|
|
749
|
+
throw err;
|
|
750
|
+
}
|
|
751
|
+
});
|
|
752
|
+
}
|
|
753
|
+
/**
|
|
754
|
+
* Lists limit increase requests in the specified compartment.
|
|
755
|
+
* For more information, see
|
|
756
|
+
* [Listing Limit Increase Requests](https://docs.oracle.com/iaas/Content/General/service-limits/list-requests.htm).
|
|
757
|
+
*
|
|
758
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
759
|
+
* @param ListLimitsIncreaseRequestsRequest
|
|
760
|
+
* @return ListLimitsIncreaseRequestsResponse
|
|
761
|
+
* @throws OciError when an error occurs
|
|
762
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/ListLimitsIncreaseRequests.ts.html |here} to see how to use ListLimitsIncreaseRequests API.
|
|
763
|
+
*/
|
|
764
|
+
listLimitsIncreaseRequests(listLimitsIncreaseRequestsRequest) {
|
|
765
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
766
|
+
if (this.logger)
|
|
767
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#listLimitsIncreaseRequests.");
|
|
768
|
+
const operationName = "listLimitsIncreaseRequests";
|
|
769
|
+
const apiReferenceLink = "";
|
|
770
|
+
const pathParams = {};
|
|
771
|
+
const queryParams = {
|
|
772
|
+
"compartmentId": listLimitsIncreaseRequestsRequest.compartmentId,
|
|
773
|
+
"lifecycleState": listLimitsIncreaseRequestsRequest.lifecycleState,
|
|
774
|
+
"displayName": listLimitsIncreaseRequestsRequest.displayName,
|
|
775
|
+
"sortOrder": listLimitsIncreaseRequestsRequest.sortOrder,
|
|
776
|
+
"sortBy": listLimitsIncreaseRequestsRequest.sortBy,
|
|
777
|
+
"limit": listLimitsIncreaseRequestsRequest.limit,
|
|
778
|
+
"page": listLimitsIncreaseRequestsRequest.page
|
|
779
|
+
};
|
|
780
|
+
let headerParams = {
|
|
781
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
782
|
+
"opc-request-id": listLimitsIncreaseRequestsRequest.opcRequestId
|
|
783
|
+
};
|
|
784
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
785
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listLimitsIncreaseRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
786
|
+
if (this.logger)
|
|
787
|
+
retrier.logger = this.logger;
|
|
788
|
+
const request = yield oci_common_1.composeRequest({
|
|
789
|
+
baseEndpoint: this._endpoint,
|
|
790
|
+
defaultHeaders: this._defaultHeaders,
|
|
791
|
+
path: "/limitsIncreaseRequests",
|
|
792
|
+
method: "GET",
|
|
793
|
+
pathParams: pathParams,
|
|
794
|
+
headerParams: headerParams,
|
|
795
|
+
queryParams: queryParams
|
|
796
|
+
});
|
|
797
|
+
try {
|
|
798
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
799
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
800
|
+
responseObject: {},
|
|
801
|
+
body: yield response.json(),
|
|
802
|
+
bodyKey: "limitsIncreaseRequestCollection",
|
|
803
|
+
bodyModel: model.LimitsIncreaseRequestCollection,
|
|
804
|
+
type: "model.LimitsIncreaseRequestCollection",
|
|
805
|
+
responseHeaders: [
|
|
806
|
+
{
|
|
807
|
+
value: response.headers.get("opc-request-id"),
|
|
808
|
+
key: "opcRequestId",
|
|
809
|
+
dataType: "string"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
value: response.headers.get("opc-next-page"),
|
|
813
|
+
key: "opcNextPage",
|
|
814
|
+
dataType: "string"
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
});
|
|
818
|
+
return sdkResponse;
|
|
819
|
+
}
|
|
820
|
+
catch (err) {
|
|
821
|
+
throw err;
|
|
822
|
+
}
|
|
823
|
+
});
|
|
824
|
+
}
|
|
825
|
+
/**
|
|
826
|
+
* Adds one or more comments to the specified limit increase request.
|
|
827
|
+
* For more information, see
|
|
828
|
+
* [Adding Comments to a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/comment-request.htm).
|
|
829
|
+
*
|
|
830
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
831
|
+
* @param PatchLimitsIncreaseRequestRequest
|
|
832
|
+
* @return PatchLimitsIncreaseRequestResponse
|
|
833
|
+
* @throws OciError when an error occurs
|
|
834
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/PatchLimitsIncreaseRequest.ts.html |here} to see how to use PatchLimitsIncreaseRequest API.
|
|
835
|
+
*/
|
|
836
|
+
patchLimitsIncreaseRequest(patchLimitsIncreaseRequestRequest) {
|
|
837
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
838
|
+
if (this.logger)
|
|
839
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#patchLimitsIncreaseRequest.");
|
|
840
|
+
const operationName = "patchLimitsIncreaseRequest";
|
|
841
|
+
const apiReferenceLink = "";
|
|
842
|
+
const pathParams = {
|
|
843
|
+
"{limitsIncreaseRequestId}": patchLimitsIncreaseRequestRequest.limitsIncreaseRequestId
|
|
844
|
+
};
|
|
845
|
+
const queryParams = {};
|
|
846
|
+
let headerParams = {
|
|
847
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
848
|
+
"opc-request-id": patchLimitsIncreaseRequestRequest.opcRequestId,
|
|
849
|
+
"if-match": patchLimitsIncreaseRequestRequest.ifMatch
|
|
850
|
+
};
|
|
851
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
852
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, patchLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
853
|
+
if (this.logger)
|
|
854
|
+
retrier.logger = this.logger;
|
|
855
|
+
const request = yield oci_common_1.composeRequest({
|
|
856
|
+
baseEndpoint: this._endpoint,
|
|
857
|
+
defaultHeaders: this._defaultHeaders,
|
|
858
|
+
path: "/limitsIncreaseRequests/{limitsIncreaseRequestId}",
|
|
859
|
+
method: "PATCH",
|
|
860
|
+
bodyContent: common.ObjectSerializer.serialize(patchLimitsIncreaseRequestRequest.patchLimitsIncreaseRequestDetails, "PatchLimitsIncreaseRequestDetails", model.PatchLimitsIncreaseRequestDetails.getJsonObj),
|
|
861
|
+
pathParams: pathParams,
|
|
862
|
+
headerParams: headerParams,
|
|
863
|
+
queryParams: queryParams
|
|
864
|
+
});
|
|
865
|
+
try {
|
|
866
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
867
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
868
|
+
responseObject: {},
|
|
869
|
+
body: yield response.json(),
|
|
870
|
+
bodyKey: "limitsIncreaseRequest",
|
|
871
|
+
bodyModel: model.LimitsIncreaseRequest,
|
|
872
|
+
type: "model.LimitsIncreaseRequest",
|
|
873
|
+
responseHeaders: [
|
|
874
|
+
{
|
|
875
|
+
value: response.headers.get("etag"),
|
|
876
|
+
key: "etag",
|
|
877
|
+
dataType: "string"
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
value: response.headers.get("opc-request-id"),
|
|
881
|
+
key: "opcRequestId",
|
|
882
|
+
dataType: "string"
|
|
883
|
+
}
|
|
884
|
+
]
|
|
885
|
+
});
|
|
886
|
+
return sdkResponse;
|
|
887
|
+
}
|
|
888
|
+
catch (err) {
|
|
889
|
+
throw err;
|
|
890
|
+
}
|
|
891
|
+
});
|
|
892
|
+
}
|
|
893
|
+
/**
|
|
894
|
+
* Updates the limit increase request.
|
|
895
|
+
* For more information, see
|
|
896
|
+
* [Updating a Limit Increase Request](https://docs.oracle.com/iaas/Content/General/service-limits/update-request.htm).
|
|
897
|
+
*
|
|
898
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
899
|
+
* @param UpdateLimitsIncreaseRequestRequest
|
|
900
|
+
* @return UpdateLimitsIncreaseRequestResponse
|
|
901
|
+
* @throws OciError when an error occurs
|
|
902
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/limitsincrease/UpdateLimitsIncreaseRequest.ts.html |here} to see how to use UpdateLimitsIncreaseRequest API.
|
|
903
|
+
*/
|
|
904
|
+
updateLimitsIncreaseRequest(updateLimitsIncreaseRequestRequest) {
|
|
905
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
906
|
+
if (this.logger)
|
|
907
|
+
this.logger.debug("Calling operation LimitsIncreaseClient#updateLimitsIncreaseRequest.");
|
|
908
|
+
const operationName = "updateLimitsIncreaseRequest";
|
|
909
|
+
const apiReferenceLink = "";
|
|
910
|
+
const pathParams = {
|
|
911
|
+
"{limitsIncreaseRequestId}": updateLimitsIncreaseRequestRequest.limitsIncreaseRequestId
|
|
912
|
+
};
|
|
913
|
+
const queryParams = {};
|
|
914
|
+
let headerParams = {
|
|
915
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
916
|
+
"opc-request-id": updateLimitsIncreaseRequestRequest.opcRequestId,
|
|
917
|
+
"if-match": updateLimitsIncreaseRequestRequest.ifMatch
|
|
918
|
+
};
|
|
919
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
920
|
+
const retrier = oci_common_1.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateLimitsIncreaseRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
921
|
+
if (this.logger)
|
|
922
|
+
retrier.logger = this.logger;
|
|
923
|
+
const request = yield oci_common_1.composeRequest({
|
|
924
|
+
baseEndpoint: this._endpoint,
|
|
925
|
+
defaultHeaders: this._defaultHeaders,
|
|
926
|
+
path: "/limitsIncreaseRequests/{limitsIncreaseRequestId}",
|
|
927
|
+
method: "PUT",
|
|
928
|
+
bodyContent: common.ObjectSerializer.serialize(updateLimitsIncreaseRequestRequest.updateLimitsIncreaseRequestDetails, "UpdateLimitsIncreaseRequestDetails", model.UpdateLimitsIncreaseRequestDetails.getJsonObj),
|
|
929
|
+
pathParams: pathParams,
|
|
930
|
+
headerParams: headerParams,
|
|
931
|
+
queryParams: queryParams
|
|
932
|
+
});
|
|
933
|
+
try {
|
|
934
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
935
|
+
const sdkResponse = oci_common_1.composeResponse({
|
|
936
|
+
responseObject: {},
|
|
937
|
+
body: yield response.json(),
|
|
938
|
+
bodyKey: "limitsIncreaseRequest",
|
|
939
|
+
bodyModel: model.LimitsIncreaseRequest,
|
|
940
|
+
type: "model.LimitsIncreaseRequest",
|
|
941
|
+
responseHeaders: [
|
|
942
|
+
{
|
|
943
|
+
value: response.headers.get("etag"),
|
|
944
|
+
key: "etag",
|
|
945
|
+
dataType: "string"
|
|
946
|
+
},
|
|
947
|
+
{
|
|
948
|
+
value: response.headers.get("opc-request-id"),
|
|
949
|
+
key: "opcRequestId",
|
|
950
|
+
dataType: "string"
|
|
951
|
+
}
|
|
952
|
+
]
|
|
953
|
+
});
|
|
954
|
+
return sdkResponse;
|
|
955
|
+
}
|
|
956
|
+
catch (err) {
|
|
957
|
+
throw err;
|
|
958
|
+
}
|
|
959
|
+
});
|
|
960
|
+
}
|
|
961
|
+
}
|
|
962
|
+
exports.LimitsIncreaseClient = LimitsIncreaseClient;
|
|
963
|
+
LimitsIncreaseClient.serviceEndpointTemplate = "https://limits.{region}.oci.{secondLevelDomain}";
|
|
964
|
+
LimitsIncreaseClient.endpointServiceName = "";
|
|
965
|
+
//# sourceMappingURL=client.js.map
|