@datatr-ux/ovhcloud-types 2.0.50 → 2.0.51
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/dist/cloud/StorageObject.d.ts +1 -1
- package/dist/cloud/StorageObject.d.ts.map +1 -1
- package/dist/cloud/StorageObjectVersion.d.ts +1 -1
- package/dist/cloud/StorageObjectVersion.d.ts.map +1 -1
- package/dist/cloud/billingView/BandwidthStorage.d.ts +2 -0
- package/dist/cloud/billingView/BandwidthStorage.d.ts.map +1 -1
- package/dist/cloud/billingView/Component.d.ts +4 -0
- package/dist/cloud/billingView/Component.d.ts.map +1 -1
- package/dist/cloud/billingView/HourlyDetail.d.ts +2 -0
- package/dist/cloud/billingView/HourlyDetail.d.ts.map +1 -1
- package/dist/cloud/billingView/HourlyInstanceDetail.d.ts +2 -0
- package/dist/cloud/billingView/HourlyInstanceDetail.d.ts.map +1 -1
- package/dist/cloud/billingView/HourlyRancherDetail.d.ts +2 -0
- package/dist/cloud/billingView/HourlyRancherDetail.d.ts.map +1 -1
- package/dist/cloud/billingView/HourlyVolumeDetail.d.ts +2 -0
- package/dist/cloud/billingView/HourlyVolumeDetail.d.ts.map +1 -1
- package/dist/cloud/billingView/MonthlyInstanceDetail.d.ts +2 -0
- package/dist/cloud/billingView/MonthlyInstanceDetail.d.ts.map +1 -1
- package/dist/cloud/billingView/RetrievalFees.d.ts +2 -0
- package/dist/cloud/billingView/RetrievalFees.d.ts.map +1 -1
- package/dist/cloud/storage/StorageClassEnum.d.ts +1 -0
- package/dist/cloud/storage/StorageClassEnum.d.ts.map +1 -1
- package/dist/cloud/storage/StorageClassEnum.js +1 -0
- package/dist/ovhcloud-types.js +1 -1
- package/package.json +1 -1
|
@@ -5,7 +5,7 @@ import { StorageObjectRetentionConfiguration } from './StorageObjectRetentionCon
|
|
|
5
5
|
/** Object */
|
|
6
6
|
export interface StorageObject {
|
|
7
7
|
/** The entity tag is a hash of the object that reflects changes only to the contents. The etag is omitted when isDeleteMarker is true. */
|
|
8
|
-
etag
|
|
8
|
+
etag?: string;
|
|
9
9
|
/** True when the entry represents a delete marker. This field is included only when using withVersions set to true. */
|
|
10
10
|
isDeleteMarker?: boolean;
|
|
11
11
|
/** True when the entry is the latest version of the object or delete marker. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,aAAa;IAC5B,0IAA0I;IAC1I,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"StorageObject.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObject.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,aAAa;IAC5B,0IAA0I;IAC1I,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uHAAuH;IACvH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,mDAAmD;IACnD,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C,+IAA+I;IAC/I,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,oCAAoC;IACpC,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -5,7 +5,7 @@ import { StorageObjectRetentionConfiguration } from './StorageObjectRetentionCon
|
|
|
5
5
|
/** Object */
|
|
6
6
|
export interface StorageObjectVersion {
|
|
7
7
|
/** The entity tag is a hash of the object that reflects changes only to the contents. The etag is omitted when isDeleteMarker is true. */
|
|
8
|
-
etag
|
|
8
|
+
etag?: string;
|
|
9
9
|
/** True when the entry represents a delete marker. This field is included only when using withVersions set to true. */
|
|
10
10
|
isDeleteMarker?: boolean;
|
|
11
11
|
/** True when the entry is the latest version of the object or delete marker. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageObjectVersion.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectVersion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,oBAAoB;IACnC,0IAA0I;IAC1I,IAAI,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"StorageObjectVersion.d.ts","sourceRoot":"","sources":["../../generated/types/cloud/StorageObjectVersion.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,iDAAiD,CAAC;AAC5F,OAAO,EAAE,gBAAgB,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,0BAA0B,EAAE,MAAM,0CAA0C,CAAC;AACtF,OAAO,EAAE,mCAAmC,EAAE,MAAM,mDAAmD,CAAC;AAExG,aAAa;AACb,MAAM,WAAW,oBAAoB;IACnC,0IAA0I;IAC1I,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,uHAAuH;IACvH,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,gFAAgF;IAChF,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iFAAiF;IACjF,GAAG,EAAE,MAAM,CAAC;IACZ,8BAA8B;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,gCAAgC;IAChC,SAAS,CAAC,EAAE,yBAAyB,CAAC;IACtC,mDAAmD;IACnD,IAAI,CAAC,EAAE,mCAAmC,CAAC;IAC3C,+IAA+I;IAC/I,aAAa,CAAC,EAAE,0BAA0B,CAAC;IAC3C,mCAAmC;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,kDAAkD;IAClD,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,oCAAoC;IACpC,SAAS,EAAE,MAAM,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BandwidthStorage.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/BandwidthStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,uBAAuB;AACvB,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"BandwidthStorage.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/BandwidthStorage.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,uBAAuB;AACvB,MAAM,WAAW,gBAAgB;IAC/B,6BAA6B;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,4BAA4B;IAC5B,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { Quantity } from './Quantity';
|
|
2
2
|
/** Component */
|
|
3
3
|
export interface Component {
|
|
4
|
+
/** Component ID */
|
|
5
|
+
id: string;
|
|
4
6
|
/** Name of the component */
|
|
5
7
|
name: string;
|
|
6
8
|
/** Total quantity for the component */
|
|
7
9
|
quantity: Quantity;
|
|
10
|
+
/** Resource ID */
|
|
11
|
+
resourceId: string;
|
|
8
12
|
/** Total price for this component */
|
|
9
13
|
totalPrice: number;
|
|
10
14
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/Component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,gBAAgB;AAChB,MAAM,WAAW,SAAS;IACxB,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,QAAQ,EAAE,QAAQ,CAAC;IACnB,qCAAqC;IACrC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"Component.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/Component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,gBAAgB;AAChB,MAAM,WAAW,SAAS;IACxB,mBAAmB;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,uCAAuC;IACvC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,qCAAqC;IACrC,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HourlyDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,mBAAmB;AACnB,MAAM,WAAW,YAAY;IAC3B,SAAS;IACT,EAAE,EAAE,MAAM,CAAC;IACX,eAAe;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"HourlyDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,mBAAmB;AACnB,MAAM,WAAW,YAAY;IAC3B,SAAS;IACT,EAAE,EAAE,MAAM,CAAC;IACX,eAAe;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HourlyInstanceDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyInstanceDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,oBAAoB;IACnC,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"HourlyInstanceDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyInstanceDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,2BAA2B;AAC3B,MAAM,WAAW,oBAAoB;IACnC,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HourlyRancherDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyRancherDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,0BAA0B;AAC1B,MAAM,WAAW,mBAAmB;IAClC,uBAAuB;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"HourlyRancherDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyRancherDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,0BAA0B;AAC1B,MAAM,WAAW,mBAAmB;IAClC,uBAAuB;IACvB,QAAQ,EAAE,QAAQ,CAAC;IACnB,iBAAiB;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HourlyVolumeDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyVolumeDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,yBAAyB;AACzB,MAAM,WAAW,kBAAkB;IACjC,qBAAqB;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
1
|
+
{"version":3,"file":"HourlyVolumeDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/HourlyVolumeDetail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAE9D,yBAAyB;AACzB,MAAM,WAAW,kBAAkB;IACjC,qBAAqB;IACrB,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB;IAChB,QAAQ,EAAE,MAAM,CAAC;CAClB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MonthlyInstanceDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/MonthlyInstanceDetail.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,MAAM,WAAW,qBAAqB;IACpC,kCAAkC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
1
|
+
{"version":3,"file":"MonthlyInstanceDetail.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/MonthlyInstanceDetail.ts"],"names":[],"mappings":"AAAA,4BAA4B;AAC5B,MAAM,WAAW,qBAAqB;IACpC,kCAAkC;IAClC,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,MAAM,CAAC;CACpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RetrievalFees.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/RetrievalFees.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,oBAAoB;AACpB,MAAM,WAAW,aAAa;IAC5B,kCAAkC;IAClC,QAAQ,EAAE,QAAQ,CAAC;IACnB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
1
|
+
{"version":3,"file":"RetrievalFees.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/billingView/RetrievalFees.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,oCAAoC,CAAC;AAC9D,OAAO,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAE5C,oBAAoB;AACpB,MAAM,WAAW,aAAa;IAC5B,kCAAkC;IAClC,QAAQ,EAAE,QAAQ,CAAC;IACnB,4BAA4B;IAC5B,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,kBAAkB;IAClB,UAAU,EAAE,KAAK,CAAC;CACnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageClassEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/StorageClassEnum.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAY,gBAAgB;IAC1B,cAAc,iBAAiB;IAC/B,WAAW,cAAc;IACzB,UAAU,aAAa;IACvB,aAAa,gBAAgB;CAC9B"}
|
|
1
|
+
{"version":3,"file":"StorageClassEnum.d.ts","sourceRoot":"","sources":["../../../generated/types/cloud/storage/StorageClassEnum.ts"],"names":[],"mappings":"AAAA,oBAAoB;AACpB,oBAAY,gBAAgB;IAC1B,cAAc,iBAAiB;IAC/B,YAAY,eAAe;IAC3B,WAAW,cAAc;IACzB,UAAU,aAAa;IACvB,aAAa,gBAAgB;CAC9B"}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
export var StorageClassEnum;
|
|
3
3
|
(function (StorageClassEnum) {
|
|
4
4
|
StorageClassEnum["DEEP_ARCHIVE"] = "DEEP_ARCHIVE";
|
|
5
|
+
StorageClassEnum["GLACIER_IR"] = "GLACIER_IR";
|
|
5
6
|
StorageClassEnum["HIGH_PERF"] = "HIGH_PERF";
|
|
6
7
|
StorageClassEnum["STANDARD"] = "STANDARD";
|
|
7
8
|
StorageClassEnum["STANDARD_IA"] = "STANDARD_IA";
|
package/dist/ovhcloud-types.js
CHANGED
|
@@ -786,7 +786,7 @@ const q5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
786
786
|
}, Symbol.toStringTag, { value: "Module" })), V5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
787
787
|
__proto__: null
|
|
788
788
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
789
|
-
var Zs = /* @__PURE__ */ ((e) => (e.AES256 = "AES256", e.plaintext = "plaintext", e))(Zs || {}), Js = /* @__PURE__ */ ((e) => (e.off = "off", e.on = "on", e))(Js || {}), Ms = /* @__PURE__ */ ((e) => (e.compliance = "compliance", e.governance = "governance", e))(Ms || {}), hs = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(hs || {}), Hs = /* @__PURE__ */ ((e) => (e.admin = "admin", e.deny = "deny", e.readOnly = "readOnly", e.readWrite = "readWrite", e))(Hs || {}), ys = /* @__PURE__ */ ((e) => (e.DELETE = "DELETE", e.GET = "GET", e.PUT = "PUT", e))(ys || {}), Es = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(Es || {}), ms = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(ms || {}), us = /* @__PURE__ */ ((e) => (e.sealed = "sealed", e.unsealed = "unsealed", e.unsealing = "unsealing", e))(us || {}), e_ = /* @__PURE__ */ ((e) => (e.all = "all", e.read = "read", e.write = "write", e))(e_ || {}), s_ = /* @__PURE__ */ ((e) => (e.DEEP_ARCHIVE = "DEEP_ARCHIVE", e.HIGH_PERF = "HIGH_PERF", e.STANDARD = "STANDARD", e.STANDARD_IA = "STANDARD_IA", e))(s_ || {}), __ = /* @__PURE__ */ ((e) => (e.private = "private", e.public = "public", e.static = "static", e))(__ || {}), r_ = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e.suspended = "suspended", e))(r_ || {});
|
|
789
|
+
var Zs = /* @__PURE__ */ ((e) => (e.AES256 = "AES256", e.plaintext = "plaintext", e))(Zs || {}), Js = /* @__PURE__ */ ((e) => (e.off = "off", e.on = "on", e))(Js || {}), Ms = /* @__PURE__ */ ((e) => (e.compliance = "compliance", e.governance = "governance", e))(Ms || {}), hs = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(hs || {}), Hs = /* @__PURE__ */ ((e) => (e.admin = "admin", e.deny = "deny", e.readOnly = "readOnly", e.readWrite = "readWrite", e))(Hs || {}), ys = /* @__PURE__ */ ((e) => (e.DELETE = "DELETE", e.GET = "GET", e.PUT = "PUT", e))(ys || {}), Es = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(Es || {}), ms = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e))(ms || {}), us = /* @__PURE__ */ ((e) => (e.sealed = "sealed", e.unsealed = "unsealed", e.unsealing = "unsealing", e))(us || {}), e_ = /* @__PURE__ */ ((e) => (e.all = "all", e.read = "read", e.write = "write", e))(e_ || {}), s_ = /* @__PURE__ */ ((e) => (e.DEEP_ARCHIVE = "DEEP_ARCHIVE", e.GLACIER_IR = "GLACIER_IR", e.HIGH_PERF = "HIGH_PERF", e.STANDARD = "STANDARD", e.STANDARD_IA = "STANDARD_IA", e))(s_ || {}), __ = /* @__PURE__ */ ((e) => (e.private = "private", e.public = "public", e.static = "static", e))(__ || {}), r_ = /* @__PURE__ */ ((e) => (e.disabled = "disabled", e.enabled = "enabled", e.suspended = "suspended", e))(r_ || {});
|
|
790
790
|
const F5 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
791
791
|
__proto__: null,
|
|
792
792
|
EncryptionAlgorithmEnum: Zs,
|