You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
38
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
37
+
* <p>The identifier for the AWS account that is assigned to the user.</p>
39
38
*/
40
-
accessToken: string|undefined;
39
+
accountId: string|undefined;
41
40
42
41
/**
43
-
* <p>The identifier for the AWS account that is assigned to the user.</p>
42
+
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
43
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
* <p>The date on which temporary security credentials expire.</p>
60
+
* <p>The identifier used for the temporary security credentials. For more information, see
61
+
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
62
+
* <i>AWS IAM User Guide</i>.</p>
61
63
*/
62
-
expiration?: number;
64
+
accessKeyId?: string;
63
65
64
66
/**
65
-
* <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
67
+
* <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
66
68
* <i>AWS IAM User Guide</i>.</p>
67
69
*/
68
-
sessionToken?: string;
70
+
secretAccessKey?: string;
69
71
70
72
/**
71
-
* <p>The identifier used for the temporary security credentials. For more information, see
72
-
* <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
73
+
* <p>The token used for temporary credentials. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
73
74
* <i>AWS IAM User Guide</i>.</p>
74
75
*/
75
-
accessKeyId?: string;
76
+
sessionToken?: string;
76
77
77
78
/**
78
-
* <p>The key that is used to sign the request. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_use-resources.html">Using Temporary Security Credentials to Request Access to AWS Resources</a> in the
79
-
* <i>AWS IAM User Guide</i>.</p>
79
+
* <p>The date on which temporary security credentials expire.</p>
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
170
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
169
+
* <p>The page token from the previous response output when you request subsequent pages.</p>
171
170
*/
172
-
accessToken: string|undefined;
171
+
nextToken?: string;
173
172
174
173
/**
175
174
* <p>The number of items that clients can request per page.</p>
176
175
*/
177
176
maxResults?: number;
178
177
179
178
/**
180
-
* <p>The identifier for the AWS account that is assigned to the user.</p>
179
+
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
180
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
181
181
*/
182
-
accountId: string|undefined;
182
+
accessToken: string|undefined;
183
183
184
184
/**
185
-
* <p>The page token from the previous response output when you request subsequent pages.</p>
185
+
* <p>The identifier for the AWS account that is assigned to the user.</p>
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
239
-
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
238
+
* <p>(Optional) When requesting subsequent pages, this is the page token from the previous response output.</p>
240
239
*/
241
-
accessToken: string|undefined;
240
+
nextToken?: string;
242
241
243
242
/**
244
243
* <p>This is the number of items clients can request per page.</p>
245
244
*/
246
245
maxResults?: number;
247
246
248
247
/**
249
-
* <p>(Optional) When requesting subsequent pages, this is the page token from the previous response output.</p>
248
+
* <p>The token issued by the <code>CreateToken</code> API call. For more information, see
249
+
* <a href="https://docs.aws.amazon.com/singlesignon/latest/OIDCAPIReference/API_CreateToken.html">CreateToken</a> in the <i>AWS SSO OIDC API Reference Guide</i>.</p>
0 commit comments