oci-objectstorage 2.76.1 → 2.77.1

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