@volcengine/pulumi-volcenginecc 0.0.33 → 0.0.35

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 (97) hide show
  1. package/iam/accesskey.d.ts +23 -23
  2. package/iam/accesskey.js +1 -1
  3. package/iam/getAccesskey.d.ts +10 -10
  4. package/mongodb/getInstance.d.ts +4 -0
  5. package/mongodb/getInstance.js.map +1 -1
  6. package/mongodb/instance.d.ts +3 -0
  7. package/mongodb/instance.js +2 -0
  8. package/mongodb/instance.js.map +1 -1
  9. package/package.json +1 -1
  10. package/privatelink/endpointService.d.ts +12 -0
  11. package/privatelink/endpointService.js +2 -0
  12. package/privatelink/endpointService.js.map +1 -1
  13. package/privatelink/getEndpointService.d.ts +4 -0
  14. package/privatelink/getEndpointService.js.map +1 -1
  15. package/privatezone/getRecord.d.ts +5 -0
  16. package/privatezone/getRecord.js.map +1 -1
  17. package/privatezone/record.d.ts +4 -0
  18. package/privatezone/record.js +2 -0
  19. package/privatezone/record.js.map +1 -1
  20. package/rdsmysql/getParameterTemplate.d.ts +97 -0
  21. package/rdsmysql/getParameterTemplate.js +28 -0
  22. package/rdsmysql/getParameterTemplate.js.map +1 -0
  23. package/rdsmysql/getParameterTemplates.d.ts +22 -0
  24. package/rdsmysql/getParameterTemplates.js +24 -0
  25. package/rdsmysql/getParameterTemplates.js.map +1 -0
  26. package/rdsmysql/index.d.ts +9 -0
  27. package/rdsmysql/index.js +12 -1
  28. package/rdsmysql/index.js.map +1 -1
  29. package/rdsmysql/parameterTemplate.d.ts +186 -0
  30. package/rdsmysql/parameterTemplate.js +92 -0
  31. package/rdsmysql/parameterTemplate.js.map +1 -0
  32. package/rdspostgresql/allowList.d.ts +1 -22
  33. package/rdspostgresql/allowList.js +2 -20
  34. package/rdspostgresql/allowList.js.map +1 -1
  35. package/rdspostgresql/backup.d.ts +222 -0
  36. package/rdspostgresql/backup.js +97 -0
  37. package/rdspostgresql/backup.js.map +1 -0
  38. package/rdspostgresql/getBackup.d.ts +113 -0
  39. package/rdspostgresql/getBackup.js +28 -0
  40. package/rdspostgresql/getBackup.js.map +1 -0
  41. package/rdspostgresql/getBackups.d.ts +22 -0
  42. package/rdspostgresql/getBackups.js +24 -0
  43. package/rdspostgresql/getBackups.js.map +1 -0
  44. package/rdspostgresql/index.d.ts +9 -0
  45. package/rdspostgresql/index.js +12 -1
  46. package/rdspostgresql/index.js.map +1 -1
  47. package/redis/getInstance.d.ts +8 -0
  48. package/redis/getInstance.js.map +1 -1
  49. package/redis/getParameterGroup.d.ts +77 -0
  50. package/redis/getParameterGroup.js +28 -0
  51. package/redis/getParameterGroup.js.map +1 -0
  52. package/redis/getParameterGroups.d.ts +22 -0
  53. package/redis/getParameterGroups.js +24 -0
  54. package/redis/getParameterGroups.js.map +1 -0
  55. package/redis/index.d.ts +9 -0
  56. package/redis/index.js +12 -1
  57. package/redis/index.js.map +1 -1
  58. package/redis/instance.d.ts +47 -18
  59. package/redis/instance.js +27 -18
  60. package/redis/instance.js.map +1 -1
  61. package/redis/parameterGroup.d.ts +151 -0
  62. package/redis/parameterGroup.js +108 -0
  63. package/redis/parameterGroup.js.map +1 -0
  64. package/tos/bucketCors.d.ts +62 -0
  65. package/tos/bucketCors.js +66 -0
  66. package/tos/bucketCors.js.map +1 -0
  67. package/tos/bucketNotification.d.ts +62 -0
  68. package/tos/bucketNotification.js +63 -0
  69. package/tos/bucketNotification.js.map +1 -0
  70. package/tos/bucketRealtimeLog.d.ts +71 -0
  71. package/tos/bucketRealtimeLog.js +66 -0
  72. package/tos/bucketRealtimeLog.js.map +1 -0
  73. package/tos/getBucketCors.d.ts +45 -0
  74. package/tos/getBucketCors.js +28 -0
  75. package/tos/getBucketCors.js.map +1 -0
  76. package/tos/getBucketNotification.d.ts +45 -0
  77. package/tos/getBucketNotification.js +28 -0
  78. package/tos/getBucketNotification.js.map +1 -0
  79. package/tos/getBucketNotifications.d.ts +22 -0
  80. package/tos/getBucketNotifications.js +24 -0
  81. package/tos/getBucketNotifications.js.map +1 -0
  82. package/tos/getBucketRealtimeLog.d.ts +45 -0
  83. package/tos/getBucketRealtimeLog.js +28 -0
  84. package/tos/getBucketRealtimeLog.js.map +1 -0
  85. package/tos/getBucketRealtimeLogs.d.ts +22 -0
  86. package/tos/getBucketRealtimeLogs.js +24 -0
  87. package/tos/getBucketRealtimeLogs.js.map +1 -0
  88. package/tos/index.d.ts +24 -0
  89. package/tos/index.js +31 -1
  90. package/tos/index.js.map +1 -1
  91. package/types/input.d.ts +286 -8
  92. package/types/output.d.ts +628 -8
  93. package/vefaas/function.d.ts +20 -0
  94. package/vefaas/function.js +4 -0
  95. package/vefaas/function.js.map +1 -1
  96. package/vefaas/getFunction.d.ts +8 -0
  97. package/vefaas/getFunction.js.map +1 -1
