oci-servicemanagerproxy 2.9.1 → 2.10.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/index.d.ts +3 -1
- package/index.js +3 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +9 -7
- package/lib/client.js +9 -7
- package/lib/client.js.map +1 -1
- package/lib/model/error-entity.d.ts +3 -1
- package/lib/model/error-entity.js +3 -1
- package/lib/model/error-entity.js.map +1 -1
- package/lib/model/index.d.ts +3 -1
- package/lib/model/index.js +3 -1
- package/lib/model/index.js.map +1 -1
- package/lib/model/service-definition.d.ts +12 -5
- package/lib/model/service-definition.js +3 -1
- package/lib/model/service-definition.js.map +1 -1
- package/lib/model/service-entitlement-registration-status.d.ts +4 -2
- package/lib/model/service-entitlement-registration-status.js +4 -2
- package/lib/model/service-entitlement-registration-status.js.map +1 -1
- package/lib/model/service-environment-collection.d.ts +7 -2
- package/lib/model/service-environment-collection.js +3 -1
- package/lib/model/service-environment-collection.js.map +1 -1
- package/lib/model/service-environment-end-point-overview.d.ts +11 -4
- package/lib/model/service-environment-end-point-overview.js +4 -1
- package/lib/model/service-environment-end-point-overview.js.map +1 -1
- package/lib/model/service-environment-summary.d.ts +22 -12
- package/lib/model/service-environment-summary.js +3 -1
- package/lib/model/service-environment-summary.js.map +1 -1
- package/lib/model/service-environment.d.ts +13 -4
- package/lib/model/service-environment.js +3 -1
- package/lib/model/service-environment.js.map +1 -1
- package/lib/request/get-service-environment-request.d.ts +6 -3
- package/lib/request/index.d.ts +3 -1
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-service-environments-request.d.ts +9 -4
- package/lib/request/list-service-environments-request.js.map +1 -1
- package/lib/response/index.d.ts +3 -1
- package/lib/response/index.js +3 -1
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-service-environments-response.d.ts +3 -3
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
package/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/servicemanagerproxy/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../lib/servicemanagerproxy/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,wDAA0C;AAMjC,4BAAQ;AALjB,oDAAsC;AAI7B,wBAAM;AAHf,0DAA4C;AAKnC,8BAAS;AAJlB,qDAAuC;AAKzB,QAAA,yBAAyB,GAAG,MAAM,CAAC,yBAAyB,CAAC"}
|
package/lib/client.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -52,24 +54,24 @@ export declare class ServiceManagerProxyClient {
|
|
|
52
54
|
*/
|
|
53
55
|
set regionId(regionId: string);
|
|
54
56
|
/**
|
|
55
|
-
*
|
|
57
|
+
* Get the detailed information for a specific service environment.
|
|
58
|
+
*
|
|
56
59
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
57
60
|
* @param GetServiceEnvironmentRequest
|
|
58
61
|
* @return GetServiceEnvironmentResponse
|
|
59
62
|
* @throws OciError when an error occurs
|
|
60
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
63
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
61
64
|
*/
|
|
62
65
|
getServiceEnvironment(getServiceEnvironmentRequest: requests.GetServiceEnvironmentRequest): Promise<responses.GetServiceEnvironmentResponse>;
|
|
63
66
|
/**
|
|
64
|
-
* List details of
|
|
65
|
-
*
|
|
66
|
-
* details.
|
|
67
|
+
* List the details of Software as a Service (SaaS) environments provisioned by Service Manager.
|
|
68
|
+
* Information includes the service instance endpoints and service definition details.
|
|
67
69
|
*
|
|
68
70
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
69
71
|
* @param ListServiceEnvironmentsRequest
|
|
70
72
|
* @return ListServiceEnvironmentsResponse
|
|
71
73
|
* @throws OciError when an error occurs
|
|
72
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
74
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
73
75
|
*/
|
|
74
76
|
listServiceEnvironments(listServiceEnvironmentsRequest: requests.ListServiceEnvironmentsRequest): Promise<responses.ListServiceEnvironmentsResponse>;
|
|
75
77
|
}
|
package/lib/client.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -123,12 +125,13 @@ class ServiceManagerProxyClient {
|
|
|
123
125
|
this.endpoint = common.EndpointBuilder.createEndpointFromRegionId(ServiceManagerProxyClient.serviceEndpointTemplate, regionId);
|
|
124
126
|
}
|
|
125
127
|
/**
|
|
126
|
-
*
|
|
128
|
+
* Get the detailed information for a specific service environment.
|
|
129
|
+
*
|
|
127
130
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
128
131
|
* @param GetServiceEnvironmentRequest
|
|
129
132
|
* @return GetServiceEnvironmentResponse
|
|
130
133
|
* @throws OciError when an error occurs
|
|
131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
132
135
|
*/
|
|
133
136
|
getServiceEnvironment(getServiceEnvironmentRequest) {
|
|
134
137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -186,15 +189,14 @@ class ServiceManagerProxyClient {
|
|
|
186
189
|
});
|
|
187
190
|
}
|
|
188
191
|
/**
|
|
189
|
-
* List details of
|
|
190
|
-
*
|
|
191
|
-
* details.
|
|
192
|
+
* List the details of Software as a Service (SaaS) environments provisioned by Service Manager.
|
|
193
|
+
* Information includes the service instance endpoints and service definition details.
|
|
192
194
|
*
|
|
193
195
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
194
196
|
* @param ListServiceEnvironmentsRequest
|
|
195
197
|
* @return ListServiceEnvironmentsResponse
|
|
196
198
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
199
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
198
200
|
*/
|
|
199
201
|
listServiceEnvironments(listServiceEnvironmentsRequest) {
|
|
200
202
|
return __awaiter(this, void 0, void 0, function* () {
|
package/lib/client.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../lib/servicemanagerproxy/lib/client.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"client.js","sourceRoot":"","sources":["../../../../lib/servicemanagerproxy/lib/client.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error-entity.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/error-entity.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"error-entity.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/error-entity.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAmBH,IAAiB,WAAW,CAW3B;AAXD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,sBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,kCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAW3B"}
|
package/lib/model/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
package/lib/model/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,4DAA8C;AAChC,QAAA,WAAW,GAAG,WAAW,CAAC,WAAW,CAAC;AACpD,wEAA0D;AAC5C,QAAA,iBAAiB,GAAG,iBAAiB,CAAC,iBAAiB,CAAC;AACtE,gHAAkG;AACpF,QAAA,oCAAoC,GAAG,oCAAoC,CAAC,oCAAoC,CAAC;AAC/H,0EAA4D;AAC9C,QAAA,kBAAkB,GAAG,kBAAkB,CAAC,kBAAkB,CAAC;AACzE,+FAAiF;AACnE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6GAA+F;AACjF,QAAA,kCAAkC,GAAG,kCAAkC,CAAC,kCAAkC,CAAC;AACzH,yFAA2E;AAC7D,QAAA,yBAAyB,GAAG,yBAAyB,CAAC,yBAAyB,CAAC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -11,19 +13,24 @@
|
|
|
11
13
|
* 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.
|
|
12
14
|
*/
|
|
13
15
|
/**
|
|
14
|
-
*
|
|
16
|
+
* Details for a service definition.
|
|
17
|
+
*
|
|
15
18
|
*/
|
|
16
19
|
export interface ServiceDefinition {
|
|
17
20
|
/**
|
|
18
|
-
* The service definition type.
|
|
21
|
+
* The service definition type. For example, a service definition type \"RGBUOROMS\"
|
|
22
|
+
* would be for the service \"Oracle Retail Order Management Cloud Service\".
|
|
23
|
+
*
|
|
19
24
|
*/
|
|
20
25
|
"type": string;
|
|
21
26
|
/**
|
|
22
|
-
* Display name of the service.
|
|
27
|
+
* Display name of the service. For example, \"Oracle Retail Order Management Cloud Service\".
|
|
28
|
+
*
|
|
23
29
|
*/
|
|
24
30
|
"displayName": string;
|
|
25
31
|
/**
|
|
26
|
-
* Short display name of the service.
|
|
32
|
+
* Short display name of the service. For example, \"Retail Order Management\".
|
|
33
|
+
*
|
|
27
34
|
*/
|
|
28
35
|
"shortDisplayName": string;
|
|
29
36
|
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-definition.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-definition.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-definition.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-definition.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AA4BH,IAAiB,iBAAiB,CAWjC;AAXD,WAAiB,iBAAiB;IAChC,SAAgB,UAAU,CAAC,GAAsB;QAC/C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,4BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAsB;QAC3D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,wCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAWjC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -11,7 +13,7 @@
|
|
|
11
13
|
* 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.
|
|
12
14
|
*/
|
|
13
15
|
/**
|
|
14
|
-
* Service Entitlement
|
|
16
|
+
* Service Entitlement registration status
|
|
15
17
|
**/
|
|
16
18
|
export declare enum ServiceEntitlementRegistrationStatus {
|
|
17
19
|
Initialized = "INITIALIZED",
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -14,7 +16,7 @@
|
|
|
14
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
17
|
exports.ServiceEntitlementRegistrationStatus = void 0;
|
|
16
18
|
/**
|
|
17
|
-
* Service Entitlement
|
|
19
|
+
* Service Entitlement registration status
|
|
18
20
|
**/
|
|
19
21
|
var ServiceEntitlementRegistrationStatus;
|
|
20
22
|
(function (ServiceEntitlementRegistrationStatus) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-entitlement-registration-status.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-entitlement-registration-status.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-entitlement-registration-status.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-entitlement-registration-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAKH;;IAEI;AACJ,IAAY,oCAmCX;AAnCD,WAAY,oCAAoC;IAC9C,mEAA2B,CAAA;IAC3B,4EAAoC,CAAA;IACpC,yDAAiB,CAAA;IACjB,uFAA+C,CAAA;IAC/C,0EAAkC,CAAA;IAClC,8EAAsC,CAAA;IACtC,6DAAqB,CAAA;IACrB,iEAAyB,CAAA;IACzB,0EAAkC,CAAA;IAClC,wEAAgC,CAAA;IAChC,0EAAkC,CAAA;IAClC,6DAAqB,CAAA;IACrB,4EAAoC,CAAA;IACpC,4EAAoC,CAAA;IACpC,+DAAuB,CAAA;IACvB,qFAA6C,CAAA;IAC7C,8EAAsC,CAAA;IACtC,4EAAoC,CAAA;IACpC,+DAAuB,CAAA;IACvB,yFAAiD,CAAA;IACjD,kFAA0C,CAAA;IAC1C,uFAA+C,CAAA;IAC/C,8EAAsC,CAAA;IACtC,4EAAoC,CAAA;IACpC,0EAAkC,CAAA;IAClC,uFAA+C,CAAA;IAC/C,qFAA6C,CAAA;IAC7C,kEAA0B,CAAA;IAE1B;;;OAGG;IACH,sEAA8B,CAAA;AAChC,CAAC,EAnCW,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAmC/C;AAED,WAAiB,oCAAoC;IACnD,SAAgB,UAAU,CACxB,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,+CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAyC;QAEzC,OAAO,GAAG,CAAC;IACb,CAAC;IAJe,2DAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,oCAAoC,GAApC,4CAAoC,KAApC,4CAAoC,QAWpD"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -12,7 +14,10 @@
|
|
|
12
14
|
*/
|
|
13
15
|
import * as model from "../model";
|
|
14
16
|
/**
|
|
15
|
-
* Collection of
|
|
17
|
+
* Collection of service environments.
|
|
18
|
+
* <p>
|
|
19
|
+
**Note:** Service URL formats may vary from the provided example.
|
|
20
|
+
*
|
|
16
21
|
*/
|
|
17
22
|
export interface ServiceEnvironmentCollection {
|
|
18
23
|
/**
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-environment-collection.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-environment-collection.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAgBlC,IAAiB,4BAA4B,CA6B5C;AA7BD,WAAiB,4BAA4B;IAC3C,SAAgB,UAAU,CAAC,GAAiC;QAC1D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiC;QACtE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,yBAAyB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,mDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,4BAA4B,GAA5B,oCAA4B,KAA5B,oCAA4B,QA6B5C"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -11,24 +13,29 @@
|
|
|
11
13
|
* 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.
|
|
12
14
|
*/
|
|
13
15
|
/**
|
|
14
|
-
*
|
|
16
|
+
* An overview of service environment endpoints.
|
|
15
17
|
*
|
|
16
18
|
*/
|
|
17
19
|
export interface ServiceEnvironmentEndPointOverview {
|
|
18
20
|
/**
|
|
19
|
-
* Service
|
|
21
|
+
* Service environment endpoint type.
|
|
20
22
|
*/
|
|
21
23
|
"environmentType": ServiceEnvironmentEndPointOverview.EnvironmentType;
|
|
22
24
|
/**
|
|
23
|
-
* Service
|
|
25
|
+
* Service environment instance URL.
|
|
24
26
|
*/
|
|
25
27
|
"url": string;
|
|
28
|
+
/**
|
|
29
|
+
* Description of the environment link
|
|
30
|
+
*/
|
|
31
|
+
"description"?: string;
|
|
26
32
|
}
|
|
27
33
|
export declare namespace ServiceEnvironmentEndPointOverview {
|
|
28
34
|
enum EnvironmentType {
|
|
29
35
|
InstanceUrlProd = "INSTANCE_URL_PROD",
|
|
30
36
|
InstanceUrlTest = "INSTANCE_URL_TEST",
|
|
31
37
|
InstanceUrlDev = "INSTANCE_URL_DEV",
|
|
38
|
+
Other = "OTHER",
|
|
32
39
|
/**
|
|
33
40
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
34
41
|
* version of the SDK.
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -20,6 +22,7 @@ var ServiceEnvironmentEndPointOverview;
|
|
|
20
22
|
EnvironmentType["InstanceUrlProd"] = "INSTANCE_URL_PROD";
|
|
21
23
|
EnvironmentType["InstanceUrlTest"] = "INSTANCE_URL_TEST";
|
|
22
24
|
EnvironmentType["InstanceUrlDev"] = "INSTANCE_URL_DEV";
|
|
25
|
+
EnvironmentType["Other"] = "OTHER";
|
|
23
26
|
/**
|
|
24
27
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
25
28
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-environment-end-point-overview.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-end-point-overview.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-environment-end-point-overview.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-end-point-overview.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;AAwBH,IAAiB,kCAAkC,CAuBlD;AAvBD,WAAiB,kCAAkC;IACjD,IAAY,eAUX;IAVD,WAAY,eAAe;QACzB,wDAAqC,CAAA;QACrC,wDAAqC,CAAA;QACrC,sDAAmC,CAAA;QACnC,kCAAe,CAAA;QACf;;;WAGG;QACH,iDAA8B,CAAA;IAChC,CAAC,EAVW,eAAe,GAAf,kDAAe,KAAf,kDAAe,QAU1B;IAED,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6CAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yDAAsB,yBAIrC,CAAA;AACH,CAAC,EAvBgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QAuBlD"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -12,16 +14,20 @@
|
|
|
12
14
|
*/
|
|
13
15
|
import * as model from "../model";
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* Summary of service environment details.
|
|
16
18
|
*/
|
|
17
19
|
export interface ServiceEnvironmentSummary {
|
|
18
20
|
/**
|
|
19
21
|
* Unqiue identifier for the entitlement related to the environment.
|
|
22
|
+
* <p>
|
|
23
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
24
|
*
|
|
21
25
|
*/
|
|
22
26
|
"id": string;
|
|
23
27
|
/**
|
|
24
|
-
* The subscription
|
|
28
|
+
* The unique subscription ID associated with the service environment ID.
|
|
29
|
+
* <p>
|
|
30
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
31
|
*
|
|
26
32
|
*/
|
|
27
33
|
"subscriptionId": string;
|
|
@@ -30,7 +36,7 @@ export interface ServiceEnvironmentSummary {
|
|
|
30
36
|
*/
|
|
31
37
|
"status": model.ServiceEntitlementRegistrationStatus;
|
|
32
38
|
/**
|
|
33
|
-
*
|
|
39
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the compartment.
|
|
34
40
|
*/
|
|
35
41
|
"compartmentId": string;
|
|
36
42
|
"serviceDefinition": model.ServiceDefinition;
|
|
@@ -43,20 +49,24 @@ export interface ServiceEnvironmentSummary {
|
|
|
43
49
|
*/
|
|
44
50
|
"serviceEnvironmentEndpoints"?: Array<model.ServiceEnvironmentEndPointOverview>;
|
|
45
51
|
/**
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
52
|
+
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
53
|
+
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
|
+
* <p>
|
|
55
|
+
Example: `{\"Operations\": {\"CostCenter\": \"42\"}}`
|
|
56
|
+
*
|
|
57
|
+
*/
|
|
50
58
|
"definedTags"?: {
|
|
51
59
|
[key: string]: {
|
|
52
60
|
[key: string]: any;
|
|
53
61
|
};
|
|
54
62
|
};
|
|
55
63
|
/**
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
64
|
+
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
65
|
+
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
66
|
+
* <p>
|
|
67
|
+
Example: `{\"CostCenter\": \"42\"}`
|
|
68
|
+
*
|
|
69
|
+
*/
|
|
60
70
|
"freeformTags"?: {
|
|
61
71
|
[key: string]: string;
|
|
62
72
|
};
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-environment-summary.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-environment-summary.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAwDlC,IAAiB,yBAAyB,CAqCzC;AArCD,WAAiB,yBAAyB;IACxC,SAAgB,UAAU,CAAC,GAA8B;QACvD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,oCAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA8B;QACnE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,gDAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,yBAAyB,GAAzB,iCAAyB,KAAzB,iCAAyB,QAqCzC"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
|
@@ -12,16 +14,23 @@
|
|
|
12
14
|
*/
|
|
13
15
|
import * as model from "../model";
|
|
14
16
|
/**
|
|
15
|
-
*
|
|
17
|
+
* Detailed information about a service environment.
|
|
18
|
+
* <p>
|
|
19
|
+
**Note:** Service URL formats may vary from the provided example.
|
|
20
|
+
*
|
|
16
21
|
*/
|
|
17
22
|
export interface ServiceEnvironment {
|
|
18
23
|
/**
|
|
19
24
|
* Unqiue identifier for the entitlement related to the environment.
|
|
25
|
+
* <p>
|
|
26
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
20
27
|
*
|
|
21
28
|
*/
|
|
22
29
|
"id": string;
|
|
23
30
|
/**
|
|
24
|
-
* The subscription
|
|
31
|
+
* The unique subscription ID associated with the service environment ID.
|
|
32
|
+
* <p>
|
|
33
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
25
34
|
*
|
|
26
35
|
*/
|
|
27
36
|
"subscriptionId": string;
|
|
@@ -30,7 +39,7 @@ export interface ServiceEnvironment {
|
|
|
30
39
|
*/
|
|
31
40
|
"status": model.ServiceEntitlementRegistrationStatus;
|
|
32
41
|
/**
|
|
33
|
-
*
|
|
42
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the compartment.
|
|
34
43
|
*/
|
|
35
44
|
"compartmentId": string;
|
|
36
45
|
"serviceDefinition": model.ServiceDefinition;
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"service-environment.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"service-environment.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/model/service-environment.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA2ClC,IAAiB,kBAAkB,CAqClC;AArCD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,UAAU,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBAC3D,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,6BAAU,aAiBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,KAAK,CAAC,iBAAiB,CAAC,sBAAsB,CAAC,GAAG,CAAC,iBAAiB,CAAC;gBACvE,CAAC,CAAC,SAAS;YAEb,6BAA6B,EAAE,GAAG,CAAC,2BAA2B;gBAC5D,CAAC,CAAC,GAAG,CAAC,2BAA2B,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACzC,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAjBe,yCAAsB,yBAiBrC,CAAA;AACH,CAAC,EArCgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAqClC"}
|
|
@@ -12,15 +12,18 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceEnvironmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The unique identifier associated with the service environment.
|
|
20
|
+
* <p>
|
|
21
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
22
|
+
*
|
|
20
23
|
*/
|
|
21
24
|
"serviceEnvironmentId": string;
|
|
22
25
|
/**
|
|
23
|
-
* The
|
|
26
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the compartment.
|
|
24
27
|
*/
|
|
25
28
|
"compartmentId": string;
|
|
26
29
|
/**
|
package/lib/request/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
package/lib/request/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/request/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG;;;;;;;;;;;;;;;;;;;;;;AAIH,oGAAsF;AACxE,QAAA,8BAA8B,GAAG,8BAA8B,CAAC,8BAA8B,CAAC"}
|
|
@@ -12,19 +12,24 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.10.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceEnvironmentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) for the compartment.
|
|
20
20
|
*/
|
|
21
21
|
"compartmentId": string;
|
|
22
22
|
/**
|
|
23
|
-
* The
|
|
23
|
+
* The unique identifier associated with the service environment.
|
|
24
|
+
* <p>
|
|
25
|
+
**Note:** Not an [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm).
|
|
26
|
+
*
|
|
24
27
|
*/
|
|
25
28
|
"serviceEnvironmentId"?: string;
|
|
26
29
|
/**
|
|
27
|
-
* The service definition type
|
|
30
|
+
* The environment's service definition type.
|
|
31
|
+
* For example, \"RGBUOROMS\" is the service definition type for \"Oracle Retail Order Management Cloud Service\".
|
|
32
|
+
*
|
|
28
33
|
*/
|
|
29
34
|
"serviceEnvironmentType"?: string;
|
|
30
35
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-service-environments-request.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/request/list-service-environments-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-service-environments-request.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/request/list-service-environments-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,8BAA8B,CAS9C;AATD,WAAiB,8BAA8B;IAC7C,IAAY,MAEX;IAFD,WAAY,MAAM;QAChB,mBAAS,CAAA;IACX,CAAC,EAFW,MAAM,GAAN,qCAAM,KAAN,qCAAM,QAEjB;IAED,IAAY,SAGX;IAHD,WAAY,SAAS;QACnB,wBAAW,CAAA;QACX,0BAAa,CAAA;IACf,CAAC,EAHW,SAAS,GAAT,wCAAS,KAAT,wCAAS,QAGpB;AACH,CAAC,EATgB,8BAA8B,GAA9B,sCAA8B,KAA9B,sCAA8B,QAS9C"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Service Manager Proxy API
|
|
3
|
-
* API to
|
|
3
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
4
|
+
You can get information such as service types and service environment URLs.
|
|
5
|
+
|
|
4
6
|
* OpenAPI spec version: 20210914
|
|
5
7
|
*
|
|
6
8
|
*
|
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Service Manager Proxy API
|
|
4
|
-
* API to
|
|
4
|
+
* Use the Service Manager Proxy API to obtain information about SaaS environments provisioned by Service Manager.
|
|
5
|
+
You can get information such as service types and service environment URLs.
|
|
6
|
+
|
|
5
7
|
* OpenAPI spec version: 20210914
|
|
6
8
|
*
|
|
7
9
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/response/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/servicemanagerproxy/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;GAaG"}
|
|
@@ -19,9 +19,9 @@ export interface ListServiceEnvironmentsResponse {
|
|
|
19
19
|
*/
|
|
20
20
|
"opcRequestId": string;
|
|
21
21
|
/**
|
|
22
|
-
* For
|
|
23
|
-
*
|
|
24
|
-
*
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages
|
|
23
|
+
* of results remain. For important details about how pagination works, see
|
|
24
|
+
* [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"opcNextPage": string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-servicemanagerproxy",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.10.0",
|
|
4
4
|
"description": "OCI NodeJS client for Service Manager Proxy Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.10.0",
|
|
19
|
+
"oci-workrequests": "2.10.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|