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.
Files changed (57) hide show
  1. package/lib/client.d.ts +26 -26
  2. package/lib/client.js +26 -26
  3. package/lib/model/create-private-application-details.d.ts +2 -2
  4. package/lib/model/create-service-catalog-details.d.ts +2 -2
  5. package/lib/model/private-application-package-summary.d.ts +1 -1
  6. package/lib/model/private-application-package.d.ts +1 -1
  7. package/lib/model/private-application-summary.d.ts +1 -1
  8. package/lib/model/private-application.d.ts +4 -4
  9. package/lib/model/service-catalog-summary.d.ts +1 -1
  10. package/lib/model/service-catalog.d.ts +4 -4
  11. package/lib/model/update-private-application-details.d.ts +2 -2
  12. package/lib/model/update-service-catalog-details.d.ts +2 -2
  13. package/lib/request/bulk-replace-service-catalog-associations-request.d.ts +2 -2
  14. package/lib/request/change-private-application-compartment-request.d.ts +2 -2
  15. package/lib/request/change-service-catalog-compartment-request.d.ts +2 -2
  16. package/lib/request/create-private-application-request.d.ts +1 -1
  17. package/lib/request/create-service-catalog-association-request.d.ts +1 -1
  18. package/lib/request/create-service-catalog-request.d.ts +1 -1
  19. package/lib/request/delete-private-application-request.d.ts +2 -2
  20. package/lib/request/delete-service-catalog-association-request.d.ts +2 -2
  21. package/lib/request/delete-service-catalog-request.d.ts +2 -2
  22. package/lib/request/get-private-application-action-download-logo-request.d.ts +1 -1
  23. package/lib/request/get-private-application-package-action-download-config-request.d.ts +1 -1
  24. package/lib/request/get-private-application-package-request.d.ts +1 -1
  25. package/lib/request/get-private-application-request.d.ts +1 -1
  26. package/lib/request/get-service-catalog-association-request.d.ts +1 -1
  27. package/lib/request/get-service-catalog-request.d.ts +1 -1
  28. package/lib/request/get-work-request-request.d.ts +1 -1
  29. package/lib/request/list-applications-request.d.ts +4 -4
  30. package/lib/request/list-private-application-packages-request.d.ts +4 -4
  31. package/lib/request/list-private-applications-request.d.ts +4 -4
  32. package/lib/request/list-service-catalog-associations-request.d.ts +4 -4
  33. package/lib/request/list-service-catalogs-request.d.ts +4 -4
  34. package/lib/request/list-work-request-errors-request.d.ts +3 -3
  35. package/lib/request/list-work-request-logs-request.d.ts +3 -3
  36. package/lib/request/list-work-requests-request.d.ts +3 -3
  37. package/lib/request/update-private-application-request.d.ts +2 -2
  38. package/lib/request/update-service-catalog-request.d.ts +2 -2
  39. package/lib/response/create-private-application-response.d.ts +1 -1
  40. package/lib/response/create-service-catalog-association-response.d.ts +1 -1
  41. package/lib/response/create-service-catalog-response.d.ts +1 -1
  42. package/lib/response/get-private-application-package-response.d.ts +1 -1
  43. package/lib/response/get-private-application-response.d.ts +1 -1
  44. package/lib/response/get-service-catalog-association-response.d.ts +1 -1
  45. package/lib/response/get-service-catalog-response.d.ts +1 -1
  46. package/lib/response/get-work-request-response.d.ts +1 -1
  47. package/lib/response/list-applications-response.d.ts +1 -1
  48. package/lib/response/list-private-application-packages-response.d.ts +1 -1
  49. package/lib/response/list-private-applications-response.d.ts +1 -1
  50. package/lib/response/list-service-catalog-associations-response.d.ts +1 -1
  51. package/lib/response/list-service-catalogs-response.d.ts +1 -1
  52. package/lib/response/list-work-request-errors-response.d.ts +1 -1
  53. package/lib/response/list-work-request-logs-response.d.ts +1 -1
  54. package/lib/response/list-work-requests-response.d.ts +1 -1
  55. package/lib/response/update-private-application-response.d.ts +1 -1
  56. package/lib/response/update-service-catalog-response.d.ts +1 -1
  57. 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: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
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: `{\"bar-key\": \"value\"}`
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: `{\"foo-namespace\": {\"bar-key\": \"value\"}}`
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: `{\"bar-key\": \"value\"}`
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.76.1/servicecatalog/BulkReplaceServiceCatalogAssociations.ts.html |here} to see how to use BulkReplaceServiceCatalogAssociationsRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/ChangePrivateApplicationCompartment.ts.html |here} to see how to use ChangePrivateApplicationCompartmentRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/ChangeServiceCatalogCompartment.ts.html |here} to see how to use ChangeServiceCatalogCompartmentRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/CreatePrivateApplication.ts.html |here} to see how to use CreatePrivateApplicationRequest.
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.76.1/servicecatalog/CreateServiceCatalogAssociation.ts.html |here} to see how to use CreateServiceCatalogAssociationRequest.
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.76.1/servicecatalog/CreateServiceCatalog.ts.html |here} to see how to use CreateServiceCatalogRequest.
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.76.1/servicecatalog/DeletePrivateApplication.ts.html |here} to see how to use DeletePrivateApplicationRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/DeleteServiceCatalogAssociation.ts.html |here} to see how to use DeleteServiceCatalogAssociationRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/DeleteServiceCatalog.ts.html |here} to see how to use DeleteServiceCatalogRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/GetPrivateApplicationActionDownloadLogo.ts.html |here} to see how to use GetPrivateApplicationActionDownloadLogoRequest.
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.76.1/servicecatalog/GetPrivateApplicationPackageActionDownloadConfig.ts.html |here} to see how to use GetPrivateApplicationPackageActionDownloadConfigRequest.
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.76.1/servicecatalog/GetPrivateApplicationPackage.ts.html |here} to see how to use GetPrivateApplicationPackageRequest.
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.76.1/servicecatalog/GetPrivateApplication.ts.html |here} to see how to use GetPrivateApplicationRequest.
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.76.1/servicecatalog/GetServiceCatalogAssociation.ts.html |here} to see how to use GetServiceCatalogAssociationRequest.
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.76.1/servicecatalog/GetServiceCatalog.ts.html |here} to see how to use GetServiceCatalogRequest.
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.76.1/servicecatalog/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
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.76.1/servicecatalog/ListApplications.ts.html |here} to see how to use ListApplicationsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `false` or is omitted, then all resources will be returned.
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 `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListPrivateApplicationPackages.ts.html |here} to see how to use ListPrivateApplicationPackagesRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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
- * `TIMECREATED` displays results in descending order by default. You can change your
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 `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListPrivateApplications.ts.html |here} to see how to use ListPrivateApplicationsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `TIMECREATED`.
43
+ * Default is {@code TIMECREATED}.
44
44
  *
