Skip to content

Commit 82a62c2

Browse files
committed
Update API DescribeCustomizedDictUploadInfo: update response param.
1 parent b3532eb commit 82a62c2

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

sas-20181203/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "@alicloud/sas20181203",
3+
<<<<<<< Updated upstream
34
"version": "4.3.0",
5+
=======
6+
"version": "4.3.1",
7+
>>>>>>> Stashed changes
48
"description": "",
59
"main": "dist/client.js",
610
"scripts": {

sas-20181203/src/client.ts

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52957,6 +52957,7 @@ export class GetHoneyPotUploadPolicyInfoResponseBodyData extends $dara.Model {
5295752957
* eyJleHBpcmF0aW9uIjoiMjAyMy0wOS0wMVQwMzoyNTozNS44MzZaIiwiY29uZGl0aW9ucyI6W1siY29udGVudC1sZW5ndGgtcmFuZ2UiLDAsMTA0ODU3NjAwXSxbInN0YXJ0cy13aXRoIiwiJGtleSIsIkhPTkVZUE9UX0ZJTEUvMTc2NjE4NTg5NDEwNDY3NV8xNjkzNTM4NDM1N*****************
5295852958
*/
5295952959
policy?: string;
52960+
securityToken?: string;
5296052961
/**
5296152962
* @remarks
5296252963
* The signature that is calculated based on **AccessKeySecret** and **Policy**. When you call an Object Storage Service (OSS) API operation, OSS uses the signature information to verify the POST request.
@@ -52972,6 +52973,7 @@ export class GetHoneyPotUploadPolicyInfoResponseBodyData extends $dara.Model {
5297252973
host: 'Host',
5297352974
key: 'Key',
5297452975
policy: 'Policy',
52976+
securityToken: 'SecurityToken',
5297552977
signature: 'Signature',
5297652978
};
5297752979
}
@@ -52983,6 +52985,7 @@ export class GetHoneyPotUploadPolicyInfoResponseBodyData extends $dara.Model {
5298352985
host: 'string',
5298452986
key: 'string',
5298552987
policy: 'string',
52988+
securityToken: 'string',
5298652989
signature: 'string',
5298752990
};
5298852991
}
@@ -119228,6 +119231,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
119228119231
* BDEDEEE7-AC25-559E-8C12-5168B139****
119229119232
*/
119230119233
requestId?: string;
119234+
<<<<<<< Updated upstream
119235+
=======
119236+
securityToken?: string;
119237+
>>>>>>> Stashed changes
119231119238
/**
119232119239
* @remarks
119233119240
* The OSS signature.
@@ -119244,6 +119251,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
119244119251
key: 'Key',
119245119252
policy: 'Policy',
119246119253
requestId: 'RequestId',
119254+
<<<<<<< Updated upstream
119255+
=======
119256+
securityToken: 'SecurityToken',
119257+
>>>>>>> Stashed changes
119247119258
signature: 'Signature',
119248119259
};
119249119260
}
@@ -119256,6 +119267,10 @@ export class DescribeCustomizedDictUploadInfoResponseBody extends $dara.Model {
119256119267
key: 'string',
119257119268
policy: 'string',
119258119269
requestId: 'string',
119270+
<<<<<<< Updated upstream
119271+
=======
119272+
securityToken: 'string',
119273+
>>>>>>> Stashed changes
119259119274
signature: 'string',
119260119275
};
119261119276
}

0 commit comments

Comments
 (0)