@pulumi/alicloud 3.31.0 → 3.32.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.
Files changed (81) hide show
  1. package/bastionhost/instance.d.ts +12 -0
  2. package/bastionhost/instance.js +2 -0
  3. package/bastionhost/instance.js.map +1 -1
  4. package/bastionhost/user.d.ts +12 -3
  5. package/bastionhost/user.js.map +1 -1
  6. package/bss/getOpenApiPricingModules.d.ts +74 -0
  7. package/bss/getOpenApiPricingModules.js +40 -0
  8. package/bss/getOpenApiPricingModules.js.map +1 -1
  9. package/bss/getOpenApiProducts.d.ts +28 -0
  10. package/bss/getOpenApiProducts.js +10 -0
  11. package/bss/getOpenApiProducts.js.map +1 -1
  12. package/clickhouse/dbCluster.d.ts +6 -6
  13. package/cms/alarmContact.d.ts +2 -2
  14. package/cms/alarmContact.js +2 -2
  15. package/cr/getVpcEndpointLinkedVpcs.d.ts +117 -0
  16. package/cr/getVpcEndpointLinkedVpcs.js +65 -0
  17. package/cr/getVpcEndpointLinkedVpcs.js.map +1 -0
  18. package/cr/index.d.ts +6 -0
  19. package/cr/index.js +9 -1
  20. package/cr/index.js.map +1 -1
  21. package/cr/vpcEndpointLinkedVpc.d.ts +136 -0
  22. package/cr/vpcEndpointLinkedVpc.js +103 -0
  23. package/cr/vpcEndpointLinkedVpc.js.map +1 -0
  24. package/emrv2/cluster.d.ts +358 -0
  25. package/emrv2/cluster.js +239 -0
  26. package/emrv2/cluster.js.map +1 -0
  27. package/emrv2/getClusters.d.ts +135 -0
  28. package/emrv2/getClusters.js +40 -0
  29. package/emrv2/getClusters.js.map +1 -0
  30. package/emrv2/index.d.ts +6 -0
  31. package/emrv2/index.js +25 -0
  32. package/emrv2/index.js.map +1 -0
  33. package/ess/scalingConfiguration.d.ts +12 -0
  34. package/ess/scalingConfiguration.js +2 -0
  35. package/ess/scalingConfiguration.js.map +1 -1
  36. package/expressconnect/getRouterInterfaces.d.ts +110 -0
  37. package/expressconnect/getRouterInterfaces.js +62 -0
  38. package/expressconnect/getRouterInterfaces.js.map +1 -0
  39. package/expressconnect/index.d.ts +6 -0
  40. package/expressconnect/index.js +9 -1
  41. package/expressconnect/index.js.map +1 -1
  42. package/expressconnect/routerInterface.d.ts +493 -0
  43. package/expressconnect/routerInterface.js +177 -0
  44. package/expressconnect/routerInterface.js.map +1 -0
  45. package/hbr/serverBackupPlan.d.ts +36 -0
  46. package/hbr/serverBackupPlan.js +6 -0
  47. package/hbr/serverBackupPlan.js.map +1 -1
  48. package/index.d.ts +2 -1
  49. package/index.js +4 -2
  50. package/index.js.map +1 -1
  51. package/mongodb/instance.d.ts +48 -0
  52. package/mongodb/instance.js +8 -0
  53. package/mongodb/instance.js.map +1 -1
  54. package/nlb/securityPolicy.d.ts +17 -4
  55. package/nlb/securityPolicy.js +17 -4
  56. package/nlb/securityPolicy.js.map +1 -1
  57. package/ots/getSearchIndexes.d.ts +53 -0
  58. package/ots/getSearchIndexes.js +14 -0
  59. package/ots/getSearchIndexes.js.map +1 -1
  60. package/package.json +2 -2
  61. package/package.json.dev +2 -2
  62. package/threatdetection/getInstances.d.ts +103 -0
  63. package/threatdetection/getInstances.js +59 -0
  64. package/threatdetection/getInstances.js.map +1 -0
  65. package/threatdetection/index.d.ts +6 -0
  66. package/threatdetection/index.js +9 -1
  67. package/threatdetection/index.js.map +1 -1
  68. package/threatdetection/instance.d.ts +360 -0
  69. package/threatdetection/instance.js +139 -0
  70. package/threatdetection/instance.js.map +1 -0
  71. package/types/input.d.ts +284 -0
  72. package/types/output.d.ts +648 -0
  73. package/vpc/getRouterInterfaces.d.ts +0 -6
  74. package/vpc/getRouterInterfaces.js +0 -6
  75. package/vpc/getRouterInterfaces.js.map +1 -1
  76. package/vpc/routerInterfaceConnection.d.ts +0 -11
  77. package/vpc/routerInterfaceConnection.js +0 -11
  78. package/vpc/routerInterfaceConnection.js.map +1 -1
  79. package/yundun/bastionHostInstance.d.ts +3 -0
  80. package/yundun/bastionHostInstance.js +2 -0
  81. package/yundun/bastionHostInstance.js.map +1 -1
