@alicloud/sae20190506 1.25.3 → 1.25.5
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 +46 -1
- package/dist/client.js +35 -3
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +71 -1
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -6416,6 +6416,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6416
6416
|
* KSAK****
|
|
6417
6417
|
*/
|
|
6418
6418
|
nasId?: string;
|
|
6419
|
+
oidcRoleName?: string;
|
|
6419
6420
|
/**
|
|
6420
6421
|
* @remarks
|
|
6421
6422
|
* xxxxxx
|
|
@@ -6660,6 +6661,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6660
6661
|
namespaceId: 'NamespaceId',
|
|
6661
6662
|
nasConfigs: 'NasConfigs',
|
|
6662
6663
|
nasId: 'NasId',
|
|
6664
|
+
oidcRoleName: 'OidcRoleName',
|
|
6663
6665
|
ossAkId: 'OssAkId',
|
|
6664
6666
|
ossAkSecret: 'OssAkSecret',
|
|
6665
6667
|
ossMountDescs: 'OssMountDescs',
|
|
@@ -6729,6 +6731,7 @@ export class CreateApplicationRequest extends $tea.Model {
|
|
|
6729
6731
|
namespaceId: 'string',
|
|
6730
6732
|
nasConfigs: 'string',
|
|
6731
6733
|
nasId: 'string',
|
|
6734
|
+
oidcRoleName: 'string',
|
|
6732
6735
|
ossAkId: 'string',
|
|
6733
6736
|
ossAkSecret: 'string',
|
|
6734
6737
|
ossMountDescs: 'string',
|
|
@@ -10559,6 +10562,10 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
10559
10562
|
* [{"configMapId":16,"key":"test","mountPath":"/tmp"}]
|
|
10560
10563
|
*/
|
|
10561
10564
|
configMapMountDesc?: string;
|
|
10565
|
+
/**
|
|
10566
|
+
* @example
|
|
10567
|
+
* 1000
|
|
10568
|
+
*/
|
|
10562
10569
|
cpu?: number;
|
|
10563
10570
|
/**
|
|
10564
10571
|
* @remarks
|
|
@@ -10722,6 +10729,10 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
10722
10729
|
* {"exec":{"command":["sleep","5s"]},"initialDelaySeconds":10,"timeoutSeconds":11}
|
|
10723
10730
|
*/
|
|
10724
10731
|
liveness?: string;
|
|
10732
|
+
/**
|
|
10733
|
+
* @example
|
|
10734
|
+
* 1024
|
|
10735
|
+
*/
|
|
10725
10736
|
memory?: number;
|
|
10726
10737
|
/**
|
|
10727
10738
|
* @remarks
|
|
@@ -10735,6 +10746,10 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
10735
10746
|
* "0"
|
|
10736
10747
|
*/
|
|
10737
10748
|
microRegistration?: string;
|
|
10749
|
+
/**
|
|
10750
|
+
* @example
|
|
10751
|
+
* {\\"instanceId\\":\\"mse-cn-zvp2bh6h70r\\",\\"namespace\\":\\"4c0aa74f-57cb-423c-b6af-5d9f2d0e3dbd\\"}
|
|
10752
|
+
*/
|
|
10738
10753
|
microRegistrationConfig?: string;
|
|
10739
10754
|
/**
|
|
10740
10755
|
* @remarks
|
|
@@ -10794,12 +10809,13 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
10794
10809
|
nasConfigs?: string;
|
|
10795
10810
|
/**
|
|
10796
10811
|
* @remarks
|
|
10797
|
-
* The ID of the
|
|
10812
|
+
* The ID of the File Storage NAS file system. After the application is created, you may want to call other operations to manage the application. If you do not want to change the NAS configurations in these subsequent operations, you can omit the **NasId** parameter in the requests. If you want to unmount the NAS file system, you must set the **NasId** values in the subsequent requests to an empty string ("").
|
|
10798
10813
|
*
|
|
10799
10814
|
* @example
|
|
10800
10815
|
* 10d3b4****
|
|
10801
10816
|
*/
|
|
10802
10817
|
nasId?: string;
|
|
10818
|
+
oidcRoleName?: string;
|
|
10803
10819
|
/**
|
|
10804
10820
|
* @remarks
|
|
10805
10821
|
* The AccessKey ID that is used to read data from and write data to Object Storage Service (OSS) buckets.
|
|
@@ -10940,8 +10956,20 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
10940
10956
|
* {"exec":{"command":["sleep","6s"]},"initialDelaySeconds":15,"timeoutSeconds":12}
|
|
10941
10957
|
*/
|
|
10942
10958
|
readiness?: string;
|
|
10959
|
+
/**
|
|
10960
|
+
* @example
|
|
10961
|
+
* 1
|
|
10962
|
+
*/
|
|
10943
10963
|
replicas?: number;
|
|
10964
|
+
/**
|
|
10965
|
+
* @example
|
|
10966
|
+
* sg-wz969ngg2e49q5i4****
|
|
10967
|
+
*/
|
|
10944
10968
|
securityGroupId?: string;
|
|
10969
|
+
/**
|
|
10970
|
+
* @example
|
|
10971
|
+
* {\\"alicloud.service.tag\\":\\"g1\\"}
|
|
10972
|
+
*/
|
|
10945
10973
|
serviceTags?: string;
|
|
10946
10974
|
/**
|
|
10947
10975
|
* @remarks
|
|
@@ -11020,6 +11048,10 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11020
11048
|
* {"type":"GrayBatchUpdate","batchUpdate":{"batch":2,"releaseType":"auto","batchWaitTime":1},"grayUpdate":{"gray":1}}
|
|
11021
11049
|
*/
|
|
11022
11050
|
updateStrategy?: string;
|
|
11051
|
+
/**
|
|
11052
|
+
* @example
|
|
11053
|
+
* vsw-bp12mw1f8k3jgygk9****
|
|
11054
|
+
*/
|
|
11023
11055
|
vSwitchId?: string;
|
|
11024
11056
|
/**
|
|
11025
11057
|
* @remarks
|
|
@@ -11080,6 +11112,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11080
11112
|
mountHost: 'MountHost',
|
|
11081
11113
|
nasConfigs: 'NasConfigs',
|
|
11082
11114
|
nasId: 'NasId',
|
|
11115
|
+
oidcRoleName: 'OidcRoleName',
|
|
11083
11116
|
ossAkId: 'OssAkId',
|
|
11084
11117
|
ossAkSecret: 'OssAkSecret',
|
|
11085
11118
|
ossMountDescs: 'OssMountDescs',
|
|
@@ -11148,6 +11181,7 @@ export class DeployApplicationRequest extends $tea.Model {
|
|
|
11148
11181
|
mountHost: 'string',
|
|
11149
11182
|
nasConfigs: 'string',
|
|
11150
11183
|
nasId: 'string',
|
|
11184
|
+
oidcRoleName: 'string',
|
|
11151
11185
|
ossAkId: 'string',
|
|
11152
11186
|
ossAkSecret: 'string',
|
|
11153
11187
|
ossMountDescs: 'string',
|
|
@@ -28339,6 +28373,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
28339
28373
|
* AKSN89**
|
|
28340
28374
|
*/
|
|
28341
28375
|
nasId?: string;
|
|
28376
|
+
oidcRoleName?: string;
|
|
28342
28377
|
/**
|
|
28343
28378
|
* @remarks
|
|
28344
28379
|
* The AccessKey ID that is used to read data from and write data to Object Storage Service (OSS) buckets.
|
|
@@ -28669,6 +28704,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
28669
28704
|
namespaceId: 'NamespaceId',
|
|
28670
28705
|
nasConfigs: 'NasConfigs',
|
|
28671
28706
|
nasId: 'NasId',
|
|
28707
|
+
oidcRoleName: 'OidcRoleName',
|
|
28672
28708
|
ossAkId: 'OssAkId',
|
|
28673
28709
|
ossAkSecret: 'OssAkSecret',
|
|
28674
28710
|
ossMountDescs: 'OssMountDescs',
|
|
@@ -28745,6 +28781,7 @@ export class DescribeApplicationConfigResponseBodyData extends $tea.Model {
|
|
|
28745
28781
|
namespaceId: 'string',
|
|
28746
28782
|
nasConfigs: 'string',
|
|
28747
28783
|
nasId: 'string',
|
|
28784
|
+
oidcRoleName: 'string',
|
|
28748
28785
|
ossAkId: 'string',
|
|
28749
28786
|
ossAkSecret: 'string',
|
|
28750
28787
|
ossMountDescs: { 'type': 'array', 'itemType': DescribeApplicationConfigResponseBodyDataOssMountDescs },
|
|
@@ -32554,6 +32591,28 @@ export class DescribeIngressResponseBodyDataDefaultRule extends $tea.Model {
|
|
|
32554
32591
|
}
|
|
32555
32592
|
}
|
|
32556
32593
|
|
|
32594
|
+
export class DescribeIngressResponseBodyDataRulesRuleActions extends $tea.Model {
|
|
32595
|
+
actionConfig?: string;
|
|
32596
|
+
actionType?: string;
|
|
32597
|
+
static names(): { [key: string]: string } {
|
|
32598
|
+
return {
|
|
32599
|
+
actionConfig: 'ActionConfig',
|
|
32600
|
+
actionType: 'ActionType',
|
|
32601
|
+
};
|
|
32602
|
+
}
|
|
32603
|
+
|
|
32604
|
+
static types(): { [key: string]: any } {
|
|
32605
|
+
return {
|
|
32606
|
+
actionConfig: 'string',
|
|
32607
|
+
actionType: 'string',
|
|
32608
|
+
};
|
|
32609
|
+
}
|
|
32610
|
+
|
|
32611
|
+
constructor(map?: { [key: string]: any }) {
|
|
32612
|
+
super(map);
|
|
32613
|
+
}
|
|
32614
|
+
}
|
|
32615
|
+
|
|
32557
32616
|
export class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
32558
32617
|
/**
|
|
32559
32618
|
* @remarks
|
|
@@ -32610,6 +32669,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
|
32610
32669
|
*/
|
|
32611
32670
|
path?: string;
|
|
32612
32671
|
rewritePath?: string;
|
|
32672
|
+
ruleActions?: DescribeIngressResponseBodyDataRulesRuleActions[];
|
|
32613
32673
|
static names(): { [key: string]: string } {
|
|
32614
32674
|
return {
|
|
32615
32675
|
appId: 'AppId',
|
|
@@ -32619,6 +32679,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
|
32619
32679
|
domain: 'Domain',
|
|
32620
32680
|
path: 'Path',
|
|
32621
32681
|
rewritePath: 'RewritePath',
|
|
32682
|
+
ruleActions: 'RuleActions',
|
|
32622
32683
|
};
|
|
32623
32684
|
}
|
|
32624
32685
|
|
|
@@ -32631,6 +32692,7 @@ export class DescribeIngressResponseBodyDataRules extends $tea.Model {
|
|
|
32631
32692
|
domain: 'string',
|
|
32632
32693
|
path: 'string',
|
|
32633
32694
|
rewritePath: 'string',
|
|
32695
|
+
ruleActions: { 'type': 'array', 'itemType': DescribeIngressResponseBodyDataRulesRuleActions },
|
|
32634
32696
|
};
|
|
32635
32697
|
}
|
|
32636
32698
|
|
|
@@ -39936,6 +39998,10 @@ export default class Client extends OpenApi {
|
|
|
39936
39998
|
query["NasId"] = request.nasId;
|
|
39937
39999
|
}
|
|
39938
40000
|
|
|
40001
|
+
if (!Util.isUnset(request.oidcRoleName)) {
|
|
40002
|
+
query["OidcRoleName"] = request.oidcRoleName;
|
|
40003
|
+
}
|
|
40004
|
+
|
|
39939
40005
|
if (!Util.isUnset(request.packageType)) {
|
|
39940
40006
|
query["PackageType"] = request.packageType;
|
|
39941
40007
|
}
|
|
@@ -41592,6 +41658,10 @@ export default class Client extends OpenApi {
|
|
|
41592
41658
|
query["NasId"] = request.nasId;
|
|
41593
41659
|
}
|
|
41594
41660
|
|
|
41661
|
+
if (!Util.isUnset(request.oidcRoleName)) {
|
|
41662
|
+
query["OidcRoleName"] = request.oidcRoleName;
|
|
41663
|
+
}
|
|
41664
|
+
|
|
41595
41665
|
if (!Util.isUnset(request.packageType)) {
|
|
41596
41666
|
query["PackageType"] = request.packageType;
|
|
41597
41667
|
}
|