oci-objectstorage 2.76.1 → 2.77.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (71) hide show
  1. package/lib/client.d.ts +57 -51
  2. package/lib/client.js +59 -50
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/bucket-summary.d.ts +2 -2
  5. package/lib/model/bucket.d.ts +17 -17
  6. package/lib/model/create-bucket-details.d.ts +11 -11
  7. package/lib/model/list-objects.d.ts +1 -1
  8. package/lib/model/update-bucket-details.d.ts +12 -12
  9. package/lib/request/abort-multipart-upload-request.d.ts +3 -3
  10. package/lib/request/cancel-work-request-request.d.ts +1 -1
  11. package/lib/request/commit-multipart-upload-request.d.ts +3 -3
  12. package/lib/request/copy-object-request.d.ts +2 -2
  13. package/lib/request/create-bucket-request.d.ts +1 -1
  14. package/lib/request/create-multipart-upload-request.d.ts +2 -2
  15. package/lib/request/create-preauthenticated-request-request.d.ts +2 -2
  16. package/lib/request/create-replication-policy-request.d.ts +2 -2
  17. package/lib/request/create-retention-rule-request.d.ts +2 -2
  18. package/lib/request/delete-bucket-request.d.ts +2 -2
  19. package/lib/request/delete-object-lifecycle-policy-request.d.ts +2 -2
  20. package/lib/request/delete-object-request.d.ts +3 -3
  21. package/lib/request/delete-preauthenticated-request-request.d.ts +2 -2
  22. package/lib/request/delete-replication-policy-request.d.ts +2 -2
  23. package/lib/request/delete-retention-rule-request.d.ts +2 -2
  24. package/lib/request/get-bucket-request.d.ts +2 -2
  25. package/lib/request/get-namespace-metadata-request.d.ts +1 -1
  26. package/lib/request/get-namespace-request.d.ts +1 -1
  27. package/lib/request/get-object-lifecycle-policy-request.d.ts +2 -2
  28. package/lib/request/get-object-request.d.ts +3 -3
  29. package/lib/request/get-preauthenticated-request-request.d.ts +2 -2
  30. package/lib/request/get-replication-policy-request.d.ts +2 -2
  31. package/lib/request/get-retention-rule-request.d.ts +2 -2
  32. package/lib/request/get-work-request-request.d.ts +1 -1
  33. package/lib/request/head-bucket-request.d.ts +2 -2
  34. package/lib/request/head-object-request.d.ts +3 -3
  35. package/lib/request/list-buckets-request.d.ts +2 -2
  36. package/lib/request/list-multipart-upload-parts-request.d.ts +4 -4
  37. package/lib/request/list-multipart-uploads-request.d.ts +3 -3
  38. package/lib/request/list-object-versions-request.d.ts +3 -3
  39. package/lib/request/list-objects-request.d.ts +2 -2
  40. package/lib/request/list-preauthenticated-requests-request.d.ts +3 -3
  41. package/lib/request/list-replication-policies-request.d.ts +3 -3
  42. package/lib/request/list-replication-sources-request.d.ts +3 -3
  43. package/lib/request/list-retention-rules-request.d.ts +3 -3
  44. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  45. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  46. package/lib/request/list-work-requests-request.d.ts +2 -2
  47. package/lib/request/make-bucket-writable-request.d.ts +2 -2
  48. package/lib/request/put-object-lifecycle-policy-request.d.ts +2 -2
  49. package/lib/request/put-object-request.d.ts +4 -4
  50. package/lib/request/reencrypt-bucket-request.d.ts +2 -2
  51. package/lib/request/reencrypt-object-request.d.ts +3 -3
  52. package/lib/request/rename-object-request.d.ts +2 -2
  53. package/lib/request/restore-objects-request.d.ts +2 -2
  54. package/lib/request/update-bucket-request.d.ts +2 -2
  55. package/lib/request/update-namespace-metadata-request.d.ts +1 -1
  56. package/lib/request/update-object-storage-tier-request.d.ts +2 -2
  57. package/lib/request/update-retention-rule-request.d.ts +2 -2
  58. package/lib/request/upload-part-request.d.ts +4 -4
  59. package/lib/response/delete-object-response.d.ts +3 -3
  60. package/lib/response/list-buckets-response.d.ts +2 -2
  61. package/lib/response/list-multipart-upload-parts-response.d.ts +2 -2
  62. package/lib/response/list-multipart-uploads-response.d.ts +2 -2
  63. package/lib/response/list-object-versions-response.d.ts +2 -2
  64. package/lib/response/list-preauthenticated-requests-response.d.ts +2 -2
  65. package/lib/response/list-replication-policies-response.d.ts +2 -2
  66. package/lib/response/list-replication-sources-response.d.ts +2 -2
  67. package/lib/response/list-retention-rules-response.d.ts +2 -2
  68. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  69. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  70. package/lib/response/list-work-requests-response.d.ts +2 -2
  71. package/package.json +3 -3
