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
package/lib/model/bucket.d.ts
CHANGED
|
@@ -58,24 +58,24 @@ export interface Bucket {
|
|
|
58
58
|
"etag": string;
|
|
59
59
|
/**
|
|
60
60
|
* The type of public access enabled on this bucket.
|
|
61
|
-
* A bucket is set to
|
|
62
|
-
* bucket and its contents. When
|
|
63
|
-
*
|
|
64
|
-
* bucket, public access is allowed for the
|
|
61
|
+
* A bucket is set to {@code NoPublicAccess} by default, which only allows an authenticated caller to access the
|
|
62
|
+
* bucket and its contents. When {@code ObjectRead} is enabled on the bucket, public access is allowed for the
|
|
63
|
+
* {@code GetObject}, {@code HeadObject}, and {@code ListObjects} operations. When {@code ObjectReadWithoutList} is enabled on the
|
|
64
|
+
* bucket, public access is allowed for the {@code GetObject} and {@code HeadObject} operations.
|
|
65
65
|
*
|
|
66
66
|
*/
|
|
67
67
|
"publicAccessType"?: Bucket.PublicAccessType;
|
|
68
68
|
/**
|
|
69
|
-
* The storage tier type assigned to the bucket. A bucket is set to
|
|
70
|
-
* objects uploaded or copied to the bucket will be in the standard storage tier. When the
|
|
69
|
+
* The storage tier type assigned to the bucket. A bucket is set to {@code Standard} tier by default, which means
|
|
70
|
+
* objects uploaded or copied to the bucket will be in the standard storage tier. When the {@code Archive} tier type
|
|
71
71
|
* is set explicitly for a bucket, objects uploaded or copied to the bucket will be stored in archive storage.
|
|
72
|
-
* The
|
|
72
|
+
* The {@code storageTier} property is immutable after bucket is created.
|
|
73
73
|
*
|
|
74
74
|
*/
|
|
75
75
|
"storageTier"?: Bucket.StorageTier;
|
|
76
76
|
/**
|
|
77
|
-
* Whether or not events are emitted for object state changes in this bucket. By default,
|
|
78
|
-
* set to
|
|
77
|
+
* Whether or not events are emitted for object state changes in this bucket. By default, {@code objectEventsEnabled} is
|
|
78
|
+
* set to {@code false}. Set {@code objectEventsEnabled} to {@code true} to emit events for object state changes. For more information
|
|
79
79
|
* about events, see [Overview of Events](https://docs.cloud.oracle.com/Content/Events/Concepts/eventsoverview.htm).
|
|
80
80
|
*
|
|
81
81
|
*/
|
|
@@ -83,7 +83,7 @@ export interface Bucket {
|
|
|
83
83
|
/**
|
|
84
84
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
85
85
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
86
|
-
* Example:
|
|
86
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
87
87
|
*
|
|
88
88
|
*/
|
|
89
89
|
"freeformTags"?: {
|
|
@@ -92,7 +92,7 @@ export interface Bucket {
|
|
|
92
92
|
/**
|
|
93
93
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
94
94
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
95
|
-
* Example:
|
|
95
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
96
96
|
*
|
|
97
97
|
*/
|
|
98
98
|
"definedTags"?: {
|
|
@@ -123,13 +123,13 @@ export interface Bucket {
|
|
|
123
123
|
*/
|
|
124
124
|
"approximateSize"?: number;
|
|
125
125
|
/**
|
|
126
|
-
* Whether or not this bucket is a replication source. By default,
|
|
126
|
+
* Whether or not this bucket is a replication source. By default, {@code replicationEnabled} is set to {@code false}. This will
|
|
127
127
|
* be set to 'true' when you create a replication policy for the bucket.
|
|
128
128
|
*
|
|
129
129
|
*/
|
|
130
130
|
"replicationEnabled"?: boolean;
|
|
131
131
|
/**
|
|
132
|
-
* Whether or not this bucket is read only. By default,
|
|
132
|
+
* Whether or not this bucket is read only. By default, {@code isReadOnly} is set to {@code false}. This will
|
|
133
133
|
* be set to 'true' when this bucket is configured as a destination in a replication policy.
|
|
134
134
|
*
|
|
135
135
|
*/
|
|
@@ -140,14 +140,14 @@ export interface Bucket {
|
|
|
140
140
|
*/
|
|
141
141
|
"id"?: string;
|
|
142
142
|
/**
|
|
143
|
-
* The versioning status on the bucket. A bucket is created with versioning
|
|
144
|
-
* For versioning
|
|
143
|
+
* The versioning status on the bucket. A bucket is created with versioning {@code Disabled} by default.
|
|
144
|
+
* For versioning {@code Enabled}, objects are protected from overwrites and deletes, by maintaining their version history. When versioning is {@code Suspended}, the previous versions will still remain but new versions will no longer be created when overwitten or deleted.
|
|
145
145
|
*
|
|
146
146
|
*/
|
|
147
147
|
"versioning"?: Bucket.Versioning;
|
|
148
148
|
/**
|
|
149
|
-
* The auto tiering status on the bucket. A bucket is created with auto tiering
|
|
150
|
-
* For auto tiering
|
|
149
|
+
* The auto tiering status on the bucket. A bucket is created with auto tiering {@code Disabled} by default.
|
|
150
|
+
* For auto tiering {@code InfrequentAccess}, objects are transitioned automatically between the 'Standard'
|
|
151
151
|
* and 'InfrequentAccess' tiers based on the access pattern of the objects.
|
|
152
152
|
*
|
|
153
153
|
*/
|
|
@@ -39,10 +39,10 @@ export interface CreateBucketDetails {
|
|
|
39
39
|
};
|
|
40
40
|
/**
|
|
41
41
|
* The type of public access enabled on this bucket.
|
|
42
|
-
* A bucket is set to
|
|
43
|
-
* bucket and its contents. When
|
|
44
|
-
*
|
|
45
|
-
* public access is allowed for the
|
|
42
|
+
* A bucket is set to {@code NoPublicAccess} by default, which only allows an authenticated caller to access the
|
|
43
|
+
* bucket and its contents. When {@code ObjectRead} is enabled on the bucket, public access is allowed for the
|
|
44
|
+
* {@code GetObject}, {@code HeadObject}, and {@code ListObjects} operations. When {@code ObjectReadWithoutList} is enabled on the bucket,
|
|
45
|
+
* public access is allowed for the {@code GetObject} and {@code HeadObject} operations.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
"publicAccessType"?: CreateBucketDetails.PublicAccessType;
|
|
@@ -55,8 +55,8 @@ export interface CreateBucketDetails {
|
|
|
55
55
|
*/
|
|
56
56
|
"storageTier"?: CreateBucketDetails.StorageTier;
|
|
57
57
|
/**
|
|
58
|
-
* Whether or not events are emitted for object state changes in this bucket. By default,
|
|
59
|
-
* set to
|
|
58
|
+
* Whether or not events are emitted for object state changes in this bucket. By default, {@code objectEventsEnabled} is
|
|
59
|
+
* set to {@code false}. Set {@code objectEventsEnabled} to {@code true} to emit events for object state changes. For more information
|
|
60
60
|
* about events, see [Overview of Events](https://docs.cloud.oracle.com/Content/Events/Concepts/eventsoverview.htm).
|
|
61
61
|
*
|
|
62
62
|
*/
|
|
@@ -64,7 +64,7 @@ export interface CreateBucketDetails {
|
|
|
64
64
|
/**
|
|
65
65
|
* Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
|
|
66
66
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
67
|
-
* Example:
|
|
67
|
+
* Example: {@code {\"Department\": \"Finance\"}}
|
|
68
68
|
*
|
|
69
69
|
*/
|
|
70
70
|
"freeformTags"?: {
|
|
@@ -73,7 +73,7 @@ export interface CreateBucketDetails {
|
|
|
73
73
|
/**
|
|
74
74
|
* Defined tags for this resource. Each key is predefined and scoped to a namespace.
|
|
75
75
|
* For more information, see [Resource Tags](https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm).
|
|
76
|
-
* Example:
|
|
76
|
+
* Example: {@code {\"Operations\": {\"CostCenter\": \"42\"}}}
|
|
77
77
|
*
|
|
78
78
|
*/
|
|
79
79
|
"definedTags"?: {
|
|
@@ -88,14 +88,14 @@ export interface CreateBucketDetails {
|
|
|
88
88
|
*/
|
|
89
89
|
"kmsKeyId"?: string;
|
|
90
90
|
/**
|
|
91
|
-
* Set the versioning status on the bucket. By default, a bucket is created with versioning
|
|
91
|
+
* Set the versioning status on the bucket. By default, a bucket is created with versioning {@code Disabled}. Use this option to enable versioning during bucket creation. Objects in a version enabled bucket are protected from overwrites and deletions. Previous versions of the same object will be available in the bucket.
|
|
92
92
|
*
|
|
93
93
|
*/
|
|
94
94
|
"versioning"?: CreateBucketDetails.Versioning;
|
|
95
95
|
/**
|
|
96
|
-
* Set the auto tiering status on the bucket. By default, a bucket is created with auto tiering
|
|
96
|
+
* Set the auto tiering status on the bucket. By default, a bucket is created with auto tiering {@code Disabled}.
|
|
97
97
|
* Use this option to enable auto tiering during bucket creation. Objects in a bucket with auto tiering set to
|
|
98
|
-
*
|
|
98
|
+
* {@code InfrequentAccess} are transitioned automatically between the 'Standard' and 'InfrequentAccess'
|
|
99
99
|
* tiers based on the access pattern of the objects.
|
|
100
100
|
*
|
|
101
101
|
*/
|
|
@@ -32,7 +32,7 @@ export interface ListObjects {
|
|
|
32
32
|
*/
|
|
33
33
|
"prefixes"?: Array<string>;
|
|
34
34
|
/**
|
|
35
|
-
* The name of the object to use in the
|
|
35
|
+
* The name of the object to use in the {@code start} parameter to obtain the next page of
|
|
36
36
|
* a truncated ListObjects response. Avoid entering confidential information.
|
|
37
37
|
* Example: test/object1.log
|
|
38
38
|
*
|
|
@@ -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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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;
|