@alicloud/sas20181203 1.1.1 → 1.1.4

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/dist/client.d.ts CHANGED
@@ -1675,47 +1675,6 @@ export declare class DescribeCriteriaResponse extends $tea.Model {
1675
1675
  [key: string]: any;
1676
1676
  });
1677
1677
  }
1678
- export declare class DescribeDialogMessagesRequest extends $tea.Model {
1679
- sourceIp?: string;
1680
- static names(): {
1681
- [key: string]: string;
1682
- };
1683
- static types(): {
1684
- [key: string]: any;
1685
- };
1686
- constructor(map?: {
1687
- [key: string]: any;
1688
- });
1689
- }
1690
- export declare class DescribeDialogMessagesResponseBody extends $tea.Model {
1691
- dialogList?: DescribeDialogMessagesResponseBodyDialogList[];
1692
- requestId?: string;
1693
- totalCount?: number;
1694
- static names(): {
1695
- [key: string]: string;
1696
- };
1697
- static types(): {
1698
- [key: string]: any;
1699
- };
1700
- constructor(map?: {
1701
- [key: string]: any;
1702
- });
1703
- }
1704
- export declare class DescribeDialogMessagesResponse extends $tea.Model {
1705
- headers: {
1706
- [key: string]: string;
1707
- };
1708
- body: DescribeDialogMessagesResponseBody;
1709
- static names(): {
1710
- [key: string]: string;
1711
- };
1712
- static types(): {
1713
- [key: string]: any;
1714
- };
1715
- constructor(map?: {
1716
- [key: string]: any;
1717
- });
1718
- }
1719
1678
  export declare class DescribeDingTalkRequest extends $tea.Model {
1720
1679
  currentPage?: number;
1721
1680
  pageSize?: number;
@@ -3028,6 +2987,52 @@ export declare class DescribeInstanceStatisticsResponse extends $tea.Model {
3028
2987
  [key: string]: any;
3029
2988
  });
3030
2989
  }
2990
+ export declare class DescribeLoginBaseConfigsRequest extends $tea.Model {
2991
+ currentPage?: number;
2992
+ pageSize?: number;
2993
+ target?: string;
2994
+ type?: string;
2995
+ static names(): {
2996
+ [key: string]: string;
2997
+ };
2998
+ static types(): {
2999
+ [key: string]: any;
3000
+ };
3001
+ constructor(map?: {
3002
+ [key: string]: any;
3003
+ });
3004
+ }
3005
+ export declare class DescribeLoginBaseConfigsResponseBody extends $tea.Model {
3006
+ baseConfigs?: DescribeLoginBaseConfigsResponseBodyBaseConfigs[];
3007
+ currentPage?: number;
3008
+ pageSize?: number;
3009
+ requestId?: string;
3010
+ totalCount?: number;
3011
+ static names(): {
3012
+ [key: string]: string;
3013
+ };
3014
+ static types(): {
3015
+ [key: string]: any;
3016
+ };
3017
+ constructor(map?: {
3018
+ [key: string]: any;
3019
+ });
3020
+ }
3021
+ export declare class DescribeLoginBaseConfigsResponse extends $tea.Model {
3022
+ headers: {
3023
+ [key: string]: string;
3024
+ };
3025
+ body: DescribeLoginBaseConfigsResponseBody;
3026
+ static names(): {
3027
+ [key: string]: string;
3028
+ };
3029
+ static types(): {
3030
+ [key: string]: any;
3031
+ };
3032
+ constructor(map?: {
3033
+ [key: string]: any;
3034
+ });
3035
+ }
3031
3036
  export declare class DescribeLogstoreStorageRequest extends $tea.Model {
3032
3037
  from?: string;
3033
3038
  lang?: string;
@@ -8292,20 +8297,6 @@ export declare class DescribeCriteriaResponseBodyCriteriaList extends $tea.Model
8292
8297
  [key: string]: any;
8293
8298
  });