@@ -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/objectstorage/GetReplicationPolicy.ts.html |here} to see how to use GetReplicationPolicyRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/GetReplicationPolicy.ts.html |here} to see how to use GetReplicationPolicyRequest.
16
16
  */
17
17
  export interface GetReplicationPolicyRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface GetReplicationPolicyRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/GetRetentionRule.ts.html |here} to see how to use GetRetentionRuleRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/GetRetentionRule.ts.html |here} to see how to use GetRetentionRuleRequest.
16
16
  */
17
17
  export interface GetRetentionRuleRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface GetRetentionRuleRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/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.1/objectstorage/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest 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/objectstorage/HeadBucket.ts.html |here} to see how to use HeadBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/HeadBucket.ts.html |here} to see how to use HeadBucketRequest.
16
16
  */
17
17
  export interface HeadBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface HeadBucketRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/HeadObject.ts.html |here} to see how to use HeadObjectRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/HeadObject.ts.html |here} to see how to use HeadObjectRequest.
16
16
  */
17
17
  export interface HeadObjectRequest extends common.BaseRequest {
18
18
  /**
@@ -21,13 +21,13 @@ export interface HeadObjectRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
28
28
  /**
29
29
  * The name of the object. Avoid entering confidential information.
30
- * Example: `test/object1.log`
30
+ * Example: {@code test/object1.log}
31
31
  *
32
32
  */
33
33
  "objectName": string;
@@ -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/objectstorage/ListBuckets.ts.html |here} to see how to use ListBucketsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListBuckets.ts.html |here} to see how to use ListBucketsRequest.
16
16
  */
17
17
  export interface ListBucketsRequest extends common.BaseRequest {
18
18
  /**
@@ -31,7 +31,7 @@ export interface ListBucketsRequest extends common.BaseRequest {
31
31
  */
32
32
  "limit"?: number;
33
33
  /**
34
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
34
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
35
35
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
36
36
  *
37
37
  */
@@ -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/objectstorage/ListMultipartUploadParts.ts.html |here} to see how to use ListMultipartUploadPartsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListMultipartUploadParts.ts.html |here} to see how to use ListMultipartUploadPartsRequest.
16
16
  */
17
17
  export interface ListMultipartUploadPartsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,13 +21,13 @@ export interface ListMultipartUploadPartsRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
28
28
  /**
29
29
  * The name of the object. Avoid entering confidential information.
30
- * Example: `test/object1.log`
30
+ * Example: {@code test/object1.log}
31
31
  *
32
32
  */
33
33
  "objectName": string;
@@ -43,7 +43,7 @@ export interface ListMultipartUploadPartsRequest extends common.BaseRequest {
43
43
  */
44
44
  "limit"?: number;
45
45
  /**
46
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
46
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
47
47
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
48
48
  *
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/objectstorage/ListMultipartUploads.ts.html |here} to see how to use ListMultipartUploadsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListMultipartUploads.ts.html |here} to see how to use ListMultipartUploadsRequest.
16
16
  */
17
17
  export interface ListMultipartUploadsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListMultipartUploadsRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -33,7 +33,7 @@ export interface ListMultipartUploadsRequest extends common.BaseRequest {
33
33
  */
34
34
  "limit"?: number;
35
35
  /**
36
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
36
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
37
37
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
38
38
  *
39
39
  */
@@ -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/objectstorage/ListObjectVersions.ts.html |here} to see how to use ListObjectVersionsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListObjectVersions.ts.html |here} to see how to use ListObjectVersionsRequest.
16
16
  */
17
17
  export interface ListObjectVersionsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListObjectVersionsRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -71,7 +71,7 @@ export interface ListObjectVersionsRequest extends common.BaseRequest {
71
71
  */
72
72
  "startAfter"?: string;
73
73
  /**
74
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
74
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
75
75
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
76
76
  *
77
77
  */
@@ -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/objectstorage/ListObjects.ts.html |here} to see how to use ListObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListObjects.ts.html |here} to see how to use ListObjectsRequest.
16
16
  */
