@alicloud/polardb20170801 7.11.0 → 7.11.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.
@@ -12,8 +12,6 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
12
12
  * @remarks
13
13
  * The expiration time of the API key in ISO 8601 format. The value must be later than the current time.
14
14
  *
15
- * This parameter is required.
16
- *
17
15
  * @example
18
16
  * 2027-07-23T03:09:08Z
19
17
  */
@@ -30,7 +28,7 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
30
28
  gatewayId?: string;
31
29
  /**
32
30
  * @remarks
33
- * The number of API keys to generate, which corresponds to the number of resource plans to purchase. Valid values: 1 to 30.
31
+ * The number of API keys to generate, which is the number of resource plans to order. Valid values: 1 to 30.
34
32
  *
35
33
  * This parameter is required.
36
34
  *
@@ -42,9 +40,11 @@ export declare class CreateGwConsumerOrderRequest extends $dara.Model {
42
40
  * @remarks
43
41
  * The specification tier of the resource plan. Valid values:
44
42
  *
45
- * - basic: 3000 points per plan.
46
- * - advanced: 6000 points per plan.
47
- * - pro: 9000 points per plan.
43
+ * - basic
44
+ * - advanced
45
+ * - pro
46
+ *
47
+ * Each value represents the number of credits for a single key.
48
48
  *
49
49
  * This parameter is required.
50
50
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/polardb20170801",
3
- "version": "7.11.0",
3
+ "version": "7.11.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -66,6 +66,7 @@ export default class Client extends OpenApi {
66
66
  'cn-hongkong': "polardb.cn-hongkong.aliyuncs.com",
67
67
  'cn-guangzhou': "polardb.cn-guangzhou.aliyuncs.com",
68
68
  'cn-chengdu': "polardb.cn-chengdu.aliyuncs.com",
69
+ 'ap-southeast-8': "polardb.ap-southeast-8.aliyuncs.com",
69
70
  'ap-southeast-7': "polardb.ap-southeast-7.aliyuncs.com",
70
71
  'ap-southeast-6': "polardb.ap-southeast-6.aliyuncs.com",
71
72
  'ap-southeast-5': "polardb.ap-southeast-5.aliyuncs.com",
@@ -15,8 +15,6 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
15
15
  * @remarks
16
16
  * The expiration time of the API key in ISO 8601 format. The value must be later than the current time.
17
17
  *
18
- * This parameter is required.
19
- *
20
18
  * @example
21
19
  * 2027-07-23T03:09:08Z
22
20
  */
@@ -33,7 +31,7 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
33
31
  gatewayId?: string;
34
32
  /**
35
33
  * @remarks
36
- * The number of API keys to generate, which corresponds to the number of resource plans to purchase. Valid values: 1 to 30.
34
+ * The number of API keys to generate, which is the number of resource plans to order. Valid values: 1 to 30.
37
35
  *
38
36
  * This parameter is required.
39
37
  *
@@ -45,9 +43,11 @@ export class CreateGwConsumerOrderRequest extends $dara.Model {
45
43
  * @remarks
46
44
  * The specification tier of the resource plan. Valid values:
47
45
  *
48
- * - basic: 3000 points per plan.
49
- * - advanced: 6000 points per plan.
50
- * - pro: 9000 points per plan.
46
+ * - basic
47
+ * - advanced
48
+ * - pro
49
+ *
50
+ * Each value represents the number of credits for a single key.
51
51
  *
52
52
  * This parameter is required.
53
53
  *