oci-objectstorage 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 (70) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  3. package/lib/model/bucket-summary.d.ts +2 -2
  4. package/lib/model/bucket.d.ts +17 -17
  5. package/lib/model/create-bucket-details.d.ts +11 -11
  6. package/lib/model/list-objects.d.ts +1 -1
  7. package/lib/model/update-bucket-details.d.ts +12 -12
  8. package/lib/request/abort-multipart-upload-request.d.ts +3 -3
  9. package/lib/request/cancel-work-request-request.d.ts +1 -1
  10. package/lib/request/commit-multipart-upload-request.d.ts +3 -3
  11. package/lib/request/copy-object-request.d.ts +2 -2
  12. package/lib/request/create-bucket-request.d.ts +1 -1
  13. package/lib/request/create-multipart-upload-request.d.ts +2 -2
  14. package/lib/request/create-preauthenticated-request-request.d.ts +2 -2
  15. package/lib/request/create-replication-policy-request.d.ts +2 -2
  16. package/lib/request/create-retention-rule-request.d.ts +2 -2
  17. package/lib/request/delete-bucket-request.d.ts +2 -2
  18. package/lib/request/delete-object-lifecycle-policy-request.d.ts +2 -2
  19. package/lib/request/delete-object-request.d.ts +3 -3
  20. package/lib/request/delete-preauthenticated-request-request.d.ts +2 -2
  21. package/lib/request/delete-replication-policy-request.d.ts +2 -2
  22. package/lib/request/delete-retention-rule-request.d.ts +2 -2
  23. package/lib/request/get-bucket-request.d.ts +2 -2
  24. package/lib/request/get-namespace-metadata-request.d.ts +1 -1
  25. package/lib/request/get-namespace-request.d.ts +1 -1
  26. package/lib/request/get-object-lifecycle-policy-request.d.ts +2 -2
  27. package/lib/request/get-object-request.d.ts +3 -3
  28. package/lib/request/get-preauthenticated-request-request.d.ts +2 -2
  29. package/lib/request/get-replication-policy-request.d.ts +2 -2
  30. package/lib/request/get-retention-rule-request.d.ts +2 -2
  31. package/lib/request/get-work-request-request.d.ts +1 -1
  32. package/lib/request/head-bucket-request.d.ts +2 -2
  33. package/lib/request/head-object-request.d.ts +3 -3
  34. package/lib/request/list-buckets-request.d.ts +2 -2
  35. package/lib/request/list-multipart-upload-parts-request.d.ts +4 -4
  36. package/lib/request/list-multipart-uploads-request.d.ts +3 -3
  37. package/lib/request/list-object-versions-request.d.ts +3 -3
  38. package/lib/request/list-objects-request.d.ts +2 -2
  39. package/lib/request/list-preauthenticated-requests-request.d.ts +3 -3
  40. package/lib/request/list-replication-policies-request.d.ts +3 -3
  41. package/lib/request/list-replication-sources-request.d.ts +3 -3
  42. package/lib/request/list-retention-rules-request.d.ts +3 -3
  43. package/lib/request/list-work-request-errors-request.d.ts +2 -2
  44. package/lib/request/list-work-request-logs-request.d.ts +2 -2
  45. package/lib/request/list-work-requests-request.d.ts +2 -2
  46. package/lib/request/make-bucket-writable-request.d.ts +2 -2
  47. package/lib/request/put-object-lifecycle-policy-request.d.ts +2 -2
  48. package/lib/request/put-object-request.d.ts +4 -4
  49. package/lib/request/reencrypt-bucket-request.d.ts +2 -2
  50. package/lib/request/reencrypt-object-request.d.ts +3 -3
  51. package/lib/request/rename-object-request.d.ts +2 -2
  52. package/lib/request/restore-objects-request.d.ts +2 -2
  53. package/lib/request/update-bucket-request.d.ts +2 -2
  54. package/lib/request/update-namespace-metadata-request.d.ts +1 -1
  55. package/lib/request/update-object-storage-tier-request.d.ts +2 -2
  56. package/lib/request/update-retention-rule-request.d.ts +2 -2
  57. package/lib/request/upload-part-request.d.ts +4 -4
  58. package/lib/response/delete-object-response.d.ts +3 -3
  59. package/lib/response/list-buckets-response.d.ts +2 -2
  60. package/lib/response/list-multipart-upload-parts-response.d.ts +2 -2
  61. package/lib/response/list-multipart-uploads-response.d.ts +2 -2
  62. package/lib/response/list-object-versions-response.d.ts +2 -2
  63. package/lib/response/list-preauthenticated-requests-response.d.ts +2 -2
  64. package/lib/response/list-replication-policies-response.d.ts +2 -2
  65. package/lib/response/list-replication-sources-response.d.ts +2 -2
  66. package/lib/response/list-retention-rules-response.d.ts +2 -2
  67. package/lib/response/list-work-request-errors-response.d.ts +2 -2
  68. package/lib/response/list-work-request-logs-response.d.ts +2 -2
  69. package/lib/response/list-work-requests-response.d.ts +2 -2
  70. 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/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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;
