@aws-sdk/client-sts 3.130.0 → 3.141.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.
- package/CHANGELOG.md +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssumeRoleCommand.js +2 -2
- package/dist-cjs/commands/AssumeRoleWithSAMLCommand.js +2 -2
- package/dist-cjs/commands/AssumeRoleWithWebIdentityCommand.js +2 -2
- package/dist-cjs/commands/DecodeAuthorizationMessageCommand.js +2 -2
- package/dist-cjs/commands/GetAccessKeyInfoCommand.js +2 -2
- package/dist-cjs/commands/GetCallerIdentityCommand.js +2 -2
- package/dist-cjs/commands/GetFederationTokenCommand.js +2 -2
- package/dist-cjs/commands/GetSessionTokenCommand.js +2 -2
- package/dist-cjs/models/models_0.js +85 -127
- package/dist-es/commands/AssumeRoleCommand.js +3 -3
- package/dist-es/commands/AssumeRoleWithSAMLCommand.js +3 -3
- package/dist-es/commands/AssumeRoleWithWebIdentityCommand.js +3 -3
- package/dist-es/commands/DecodeAuthorizationMessageCommand.js +3 -3
- package/dist-es/commands/GetAccessKeyInfoCommand.js +3 -3
- package/dist-es/commands/GetCallerIdentityCommand.js +3 -3
- package/dist-es/commands/GetFederationTokenCommand.js +3 -3
- package/dist-es/commands/GetSessionTokenCommand.js +3 -3
- package/dist-es/models/models_0.js +21 -84
- package/dist-types/models/models_0.d.ts +84 -126
- package/dist-types/ts3.4/models/models_0.d.ts +42 -84
- package/package.json +6 -6
|
@@ -1,29 +1,5 @@
|
|
|
1
1
|
import { __assign, __extends } from "tslib";
|
|
2
2
|
import { STSServiceException as __BaseException } from "./STSServiceException";
|
|
3
|
-
export var AssumedRoleUser;
|
|
4
|
-
(function (AssumedRoleUser) {
|
|
5
|
-
AssumedRoleUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
6
|
-
})(AssumedRoleUser || (AssumedRoleUser = {}));
|
|
7
|
-
export var PolicyDescriptorType;
|
|
8
|
-
(function (PolicyDescriptorType) {
|
|
9
|
-
PolicyDescriptorType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
10
|
-
})(PolicyDescriptorType || (PolicyDescriptorType = {}));
|
|
11
|
-
export var Tag;
|
|
12
|
-
(function (Tag) {
|
|
13
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
|
-
})(Tag || (Tag = {}));
|
|
15
|
-
export var AssumeRoleRequest;
|
|
16
|
-
(function (AssumeRoleRequest) {
|
|
17
|
-
AssumeRoleRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
18
|
-
})(AssumeRoleRequest || (AssumeRoleRequest = {}));
|
|
19
|
-
export var Credentials;
|
|
20
|
-
(function (Credentials) {
|
|
21
|
-
Credentials.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
|
-
})(Credentials || (Credentials = {}));
|
|
23
|
-
export var AssumeRoleResponse;
|
|
24
|
-
(function (AssumeRoleResponse) {
|
|
25
|
-
AssumeRoleResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
26
|
-
})(AssumeRoleResponse || (AssumeRoleResponse = {}));
|
|
27
3
|
var ExpiredTokenException = (function (_super) {
|
|
28
4
|
__extends(ExpiredTokenException, _super);
|
|
29
5
|
function ExpiredTokenException(opts) {
|
|
@@ -72,14 +48,6 @@ var RegionDisabledException = (function (_super) {
|
|
|
72
48
|
return RegionDisabledException;
|
|
73
49
|
}(__BaseException));
|
|
74
50
|
export { RegionDisabledException };
|
|
75
|
-
export var AssumeRoleWithSAMLRequest;
|
|
76
|
-
(function (AssumeRoleWithSAMLRequest) {
|
|
77
|
-
AssumeRoleWithSAMLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
|
-
})(AssumeRoleWithSAMLRequest || (AssumeRoleWithSAMLRequest = {}));
|
|
79
|
-
export var AssumeRoleWithSAMLResponse;
|
|
80
|
-
(function (AssumeRoleWithSAMLResponse) {
|
|
81
|
-
AssumeRoleWithSAMLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
|
-
})(AssumeRoleWithSAMLResponse || (AssumeRoleWithSAMLResponse = {}));
|
|
83
51
|
var IDPRejectedClaimException = (function (_super) {
|
|
84
52
|
__extends(IDPRejectedClaimException, _super);
|
|
85
53
|
function IDPRejectedClaimException(opts) {
|
|
@@ -104,14 +72,6 @@ var InvalidIdentityTokenException = (function (_super) {
|
|
|
104
72
|
return InvalidIdentityTokenException;
|
|
105
73
|
}(__BaseException));
|
|
106
74
|
export { InvalidIdentityTokenException };
|
|
107
|
-
export var AssumeRoleWithWebIdentityRequest;
|
|
108
|
-
(function (AssumeRoleWithWebIdentityRequest) {
|
|
109
|
-
AssumeRoleWithWebIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
-
})(AssumeRoleWithWebIdentityRequest || (AssumeRoleWithWebIdentityRequest = {}));
|
|
111
|
-
export var AssumeRoleWithWebIdentityResponse;
|
|
112
|
-
(function (AssumeRoleWithWebIdentityResponse) {
|
|
113
|
-
AssumeRoleWithWebIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
-
})(AssumeRoleWithWebIdentityResponse || (AssumeRoleWithWebIdentityResponse = {}));
|
|
115
75
|
var IDPCommunicationErrorException = (function (_super) {
|
|
116
76
|
__extends(IDPCommunicationErrorException, _super);
|
|
117
77
|
function IDPCommunicationErrorException(opts) {
|
|
@@ -124,14 +84,6 @@ var IDPCommunicationErrorException = (function (_super) {
|
|
|
124
84
|
return IDPCommunicationErrorException;
|
|
125
85
|
}(__BaseException));
|
|
126
86
|
export { IDPCommunicationErrorException };
|
|
127
|
-
export var DecodeAuthorizationMessageRequest;
|
|
128
|
-
(function (DecodeAuthorizationMessageRequest) {
|
|
129
|
-
DecodeAuthorizationMessageRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
130
|
-
})(DecodeAuthorizationMessageRequest || (DecodeAuthorizationMessageRequest = {}));
|
|
131
|
-
export var DecodeAuthorizationMessageResponse;
|
|
132
|
-
(function (DecodeAuthorizationMessageResponse) {
|
|
133
|
-
DecodeAuthorizationMessageResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
|
-
})(DecodeAuthorizationMessageResponse || (DecodeAuthorizationMessageResponse = {}));
|
|
135
87
|
var InvalidAuthorizationMessageException = (function (_super) {
|
|
136
88
|
__extends(InvalidAuthorizationMessageException, _super);
|
|
137
89
|
function InvalidAuthorizationMessageException(opts) {
|
|
@@ -144,39 +96,24 @@ var InvalidAuthorizationMessageException = (function (_super) {
|
|
|
144
96
|
return InvalidAuthorizationMessageException;
|
|
145
97
|
}(__BaseException));
|
|
146
98
|
export { InvalidAuthorizationMessageException };
|
|
147
|
-
export var
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
export var
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
export var
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
export var
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
export var
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
export var
|
|
168
|
-
(function (FederatedUser) {
|
|
169
|
-
FederatedUser.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
|
-
})(FederatedUser || (FederatedUser = {}));
|
|
171
|
-
export var GetFederationTokenResponse;
|
|
172
|
-
(function (GetFederationTokenResponse) {
|
|
173
|
-
GetFederationTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
174
|
-
})(GetFederationTokenResponse || (GetFederationTokenResponse = {}));
|
|
175
|
-
export var GetSessionTokenRequest;
|
|
176
|
-
(function (GetSessionTokenRequest) {
|
|
177
|
-
GetSessionTokenRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
178
|
-
})(GetSessionTokenRequest || (GetSessionTokenRequest = {}));
|
|
179
|
-
export var GetSessionTokenResponse;
|
|
180
|
-
(function (GetSessionTokenResponse) {
|
|
181
|
-
GetSessionTokenResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
182
|
-
})(GetSessionTokenResponse || (GetSessionTokenResponse = {}));
|
|
99
|
+
export var AssumedRoleUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
100
|
+
export var PolicyDescriptorTypeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
101
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
102
|
+
export var AssumeRoleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
|
+
export var CredentialsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
104
|
+
export var AssumeRoleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
105
|
+
export var AssumeRoleWithSAMLRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
|
+
export var AssumeRoleWithSAMLResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
107
|
+
export var AssumeRoleWithWebIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
108
|
+
export var AssumeRoleWithWebIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
109
|
+
export var DecodeAuthorizationMessageRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
|
+
export var DecodeAuthorizationMessageResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
111
|
+
export var GetAccessKeyInfoRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
112
|
+
export var GetAccessKeyInfoResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
|
+
export var GetCallerIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
114
|
+
export var GetCallerIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
115
|
+
export var GetFederationTokenRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
116
|
+
export var FederatedUserFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
|
+
export var GetFederationTokenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
118
|
+
export var GetSessionTokenRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
119
|
+
export var GetSessionTokenResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
@@ -17,12 +17,6 @@ export interface AssumedRoleUser {
|
|
|
17
17
|
*/
|
|
18
18
|
Arn: string | undefined;
|
|
19
19
|
}
|
|
20
|
-
export declare namespace AssumedRoleUser {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
const filterSensitiveLog: (obj: AssumedRoleUser) => any;
|
|
25
|
-
}
|
|
26
20
|
/**
|
|
27
21
|
* <p>A reference to the IAM managed policy that is passed as a session policy for a role
|
|
28
22
|
* session or a federated user session.</p>
|
|
@@ -35,12 +29,6 @@ export interface PolicyDescriptorType {
|
|
|
35
29
|
*/
|
|
36
30
|
arn?: string;
|
|
37
31
|
}
|
|
38
|
-
export declare namespace PolicyDescriptorType {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
const filterSensitiveLog: (obj: PolicyDescriptorType) => any;
|
|
43
|
-
}
|
|
44
32
|
/**
|
|
45
33
|
* <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
|
|
46
34
|
* These are called session tags. You can then use the session tags to control access to
|
|
@@ -63,12 +51,6 @@ export interface Tag {
|
|
|
63
51
|
*/
|
|
64
52
|
Value: string | undefined;
|
|
65
53
|
}
|
|
66
|
-
export declare namespace Tag {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
71
|
-
}
|
|
72
54
|
export interface AssumeRoleRequest {
|
|
73
55
|
/**
|
|
74
56
|
* <p>The Amazon Resource Name (ARN) of the role to assume.</p>
|
|
@@ -267,12 +249,6 @@ export interface AssumeRoleRequest {
|
|
|
267
249
|
*/
|
|
268
250
|
SourceIdentity?: string;
|
|
269
251
|
}
|
|
270
|
-
export declare namespace AssumeRoleRequest {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
const filterSensitiveLog: (obj: AssumeRoleRequest) => any;
|
|
275
|
-
}
|
|
276
252
|
/**
|
|
277
253
|
* <p>Amazon Web Services credentials for API authentication.</p>
|
|
278
254
|
*/
|
|
@@ -295,12 +271,6 @@ export interface Credentials {
|
|
|
295
271
|
*/
|
|
296
272
|
Expiration: Date | undefined;
|
|
297
273
|
}
|
|
298
|
-
export declare namespace Credentials {
|
|
299
|
-
/**
|
|
300
|
-
* @internal
|
|
301
|
-
*/
|
|
302
|
-
const filterSensitiveLog: (obj: Credentials) => any;
|
|
303
|
-
}
|
|
304
274
|
/**
|
|
305
275
|
* <p>Contains the response to a successful <a>AssumeRole</a> request, including
|
|
306
276
|
* temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
|
@@ -347,12 +317,6 @@ export interface AssumeRoleResponse {
|
|
|
347
317
|
*/
|
|
348
318
|
SourceIdentity?: string;
|
|
349
319
|
}
|
|
350
|
-
export declare namespace AssumeRoleResponse {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
|
-
const filterSensitiveLog: (obj: AssumeRoleResponse) => any;
|
|
355
|
-
}
|
|
356
320
|
/**
|
|
357
321
|
* <p>The web identity token that was passed is expired or is not valid. Get a new identity
|
|
358
322
|
* token from the identity provider and then retry the request.</p>
|
|
@@ -505,12 +469,6 @@ export interface AssumeRoleWithSAMLRequest {
|
|
|
505
469
|
*/
|
|
506
470
|
DurationSeconds?: number;
|
|
507
471
|
}
|
|
508
|
-
export declare namespace AssumeRoleWithSAMLRequest {
|
|
509
|
-
/**
|
|
510
|
-
* @internal
|
|
511
|
-
*/
|
|
512
|
-
const filterSensitiveLog: (obj: AssumeRoleWithSAMLRequest) => any;
|
|
513
|
-
}
|
|
514
472
|
/**
|
|
515
473
|
* <p>Contains the response to a successful <a>AssumeRoleWithSAML</a> request,
|
|
516
474
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
|
@@ -602,12 +560,6 @@ export interface AssumeRoleWithSAMLResponse {
|
|
|
602
560
|
*/
|
|
603
561
|
SourceIdentity?: string;
|
|
604
562
|
}
|
|
605
|
-
export declare namespace AssumeRoleWithSAMLResponse {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
|
-
const filterSensitiveLog: (obj: AssumeRoleWithSAMLResponse) => any;
|
|
610
|
-
}
|
|
611
563
|
/**
|
|
612
564
|
* <p>The identity provider (IdP) reported that authentication failed. This might be because
|
|
613
565
|
* the claim is invalid.</p>
|
|
@@ -741,12 +693,6 @@ export interface AssumeRoleWithWebIdentityRequest {
|
|
|
741
693
|
*/
|
|
742
694
|
DurationSeconds?: number;
|
|
743
695
|
}
|
|
744
|
-
export declare namespace AssumeRoleWithWebIdentityRequest {
|
|
745
|
-
/**
|
|
746
|
-
* @internal
|
|
747
|
-
*/
|
|
748
|
-
const filterSensitiveLog: (obj: AssumeRoleWithWebIdentityRequest) => any;
|
|
749
|
-
}
|
|
750
696
|
/**
|
|
751
697
|
* <p>Contains the response to a successful <a>AssumeRoleWithWebIdentity</a>
|
|
752
698
|
* request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
|
@@ -819,12 +765,6 @@ export interface AssumeRoleWithWebIdentityResponse {
|
|
|
819
765
|
*/
|
|
820
766
|
SourceIdentity?: string;
|
|
821
767
|
}
|
|
822
|
-
export declare namespace AssumeRoleWithWebIdentityResponse {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
|
-
const filterSensitiveLog: (obj: AssumeRoleWithWebIdentityResponse) => any;
|
|
827
|
-
}
|
|
828
768
|
/**
|
|
829
769
|
* <p>The request could not be fulfilled because the identity provider (IDP) that
|
|
830
770
|
* was asked to verify the incoming identity token could not be reached. This is often a
|
|
@@ -846,12 +786,6 @@ export interface DecodeAuthorizationMessageRequest {
|
|
|
846
786
|
*/
|
|
847
787
|
EncodedMessage: string | undefined;
|
|
848
788
|
}
|
|
849
|
-
export declare namespace DecodeAuthorizationMessageRequest {
|
|
850
|
-
/**
|
|
851
|
-
* @internal
|
|
852
|
-
*/
|
|
853
|
-
const filterSensitiveLog: (obj: DecodeAuthorizationMessageRequest) => any;
|
|
854
|
-
}
|
|
855
789
|
/**
|
|
856
790
|
* <p>A document that contains additional information about the authorization status of a
|
|
857
791
|
* request from an encoded message that is returned in response to an Amazon Web Services request.</p>
|
|
@@ -862,12 +796,6 @@ export interface DecodeAuthorizationMessageResponse {
|
|
|
862
796
|
*/
|
|
863
797
|
DecodedMessage?: string;
|
|
864
798
|
}
|
|
865
|
-
export declare namespace DecodeAuthorizationMessageResponse {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
|
-
const filterSensitiveLog: (obj: DecodeAuthorizationMessageResponse) => any;
|
|
870
|
-
}
|
|
871
799
|
/**
|
|
872
800
|
* <p>The error returned if the message passed to <code>DecodeAuthorizationMessage</code>
|
|
873
801
|
* was invalid. This can happen if the token contains invalid characters, such as
|
|
@@ -889,32 +817,14 @@ export interface GetAccessKeyInfoRequest {
|
|
|
889
817
|
*/
|
|
890
818
|
AccessKeyId: string | undefined;
|
|
891
819
|
}
|
|
892
|
-
export declare namespace GetAccessKeyInfoRequest {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
|
-
const filterSensitiveLog: (obj: GetAccessKeyInfoRequest) => any;
|
|
897
|
-
}
|
|
898
820
|
export interface GetAccessKeyInfoResponse {
|
|
899
821
|
/**
|
|
900
822
|
* <p>The number used to identify the Amazon Web Services account.</p>
|
|
901
823
|
*/
|
|
902
824
|
Account?: string;
|
|
903
825
|
}
|
|
904
|
-
export declare namespace GetAccessKeyInfoResponse {
|
|
905
|
-
/**
|
|
906
|
-
* @internal
|
|
907
|
-
*/
|
|
908
|
-
const filterSensitiveLog: (obj: GetAccessKeyInfoResponse) => any;
|
|
909
|
-
}
|
|
910
826
|
export interface GetCallerIdentityRequest {
|
|
911
827
|
}
|
|
912
|
-
export declare namespace GetCallerIdentityRequest {
|
|
913
|
-
/**
|
|
914
|
-
* @internal
|
|
915
|
-
*/
|
|
916
|
-
const filterSensitiveLog: (obj: GetCallerIdentityRequest) => any;
|
|
917
|
-
}
|
|
918
828
|
/**
|
|
919
829
|
* <p>Contains the response to a successful <a>GetCallerIdentity</a> request,
|
|
920
830
|
* including information about the entity making the request.</p>
|
|
@@ -937,12 +847,6 @@ export interface GetCallerIdentityResponse {
|
|
|
937
847
|
*/
|
|
938
848
|
Arn?: string;
|
|
939
849
|
}
|
|
940
|
-
export declare namespace GetCallerIdentityResponse {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
|
-
const filterSensitiveLog: (obj: GetCallerIdentityResponse) => any;
|
|
945
|
-
}
|
|
946
850
|
export interface GetFederationTokenRequest {
|
|
947
851
|
/**
|
|
948
852
|
* <p>The name of the federated user. The name is used as an identifier for the temporary
|
|
@@ -1062,12 +966,6 @@ export interface GetFederationTokenRequest {
|
|
|
1062
966
|
*/
|
|
1063
967
|
Tags?: Tag[];
|
|
1064
968
|
}
|
|
1065
|
-
export declare namespace GetFederationTokenRequest {
|
|
1066
|
-
/**
|
|
1067
|
-
* @internal
|
|
1068
|
-
*/
|
|
1069
|
-
const filterSensitiveLog: (obj: GetFederationTokenRequest) => any;
|
|
1070
|
-
}
|
|
1071
969
|
/**
|
|
1072
970
|
* <p>Identifiers for the federated user that is associated with the credentials.</p>
|
|
1073
971
|
*/
|
|
@@ -1084,12 +982,6 @@ export interface FederatedUser {
|
|
|
1084
982
|
*/
|
|
1085
983
|
Arn: string | undefined;
|
|
1086
984
|
}
|
|
1087
|
-
export declare namespace FederatedUser {
|
|
1088
|
-
/**
|
|
1089
|
-
* @internal
|
|
1090
|
-
*/
|
|
1091
|
-
const filterSensitiveLog: (obj: FederatedUser) => any;
|
|
1092
|
-
}
|
|
1093
985
|
/**
|
|
1094
986
|
* <p>Contains the response to a successful <a>GetFederationToken</a> request,
|
|
1095
987
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
|
@@ -1119,12 +1011,6 @@ export interface GetFederationTokenResponse {
|
|
|
1119
1011
|
*/
|
|
1120
1012
|
PackedPolicySize?: number;
|
|
1121
1013
|
}
|
|
1122
|
-
export declare namespace GetFederationTokenResponse {
|
|
1123
|
-
/**
|
|
1124
|
-
* @internal
|
|
1125
|
-
*/
|
|
1126
|
-
const filterSensitiveLog: (obj: GetFederationTokenResponse) => any;
|
|
1127
|
-
}
|
|
1128
1014
|
export interface GetSessionTokenRequest {
|
|
1129
1015
|
/**
|
|
1130
1016
|
* <p>The duration, in seconds, that the credentials should remain valid. Acceptable durations
|
|
@@ -1158,12 +1044,6 @@ export interface GetSessionTokenRequest {
|
|
|
1158
1044
|
*/
|
|
1159
1045
|
TokenCode?: string;
|
|
1160
1046
|
}
|
|
1161
|
-
export declare namespace GetSessionTokenRequest {
|
|
1162
|
-
/**
|
|
1163
|
-
* @internal
|
|
1164
|
-
*/
|
|
1165
|
-
const filterSensitiveLog: (obj: GetSessionTokenRequest) => any;
|
|
1166
|
-
}
|
|
1167
1047
|
/**
|
|
1168
1048
|
* <p>Contains the response to a successful <a>GetSessionToken</a> request,
|
|
1169
1049
|
* including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
|
|
@@ -1180,9 +1060,87 @@ export interface GetSessionTokenResponse {
|
|
|
1180
1060
|
*/
|
|
1181
1061
|
Credentials?: Credentials;
|
|
1182
1062
|
}
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1063
|
+
/**
|
|
1064
|
+
* @internal
|
|
1065
|
+
*/
|
|
1066
|
+
export declare const AssumedRoleUserFilterSensitiveLog: (obj: AssumedRoleUser) => any;
|
|
1067
|
+
/**
|
|
1068
|
+
* @internal
|
|
1069
|
+
*/
|
|
1070
|
+
export declare const PolicyDescriptorTypeFilterSensitiveLog: (obj: PolicyDescriptorType) => any;
|
|
1071
|
+
/**
|
|
1072
|
+
* @internal
|
|
1073
|
+
*/
|
|
1074
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1075
|
+
/**
|
|
1076
|
+
* @internal
|
|
1077
|
+
*/
|
|
1078
|
+
export declare const AssumeRoleRequestFilterSensitiveLog: (obj: AssumeRoleRequest) => any;
|
|
1079
|
+
/**
|
|
1080
|
+
* @internal
|
|
1081
|
+
*/
|
|
1082
|
+
export declare const CredentialsFilterSensitiveLog: (obj: Credentials) => any;
|
|
1083
|
+
/**
|
|
1084
|
+
* @internal
|
|
1085
|
+
*/
|
|
1086
|
+
export declare const AssumeRoleResponseFilterSensitiveLog: (obj: AssumeRoleResponse) => any;
|
|
1087
|
+
/**
|
|
1088
|
+
* @internal
|
|
1089
|
+
*/
|
|
1090
|
+
export declare const AssumeRoleWithSAMLRequestFilterSensitiveLog: (obj: AssumeRoleWithSAMLRequest) => any;
|
|
1091
|
+
/**
|
|
1092
|
+
* @internal
|
|
1093
|
+
*/
|
|
1094
|
+
export declare const AssumeRoleWithSAMLResponseFilterSensitiveLog: (obj: AssumeRoleWithSAMLResponse) => any;
|
|
1095
|
+
/**
|
|
1096
|
+
* @internal
|
|
1097
|
+
*/
|
|
1098
|
+
export declare const AssumeRoleWithWebIdentityRequestFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityRequest) => any;
|
|
1099
|
+
/**
|
|
1100
|
+
* @internal
|
|
1101
|
+
*/
|
|
1102
|
+
export declare const AssumeRoleWithWebIdentityResponseFilterSensitiveLog: (obj: AssumeRoleWithWebIdentityResponse) => any;
|
|
1103
|
+
/**
|
|
1104
|
+
* @internal
|
|
1105
|
+
*/
|
|
1106
|
+
export declare const DecodeAuthorizationMessageRequestFilterSensitiveLog: (obj: DecodeAuthorizationMessageRequest) => any;
|
|
1107
|
+
/**
|
|
1108
|
+
* @internal
|
|
1109
|
+
*/
|
|
1110
|
+
export declare const DecodeAuthorizationMessageResponseFilterSensitiveLog: (obj: DecodeAuthorizationMessageResponse) => any;
|
|
1111
|
+
/**
|
|
1112
|
+
* @internal
|
|
1113
|
+
*/
|
|
1114
|
+
export declare const GetAccessKeyInfoRequestFilterSensitiveLog: (obj: GetAccessKeyInfoRequest) => any;
|
|
1115
|
+
/**
|
|
1116
|
+
* @internal
|
|
1117
|
+
*/
|
|
1118
|
+
export declare const GetAccessKeyInfoResponseFilterSensitiveLog: (obj: GetAccessKeyInfoResponse) => any;
|
|
1119
|
+
/**
|
|
1120
|
+
* @internal
|
|
1121
|
+
*/
|
|
1122
|
+
export declare const GetCallerIdentityRequestFilterSensitiveLog: (obj: GetCallerIdentityRequest) => any;
|
|
1123
|
+
/**
|
|
1124
|
+
* @internal
|
|
1125
|
+
*/
|
|
1126
|
+
export declare const GetCallerIdentityResponseFilterSensitiveLog: (obj: GetCallerIdentityResponse) => any;
|
|
1127
|
+
/**
|
|
1128
|
+
* @internal
|
|
1129
|
+
*/
|
|
1130
|
+
export declare const GetFederationTokenRequestFilterSensitiveLog: (obj: GetFederationTokenRequest) => any;
|
|
1131
|
+
/**
|
|
1132
|
+
* @internal
|
|
1133
|
+
*/
|
|
1134
|
+
export declare const FederatedUserFilterSensitiveLog: (obj: FederatedUser) => any;
|
|
1135
|
+
/**
|
|
1136
|
+
* @internal
|
|
1137
|
+
*/
|
|
1138
|
+
export declare const GetFederationTokenResponseFilterSensitiveLog: (obj: GetFederationTokenResponse) => any;
|
|
1139
|
+
/**
|
|
1140
|
+
* @internal
|
|
1141
|
+
*/
|
|
1142
|
+
export declare const GetSessionTokenRequestFilterSensitiveLog: (obj: GetSessionTokenRequest) => any;
|
|
1143
|
+
/**
|
|
1144
|
+
* @internal
|
|
1145
|
+
*/
|
|
1146
|
+
export declare const GetSessionTokenResponseFilterSensitiveLog: (obj: GetSessionTokenResponse) => any;
|