8294
8299
  }
8295
- export declare class DescribeDialogMessagesResponseBodyDialogList extends $tea.Model {
8296
- dialogKey?: string;
8297
- ID?: number;
8298
- params?: string;
8299
- static names(): {
8300
- [key: string]: string;
8301
- };
8302
- static types(): {
8303
- [key: string]: any;
8304
- };
8305
- constructor(map?: {
8306
- [key: string]: any;
8307
- });
8308
- }
8309
8300
  export declare class DescribeDingTalkResponseBodyActionList extends $tea.Model {
8310
8301
  actionName?: string;
8311
8302
  aliUid?: number;
@@ -8594,7 +8585,14 @@ export declare class DescribeGroupedContainerInstancesResponseBodyGroupedContain
8594
8585
  clusterType?: string;
8595
8586
  createTime?: number;
8596
8587
  custerState?: string;
8588
+ hcCount?: number;
8597
8589
  hostIp?: string;
8590
+ image?: string;
8591
+ imageDigest?: string;
8592
+ imageRepoName?: string;
8593
+ imageRepoNamespace?: string;
8594
+ imageRepoTag?: string;
8595
+ imageUuid?: string;
8598
8596
  instanceCount?: number;
8599
8597
  instanceId?: string;
8600
8598
  namespace?: string;
@@ -9034,6 +9032,38 @@ export declare class DescribeInstanceStatisticsResponseBodyData extends $tea.Mod
9034
9032
  [key: string]: any;
9035
9033
  });
9036
9034
  }
9035
+ export declare class DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList extends $tea.Model {
9036
+ target?: string;
9037
+ targetType?: string;
9038
+ static names(): {
9039
+ [key: string]: string;
9040
+ };
9041
+ static types(): {
9042
+ [key: string]: any;
9043
+ };
9044
+ constructor(map?: {
9045
+ [key: string]: any;
9046
+ });
9047
+ }
9048
+ export declare class DescribeLoginBaseConfigsResponseBodyBaseConfigs extends $tea.Model {
9049
+ account?: string;
9050
+ endTime?: string;
9051
+ ip?: string;
9052
+ location?: string;
9053
+ startTime?: string;
9054
+ targetList?: DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList[];
9055
+ totalCount?: number;
9056
+ uuidCount?: number;
9057
+ static names(): {
9058
+ [key: string]: string;
9059
+ };
9060
+ static types(): {
9061
+ [key: string]: any;
9062
+ };
9063
+ constructor(map?: {
9064
+ [key: string]: any;
9065
+ });
9066
+ }
9037
9067
  export declare class DescribeModuleConfigResponseBodyModuleConfigListItems extends $tea.Model {
9038
9068
  groupId?: number;
9039
9069
  instanceId?: string;
@@ -9556,7 +9586,9 @@ export declare class DescribeRiskCheckItemResultResponseBodyPageContentResource
9556
9586
  });
9557
9587
  }
