tencentcloud-sdk-nodejs 4.0.214 → 4.0.218

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 (100) hide show
  1. package/CHANGELOG.md +596 -55
  2. package/package.json +1 -1
  3. package/products.md +26 -26
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/ame/v20190916/ame_client.ts +1 -0
  6. package/src/services/ame/v20190916/ame_models.ts +28 -0
  7. package/src/services/as/v20180419/as_models.ts +1 -1
  8. package/src/services/billing/v20180709/billing_models.ts +10 -0
  9. package/src/services/cam/v20190116/cam_client.ts +42 -6
  10. package/src/services/cam/v20190116/cam_models.ts +70 -0
  11. package/src/services/cdn/v20180606/cdn_client.ts +20 -3
  12. package/src/services/cdn/v20180606/cdn_models.ts +537 -36
  13. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
  15. package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
  16. package/src/services/cpdp/v20190820/cpdp_models.ts +647 -5
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +2 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +90 -35
  19. package/src/services/domain/v20180808/domain_client.ts +143 -94
  20. package/src/services/domain/v20180808/domain_models.ts +182 -37
  21. package/src/services/ecdn/v20191012/ecdn_models.ts +1 -1
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  23. package/src/services/faceid/v20180301/faceid_models.ts +2 -1
  24. package/src/services/gaap/v20180529/gaap_client.ts +3 -2
  25. package/src/services/gaap/v20180529/gaap_models.ts +142 -64
  26. package/src/services/iai/v20200303/iai_models.ts +2 -2
  27. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +57 -8
  28. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +149 -9
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
  30. package/src/services/live/v20180801/live_client.ts +2 -2
  31. package/src/services/live/v20180801/live_models.ts +3 -3
  32. package/src/services/mps/v20190612/mps_models.ts +16 -0
  33. package/src/services/ocr/v20181119/ocr_client.ts +14 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +80 -17
  35. package/src/services/scf/v20180416/scf_models.ts +1 -1
  36. package/src/services/sqlserver/v20180328/sqlserver_models.ts +1 -1
  37. package/src/services/ssl/v20191205/ssl_client.ts +14 -1
  38. package/src/services/ssl/v20191205/ssl_models.ts +70 -20
  39. package/src/services/tcr/v20190924/tcr_client.ts +1 -0
  40. package/src/services/tcr/v20190924/tcr_models.ts +63 -1
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  42. package/src/services/trtc/v20190722/trtc_models.ts +10 -0
  43. package/src/services/vpc/v20170312/vpc_client.ts +99 -36
  44. package/src/services/vpc/v20170312/vpc_models.ts +269 -32
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +24 -0
  48. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  49. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -0
  50. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -3
  51. package/tencentcloud/services/cam/v20190116/cam_client.js +21 -3
  52. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +61 -0
  53. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +5 -1
  54. package/tencentcloud/services/cdn/v20180606/cdn_client.js +6 -0
  55. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +494 -31
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +30 -0
  57. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +13 -1
  58. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +18 -0
  59. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +541 -5
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  61. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +49 -33
  62. package/tencentcloud/services/domain/v20180808/domain_client.js +71 -47
  63. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +159 -34
  64. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +1 -1
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  66. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -1
  67. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  68. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +121 -56
  69. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
  70. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +19 -3
  71. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +27 -3
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +130 -9
  73. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
  74. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
  75. package/tencentcloud/services/live/v20180801/live_client.d.ts +2 -2
  76. package/tencentcloud/services/live/v20180801/live_client.js +2 -2
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
  78. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -0
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -17
  82. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  83. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +1 -1
  84. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +5 -1
  85. package/tencentcloud/services/ssl/v20191205/ssl_client.js +6 -0
  86. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +59 -16
  87. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +53 -1
  88. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -0
  90. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +34 -14
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.js +47 -17
  92. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +233 -30
  93. package/test/cam.v20190116.test.js +32 -2
  94. package/test/cdn.v20180606.test.js +10 -0
  95. package/test/cpdp.v20190820.test.js +30 -0
  96. package/test/domain.v20180808.test.js +72 -32
  97. package/test/iotexplorer.v20190423.test.js +42 -2
  98. package/test/ocr.v20181119.test.js +10 -0
  99. package/test/ssl.v20191205.test.js +10 -0
  100. package/test/vpc.v20170312.test.js +58 -8
