@pulumi/alicloud 3.34.0-alpha.1679062117 → 3.34.0
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/package.json +2 -2
- package/package.json.dev +2 -2
- package/rds/database.d.ts +3 -0
- package/rds/database.js.map +1 -1
- package/rds/getInstances.d.ts +1 -1
- package/rds/instance.d.ts +3 -3
- package/rds/rdsCloneDbInstance.d.ts +3 -3
- package/types/output.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/alicloud",
|
|
3
|
-
"version": "v3.34.0
|
|
3
|
+
"version": "v3.34.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing AliCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.34.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.34.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/package.json.dev
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/alicloud",
|
|
3
|
-
"version": "v3.34.0
|
|
3
|
+
"version": "v3.34.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing AliCloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.34.0
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource alicloud v3.34.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/rds/database.d.ts
CHANGED
|
@@ -63,6 +63,7 @@ export declare class Database extends pulumi.CustomResource {
|
|
|
63
63
|
* - MySQL: [ utf8, gbk, latin1, utf8mb4 ] \(`utf8mb4` only supports versions 5.5 and 5.6\).
|
|
64
64
|
* - SQLServer: [ Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS, Chinese_PRC_BIN ]
|
|
65
65
|
* - PostgreSQL: [ KOI8U、UTF8、WIN866、WIN874、WIN1250、WIN1251、WIN1252、WIN1253、WIN1254、WIN1255、WIN1256、WIN1257、WIN1258、EUC_CN、EUC_KR、EUC_TW、EUC_JP、EUC_JIS_2004、KOI8R、MULE_INTERNAL、LATIN1、LATIN2、LATIN3、LATIN4、LATIN5、LATIN6、LATIN7、LATIN8、LATIN9、LATIN10、ISO_8859_5、ISO_8859_6、ISO_8859_7、ISO_8859_8、SQL_ASCII ]
|
|
66
|
+
* - MariaDB: [ utf8, gbk, latin1, utf8mb4 ]
|
|
66
67
|
*/
|
|
67
68
|
readonly characterSet: pulumi.Output<string | undefined>;
|
|
68
69
|
/**
|
|
@@ -96,6 +97,7 @@ export interface DatabaseState {
|
|
|
96
97
|
* - MySQL: [ utf8, gbk, latin1, utf8mb4 ] \(`utf8mb4` only supports versions 5.5 and 5.6\).
|
|
97
98
|
* - SQLServer: [ Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS, Chinese_PRC_BIN ]
|
|
98
99
|
* - PostgreSQL: [ KOI8U、UTF8、WIN866、WIN874、WIN1250、WIN1251、WIN1252、WIN1253、WIN1254、WIN1255、WIN1256、WIN1257、WIN1258、EUC_CN、EUC_KR、EUC_TW、EUC_JP、EUC_JIS_2004、KOI8R、MULE_INTERNAL、LATIN1、LATIN2、LATIN3、LATIN4、LATIN5、LATIN6、LATIN7、LATIN8、LATIN9、LATIN10、ISO_8859_5、ISO_8859_6、ISO_8859_7、ISO_8859_8、SQL_ASCII ]
|
|
100
|
+
* - MariaDB: [ utf8, gbk, latin1, utf8mb4 ]
|
|
99
101
|
*/
|
|
100
102
|
characterSet?: pulumi.Input<string>;
|
|
101
103
|
/**
|
|
@@ -121,6 +123,7 @@ export interface DatabaseArgs {
|
|
|
121
123
|
* - MySQL: [ utf8, gbk, latin1, utf8mb4 ] \(`utf8mb4` only supports versions 5.5 and 5.6\).
|
|
122
124
|
* - SQLServer: [ Chinese_PRC_CI_AS, Chinese_PRC_CS_AS, SQL_Latin1_General_CP1_CI_AS, SQL_Latin1_General_CP1_CS_AS, Chinese_PRC_BIN ]
|
|
123
125
|
* - PostgreSQL: [ KOI8U、UTF8、WIN866、WIN874、WIN1250、WIN1251、WIN1252、WIN1253、WIN1254、WIN1255、WIN1256、WIN1257、WIN1258、EUC_CN、EUC_KR、EUC_TW、EUC_JP、EUC_JIS_2004、KOI8R、MULE_INTERNAL、LATIN1、LATIN2、LATIN3、LATIN4、LATIN5、LATIN6、LATIN7、LATIN8、LATIN9、LATIN10、ISO_8859_5、ISO_8859_6、ISO_8859_7、ISO_8859_8、SQL_ASCII ]
|
|
126
|
+
* - MariaDB: [ utf8, gbk, latin1, utf8mb4 ]
|
|
124
127
|
*/
|
|
125
128
|
characterSet?: pulumi.Input<string>;
|
|
126
129
|
/**
|
package/rds/database.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"database.js","sourceRoot":"","sources":["../../rds/database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;
|
|
1
|
+
{"version":3,"file":"database.js","sourceRoot":"","sources":["../../rds/database.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,0CAA0C;AAE1C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0CG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,cAAc;IAC/C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAqB,EAAE,IAAmC;QACnH,OAAO,IAAI,QAAQ,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IAC/D,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,QAAQ,CAAC,YAAY,CAAC;IACzD,CAAC;IAgCD,YAAY,IAAY,EAAE,WAA0C,EAAE,IAAmC;QACrG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAwC,CAAC;YACvD,cAAc,CAAC,cAAc,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,aAAa,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,YAAY,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SAC3D;aAAM;YACH,MAAM,IAAI,GAAG,WAAuC,CAAC;YACrD,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,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC,SAAS,CAAC;YACpE,cAAc,CAAC,YAAY,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,UAAU,CAAC,CAAC,CAAC,SAAS,CAAC;YAClE,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC;SACzD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AA/EL,4BAgFC;AAlEG,gBAAgB;AACO,qBAAY,GAAG,gCAAgC,CAAC"}
|
package/rds/getInstances.d.ts
CHANGED
|
@@ -87,7 +87,7 @@ export interface GetInstancesResult {
|
|
|
87
87
|
readonly dbType?: string;
|
|
88
88
|
readonly enableDetails?: boolean;
|
|
89
89
|
/**
|
|
90
|
-
* Database type. Options are `MySQL`, `SQLServer`, `PostgreSQL` and `PPAS`. If no value is specified, all types are returned.
|
|
90
|
+
* Database type. Options are `MySQL`, `SQLServer`, `PostgreSQL`, `MariaDB` and `PPAS`. If no value is specified, all types are returned.
|
|
91
91
|
*/
|
|
92
92
|
readonly engine?: string;
|
|
93
93
|
/**
|
package/rds/instance.d.ts
CHANGED
|
@@ -148,7 +148,7 @@ export declare class Instance extends pulumi.CustomResource {
|
|
|
148
148
|
*/
|
|
149
149
|
readonly encryptionKey: pulumi.Output<string | undefined>;
|
|
150
150
|
/**
|
|
151
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
151
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
152
152
|
*/
|
|
153
153
|
readonly engine: pulumi.Output<string>;
|
|
154
154
|
/**
|
|
@@ -529,7 +529,7 @@ export interface InstanceState {
|
|
|
529
529
|
*/
|
|
530
530
|
encryptionKey?: pulumi.Input<string>;
|
|
531
531
|
/**
|
|
532
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
532
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
533
533
|
*/
|
|
534
534
|
engine?: pulumi.Input<string>;
|
|
535
535
|
/**
|
|
@@ -894,7 +894,7 @@ export interface InstanceArgs {
|
|
|
894
894
|
*/
|
|
895
895
|
encryptionKey?: pulumi.Input<string>;
|
|
896
896
|
/**
|
|
897
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
897
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS. Create a serverless instance, you must set this parameter to MySQL.
|
|
898
898
|
*/
|
|
899
899
|
engine: pulumi.Input<string>;
|
|
900
900
|
/**
|
|
@@ -185,7 +185,7 @@ export declare class RdsCloneDbInstance extends pulumi.CustomResource {
|
|
|
185
185
|
*/
|
|
186
186
|
readonly encryptionKey: pulumi.Output<string | undefined>;
|
|
187
187
|
/**
|
|
188
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS.
|
|
188
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS.
|
|
189
189
|
*/
|
|
190
190
|
readonly engine: pulumi.Output<string>;
|
|
191
191
|
/**
|
|
@@ -477,7 +477,7 @@ export interface RdsCloneDbInstanceState {
|
|
|
477
477
|
*/
|
|
478
478
|
encryptionKey?: pulumi.Input<string>;
|
|
479
479
|
/**
|
|
480
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS.
|
|
480
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS.
|
|
481
481
|
*/
|
|
482
482
|
engine?: pulumi.Input<string>;
|
|
483
483
|
/**
|
|
@@ -757,7 +757,7 @@ export interface RdsCloneDbInstanceArgs {
|
|
|
757
757
|
*/
|
|
758
758
|
encryptionKey?: pulumi.Input<string>;
|
|
759
759
|
/**
|
|
760
|
-
* Database type. Value options: MySQL, SQLServer, PostgreSQL, and PPAS.
|
|
760
|
+
* Database type. Value options: MySQL, SQLServer, PostgreSQL, MariaDB, and PPAS.
|
|
761
761
|
*/
|
|
762
762
|
engine?: pulumi.Input<string>;
|
|
763
763
|
/**
|
package/types/output.d.ts
CHANGED
|
@@ -31958,7 +31958,7 @@ export declare namespace nlb {
|
|
|
31958
31958
|
/**
|
|
31959
31959
|
* The HTTP method that is used for health checks. Valid values: `GET` and `HEAD`. **Note:** This parameter takes effect only if `healthCheckType` is set to `http`.
|
|
31960
31960
|
*/
|
|
31961
|
-
httpCheckMethod
|
|
31961
|
+
httpCheckMethod: string;
|
|
31962
31962
|
/**
|
|
31963
31963
|
* The number of times that a healthy backend server must consecutively fail health checks before it is declared unhealthy. In this case, the health status is changed from success to fail. Valid values: 2 to 10. Default value: 2.
|
|
31964
31964
|
*/
|