package/types/input.d.ts CHANGED
@@ -7326,6 +7326,20 @@ export declare namespace mongodb {
7326
7326
  */
7327
7327
  zoneId?: pulumi.Input<string>;
7328
7328
  }
7329
+ interface InstanceInstanceParameter {
7330
+ /**
7331
+ * Parameter name
7332
+ */
7333
+ parameterName?: pulumi.Input<string>;
7334
+ /**
7335
+ * Parameter role. Optional values: Node, Shard, ConfigServer, Mongos
7336
+ */
7337
+ parameterRole?: pulumi.Input<string>;
7338
+ /**
7339
+ * Parameter value
7340
+ */
7341
+ parameterValue?: pulumi.Input<string>;
7342
+ }
7329
7343
  interface InstanceMongo {
7330
7344
  /**
7331
7345
  * Mongos node ID
@@ -7733,6 +7747,32 @@ export declare namespace privatelink {
7733
7747
  }
7734
7748
  }
7735
7749
  export declare namespace privatezone {
7750
+ interface RecordRecordSet {
7751
+ /**
7752
+ * Full domain name
7753
+ */
7754
+ fqdn?: pulumi.Input<string>;
7755
+ /**
7756
+ * Subdomain prefix
7757
+ */
7758
+ host?: pulumi.Input<string>;
7759
+ /**
7760
+ * Record set ID
7761
+ */
7762
+ id?: pulumi.Input<string>;
7763
+ /**
7764
+ * Resolution line
7765
+ */
7766
+ line?: pulumi.Input<string>;
7767
+ /**
7768
+ * Record type
7769
+ */
7770
+ type?: pulumi.Input<string>;
7771
+ /**
7772
+ * Load balancing enabled
7773
+ */
7774
+ weightEnabled?: pulumi.Input<boolean>;
7775
+ }
7736
7776
  interface ResolverEndpointIpConfig {
7737
7777
  /**
7738
7778
  * Availability zone for the endpoint IP address. To ensure high availability, it is recommended to add at least 2 availability zones
@@ -8564,6 +8604,16 @@ export declare namespace rdsmysql {
8564
8604
  */
8565
8605
  value?: pulumi.Input<string>;
8566
8606
  }