@@ -197,7 +197,7 @@ export interface CreateCcnResponse {
197
197
  /**
198
198
  * 云联网(CCN)对象。
199
199
  */
200
- Ccn?: CCN;
200
+ Ccn: CCN;
201
201
  /**
202
202
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
203
203
  */
@@ -471,6 +471,15 @@ export interface DescribeIpGeolocationInfosRequest {
471
471
  */
472
472
  Fields?: IpField;
473
473
  }
474
+ /**
475
+ * AddTemplateMember返回参数结构体
476
+ */
477
+ export interface AddTemplateMemberResponse {
478
+ /**
479
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
480
+ */
481
+ RequestId?: string;
482
+ }
474
483
  /**
475
484
  * CreateDefaultSecurityGroup请求参数结构体
476
485
  */
@@ -979,6 +988,19 @@ export interface DescribeFlowLogsRequest {
979
988
  */
980
989
  Filters?: Filter;
981
990
  }
991
+ /**
992
+ * DeleteTemplateMember请求参数结构体
993
+ */
994
+ export interface DeleteTemplateMemberRequest {
995
+ /**
996
+ * 参数模板实例ID,支持IP地址、协议端口、IP地址组、协议端口组四种参数模板的实例ID。
997
+ */
998
+ TemplateId: string;
999
+ /**
1000
+ * 需要添加的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致。
1001
+ */
1002
+ TemplateMember: Array<MemberInfo>;
1003
+ }
982
1004
  /**
983
1005
  * CloneSecurityGroup请求参数结构体
984
1006
  */
@@ -1104,6 +1126,10 @@ export interface ModifyBandwidthPackageAttributeRequest {
1104
1126
  * 带宽包计费模式
1105
1127
  */
1106
1128
  ChargeType?: string;
1129
+ /**
1130
+ * 退款时迁移为后付费带宽包。默认值:否
1131
+ */
1132
+ MigrateOnRefund?: boolean;
1107
1133
  }
1108
1134
  /**
1109
1135
  * TransformAddress返回参数结构体
@@ -2187,6 +2213,23 @@ export interface DescribeSecurityGroupsRequest {
2187
2213
  */
2188
2214
  Limit?: string;
2189
2215
  }
2216
+ /**
2217
+ * RefreshDirectConnectGatewayRouteToNatGateway请求参数结构体
2218
+ */
2219
+ export interface RefreshDirectConnectGatewayRouteToNatGatewayRequest {
2220
+ /**
2221
+ * vpc的ID
2222
+ */
2223
+ VpcId: string;
2224
+ /**
2225
+ * NAT网关ID
2226
+ */
2227
+ NatGatewayId: string;
2228
+ /**
2229
+ * 是否是预刷新;True:是, False:否
2230
+ */
2231
+ DryRun: boolean;
2232
+ }
2190
2233
  /**
2191
2234
  * DescribeNatGatewayDestinationIpPortTranslationNatRules请求参数结构体
2192
2235
  */
@@ -2605,21 +2648,13 @@ export interface CreateNatGatewayResponse {
2605
2648
  RequestId?: string;
2606
2649
  }
2607
2650
  /**
2608
- * DescribeVpcs返回参数结构体
2651
+ * DescribeIp6TranslatorQuota请求参数结构体
2609
2652
  */
2610
- export interface DescribeVpcsResponse {
2611
- /**
2612
- * 符合条件的对象数。
2613
- */
2614
- TotalCount: number;
2615
- /**
2616
- * VPC对象。
2617
- */
2618
- VpcSet: Array<Vpc>;
2653
+ export interface DescribeIp6TranslatorQuotaRequest {
2619
2654
  /**
2620
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2655
+ * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
2621
2656
  */
2622
- RequestId?: string;
2657
+ Ip6TranslatorIds?: Array<string>;
2623
2658
  }
2624
2659
  /**
2625
2660
  * ModifySecurityGroupAttribute请求参数结构体
@@ -2977,6 +3012,15 @@ export interface CcnRoute {
2977
3012
  */
2978
3013
  InstanceExtraName: string;
2979
3014
  }
3015
+ /**
3016
+ * ModifyIpv6AddressesAttribute返回参数结构体
3017
+ */
3018
+ export interface ModifyIpv6AddressesAttributeResponse {
3019
+ /**
3020
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3021
+ */
3022
+ RequestId?: string;
3023
+ }
2980
3024
  /**
2981
3025
  * DeleteSecurityGroupPolicies请求参数结构体
2982
3026
  */
