oci-servicemanagerproxy 2.76.1 → 2.77.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +2 -2
- package/lib/client.js +2 -2
- package/lib/model/service-environment-summary.d.ts +2 -2
- package/lib/request/get-service-environment-request.d.ts +1 -1
- package/lib/request/list-service-environments-request.d.ts +3 -3
- package/lib/response/get-service-environment-response.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare class ServiceManagerProxyClient {
|
|
|
74
74
|
* @param GetServiceEnvironmentRequest
|
|
75
75
|
* @return GetServiceEnvironmentResponse
|
|
76
76
|
* @throws OciError when an error occurs
|
|
77
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
77
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
78
78
|
*/
|
|
79
79
|
getServiceEnvironment(getServiceEnvironmentRequest: requests.GetServiceEnvironmentRequest): Promise<responses.GetServiceEnvironmentResponse>;
|
|
80
80
|
/**
|
|
@@ -85,7 +85,7 @@ export declare class ServiceManagerProxyClient {
|
|
|
85
85
|
* @param ListServiceEnvironmentsRequest
|
|
86
86
|
* @return ListServiceEnvironmentsResponse
|
|
87
87
|
* @throws OciError when an error occurs
|
|
88
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
88
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
89
89
|
*/
|
|
90
90
|
listServiceEnvironments(listServiceEnvironmentsRequest: requests.ListServiceEnvironmentsRequest): Promise<responses.ListServiceEnvironmentsResponse>;
|
|
91
91
|
}
|
package/lib/client.js
CHANGED
|
@@ -168,7 +168,7 @@ class ServiceManagerProxyClient {
|
|
|
168
168
|
* @param GetServiceEnvironmentRequest
|
|
169
169
|
* @return GetServiceEnvironmentResponse
|
|
170
170
|
* @throws OciError when an error occurs
|
|
171
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
171
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironment API.
|
|
172
172
|
*/
|
|
173
173
|
getServiceEnvironment(getServiceEnvironmentRequest) {
|
|
174
174
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -235,7 +235,7 @@ class ServiceManagerProxyClient {
|
|
|
235
235
|
* @param ListServiceEnvironmentsRequest
|
|
236
236
|
* @return ListServiceEnvironmentsResponse
|
|
237
237
|
* @throws OciError when an error occurs
|
|
238
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
238
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironments API.
|
|
239
239
|
*/
|
|
240
240
|
listServiceEnvironments(listServiceEnvironmentsRequest) {
|
|
241
241
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -52,7 +52,7 @@ export interface ServiceEnvironmentSummary {
|
|
|
52
52
|
* Defined tags for this resource. Each key is predefined and scoped to a
|
|
53
53
|
* namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
54
54
|
* <p>
|
|
55
|
-
Example:
|
|
55
|
+
Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
58
58
|
"definedTags"?: {
|
|
@@ -64,7 +64,7 @@ export interface ServiceEnvironmentSummary {
|
|
|
64
64
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no
|
|
65
65
|
* predefined name, type, or namespace. For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
66
66
|
* <p>
|
|
67
|
-
Example:
|
|
67
|
+
Example: {@code {\"CostCenter\": \"42\"}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"freeformTags"?: {
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/GetServiceEnvironment.ts.html |here} to see how to use GetServiceEnvironmentRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceEnvironmentRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicemanagerproxy/ListServiceEnvironments.ts.html |here} to see how to use ListServiceEnvironmentsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceEnvironmentsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -44,7 +44,7 @@ export interface ListServiceEnvironmentsRequest extends common.BaseRequest {
|
|
|
44
44
|
*/
|
|
45
45
|
"limit"?: number;
|
|
46
46
|
/**
|
|
47
|
-
* The value of the
|
|
47
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
48
48
|
*/
|
|
49
49
|
"page"?: string;
|
|
50
50
|
/**
|
|
@@ -53,7 +53,7 @@ export interface ListServiceEnvironmentsRequest extends common.BaseRequest {
|
|
|
53
53
|
*/
|
|
54
54
|
"sortBy"?: ListServiceEnvironmentsRequest.SortBy;
|
|
55
55
|
/**
|
|
56
|
-
* The sort order to use, either
|
|
56
|
+
* The sort order to use, either {@code ASC} or {@code DESC}.
|
|
57
57
|
*/
|
|
58
58
|
"sortOrder"?: ListServiceEnvironmentsRequest.SortOrder;
|
|
59
59
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-servicemanagerproxy",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.77.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.77.0",
|
|
19
|
+
"oci-workrequests": "2.77.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|