oci-servicecatalog 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 +26 -26
- package/lib/client.js +26 -26
- package/lib/model/create-private-application-details.d.ts +2 -2
- package/lib/model/create-service-catalog-details.d.ts +2 -2
- package/lib/model/private-application-package-summary.d.ts +1 -1
- package/lib/model/private-application-package.d.ts +1 -1
- package/lib/model/private-application-summary.d.ts +1 -1
- package/lib/model/private-application.d.ts +4 -4
- package/lib/model/service-catalog-summary.d.ts +1 -1
- package/lib/model/service-catalog.d.ts +4 -4
- package/lib/model/update-private-application-details.d.ts +2 -2
- package/lib/model/update-service-catalog-details.d.ts +2 -2
- package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +2 -2
- package/lib/request/change-private-application-compartment-request.d.ts +2 -2
- package/lib/request/change-service-catalog-compartment-request.d.ts +2 -2
- package/lib/request/create-private-application-request.d.ts +1 -1
- package/lib/request/create-service-catalog-association-request.d.ts +1 -1
- package/lib/request/create-service-catalog-request.d.ts +1 -1
- package/lib/request/delete-private-application-request.d.ts +2 -2
- package/lib/request/delete-service-catalog-association-request.d.ts +2 -2
- package/lib/request/delete-service-catalog-request.d.ts +2 -2
- package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
- package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
- package/lib/request/get-private-application-package-request.d.ts +1 -1
- package/lib/request/get-private-application-request.d.ts +1 -1
- package/lib/request/get-service-catalog-association-request.d.ts +1 -1
- package/lib/request/get-service-catalog-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-applications-request.d.ts +4 -4
- package/lib/request/list-private-application-packages-request.d.ts +4 -4
- package/lib/request/list-private-applications-request.d.ts +4 -4
- package/lib/request/list-service-catalog-associations-request.d.ts +4 -4
- package/lib/request/list-service-catalogs-request.d.ts +4 -4
- package/lib/request/list-work-request-errors-request.d.ts +3 -3
- package/lib/request/list-work-request-logs-request.d.ts +3 -3
- package/lib/request/list-work-requests-request.d.ts +3 -3
- package/lib/request/update-private-application-request.d.ts +2 -2
- package/lib/request/update-service-catalog-request.d.ts +2 -2
- package/lib/response/create-private-application-response.d.ts +1 -1
- package/lib/response/create-service-catalog-association-response.d.ts +1 -1
- package/lib/response/create-service-catalog-response.d.ts +1 -1
- package/lib/response/get-private-application-package-response.d.ts +1 -1
- package/lib/response/get-private-application-response.d.ts +1 -1
- package/lib/response/get-service-catalog-association-response.d.ts +1 -1
- package/lib/response/get-service-catalog-response.d.ts +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/list-applications-response.d.ts +1 -1
- package/lib/response/list-private-application-packages-response.d.ts +1 -1
- package/lib/response/list-private-applications-response.d.ts +1 -1
- package/lib/response/list-service-catalog-associations-response.d.ts +1 -1
- package/lib/response/list-service-catalogs-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/update-private-application-response.d.ts +1 -1
- package/lib/response/update-service-catalog-response.d.ts +1 -1
- package/package.json +3 -3
|
@@ -34,7 +34,7 @@ export interface UpdatePrivateApplicationDetails {
|
|
|
34
34
|
"logoFileBase64Encoded"?: string;
|
|
35
35
|
/**
|
|
36
36
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
37
|
-
* Example:
|
|
37
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
38
38
|
*
|
|
39
39
|
*/
|
|
40
40
|
"definedTags"?: {
|
|
@@ -44,7 +44,7 @@ export interface UpdatePrivateApplicationDetails {
|
|
|
44
44
|
};
|
|
45
45
|
/**
|
|
46
46
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
47
|
-
* Example:
|
|
47
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
48
48
|
*
|
|
49
49
|
*/
|
|
50
50
|
"freeformTags"?: {
|
|
@@ -20,7 +20,7 @@ export interface UpdateServiceCatalogDetails {
|
|
|
20
20
|
"displayName": string;
|
|
21
21
|
/**
|
|
22
22
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
23
|
-
* Example:
|
|
23
|
+
* Example: {@code {\"foo-namespace\": {\"bar-key\": \"value\"}}}
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
"definedTags"?: {
|
|
@@ -30,7 +30,7 @@ export interface UpdateServiceCatalogDetails {
|
|
|
30
30
|
};
|
|
31
31
|
/**
|
|
32
32
|
* Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.
|
|
33
|
-
* Example:
|
|
33
|
+
* Example: {@code {\"bar-key\": \"value\"}}
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
"freeformTags"?: {
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface BulkReplaceServiceCatalogAssociationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -25,7 +25,7 @@ export interface BulkReplaceServiceCatalogAssociationsRequest extends common.Bas
|
|
|
25
25
|
*/
|
|
26
26
|
"bulkReplaceServiceCatalogAssociationsDetails": model.BulkReplaceServiceCatalogAssociationsDetails;
|
|
27
27
|
/**
|
|
28
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
29
29
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
30
30
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
31
31
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangePrivateApplicationCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface ChangePrivateApplicationCompartmentRequest extends common.BaseR
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
35
35
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
36
36
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeServiceCatalogCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface ChangeServiceCatalogCompartmentRequest extends common.BaseReque
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
35
35
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
36
36
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePrivateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateServiceCatalogAssociationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateServiceCatalogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -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/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePrivateApplicationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface DeletePrivateApplicationRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"privateApplicationId": string;
|
|
22
22
|
/**
|
|
23
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
24
24
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
25
25
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
26
26
|
*
|
|
@@ -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/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteServiceCatalogAssociationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface DeleteServiceCatalogAssociationRequest extends common.BaseReque
|
|
|
20
20
|
*/
|
|
21
21
|
"serviceCatalogAssociationId": string;
|
|
22
22
|
/**
|
|
23
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
24
24
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
25
25
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
26
26
|
*
|
|
@@ -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/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteServiceCatalogRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -20,7 +20,7 @@ export interface DeleteServiceCatalogRequest extends common.BaseRequest {
|
|
|
20
20
|
*/
|
|
21
21
|
"serviceCatalogId": string;
|
|
22
22
|
/**
|
|
23
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
23
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
24
24
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
25
25
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
26
26
|
*
|
|
@@ -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/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogoRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationActionDownloadLogoRequest 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/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfigRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationPackageActionDownloadConfigRequest 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/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackageRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationPackageRequest 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/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplicationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPrivateApplicationRequest 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/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceCatalogAssociationRequest 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/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalogRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetServiceCatalogRequest 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/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListApplicationsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ListApplicationsRequest extends common.BaseRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
"limit"?: number;
|
|
42
42
|
/**
|
|
43
|
-
* The value of the
|
|
43
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
44
44
|
*/
|
|
45
45
|
"page"?: string;
|
|
46
46
|
/**
|
|
@@ -68,12 +68,12 @@ export interface ListApplicationsRequest extends common.BaseRequest {
|
|
|
68
68
|
*/
|
|
69
69
|
"pricing"?: Array<model.PricingTypeEnum>;
|
|
70
70
|
/**
|
|
71
|
-
* Indicates whether to show only featured resources. If this is set to
|
|
71
|
+
* Indicates whether to show only featured resources. If this is set to {@code false} or is omitted, then all resources will be returned.
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"isFeatured"?: boolean;
|
|
75
75
|
/**
|
|
76
|
-
* The sort order to apply, either
|
|
76
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
77
77
|
*/
|
|
78
78
|
"sortOrder"?: ListApplicationsRequest.SortOrder;
|
|
79
79
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListPrivateApplicationPackagesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -36,7 +36,7 @@ export interface ListPrivateApplicationPackagesRequest extends common.BaseReques
|
|
|
36
36
|
*/
|
|
37
37
|
"limit"?: number;
|
|
38
38
|
/**
|
|
39
|
-
* The value of the
|
|
39
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
40
40
|
*/
|
|
41
41
|
"page"?: string;
|
|
42
42
|
/**
|
|
@@ -47,13 +47,13 @@ export interface ListPrivateApplicationPackagesRequest extends common.BaseReques
|
|
|
47
47
|
"opcRequestId"?: string;
|
|
48
48
|
/**
|
|
49
49
|
* The field to use to sort listed results. You can only specify one field to sort by.
|
|
50
|
-
*
|
|
50
|
+
* {@code TIMECREATED} displays results in descending order by default. You can change your
|
|
51
51
|
* preference by specifying a different sort order.
|
|
52
52
|
*
|
|
53
53
|
*/
|
|
54
54
|
"sortBy"?: ListPrivateApplicationPackagesRequest.SortBy;
|
|
55
55
|
/**
|
|
56
|
-
* The sort order to apply, either
|
|
56
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
57
57
|
*/
|
|
58
58
|
"sortOrder"?: ListPrivateApplicationPackagesRequest.SortOrder;
|
|
59
59
|
/**
|
|
@@ -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/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListPrivateApplicationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,17 +35,17 @@ export interface ListPrivateApplicationsRequest extends common.BaseRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* The value of the
|
|
38
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
39
39
|
*/
|
|
40
40
|
"page"?: string;
|
|
41
41
|
/**
|
|
42
42
|
* The field to use to sort listed results. You can only specify one field to sort by.
|
|
43
|
-
* Default is
|
|
43
|
+
* Default is {@code TIMECREATED}.
|
|
44
44
|
*
|
|
45
45
|
*/
|
|
46
46
|
"sortBy"?: ListPrivateApplicationsRequest.SortBy;
|
|
47
47
|
/**
|
|
48
|
-
* The sort order to apply, either
|
|
48
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
49
49
|
*/
|
|
50
50
|
"sortOrder"?: ListPrivateApplicationsRequest.SortOrder;
|
|
51
51
|
/**
|
|
@@ -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/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceCatalogAssociationsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -37,15 +37,15 @@ export interface ListServiceCatalogAssociationsRequest extends common.BaseReques
|
|
|
37
37
|
*/
|
|
38
38
|
"limit"?: number;
|
|
39
39
|
/**
|
|
40
|
-
* The value of the
|
|
40
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
41
41
|
*/
|
|
42
42
|
"page"?: string;
|
|
43
43
|
/**
|
|
44
|
-
* The sort order to apply, either
|
|
44
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
45
45
|
*/
|
|
46
46
|
"sortOrder"?: ListServiceCatalogAssociationsRequest.SortOrder;
|
|
47
47
|
/**
|
|
48
|
-
* Default is
|
|
48
|
+
* Default is {@code TIMECREATED}
|
|
49
49
|
*/
|
|
50
50
|
"sortBy"?: ListServiceCatalogAssociationsRequest.SortBy;
|
|
51
51
|
/**
|
|
@@ -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/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListServiceCatalogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -35,15 +35,15 @@ export interface ListServiceCatalogsRequest extends common.BaseRequest {
|
|
|
35
35
|
*/
|
|
36
36
|
"limit"?: number;
|
|
37
37
|
/**
|
|
38
|
-
* The value of the
|
|
38
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
39
39
|
*/
|
|
40
40
|
"page"?: string;
|
|
41
41
|
/**
|
|
42
|
-
* Default is
|
|
42
|
+
* Default is {@code TIMECREATED}
|
|
43
43
|
*/
|
|
44
44
|
"sortBy"?: ListServiceCatalogsRequest.SortBy;
|
|
45
45
|
/**
|
|
46
|
-
* The sort order to apply, either
|
|
46
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
47
47
|
*/
|
|
48
48
|
"sortOrder"?: ListServiceCatalogsRequest.SortOrder;
|
|
49
49
|
/**
|
|
@@ -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/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* The value of the
|
|
29
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
30
30
|
*/
|
|
31
31
|
"page"?: string;
|
|
32
32
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
"sortBy"?: ListWorkRequestErrorsRequest.SortBy;
|
|
42
42
|
/**
|
|
43
|
-
* The sort order to apply, either
|
|
43
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
44
44
|
*/
|
|
45
45
|
"sortOrder"?: ListWorkRequestErrorsRequest.SortOrder;
|
|
46
46
|
}
|
|
@@ -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/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -26,7 +26,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
26
26
|
*/
|
|
27
27
|
"opcRequestId"?: string;
|
|
28
28
|
/**
|
|
29
|
-
* The value of the
|
|
29
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
30
30
|
*/
|
|
31
31
|
"page"?: string;
|
|
32
32
|
/**
|
|
@@ -40,7 +40,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
|
40
40
|
*/
|
|
41
41
|
"sortBy"?: ListWorkRequestLogsRequest.SortBy;
|
|
42
42
|
/**
|
|
43
|
-
* The sort order to apply, either
|
|
43
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
44
44
|
*/
|
|
45
45
|
"sortOrder"?: ListWorkRequestLogsRequest.SortOrder;
|
|
46
46
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -39,7 +39,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
39
39
|
*/
|
|
40
40
|
"opcRequestId"?: string;
|
|
41
41
|
/**
|
|
42
|
-
* The value of the
|
|
42
|
+
* The value of the {@code opc-next-page} response header from the previous \"List\" call.
|
|
43
43
|
*/
|
|
44
44
|
"page"?: string;
|
|
45
45
|
/**
|
|
@@ -48,7 +48,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
|
48
48
|
*/
|
|
49
49
|
"limit"?: number;
|
|
50
50
|
/**
|
|
51
|
-
* The sort order to apply, either
|
|
51
|
+
* The sort order to apply, either {@code ASC} or {@code DESC}. Default is {@code ASC}.
|
|
52
52
|
*/
|
|
53
53
|
"sortOrder"?: ListWorkRequestsRequest.SortOrder;
|
|
54
54
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdatePrivateApplicationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface UpdatePrivateApplicationRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
35
35
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
36
36
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateServiceCatalogRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -31,7 +31,7 @@ export interface UpdateServiceCatalogRequest extends common.BaseRequest {
|
|
|
31
31
|
*/
|
|
32
32
|
"opcRequestId"?: string;
|
|
33
33
|
/**
|
|
34
|
-
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the {@code if-match} parameter to
|
|
35
35
|
* the value of the etag from a previous GET or POST response for that resource. The resource will be updated or
|
|
36
36
|
* deleted only if the etag you provide matches the resource's current etag value.
|
|
37
37
|
*
|