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.
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- 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
|
@@ -42,16 +42,16 @@ export interface UpdateBucketDetails {
|
|
|
42
42
|
[key: string]: string;
|
|
43
43
|
};
|
|
44
44
|
/**
|
|
45
|
-
* The type of public access enabled on this bucket. A bucket is set to
|
|
46
|
-
* authenticated caller to access the bucket and its contents. When
|
|
47
|
-
* is allowed for the
|
|
48
|
-
* on the bucket, public access is allowed for the
|
|
45
|
+
* The type of public access enabled on this bucket. A bucket is set to {@code NoPublicAccess} by default, which only allows an
|
|
46
|
+
* authenticated caller to access the bucket and its contents. When {@code ObjectRead} is enabled on the bucket, public access
|
|
47
|
+
* is allowed for the {@code GetObject}, {@code HeadObject}, and {@code ListObjects} operations. When {@code ObjectReadWithoutList} is enabled
|
|
48
|
+
* on the bucket, public access is allowed for the {@code GetObject} and {@code HeadObject} operations.
|
|
49
49
|
*
|
|
50
50
|
*/
|
|
51
51
|
"publicAccessType"?: UpdateBucketDetails.PublicAccessType;
|
|
52
52
|
/**
|
|
53
|
-
* Whether or not events are emitted for object state changes in this bucket. By default,
|
|
54
|
-
* set to
|
|
53
|
+
* Whether or not events are emitted for object state changes in this bucket. By default, {@code objectEventsEnabled} is
|
|
54
|
+
* set to {@code false}. Set {@code objectEventsEnabled} to {@code true} to emit events for object state changes. For more information
|
|
55
55
|
* about events, see [Overview of Events](https://docs.cloud.oracle.com/Content/Events/Concepts/eventsoverview.htm).
|
|
56
56
|
*
|
|
57
57
|
*/
|
|
@@ -59,7 +59,7 @@ export interface UpdateBucketDetails {
|
|
|
59
59
|
/**
|
|
60
60
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
61
61
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
62
|
-
* Example:
|
|
62
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
63
63
|
*
|
|
64
64
|
*/
|
|
65
65
|
"freeformTags"?: {
|
|
@@ -68,7 +68,7 @@ export interface UpdateBucketDetails {
|
|
|
68
68
|
/**
|
|
69
69
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
70
70
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
71
|
-
* Example:
|
|
71
|
+
* Example: {\"Operations\": {\"CostCenter\": \"42\"}}
|
|
72
72
|
*
|
|
73
73
|
*/
|
|
74
74
|
"definedTags"?: {
|
|
@@ -85,16 +85,16 @@ export interface UpdateBucketDetails {
|
|
|
85
85
|
*/
|
|
86
86
|
"kmsKeyId"?: string;
|
|
87
87
|
/**
|
|
88
|
-
* The versioning status on the bucket. If in state
|
|
89
|
-
* When the object is overwritten or deleted, previous versions will still be available. When versioning is
|
|
88
|
+
* The versioning status on the bucket. If in state {@code Enabled}, multiple versions of the same object can be kept in the bucket.
|
|
89
|
+
* When the object is overwritten or deleted, previous versions will still be available. When versioning is {@code Suspended}, the previous versions will still remain but new versions will no longer be created when overwitten or deleted.
|
|
90
90
|
* Versioning cannot be disabled on a bucket once enabled.
|
|
91
91
|
*
|
|
92
92
|
*/
|
|
93
93
|
"versioning"?: UpdateBucketDetails.Versioning;
|
|
94
94
|
/**
|
|
95
|
-
* The auto tiering status on the bucket. If in state
|
|
95
|
+
* The auto tiering status on the bucket. If in state {@code InfrequentAccess}, objects are transitioned
|
|
96
96
|
* automatically between the 'Standard' and 'InfrequentAccess' tiers based on the access pattern of the objects.
|
|
97
|
-
* When auto tiering is
|
|
97
|
+
* When auto tiering is {@code Disabled}, there will be no automatic transitions between storage tiers.
|
|
98
98
|
*
|
|
99
99
|
*/
|
|
100
100
|
"autoTiering"?: 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.0/objectstorage/AbortMultipartUpload.ts.html |here} to see how to use AbortMultipartUploadRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface AbortMultipartUploadRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,13 +21,13 @@ export interface AbortMultipartUploadRequest 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.0/objectstorage/CancelWorkRequest.ts.html |here} to see how to use CancelWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface CancelWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/CommitMultipartUpload.ts.html |here} to see how to use CommitMultipartUploadRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CommitMultipartUploadRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,13 +22,13 @@ export interface CommitMultipartUploadRequest 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.0/objectstorage/CopyObject.ts.html |here} to see how to use CopyObjectRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CopyObjectRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CopyObjectRequest 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.0/objectstorage/CreateBucket.ts.html |here} to see how to use CreateBucketRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBucketRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/CreateMultipartUpload.ts.html |here} to see how to use CreateMultipartUploadRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateMultipartUploadRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CreateMultipartUploadRequest 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.0/objectstorage/CreatePreauthenticatedRequest.ts.html |here} to see how to use CreatePreauthenticatedRequestRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreatePreauthenticatedRequestRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CreatePreauthenticatedRequestRequest 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.0/objectstorage/CreateReplicationPolicy.ts.html |here} to see how to use CreateReplicationPolicyRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateReplicationPolicyRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CreateReplicationPolicyRequest 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.0/objectstorage/CreateRetentionRule.ts.html |here} to see how to use CreateRetentionRuleRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateRetentionRuleRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -22,7 +22,7 @@ export interface CreateRetentionRuleRequest 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;
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/DeleteBucket.ts.html |here} to see how to use DeleteBucketRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBucketRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteBucketRequest 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.0/objectstorage/DeleteObjectLifecyclePolicy.ts.html |here} to see how to use DeleteObjectLifecyclePolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteObjectLifecyclePolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteObjectLifecyclePolicyRequest 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.0/objectstorage/DeleteObject.ts.html |here} to see how to use DeleteObjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteObjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,13 +21,13 @@ export interface DeleteObjectRequest 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.0/objectstorage/DeletePreauthenticatedRequest.ts.html |here} to see how to use DeletePreauthenticatedRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeletePreauthenticatedRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeletePreauthenticatedRequestRequest 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.0/objectstorage/DeleteReplicationPolicy.ts.html |here} to see how to use DeleteReplicationPolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteReplicationPolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteReplicationPolicyRequest 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.0/objectstorage/DeleteRetentionRule.ts.html |here} to see how to use DeleteRetentionRuleRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteRetentionRuleRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface DeleteRetentionRuleRequest 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.0/objectstorage/GetBucket.ts.html |here} to see how to use GetBucketRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetBucketRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetBucketRequest 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.0/objectstorage/GetNamespaceMetadata.ts.html |here} to see how to use GetNamespaceMetadataRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetNamespaceMetadataRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/GetNamespace.ts.html |here} to see how to use GetNamespaceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetNamespaceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.77.0/objectstorage/GetObjectLifecyclePolicy.ts.html |here} to see how to use GetObjectLifecyclePolicyRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetObjectLifecyclePolicyRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetObjectLifecyclePolicyRequest 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.0/objectstorage/GetObject.ts.html |here} to see how to use GetObjectRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetObjectRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,13 +21,13 @@ export interface GetObjectRequest 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.0/objectstorage/GetPreauthenticatedRequest.ts.html |here} to see how to use GetPreauthenticatedRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetPreauthenticatedRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -21,7 +21,7 @@ export interface GetPreauthenticatedRequestRequest 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.0/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.0/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.0/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.0/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.0/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.0/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.0/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.0/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
|
*/
|