We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbfa196 commit 31a493fCopy full SHA for 31a493f
packages/parameters/src/BaseProvider.ts
@@ -39,7 +39,7 @@ abstract class BaseProvider implements BaseProviderInterface {
39
* this should be an acceptable tradeoff.
40
*
41
* @param {string} name - Parameter name
42
- * @param {GetOptionsInterface|DynamoDBGetOptionsInterface} options - Options to configure maximum age, trasformation, AWS SDK options, or force fetch
+ * @param {GetOptionsInterface|SecretsGetOptionsInterface} options - Options to configure maximum age, trasformation, AWS SDK options, or force fetch
43
*/
44
public async get(name: string, options?: SecretsGetOptionsInterface): Promise<undefined | string | Uint8Array | Record<string, unknown>>;
45
public async get(name: string, options?: GetOptionsInterface): Promise<undefined | string | Uint8Array | Record<string, unknown>> {
0 commit comments