45
45
  */
46
46
  "sortBy"?: ListPrivateApplicationsRequest.SortBy;
47
47
  /**
48
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListServiceCatalogAssociations.ts.html |here} to see how to use ListServiceCatalogAssociationsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `ASC` or `DESC`. Default is `ASC`.
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 `TIMECREATED`
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.76.1/servicecatalog/ListServiceCatalogs.ts.html |here} to see how to use ListServiceCatalogsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `TIMECREATED`
42
+ * Default is {@code TIMECREATED}
43
43
  */
44
44
  "sortBy"?: ListServiceCatalogsRequest.SortBy;
45
45
  /**
46
- * The sort order to apply, either `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
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 `opc-next-page` response header from the previous \"List\" call.
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 `ASC` or `DESC`. Default is `ASC`.
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.76.1/servicecatalog/UpdatePrivateApplication.ts.html |here} to see how to use UpdatePrivateApplicationRequest.
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 `if-match` parameter to
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.76.1/servicecatalog/UpdateServiceCatalog.ts.html |here} to see how to use UpdateServiceCatalogRequest.
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 `if-match` parameter to
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
  *
@@ -24,7 +24,7 @@ export interface CreatePrivateApplicationResponse {
24
24
  */
25
25
  "opcWorkRequestId": string;
26
26
  /**
27
- * For optimistic concurrency control. See `if-match`.
27
+ * For optimistic concurrency control. See {@code if-match}.
28
28
  *
29
29
  */
30
30
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateServiceCatalogAssociationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface CreateServiceCatalogResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPrivateApplicationPackageResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetPrivateApplicationResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetServiceCatalogAssociationResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -19,7 +19,7 @@ export interface GetServiceCatalogResponse {
19
19
  */
20
20
  "opcRequestId": string;
21
21
  /**
22
- * For optimistic concurrency control. See `if-match`.
22
+ * For optimistic concurrency control. See {@code if-match}.
23
23
  *
24
24
  */
25
25
  "etag": string;
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  export interface GetWorkRequestResponse {
15
15
  /**
16
- * For optimistic concurrency control. See `if-match`.
16
+ * For optimistic concurrency control. See {@code if-match}.
17
17
  *
18
18
  */
19
19
  "etag": string;