@@ -3153,6 +3197,27 @@ export interface CreateAddressTemplateGroupRequest {
3153
3197
  */
3154
3198
  AddressTemplateIds: Array<string>;
3155
3199
  }
3200
+ /**
3201
+ * DescribeNatGatewayDirectConnectGatewayRoute请求参数结构体
3202
+ */
3203
+ export interface DescribeNatGatewayDirectConnectGatewayRouteRequest {
3204
+ /**
3205
+ * nat的唯一标识
3206
+ */
3207
+ NatGatewayId: string;
3208
+ /**
3209
+ * vpc的唯一标识
3210
+ */
3211
+ VpcId: string;
3212
+ /**
3213
+ * 0到200之间
3214
+ */
3215
+ Limit?: number;
3216
+ /**
3217
+ * 大于0
3218
+ */
3219
+ Offset?: number;
3220
+ }
3156
3221
  /**
3157
3222
  * DescribeCustomerGatewayVendors返回参数结构体
3158
3223
  */
@@ -3575,11 +3640,11 @@ export interface DescribeCcnsResponse {
3575
3640
  /**
3576
3641
  * 符合条件的对象数。
3577
3642
  */
3578
- TotalCount?: number;
3643
+ TotalCount: number;
3579
3644
  /**
3580
3645
  * CCN对象。
3581
3646
  */
3582
- CcnSet?: Array<CCN>;
3647
+ CcnSet: Array<CCN>;
3583
3648
  /**
3584
3649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3585
3650
  */
@@ -3905,11 +3970,11 @@ export interface DescribeCcnAttachedInstancesResponse {
3905
3970
  /**
3906
3971
  * 符合条件的对象数。
3907
3972
  */
3908
- TotalCount?: number;
3973
+ TotalCount: number;
3909
3974
  /**
3910
3975
  * 关联实例列表。
3911
3976
  */
3912
- InstanceSet?: Array<CcnAttachedInstance>;
3977
+ InstanceSet: Array<CcnAttachedInstance>;
3913
3978
  /**
3914
3979
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3915
3980
  */
@@ -4358,13 +4423,17 @@ export interface VpnGatewayRouteModify {
4358
4423
  Status: string;
4359
4424
  }
4360
4425
  /**
4361
- * ModifyIpv6AddressesAttribute返回参数结构体
4426
+ * 模板对象成员信息
4362
4427
  */
4363
- export interface ModifyIpv6AddressesAttributeResponse {
4428
+ export interface MemberInfo {
4364
4429
  /**
4365
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4430
+ * 模板对象成员
4366
4431
  */
4367
- RequestId?: string;
4432
+ Member: string;
4433
+ /**
4434
+ * 模板对象成员描述信息
4435
+ */
4436
+ Description?: string;
4368
4437
  }
4369
4438
  /**
4370
4439
  * ReplaceSecurityGroupPolicy请求参数结构体
@@ -5007,13 +5076,21 @@ export interface DisassociateNetworkInterfaceSecurityGroupsResponse {
5007
5076
  RequestId?: string;
5008
5077
  }
5009
5078
  /**
5010
- * DescribeIp6TranslatorQuota请求参数结构体
5079
+ * DescribeVpcs返回参数结构体
5011
5080
  */
5012
- export interface DescribeIp6TranslatorQuotaRequest {
5081
+ export interface DescribeVpcsResponse {
5013
5082
  /**
5014
- * 待查询IPV6转换实例的唯一ID列表,形如ip6-xxxxxxxx
5083
+ * 符合条件的对象数。
5015
5084
  */
5016
- Ip6TranslatorIds?: Array<string>;
5085
+ TotalCount: number;
5086
+ /**
5087
+ * VPC对象。
5088
+ */
5089
+ VpcSet: Array<Vpc>;
5090
+ /**
5091
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5092
+ */
5093
+ RequestId?: string;
5017
5094
  }
5018
5095
  /**
5019
5096
  * DescribeNetworkInterfaceLimit返回参数结构体
@@ -5084,6 +5161,15 @@ export interface CreateCcnRequest {
5084
5161
  */
5085
5162
  Tags?: Array<Tag>;
5086
5163
  }
5164
+ /**
5165
+ * DeleteTemplateMember返回参数结构体
5166
+ */
5167
+ export interface DeleteTemplateMemberResponse {
5168
+ /**
5169
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5170
+ */
5171
+ RequestId?: string;
5172
+ }
5087
5173
  /**
5088
5174
  * ModifyNatGatewaySourceIpTranslationNatRule请求参数结构体
5089
5175
  */
@@ -6974,6 +7060,23 @@ export interface DescribeCcnRegionBandwidthLimitsResponse {
6974
7060
  */
6975
7061
  RequestId?: string;
6976
7062
  }
7063
+ /**
7064
+ * ModifyTemplateMember请求参数结构体
7065
+ */
7066
+ export interface ModifyTemplateMemberRequest {
7067
+ /**
7068
+ * 参数模板实例ID,支持IP地址、协议端口、IP地址组、协议端口组四种参数模板的实例ID。
7069
+ */
7070
+ TemplateId: string;
7071
+ /**
7072
+ * 需要修改的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致,修改顺序与TemplateMember参数顺序一一对应,入参长度需要与TemplateMember参数保持一致。
7073
+ */
7074
+ OriginalTemplateMember: Array<MemberInfo>;
7075
+ /**
7076
+ * 新的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致,修改顺序与OriginalTemplateMember参数顺序一一对应,入参长度需要与OriginalTemplateMember参数保持一致。
7077
+ */
7078
+ TemplateMember: Array<MemberInfo>;
7079
+ }
6977
7080
  /**
6978
7081
  * DescribeAddresses返回参数结构体
6979
7082
  */
@@ -7713,9 +7816,9 @@ export interface DeleteAssistantCidrRequest {
7713
7816
  CidrBlocks: Array<string>;
7714
7817
  }
7715
7818
  /**
7716
- * ModifyVpcEndPointServiceWhiteList返回参数结构体
7819
+ * ModifyTemplateMember返回参数结构体
7717
7820
  */
7718
- export interface ModifyVpcEndPointServiceWhiteListResponse {
7821
+ export interface ModifyTemplateMemberResponse {
7719
7822
  /**
7720
7823
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7721
7824
  */
@@ -7742,6 +7845,23 @@ export interface SubnetInput {
7742
7845
  */
7743
7846
  RouteTableId?: string;
7744
7847
  }
7848
+ /**
7849
+ * DescribeNatGatewayDirectConnectGatewayRoute返回参数结构体
7850
+ */
7851
+ export interface DescribeNatGatewayDirectConnectGatewayRouteResponse {
7852
+ /**
7853
+ * 路由数据
7854
+ */
7855
+ NatDirectConnectGatewayRouteSet: Array<NatDirectConnectGatewayRoute>;
7856
+ /**
7857
+ * 路由总数
7858
+ */
7859
+ Total: number;
7860
+ /**
7861
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7862
+ */
7863
+ RequestId?: string;
7864
+ }
7745
7865
  /**
7746
7866
  * EnableVpcEndPointConnect返回参数结构体
7747
7867
  */
@@ -7918,11 +8038,11 @@ export interface ModifyCcnAttributeRequest {
7918
8038
  */
7919
8039
  CcnId: string;
7920
8040
  /**
7921
- * CCN名称,最大长度不能超过60个字节。
8041
+ * CCN名称,最大长度不能超过60个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
7922
8042
  */
7923
8043
  CcnName?: string;
7924
8044
  /**
7925
- * CCN描述信息,最大长度不能超过100个字节。
8045
+ * CCN描述信息,最大长度不能超过100个字节,限制:CcnName和CcnDescription必须至少选择一个参数输入,否则报错。
7926
8046
  */
7927
8047
  CcnDescription?: string;
7928
8048
  }
@@ -9160,6 +9280,19 @@ export interface DescribeServiceTemplatesRequest {
9160
9280
  */
9161
9281
  Limit?: string;
9162
9282
  }
9283
+ /**
9284
+ * RefreshDirectConnectGatewayRouteToNatGateway返回参数结构体
9285
+ */
9286
+ export interface RefreshDirectConnectGatewayRouteToNatGatewayResponse {
9287
+ /**
9288
+ * IDC子网信息
9289
+ */
9290
+ DirectConnectSubnetSet: Array<DirectConnectSubnet>;
9291
+ /**
9292
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9293
+ */
9294
+ RequestId?: string;
9295
+ }
9163
9296
  /**
9164
9297
  * DeleteRouteTable请求参数结构体
9165
9298
  */
@@ -9272,7 +9405,7 @@ export interface ReleaseAddressesResponse {
9272
9405
  /**
9273
9406
  * 异步任务TaskId。可以使用[DescribeTaskResult](https://cloud.tencent.com/document/api/215/36271)接口查询任务状态。
9274
9407
  */
9275
- TaskId?: string;
9408
+ TaskId: string;
9276
9409
  /**
9277
9410
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
9278
9411
  */
@@ -9678,6 +9811,32 @@ export interface DescribeRouteConflictsRequest {
9678
9811
  */
9679
9812
  DestinationCidrBlocks: Array<string>;
9680
9813
  }
9814
+ /**
9815
+ * 查询nat路由的返回路由对象
9816
+ */
9817
+ export interface NatDirectConnectGatewayRoute {
9818
+ /**
9819
+ * 子网的 `IPv4` `CIDR`
9820
+ */
9821
+ DestinationCidrBlock: string;
9822
+ /**
9823
+ * 下一跳网关的类型,目前此接口支持的类型有:
9824
+ DIRECTCONNECT:专线网关
9825
+ */
9826
+ GatewayType: string;
9827
+ /**
9828
+ * 下一跳网关ID
9829
+ */
9830
+ GatewayId: string;
9831
+ /**
9832
+ * 路由的创建时间
9833
+ */
9834
+ CreateTime: string;
9835
+ /**
9836
+ * 路由的更新时间
9837
+ */
9838
+ UpdateTime: string;
9839
+ }
9681
9840
  /**
9682
9841
  * 子网对象
9683
9842
  */
@@ -9840,6 +9999,11 @@ export interface SecurityGroup {
9840
9999
  * 标签键值对。
9841
10000
  */
9842
10001
  TagSet?: Array<Tag>;
10002
+ /**
10003
+ * 安全组更新时间。
10004
+ 注意:此字段可能返回 null,表示取不到有效值。
10005
+ */
10006
+ UpdateTime?: string;
9843
10007
  }
9844
10008
  /**
9845
10009
  * DisableGatewayFlowMonitor返回参数结构体
@@ -9863,6 +10027,19 @@ export interface DisassociateAddressResponse {
9863
10027
  */
9864
10028
  RequestId?: string;
9865
10029
  }
10030
+ /**
10031
+ * IDC子网信息
10032
+ */
10033
+ export interface DirectConnectSubnet {
10034
+ /**
10035
+ * 专线网关ID
10036
+ */
10037
+ DirectConnectGatewayId: string;
10038
+ /**
10039
+ * IDC子网网段
10040
+ */
10041
+ CidrBlock: string;
10042
+ }
9866
10043
  /**
9867
10044
  * DescribeVpnGatewayRoutes请求参数结构体
9868
10045
  */
@@ -10143,6 +10320,10 @@ export interface UnassignPrivateIpAddressesRequest {
10143
10320
  * 指定的内网IP信息,单次最多指定10个。
10144
10321
  */
10145
10322
  PrivateIpAddresses: Array<PrivateIpAddressSpecification>;
10323
+ /**
10324
+ * 网卡绑定的子机实例ID,该参数仅用于指定网卡退还IP并解绑子机的场景,如果不涉及解绑子机,请勿填写。
10325
+ */
10326
+ InstanceId?: string;
10146
10327
  }
10147
10328
  /**
10148
10329
  * DeleteVpnGatewayRoutes请求参数结构体
@@ -10875,6 +11056,15 @@ export interface ModifySubnetAttributeRequest {
10875
11056
  */
10876
11057
  EnableBroadcast?: string;
10877
11058
  }
11059
+ /**
11060
+ * ModifyVpcEndPointServiceWhiteList返回参数结构体
11061
+ */
11062
+ export interface ModifyVpcEndPointServiceWhiteListResponse {
11063
+ /**
11064
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
11065
+ */
11066
+ RequestId?: string;
11067
+ }
10878
11068
  /**
10879
11069
  * DescribeBandwidthPackageQuota请求参数结构体
10880
11070
  */
@@ -10892,6 +11082,19 @@ export interface DeleteVpcResponse {
10892
11082
  * DescribeTemplateLimits请求参数结构体
10893
11083
  */
10894
11084
  export declare type DescribeTemplateLimitsRequest = null;
11085
+ /**
11086
+ * AddTemplateMember请求参数结构体
11087
+ */
11088
+ export interface AddTemplateMemberRequest {
11089
+ /**
11090
+ * 参数模板实例ID,支持IP地址、协议端口、IP地址组、协议端口组四种参数模板的实例ID。
11091
+ */
11092
+ TemplateId: string;
11093
+ /**
11094
+ * 需要添加的参数模板成员信息,支持IP地址、协议端口、IP地址组、协议端口组四种类型,类型需要与TemplateId参数类型一致。
11095
+ */
11096
+ TemplateMember: Array<MemberInfo>;
11097
+ }
10895
11098
  /**
10896
11099
  * DescribeVpcEndPointServiceWhiteList返回参数结构体
10897
11100
  */
@@ -158,6 +158,16 @@ it("cam.v20190116.DeleteRolePermissionsBoundary", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("cam.v20190116.DescribeUserSAMLConfig", async function () {
162
+ try {
163
+ const data = await client.DescribeUserSAMLConfig({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
161
171
  it("cam.v20190116.DeletePolicyVersion", async function () {
162
172
  try {
163
173
  const data = await client.DeletePolicyVersion({})
@@ -178,6 +188,16 @@ it("cam.v20190116.DetachRolePolicy", async function () {
178
188
  }
179
189
  })
180
190
 
191
+ it("cam.v20190116.SetDefaultPolicyVersion", async function () {
192
+ try {
193
+ const data = await client.SetDefaultPolicyVersion({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
181
201
  it("cam.v20190116.DescribeRoleList", async function () {
182
202
  try {
183
203
  const data = await client.DescribeRoleList({})
@@ -368,9 +388,9 @@ it("cam.v20190116.UpdateAssumeRolePolicy", async function () {
368
388
  }
369
389
  })
370
390
 
371
- it("cam.v20190116.SetDefaultPolicyVersion", async function () {
391
+ it("cam.v20190116.CreateUserSAMLConfig", async function () {
372
392
  try {
373
- const data = await client.SetDefaultPolicyVersion({})
393
+ const data = await client.CreateUserSAMLConfig({})
374
394
  expect(data).to.be.ok
375
395
  } catch(error) {
376
396
  expect(error.requestId).to.be.ok
@@ -498,6 +518,16 @@ it("cam.v20190116.DeleteUser", async function () {
498
518
  }
499
519
  })
500
520
 
521
+ it("cam.v20190116.UpdateUserSAMLConfig", async function () {
522
+ try {
523
+ const data = await client.UpdateUserSAMLConfig({})
524
+ expect(data).to.be.ok
525
+ } catch(error) {
526
+ expect(error.requestId).to.be.ok
527
+ expect(error.code).to.be.ok
528
+ }
529
+ })
530
+
501
531
  it("cam.v20190116.CreatePolicyVersion", async function () {
502
532
  try {
503
533
  const data = await client.CreatePolicyVersion({})
@@ -488,6 +488,16 @@ it("cdn.v20180606.DescribeDiagnoseReport", async function () {
488
488
  }
489
489
  })
490
490
 
491
+ it("cdn.v20180606.DescribeScdnIpStrategy", async function () {
492
+ try {
493
+ const data = await client.DescribeScdnIpStrategy({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
491
501
  it("cdn.v20180606.CreateClsLogTopic", async function () {
492
502
  try {
493
503
  const data = await client.CreateClsLogTopic({})
@@ -288,6 +288,16 @@ it("cpdp.v20190820.TransferSinglePay", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("cpdp.v20190820.RefundTlinxOrder", async function () {
292
+ try {
293
+ const data = await client.RefundTlinxOrder({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
291
301
  it("cpdp.v20190820.DescribeChargeDetail", async function () {
292
302
  try {
293
303
  const data = await client.DescribeChargeDetail({})
@@ -578,6 +588,16 @@ it("cpdp.v20190820.CreateOrder", async function () {
578
588
  }
579
589
  })
580
590
 
591
+ it("cpdp.v20190820.UnifiedTlinxOrder", async function () {
592
+ try {
593
+ const data = await client.UnifiedTlinxOrder({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
581
601
  it("cpdp.v20190820.QueryMemberBind", async function () {
582
602
  try {
583
603
  const data = await client.QueryMemberBind({})
@@ -818,6 +838,16 @@ it("cpdp.v20190820.RegisterBill", async function () {
818
838
  }
819
839
  })
820
840
 
841
+ it("cpdp.v20190820.QueryOrderStatus", async function () {
842
+ try {
843
+ const data = await client.QueryOrderStatus({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
821
851
  it("cpdp.v20190820.QuerySinglePay", async function () {
822
852
  try {
823
853
  const data = await client.QuerySinglePay({})