tencentcloud-sdk-nodejs-intl-en 3.0.1394 → 3.0.1395

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-intl-en",
3
- "version": "3.0.1394",
3
+ "version": "3.0.1395",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20250903: require("./v20250903"), v20200309: require("./v20200309"),
2
+ v20200309: require("./v20200309"), v20250903: require("./v20250903"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20220331: require("./v20220331"), v20210420: require("./v20210420"),
2
+ v20210420: require("./v20210420"), v20220331: require("./v20220331"),
3
3
  };
@@ -1,2 +1,2 @@
1
- const sdkVersion = "3.0.1394";
1
+ const sdkVersion = "3.0.1395";
2
2
  module.exports = sdkVersion
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20210527: require("./v20210527"), v20191016: require("./v20191016"),
2
+ v20191016: require("./v20191016"), v20210527: require("./v20210527"),
3
3
  };
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20211206: require("./v20211206"), v20180330: require("./v20180330"),
2
+ v20180330: require("./v20180330"), v20211206: require("./v20211206"),
3
3
  };
@@ -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
- * Base64-encoded key material that encrypted with the `PublicKey` returned by `GetParametersForImport`. For the KMS of SM-CRYPTO version, the length of the key material should be 128 bits, while for KMS of FIPS-compliant version, the length should be 256 bits.
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 `GetParametersForImport`.
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
- * Specifies the CMK into which to import key material, which must be the same as the one specified by `GetParametersForImport`.
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
- * Unix timestamp of the key material's expiration time. If this value is empty or 0, the key material will never expire. To specify the expiration time, it should be later than the current time. Maximum value: 2147443200.
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 has been activated. true: activated
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: Basic Edition, 1: Ultimate Edition
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
- * Specifies the expiry time (Epoch Unix Timestamp) of the flagship edition.
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
- * Specifies whether the flagship edition is automatically renewed: 0 - no automatic renewal, 1 - automatic renewal.
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
- * Flagship edition purchase record unique identifier. if not activated, the return value is empty.
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 the KMS-managed version.
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 the exclusive edition of KMS.
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
- * Specifies the KMS subscription information.
4125
+ * <p>KMS subscription information.</p>
4091
4126
  * @type {string || null}
4092
4127
  */
4093
4128
  this.SubscriptionInfo = null;
4094
4129
 
4095
4130
  /**
4096
- * Returns the amount of KMS user secret keys used.
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
- * Returns the specification quantity of KMS user secret keys.
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
- * Whether data key management is supported. valid values: 1 (supported), 0 (unsupported).
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. specifies the purchase quota for data keys.
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. data key free quota.
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 at that time when IsAllowedDataKeyHosted is 1. specifies the number of keys used.
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
- * Specifies the target region of the sync task.
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 synchronization task is supported. true: supported; false: unsupported.
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 ID
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
- * Alias that makes a key more recognizable and understandable
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 description
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 status. Valid values: Enabled, Disabled, PendingDelete, PendingImport, Archived.
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. Valid values: `ENCRYPT_DECRYPT`, `ASYMMETRIC_DECRYPT_RSA_2048`, `ASYMMETRIC_DECRYPT_SM2`, `ASYMMETRIC_SIGN_VERIFY_SM2`, `ASYMMETRIC_SIGN_VERIFY_RSA_2048`, and `ASYMMETRIC_SIGN_VERIFY_ECC`.
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: FIPS-compliant; 4: SM-CRYPTO
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
- * Whether key rotation is enabled
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 creator. The value of this parameter is `user` if the CMK is created by the user, or the corresponding service name if it is created automatically by an authorized Tencent Cloud service.
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
- * Time of next rotation if key rotation is enabled
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 scheduled deletion occurs.
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. the type created by KMS is TENCENT_KMS. the user-imported type is EXTERNAL.
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. indicates the validity date of the key material. 0 means no expiration.
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 in the format of `creatorUin/$creatorUin/$keyId`.
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 cluster ID (valid only for exclusive or managed version KMS service instances).
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 period (days).
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 disorderly rotation time (Unix timestamp).
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
- * Specifies whether the key is a primary replica. valid values: 0 (primary replica), 1 (synced replica).
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
- * The state of key synchronization. valid values: 0 (unsynced), 1 (synchronization successful), 2 (synchronization failed), 3 (synchronizing).
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
- * Describes the synchronous result.
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
- * Specifies the synchronous end time.
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. if empty, it is a public cloud public 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
- * Member account UIN
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,
@@ -1,3 +1,3 @@
1
1
  module.exports = {
2
- v20230616: require("./v20230616"), v20180724: require("./v20180724"),
2
+ v20180724: require("./v20180724"), v20230616: require("./v20230616"),
3
3
  };