agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk-lib/aws-stepfunctions/lib/private/util.d.ts
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk-lib/aws-stepfunctions/lib/private/util.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { EncryptionConfiguration } from '../encryption-configuration';
|
||||
export declare function noEmptyObject<A>(o: Record<string, A>): Record<string, A> | undefined;
|
||||
export declare function buildEncryptionConfiguration(encryptionConfiguration?: EncryptionConfiguration): {
|
||||
type: string;
|
||||
kmsKeyId?: undefined;
|
||||
kmsDataKeyReusePeriodSeconds?: undefined;
|
||||
} | {
|
||||
kmsKeyId: string;
|
||||
kmsDataKeyReusePeriodSeconds: number;
|
||||
type: string;
|
||||
} | undefined;
|
||||
Reference in New Issue
Block a user