tencentcloud-sdk-nodejs-intl-en 3.0.1394 → 3.0.1396
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 +1 -1
- package/tencentcloud/antiddos/index.js +1 -1
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/cls/v20201016/cls_client.js +89 -32
- package/tencentcloud/cls/v20201016/models.js +1109 -204
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/dbbrain/index.js +1 -1
- package/tencentcloud/dts/index.js +1 -1
- package/tencentcloud/kms/v20190118/kms_client.js +1 -0
- package/tencentcloud/kms/v20190118/models.js +115 -50
- package/tencentcloud/monitor/index.js +1 -1
- package/tencentcloud/mps/v20190612/models.js +247 -84
- package/tencentcloud/mps/v20190612/mps_client.js +4 -2
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/ses/v20201002/models.js +83 -47
- package/tencentcloud/ses/v20201002/ses_client.js +2 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/teo/index.js +1 -1
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/wedata/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
const sdkVersion = "3.0.
|
|
1
|
+
const sdkVersion = "3.0.1396";
|
|
2
2
|
module.exports = sdkVersion
|
|
@@ -33,6 +33,7 @@ const WhiteboxKeyInfo = models.WhiteboxKeyInfo;
|
|
|
33
33
|
const DescribeDataKeysRequest = models.DescribeDataKeysRequest;
|
|
34
34
|
const ListAlgorithmsResponse = models.ListAlgorithmsResponse;
|
|
35
35
|
const DisableKeysResponse = models.DisableKeysResponse;
|
|
36
|
+
const RegionQps = models.RegionQps;
|
|
36
37
|
const EnableDataKeyResponse = models.EnableDataKeyResponse;
|
|
37
38
|
const DescribeWhiteBoxKeyResponse = models.DescribeWhiteBoxKeyResponse;
|
|
38
39
|
const UpdateKeyDescriptionResponse = models.UpdateKeyDescriptionResponse;
|
|
@@ -779,6 +779,41 @@ class DisableKeysResponse extends AbstractModel {
|
|
|
779
779
|
}
|
|
780
780
|
}
|
|
781
781
|
|
|
782
|
+
/**
|
|
783
|
+
* Region extra QPS package
|
|
784
|
+
* @class
|
|
785
|
+
*/
|
|
786
|
+
class RegionQps extends AbstractModel {
|
|
787
|
+
constructor(){
|
|
788
|
+
super();
|
|
789
|
+
|
|
790
|
+
/**
|
|
791
|
+
* <p>Region.</p>
|
|
792
|
+
* @type {string || null}
|
|
793
|
+
*/
|
|
794
|
+
this.Region = null;
|
|
795
|
+
|
|
796
|
+
/**
|
|
797
|
+
* <p>qps size</p>
|
|
798
|
+
* @type {number || null}
|
|
799
|
+
*/
|
|
800
|
+
this.Qps = null;
|
|
801
|
+
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
/**
|
|
805
|
+
* @private
|
|
806
|
+
*/
|
|
807
|
+
deserialize(params) {
|
|
808
|
+
if (!params) {
|
|
809
|
+
return;
|
|
810
|
+
}
|
|
811
|
+
this.Region = 'Region' in params ? params.Region : null;
|
|
812
|
+
this.Qps = 'Qps' in params ? params.Qps : null;
|
|
813
|
+
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
|
|
782
817
|
/**
|
|
783
818
|
* EnableDataKey response structure.
|
|
784
819
|
* @class
|
|
@@ -2000,25 +2035,25 @@ class ImportKeyMaterialRequest extends AbstractModel {
|
|
|
2000
2035
|
super();
|
|
2001
2036
|
|
|
2002
2037
|
/**
|
|
2003
|
-
*
|
|
2038
|
+
* <p>base64-encoded encrypted key material using the PublicKey returned by GetParametersForImport. For KMS in national cryptography version regions, the length requirement for imported key material is 128 bit. For KMS in FIPS 140-2 version regions, the length requirement for imported key material is 256 bit.</p>
|
|
2004
2039
|
* @type {string || null}
|
|
2005
2040
|
*/
|
|
2006
2041
|
this.EncryptedKeyMaterial = null;
|
|
2007
2042
|
|
|
2008
2043
|
/**
|
|
2009
|
-
* Import token obtained by calling
|
|
2044
|
+
* <p>Import token obtained by calling GetParametersForImport.</p>
|
|
2010
2045
|
* @type {string || null}
|
|
2011
2046
|
*/
|
|
2012
2047
|
this.ImportToken = null;
|
|
2013
2048
|
|
|
2014
2049
|
/**
|
|
2015
|
-
*
|
|
2050
|
+
* <p>The CMK designated for importing key material must be identical to the CMK specified in GetParametersForImport.</p>
|
|
2016
2051
|
* @type {string || null}
|
|
2017
2052
|
*/
|
|
2018
2053
|
this.KeyId = null;
|
|
2019
2054
|
|
|
2020
2055
|
/**
|
|
2021
|
-
*
|
|
2056
|
+
* <p>Expiration time of the key material in unix timestamp. If unspecified or 0, the key material does not expire. If specified, the expiration time must be greater than the current time and supports up to 2147443200.</p>
|
|
2022
2057
|
* @type {number || null}
|
|
2023
2058
|
*/
|
|
2024
2059
|
this.ValidTo = null;
|
|
@@ -4039,113 +4074,131 @@ class GetServiceStatusResponse extends AbstractModel {
|
|
|
4039
4074
|
super();
|
|
4040
4075
|
|
|
4041
4076
|
/**
|
|
4042
|
-
* Whether the KMS service
|
|
4077
|
+
* <p>Whether the KMS service is enabled. true means enabled</p>
|
|
4043
4078
|
* @type {boolean || null}
|
|
4044
4079
|
*/
|
|
4045
4080
|
this.ServiceEnabled = null;
|
|
4046
4081
|
|
|
4047
4082
|
/**
|
|
4048
|
-
* Service unavailability type: 0-not purchased, 1-normal, 2-service suspended due to overdue payments, 3-resource release
|
|
4083
|
+
* <p>Service unavailability type: 0-not purchased, 1-normal, 2-service suspended due to overdue payments, 3-resource release</p>
|
|
4049
4084
|
* @type {number || null}
|
|
4050
4085
|
*/
|
|
4051
4086
|
this.InvalidType = null;
|
|
4052
4087
|
|
|
4053
4088
|
/**
|
|
4054
|
-
* 0
|
|
4089
|
+
* <p>0-Standard Edition, 1-Flagship Edition</p>
|
|
4055
4090
|
* @type {number || null}
|
|
4056
4091
|
*/
|
|
4057
4092
|
this.UserLevel = null;
|
|
4058
4093
|
|
|
4059
4094
|
/**
|
|
4060
|
-
*
|
|
4095
|
+
* <p>Expiry time of the flagship edition (Epoch Unix Timestamp).</p>
|
|
4061
4096
|
* @type {number || null}
|
|
4062
4097
|
*/
|
|
4063
4098
|
this.ProExpireTime = null;
|
|
4064
4099
|
|
|
4065
4100
|
/**
|
|
4066
|
-
*
|
|
4101
|
+
* <p>Whether the flagship edition is automatically renewed: 0-no auto-renewal, 1-auto-renewal</p>
|
|
4067
4102
|
* @type {number || null}
|
|
4068
4103
|
*/
|
|
4069
4104
|
this.ProRenewFlag = null;
|
|
4070
4105
|
|
|
4071
4106
|
/**
|
|
4072
|
-
*
|
|
4107
|
+
* <p>Unique identifier of the flagship edition purchase record. If the flagship edition is not activated, the return value is empty.</p>
|
|
4073
4108
|
* @type {string || null}
|
|
4074
4109
|
*/
|
|
4075
4110
|
this.ProResourceId = null;
|
|
4076
4111
|
|
|
4077
4112
|
/**
|
|
4078
|
-
* Whether to enable
|
|
4113
|
+
* <p>Whether to enable managed by KMS</p>
|
|
4079
4114
|
* @type {boolean || null}
|
|
4080
4115
|
*/
|
|
4081
4116
|
this.ExclusiveVSMEnabled = null;
|
|
4082
4117
|
|
|
4083
4118
|
/**
|
|
4084
|
-
* Whether to enable
|
|
4119
|
+
* <p>Whether to enable KMS exclusive edition</p>
|
|
4085
4120
|
* @type {boolean || null}
|
|
4086
4121
|
*/
|
|
4087
4122
|
this.ExclusiveHSMEnabled = null;
|
|
4088
4123
|
|
|
4089
4124
|
/**
|
|
4090
|
-
*
|
|
4125
|
+
* <p>KMS subscription information.</p>
|
|
4091
4126
|
* @type {string || null}
|
|
4092
4127
|
*/
|
|
4093
4128
|
this.SubscriptionInfo = null;
|
|
4094
4129
|
|
|
4095
4130
|
/**
|
|
4096
|
-
*
|
|
4131
|
+
* <p>Return the usage quantity of KMS user secret key</p>
|
|
4097
4132
|
* @type {number || null}
|
|
4098
4133
|
*/
|
|
4099
4134
|
this.CmkUserCount = null;
|
|
4100
4135
|
|
|
4101
4136
|
/**
|
|
4102
|
-
*
|
|
4137
|
+
* <p>Return the specification quantity of KMS user secret keys</p>
|
|
4103
4138
|
* @type {number || null}
|
|
4104
4139
|
*/
|
|
4105
4140
|
this.CmkLimit = null;
|
|
4106
4141
|
|
|
4107
4142
|
/**
|
|
4108
|
-
* Return dedicated cluster group
|
|
4143
|
+
* <p>Return the dedicated cluster group</p>
|
|
4109
4144
|
* @type {Array.<ExclusiveHSM> || null}
|
|
4110
4145
|
*/
|
|
4111
4146
|
this.ExclusiveHSMList = null;
|
|
4112
4147
|
|
|
4113
4148
|
/**
|
|
4114
|
-
*
|
|
4149
|
+
* <p>Indicates whether data key management is supported. 1: supported. 0: not supported.</p>
|
|
4115
4150
|
* @type {boolean || null}
|
|
4116
4151
|
*/
|
|
4117
4152
|
this.IsAllowedDataKeyHosted = null;
|
|
4118
4153
|
|
|
4119
4154
|
/**
|
|
4120
|
-
* Valid when IsAllowedDataKeyHosted is 1.
|
|
4155
|
+
* <p>Valid when IsAllowedDataKeyHosted is 1. Purchase quota of the data key</p>
|
|
4121
4156
|
* @type {number || null}
|
|
4122
4157
|
*/
|
|
4123
4158
|
this.DataKeyLimit = null;
|
|
4124
4159
|
|
|
4125
4160
|
/**
|
|
4126
|
-
* Valid when IsAllowedDataKeyHosted is 1.
|
|
4161
|
+
* <p>Valid at that time when IsAllowedDataKeyHosted is 1. Data key free quota.</p>
|
|
4127
4162
|
* @type {number || null}
|
|
4128
4163
|
*/
|
|
4129
4164
|
this.FreeDataKeyLimit = null;
|
|
4130
4165
|
|
|
4131
4166
|
/**
|
|
4132
|
-
* Valid
|
|
4167
|
+
* <p>Valid when IsAllowedDataKeyHosted is 1. Number of used data keys.</p>
|
|
4133
4168
|
* @type {number || null}
|
|
4134
4169
|
*/
|
|
4135
4170
|
this.DataKeyUsedCount = null;
|
|
4136
4171
|
|
|
4137
4172
|
/**
|
|
4138
|
-
*
|
|
4173
|
+
* <p>Target region info of the sync task</p>
|
|
4139
4174
|
* @type {Array.<DestinationSyncConfig> || null}
|
|
4140
4175
|
*/
|
|
4141
4176
|
this.SyncTaskList = null;
|
|
4142
4177
|
|
|
4143
4178
|
/**
|
|
4144
|
-
* Whether
|
|
4179
|
+
* <p>Whether sync task is supported. true: supported, false: unsupported.</p>
|
|
4145
4180
|
* @type {boolean || null}
|
|
4146
4181
|
*/
|
|
4147
4182
|
this.IsAllowedSync = null;
|
|
4148
4183
|
|
|
4184
|
+
/**
|
|
4185
|
+
* <p>QPS in the region</p>
|
|
4186
|
+
* @type {number || null}
|
|
4187
|
+
*/
|
|
4188
|
+
this.QpsLimit = null;
|
|
4189
|
+
|
|
4190
|
+
/**
|
|
4191
|
+
* <p>Total QPS value</p>
|
|
4192
|
+
* @type {number || null}
|
|
4193
|
+
*/
|
|
4194
|
+
this.QpsTotalLimit = null;
|
|
4195
|
+
|
|
4196
|
+
/**
|
|
4197
|
+
* <p>QPS in the region</p>
|
|
4198
|
+
* @type {Array.<RegionQps> || null}
|
|
4199
|
+
*/
|
|
4200
|
+
this.RegionsQps = null;
|
|
4201
|
+
|
|
4149
4202
|
/**
|
|
4150
4203
|
* The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
|
|
4151
4204
|
* @type {string || null}
|
|
@@ -4195,6 +4248,17 @@ class GetServiceStatusResponse extends AbstractModel {
|
|
|
4195
4248
|
}
|
|
4196
4249
|
}
|
|
4197
4250
|
this.IsAllowedSync = 'IsAllowedSync' in params ? params.IsAllowedSync : null;
|
|
4251
|
+
this.QpsLimit = 'QpsLimit' in params ? params.QpsLimit : null;
|
|
4252
|
+
this.QpsTotalLimit = 'QpsTotalLimit' in params ? params.QpsTotalLimit : null;
|
|
4253
|
+
|
|
4254
|
+
if (params.RegionsQps) {
|
|
4255
|
+
this.RegionsQps = new Array();
|
|
4256
|
+
for (let z in params.RegionsQps) {
|
|
4257
|
+
let obj = new RegionQps();
|
|
4258
|
+
obj.deserialize(params.RegionsQps[z]);
|
|
4259
|
+
this.RegionsQps.push(obj);
|
|
4260
|
+
}
|
|
4261
|
+
}
|
|
4198
4262
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
4199
4263
|
|
|
4200
4264
|
}
|
|
@@ -4694,169 +4758,169 @@ class KeyMetadata extends AbstractModel {
|
|
|
4694
4758
|
super();
|
|
4695
4759
|
|
|
4696
4760
|
/**
|
|
4697
|
-
* Globally unique CMK
|
|
4761
|
+
* <p>Globally unique ID of the CMK.</p>
|
|
4698
4762
|
* @type {string || null}
|
|
4699
4763
|
*/
|
|
4700
4764
|
this.KeyId = null;
|
|
4701
4765
|
|
|
4702
4766
|
/**
|
|
4703
|
-
*
|
|
4767
|
+
* <p>An alias name as a key that is easier to identify and understand</p>
|
|
4704
4768
|
* @type {string || null}
|
|
4705
4769
|
*/
|
|
4706
4770
|
this.Alias = null;
|
|
4707
4771
|
|
|
4708
4772
|
/**
|
|
4709
|
-
* Key creation time
|
|
4773
|
+
* <p>Key creation time</p>
|
|
4710
4774
|
* @type {number || null}
|
|
4711
4775
|
*/
|
|
4712
4776
|
this.CreateTime = null;
|
|
4713
4777
|
|
|
4714
4778
|
/**
|
|
4715
|
-
* CMK
|
|
4779
|
+
* <p>Description of the CMK.</p>
|
|
4716
4780
|
* @type {string || null}
|
|
4717
4781
|
*/
|
|
4718
4782
|
this.Description = null;
|
|
4719
4783
|
|
|
4720
4784
|
/**
|
|
4721
|
-
* CMK
|
|
4785
|
+
* <p>CMK state, value: Enabled | Disabled | PendingDelete | PendingImport | Archived</p>
|
|
4722
4786
|
* @type {string || null}
|
|
4723
4787
|
*/
|
|
4724
4788
|
this.KeyState = null;
|
|
4725
4789
|
|
|
4726
4790
|
/**
|
|
4727
|
-
* CMK purpose.
|
|
4791
|
+
* <p>CMK purpose. Value: ENCRYPT_DECRYPT | ASYMMETRIC_DECRYPT_RSA_2048 | ASYMMETRIC_DECRYPT_SM2 | ASYMMETRIC_SIGN_VERIFY_SM2 | ASYMMETRIC_SIGN_VERIFY_RSA_2048 | ASYMMETRIC_SIGN_VERIFY_ECC</p>
|
|
4728
4792
|
* @type {string || null}
|
|
4729
4793
|
*/
|
|
4730
4794
|
this.KeyUsage = null;
|
|
4731
4795
|
|
|
4732
4796
|
/**
|
|
4733
|
-
* CMK type. 2
|
|
4797
|
+
* <p>CMK type. 2 means compliant with FIPS 140-2 standard. 4 means compliant with national cryptography standards.</p><p>Enumeration value:</p><ul><li>2: Complies with FIPS 140-2 standard</li><li>4: Complies with national cryptography standards</li></ul>
|
|
4734
4798
|
* @type {number || null}
|
|
4735
4799
|
*/
|
|
4736
4800
|
this.Type = null;
|
|
4737
4801
|
|
|
4738
4802
|
/**
|
|
4739
|
-
* Creator
|
|
4803
|
+
* <p>Creator.</p>
|
|
4740
4804
|
* @type {number || null}
|
|
4741
4805
|
*/
|
|
4742
4806
|
this.CreatorUin = null;
|
|
4743
4807
|
|
|
4744
4808
|
/**
|
|
4745
|
-
*
|
|
4809
|
+
* <p>Is key rotation function enabled?</p>
|
|
4746
4810
|
* @type {boolean || null}
|
|
4747
4811
|
*/
|
|
4748
4812
|
this.KeyRotationEnabled = null;
|
|
4749
4813
|
|
|
4750
4814
|
/**
|
|
4751
|
-
* CMK
|
|
4815
|
+
* <p>Creator of the CMK. For user-created CMKs, the value is user. For CMKs auto-created by authorized Cloud services, the value is the corresponding product name.</p>
|
|
4752
4816
|
* @type {string || null}
|
|
4753
4817
|
*/
|
|
4754
4818
|
this.Owner = null;
|
|
4755
4819
|
|
|
4756
4820
|
/**
|
|
4757
|
-
*
|
|
4821
|
+
* <p>The time when the next rotation occurs with key rotation enabled</p>
|
|
4758
4822
|
* @type {number || null}
|
|
4759
4823
|
*/
|
|
4760
4824
|
this.NextRotateTime = null;
|
|
4761
4825
|
|
|
4762
4826
|
/**
|
|
4763
|
-
* The time when
|
|
4827
|
+
* <p>The time when schedule deletion</p>
|
|
4764
4828
|
* @type {number || null}
|
|
4765
4829
|
*/
|
|
4766
4830
|
this.DeletionDate = null;
|
|
4767
4831
|
|
|
4768
4832
|
/**
|
|
4769
|
-
* CMK key material type.
|
|
4833
|
+
* <p>CMK key material type. TENCENT_KMS for those created by KMS, EXTERNAL for user import.</p>
|
|
4770
4834
|
* @type {string || null}
|
|
4771
4835
|
*/
|
|
4772
4836
|
this.Origin = null;
|
|
4773
4837
|
|
|
4774
4838
|
/**
|
|
4775
|
-
* Valid when Origin is EXTERNAL.
|
|
4839
|
+
* <p>Valid when Origin is EXTERNAL. Indicates the expiration date of the key material. 0 means never expire.</p>
|
|
4776
4840
|
* @type {number || null}
|
|
4777
4841
|
*/
|
|
4778
4842
|
this.ValidTo = null;
|
|
4779
4843
|
|
|
4780
4844
|
/**
|
|
4781
|
-
* Resource ID
|
|
4845
|
+
* <p>Resource ID, format: creatorUin/$creatorUin/$keyId</p>
|
|
4782
4846
|
* @type {string || null}
|
|
4783
4847
|
*/
|
|
4784
4848
|
this.ResourceId = null;
|
|
4785
4849
|
|
|
4786
4850
|
/**
|
|
4787
|
-
* HSM
|
|
4851
|
+
* <p>HSM Cluster ID (only applicable to KMS exclusive/managed service instance)</p>
|
|
4788
4852
|
* @type {string || null}
|
|
4789
4853
|
*/
|
|
4790
4854
|
this.HsmClusterId = null;
|
|
4791
4855
|
|
|
4792
4856
|
/**
|
|
4793
|
-
* Key rotation
|
|
4857
|
+
* <p>Key rotation cycle (days)</p>
|
|
4794
4858
|
* @type {number || null}
|
|
4795
4859
|
*/
|
|
4796
4860
|
this.RotateDays = null;
|
|
4797
4861
|
|
|
4798
4862
|
/**
|
|
4799
|
-
* Last
|
|
4863
|
+
* <p>Last rotation time (Unix timestamp).</p>
|
|
4800
4864
|
* @type {number || null}
|
|
4801
4865
|
*/
|
|
4802
4866
|
this.LastRotateTime = null;
|
|
4803
4867
|
|
|
4804
4868
|
/**
|
|
4805
|
-
*
|
|
4869
|
+
* <p>Whether the key is the primary replica. 0: primary replica, 1: synced replica.</p>
|
|
4806
4870
|
* @type {number || null}
|
|
4807
4871
|
*/
|
|
4808
4872
|
this.IsSyncReplica = null;
|
|
4809
4873
|
|
|
4810
4874
|
/**
|
|
4811
|
-
* Synchronous original region
|
|
4875
|
+
* <p>Synchronous original region</p>
|
|
4812
4876
|
* @type {string || null}
|
|
4813
4877
|
*/
|
|
4814
4878
|
this.SourceRegion = null;
|
|
4815
4879
|
|
|
4816
4880
|
/**
|
|
4817
|
-
*
|
|
4881
|
+
* <p>Key synchronization state: 0: unsynced, 1: synced successfully, 2: synchronization failed, 3: syncing.</p>
|
|
4818
4882
|
* @type {number || null}
|
|
4819
4883
|
*/
|
|
4820
4884
|
this.SyncStatus = null;
|
|
4821
4885
|
|
|
4822
4886
|
/**
|
|
4823
|
-
*
|
|
4887
|
+
* <p>Synchronous result description</p>
|
|
4824
4888
|
* @type {string || null}
|
|
4825
4889
|
*/
|
|
4826
4890
|
this.SyncMessages = null;
|
|
4827
4891
|
|
|
4828
4892
|
/**
|
|
4829
|
-
* Start time of synchronization
|
|
4893
|
+
* <p>Start time of synchronization</p>
|
|
4830
4894
|
* @type {number || null}
|
|
4831
4895
|
*/
|
|
4832
4896
|
this.SyncStartTime = null;
|
|
4833
4897
|
|
|
4834
4898
|
/**
|
|
4835
|
-
*
|
|
4899
|
+
* <p>Synchronous end time</p>
|
|
4836
4900
|
* @type {number || null}
|
|
4837
4901
|
*/
|
|
4838
4902
|
this.SyncEndTime = null;
|
|
4839
4903
|
|
|
4840
4904
|
/**
|
|
4841
|
-
* Synchronous original cluster.
|
|
4905
|
+
* <p>Synchronous original cluster. If empty, it is a public cloud public cluster.</p>
|
|
4842
4906
|
* @type {string || null}
|
|
4843
4907
|
*/
|
|
4844
4908
|
this.SourceHsmClusterId = null;
|
|
4845
4909
|
|
|
4846
4910
|
/**
|
|
4847
|
-
* Member account appId
|
|
4911
|
+
* <p>Member account appId</p>
|
|
4848
4912
|
* @type {number || null}
|
|
4849
4913
|
*/
|
|
4850
4914
|
this.AccountAppId = null;
|
|
4851
4915
|
|
|
4852
4916
|
/**
|
|
4853
|
-
*
|
|
4917
|
+
* <p>member account uin</p>
|
|
4854
4918
|
* @type {number || null}
|
|
4855
4919
|
*/
|
|
4856
4920
|
this.AccountUin = null;
|
|
4857
4921
|
|
|
4858
4922
|
/**
|
|
4859
|
-
* Member account name
|
|
4923
|
+
* <p>Member account name</p>
|
|
4860
4924
|
* @type {string || null}
|
|
4861
4925
|
*/
|
|
4862
4926
|
this.AccountName = null;
|
|
@@ -6556,6 +6620,7 @@ module.exports = {
|
|
|
6556
6620
|
DescribeDataKeysRequest: DescribeDataKeysRequest,
|
|
6557
6621
|
ListAlgorithmsResponse: ListAlgorithmsResponse,
|
|
6558
6622
|
DisableKeysResponse: DisableKeysResponse,
|
|
6623
|
+
RegionQps: RegionQps,
|
|
6559
6624
|
EnableDataKeyResponse: EnableDataKeyResponse,
|
|
6560
6625
|
DescribeWhiteBoxKeyResponse: DescribeWhiteBoxKeyResponse,
|
|
6561
6626
|
UpdateKeyDescriptionResponse: UpdateKeyDescriptionResponse,
|