package/types/output.d.ts CHANGED
@@ -4037,26 +4037,84 @@ export declare namespace brain {
4037
4037
  }
4038
4038
  export declare namespace bss {
4039
4039
  interface GetOpenApiPricingModulesModule {
4040
+ /**
4041
+ * Property Code.
4042
+ */
4040
4043
  code: string;
4044
+ /**
4045
+ * A list of Price Module IDs.
4046
+ */
4041
4047
  id: string;
4048
+ /**
4049
+ * Attribute name.
4050
+ */
4042
4051
  pricingModuleName: string;
4052
+ /**
4053
+ * The product code.
4054
+ */
4043
4055
  productCode: string;
4056
+ /**
4057
+ * The product type.
4058
+ */
4044
4059
  productType: string;
4060
+ /**
4061
+ * Subscription type. Value:
4062
+ * * Subscription: Prepaid.
4063
+ * * PayAsYouGo: postpaid.
4064
+ */
4045
4065
  subscriptionType: string;
4066
+ /**
4067
+ * Attribute unit.
4068
+ */
4046
4069
  unit: string;
4070
+ /**
4071
+ * Property.
4072
+ */
4047
4073
  values: outputs.bss.GetOpenApiPricingModulesModuleValue[];
4048
4074
  }
4049
4075
  interface GetOpenApiPricingModulesModuleValue {
4076
+ /**
4077
+ * The module Code corresponds to the attribute value.
4078
+ */
4050
4079
  name: string;
4080
+ /**
4081
+ * Module value description information.
4082
+ */
4051
4083
  remark: string;
4084
+ /**
4085
+ * The attribute value type corresponding to the module Code. Value:
4086
+ * * single_float: single value type.
4087
+ * * range_float: range value type.
4088
+ */
4052
4089
  type: string;
4090
+ /**
4091
+ * The module Code corresponds to the attribute value.
4092
+ * > format 1024-1024000 when Type = range_float: 1024 means from 1024 to 1024000, step size 1024.
4093
+ */
4053
4094
  value: string;
4054
4095
  }
4055
4096
  interface GetOpenApiProductsProduct {
4097
+ /**
4098
+ * The ID of the product. The value is formulated as `<product_code>:<product_type>:<subscription_type>`.
4099
+ */
4056
4100
  id: string;
4101
+ /**
4102
+ * Product code.
4103
+ */
4057
4104
  productCode: string;
4105
+ /**
4106
+ * Product name.
4107
+ */
4058
4108
  productName: string;
4109
+ /**
4110
+ * Type of product.
4111
+ */
4059
4112
  productType: string;
4113
+ /**
4114
+ * Subscription type. Value:
4115
+ * * Subscription: Prepaid.
4116
+ * * PayAsYouGo: postpaid.
4117
+ */
4060
4118
  subscriptionType: string;
4061
4119
  }
4062
4120
  }