@@ -14,7 +14,7 @@
14
14
  import common = require("oci-common");
15
15
  import stream = require("stream");
16
16
  /**
17
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.76.1/objectstorage/UploadPart.ts.html |here} to see how to use UploadPartRequest.
17
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/UploadPart.ts.html |here} to see how to use UploadPartRequest.
18
18
  */
19
19
  export interface UploadPartRequest extends common.BaseRequest {
20
20
  /**
@@ -23,13 +23,13 @@ export interface UploadPartRequest extends common.BaseRequest {
23
23
  "namespaceName": string;
24
24
  /**
25
25
  * The name of the bucket. Avoid entering confidential information.
26
- * Example: `my-new-bucket1`
26
+ * Example: {@code my-new-bucket1}
27
27
  *
28
28
  */
29
29
  "bucketName": string;
30
30
  /**
31
31
  * The name of the object. Avoid entering confidential information.
32
- * Example: `test/object1.log`
32
+ * Example: {@code test/object1.log}
33
33
  *
34
34
  */
35
35
  "objectName": string;
@@ -67,7 +67,7 @@ export interface UploadPartRequest extends common.BaseRequest {
67
67
  */
68
68
  "ifNoneMatch"?: string;
69
69
  /**
70
- * A value of `100-continue` requests preliminary verification of the request method, path, and headers before the request body is sent.
70
+ * A value of {@code 100-continue} requests preliminary verification of the request method, path, and headers before the request body is sent.
71
71
  * If no error results from such verification, the server will send a 100 (Continue) interim response to indicate readiness for the request body.
72
72
  * The only allowed value for this parameter is \"100-Continue\" (case-insensitive).
73
73
  *
@@ -26,13 +26,13 @@ export interface DeleteObjectResponse {
26
26
  */
27
27
  "lastModified": Date;
28
28
  /**
29
- * The `versionId` of the delete marker created as a result of the DELETE Object.
30
- * If the request contains a specific `versionId`, then this response header will be the same as the requested `versionId` of the object that was deleted.
29
+ * The {@code versionId} of the delete marker created as a result of the DELETE Object.
30
+ * If the request contains a specific {@code versionId}, then this response header will be the same as the requested {@code versionId} of the object that was deleted.
31
31
  *
32
32
  */
33
33
  "versionId": string;
34
34
  /**
35
- * This is `true` if the deleted object is a delete marker, otherwise `false`
35
+ * This is {@code true} if the deleted object is a delete marker, otherwise {@code false}
36
36
  *
37
37
  */
38
38
  "isDeleteMarker": boolean;
@@ -25,8 +25,8 @@ export interface ListBucketsResponse {
25
25
  /**
26
26
  * For paginating a list of buckets.
27
27
  * In the GET request, set the limit to the number of buckets items that you want returned in the response.
28
- * If the `opc-next-page` header appears in the response, then this is a partial list and there are additional
29
- * buckets to get. Include the header's value as the `page` parameter in the subsequent GET request to get the
28
+ * If the {@code opc-next-page} header appears in the response, then this is a partial list and there are additional
29
+ * buckets to get. Include the header's value as the {@code page} parameter in the subsequent GET request to get the
30
30
  * next batch of buckets. Repeat this process to retrieve the entire list of buckets.
31
31
  * By default, the page limit is set to 25 buckets per page, but you can specify a value from 1 to 1000.
32
32
  * <p>
@@ -25,8 +25,8 @@ export interface ListMultipartUploadPartsResponse {
25
25
  /**
26
26
  * For paginating a list of multipart upload parts.
27
27
  * In the GET request, set the limit to the number of multipart upload parts that you want returned in the
28
- * response. If the `opc-next-page` header appears in the response, then this is a partial list and there are
29
- * additional multipart upload parts to get. Include the header's value as the `page` parameter in the subsequent
28
+ * response. If the {@code opc-next-page} header appears in the response, then this is a partial list and there are
29
+ * additional multipart upload parts to get. Include the header's value as the {@code page} parameter in the subsequent
30
30
  * GET request to get the next batch of multipart upload parts. Repeat this process to retrieve the entire list
31
31
  * of multipart upload parts.
32
32
  * <p>
@@ -25,8 +25,8 @@ export interface ListMultipartUploadsResponse {
25
25
  /**
26
26
  * For paginating a list of multipart uploads.
27
27
  * In the GET request, set the limit to the number of multipart uploads that you want returned in the response.
28
- * If the `opc-next-page` header appears in the response, then this is a partial list and there are
29
- * additional multipart uploads to get. Include the header's value as the `page` parameter in the subsequent
28
+ * If the {@code opc-next-page} header appears in the response, then this is a partial list and there are
29
+ * additional multipart uploads to get. Include the header's value as the {@code page} parameter in the subsequent
30
30
  * GET request to get the next batch of objects. Repeat this process to retrieve the entire list of
31
31
  * multipart uploads.
32
32
  * <p>
@@ -25,8 +25,8 @@ export interface ListObjectVersionsResponse {
25
25
  /**
26
26
  * For paginating a list of object versions.
27
27
  * In the GET request, set the limit to the number of object versions that you want returned in the response.
28
- * If the `opc-next-page` header appears in the response, then this is a partial list and there are
29
- * additional object versions to get. Include the header's value as the `page` parameter in the subsequent
28
+ * If the {@code opc-next-page} header appears in the response, then this is a partial list and there are
29
+ * additional object versions to get. Include the header's value as the {@code page} parameter in the subsequent
30
30
  * GET request to get the next batch of object versions and prefixes. Repeat this process to retrieve the entire list of
31
31
  * object versions and prefixes.
32
32
  * <p>
@@ -25,8 +25,8 @@ export interface ListPreauthenticatedRequestsResponse {
25
25
  /**
26
26
  * For paginating a list of pre-authenticated requests.
27
27
  * In the GET request, set the limit to the number of pre-authenticated requests that you want returned in
28
- * the response. If the `opc-next-page` header appears in the response, then this is a partial list and there
29
- * are additional pre-authenticated requests to get. Include the header's value as the `page` parameter in
28
+ * the response. If the {@code opc-next-page} header appears in the response, then this is a partial list and there
29
+ * are additional pre-authenticated requests to get. Include the header's value as the {@code page} parameter in
30
30
  * the subsequent GET request to get the next batch of pre-authenticated requests. Repeat this process to
31
31
  * retrieve the entire list of pre-authenticated requests.
32
32
  * <p>
@@ -25,8 +25,8 @@ export interface ListReplicationPoliciesResponse {
25
25
  /**
26
26
  * For paginating a list of replication policies.
27
27
  * In the GET request, set the limit to the number of buckets items that you want returned in the response.
28
- * If the `opc-next-page` header appears in the response, then this is a partial list and there are additional
29
- * policies to get. Include the header's value as the `page` parameter in the subsequent GET request to get the
28
+ * If the {@code opc-next-page} header appears in the response, then this is a partial list and there are additional
29
+ * policies to get. Include the header's value as the {@code page} parameter in the subsequent GET request to get the
30
30
  * next batch of policies. Repeat this process to retrieve the entire list of policies.
31
31
  * <p>
32
32
  For more details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -25,8 +25,8 @@ export interface ListReplicationSourcesResponse {
25
25
  /**
26
26
  * For paginating a list of replication sources.
27
27
  * In the GET request, set the limit to the number of items that you want returned in the response.
28
- * If the `opc-next-page` header appears in the response, then this is a partial list and there are additional
29
- * policies to get. Include the header's value as the `page` parameter in the subsequent GET request to get the
28
+ * If the {@code opc-next-page} header appears in the response, then this is a partial list and there are additional
29
+ * policies to get. Include the header's value as the {@code page} parameter in the subsequent GET request to get the
30
30
  * next batch of policies. Repeat this process to retrieve the entire list of sources.
31
31
  * <p>
32
32
  For more details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -24,9 +24,9 @@ export interface ListRetentionRulesResponse {
24
24
  "opcClientRequestId": string;
25
25
  /**
26
26
  * Paginating a list of retention rules.
27
- * If the `opc-next-page` header appears in the response, it indicates that this is a partial list
27
+ * If the {@code opc-next-page} header appears in the response, it indicates that this is a partial list
28
28
  * of retention rules and there are additional rules to get. Include the value of this header as
29
- * the `page` parameter in a subsequent GET request to get the next set of retention rules.
29
+ * the {@code page} parameter in a subsequent GET request to get the next set of retention rules.
30
30
  * Repeat this process to retrieve the entire list of retention rules.
31
31
  * <p>
32
32
  For more details about how pagination works, see [List Pagination](https://docs.cloud.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
@@ -21,8 +21,8 @@ export interface ListWorkRequestErrorsResponse {
21
21
  /**
22
22
  * For paginating a list of work request errors.
23
23
  * In the GET request, set the limit to the number of work request errors that you want returned in the
24
- * response. If the `opc-next-page` header appears in the response, then this is a partial list and there are
25
- * additional work request errors to get. Include the header's value as the `page` parameter in the subsequent
24
+ * response. If the {@code opc-next-page} header appears in the response, then this is a partial list and there are
25
+ * additional work request errors to get. Include the header's value as the {@code page} parameter in the subsequent
26
26
  * GET request to get the next batch of work request errors. Repeat this process to retrieve the entire list of work
27
27
  * request errors.
28
28
  * <p>
@@ -25,8 +25,8 @@ export interface ListWorkRequestLogsResponse {
25
25
  /**
26
26
  * For paginating a list of work request logs.
27
27
  * In the GET request, set the limit to the number of compartment work requests that you want returned in the
28
- * response. If the `opc-next-page` header appears in the response, then this is a partial list and there are
29
- * additional work requests to get. Include the header's value as the `page` parameter in the subsequent
28
+ * response. If the {@code opc-next-page} header appears in the response, then this is a partial list and there are
29
+ * additional work requests to get. Include the header's value as the {@code page} parameter in the subsequent
30
30
  * GET request to get the next batch of work requests. Repeat this process to retrieve the entire list of work
31
31
  * requests.
32
32
  * <p>