@huaweicloud/huaweicloud-sdk-sts 3.1.170

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 (65) hide show
  1. package/huaweicloud-sdk-sts.d.ts +3 -0
  2. package/huaweicloud-sdk-sts.d.ts.map +1 -0
  3. package/huaweicloud-sdk-sts.js +32 -0
  4. package/huaweicloud-sdk-sts.js.map +1 -0
  5. package/package.json +23 -0
  6. package/v1/StsClient.d.ts +104 -0
  7. package/v1/StsClient.d.ts.map +1 -0
  8. package/v1/StsClient.js +201 -0
  9. package/v1/StsClient.js.map +1 -0
  10. package/v1/StsRegion.d.ts +18 -0
  11. package/v1/StsRegion.d.ts.map +1 -0
  12. package/v1/StsRegion.js +44 -0
  13. package/v1/StsRegion.js.map +1 -0
  14. package/v1/model/AssumeAgencyReqBody.d.ts +45 -0
  15. package/v1/model/AssumeAgencyReqBody.d.ts.map +1 -0
  16. package/v1/model/AssumeAgencyReqBody.js +109 -0
  17. package/v1/model/AssumeAgencyReqBody.js.map +1 -0
  18. package/v1/model/AssumeAgencyRequest.d.ts +11 -0
  19. package/v1/model/AssumeAgencyRequest.d.ts.map +1 -0
  20. package/v1/model/AssumeAgencyRequest.js +23 -0
  21. package/v1/model/AssumeAgencyRequest.js.map +1 -0
  22. package/v1/model/AssumeAgencyResponse.d.ts +17 -0
  23. package/v1/model/AssumeAgencyResponse.d.ts.map +1 -0
  24. package/v1/model/AssumeAgencyResponse.js +35 -0
  25. package/v1/model/AssumeAgencyResponse.js.map +1 -0
  26. package/v1/model/AssumedAgencyDto.d.ts +8 -0
  27. package/v1/model/AssumedAgencyDto.d.ts.map +1 -0
  28. package/v1/model/AssumedAgencyDto.js +19 -0
  29. package/v1/model/AssumedAgencyDto.js.map +1 -0
  30. package/v1/model/CredentialsDto.d.ts +18 -0
  31. package/v1/model/CredentialsDto.d.ts.map +1 -0
  32. package/v1/model/CredentialsDto.js +47 -0
  33. package/v1/model/CredentialsDto.js.map +1 -0
  34. package/v1/model/DecodeAuthorizationMessageReq.d.ts +8 -0
  35. package/v1/model/DecodeAuthorizationMessageReq.d.ts.map +1 -0
  36. package/v1/model/DecodeAuthorizationMessageReq.js +20 -0
  37. package/v1/model/DecodeAuthorizationMessageReq.js.map +1 -0
  38. package/v1/model/DecodeAuthorizationMessageRequest.d.ts +11 -0
  39. package/v1/model/DecodeAuthorizationMessageRequest.d.ts.map +1 -0
  40. package/v1/model/DecodeAuthorizationMessageRequest.js +23 -0
  41. package/v1/model/DecodeAuthorizationMessageRequest.js.map +1 -0
  42. package/v1/model/DecodeAuthorizationMessageResponse.d.ts +9 -0
  43. package/v1/model/DecodeAuthorizationMessageResponse.d.ts.map +1 -0
  44. package/v1/model/DecodeAuthorizationMessageResponse.js +21 -0
  45. package/v1/model/DecodeAuthorizationMessageResponse.js.map +1 -0
  46. package/v1/model/GetCallerIdentityRequest.d.ts +8 -0
  47. package/v1/model/GetCallerIdentityRequest.d.ts.map +1 -0
  48. package/v1/model/GetCallerIdentityRequest.js +19 -0
  49. package/v1/model/GetCallerIdentityRequest.js.map +1 -0
  50. package/v1/model/GetCallerIdentityResponse.d.ts +17 -0
  51. package/v1/model/GetCallerIdentityResponse.d.ts.map +1 -0
  52. package/v1/model/GetCallerIdentityResponse.js +41 -0
  53. package/v1/model/GetCallerIdentityResponse.js.map +1 -0
  54. package/v1/model/TagDto.d.ts +8 -0
  55. package/v1/model/TagDto.d.ts.map +1 -0
  56. package/v1/model/TagDto.js +19 -0
  57. package/v1/model/TagDto.js.map +1 -0
  58. package/v1/model/TagKeyDto.d.ts +4 -0
  59. package/v1/model/TagKeyDto.d.ts.map +1 -0
  60. package/v1/model/TagKeyDto.js +9 -0
  61. package/v1/model/TagKeyDto.js.map +1 -0
  62. package/v1/public-api.d.ts +15 -0
  63. package/v1/public-api.d.ts.map +1 -0
  64. package/v1/public-api.js +31 -0
  65. package/v1/public-api.js.map +1 -0
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssumeAgencyRequest = void 0;
4
+ class AssumeAgencyRequest {
5
+ constructor() {
6
+ }
7
+ withXSecurityToken(xSecurityToken) {
8
+ this['X-Security-Token'] = xSecurityToken;
9
+ return this;
10
+ }
11
+ set xSecurityToken(xSecurityToken) {
12
+ this['X-Security-Token'] = xSecurityToken;
13
+ }
14
+ get xSecurityToken() {
15
+ return this['X-Security-Token'];
16
+ }
17
+ withBody(body) {
18
+ this['body'] = body;
19
+ return this;
20
+ }
21
+ }
22
+ exports.AssumeAgencyRequest = AssumeAgencyRequest;
23
+ //# sourceMappingURL=AssumeAgencyRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssumeAgencyRequest.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/AssumeAgencyRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,mBAAmB;IAG5B;IACA,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,QAAQ,CAAC,IAAyB;QACrC,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAnBD,kDAmBC"}
@@ -0,0 +1,17 @@
1
+ import { AssumedAgencyDto } from './AssumedAgencyDto';
2
+ import { CredentialsDto } from './CredentialsDto';
3
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
4
+ export declare class AssumeAgencyResponse extends SdkResponse {
5
+ private 'source_identity'?;
6
+ private 'assumed_agency'?;
7
+ credentials?: CredentialsDto;
8
+ constructor();
9
+ withSourceIdentity(sourceIdentity: string): AssumeAgencyResponse;
10
+ set sourceIdentity(sourceIdentity: string | undefined);
11
+ get sourceIdentity(): string | undefined;
12
+ withAssumedAgency(assumedAgency: AssumedAgencyDto): AssumeAgencyResponse;
13
+ set assumedAgency(assumedAgency: AssumedAgencyDto | undefined);
14
+ get assumedAgency(): AssumedAgencyDto | undefined;
15
+ withCredentials(credentials: CredentialsDto): AssumeAgencyResponse;
16
+ }
17
+ //# sourceMappingURL=AssumeAgencyResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssumeAgencyResponse.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/AssumeAgencyResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAElD,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,oBAAqB,SAAQ,WAAW;IACjD,OAAO,CAAC,iBAAiB,CAAC,CAAS;IACnC,OAAO,CAAC,gBAAgB,CAAC,CAAmB;IACrC,WAAW,CAAC,EAAE,cAAc,CAAC;;IAI7B,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,oBAAoB;IAIvE,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,iBAAiB,CAAC,aAAa,EAAE,gBAAgB,GAAG,oBAAoB;IAI/E,IAAW,aAAa,CAAC,aAAa,EAAE,gBAAgB,GAAI,SAAS,EAEpE;IACD,IAAW,aAAa,IAAI,gBAAgB,GAAG,SAAS,CAEvD;IACM,eAAe,CAAC,WAAW,EAAE,cAAc,GAAG,oBAAoB;CAI5E"}
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssumeAgencyResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class AssumeAgencyResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withSourceIdentity(sourceIdentity) {
10
+ this['source_identity'] = sourceIdentity;
11
+ return this;
12
+ }
13
+ set sourceIdentity(sourceIdentity) {
14
+ this['source_identity'] = sourceIdentity;
15
+ }
16
+ get sourceIdentity() {
17
+ return this['source_identity'];
18
+ }
19
+ withAssumedAgency(assumedAgency) {
20
+ this['assumed_agency'] = assumedAgency;
21
+ return this;
22
+ }
23
+ set assumedAgency(assumedAgency) {
24
+ this['assumed_agency'] = assumedAgency;
25
+ }
26
+ get assumedAgency() {
27
+ return this['assumed_agency'];
28
+ }
29
+ withCredentials(credentials) {
30
+ this['credentials'] = credentials;
31
+ return this;
32
+ }
33
+ }
34
+ exports.AssumeAgencyResponse = AssumeAgencyResponse;
35
+ //# sourceMappingURL=AssumeAgencyResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssumeAgencyResponse.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/AssumeAgencyResponse.ts"],"names":[],"mappings":";;;AAGA,+EAA4E;AAE5E,MAAa,oBAAqB,SAAQ,yBAAW;IAIjD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;IACM,iBAAiB,CAAC,aAA+B;QACpD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAA4C;QACjE,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;IACM,eAAe,CAAC,WAA2B;QAC9C,IAAI,CAAC,aAAa,CAAC,GAAG,WAAW,CAAC;QAClC,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AA/BD,oDA+BC"}
@@ -0,0 +1,8 @@
1
+ export declare class AssumedAgencyDto {
2
+ urn?: string;
3
+ id?: string;
4
+ constructor(urn?: string, id?: string);
5
+ withUrn(urn: string): AssumedAgencyDto;
6
+ withId(id: string): AssumedAgencyDto;
7
+ }
8
+ //# sourceMappingURL=AssumedAgencyDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssumedAgencyDto.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/AssumedAgencyDto.ts"],"names":[],"mappings":"AAEA,qBAAa,gBAAgB;IAClB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,EAAE,CAAC,EAAE,MAAM,CAAC;gBACA,GAAG,CAAC,EAAE,MAAM,EAAE,EAAE,CAAC,EAAE,MAAM;IAIrC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,gBAAgB;IAItC,MAAM,CAAC,EAAE,EAAE,MAAM,GAAG,gBAAgB;CAI9C"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AssumedAgencyDto = void 0;
4
+ class AssumedAgencyDto {
5
+ constructor(urn, id) {
6
+ this['urn'] = urn;
7
+ this['id'] = id;
8
+ }
9
+ withUrn(urn) {
10
+ this['urn'] = urn;
11
+ return this;
12
+ }
13
+ withId(id) {
14
+ this['id'] = id;
15
+ return this;
16
+ }
17
+ }
18
+ exports.AssumedAgencyDto = AssumedAgencyDto;
19
+ //# sourceMappingURL=AssumedAgencyDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AssumedAgencyDto.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/AssumedAgencyDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,gBAAgB;IAGzB,YAAmB,GAAY,EAAE,EAAW;QACxC,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;IACpB,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,MAAM,CAAC,EAAU;QACpB,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;QAChB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAfD,4CAeC"}
@@ -0,0 +1,18 @@
1
+ export declare class CredentialsDto {
2
+ private 'access_key_id'?;
3
+ expiration?: Date;
4
+ private 'secret_access_key'?;
5
+ private 'security_token'?;
6
+ constructor(accessKeyId?: string, expiration?: Date, secretAccessKey?: string, securityToken?: string);
7
+ withAccessKeyId(accessKeyId: string): CredentialsDto;
8
+ set accessKeyId(accessKeyId: string | undefined);
9
+ get accessKeyId(): string | undefined;
10
+ withExpiration(expiration: Date): CredentialsDto;
11
+ withSecretAccessKey(secretAccessKey: string): CredentialsDto;
12
+ set secretAccessKey(secretAccessKey: string | undefined);
13
+ get secretAccessKey(): string | undefined;
14
+ withSecurityToken(securityToken: string): CredentialsDto;
15
+ set securityToken(securityToken: string | undefined);
16
+ get securityToken(): string | undefined;
17
+ }
18
+ //# sourceMappingURL=CredentialsDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CredentialsDto.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/CredentialsDto.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IACvB,OAAO,CAAC,eAAe,CAAC,CAAS;IAC1B,UAAU,CAAC,EAAE,IAAI,CAAC;IACzB,OAAO,CAAC,mBAAmB,CAAC,CAAS;IACrC,OAAO,CAAC,gBAAgB,CAAC,CAAS;gBACf,WAAW,CAAC,EAAE,MAAM,EAAE,UAAU,CAAC,EAAE,IAAI,EAAE,eAAe,CAAC,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,MAAM;IAMrG,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,cAAc;IAI3D,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;IACM,cAAc,CAAC,UAAU,EAAE,IAAI,GAAG,cAAc;IAIhD,mBAAmB,CAAC,eAAe,EAAE,MAAM,GAAG,cAAc;IAInE,IAAW,eAAe,CAAC,eAAe,EAAE,MAAM,GAAI,SAAS,EAE9D;IACD,IAAW,eAAe,IAAI,MAAM,GAAG,SAAS,CAE/C;IACM,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,cAAc;IAI/D,IAAW,aAAa,CAAC,aAAa,EAAE,MAAM,GAAI,SAAS,EAE1D;IACD,IAAW,aAAa,IAAI,MAAM,GAAG,SAAS,CAE7C;CACJ"}
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.CredentialsDto = void 0;
4
+ class CredentialsDto {
5
+ constructor(accessKeyId, expiration, secretAccessKey, securityToken) {
6
+ this['access_key_id'] = accessKeyId;
7
+ this['expiration'] = expiration;
8
+ this['secret_access_key'] = secretAccessKey;
9
+ this['security_token'] = securityToken;
10
+ }
11
+ withAccessKeyId(accessKeyId) {
12
+ this['access_key_id'] = accessKeyId;
13
+ return this;
14
+ }
15
+ set accessKeyId(accessKeyId) {
16
+ this['access_key_id'] = accessKeyId;
17
+ }
18
+ get accessKeyId() {
19
+ return this['access_key_id'];
20
+ }
21
+ withExpiration(expiration) {
22
+ this['expiration'] = expiration;
23
+ return this;
24
+ }
25
+ withSecretAccessKey(secretAccessKey) {
26
+ this['secret_access_key'] = secretAccessKey;
27
+ return this;
28
+ }
29
+ set secretAccessKey(secretAccessKey) {
30
+ this['secret_access_key'] = secretAccessKey;
31
+ }
32
+ get secretAccessKey() {
33
+ return this['secret_access_key'];
34
+ }
35
+ withSecurityToken(securityToken) {
36
+ this['security_token'] = securityToken;
37
+ return this;
38
+ }
39
+ set securityToken(securityToken) {
40
+ this['security_token'] = securityToken;
41
+ }
42
+ get securityToken() {
43
+ return this['security_token'];
44
+ }
45
+ }
46
+ exports.CredentialsDto = CredentialsDto;
47
+ //# sourceMappingURL=CredentialsDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CredentialsDto.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/CredentialsDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,cAAc;IAKvB,YAAmB,WAAoB,EAAE,UAAiB,EAAE,eAAwB,EAAE,aAAsB;QACxG,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;QACpC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,eAAe,CAAC,GAAG,WAAW,CAAC;IACxC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,cAAc,CAAC,UAAgB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,UAAU,CAAC;QAChC,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,mBAAmB,CAAC,eAAuB;QAC9C,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;QAC5C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,eAAe,CAAC,eAAoC;QAC3D,IAAI,CAAC,mBAAmB,CAAC,GAAG,eAAe,CAAC;IAChD,CAAC;IACD,IAAW,eAAe;QACtB,OAAO,IAAI,CAAC,mBAAmB,CAAC,CAAC;IACrC,CAAC;IACM,iBAAiB,CAAC,aAAqB;QAC1C,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;QACvC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,aAAa,CAAC,aAAkC;QACvD,IAAI,CAAC,gBAAgB,CAAC,GAAG,aAAa,CAAC;IAC3C,CAAC;IACD,IAAW,aAAa;QACpB,OAAO,IAAI,CAAC,gBAAgB,CAAC,CAAC;IAClC,CAAC;CACJ;AA7CD,wCA6CC"}
@@ -0,0 +1,8 @@
1
+ export declare class DecodeAuthorizationMessageReq {
2
+ private 'encoded_message'?;
3
+ constructor(encodedMessage?: string);
4
+ withEncodedMessage(encodedMessage: string): DecodeAuthorizationMessageReq;
5
+ set encodedMessage(encodedMessage: string | undefined);
6
+ get encodedMessage(): string | undefined;
7
+ }
8
+ //# sourceMappingURL=DecodeAuthorizationMessageReq.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageReq.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageReq.ts"],"names":[],"mappings":"AAEA,qBAAa,6BAA6B;IACtC,OAAO,CAAC,iBAAiB,CAAC,CAAS;gBAChB,cAAc,CAAC,EAAE,MAAM;IAGnC,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,6BAA6B;IAIhF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DecodeAuthorizationMessageReq = void 0;
4
+ class DecodeAuthorizationMessageReq {
5
+ constructor(encodedMessage) {
6
+ this['encoded_message'] = encodedMessage;
7
+ }
8
+ withEncodedMessage(encodedMessage) {
9
+ this['encoded_message'] = encodedMessage;
10
+ return this;
11
+ }
12
+ set encodedMessage(encodedMessage) {
13
+ this['encoded_message'] = encodedMessage;
14
+ }
15
+ get encodedMessage() {
16
+ return this['encoded_message'];
17
+ }
18
+ }
19
+ exports.DecodeAuthorizationMessageReq = DecodeAuthorizationMessageReq;
20
+ //# sourceMappingURL=DecodeAuthorizationMessageReq.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageReq.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageReq.ts"],"names":[],"mappings":";;;AAEA,MAAa,6BAA6B;IAEtC,YAAmB,cAAuB;QACtC,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,sEAeC"}
@@ -0,0 +1,11 @@
1
+ import { DecodeAuthorizationMessageReq } from './DecodeAuthorizationMessageReq';
2
+ export declare class DecodeAuthorizationMessageRequest {
3
+ private 'X-Security-Token'?;
4
+ body?: DecodeAuthorizationMessageReq;
5
+ constructor();
6
+ withXSecurityToken(xSecurityToken: string): DecodeAuthorizationMessageRequest;
7
+ set xSecurityToken(xSecurityToken: string | undefined);
8
+ get xSecurityToken(): string | undefined;
9
+ withBody(body: DecodeAuthorizationMessageReq): DecodeAuthorizationMessageRequest;
10
+ }
11
+ //# sourceMappingURL=DecodeAuthorizationMessageRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageRequest.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,iCAAiC,CAAC;AAGhF,qBAAa,iCAAiC;IAC1C,OAAO,CAAC,kBAAkB,CAAC,CAAS;IAC7B,IAAI,CAAC,EAAE,6BAA6B,CAAC;;IAGrC,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,iCAAiC;IAIpF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;IACM,QAAQ,CAAC,IAAI,EAAE,6BAA6B,GAAG,iCAAiC;CAI1F"}
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DecodeAuthorizationMessageRequest = void 0;
4
+ class DecodeAuthorizationMessageRequest {
5
+ constructor() {
6
+ }
7
+ withXSecurityToken(xSecurityToken) {
8
+ this['X-Security-Token'] = xSecurityToken;
9
+ return this;
10
+ }
11
+ set xSecurityToken(xSecurityToken) {
12
+ this['X-Security-Token'] = xSecurityToken;
13
+ }
14
+ get xSecurityToken() {
15
+ return this['X-Security-Token'];
16
+ }
17
+ withBody(body) {
18
+ this['body'] = body;
19
+ return this;
20
+ }
21
+ }
22
+ exports.DecodeAuthorizationMessageRequest = DecodeAuthorizationMessageRequest;
23
+ //# sourceMappingURL=DecodeAuthorizationMessageRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageRequest.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageRequest.ts"],"names":[],"mappings":";;;AAGA,MAAa,iCAAiC;IAG1C;IACA,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;IACM,QAAQ,CAAC,IAAmC;QAC/C,IAAI,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;QACpB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAnBD,8EAmBC"}
@@ -0,0 +1,9 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class DecodeAuthorizationMessageResponse extends SdkResponse {
3
+ private 'decoded_message'?;
4
+ constructor();
5
+ withDecodedMessage(decodedMessage: string): DecodeAuthorizationMessageResponse;
6
+ set decodedMessage(decodedMessage: string | undefined);
7
+ get decodedMessage(): string | undefined;
8
+ }
9
+ //# sourceMappingURL=DecodeAuthorizationMessageResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageResponse.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,kCAAmC,SAAQ,WAAW;IAC/D,OAAO,CAAC,iBAAiB,CAAC,CAAS;;IAI5B,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,kCAAkC;IAIrF,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DecodeAuthorizationMessageResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class DecodeAuthorizationMessageResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withDecodedMessage(decodedMessage) {
10
+ this['decoded_message'] = decodedMessage;
11
+ return this;
12
+ }
13
+ set decodedMessage(decodedMessage) {
14
+ this['decoded_message'] = decodedMessage;
15
+ }
16
+ get decodedMessage() {
17
+ return this['decoded_message'];
18
+ }
19
+ }
20
+ exports.DecodeAuthorizationMessageResponse = DecodeAuthorizationMessageResponse;
21
+ //# sourceMappingURL=DecodeAuthorizationMessageResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DecodeAuthorizationMessageResponse.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/DecodeAuthorizationMessageResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,kCAAmC,SAAQ,yBAAW;IAE/D;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;QACzC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,iBAAiB,CAAC,GAAG,cAAc,CAAC;IAC7C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,iBAAiB,CAAC,CAAC;IACnC,CAAC;CACJ;AAfD,gFAeC"}
@@ -0,0 +1,8 @@
1
+ export declare class GetCallerIdentityRequest {
2
+ private 'X-Security-Token'?;
3
+ constructor();
4
+ withXSecurityToken(xSecurityToken: string): GetCallerIdentityRequest;
5
+ set xSecurityToken(xSecurityToken: string | undefined);
6
+ get xSecurityToken(): string | undefined;
7
+ }
8
+ //# sourceMappingURL=GetCallerIdentityRequest.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetCallerIdentityRequest.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/GetCallerIdentityRequest.ts"],"names":[],"mappings":"AAEA,qBAAa,wBAAwB;IACjC,OAAO,CAAC,kBAAkB,CAAC,CAAS;;IAG7B,kBAAkB,CAAC,cAAc,EAAE,MAAM,GAAG,wBAAwB;IAI3E,IAAW,cAAc,CAAC,cAAc,EAAE,MAAM,GAAI,SAAS,EAE5D;IACD,IAAW,cAAc,IAAI,MAAM,GAAG,SAAS,CAE9C;CACJ"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetCallerIdentityRequest = void 0;
4
+ class GetCallerIdentityRequest {
5
+ constructor() {
6
+ }
7
+ withXSecurityToken(xSecurityToken) {
8
+ this['X-Security-Token'] = xSecurityToken;
9
+ return this;
10
+ }
11
+ set xSecurityToken(xSecurityToken) {
12
+ this['X-Security-Token'] = xSecurityToken;
13
+ }
14
+ get xSecurityToken() {
15
+ return this['X-Security-Token'];
16
+ }
17
+ }
18
+ exports.GetCallerIdentityRequest = GetCallerIdentityRequest;
19
+ //# sourceMappingURL=GetCallerIdentityRequest.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetCallerIdentityRequest.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/GetCallerIdentityRequest.ts"],"names":[],"mappings":";;;AAEA,MAAa,wBAAwB;IAEjC;IACA,CAAC;IACM,kBAAkB,CAAC,cAAsB;QAC5C,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,cAAc,CAAC,cAAmC;QACzD,IAAI,CAAC,kBAAkB,CAAC,GAAG,cAAc,CAAC;IAC9C,CAAC;IACD,IAAW,cAAc;QACrB,OAAO,IAAI,CAAC,kBAAkB,CAAC,CAAC;IACpC,CAAC;CACJ;AAdD,4DAcC"}
@@ -0,0 +1,17 @@
1
+ import { SdkResponse } from "@huaweicloud/huaweicloud-sdk-core/SdkResponse";
2
+ export declare class GetCallerIdentityResponse extends SdkResponse {
3
+ private 'account_id'?;
4
+ private 'principal_urn'?;
5
+ private 'principal_id'?;
6
+ constructor();
7
+ withAccountId(accountId: string): GetCallerIdentityResponse;
8
+ set accountId(accountId: string | undefined);
9
+ get accountId(): string | undefined;
10
+ withPrincipalUrn(principalUrn: string): GetCallerIdentityResponse;
11
+ set principalUrn(principalUrn: string | undefined);
12
+ get principalUrn(): string | undefined;
13
+ withPrincipalId(principalId: string): GetCallerIdentityResponse;
14
+ set principalId(principalId: string | undefined);
15
+ get principalId(): string | undefined;
16
+ }
17
+ //# sourceMappingURL=GetCallerIdentityResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetCallerIdentityResponse.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/GetCallerIdentityResponse.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,+CAA+C,CAAC;AAE5E,qBAAa,yBAA0B,SAAQ,WAAW;IACtD,OAAO,CAAC,YAAY,CAAC,CAAS;IAC9B,OAAO,CAAC,eAAe,CAAC,CAAS;IACjC,OAAO,CAAC,cAAc,CAAC,CAAS;;IAIzB,aAAa,CAAC,SAAS,EAAE,MAAM,GAAG,yBAAyB;IAIlE,IAAW,SAAS,CAAC,SAAS,EAAE,MAAM,GAAI,SAAS,EAElD;IACD,IAAW,SAAS,IAAI,MAAM,GAAG,SAAS,CAEzC;IACM,gBAAgB,CAAC,YAAY,EAAE,MAAM,GAAG,yBAAyB;IAIxE,IAAW,YAAY,CAAC,YAAY,EAAE,MAAM,GAAI,SAAS,EAExD;IACD,IAAW,YAAY,IAAI,MAAM,GAAG,SAAS,CAE5C;IACM,eAAe,CAAC,WAAW,EAAE,MAAM,GAAG,yBAAyB;IAItE,IAAW,WAAW,CAAC,WAAW,EAAE,MAAM,GAAI,SAAS,EAEtD;IACD,IAAW,WAAW,IAAI,MAAM,GAAG,SAAS,CAE3C;CACJ"}
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetCallerIdentityResponse = void 0;
4
+ const SdkResponse_1 = require("@huaweicloud/huaweicloud-sdk-core/SdkResponse");
5
+ class GetCallerIdentityResponse extends SdkResponse_1.SdkResponse {
6
+ constructor() {
7
+ super();
8
+ }
9
+ withAccountId(accountId) {
10
+ this['account_id'] = accountId;
11
+ return this;
12
+ }
13
+ set accountId(accountId) {
14
+ this['account_id'] = accountId;
15
+ }
16
+ get accountId() {
17
+ return this['account_id'];
18
+ }
19
+ withPrincipalUrn(principalUrn) {
20
+ this['principal_urn'] = principalUrn;
21
+ return this;
22
+ }
23
+ set principalUrn(principalUrn) {
24
+ this['principal_urn'] = principalUrn;
25
+ }
26
+ get principalUrn() {
27
+ return this['principal_urn'];
28
+ }
29
+ withPrincipalId(principalId) {
30
+ this['principal_id'] = principalId;
31
+ return this;
32
+ }
33
+ set principalId(principalId) {
34
+ this['principal_id'] = principalId;
35
+ }
36
+ get principalId() {
37
+ return this['principal_id'];
38
+ }
39
+ }
40
+ exports.GetCallerIdentityResponse = GetCallerIdentityResponse;
41
+ //# sourceMappingURL=GetCallerIdentityResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetCallerIdentityResponse.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/GetCallerIdentityResponse.ts"],"names":[],"mappings":";;;AACA,+EAA4E;AAE5E,MAAa,yBAA0B,SAAQ,yBAAW;IAItD;QACI,KAAK,EAAE,CAAC;IACZ,CAAC;IACM,aAAa,CAAC,SAAiB;QAClC,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;QAC/B,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,SAAS,CAAC,SAA8B;QAC/C,IAAI,CAAC,YAAY,CAAC,GAAG,SAAS,CAAC;IACnC,CAAC;IACD,IAAW,SAAS;QAChB,OAAO,IAAI,CAAC,YAAY,CAAC,CAAC;IAC9B,CAAC;IACM,gBAAgB,CAAC,YAAoB;QACxC,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;QACrC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,YAAY,CAAC,YAAiC;QACrD,IAAI,CAAC,eAAe,CAAC,GAAG,YAAY,CAAC;IACzC,CAAC;IACD,IAAW,YAAY;QACnB,OAAO,IAAI,CAAC,eAAe,CAAC,CAAC;IACjC,CAAC;IACM,eAAe,CAAC,WAAmB;QACtC,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;QACnC,OAAO,IAAI,CAAC;IAChB,CAAC;IACD,IAAW,WAAW,CAAC,WAAgC;QACnD,IAAI,CAAC,cAAc,CAAC,GAAG,WAAW,CAAC;IACvC,CAAC;IACD,IAAW,WAAW;QAClB,OAAO,IAAI,CAAC,cAAc,CAAC,CAAC;IAChC,CAAC;CACJ;AArCD,8DAqCC"}
@@ -0,0 +1,8 @@
1
+ export declare class TagDto {
2
+ key?: string;
3
+ value?: string;
4
+ constructor(key?: string, value?: string);
5
+ withKey(key: string): TagDto;
6
+ withValue(value: string): TagDto;
7
+ }
8
+ //# sourceMappingURL=TagDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagDto.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/TagDto.ts"],"names":[],"mappings":"AAEA,qBAAa,MAAM;IACR,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;gBACH,GAAG,CAAC,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,MAAM;IAIxC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAI5B,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;CAI1C"}
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagDto = void 0;
4
+ class TagDto {
5
+ constructor(key, value) {
6
+ this['key'] = key;
7
+ this['value'] = value;
8
+ }
9
+ withKey(key) {
10
+ this['key'] = key;
11
+ return this;
12
+ }
13
+ withValue(value) {
14
+ this['value'] = value;
15
+ return this;
16
+ }
17
+ }
18
+ exports.TagDto = TagDto;
19
+ //# sourceMappingURL=TagDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagDto.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/TagDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,MAAM;IAGf,YAAmB,GAAY,EAAE,KAAc;QAC3C,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;IAC1B,CAAC;IACM,OAAO,CAAC,GAAW;QACtB,IAAI,CAAC,KAAK,CAAC,GAAG,GAAG,CAAC;QAClB,OAAO,IAAI,CAAC;IAChB,CAAC;IACM,SAAS,CAAC,KAAa;QAC1B,IAAI,CAAC,OAAO,CAAC,GAAG,KAAK,CAAC;QACtB,OAAO,IAAI,CAAC;IAChB,CAAC;CACJ;AAfD,wBAeC"}
@@ -0,0 +1,4 @@
1
+ export declare class TagKeyDto {
2
+ constructor();
3
+ }
4
+ //# sourceMappingURL=TagKeyDto.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagKeyDto.d.ts","sourceRoot":"","sources":["../../../../../services/sts/v1/model/TagKeyDto.ts"],"names":[],"mappings":"AAEA,qBAAa,SAAS;;CAGrB"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.TagKeyDto = void 0;
4
+ class TagKeyDto {
5
+ constructor() {
6
+ }
7
+ }
8
+ exports.TagKeyDto = TagKeyDto;
9
+ //# sourceMappingURL=TagKeyDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TagKeyDto.js","sourceRoot":"","sources":["../../../../../services/sts/v1/model/TagKeyDto.ts"],"names":[],"mappings":";;;AAEA,MAAa,SAAS;IAClB;IACA,CAAC;CACJ;AAHD,8BAGC"}
@@ -0,0 +1,15 @@
1
+ export * from './StsClient';
2
+ export * from './model/AssumeAgencyReqBody';
3
+ export * from './model/AssumeAgencyRequest';
4
+ export * from './model/AssumeAgencyResponse';
5
+ export * from './model/AssumedAgencyDto';
6
+ export * from './model/CredentialsDto';
7
+ export * from './model/DecodeAuthorizationMessageReq';
8
+ export * from './model/DecodeAuthorizationMessageRequest';
9
+ export * from './model/DecodeAuthorizationMessageResponse';
10
+ export * from './model/GetCallerIdentityRequest';
11
+ export * from './model/GetCallerIdentityResponse';
12
+ export * from './model/TagDto';
13
+ export * from './model/TagKeyDto';
14
+ export * from './StsRegion';
15
+ //# sourceMappingURL=public-api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../../../../services/sts/v1/public-api.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAE5B,cAAc,6BAA6B,CAAC;AAC5C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,uCAAuC,CAAC;AACtD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,4CAA4C,CAAC;AAC3D,cAAc,kCAAkC,CAAC;AACjD,cAAc,mCAAmC,CAAC;AAClD,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC"}
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./StsClient"), exports);
18
+ __exportStar(require("./model/AssumeAgencyReqBody"), exports);
19
+ __exportStar(require("./model/AssumeAgencyRequest"), exports);
20
+ __exportStar(require("./model/AssumeAgencyResponse"), exports);
21
+ __exportStar(require("./model/AssumedAgencyDto"), exports);
22
+ __exportStar(require("./model/CredentialsDto"), exports);
23
+ __exportStar(require("./model/DecodeAuthorizationMessageReq"), exports);
24
+ __exportStar(require("./model/DecodeAuthorizationMessageRequest"), exports);
25
+ __exportStar(require("./model/DecodeAuthorizationMessageResponse"), exports);
26
+ __exportStar(require("./model/GetCallerIdentityRequest"), exports);
27
+ __exportStar(require("./model/GetCallerIdentityResponse"), exports);
28
+ __exportStar(require("./model/TagDto"), exports);
29
+ __exportStar(require("./model/TagKeyDto"), exports);
30
+ __exportStar(require("./StsRegion"), exports);
31
+ //# sourceMappingURL=public-api.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../../../../services/sts/v1/public-api.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,8CAA4B;AAE5B,8DAA4C;AAC5C,8DAA4C;AAC5C,+DAA6C;AAC7C,2DAAyC;AACzC,yDAAuC;AACvC,wEAAsD;AACtD,4EAA0D;AAC1D,6EAA2D;AAC3D,mEAAiD;AACjD,oEAAkD;AAClD,iDAA+B;AAC/B,oDAAkC;AAClC,8CAA4B"}