@@ -10463,6 +10521,40 @@ export declare namespace cr {
10463
10521
  */
10464
10522
  tag: string;
10465
10523
  }
10524
+ interface GetVpcEndpointLinkedVpcsVpcEndpointLinkedVpc {
10525
+ /**
10526
+ * Indicates whether the default policy is used to access the instance.
10527
+ */
10528
+ defaultAccess: boolean;
10529
+ /**
10530
+ * The ID of the Vpc Endpoint Linked Vpc. It formats as `<instance_id>:<vpc_id>:<vswitch_id>:<module_name>`.
10531
+ */
10532
+ id: string;
10533
+ /**
10534
+ * The ID of the instance.
10535
+ */
10536
+ instanceId: string;
10537
+ /**
10538
+ * IP address.
10539
+ */
10540
+ ip: string;
10541
+ /**
10542
+ * The name of the module that you want to access. Valid Values:
10543
+ */
10544
+ moduleName: string;
10545
+ /**
10546
+ * The status of the Vpc Endpoint Linked Vpc. Valid Values: `CREATING`, `RUNNING`.
10547
+ */
10548
+ status: string;
10549
+ /**
10550
+ * The ID of the VPC.
10551
+ */
10552
+ vpcId: string;
10553
+ /**
10554
+ * The ID of the vSwitch.
10555
+ */
10556
+ vswitchId: string;
10557
+ }
10466
10558
  interface RepoDomainList {
10467
10559
  /**
10468
10560
  * Domain of internal endpoint, only in some regions.
@@ -21937,6 +22029,346 @@ export declare namespace emr {
21937
22029
  imageId: string;
21938
22030
  }
21939
22031
  }
22032
+ export declare namespace emrv2 {
22033
+ interface ClusterApplicationConfig {
22034
+ /**
22035
+ * The application name of EMR cluster which has installed.
22036
+ */
22037
+ applicationName: string;
22038
+ /**
22039
+ * The configuration description of application installed.
22040
+ */
22041
+ configDescription?: string;
22042
+ /**
22043
+ * The configuration file name of application installed.
22044
+ */
22045
+ configFileName: string;
22046
+ /**
22047
+ * The configuration item key of application installed.
22048
+ */
22049
+ configItemKey: string;
22050
+ /**
22051
+ * The configuration item value of application installed.
22052
+ */
22053
+ configItemValue: string;
22054
+ /**
22055
+ * The configuration scope of emr cluster. Supported value: CLUSTER or NODEGROUP.
22056
+ */
22057
+ configScope?: string;
22058
+ /**
22059
+ * The configuration effected which node group id of emr cluster.
22060
+ */
22061
+ nodeGroupId?: string;
22062
+ /**
22063
+ * The configuration effected which node group name of emr cluster.
22064
+ */
22065
+ nodeGroupName?: string;
22066
+ }
22067
+ interface ClusterBootstrapScript {
22068
+ /**
22069
+ * The bootstrap scripts execution fail strategy, ’FAILED_BLOCKED’ or ‘FAILED_CONTINUE’ .
22070
+ */
22071
+ executionFailStrategy: string;
22072
+ /**
22073
+ * The bootstrap scripts execution moment, ’BEFORE_INSTALL’ or ‘AFTER_STARTED’ .
22074
+ */
22075
+ executionMoment: string;
22076
+ /**
22077
+ * The bootstrap scripts execution target.
22078
+ */
22079
+ nodeSelector: outputs.emrv2.ClusterBootstrapScriptNodeSelector;
22080
+ /**
22081
+ * The bootstrap scripts priority.
22082
+ */
22083
+ priority?: number;
22084
+ /**
22085
+ * The bootstrap script args, e.g. "--a=b".
22086
+ */
22087
+ scriptArgs: string;
22088
+ /**
22089
+ * The bootstrap script name.
22090
+ */
22091
+ scriptName: string;
22092
+ /**
22093
+ * The bootstrap script path, e.g. "oss://bucket/path".
22094
+ */
22095
+ scriptPath: string;
22096
+ }
22097
+ interface ClusterBootstrapScriptNodeSelector {
22098
+ /**
22099
+ * The configuration effected which node group id of emr cluster.
22100
+ */
22101
+ nodeGroupId?: string;
22102
+ /**
22103
+ * The configuration effected which node group name of emr cluster.
22104
+ */
22105
+ nodeGroupName?: string;
22106
+ /**
22107
+ * The bootstrap scripts execution target node group types.
22108
+ */
22109
+ nodeGroupTypes?: string[];
22110
+ /**
22111
+ * The bootstrap scripts execution target node names.
22112
+ */
22113
+ nodeNames?: string[];
22114
+ /**
22115
+ * The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
22116
+ */
22117
+ nodeSelectType: string;
22118
+ }
22119
+ interface ClusterNodeAttribute {
22120
+ /**
22121
+ * The name of the key pair.
22122
+ */
22123
+ keyPairName: string;
22124
+ /**
22125
+ * Alicloud EMR uses roles to perform actions on your behalf when provisioning cluster resources, running applications, dynamically scaling resources. EMR uses the following roles when interacting with other Alicloud services. Default value is AliyunEmrEcsDefaultRole.
22126
+ */
22127
+ ramRole: string;
22128
+ /**
22129
+ * Security Group ID for Cluster.
22130
+ */
22131
+ securityGroupId: string;
22132
+ /**
22133
+ * Used to retrieve instances belong to specified VPC.
22134
+ */
22135
+ vpcId: string;
22136
+ /**
22137
+ * Zone ID, e.g. cn-hangzhou-i
22138
+ */
22139
+ zoneId: string;
22140
+ }
22141
+ interface ClusterNodeGroup {
22142
+ /**
22143
+ * Additional security Group IDS for Cluster, you can also specify this key for each node group.
22144
+ */
22145
+ additionalSecurityGroupIds?: string[];
22146
+ /**
22147
+ * The detail cost optimized configuration of emr cluster.
22148
+ */
22149
+ costOptimizedConfig?: outputs.emrv2.ClusterNodeGroupCostOptimizedConfig;
22150
+ /**
22151
+ * Host Ecs data disks information in this node group.
22152
+ */
22153
+ dataDisks: outputs.emrv2.ClusterNodeGroupDataDisk[];
22154
+ /**
22155
+ * Enable emr cluster of task node graceful decommission, ’true’ or ‘false’ .
22156
+ */
22157
+ gracefulShutdown: boolean;
22158
+ /**
22159
+ * Host Ecs instance types.
22160
+ */
22161
+ instanceTypes: string[];
22162
+ /**
22163
+ * Host Ecs number in this node group.
22164
+ */
22165
+ nodeCount: number;
22166
+ /**
22167
+ * The configuration effected which node group name of emr cluster.
22168
+ */
22169
+ nodeGroupName: string;
22170
+ /**
22171
+ * The node group type of emr cluster, supported value: MASTER, CORE or TASK.
22172
+ */
22173
+ nodeGroupType: string;
22174
+ /**
22175
+ * Payment Type for this cluster. Supported value: PayAsYouGo or Subscription.
22176
+ */
22177
+ paymentType: string;
22178
+ /**
22179
+ * The spot bid prices of a PayAsYouGo instance.
22180
+ */
22181
+ spotBidPrices?: outputs.emrv2.ClusterNodeGroupSpotBidPrice[];
22182
+ /**
22183
+ * Whether to replace spot instances with newly created spot/onDemand instance when receive a spot recycling message.
22184
+ */
22185
+ spotInstanceRemedy?: boolean;
22186
+ /**
22187
+ * The detail configuration of subscription payment type.
22188
+ */
22189
+ subscriptionConfig?: outputs.emrv2.ClusterNodeGroupSubscriptionConfig;
22190
+ /**
22191
+ * Host Ecs system disk information in this node group.
22192
+ */
22193
+ systemDisk: outputs.emrv2.ClusterNodeGroupSystemDisk;
22194
+ /**
22195
+ * Global vSwitch ids, you can also specify it in node group.
22196
+ */
22197
+ vswitchIds?: string[];
22198
+ /**
22199
+ * Whether the node has a public IP address enabled.
22200
+ */
22201
+ withPublicIp: boolean;
22202
+ }
22203
+ interface ClusterNodeGroupCostOptimizedConfig {
22204
+ /**
22205
+ * The cost optimized configuration which on demand based capacity.
22206
+ */
22207
+ onDemandBaseCapacity: number;
22208
+ /**
22209
+ * The cost optimized configuration which on demand percentage above based capacity.
22210
+ */
22211
+ onDemandPercentageAboveBaseCapacity: number;
22212
+ /**
22213
+ * The cost optimized configuration with spot instance pools.
22214
+ */
22215
+ spotInstancePools: number;
22216
+ }
22217
+ interface ClusterNodeGroupDataDisk {
22218
+ /**
22219
+ * The type of the data disk. Valid values: `cloudEfficiency` and `cloudEssd`.
22220
+ */
22221
+ category: string;
22222
+ /**
22223
+ * The count of a data disk.
22224
+ */
22225
+ count: number;
22226
+ /**
22227
+ * Worker node data disk performance level, when `category` values `cloudEssd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
22228
+ */
22229
+ performanceLevel: string;
22230
+ /**
22231
+ * The size of a data disk, at least 40. Unit: GiB.
22232
+ */
22233
+ size: number;
22234
+ }
22235
+ interface ClusterNodeGroupSpotBidPrice {
22236
+ /**
22237
+ * The spot bid price of a PayAsYouGo instance.
22238
+ */
22239
+ bidPrice: number;
22240
+ /**
22241
+ * Host Ecs instance type.
22242
+ */
22243
+ instanceType: string;
22244
+ }
22245
+ interface ClusterNodeGroupSubscriptionConfig {
22246
+ /**
22247
+ * Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
22248
+ */
22249
+ autoRenew?: boolean;
22250
+ /**
22251
+ * If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
22252
+ */
22253
+ autoRenewDuration?: number;
22254
+ /**
22255
+ * If paymentType is Subscription, this should be specified. Supported value: Month or Year.
22256
+ */
22257
+ autoRenewDurationUnit?: string;
22258
+ /**
22259
+ * If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
22260
+ */
22261
+ paymentDuration: number;
22262
+ /**
22263
+ * If paymentType is Subscription, this should be specified. Supported value: Month or Year.
22264
+ */
22265
+ paymentDurationUnit: string;
22266
+ }
22267
+ interface ClusterNodeGroupSystemDisk {
22268
+ /**
22269
+ * The type of the data disk. Valid values: `cloudEfficiency` and `cloudEssd`.
22270
+ */
22271
+ category: string;
22272
+ /**
22273
+ * The count of a data disk.
22274
+ */
22275
+ count: number;
22276
+ /**
22277
+ * Worker node data disk performance level, when `category` values `cloudEssd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
22278
+ */
22279
+ performanceLevel: string;
22280
+ /**
22281
+ * The size of a data disk, at least 40. Unit: GiB.
22282
+ */
22283
+ size: number;
22284
+ }
22285
+ interface ClusterSubscriptionConfig {
22286
+ /**
22287
+ * Auto renew for prepaid, ’true’ or ‘false’ . Default value: false.
22288
+ */
22289
+ autoRenew?: boolean;
22290
+ /**
22291
+ * If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
22292
+ */
22293
+ autoRenewDuration?: number;
22294
+ /**
22295
+ * If paymentType is Subscription, this should be specified. Supported value: Month or Year.
22296
+ */
22297
+ autoRenewDurationUnit?: string;
22298
+ /**
22299
+ * If paymentType is Subscription, this should be specified. Supported value: 1、2、3、4、5、6、7、8、9、12、24、36、48.
22300
+ */
22301
+ paymentDuration: number;
22302
+ /**
22303
+ * If paymentType is Subscription, this should be specified. Supported value: Month or Year.
22304
+ */
22305
+ paymentDurationUnit: string;
22306
+ }
22307
+ interface GetClustersCluster {
22308
+ /**
22309
+ * The first ID of the resource.
22310
+ */
22311
+ clusterId: string;
22312
+ /**
22313
+ * The name of the emr cluster.
22314
+ */
22315
+ clusterName: string;
22316
+ /**
22317
+ * The state of the emr cluster.
22318
+ */
22319
+ clusterState: string;
22320
+ /**
22321
+ * The type of the emr cluster.
22322
+ */
22323
+ clusterType: string;
22324
+ /**
22325
+ * The creation time of the resource.
22326
+ */
22327
+ createTime: string;
22328
+ /**
22329
+ * The ecs default role belongs to this emr cluster.
22330
+ */
22331
+ emrDefaultRole: string;
22332
+ /**
22333
+ * The end time of the resource.
22334
+ */
22335
+ endTime: string;
22336
+ /**
22337
+ * The expire time of the resource.
22338
+ */
22339
+ expireTime: string;
22340
+ /**
22341
+ * The payment type of the emr cluster.
22342
+ */
22343
+ paymentType: string;
22344
+ /**
22345
+ * The ready time of the resource.
22346
+ */
22347
+ readyTime: string;
22348
+ /**
22349
+ * The release version of the resource.
22350
+ */
22351
+ releaseVersion: string;
22352
+ /**
22353
+ * The resource group id of the resource.
22354
+ */
22355
+ resourceGroupId: string;
22356
+ /**
22357
+ * The cluster state change reason.
22358
+ */
22359
+ stateChangeReason: {
22360
+ [key: string]: any;
22361
+ };
22362
+ /**
22363
+ * A mapping of tags to assign to the resource.
22364
+ */
22365
+ tags: outputs.emrv2.GetClustersClusterTag[];
22366
+ }
22367
+ interface GetClustersClusterTag {
22368
+ key: string;
22369
+ value: string;
22370
+ }
22371
+ }
21940
22372
  export declare namespace ens {
21941
22373
  interface GetKeyPairsPair {
21942
22374
  /**
@@ -23126,6 +23558,161 @@ export declare namespace expressconnect {
23126
23558
  */
23127
23559
  type: string;
23128
23560
  }
23561
+ interface GetRouterInterfacesFilter {
23562
+ key?: string;
23563
+ values?: string[];
23564
+ }
23565
+ interface GetRouterInterfacesInterface {
23566
+ /**
23567
+ * The access point ID to which the VBR belongs.
23568
+ */
23569
+ accessPointId: string;
23570
+ /**
23571
+ * The bandwidth of the resource.
23572
+ */
23573
+ bandwidth: number;
23574
+ /**
23575
+ * The businessStatus of the resource. Valid Values: `Normal`, `FinancialLocked`, `SecurityLocked`.
23576
+ */
23577
+ businessStatus: string;
23578
+ /**
23579
+ * The connected time of the resource.
23580
+ */
23581
+ connectedTime: string;
23582
+ /**
23583
+ * The creation time of the resource
23584
+ */
23585
+ createTime: string;
23586
+ /**
23587
+ * The cross border of the resource.
23588
+ */
23589
+ crossBorder: boolean;
23590
+ /**
23591
+ * The description of the router interface.
23592
+ */
23593
+ description: string;
23594
+ /**
23595
+ * The end time of the resource.
23596
+ */
23597
+ endTime: string;
23598
+ /**
23599
+ * The has reservation data of the resource.
23600
+ */
23601
+ hasReservationData: string;
23602
+ /**
23603
+ * The hc rate of the resource.
23604
+ */
23605
+ hcRate: number;
23606
+ /**
23607
+ * The hc threshold of the resource.
23608
+ */
23609
+ hcThreshold: string;
23610
+ /**
23611
+ * The health check source IP address, must be an unused IP within the local VPC.
23612
+ */
23613
+ healthCheckSourceIp: string;
23614
+ /**
23615
+ * The IP address for health screening purposes.
23616
+ */
23617
+ healthCheckTargetIp: string;
23618
+ id: string;
23619
+ /**
23620
+ * The Access point ID to which the other end belongs.
23621
+ */
23622
+ oppositeAccessPointId: string;
23623
+ /**
23624
+ * The opposite bandwidth of the router on the other side.
23625
+ */
23626
+ oppositeBandwidth: number;
23627
+ /**
23628
+ * The opposite interface business status of the router on the other side. Valid Values: `Normal`, `FinancialLocked`, `SecurityLocked`.
23629
+ */
23630
+ oppositeInterfaceBusinessStatus: string;
23631
+ /**
23632
+ * The Interface ID of the router at the other end.
23633
+ */
23634
+ oppositeInterfaceId: string;
23635
+ /**
23636
+ * The AliCloud account ID of the owner of the router interface on the other end.
23637
+ */
23638
+ oppositeInterfaceOwnerId: string;
23639
+ /**
23640
+ * The opposite interface spec of the router on the other side. Valid Values: `Mini.2`, `Mini.5`, `Mini.5`, `Small.2`, `Small.5`, `Middle.1`, `Middle.2`, `Middle.5`, `Large.1`, `Large.2`, `Large.5`, `XLarge.1`, `Negative`.
23641
+ */
23642
+ oppositeInterfaceSpec: string;
23643
+ /**
23644
+ * The opposite interface status of the router on the other side. Valid Values: `Idle`, `AcceptingConnecting`, `Connecting`, `Activating`, `Active`, `Modifying`, `Deactivating`, `Inactive`, `Deleting`.
23645
+ */
23646
+ oppositeInterfaceStatus: string;
23647
+ /**
23648
+ * The geographical ID of the location of the receiving end of the connection.
23649
+ */
23650
+ oppositeRegionId: string;
23651
+ /**
23652
+ * The id of the router at the other end.
23653
+ */
23654
+ oppositeRouterId: string;
23655
+ /**
23656
+ * The opposite router type of the router on the other side. Valid Values: `VRouter`, `VBR`.
23657
+ */
23658
+ oppositeRouterType: string;
23659
+ /**
23660
+ * The opposite vpc instance id of the router on the other side.
23661
+ */
23662
+ oppositeVpcInstanceId: string;
23663
+ /**
23664
+ * The payment methods for router interfaces. Valid Values: `PrePaid`, `PostPaid`.
23665
+ */
23666
+ paymentType: string;
23667
+ /**
23668
+ * The reservation active time of the resource.
23669
+ */
23670
+ reservationActiveTime: string;
23671
+ /**
23672
+ * The reservation bandwidth of the resource.
23673
+ */
23674
+ reservationBandwidth: string;
23675
+ /**
23676
+ * The reservation internet charge type of the resource.
23677
+ */
23678
+ reservationInternetChargeType: string;
23679
+ /**
23680
+ * The reservation order type of the resource.
23681
+ */
23682
+ reservationOrderType: string;
23683
+ /**
23684
+ * The role of the router interface. Valid Values: `InitiatingSide`, `AcceptingSide`.
23685
+ */
23686
+ role: string;
23687
+ /**
23688
+ * The router id associated with the router interface.
23689
+ */
23690
+ routerId: string;
23691
+ /**
23692
+ * The first ID of the resource.
23693
+ */
23694
+ routerInterfaceId: string;
23695
+ /**
23696
+ * The name of the resource.
23697
+ */
23698
+ routerInterfaceName: string;
23699
+ /**
23700
+ * The type of router associated with the router interface. Valid Values: `VRouter`, `VBR`.
23701
+ */
23702
+ routerType: string;
23703
+ /**
23704
+ * The specification of the router interface. Valid Values: `Mini.2`, `Mini.5`, `Mini.5`, `Small.2`, `Small.5`, `Middle.1`, `Middle.2`, `Middle.5`, `Large.1`, `Large.2`, `Large.5`, `XLarge.1`, `Negative`.
23705
+ */
23706
+ spec: string;
23707
+ /**
23708
+ * The status of the resource. Valid Values: `Idle`, `AcceptingConnecting`, `Connecting`, `Activating`, `Active`, `Modifying`, `Deactivating`, `Inactive`, `Deleting`.
23709
+ */
23710
+ status: string;
23711
+ /**
23712
+ * The vpc instance id of the resource.
23713
+ */
23714
+ vpcInstanceId: string;
23715
+ }
23129
23716
  interface GetVbrPconnAssociationsAssociation {
23130
23717
  /**
23131
23718
  * The circuit code provided by the operator for the physical connection.
@@ -31778,18 +32365,57 @@ export declare namespace ots {
31778
32365
  writeCapacity: number;
31779
32366
  }
31780
32367
  interface GetSearchIndexesIndex {
32368
+ /**
32369
+ * The creation time of the index.
32370
+ */
31781
32371
  createTime: number;
32372
+ /**
32373
+ * Timestamp for sync phase.
32374
+ */
31782
32375
  currentSyncTimestamp: number;
32376
+ /**
32377
+ * The resource ID. The value is `<instance_name>:<table_name>:<indexName>:<indexType>`.
32378
+ */
31783
32379
  id: string;
32380
+ /**
32381
+ * The index name of the OTS Table which could not be changed.
32382
+ */
31784
32383
  indexName: string;
32384
+ /**
32385
+ * The name of OTS instance.
32386
+ */
31785
32387
  instanceName: string;
32388
+ /**
32389
+ * Last update time for metering data..
32390
+ */
31786
32391
  meteringLastUpdateTime: number;
32392
+ /**
32393
+ * Reserve related resources for the index.
32394
+ */
31787
32395
  reservedReadCu: number;
32396
+ /**
32397
+ * The number of rows of data for index.
32398
+ */
31788
32399
  rowCount: number;
32400
+ /**
32401
+ * JSON representation of the schema of index.
32402
+ */
31789
32403
  schema: string;
32404
+ /**
32405
+ * Storage space occupied by index.
32406
+ */
31790
32407
  storageSize: number;
32408
+ /**
32409
+ * The synchronization state of the index.
32410
+ */
31791
32411
  syncPhase: string;
32412
+ /**
32413
+ * The name of OTS table.
32414
+ */
31792
32415
  tableName: string;
32416
+ /**
32417
+ * TTL of index.
32418
+ */
31793
32419
  timeToLive: number;
31794
32420
  }
31795
32421
  interface GetSecondaryIndexesIndex {
@@ -39399,6 +40025,28 @@ export declare namespace threatdetection {
39399
40025
  */
39400
40026
  targetPort: number;
39401
40027
  }
40028
+ interface GetInstancesInstance {
40029
+ /**
40030
+ * The creation time of the resource
40031
+ */
40032
+ createTime: string;
40033
+ /**
40034
+ * ID of the instance.
40035
+ */
40036
+ id: string;
40037
+ /**
40038
+ * The first ID of the resource
40039
+ */
40040
+ instanceId: string;
40041
+ /**
40042
+ * The payment type of the resource.
40043
+ */
40044
+ paymentType: string;
40045
+ /**
40046
+ * The status of the resource.
40047
+ */
40048
+ status: string;
40049
+ }
39402
40050
  interface GetVulWhitelistsWhitelist {
39403
40051
  /**
39404
40052
  * The ID of the Vul Whitelist.