Skip to content

Commit e87c89f

Browse files
committed
chore: rebase
1 parent 971ce1a commit e87c89f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/parameters/src/ssm/SSMProvider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ class SSMProvider extends BaseProvider {
737737
}
738738

739739
protected resolveDecryptionConfigValue(
740-
options: SSMGetOptionsInterface | SSMGetMultipleOptionsInterface = {},
740+
options: SSMGetOptions | SSMGetMultipleOptions = {},
741741
sdkOptions?: GetParameterCommandInput | GetParametersByPathCommandInput
742742
): boolean | undefined {
743743
if (options?.decrypt !== undefined) return options.decrypt;

0 commit comments

Comments
 (0)