17
17
  export interface ListObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListObjectsRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/ListPreauthenticatedRequests.ts.html |here} to see how to use ListPreauthenticatedRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListPreauthenticatedRequests.ts.html |here} to see how to use ListPreauthenticatedRequestsRequest.
16
16
  */
17
17
  export interface ListPreauthenticatedRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListPreauthenticatedRequestsRequest extends common.BaseRequest
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -37,7 +37,7 @@ export interface ListPreauthenticatedRequestsRequest extends common.BaseRequest
37
37
  */
38
38
  "limit"?: number;
39
39
  /**
40
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
40
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
41
41
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
42
42
  *
43
43
  */
@@ -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/objectstorage/ListReplicationPolicies.ts.html |here} to see how to use ListReplicationPoliciesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListReplicationPolicies.ts.html |here} to see how to use ListReplicationPoliciesRequest.
16
16
  */
17
17
  export interface ListReplicationPoliciesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListReplicationPoliciesRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -30,7 +30,7 @@ export interface ListReplicationPoliciesRequest extends common.BaseRequest {
30
30
  */
31
31
  "opcClientRequestId"?: string;
32
32
  /**
33
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
33
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
34
34
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
36
36
  */
@@ -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/objectstorage/ListReplicationSources.ts.html |here} to see how to use ListReplicationSourcesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListReplicationSources.ts.html |here} to see how to use ListReplicationSourcesRequest.
16
16
  */
17
17
  export interface ListReplicationSourcesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ListReplicationSourcesRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -30,7 +30,7 @@ export interface ListReplicationSourcesRequest extends common.BaseRequest {
30
30
  */
31
31
  "opcClientRequestId"?: string;
32
32
  /**
33
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
33
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
34
34
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
35
35
  *
36
36
  */
@@ -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/objectstorage/ListRetentionRules.ts.html |here} to see how to use ListRetentionRulesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListRetentionRules.ts.html |here} to see how to use ListRetentionRulesRequest.
16
16
  */
17
17
  export interface ListRetentionRulesRequest extends common.BaseRequest {
18
18
  /**
@@ -21,12 +21,12 @@ export interface ListRetentionRulesRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
28
28
  /**
29
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
29
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
30
30
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
31
31
  *
32
32
  */
@@ -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/objectstorage/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.1/objectstorage/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
16
  */
17
17
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
23
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
23
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
24
24
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
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/objectstorage/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.1/objectstorage/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
16
  */
17
17
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
18
18
  /**
@@ -20,7 +20,7 @@ export interface ListWorkRequestLogsRequest extends common.BaseRequest {
20
20
  */
21
21
  "workRequestId": string;
22
22
  /**
23
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
23
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
24
24
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
25
25
  *
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/objectstorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
16
  */
17
17
  export interface ListWorkRequestsRequest extends common.BaseRequest {
18
18
  /**
@@ -24,7 +24,7 @@ export interface ListWorkRequestsRequest extends common.BaseRequest {
24
24
  */
25
25
  "opcClientRequestId"?: string;
26
26
  /**
27
- * For list pagination. The value of the `opc-next-page` response header from the previous \"List\" call. For important
27
+ * For list pagination. The value of the {@code opc-next-page} response header from the previous \"List\" call. For important
28
28
  * details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
29
29
  *
30
30
  */
@@ -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/objectstorage/MakeBucketWritable.ts.html |here} to see how to use MakeBucketWritableRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/MakeBucketWritable.ts.html |here} to see how to use MakeBucketWritableRequest.
16
16
  */
17
17
  export interface MakeBucketWritableRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface MakeBucketWritableRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/PutObjectLifecyclePolicy.ts.html |here} to see how to use PutObjectLifecyclePolicyRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/PutObjectLifecyclePolicy.ts.html |here} to see how to use PutObjectLifecyclePolicyRequest.
17
17
  */
18
18
  export interface PutObjectLifecyclePolicyRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface PutObjectLifecyclePolicyRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
@@ -15,7 +15,7 @@ import * as model from "../model";
15
15
  import common = require("oci-common");
16
16
  import stream = require("stream");
17
17
  /**
18
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/objectstorage/PutObject.ts.html |here} to see how to use PutObjectRequest.
18
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/PutObject.ts.html |here} to see how to use PutObjectRequest.
19
19
  */