8607
+ interface ParameterTemplateTemplateParam {
8608
+ /**
8609
+ * Instance parameter name
8610
+ */
8611
+ name: pulumi.Input<string>;
8612
+ /**
8613
+ * Parameter runtime value
8614
+ */
8615
+ runningValue: pulumi.Input<string>;
8616
+ }
8567
8617
  }
8568
8618
  export declare namespace rdspostgresql {
8569
8619
  interface AllowListAssociatedInstance {
@@ -8571,14 +8621,6 @@ export declare namespace rdspostgresql {
8571
8621
  * Instance ID.
8572
8622
  */
8573
8623
  instanceId?: pulumi.Input<string>;
8574
- /**
8575
- * Instance name.
8576
- */
8577
- instanceName?: pulumi.Input<string>;
8578
- /**
8579
- * VPC ID to which the instance belongs.
8580
- */
8581
- vpc?: pulumi.Input<string>;
8582
8624
  }
8583
8625
  interface AllowListSecurityGroupBindInfo {
8584
8626
  /**
@@ -8598,6 +8640,42 @@ export declare namespace rdspostgresql {
8598
8640
  */
8599
8641
  securityGroupName?: pulumi.Input<string>;
8600
8642
  }
8643
+ interface BackupBackupMeta {
8644
+ /**
8645
+ * Database name.
8646
+ */
8647
+ dbName?: pulumi.Input<string>;
8648
+ }
8649
+ interface BackupBackupPolicy {
8650
+ /**
8651
+ * Backup retention days.
8652
+ */
8653
+ backupRetentionPeriod?: pulumi.Input<number>;
8654
+ /**
8655
+ * Data incremental backup schedule.
8656
+ */
8657
+ dataIncrBackupPeriods?: pulumi.Input<string>;
8658
+ /**
8659
+ * Full backup schedule, such as Monday,Tuesday.
8660
+ */
8661
+ fullBackupPeriod?: pulumi.Input<string>;
8662
+ /**
8663
+ * Full backup time window, such as 00:00Z-01:00Z.
8664
+ */
8665
+ fullBackupTime?: pulumi.Input<string>;
8666
+ /**
8667
+ * Enable hourly incremental backup.
8668
+ */
8669
+ hourlyIncrBackupEnable?: pulumi.Input<boolean>;
8670
+ /**
8671
+ * Incremental backup frequency (hours).
8672
+ */
8673
+ incrementBackupFrequency?: pulumi.Input<number>;
8674
+ /**
8675
+ * Enable WAL log space limit.
8676
+ */
8677
+ walLogSpaceLimitEnable?: pulumi.Input<boolean>;
8678
+ }
8601
8679
  interface DbEndpointAddress {
8602
8680
  /**
8603
8681
  * Whether public network resolution is enabled. Values: false: Default, private network resolution. true: Both private and public network resolution.
@@ -8884,6 +8962,20 @@ export declare namespace redis {
8884
8962
  */
8885
8963
  securityGroupId?: pulumi.Input<string>;
8886
8964
  }
8965
+ interface InstanceBackupRestore {
8966
+ /**
8967
+ * Backup ID, used to specify which backup to use when restoring from a backup set
8968
+ */
8969
+ backupPointId?: pulumi.Input<string>;
8970
+ /**
8971
+ * Recovery method
8972
+ */
8973
+ backupType?: pulumi.Input<string>;
8974
+ /**
8975
+ * Used to specify the point in time for point-in-time recovery
8976
+ */
8977
+ timePoint?: pulumi.Input<string>;
8978
+ }
8887
8979
  interface InstanceCapacity {
8888
8980
  /**
8889
8981
  * Total memory capacity of the current instance. Unit: MiB.
@@ -8965,6 +9057,46 @@ export declare namespace redis {
8965
9057
  */
8966
9058
  vip?: pulumi.Input<string>;
8967
9059
  }
9060
+ interface ParameterGroupParamValue {
9061
+ /**
9062
+ * Parameter name
9063
+ */
9064
+ name: pulumi.Input<string>;
9065
+ /**
9066
+ * Parameter value
9067
+ */
9068
+ value: pulumi.Input<string>;
9069
+ }
9070
+ interface ParameterGroupParameter {
9071
+ /**
9072
+ * Current parameter value
9073
+ */
9074
+ currentValue?: pulumi.Input<string>;
9075
+ /**
9076
+ * Parameter description
9077
+ */
9078
+ description?: pulumi.Input<string>;
9079
+ /**
9080
+ * Whether modifying this parameter requires a restart
9081
+ */
9082
+ needReboot?: pulumi.Input<boolean>;
9083
+ /**
9084
+ * Parameter name
9085
+ */
9086
+ paramName?: pulumi.Input<string>;
9087
+ /**
9088
+ * Parameter value range
9089
+ */
9090
+ range?: pulumi.Input<string>;
9091
+ /**
9092
+ * Parameter type
9093
+ */
9094
+ type?: pulumi.Input<string>;
9095
+ /**
9096
+ * Parameter unit
9097
+ */
9098
+ unit?: pulumi.Input<string>;
9099
+ }
8968
9100
  }
8969
9101
  export declare namespace rocketmq {
8970
9102
  interface AllowListAssociatedInstance {
@@ -10432,6 +10564,32 @@ export declare namespace tos {
10432
10564
  */
10433
10565
  ownerId?: pulumi.Input<string>;
10434
10566
  }
10567
+ interface BucketCorsCorsRule {
10568
+ /**
10569
+ * Specify the response headers allowed for cross-origin requests.
10570
+ */
10571
+ allowedHeaders?: pulumi.Input<pulumi.Input<string>[]>;
10572
+ /**
10573
+ * Specify the allowed methods for cross-origin requests.
10574
+ */
10575
+ allowedMethods?: pulumi.Input<pulumi.Input<string>[]>;
10576
+ /**
10577
+ * Specify the allowed origins for cross-origin requests.
10578
+ */
10579
+ allowedOrigins?: pulumi.Input<pulumi.Input<string>[]>;
10580
+ /**
10581
+ * Specify additional headers to include in the CORS response to provide extra information to the client.
10582
+ */
10583
+ exposeHeaders?: pulumi.Input<pulumi.Input<string>[]>;
10584
+ /**
10585
+ * Specify the cache duration for OPTIONS request responses on the client side, in seconds. Default is 3600.
10586
+ */
10587
+ maxAgeSeconds?: pulumi.Input<number>;
10588
+ /**
10589
+ * Whether to return the Vary: Origin header
10590
+ */
10591
+ responseVary?: pulumi.Input<boolean>;
10592
+ }
10435
10593
  interface BucketInventoryDestination {
10436
10594
  /**
10437
10595
  * Bucket information related to the inventory files.
@@ -10590,6 +10748,112 @@ export declare namespace tos {
10590
10748
  */
10591
10749
  storageClass?: pulumi.Input<string>;
10592
10750
  }
10751
+ interface BucketNotificationNotificationRule {
10752
+ /**
10753
+ * Event notification delivery targets. Must include at least one target and supports up to five different targets.
10754
+ */
10755
+ destination?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestination>;
10756
+ /**
10757
+ * Event type. List of events supported by TOS.
10758
+ */
10759
+ events?: pulumi.Input<pulumi.Input<string>[]>;
10760
+ /**
10761
+ * Filter rules.
10762
+ */
10763
+ filter?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilter>;
10764
+ /**
10765
+ * Event notification rule name. Naming rules: Event names created under the same bucket must be unique. Maximum length is 255 characters. If not set, TOS will automatically generate a rule name.
10766
+ */
10767
+ ruleId?: pulumi.Input<string>;
10768
+ }
10769
+ interface BucketNotificationNotificationRuleDestination {
10770
+ kafkas?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationKafka>[]>;
10771
+ rocketMqs?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationRocketMq>[]>;
10772
+ veFaaS?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleDestinationVeFaa>[]>;
10773
+ }
10774
+ interface BucketNotificationNotificationRuleDestinationKafka {
10775
+ /**
10776
+ * Kafka instance ID.
10777
+ */
10778
+ instanceId?: pulumi.Input<string>;
10779
+ /**
10780
+ * Region where the Kafka instance is located.
10781
+ */
10782
+ region?: pulumi.Input<string>;
10783
+ /**
10784
+ * Role TRN, used to authorize TOS to access Kafka service.
10785
+ */
10786
+ role?: pulumi.Input<string>;
10787
+ /**
10788
+ * Name of the Kafka topic.
10789
+ */
10790
+ topic?: pulumi.Input<string>;
10791
+ /**
10792
+ * Kafka username.
10793
+ */
10794
+ user?: pulumi.Input<string>;
10795
+ }
10796
+ interface BucketNotificationNotificationRuleDestinationRocketMq {
10797
+ /**
10798
+ * RocketMQ AccessKey。
10799
+ */
10800
+ accessKeyId?: pulumi.Input<string>;
10801
+ /**
10802
+ * RocketMQ instance ID.
10803
+ */
10804
+ instanceId?: pulumi.Input<string>;
10805
+ /**
10806
+ * Role TRN, used to authorize TOS to access RocketMQ service.
10807
+ */
10808
+ role?: pulumi.Input<string>;
10809
+ /**
10810
+ * Name of the RocketMQ topic.
10811
+ */
10812
+ topic?: pulumi.Input<string>;
10813
+ }
10814
+ interface BucketNotificationNotificationRuleDestinationVeFaa {
10815
+ /**
10816
+ * Function ID for event delivery.
10817
+ */
10818
+ functionId?: pulumi.Input<string>;
10819
+ }
10820
+ interface BucketNotificationNotificationRuleFilter {
10821
+ /**
10822
+ * Object filter information.
10823
+ */
10824
+ tosKey?: pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilterTosKey>;
10825
+ }
10826
+ interface BucketNotificationNotificationRuleFilterTosKey {
10827
+ filterRules?: pulumi.Input<pulumi.Input<inputs.tos.BucketNotificationNotificationRuleFilterTosKeyFilterRule>[]>;
10828
+ }
10829
+ interface BucketNotificationNotificationRuleFilterTosKeyFilterRule {
10830
+ /**
10831
+ * Matching conditions. The values are as follows: prefix: prefix; suffix: suffix.
10832
+ */
10833
+ name?: pulumi.Input<string>;
10834
+ /**
10835
+ * Matched prefix and suffix information.
10836
+ */
10837
+ value?: pulumi.Input<string>;
10838
+ }
10839
+ interface BucketRealtimeLogRealTimeLog {
10840
+ /**
10841
+ * Role name. Used to grant TOS Object Storage permission to create resources such as projects and topics in Log Service TLS and to write logs
10842
+ */
10843
+ role: pulumi.Input<string>;
10844
+ /**
10845
+ * Log project ID
10846
+ */
10847
+ tlsProjectId?: pulumi.Input<string>;
10848
+ /**
10849
+ * Log topic ID
10850
+ */
10851
+ tlsTopicId?: pulumi.Input<string>;
10852
+ /**
10853
+ * For topics created using the TOS service, only "true" is allowed as a value
10854
+ */
10855
+ useServiceTopic: pulumi.Input<boolean>;
10856
+ }
10593
10857
  interface BucketTag {
10594
10858
  /**
10595
10859
  * Tag key
@@ -11036,6 +11300,20 @@ export declare namespace vefaas {
11036
11300
  */
11037
11301
  destination?: pulumi.Input<string>;
11038
11302
  }
11303
+ interface FunctionDependencyInstallStatus {
11304
+ /**
11305
+ * Task creation time.
11306
+ */
11307
+ createTime?: pulumi.Input<string>;
11308
+ /**
11309
+ * Task completion time. The task is considered complete when it is in one of the following statuses: Canceled: Canceled. Timeout: Timed out. Failed: Failed. Succeeded: Succeeded.
11310
+ */
11311
+ finishTime?: pulumi.Input<string>;
11312
+ /**
11313
+ * Task status. Possible values are as follows: Enqueued: Queued. Dequeued: Dequeued. InProgress: In progress. Canceling/Canceled: Canceling/Canceled. Timeout: Timed out. Failed: Failed. Succeeded: Succeeded.
11314
+ */
11315
+ status?: pulumi.Input<string>;
11316
+ }
11039
11317
  interface FunctionEnv {
11040
11318
  /**
11041
11319
  * Environment variable key. 1–63 characters; can include letters, numbers, and underscores (_), but cannot start with a number. Key must be unique within the same function