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.
- package/lib/client.d.ts +57 -51
- package/lib/client.js +59 -50
- package/lib/client.js.map +1 -1
- package/lib/model/bucket-summary.d.ts +2 -2
- package/lib/model/bucket.d.ts +17 -17
- package/lib/model/create-bucket-details.d.ts +11 -11
- package/lib/model/list-objects.d.ts +1 -1
- package/lib/model/update-bucket-details.d.ts +12 -12
- package/lib/request/abort-multipart-upload-request.d.ts +3 -3
- package/lib/request/cancel-work-request-request.d.ts +1 -1
- package/lib/request/commit-multipart-upload-request.d.ts +3 -3
- package/lib/request/copy-object-request.d.ts +2 -2
- package/lib/request/create-bucket-request.d.ts +1 -1
- package/lib/request/create-multipart-upload-request.d.ts +2 -2
- package/lib/request/create-preauthenticated-request-request.d.ts +2 -2
- package/lib/request/create-replication-policy-request.d.ts +2 -2
- package/lib/request/create-retention-rule-request.d.ts +2 -2
- package/lib/request/delete-bucket-request.d.ts +2 -2
- package/lib/request/delete-object-lifecycle-policy-request.d.ts +2 -2
- package/lib/request/delete-object-request.d.ts +3 -3
- package/lib/request/delete-preauthenticated-request-request.d.ts +2 -2
- package/lib/request/delete-replication-policy-request.d.ts +2 -2
- package/lib/request/delete-retention-rule-request.d.ts +2 -2
- package/lib/request/get-bucket-request.d.ts +2 -2
- package/lib/request/get-namespace-metadata-request.d.ts +1 -1
- package/lib/request/get-namespace-request.d.ts +1 -1
- package/lib/request/get-object-lifecycle-policy-request.d.ts +2 -2
- package/lib/request/get-object-request.d.ts +3 -3
- package/lib/request/get-preauthenticated-request-request.d.ts +2 -2
- package/lib/request/get-replication-policy-request.d.ts +2 -2
- package/lib/request/get-retention-rule-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/head-bucket-request.d.ts +2 -2
- package/lib/request/head-object-request.d.ts +3 -3
- package/lib/request/list-buckets-request.d.ts +2 -2
- package/lib/request/list-multipart-upload-parts-request.d.ts +4 -4
- package/lib/request/list-multipart-uploads-request.d.ts +3 -3
- package/lib/request/list-object-versions-request.d.ts +3 -3
- package/lib/request/list-objects-request.d.ts +2 -2
- package/lib/request/list-preauthenticated-requests-request.d.ts +3 -3
- package/lib/request/list-replication-policies-request.d.ts +3 -3
- package/lib/request/list-replication-sources-request.d.ts +3 -3
- package/lib/request/list-retention-rules-request.d.ts +3 -3
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/make-bucket-writable-request.d.ts +2 -2
- package/lib/request/put-object-lifecycle-policy-request.d.ts +2 -2
- package/lib/request/put-object-request.d.ts +4 -4
- package/lib/request/reencrypt-bucket-request.d.ts +2 -2
- package/lib/request/reencrypt-object-request.d.ts +3 -3
- package/lib/request/rename-object-request.d.ts +2 -2
- package/lib/request/restore-objects-request.d.ts +2 -2
- package/lib/request/update-bucket-request.d.ts +2 -2
- package/lib/request/update-namespace-metadata-request.d.ts +1 -1
- package/lib/request/update-object-storage-tier-request.d.ts +2 -2
- package/lib/request/update-retention-rule-request.d.ts +2 -2
- package/lib/request/upload-part-request.d.ts +4 -4
- package/lib/response/delete-object-response.d.ts +3 -3
- package/lib/response/list-buckets-response.d.ts +2 -2
- package/lib/response/list-multipart-upload-parts-response.d.ts +2 -2
- package/lib/response/list-multipart-uploads-response.d.ts +2 -2
- package/lib/response/list-object-versions-response.d.ts +2 -2
- package/lib/response/list-preauthenticated-requests-response.d.ts +2 -2
- package/lib/response/list-replication-policies-response.d.ts +2 -2
- package/lib/response/list-replication-sources-response.d.ts +2 -2
- package/lib/response/list-retention-rules-response.d.ts +2 -2
- package/lib/response/list-work-request-errors-response.d.ts +2 -2
- package/lib/response/list-work-request-logs-response.d.ts +2 -2
- package/lib/response/list-work-requests-response.d.ts +2 -2
- 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.
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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.
|
|
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
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
24
|
+
* Example: {@code my-new-bucket1}
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
"bucketName": string;
|
|
28
28
|
/**
|
|
29
|
-
* For list pagination. The value of the
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
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.
|
|
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.
|
|
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:
|
|
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.
|
|
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:
|
|
25
|
+
* Example: {@code my-new-bucket1}
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
"bucketName": string;
|