@volcengine/pulumi 0.0.39 → 0.0.40

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 (252) hide show
  1. package/package.json +1 -1
  2. package/rds_postgresql/account.d.ts +20 -7
  3. package/rds_postgresql/account.js +6 -3
  4. package/rds_postgresql/account.js.map +1 -1
  5. package/rds_postgresql/allowlist.d.ts +76 -8
  6. package/rds_postgresql/allowlist.js +22 -7
  7. package/rds_postgresql/allowlist.js.map +1 -1
  8. package/rds_postgresql/allowlistVersionUpgrade.d.ts +59 -0
  9. package/rds_postgresql/allowlistVersionUpgrade.js +63 -0
  10. package/rds_postgresql/allowlistVersionUpgrade.js.map +1 -0
  11. package/rds_postgresql/allowlists.d.ts +73 -2
  12. package/rds_postgresql/allowlists.js +21 -2
  13. package/rds_postgresql/allowlists.js.map +1 -1
  14. package/rds_postgresql/backupDownload.d.ts +82 -0
  15. package/rds_postgresql/backupDownload.js +79 -0
  16. package/rds_postgresql/backupDownload.js.map +1 -0
  17. package/rds_postgresql/backupDownloads.d.ts +94 -0
  18. package/rds_postgresql/backupDownloads.js +52 -0
  19. package/rds_postgresql/backupDownloads.js.map +1 -0
  20. package/rds_postgresql/backupPolicies.d.ts +33 -0
  21. package/rds_postgresql/backupPolicies.js +23 -0
  22. package/rds_postgresql/backupPolicies.js.map +1 -0
  23. package/rds_postgresql/backupPolicy.d.ts +160 -0
  24. package/rds_postgresql/backupPolicy.js +94 -0
  25. package/rds_postgresql/backupPolicy.js.map +1 -0
  26. package/rds_postgresql/dataBackup.d.ts +163 -0
  27. package/rds_postgresql/dataBackup.js +109 -0
  28. package/rds_postgresql/dataBackup.js.map +1 -0
  29. package/rds_postgresql/dataBackups.d.ts +212 -0
  30. package/rds_postgresql/dataBackups.js +66 -0
  31. package/rds_postgresql/dataBackups.js.map +1 -0
  32. package/rds_postgresql/database.d.ts +43 -0
  33. package/rds_postgresql/database.js +13 -0
  34. package/rds_postgresql/database.js.map +1 -1
  35. package/rds_postgresql/databaseEndpoint.d.ts +280 -0
  36. package/rds_postgresql/databaseEndpoint.js +129 -0
  37. package/rds_postgresql/databaseEndpoint.js.map +1 -0
  38. package/rds_postgresql/databaseEndpoints.d.ts +88 -0
  39. package/rds_postgresql/databaseEndpoints.js +53 -0
  40. package/rds_postgresql/databaseEndpoints.js.map +1 -0
  41. package/rds_postgresql/endpointPublicAddress.d.ts +95 -0
  42. package/rds_postgresql/endpointPublicAddress.js +85 -0
  43. package/rds_postgresql/endpointPublicAddress.js.map +1 -0
  44. package/rds_postgresql/engineVersionParameters.d.ts +91 -0
  45. package/rds_postgresql/engineVersionParameters.js +52 -0
  46. package/rds_postgresql/engineVersionParameters.js.map +1 -0
  47. package/rds_postgresql/getAllowlists.d.ts +73 -2
  48. package/rds_postgresql/getAllowlists.js +21 -2
  49. package/rds_postgresql/getAllowlists.js.map +1 -1
  50. package/rds_postgresql/getBackupDownloads.d.ts +92 -0
  51. package/rds_postgresql/getBackupDownloads.js +49 -0
  52. package/rds_postgresql/getBackupDownloads.js.map +1 -0
  53. package/rds_postgresql/getBackupPolicies.d.ts +31 -0
  54. package/rds_postgresql/getBackupPolicies.js +20 -0
  55. package/rds_postgresql/getBackupPolicies.js.map +1 -0
  56. package/rds_postgresql/getDataBackups.d.ts +210 -0
  57. package/rds_postgresql/getDataBackups.js +63 -0
  58. package/rds_postgresql/getDataBackups.js.map +1 -0
  59. package/rds_postgresql/getDatabaseEndpoints.d.ts +86 -0
  60. package/rds_postgresql/getDatabaseEndpoints.js +50 -0
  61. package/rds_postgresql/getDatabaseEndpoints.js.map +1 -0
  62. package/rds_postgresql/getEngineVersionParameters.d.ts +89 -0
  63. package/rds_postgresql/getEngineVersionParameters.js +49 -0
  64. package/rds_postgresql/getEngineVersionParameters.js.map +1 -0
  65. package/rds_postgresql/getInstanceBackupDetacheds.d.ts +167 -0
  66. package/rds_postgresql/getInstanceBackupDetacheds.js +62 -0
  67. package/rds_postgresql/getInstanceBackupDetacheds.js.map +1 -0
  68. package/rds_postgresql/getInstanceBackupWalLogs.d.ts +111 -0
  69. package/rds_postgresql/getInstanceBackupWalLogs.js +55 -0
  70. package/rds_postgresql/getInstanceBackupWalLogs.js.map +1 -0
  71. package/rds_postgresql/getInstanceFailoverLogs.d.ts +108 -0
  72. package/rds_postgresql/getInstanceFailoverLogs.js +55 -0
  73. package/rds_postgresql/getInstanceFailoverLogs.js.map +1 -0
  74. package/rds_postgresql/getInstanceParameterLogs.d.ts +97 -0
  75. package/rds_postgresql/getInstanceParameterLogs.js +52 -0
  76. package/rds_postgresql/getInstanceParameterLogs.js.map +1 -0
  77. package/rds_postgresql/getInstanceParameters.d.ts +89 -0
  78. package/rds_postgresql/getInstanceParameters.js +49 -0
  79. package/rds_postgresql/getInstanceParameters.js.map +1 -0
  80. package/rds_postgresql/getInstancePriceDetails.d.ts +157 -0
  81. package/rds_postgresql/getInstancePriceDetails.js +103 -0
  82. package/rds_postgresql/getInstancePriceDetails.js.map +1 -0
  83. package/rds_postgresql/getInstancePriceDifferences.d.ts +172 -0
  84. package/rds_postgresql/getInstancePriceDifferences.js +94 -0
  85. package/rds_postgresql/getInstancePriceDifferences.js.map +1 -0
  86. package/rds_postgresql/getInstanceRecoverableTimes.d.ts +75 -0
  87. package/rds_postgresql/getInstanceRecoverableTimes.js +46 -0
  88. package/rds_postgresql/getInstanceRecoverableTimes.js.map +1 -0
  89. package/rds_postgresql/getInstanceSpecs.d.ts +120 -0
  90. package/rds_postgresql/getInstanceSpecs.js +56 -0
  91. package/rds_postgresql/getInstanceSpecs.js.map +1 -0
  92. package/rds_postgresql/getInstanceSsls.d.ts +101 -0
  93. package/rds_postgresql/getInstanceSsls.js +56 -0
  94. package/rds_postgresql/getInstanceSsls.js.map +1 -0
  95. package/rds_postgresql/getInstanceTasks.d.ts +160 -0
  96. package/rds_postgresql/getInstanceTasks.js +69 -0
  97. package/rds_postgresql/getInstanceTasks.js.map +1 -0
  98. package/rds_postgresql/getInstances.d.ts +24 -0
  99. package/rds_postgresql/getInstances.js +2 -0
  100. package/rds_postgresql/getInstances.js.map +1 -1
  101. package/rds_postgresql/getParameterTemplateApplyDiffs.d.ts +86 -0
  102. package/rds_postgresql/getParameterTemplateApplyDiffs.js +49 -0
  103. package/rds_postgresql/getParameterTemplateApplyDiffs.js.map +1 -0
  104. package/rds_postgresql/getParameterTemplates.d.ts +118 -0
  105. package/rds_postgresql/getParameterTemplates.js +54 -0
  106. package/rds_postgresql/getParameterTemplates.js.map +1 -0
  107. package/rds_postgresql/getPlannedEvents.d.ts +178 -0
  108. package/rds_postgresql/getPlannedEvents.js +71 -0
  109. package/rds_postgresql/getPlannedEvents.js.map +1 -0
  110. package/rds_postgresql/getRegions.d.ts +62 -0
  111. package/rds_postgresql/getRegions.js +42 -0
  112. package/rds_postgresql/getRegions.js.map +1 -0
  113. package/rds_postgresql/getReplicationSlots.d.ts +153 -0
  114. package/rds_postgresql/getReplicationSlots.js +59 -0
  115. package/rds_postgresql/getReplicationSlots.js.map +1 -0
  116. package/rds_postgresql/getZones.d.ts +71 -0
  117. package/rds_postgresql/getZones.js +43 -0
  118. package/rds_postgresql/getZones.js.map +1 -0
  119. package/rds_postgresql/index.d.ts +165 -0
  120. package/rds_postgresql/index.js +190 -1
  121. package/rds_postgresql/index.js.map +1 -1
  122. package/rds_postgresql/instance.d.ts +178 -11
  123. package/rds_postgresql/instance.js +50 -5
  124. package/rds_postgresql/instance.js.map +1 -1
  125. package/rds_postgresql/instanceBackupDetacheds.d.ts +169 -0
  126. package/rds_postgresql/instanceBackupDetacheds.js +65 -0
  127. package/rds_postgresql/instanceBackupDetacheds.js.map +1 -0
  128. package/rds_postgresql/instanceBackupWalLogs.d.ts +113 -0
  129. package/rds_postgresql/instanceBackupWalLogs.js +58 -0
  130. package/rds_postgresql/instanceBackupWalLogs.js.map +1 -0
  131. package/rds_postgresql/instanceFailoverLogs.d.ts +110 -0
  132. package/rds_postgresql/instanceFailoverLogs.js +58 -0
  133. package/rds_postgresql/instanceFailoverLogs.js.map +1 -0
  134. package/rds_postgresql/instanceParameterLogs.d.ts +99 -0
  135. package/rds_postgresql/instanceParameterLogs.js +55 -0
  136. package/rds_postgresql/instanceParameterLogs.js.map +1 -0
  137. package/rds_postgresql/instanceParameters.d.ts +91 -0
  138. package/rds_postgresql/instanceParameters.js +52 -0
  139. package/rds_postgresql/instanceParameters.js.map +1 -0
  140. package/rds_postgresql/instancePriceDetails.d.ts +159 -0
  141. package/rds_postgresql/instancePriceDetails.js +106 -0
  142. package/rds_postgresql/instancePriceDetails.js.map +1 -0
  143. package/rds_postgresql/instancePriceDifferences.d.ts +174 -0
  144. package/rds_postgresql/instancePriceDifferences.js +97 -0
  145. package/rds_postgresql/instancePriceDifferences.js.map +1 -0
  146. package/rds_postgresql/instanceRecoverableTimes.d.ts +77 -0
  147. package/rds_postgresql/instanceRecoverableTimes.js +49 -0
  148. package/rds_postgresql/instanceRecoverableTimes.js.map +1 -0
  149. package/rds_postgresql/instanceSpecs.d.ts +122 -0
  150. package/rds_postgresql/instanceSpecs.js +59 -0
  151. package/rds_postgresql/instanceSpecs.js.map +1 -0
  152. package/rds_postgresql/instanceSsl.d.ts +107 -0
  153. package/rds_postgresql/instanceSsl.js +81 -0
  154. package/rds_postgresql/instanceSsl.js.map +1 -0
  155. package/rds_postgresql/instanceSsls.d.ts +103 -0
  156. package/rds_postgresql/instanceSsls.js +59 -0
  157. package/rds_postgresql/instanceSsls.js.map +1 -0
  158. package/rds_postgresql/instanceTasks.d.ts +162 -0
  159. package/rds_postgresql/instanceTasks.js +72 -0
  160. package/rds_postgresql/instanceTasks.js.map +1 -0
  161. package/rds_postgresql/instances.d.ts +24 -0
  162. package/rds_postgresql/instances.js +2 -0
  163. package/rds_postgresql/instances.js.map +1 -1
  164. package/rds_postgresql/parameterTemplate.d.ts +178 -0
  165. package/rds_postgresql/parameterTemplate.js +117 -0
  166. package/rds_postgresql/parameterTemplate.js.map +1 -0
  167. package/rds_postgresql/parameterTemplateApplyDiffs.d.ts +88 -0
  168. package/rds_postgresql/parameterTemplateApplyDiffs.js +52 -0
  169. package/rds_postgresql/parameterTemplateApplyDiffs.js.map +1 -0
  170. package/rds_postgresql/parameterTemplates.d.ts +120 -0
  171. package/rds_postgresql/parameterTemplates.js +57 -0
  172. package/rds_postgresql/parameterTemplates.js.map +1 -0
  173. package/rds_postgresql/plannedEvents.d.ts +180 -0
  174. package/rds_postgresql/plannedEvents.js +74 -0
  175. package/rds_postgresql/plannedEvents.js.map +1 -0
  176. package/rds_postgresql/regions.d.ts +64 -0
  177. package/rds_postgresql/regions.js +45 -0
  178. package/rds_postgresql/regions.js.map +1 -0
  179. package/rds_postgresql/replicationSlot.d.ts +82 -0
  180. package/rds_postgresql/replicationSlot.js +79 -0
  181. package/rds_postgresql/replicationSlot.js.map +1 -0
  182. package/rds_postgresql/replicationSlots.d.ts +155 -0
  183. package/rds_postgresql/replicationSlots.js +62 -0
  184. package/rds_postgresql/replicationSlots.js.map +1 -0
  185. package/rds_postgresql/restoreBackup.d.ts +126 -0
  186. package/rds_postgresql/restoreBackup.js +100 -0
  187. package/rds_postgresql/restoreBackup.js.map +1 -0
  188. package/rds_postgresql/schema.d.ts +3 -3
  189. package/rds_postgresql/state.d.ts +106 -0
  190. package/rds_postgresql/state.js +83 -0
  191. package/rds_postgresql/state.js.map +1 -0
  192. package/rds_postgresql/zones.d.ts +73 -0
  193. package/rds_postgresql/zones.js +46 -0
  194. package/rds_postgresql/zones.js.map +1 -0
  195. package/tos/bucket.d.ts +16 -4
  196. package/tos/bucket.js +3 -1
  197. package/tos/bucket.js.map +1 -1
  198. package/tos/bucketAccessMonitor.d.ts +67 -0
  199. package/tos/bucketAccessMonitor.js +71 -0
  200. package/tos/bucketAccessMonitor.js.map +1 -0
  201. package/tos/bucketCustomdomain.d.ts +95 -0
  202. package/tos/bucketCustomdomain.js +90 -0
  203. package/tos/bucketCustomdomain.js.map +1 -0
  204. package/tos/bucketEncryption.d.ts +1 -1
  205. package/tos/bucketEncryption.js +1 -1
  206. package/tos/bucketLifecycle.d.ts +158 -0
  207. package/tos/bucketLifecycle.js +153 -0
  208. package/tos/bucketLifecycle.js.map +1 -0
  209. package/tos/bucketLogging.d.ts +88 -0
  210. package/tos/bucketLogging.js +80 -0
  211. package/tos/bucketLogging.js.map +1 -0
  212. package/tos/bucketMirrorBack.d.ts +72 -0
  213. package/tos/bucketMirrorBack.js +67 -0
  214. package/tos/bucketMirrorBack.js.map +1 -0
  215. package/tos/bucketObjectLockConfiguration.d.ts +89 -0
  216. package/tos/bucketObjectLockConfiguration.js +81 -0
  217. package/tos/bucketObjectLockConfiguration.js.map +1 -0
  218. package/tos/bucketRename.d.ts +67 -0
  219. package/tos/bucketRename.js +71 -0
  220. package/tos/bucketRename.js.map +1 -0
  221. package/tos/bucketReplication.d.ts +130 -0
  222. package/tos/bucketReplication.js +118 -0
  223. package/tos/bucketReplication.js.map +1 -0
  224. package/tos/bucketRequestPayment.d.ts +67 -0
  225. package/tos/bucketRequestPayment.js +71 -0
  226. package/tos/bucketRequestPayment.js.map +1 -0
  227. package/tos/bucketTransferAcceleration.d.ts +67 -0
  228. package/tos/bucketTransferAcceleration.js +71 -0
  229. package/tos/bucketTransferAcceleration.js.map +1 -0
  230. package/tos/bucketWebsite.d.ts +138 -0
  231. package/tos/bucketWebsite.js +103 -0
  232. package/tos/bucketWebsite.js.map +1 -0
  233. package/tos/buckets.d.ts +24 -0
  234. package/tos/buckets.js +2 -0
  235. package/tos/buckets.js.map +1 -1
  236. package/tos/getBuckets.d.ts +24 -0
  237. package/tos/getBuckets.js +2 -0
  238. package/tos/getBuckets.js.map +1 -1
  239. package/tos/index.d.ts +33 -0
  240. package/tos/index.js +56 -1
  241. package/tos/index.js.map +1 -1
  242. package/types/input.d.ts +1062 -84
  243. package/types/output.d.ts +6590 -3778
  244. package/vpc/index.d.ts +3 -0
  245. package/vpc/index.js +6 -1
  246. package/vpc/index.js.map +1 -1
  247. package/vpc/userCidrBlockAssociate.d.ts +91 -0
  248. package/vpc/userCidrBlockAssociate.js +88 -0
  249. package/vpc/userCidrBlockAssociate.js.map +1 -0
  250. package/vpc/vpc.d.ts +8 -0
  251. package/vpc/vpc.js +2 -0
  252. package/vpc/vpc.js.map +1 -1
