ListSyncConfigurations
Source:
src/AWS/CodeConnections/ListSyncConfigurations.ts
Runtime binding for codeconnections:ListSyncConfigurations.
Bind this operation to a RepositoryLink to enumerate the sync
configurations attached to the link — which AWS resources Git sync keeps
converged from the linked repository. Provide the implementation with
Effect.provide(AWS.CodeConnections.ListSyncConfigurationsHttp).
Monitoring Git Sync
Section titled “Monitoring Git Sync”// init — bind the operation to the repository linkconst listSyncConfigurations = yield* AWS.CodeConnections.ListSyncConfigurations(link);
// runtimeconst { SyncConfigurations } = yield* listSyncConfigurations({ SyncType: "CFN_STACK_SYNC" });