20
20
  export interface PutObjectRequest extends common.BaseRequest {
21
21
  /**
@@ -24,13 +24,13 @@ export interface PutObjectRequest extends common.BaseRequest {
24
24
  "namespaceName": string;
25
25
  /**
26
26
  * The name of the bucket. Avoid entering confidential information.
27
- * Example: `my-new-bucket1`
27
+ * Example: {@code my-new-bucket1}
28
28
  *
29
29
  */
30
30
  "bucketName": string;
31
31
  /**
32
32
  * The name of the object. Avoid entering confidential information.
33
- * Example: `test/object1.log`
33
+ * Example: {@code test/object1.log}
34
34
  *
35
35
  */
36
36
  "objectName": string;
@@ -60,7 +60,7 @@ export interface PutObjectRequest extends common.BaseRequest {
60
60
  */
61
61
  "opcClientRequestId"?: string;
62
62
  /**
63
- * A value of `100-continue` requests preliminary verification of the request method, path, and headers before the request body is sent.
63
+ * A value of {@code 100-continue} requests preliminary verification of the request method, path, and headers before the request body is sent.
64
64
  * If no error results from such verification, the server will send a 100 (Continue) interim response to indicate readiness for the request body.
65
65
  * The only allowed value for this parameter is \"100-Continue\" (case-insensitive).
66
66
  *
@@ -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/objectstorage/ReencryptBucket.ts.html |here} to see how to use ReencryptBucketRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ReencryptBucket.ts.html |here} to see how to use ReencryptBucketRequest.
16
16
  */
17
17
  export interface ReencryptBucketRequest extends common.BaseRequest {
18
18
  /**
@@ -21,7 +21,7 @@ export interface ReencryptBucketRequest extends common.BaseRequest {
21
21
  "namespaceName": string;
22
22
  /**
23
23
  * The name of the bucket. Avoid entering confidential information.
24
- * Example: `my-new-bucket1`
24
+ * Example: {@code my-new-bucket1}
25
25
  *
26
26
  */
27
27
  "bucketName": string;
@@ -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/objectstorage/ReencryptObject.ts.html |here} to see how to use ReencryptObjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/ReencryptObject.ts.html |here} to see how to use ReencryptObjectRequest.
17
17
  */
18
18
  export interface ReencryptObjectRequest extends common.BaseRequest {
19
19
  /**
@@ -22,13 +22,13 @@ export interface ReencryptObjectRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
29
29
  /**
30
30
  * The name of the object. Avoid entering confidential information.
31
- * Example: `test/object1.log`
31
+ * Example: {@code test/object1.log}
32
32
  *
33
33
  */
34
34
  "objectName": string;
@@ -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/objectstorage/RenameObject.ts.html |here} to see how to use RenameObjectRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/RenameObject.ts.html |here} to see how to use RenameObjectRequest.
17
17
  */
18
18
  export interface RenameObjectRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface RenameObjectRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
@@ -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/objectstorage/RestoreObjects.ts.html |here} to see how to use RestoreObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/RestoreObjects.ts.html |here} to see how to use RestoreObjectsRequest.
17
17
  */
18
18
  export interface RestoreObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface RestoreObjectsRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
@@ -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/objectstorage/UpdateBucket.ts.html |here} to see how to use UpdateBucketRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/UpdateBucket.ts.html |here} to see how to use UpdateBucketRequest.
17
17
  */
18
18
  export interface UpdateBucketRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface UpdateBucketRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
@@ -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/objectstorage/UpdateNamespaceMetadata.ts.html |here} to see how to use UpdateNamespaceMetadataRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/UpdateNamespaceMetadata.ts.html |here} to see how to use UpdateNamespaceMetadataRequest.
17
17
  */
18
18
  export interface UpdateNamespaceMetadataRequest 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/objectstorage/UpdateObjectStorageTier.ts.html |here} to see how to use UpdateObjectStorageTierRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/UpdateObjectStorageTier.ts.html |here} to see how to use UpdateObjectStorageTierRequest.
17
17
  */
18
18
  export interface UpdateObjectStorageTierRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface UpdateObjectStorageTierRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;
@@ -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/objectstorage/UpdateRetentionRule.ts.html |here} to see how to use UpdateRetentionRuleRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.1/objectstorage/UpdateRetentionRule.ts.html |here} to see how to use UpdateRetentionRuleRequest.
17
17
  */
18
18
  export interface UpdateRetentionRuleRequest extends common.BaseRequest {
19
19
  /**
@@ -22,7 +22,7 @@ export interface UpdateRetentionRuleRequest extends common.BaseRequest {
22
22
  "namespaceName": string;
23
23
  /**
24
24
  * The name of the bucket. Avoid entering confidential information.
25
- * Example: `my-new-bucket1`
25
+ * Example: {@code my-new-bucket1}
26
26
  *
27
27
  */
28
28
  "bucketName": string;