@@ -0,0 +1,71 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BucketTransferAcceleration = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage tos bucket transfer acceleration
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@volcengine/pulumi";
15
+ *
16
+ * const _default = new volcengine.tos.BucketTransferAcceleration("default", {bucketName: "tflyb7"});
17
+ * ```
18
+ *
19
+ * ## Import
20
+ *
21
+ * TosBucketTransferAcceleration can be imported using the bucketName, e.g.
22
+ *
23
+ * ```sh
24
+ * $ pulumi import volcengine:tos/bucketTransferAcceleration:BucketTransferAcceleration default bucket_name
25
+ * ```
26
+ */
27
+ class BucketTransferAcceleration extends pulumi.CustomResource {
28
+ /**
29
+ * Get an existing BucketTransferAcceleration resource's state with the given name, ID, and optional extra
30
+ * properties used to qualify the lookup.
31
+ *
32
+ * @param name The _unique_ name of the resulting resource.
33
+ * @param id The _unique_ provider ID of the resource to lookup.
34
+ * @param state Any extra arguments used during the lookup.
35
+ * @param opts Optional settings to control the behavior of the CustomResource.
36
+ */
37
+ static get(name, id, state, opts) {
38
+ return new BucketTransferAcceleration(name, state, Object.assign(Object.assign({}, opts), { id: id }));
39
+ }
40
+ /**
41
+ * Returns true if the given object is an instance of BucketTransferAcceleration. This is designed to work even
42
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
43
+ */
44
+ static isInstance(obj) {
45
+ if (obj === undefined || obj === null) {
46
+ return false;
47
+ }
48
+ return obj['__pulumiType'] === BucketTransferAcceleration.__pulumiType;
49
+ }
50
+ constructor(name, argsOrState, opts) {
51
+ let resourceInputs = {};
52
+ opts = opts || {};
53
+ if (opts.id) {
54
+ const state = argsOrState;
55
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
56
+ }
57
+ else {
58
+ const args = argsOrState;
59
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
60
+ throw new Error("Missing required property 'bucketName'");
61
+ }
62
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
63
+ }
64
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
65
+ super(BucketTransferAcceleration.__pulumiType, name, resourceInputs, opts);
66
+ }
67
+ }
68
+ exports.BucketTransferAcceleration = BucketTransferAcceleration;
69
+ /** @internal */
70
+ BucketTransferAcceleration.__pulumiType = 'volcengine:tos/bucketTransferAcceleration:BucketTransferAcceleration';
71
+ //# sourceMappingURL=bucketTransferAcceleration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketTransferAcceleration.js","sourceRoot":"","sources":["../../tos/bucketTransferAcceleration.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;GAkBG;AACH,MAAa,0BAA2B,SAAQ,MAAM,CAAC,cAAc;IACjE;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuC,EAAE,IAAmC;QACrI,OAAO,IAAI,0BAA0B,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjF,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,0BAA0B,CAAC,YAAY,CAAC;IAC3E,CAAC;IAeD,YAAY,IAAY,EAAE,WAA8E,EAAE,IAAmC;QACzI,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAA0D,CAAC;YACzE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACvE;aAAM;YACH,MAAM,IAAI,GAAG,WAAyD,CAAC;YACvE,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,UAAU,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACvD,MAAM,IAAI,KAAK,CAAC,wCAAwC,CAAC,CAAC;aAC7D;YACD,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;SACrE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,0BAA0B,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC/E,CAAC;;AAxDL,gEAyDC;AA3CG,gBAAgB;AACO,uCAAY,GAAG,sEAAsE,CAAC"}
@@ -0,0 +1,138 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Provides a resource to manage tos bucket website
6
+ * ## Example Usage
7
+ *
8
+ * ```typescript
9
+ * import * as pulumi from "@pulumi/pulumi";
10
+ * import * as volcengine from "@volcengine/pulumi";
11
+ *
12
+ * const example = new volcengine.tos.BucketWebsite("example", {
13
+ * bucketName: "tflyb7",
14
+ * errorDocument: {
15
+ * key: "error1.html",
16
+ * },
17
+ * indexDocument: {
18
+ * suffix: "index.html",
19
+ * supportSubDir: false,
20
+ * },
21
+ * routingRules: [{
22
+ * condition: {
23
+ * httpErrorCodeReturnedEquals: 404,
24
+ * keyPrefixEquals: "red/",
25
+ * },
26
+ * redirect: {
27
+ * hostName: "example.com",
28
+ * httpRedirectCode: 301,
29
+ * protocol: "http",
30
+ * replaceKeyPrefixWith: "redirect2/",
31
+ * },
32
+ * }],
33
+ * });
34
+ * ```
35
+ *
36
+ * ## Import
37
+ *
38
+ * TosBucketWebsite can be imported using the bucketName, e.g.
39
+ *
40
+ * ```sh
41
+ * $ pulumi import volcengine:tos/bucketWebsite:BucketWebsite default bucket_name
42
+ * ```
43
+ */
44
+ export declare class BucketWebsite extends pulumi.CustomResource {
45
+ /**
46
+ * Get an existing BucketWebsite resource's state with the given name, ID, and optional extra
47
+ * properties used to qualify the lookup.
48
+ *
49
+ * @param name The _unique_ name of the resulting resource.
50
+ * @param id The _unique_ provider ID of the resource to lookup.
51
+ * @param state Any extra arguments used during the lookup.
52
+ * @param opts Optional settings to control the behavior of the CustomResource.
53
+ */
54
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: BucketWebsiteState, opts?: pulumi.CustomResourceOptions): BucketWebsite;
55
+ /**
56
+ * Returns true if the given object is an instance of BucketWebsite. This is designed to work even
57
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
58
+ */
59
+ static isInstance(obj: any): obj is BucketWebsite;
60
+ /**
61
+ * The name of the TOS bucket.
62
+ */
63
+ readonly bucketName: pulumi.Output<string>;
64
+ /**
65
+ * The error document configuration for the website.
66
+ */
67
+ readonly errorDocument: pulumi.Output<outputs.tos.BucketWebsiteErrorDocument | undefined>;
68
+ /**
69
+ * The index document configuration for the website.
70
+ */
71
+ readonly indexDocument: pulumi.Output<outputs.tos.BucketWebsiteIndexDocument>;
72
+ /**
73
+ * The redirect configuration for all requests.
74
+ */
75
+ readonly redirectAllRequestsTo: pulumi.Output<outputs.tos.BucketWebsiteRedirectAllRequestsTo | undefined>;
76
+ /**
77
+ * The routing rules for the website.
78
+ */
79
+ readonly routingRules: pulumi.Output<outputs.tos.BucketWebsiteRoutingRule[] | undefined>;
80
+ /**
81
+ * Create a BucketWebsite resource with the given unique name, arguments, and options.
82
+ *
83
+ * @param name The _unique_ name of the resource.
84
+ * @param args The arguments to use to populate this resource's properties.
85
+ * @param opts A bag of options that control this resource's behavior.
86
+ */
87
+ constructor(name: string, args: BucketWebsiteArgs, opts?: pulumi.CustomResourceOptions);
88
+ }
89
+ /**
90
+ * Input properties used for looking up and filtering BucketWebsite resources.
91
+ */
92
+ export interface BucketWebsiteState {
93
+ /**
94
+ * The name of the TOS bucket.
95
+ */
96
+ bucketName?: pulumi.Input<string>;
97
+ /**
98
+ * The error document configuration for the website.
99
+ */
100
+ errorDocument?: pulumi.Input<inputs.tos.BucketWebsiteErrorDocument>;
101
+ /**
102
+ * The index document configuration for the website.
103
+ */
104
+ indexDocument?: pulumi.Input<inputs.tos.BucketWebsiteIndexDocument>;
105
+ /**
106
+ * The redirect configuration for all requests.
107
+ */
108
+ redirectAllRequestsTo?: pulumi.Input<inputs.tos.BucketWebsiteRedirectAllRequestsTo>;
109
+ /**
110
+ * The routing rules for the website.
111
+ */
112
+ routingRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketWebsiteRoutingRule>[]>;
113
+ }
114
+ /**
115
+ * The set of arguments for constructing a BucketWebsite resource.
116
+ */
117
+ export interface BucketWebsiteArgs {
118
+ /**
119
+ * The name of the TOS bucket.
120
+ */
121
+ bucketName: pulumi.Input<string>;
122
+ /**
123
+ * The error document configuration for the website.
124
+ */
125
+ errorDocument?: pulumi.Input<inputs.tos.BucketWebsiteErrorDocument>;
126
+ /**
127
+ * The index document configuration for the website.
128
+ */
129
+ indexDocument: pulumi.Input<inputs.tos.BucketWebsiteIndexDocument>;
130
+ /**
131
+ * The redirect configuration for all requests.
132
+ */
133
+ redirectAllRequestsTo?: pulumi.Input<inputs.tos.BucketWebsiteRedirectAllRequestsTo>;
134
+ /**
135
+ * The routing rules for the website.
136
+ */
137
+ routingRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketWebsiteRoutingRule>[]>;
138
+ }
@@ -0,0 +1,103 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.BucketWebsite = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Provides a resource to manage tos bucket website
10
+ * ## Example Usage
11
+ *
12
+ * ```typescript
13
+ * import * as pulumi from "@pulumi/pulumi";
14
+ * import * as volcengine from "@volcengine/pulumi";
15
+ *
16
+ * const example = new volcengine.tos.BucketWebsite("example", {
17
+ * bucketName: "tflyb7",
18
+ * errorDocument: {
19
+ * key: "error1.html",
20
+ * },
21
+ * indexDocument: {
22
+ * suffix: "index.html",
23
+ * supportSubDir: false,
24
+ * },
25
+ * routingRules: [{
26
+ * condition: {
27
+ * httpErrorCodeReturnedEquals: 404,
28
+ * keyPrefixEquals: "red/",
29
+ * },
30
+ * redirect: {
31
+ * hostName: "example.com",
32
+ * httpRedirectCode: 301,
33
+ * protocol: "http",
34
+ * replaceKeyPrefixWith: "redirect2/",
35
+ * },
36
+ * }],
37
+ * });
38
+ * ```
39
+ *
40
+ * ## Import
41
+ *
42
+ * TosBucketWebsite can be imported using the bucketName, e.g.
43
+ *
44
+ * ```sh
45
+ * $ pulumi import volcengine:tos/bucketWebsite:BucketWebsite default bucket_name
46
+ * ```
47
+ */
48
+ class BucketWebsite extends pulumi.CustomResource {
49
+ /**
50
+ * Get an existing BucketWebsite resource's state with the given name, ID, and optional extra
51
+ * properties used to qualify the lookup.
52
+ *
53
+ * @param name The _unique_ name of the resulting resource.
54
+ * @param id The _unique_ provider ID of the resource to lookup.
55
+ * @param state Any extra arguments used during the lookup.
56
+ * @param opts Optional settings to control the behavior of the CustomResource.
57
+ */
58
+ static get(name, id, state, opts) {
59
+ return new BucketWebsite(name, state, Object.assign(Object.assign({}, opts), { id: id }));
60
+ }
61
+ /**
62
+ * Returns true if the given object is an instance of BucketWebsite. This is designed to work even
63
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
64
+ */
65
+ static isInstance(obj) {
66
+ if (obj === undefined || obj === null) {
67
+ return false;
68
+ }
69
+ return obj['__pulumiType'] === BucketWebsite.__pulumiType;
70
+ }
71
+ constructor(name, argsOrState, opts) {
72
+ let resourceInputs = {};
73
+ opts = opts || {};
74
+ if (opts.id) {
75
+ const state = argsOrState;
76
+ resourceInputs["bucketName"] = state ? state.bucketName : undefined;
77
+ resourceInputs["errorDocument"] = state ? state.errorDocument : undefined;
78
+ resourceInputs["indexDocument"] = state ? state.indexDocument : undefined;
79
+ resourceInputs["redirectAllRequestsTo"] = state ? state.redirectAllRequestsTo : undefined;
80
+ resourceInputs["routingRules"] = state ? state.routingRules : undefined;
81
+ }
82
+ else {
83
+ const args = argsOrState;
84
+ if ((!args || args.bucketName === undefined) && !opts.urn) {
85
+ throw new Error("Missing required property 'bucketName'");
86
+ }
87
+ if ((!args || args.indexDocument === undefined) && !opts.urn) {
88
+ throw new Error("Missing required property 'indexDocument'");
89
+ }
90
+ resourceInputs["bucketName"] = args ? args.bucketName : undefined;
91
+ resourceInputs["errorDocument"] = args ? args.errorDocument : undefined;
92
+ resourceInputs["indexDocument"] = args ? args.indexDocument : undefined;
93
+ resourceInputs["redirectAllRequestsTo"] = args ? args.redirectAllRequestsTo : undefined;
94
+ resourceInputs["routingRules"] = args ? args.routingRules : undefined;
95
+ }
96
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
97
+ super(BucketWebsite.__pulumiType, name, resourceInputs, opts);
98
+ }
99
+ }
100
+ exports.BucketWebsite = BucketWebsite;
101
+ /** @internal */
102
+ BucketWebsite.__pulumiType = 'volcengine:tos/bucketWebsite:BucketWebsite';
103
+ //# sourceMappingURL=bucketWebsite.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bucketWebsite.js","sourceRoot":"","sources":["../../tos/bucketWebsite.ts"],"names":[],"mappings":"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"}
package/tos/buckets.d.ts CHANGED
@@ -23,6 +23,10 @@ export interface BucketsArgs {
23
23
  * The name the TOS bucket.
24
24
  */
25
25
  bucketName?: string;
26
+ /**
27
+ * The bucket type of the TOS bucket.
28
+ */
29
+ bucketType?: string;
26
30
  /**
27
31
  * A Name Regex of TOS bucket.
28
32
  */
@@ -31,12 +35,20 @@ export interface BucketsArgs {
31
35
  * File name where to save data source results.
32
36
  */
33
37
  outputFile?: string;
38
+ /**
39
+ * The project of the TOS bucket.
40
+ */
41
+ projectName?: string;
34
42
  }
35
43
  /**
36
44
  * A collection of values returned by Buckets.
37
45
  */
38
46
  export interface BucketsResult {
39
47
  readonly bucketName?: string;
48
+ /**
49
+ * The bucket type of the TOS bucket.
50
+ */
51
+ readonly bucketType?: string;
40
52
  /**
41
53
  * The collection of TOS bucket query.
42
54
  */
@@ -47,6 +59,10 @@ export interface BucketsResult {
47
59
  readonly id: string;
48
60
  readonly nameRegex?: string;
49
61
  readonly outputFile?: string;
62
+ /**
63
+ * The project of the TOS bucket.
64
+ */
65
+ readonly projectName?: string;
50
66
  /**
51
67
  * The total count of TOS bucket query.
52
68
  */
@@ -75,6 +91,10 @@ export interface BucketsOutputArgs {
75
91
  * The name the TOS bucket.
76
92
  */
77
93
  bucketName?: pulumi.Input<string>;
94
+ /**
95
+ * The bucket type of the TOS bucket.
96
+ */
97
+ bucketType?: pulumi.Input<string>;
78
98
  /**
79
99
  * A Name Regex of TOS bucket.
80
100
  */
@@ -83,4 +103,8 @@ export interface BucketsOutputArgs {
83
103
  * File name where to save data source results.
84
104
  */
85
105
  outputFile?: pulumi.Input<string>;
106
+ /**
107
+ * The project of the TOS bucket.
108
+ */
109
+ projectName?: pulumi.Input<string>;
86
110
  }
package/tos/buckets.js CHANGED
@@ -25,8 +25,10 @@ function buckets(args, opts) {
25
25
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
26
26
  return pulumi.runtime.invoke("volcengine:tos/buckets:Buckets", {
27
27
  "bucketName": args.bucketName,
28
+ "bucketType": args.bucketType,
28
29
  "nameRegex": args.nameRegex,
29
30
  "outputFile": args.outputFile,
31
+ "projectName": args.projectName,
30
32
  }, opts);
31
33
  }
32
34
  exports.buckets = buckets;
@@ -1 +1 @@
1
- {"version":3,"file":"buckets.js","sourceRoot":"","sources":["../../tos/buckets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,mGAAmG;AACnG,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAC1H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAVD,0BAUC;AAwCD;;;;;;;;;;;;GAYG;AACH,mGAAmG;AACnG,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
1
+ {"version":3,"file":"buckets.js","sourceRoot":"","sources":["../../tos/buckets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,mGAAmG;AACnG,SAAgB,OAAO,CAAC,IAAkB,EAAE,IAA2B;IACnE,MAAM,CAAC,GAAG,CAAC,IAAI,CAAC,yGAAyG,CAAC,CAAA;IAC1H,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,gCAAgC,EAAE;QAC3D,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAZD,0BAYC;AAwDD;;;;;;;;;;;;GAYG;AACH,mGAAmG;AACnG,SAAgB,aAAa,CAAC,IAAwB,EAAE,IAA2B;IAC/E,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,OAAO,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAClE,CAAC;AAFD,sCAEC"}
@@ -22,6 +22,10 @@ export interface GetBucketsArgs {
22
22
  * The name the TOS bucket.
23
23
  */
24
24
  bucketName?: string;
25
+ /**
26
+ * The bucket type of the TOS bucket.
27
+ */
28
+ bucketType?: string;
25
29
  /**
26
30
  * A Name Regex of TOS bucket.
27
31
  */
@@ -30,12 +34,20 @@ export interface GetBucketsArgs {
30
34
  * File name where to save data source results.
31
35
  */
32
36
  outputFile?: string;
37
+ /**
38
+ * The project of the TOS bucket.
39
+ */
40
+ projectName?: string;
33
41
  }
34
42
  /**
35
43
  * A collection of values returned by getBuckets.
36
44
  */
37
45
  export interface GetBucketsResult {
38
46
  readonly bucketName?: string;
47
+ /**
48
+ * The bucket type of the TOS bucket.
49
+ */
50
+ readonly bucketType?: string;
39
51
  /**
40
52
  * The collection of TOS bucket query.
41
53
  */
@@ -46,6 +58,10 @@ export interface GetBucketsResult {
46
58
  readonly id: string;
47
59
  readonly nameRegex?: string;
48
60
  readonly outputFile?: string;
61
+ /**
62
+ * The project of the TOS bucket.
63
+ */
64
+ readonly projectName?: string;
49
65
  /**
50
66
  * The total count of TOS bucket query.
51
67
  */
@@ -73,6 +89,10 @@ export interface GetBucketsOutputArgs {
73
89
  * The name the TOS bucket.
74
90
  */
75
91
  bucketName?: pulumi.Input<string>;
92
+ /**
93
+ * The bucket type of the TOS bucket.
94
+ */
95
+ bucketType?: pulumi.Input<string>;
76
96
  /**
77
97
  * A Name Regex of TOS bucket.
78
98
  */
@@ -81,4 +101,8 @@ export interface GetBucketsOutputArgs {
81
101
  * File name where to save data source results.
82
102
  */
83
103
  outputFile?: pulumi.Input<string>;
104
+ /**
105
+ * The project of the TOS bucket.
106
+ */
107
+ projectName?: pulumi.Input<string>;
84
108
  }
package/tos/getBuckets.js CHANGED
@@ -23,8 +23,10 @@ function getBuckets(args, opts) {
23
23
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
24
24
  return pulumi.runtime.invoke("volcengine:tos/getBuckets:getBuckets", {
25
25
  "bucketName": args.bucketName,
26
+ "bucketType": args.bucketType,
26
27
  "nameRegex": args.nameRegex,
27
28
  "outputFile": args.outputFile,
29
+ "projectName": args.projectName,
28
30
  }, opts);
29
31
  }
30
32
  exports.getBuckets = getBuckets;
@@ -1 +1 @@
1
- {"version":3,"file":"getBuckets.js","sourceRoot":"","sources":["../../tos/getBuckets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;KAChC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AATD,gCASC;AAwCD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
1
+ {"version":3,"file":"getBuckets.js","sourceRoot":"","sources":["../../tos/getBuckets.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AAGzC,0CAA0C;AAE1C;;;;;;;;;;;;GAYG;AACH,SAAgB,UAAU,CAAC,IAAqB,EAAE,IAA2B;IACzE,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;IAElB,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,sCAAsC,EAAE;QACjE,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,WAAW,EAAE,IAAI,CAAC,SAAS;QAC3B,YAAY,EAAE,IAAI,CAAC,UAAU;QAC7B,aAAa,EAAE,IAAI,CAAC,WAAW;KAClC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAXD,gCAWC;AAwDD;;;;;;;;;;;;GAYG;AACH,SAAgB,gBAAgB,CAAC,IAA2B,EAAE,IAA2B;IACrF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,UAAU,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACrE,CAAC;AAFD,4CAEC"}
package/tos/index.d.ts CHANGED
@@ -1,9 +1,15 @@
1
1
  export { BucketArgs, BucketState } from "./bucket";
2
2
  export type Bucket = import("./bucket").Bucket;
3
3
  export declare const Bucket: typeof import("./bucket").Bucket;
4
+ export { BucketAccessMonitorArgs, BucketAccessMonitorState } from "./bucketAccessMonitor";
5
+ export type BucketAccessMonitor = import("./bucketAccessMonitor").BucketAccessMonitor;
6
+ export declare const BucketAccessMonitor: typeof import("./bucketAccessMonitor").BucketAccessMonitor;
4
7
  export { BucketCorsArgs, BucketCorsState } from "./bucketCors";
5
8
  export type BucketCors = import("./bucketCors").BucketCors;
6
9
  export declare const BucketCors: typeof import("./bucketCors").BucketCors;
10
+ export { BucketCustomdomainArgs, BucketCustomdomainState } from "./bucketCustomdomain";
11
+ export type BucketCustomdomain = import("./bucketCustomdomain").BucketCustomdomain;
12
+ export declare const BucketCustomdomain: typeof import("./bucketCustomdomain").BucketCustomdomain;
7
13
  export { BucketEncryptionArgs, BucketEncryptionState } from "./bucketEncryption";
8
14
  export type BucketEncryption = import("./bucketEncryption").BucketEncryption;
9
15
  export declare const BucketEncryption: typeof import("./bucketEncryption").BucketEncryption;
@@ -13,12 +19,24 @@ export declare const bucketInventoriesOutput: typeof import("./bucketInventories
13
19
  export { BucketInventoryArgs, BucketInventoryState } from "./bucketInventory";
14
20
  export type BucketInventory = import("./bucketInventory").BucketInventory;
15
21
  export declare const BucketInventory: typeof import("./bucketInventory").BucketInventory;
22
+ export { BucketLifecycleArgs, BucketLifecycleState } from "./bucketLifecycle";
23
+ export type BucketLifecycle = import("./bucketLifecycle").BucketLifecycle;
24
+ export declare const BucketLifecycle: typeof import("./bucketLifecycle").BucketLifecycle;
25
+ export { BucketLoggingArgs, BucketLoggingState } from "./bucketLogging";
26
+ export type BucketLogging = import("./bucketLogging").BucketLogging;
27
+ export declare const BucketLogging: typeof import("./bucketLogging").BucketLogging;
28
+ export { BucketMirrorBackArgs, BucketMirrorBackState } from "./bucketMirrorBack";
29
+ export type BucketMirrorBack = import("./bucketMirrorBack").BucketMirrorBack;
30
+ export declare const BucketMirrorBack: typeof import("./bucketMirrorBack").BucketMirrorBack;
16
31
  export { BucketNotificationArgs, BucketNotificationState } from "./bucketNotification";
17
32
  export type BucketNotification = import("./bucketNotification").BucketNotification;
18
33
  export declare const BucketNotification: typeof import("./bucketNotification").BucketNotification;
19
34
  export { BucketObjectArgs, BucketObjectState } from "./bucketObject";
20
35
  export type BucketObject = import("./bucketObject").BucketObject;
21
36
  export declare const BucketObject: typeof import("./bucketObject").BucketObject;
37
+ export { BucketObjectLockConfigurationArgs, BucketObjectLockConfigurationState } from "./bucketObjectLockConfiguration";
38
+ export type BucketObjectLockConfiguration = import("./bucketObjectLockConfiguration").BucketObjectLockConfiguration;
39
+ export declare const BucketObjectLockConfiguration: typeof import("./bucketObjectLockConfiguration").BucketObjectLockConfiguration;
22
40
  export { BucketObjectsArgs, BucketObjectsResult, BucketObjectsOutputArgs } from "./bucketObjects";
23
41
  export declare const bucketObjects: typeof import("./bucketObjects").bucketObjects;
24
42
  export declare const bucketObjectsOutput: typeof import("./bucketObjects").bucketObjectsOutput;
@@ -28,6 +46,21 @@ export declare const BucketPolicy: typeof import("./bucketPolicy").BucketPolicy;
28
46
  export { BucketRealtimeLogArgs, BucketRealtimeLogState } from "./bucketRealtimeLog";
29
47
  export type BucketRealtimeLog = import("./bucketRealtimeLog").BucketRealtimeLog;
30
48
  export declare const BucketRealtimeLog: typeof import("./bucketRealtimeLog").BucketRealtimeLog;
49
+ export { BucketRenameArgs, BucketRenameState } from "./bucketRename";
50
+ export type BucketRename = import("./bucketRename").BucketRename;
51
+ export declare const BucketRename: typeof import("./bucketRename").BucketRename;
52
+ export { BucketReplicationArgs, BucketReplicationState } from "./bucketReplication";
53
+ export type BucketReplication = import("./bucketReplication").BucketReplication;
54
+ export declare const BucketReplication: typeof import("./bucketReplication").BucketReplication;
55
+ export { BucketRequestPaymentArgs, BucketRequestPaymentState } from "./bucketRequestPayment";
56
+ export type BucketRequestPayment = import("./bucketRequestPayment").BucketRequestPayment;
57
+ export declare const BucketRequestPayment: typeof import("./bucketRequestPayment").BucketRequestPayment;
58
+ export { BucketTransferAccelerationArgs, BucketTransferAccelerationState } from "./bucketTransferAcceleration";
59
+ export type BucketTransferAcceleration = import("./bucketTransferAcceleration").BucketTransferAcceleration;
60
+ export declare const BucketTransferAcceleration: typeof import("./bucketTransferAcceleration").BucketTransferAcceleration;
61
+ export { BucketWebsiteArgs, BucketWebsiteState } from "./bucketWebsite";
62
+ export type BucketWebsite = import("./bucketWebsite").BucketWebsite;
63
+ export declare const BucketWebsite: typeof import("./bucketWebsite").BucketWebsite;
31
64
  export { BucketsArgs, BucketsResult, BucketsOutputArgs } from "./buckets";
32
65
  export declare const buckets: typeof import("./buckets").buckets;
33
66
  export declare const bucketsOutput: typeof import("./buckets").bucketsOutput;