Commit 2942cbf 1 parent e3daf6d commit 2942cbf Copy full SHA for 2942cbf
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ export interface AwsSecurityCredentialsSupplier {
58
58
* Gets the active AWS region.
59
59
* @param context {@link ExternalAccountSupplierContext } from the calling
60
60
* {@link AwsClient}, contains the requested audience and subject token type
61
- * for the external account identity. Not used.
61
+ * for the external account identity.
62
62
* @param transporter The {@link Gaxios} or {@link Transporter} instance from
63
63
* the calling {@link AwsClient} to use for requests.
64
64
* @return A promise that resolves with the AWS region string.
@@ -74,7 +74,7 @@ export interface AwsSecurityCredentialsSupplier {
74
74
* so caching should be including in the implementation.
75
75
* @param context {@link ExternalAccountSupplierContext } from the calling
76
76
* {@link AwsClient}, contains the requested audience and subject token type
77
- * for the external account identity. Not used.
77
+ * for the external account identity.
78
78
* @param Transporter The {@link Gaxios} or {@link Transporter} instance from
79
79
* the calling {@link AwsClient} to use for requests.
80
80
* @return A promise that resolves with the requested {@link AwsSecurityCredentials}.
You can’t perform that action at this time.
0 commit comments