9558
9588
  export declare class DescribeRiskCheckResultResponseBodyListRiskItemResources extends $tea.Model {
9559
- contentResource?: string;
9589
+ contentResource?: {
9590
+ [key: string]: string;
9591
+ };
9560
9592
  resourceName?: string;
9561
9593
  static names(): {
9562
9594
  [key: string]: string;
@@ -10654,8 +10686,6 @@ export default class Client extends OpenApi {
10654
10686
  describeContainerStatistics(request: DescribeContainerStatisticsRequest): Promise<DescribeContainerStatisticsResponse>;
10655
10687
  describeCriteriaWithOptions(request: DescribeCriteriaRequest, runtime: $Util.RuntimeOptions): Promise<DescribeCriteriaResponse>;
10656
10688
  describeCriteria(request: DescribeCriteriaRequest): Promise<DescribeCriteriaResponse>;
10657
- describeDialogMessagesWithOptions(request: DescribeDialogMessagesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDialogMessagesResponse>;
10658
- describeDialogMessages(request: DescribeDialogMessagesRequest): Promise<DescribeDialogMessagesResponse>;
10659
10689
  describeDingTalkWithOptions(request: DescribeDingTalkRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDingTalkResponse>;
10660
10690
  describeDingTalk(request: DescribeDingTalkRequest): Promise<DescribeDingTalkResponse>;
10661
10691
  describeDomainCountWithOptions(request: DescribeDomainCountRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDomainCountResponse>;
@@ -10716,6 +10746,8 @@ export default class Client extends OpenApi {
10716
10746
  describeInstanceAntiBruteForceRules(request: DescribeInstanceAntiBruteForceRulesRequest): Promise<DescribeInstanceAntiBruteForceRulesResponse>;
10717
10747
  describeInstanceStatisticsWithOptions(request: DescribeInstanceStatisticsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceStatisticsResponse>;
10718
10748
  describeInstanceStatistics(request: DescribeInstanceStatisticsRequest): Promise<DescribeInstanceStatisticsResponse>;
10749
+ describeLoginBaseConfigsWithOptions(request: DescribeLoginBaseConfigsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLoginBaseConfigsResponse>;
10750
+ describeLoginBaseConfigs(request: DescribeLoginBaseConfigsRequest): Promise<DescribeLoginBaseConfigsResponse>;
10719
10751
  describeLogstoreStorageWithOptions(request: DescribeLogstoreStorageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeLogstoreStorageResponse>;
10720
10752
  describeLogstoreStorage(request: DescribeLogstoreStorageRequest): Promise<DescribeLogstoreStorageResponse>;
10721
10753
  describeModuleConfigWithOptions(runtime: $Util.RuntimeOptions): Promise<DescribeModuleConfigResponse>;
package/dist/client.js CHANGED
@@ -2277,60 +2277,6 @@ class DescribeCriteriaResponse extends $tea.Model {
2277
2277
  }
2278
2278
  }
2279
2279
  exports.DescribeCriteriaResponse = DescribeCriteriaResponse;
2280
- class DescribeDialogMessagesRequest extends $tea.Model {
2281
- constructor(map) {
2282
- super(map);
2283
- }
2284
- static names() {
2285
- return {
2286
- sourceIp: 'SourceIp',
2287
- };
2288
- }
2289
- static types() {
2290
- return {
2291
- sourceIp: 'string',
2292
- };
2293
- }
2294
- }
2295
- exports.DescribeDialogMessagesRequest = DescribeDialogMessagesRequest;
2296
- class DescribeDialogMessagesResponseBody extends $tea.Model {
2297
- constructor(map) {
2298
- super(map);
2299
- }
2300
- static names() {
2301
- return {
2302
- dialogList: 'DialogList',
2303
- requestId: 'RequestId',
2304
- totalCount: 'TotalCount',
2305
- };
2306
- }
2307
- static types() {
2308
- return {
2309
- dialogList: { 'type': 'array', 'itemType': DescribeDialogMessagesResponseBodyDialogList },
2310
- requestId: 'string',
2311
- totalCount: 'number',
2312
- };
2313
- }
2314
- }
2315
- exports.DescribeDialogMessagesResponseBody = DescribeDialogMessagesResponseBody;
2316
- class DescribeDialogMessagesResponse extends $tea.Model {
2317
- constructor(map) {
2318
- super(map);
2319
- }
2320
- static names() {
2321
- return {
2322
- headers: 'headers',
2323
- body: 'body',
2324
- };
2325
- }
2326
- static types() {
2327
- return {
2328
- headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
2329
- body: DescribeDialogMessagesResponseBody,
2330
- };
2331
- }
2332
- }
2333
- exports.DescribeDialogMessagesResponse = DescribeDialogMessagesResponse;
2334
2280
  class DescribeDingTalkRequest extends $tea.Model {
2335
2281
  constructor(map) {
2336
2282
  super(map);
@@ -4155,6 +4101,70 @@ class DescribeInstanceStatisticsResponse extends $tea.Model {
4155
4101
  }
4156
4102
  }
4157
4103
  exports.DescribeInstanceStatisticsResponse = DescribeInstanceStatisticsResponse;
4104
+ class DescribeLoginBaseConfigsRequest extends $tea.Model {
4105
+ constructor(map) {
4106
+ super(map);
4107
+ }
4108
+ static names() {
4109
+ return {
4110
+ currentPage: 'CurrentPage',
4111
+ pageSize: 'PageSize',
4112
+ target: 'Target',
4113
+ type: 'Type',
4114
+ };
4115
+ }
4116
+ static types() {
4117
+ return {
4118
+ currentPage: 'number',
4119
+ pageSize: 'number',
4120
+ target: 'string',
4121
+ type: 'string',
4122
+ };
4123
+ }
4124
+ }
4125
+ exports.DescribeLoginBaseConfigsRequest = DescribeLoginBaseConfigsRequest;
4126
+ class DescribeLoginBaseConfigsResponseBody extends $tea.Model {
4127
+ constructor(map) {
4128
+ super(map);
4129
+ }
4130
+ static names() {
4131
+ return {
4132
+ baseConfigs: 'BaseConfigs',
4133
+ currentPage: 'CurrentPage',
4134
+ pageSize: 'PageSize',
4135
+ requestId: 'RequestId',
4136
+ totalCount: 'TotalCount',
4137
+ };
4138
+ }
4139
+ static types() {
4140
+ return {
4141
+ baseConfigs: { 'type': 'array', 'itemType': DescribeLoginBaseConfigsResponseBodyBaseConfigs },
4142
+ currentPage: 'number',
4143
+ pageSize: 'number',
4144
+ requestId: 'string',
4145
+ totalCount: 'number',
4146
+ };
4147
+ }
4148
+ }
4149
+ exports.DescribeLoginBaseConfigsResponseBody = DescribeLoginBaseConfigsResponseBody;
4150
+ class DescribeLoginBaseConfigsResponse extends $tea.Model {
4151
+ constructor(map) {
4152
+ super(map);
4153
+ }
4154
+ static names() {
4155
+ return {
4156
+ headers: 'headers',
4157
+ body: 'body',
4158
+ };
4159
+ }
4160
+ static types() {
4161
+ return {
4162
+ headers: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
4163
+ body: DescribeLoginBaseConfigsResponseBody,
4164
+ };
4165
+ }
4166
+ }
4167
+ exports.DescribeLoginBaseConfigsResponse = DescribeLoginBaseConfigsResponse;
4158
4168
  class DescribeLogstoreStorageRequest extends $tea.Model {
4159
4169
  constructor(map) {
4160
4170
  super(map);
@@ -11503,26 +11513,6 @@ class DescribeCriteriaResponseBodyCriteriaList extends $tea.Model {
11503
11513
  }
11504
11514
  }
11505
11515
  exports.DescribeCriteriaResponseBodyCriteriaList = DescribeCriteriaResponseBodyCriteriaList;
11506
- class DescribeDialogMessagesResponseBodyDialogList extends $tea.Model {
11507
- constructor(map) {
11508
- super(map);
11509
- }
11510
- static names() {
11511
- return {
11512
- dialogKey: 'DialogKey',
11513
- ID: 'ID',
11514
- params: 'Params',
11515
- };
11516
- }
11517
- static types() {
11518
- return {
11519
- dialogKey: 'string',
11520
- ID: 'number',
11521
- params: 'string',
11522
- };
11523
- }
11524
- }
11525
- exports.DescribeDialogMessagesResponseBodyDialogList = DescribeDialogMessagesResponseBodyDialogList;
11526
11516
  class DescribeDingTalkResponseBodyActionList extends $tea.Model {
11527
11517
  constructor(map) {
11528
11518
  super(map);
@@ -11976,7 +11966,14 @@ class DescribeGroupedContainerInstancesResponseBodyGroupedContainerInstanceList
11976
11966
  clusterType: 'ClusterType',
11977
11967
  createTime: 'CreateTime',
11978
11968
  custerState: 'CusterState',
11969
+ hcCount: 'HcCount',
11979
11970
  hostIp: 'HostIp',
11971
+ image: 'Image',
11972
+ imageDigest: 'ImageDigest',
11973
+ imageRepoName: 'ImageRepoName',
11974
+ imageRepoNamespace: 'ImageRepoNamespace',
11975
+ imageRepoTag: 'ImageRepoTag',
11976
+ imageUuid: 'ImageUuid',
11980
11977
  instanceCount: 'InstanceCount',
11981
11978
  instanceId: 'InstanceId',
11982
11979
  namespace: 'Namespace',
@@ -11998,7 +11995,14 @@ class DescribeGroupedContainerInstancesResponseBodyGroupedContainerInstanceList
11998
11995
  clusterType: 'string',
11999
11996
  createTime: 'number',
12000
11997
  custerState: 'string',
11998
+ hcCount: 'number',
12001
11999
  hostIp: 'string',
12000
+ image: 'string',
12001
+ imageDigest: 'string',
12002
+ imageRepoName: 'string',
12003
+ imageRepoNamespace: 'string',
12004
+ imageRepoTag: 'string',
12005
+ imageUuid: 'string',
12002
12006
  instanceCount: 'number',
12003
12007
  instanceId: 'string',
12004
12008
  namespace: 'string',
@@ -12667,6 +12671,54 @@ class DescribeInstanceStatisticsResponseBodyData extends $tea.Model {
12667
12671
  }
12668
12672
  }
12669
12673
  exports.DescribeInstanceStatisticsResponseBodyData = DescribeInstanceStatisticsResponseBodyData;
12674
+ class DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList extends $tea.Model {
12675
+ constructor(map) {
12676
+ super(map);
12677
+ }
12678
+ static names() {
12679
+ return {
12680
+ target: 'Target',
12681
+ targetType: 'TargetType',
12682
+ };
12683
+ }
12684
+ static types() {
12685
+ return {
12686
+ target: 'string',
12687
+ targetType: 'string',
12688
+ };
12689
+ }
12690
+ }
12691
+ exports.DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList = DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList;
12692
+ class DescribeLoginBaseConfigsResponseBodyBaseConfigs extends $tea.Model {
12693
+ constructor(map) {
12694
+ super(map);
12695
+ }
12696
+ static names() {
12697
+ return {
12698
+ account: 'Account',
12699
+ endTime: 'EndTime',
12700
+ ip: 'Ip',
12701
+ location: 'Location',
12702
+ startTime: 'StartTime',
12703
+ targetList: 'TargetList',
12704
+ totalCount: 'TotalCount',
12705
+ uuidCount: 'UuidCount',
12706
+ };
12707
+ }
12708
+ static types() {
12709
+ return {
12710
+ account: 'string',
12711
+ endTime: 'string',
12712
+ ip: 'string',
12713
+ location: 'string',
12714
+ startTime: 'string',
12715
+ targetList: { 'type': 'array', 'itemType': DescribeLoginBaseConfigsResponseBodyBaseConfigsTargetList },
12716
+ totalCount: 'number',
12717
+ uuidCount: 'number',
12718
+ };
12719
+ }
12720
+ }
12721
+ exports.DescribeLoginBaseConfigsResponseBodyBaseConfigs = DescribeLoginBaseConfigsResponseBodyBaseConfigs;
12670
12722
  class DescribeModuleConfigResponseBodyModuleConfigListItems extends $tea.Model {
12671
12723
  constructor(map) {
12672
12724
  super(map);
@@ -13505,7 +13557,7 @@ class DescribeRiskCheckResultResponseBodyListRiskItemResources extends $tea.Mode
13505
13557
  }
13506
13558
  static types() {
13507
13559
  return {
13508
- contentResource: 'string',
13560
+ contentResource: { 'type': 'map', 'keyType': 'string', 'valueType': 'string' },
13509
13561
  resourceName: 'string',
13510
13562
  };
13511
13563
  }
@@ -16452,32 +16504,6 @@ class Client extends openapi_client_1.default {
16452
16504
  let runtime = new $Util.RuntimeOptions({});
16453
16505
  return await this.describeCriteriaWithOptions(request, runtime);
16454
16506
  }
16455
- async describeDialogMessagesWithOptions(request, runtime) {
16456
- tea_util_1.default.validateModel(request);
16457
- let query = {};
16458
- if (!tea_util_1.default.isUnset(request.sourceIp)) {
16459
- query["SourceIp"] = request.sourceIp;
16460
- }
16461
- let req = new $OpenApi.OpenApiRequest({
16462
- query: openapi_util_1.default.query(query),
16463
- });
16464
- let params = new $OpenApi.Params({
16465
- action: "DescribeDialogMessages",
16466
- version: "2018-12-03",
16467
- protocol: "HTTPS",
16468
- pathname: "/",
16469
- method: "POST",
16470
- authType: "AK",
16471
- style: "RPC",
16472
- reqBodyType: "formData",
16473
- bodyType: "json",
16474
- });
16475
- return $tea.cast(await this.callApi(params, req, runtime), new DescribeDialogMessagesResponse({}));
16476
- }
16477
- async describeDialogMessages(request) {
16478
- let runtime = new $Util.RuntimeOptions({});
16479
- return await this.describeDialogMessagesWithOptions(request, runtime);
16480
- }
16481
16507
  async describeDingTalkWithOptions(request, runtime) {
16482
16508
  tea_util_1.default.validateModel(request);
16483
16509
  let query = {};
@@ -17595,6 +17621,41 @@ class Client extends openapi_client_1.default {
17595
17621
  let runtime = new $Util.RuntimeOptions({});
17596
17622
  return await this.describeInstanceStatisticsWithOptions(request, runtime);
17597
17623
  }
17624
+ async describeLoginBaseConfigsWithOptions(request, runtime) {
17625
+ tea_util_1.default.validateModel(request);
17626
+ let query = {};
17627
+ if (!tea_util_1.default.isUnset(request.currentPage)) {
17628
+ query["CurrentPage"] = request.currentPage;
17629
+ }
17630
+ if (!tea_util_1.default.isUnset(request.pageSize)) {
17631
+ query["PageSize"] = request.pageSize;
17632
+ }
17633
+ if (!tea_util_1.default.isUnset(request.target)) {
17634
+ query["Target"] = request.target;
17635
+ }
17636
+ if (!tea_util_1.default.isUnset(request.type)) {
17637
+ query["Type"] = request.type;
17638
+ }
17639
+ let req = new $OpenApi.OpenApiRequest({
17640
+ query: openapi_util_1.default.query(query),
17641
+ });
17642
+ let params = new $OpenApi.Params({
17643
+ action: "DescribeLoginBaseConfigs",
17644
+ version: "2018-12-03",
17645
+ protocol: "HTTPS",
17646
+ pathname: "/",
17647
+ method: "POST",
17648
+ authType: "AK",
17649
+ style: "RPC",
17650
+ reqBodyType: "formData",
17651
+ bodyType: "json",
17652
+ });
17653
+ return $tea.cast(await this.callApi(params, req, runtime), new DescribeLoginBaseConfigsResponse({}));
17654
+ }
17655
+ async describeLoginBaseConfigs(request) {
17656
+ let runtime = new $Util.RuntimeOptions({});
17657
+ return await this.describeLoginBaseConfigsWithOptions(request, runtime);
17658
+ }
17598
17659
  async describeLogstoreStorageWithOptions(request, runtime) {
17599
17660
  tea_util_1.default.validateModel(request);
17600
17661
  let query = {};